.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-152f3ec */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600&display=swap');

  * { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --nn-green: #639922;
    --nn-green-light: #EAF3DE;
    --nn-green-mid: #97C459;
    --hk-blue: #378ADD;
    --hk-blue-light: #E6F1FB;
    --hk-blue-mid: #85B7EB;
    --sz-orange: #D85A30;
    --sz-orange-light: #FAECE7;
    --sz-orange-mid: #F0997B;
    --sz-purple: #534AB7;
    --sz-purple-light: #EEEDFE;
    --sz-purple-mid: #AFA9EC;
    --text-primary: #1a1a1a;
    --text-secondary: #555;
    --text-hint: #999;
    --bg-page: #f7f7f5;
    --bg-card: #fff;
    --border-light: rgba(0,0,0,0.06);
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
  }

  body {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-page);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  .page-wrap { max-width: 1200px; margin: 0 auto; }

  /* ===== HERO BANNER ===== */
  .hero {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: linear-gradient(135deg, #2d3a2e 0%, #1a2e3a 40%, #3a2a1a 70%, #2a1a3a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
  }
  .hero-deco {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 120px; z-index: 2;
    display: flex; justify-content: space-around; align-items: flex-end;
    padding: 0 60px 20px;
    opacity: 0.2;
  }
  .hero-deco .landmark { width: 80px; fill: #fff; }
  .hero-content {
    position: relative; z-index: 3;
    text-align: center; color: #fff;
  }
  .hero-content h1 {
    font-size: 42px; font-weight: 500;
    letter-spacing: 6px; margin-bottom: 12px;
  }
  .hero-content p {
    font-size: 16px; font-weight: 300;
    letter-spacing: 2px; opacity: 0.85;
    margin-bottom: 28px;
  }
  .hero-btn {
    display: inline-block;
    padding: 12px 36px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    color: #fff; font-size: 16px; font-weight: 400;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s;
    text-decoration: none;
  }
  .hero-btn:hover { background: rgba(255,255,255,0.25); }
  .hero-badges {
    display: flex; justify-content: center; gap: 16px;
    margin-top: 24px;
  }
  .hero-badge {
    display: flex; align-items: center; gap: 6px;
    font-size: 14px; color: rgba(255,255,255,0.7);
  }
  .hero-badge .dot {
    width: 8px; height: 8px; border-radius: 50%;
  }

  /* ===== NAV TABS ===== */
  .nav-tabs {
    position: sticky; top: 0; z-index: 100;
    background: #fff;
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .nav-tabs-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; justify-content: center; gap: 0;
    padding: 0;
  }
  .nav-tab {
    flex: 1; max-width: 220px;
    padding: 16px 20px;
    text-align: center;
    font-size: 16px; font-weight: 400;
    color: var(--text-secondary);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    text-decoration: none;
  }
  .nav-tab:hover { color: var(--text-primary); background: rgba(0,0,0,0.01); }
  .nav-tab .tab-dot {
    width: 8px; height: 8px; border-radius: 50%;
    flex-shrink: 0;
  }
  .nav-tab.active { font-weight: 500; color: var(--text-primary); }

  /* ===== REGION SECTION ===== */
  .region-section {
    padding: 48px 0 40px;
  }
  .region-section + .region-section {
    border-top: 1px solid var(--border-light);
  }
  .region-header {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 8px;
  }
  .region-header .color-bar {
    width: 4px; height: 28px; border-radius: 2px;
  }
  .region-header h2 {
    font-size: 24px; font-weight: 500;
    letter-spacing: 1px;
  }
  .region-slogan {
    font-size: 16px; color: var(--text-hint);
    margin-bottom: 28px;
    padding-left: 16px;
  }

  /* ===== REGION INTRO CARD ===== */
  .region-intro {
    display: flex; gap: 0;
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid var(--border-light);
  }
  .region-intro-img {
    width: 420px; min-height: 240px;
    background-size: cover; background-position: center;
    flex-shrink: 0;
    position: relative;
  }
  .region-intro-img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to right, transparent 60%, var(--bg-card) 100%);
  }
  .region-intro-body {
    flex: 1; padding: 28px 32px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .region-tags {
    display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap;
  }
  .region-tag {
    font-size: 14px; padding: 3px 10px;
    border-radius: 20px; font-weight: 400;
  }
  .region-intro-body p {
    font-size: 16px; line-height: 1.8;
    color: var(--text-secondary);
  }

  /* ===== PRODUCT GRID ===== */
  .section-label {
    font-size: 16px; font-weight: 500;
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
  }
  .section-label .icon {
    width: 20px; height: 20px; border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }
  .product-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
  }
  .product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
  }
  .product-img {
    width: 100%; aspect-ratio: 1/1;
    background-size: cover; background-position: center;
    position: relative;
  }
  .product-badge {
    position: absolute; top: 8px; left: 8px;
    font-size: 14px; padding: 2px 8px;
    border-radius: 4px; color: #fff; font-weight: 500;
  }
  .product-body {
    padding: 12px 14px;
  }
  .product-name {
    font-size: 16px; font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .product-desc {
    font-size: 14px; color: var(--text-hint);
    margin-bottom: 8px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .product-price {
    font-size: 16px; font-weight: 600;
  }
  .product-price .unit {
    font-size: 14px; font-weight: 400;
  }

  /* ===== CRAFT GRID (3-col) ===== */
  .craft-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }
  .craft-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    overflow: hidden;
    display: flex;
    transition: all 0.2s;
    cursor: pointer;
  }
  .craft-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  }
  .craft-img {
    width: 120px; min-height: 120px;
    background-size: cover; background-position: center;
    flex-shrink: 0;
  }
  .craft-body {
    flex: 1; padding: 14px 16px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .craft-name { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
  .craft-desc { font-size: 14px; color: var(--text-hint); margin-bottom: 6px; }
  .craft-tag {
    display: inline-block;
    font-size: 14px; padding: 1px 8px;
    border-radius: 3px; font-weight: 400;
    width: fit-content;
  }

  /* ===== EDITOR PICK STRIP ===== */
  .editor-strip {
    border-radius: var(--radius-lg);
    padding: 16px 24px;
    display: flex; align-items: center; gap: 24px;
    margin-bottom: 8px;
  }
  .editor-strip-label {
    font-size: 16px; font-weight: 500;
    white-space: nowrap;
  }
  .editor-strip-items {
    display: flex; gap: 12px; flex-wrap: wrap;
  }
  .editor-strip-item {
    font-size: 16px; font-weight: 400;
    padding: 4px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
  }

  /* ===== CROSS-REGION PICKS ===== */
  .cross-section {
    padding: 48px 0 40px;
    background: var(--bg-card);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    margin-top: 0;
  }
  .cross-title {
    font-size: 22px; font-weight: 500;
    text-align: center; margin-bottom: 8px;
  }
  .cross-subtitle {
    font-size: 16px; color: var(--text-hint);
    text-align: center; margin-bottom: 36px;
  }
  .cross-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .cross-block {
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    overflow: hidden;
    background: var(--bg-card);
  }
  .cross-block-header {
    padding: 16px 20px;
    font-size: 16px; font-weight: 500;
    display: flex; align-items: center; gap: 8px;
    border-bottom: 1px solid var(--border-light);
  }
  .cross-block-header .icon-circle {
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
  }
  .cross-block-body {
    padding: 16px 20px;
  }
  .cross-item {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
  }
  .cross-item:last-child { border-bottom: none; }
  .cross-rank {
    width: 22px; height: 22px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff;
    flex-shrink: 0;
  }
  .cross-rank.gray { background: #bbb; }
  .cross-item-info { flex: 1; }
  .cross-item-name { font-size: 16px; font-weight: 500; }
  .cross-item-region { font-size: 14px; color: var(--text-hint); }
  .cross-item-price { font-size: 16px; font-weight: 600; color: var(--sz-orange); white-space: nowrap; }

  /* ===== SEASONAL CAROUSEL ===== */
  .seasonal-strip {
    margin-bottom: 28px;
  }
  .seasonal-cards {
    display: flex; gap: 16px; overflow-x: auto;
    padding-bottom: 8px;
  }
  .seasonal-card {
    min-width: 260px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-light);
    background: var(--bg-card);
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.2s;
  }
  .seasonal-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
  .seasonal-img {
    width: 100%; height: 140px;
    background-size: cover; background-position: center;
  }
  .seasonal-body { padding: 12px 16px; }
  .seasonal-label { font-size: 14px; color: var(--text-hint); margin-bottom: 4px; }
  .seasonal-name { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
  .seasonal-price { font-size: 16px; font-weight: 600; color: var(--sz-orange); }

  /* ===== FOOTER ===== */
  .site-footer {
    background: #2c2c2a;
    color: rgba(255,255,255,0.6);
    padding: 40px 0 24px;
  }
  .footer-inner {
    max-width: 1200px; margin: 0 auto;
  }
  .footer-guarantees {
    display: flex; justify-content: center; gap: 48px;
    margin-bottom: 32px;
  }
  .footer-guarantee {
    display: flex; align-items: center; gap: 10px;
    font-size: 16px; color: rgba(255,255,255,0.75);
  }
  .footer-guarantee .g-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
  }
  .footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 20px;
  }
  .footer-bottom {
    display: flex; justify-content: space-between;
    font-size: 14px; color: rgba(255,255,255,0.4);
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .hero { height: 280px; }
    .hero-content h1 { font-size: 26px; letter-spacing: 3px; }
    .hero-content p { font-size: 16px; }
    .hero-badges { gap: 10px; }
    .region-intro { flex-direction: column; }
    .region-intro-img { width: 100%; min-height: 180px; }
    .region-intro-img::after { background: linear-gradient(to bottom, transparent 60%, var(--bg-card) 100%); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .craft-grid { grid-template-columns: 1fr; }
    .cross-grid { grid-template-columns: 1fr; }
    .footer-guarantees { flex-direction: column; gap: 16px; align-items: center; }
  }/* End custom CSS */