/* AdvitiGlobal — styles.css */

:root {
    --saffron: #E8680A; --gold: #C9900C; --crimson: #8B1A1A; --turmeric: #D4A017;
    --emerald: #1A5C3A; --cream: #FAF6EF; --dark: #1C1008; --brown: #5C3317;
    --light-gold: #F5E6C3; --text-dark: #2A1A08; --text-muted: #7A6045;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; background: rgba(28,16,8,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,144,12,0.3); height: 72px; transition: all 0.3s; }
  .logo { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 700; color: var(--turmeric); letter-spacing: 0.04em; text-decoration: none; }
  .logo span { color: var(--saffron); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.3s; }
  .nav-links a:hover { color: var(--turmeric); }
  .nav-cta { background: linear-gradient(135deg, var(--saffron), var(--gold)); color: #fff !important; padding: 0.55rem 1.4rem; border-radius: 2px; }
  .hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
  .hamburger span { width: 26px; height: 2px; background: var(--turmeric); display: block; }
  .mobile-menu { display: none; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: rgba(28,16,8,0.98); padding: 2rem 8%; border-bottom: 1px solid rgba(201,144,12,0.2); z-index: 999; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 1.1rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.3s; }
  .mobile-menu a:hover { color: var(--turmeric); }

  /* HERO */
  #home { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; background: #0A0500; }

  /* Full-bleed hero image covering entire hero */
  .hero-visual {
    position: absolute; inset: 0;
  }
  .hero-visual img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center center;
    filter: saturate(1.4) contrast(1.12) brightness(0.72);
    animation: heroZoom 20s ease-in-out infinite alternate;
  }
  @keyframes heroZoom {
    from { transform: scale(1.0); }
    to   { transform: scale(1.07); }
  }

  /* Multi-layer atmospheric overlays */
  .hero-visual::before {
    content: '';
    position: absolute; inset: 0; z-index: 1;
    background:
      /* left text-safe dark zone */
      linear-gradient(to right,
        rgba(8,3,0,0.92) 0%,
        rgba(8,3,0,0.75) 35%,
        rgba(8,3,0,0.35) 60%,
        rgba(8,3,0,0.15) 100%
      ),
      /* overall dark vignette top & bottom */
      linear-gradient(to bottom,
        rgba(0,0,0,0.5) 0%,
        transparent 25%,
        transparent 70%,
        rgba(0,0,0,0.65) 100%
      ),
      /* warm amber glow bottom-right */
      radial-gradient(ellipse 60% 50% at 80% 85%, rgba(200,90,5,0.25) 0%, transparent 60%);
  }
  /* Gold shimmer rim on the diagonal seam */
  .hero-visual::after {
    content: '';
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(105deg,
      transparent 36%,
      rgba(212,160,23,0.10) 37%,
      rgba(212,160,23,0.04) 39%,
      transparent 41%
    );
  }

  /* Floating decorative spice accent dots */
  .hero-deco {
    position: absolute; z-index: 3;
    pointer-events: none;
  }
  .hero-deco-ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(212,160,23,0.18);
    animation: ringPulse 6s ease-in-out infinite;
  }
  @keyframes ringPulse {
    0%,100% { opacity: 0.3; transform: scale(1); }
    50%      { opacity: 0.7; transform: scale(1.04); }
  }

  /* Elegant grain texture overlay */
  .hero-grain {
    position: absolute; inset: 0; z-index: 3; pointer-events: none;
    opacity: 0.018;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
  }

  /* Floating label chips on the image */
  .hero-chip {
    position: absolute; z-index: 5;
    background: rgba(10,5,0,0.72); backdrop-filter: blur(10px);
    border: 1px solid rgba(212,160,23,0.35);
    color: var(--turmeric); font-family: 'Cormorant Garamond', serif;
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 2px;
    animation: chipFloat 4s ease-in-out infinite alternate;
    white-space: nowrap;
  }
  .hero-chip::before { content: '✦ '; font-size: 0.55rem; opacity: 0.7; }
  .hero-chip:nth-child(2) { animation-delay: 1.2s; animation-duration: 5s; }
  .hero-chip:nth-child(3) { animation-delay: 2.4s; animation-duration: 4.5s; }
  .hero-chip:nth-child(4) { animation-delay: 0.6s; animation-duration: 6s; }
  @keyframes chipFloat {
    from { transform: translateY(0px); }
    to   { transform: translateY(-7px); }
  }

  .hero-content { position: relative; z-index: 6; padding: 0 5% 0 8%; max-width: 600px; animation: fadeUp 1s ease both; }
  .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(212,160,23,0.12); border: 1px solid rgba(212,160,23,0.4); color: var(--turmeric); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.45rem 1rem; border-radius: 2px; margin-bottom: 1.5rem; }
  .hero-badge::before { content: '✦'; font-size: 0.65rem; }
  h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 5vw, 4.6rem); font-weight: 300; line-height: 1.08; color: #fff; margin-bottom: 1.5rem; }
  h1 em { font-style: italic; color: var(--turmeric); display: block; }
  .hero-divider { width: 48px; height: 1px; background: linear-gradient(to right, var(--saffron), transparent); margin-bottom: 1.4rem; }
  .hero-sub { font-size: 0.97rem; line-height: 1.85; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; max-width: 440px; }
  .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary { background: linear-gradient(135deg, var(--saffron) 0%, #C85A05 100%); color: #fff; padding: 1rem 2.2rem; border: none; border-radius: 2px; font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-block; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 8px 32px rgba(232,104,10,0.4); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(232,104,10,0.5); }
  .btn-outline { background: transparent; color: rgba(255,255,255,0.85); padding: 1rem 2.2rem; border: 1px solid rgba(255,255,255,0.25); border-radius: 2px; font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.3s; }
  .btn-outline:hover { border-color: var(--turmeric); color: var(--turmeric); }
  .hero-stats { position: absolute; bottom: 3rem; left: 8%; display: flex; gap: 3rem; z-index: 6; animation: fadeUp 1s 0.4s ease both; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--turmeric); line-height: 1; }
  .stat-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 0.3rem; }
  .stat-divider { width: 1px; background: rgba(255,255,255,0.1); align-self: stretch; }
  .scroll-line { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 80px; background: linear-gradient(to bottom, transparent, var(--turmeric)); z-index: 6; animation: lineGrow 1.5s 1s ease both; }

  @media (max-width: 900px) {
    .hero-visual img { width: 100%; opacity: 0.35; }
    .hero-visual::before { background: linear-gradient(to right, rgba(10,5,0,0.97) 0%, rgba(10,5,0,0.92) 100%); }
    .hero-chip { display: none; }
    .hero-stats { gap: 1.8rem; left: 5%; }
    .hv-inset { display: none; }
  }

  /* ── Hero inset floating panels ── */
  .hv-inset {
    position: absolute; z-index: 4;
    border-radius: 4px; overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.55), 0 0 0 1px rgba(212,160,23,0.25);
    animation: insetFloat 6s ease-in-out infinite alternate;
  }
  .hv-inset img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.35) contrast(1.1) brightness(0.88); }
  .hv-inset-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(10,5,0,0.88) 0%, transparent 100%);
    color: var(--turmeric); font-family: 'Cormorant Garamond', serif;
    font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em;
    text-transform: uppercase; padding: 0.6rem 0.75rem 0.5rem;
  }
  .hv-inset-label::before { content: '✦ '; font-size: 0.5rem; opacity: 0.8; }

  /* Panel positions & sizes */
  .hv-inset-1 { width: 180px; height: 230px; right: 5%;  top: 8%;  animation-delay: 0s;   animation-duration: 7s; }
  .hv-inset-2 { width: 140px; height: 160px; right: 23%; top: 14%; animation-delay: 1.5s; animation-duration: 5.5s; }
  .hv-inset-3 { width: 150px; height: 170px; right: 8%;  bottom: 16%; animation-delay: 0.8s; animation-duration: 6.5s; }
  .hv-inset-4 { width: 130px; height: 150px; right: 26%; bottom: 12%; animation-delay: 2.2s; animation-duration: 5s; }

  @keyframes insetFloat {
    from { transform: translateY(0px) rotate(0deg); }
    to   { transform: translateY(-10px) rotate(0.5deg); }
  }
  .hv-inset-1 { --rotate-dir: 1; }
  .hv-inset-2 { --rotate-dir: -1; transform-origin: bottom right; }
  .hv-inset-3 { --rotate-dir: -1; }
  .hv-inset-4 { --rotate-dir: 1; transform-origin: top left; }

  /* SECTIONS */
  section { padding: 100px 8%; }
  .section-tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--saffron); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.75rem; }
  .section-tag::before { content: ''; width: 30px; height: 1px; background: var(--saffron); display: block; }
  h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.15; color: var(--text-dark); margin-bottom: 1.5rem; }
  h2 em { font-style: italic; color: var(--saffron); }

  /* ABOUT */
  #about {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* 3-column masonry mosaic */
  .about-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 190px 160px 150px 130px;
    gap: 8px;
    position: relative;
  }

  .aig-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .aig-wrap img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    border-radius: 5px;
    filter: saturate(1.1) contrast(1.04);
    transition: transform 0.55s ease, filter 0.4s ease;
  }
  .aig-wrap:hover img {
    transform: scale(1.06);
    filter: saturate(1.35) contrast(1.1) brightness(1.02);
  }
  .aig-label {
    position: absolute; bottom: 7px; left: 8px; z-index: 2;
    background: rgba(10,5,0,0.68); backdrop-filter: blur(8px);
    color: var(--turmeric); font-family: 'Cormorant Garamond', serif;
    font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; padding: 0.22rem 0.55rem;
    border-radius: 2px; border: 1px solid rgba(212,160,23,0.28);
    pointer-events: none;
  }

  /* Specific cell placements */
  /* Col1-row1+2 tall — spice flatlay */
  .aig-a { grid-column: 1; grid-row: 1 / 3; }
  /* Col2-row1 — rice */
  .aig-b { grid-column: 2; grid-row: 1; }
  /* Col3-row1 — tea garden */
  .aig-c { grid-column: 3; grid-row: 1; }
  /* Col2+3-row2 wide — black pepper */
  .aig-d { grid-column: 2 / 4; grid-row: 2; }
  /* Col1-row3 — turmeric */
  .aig-e { grid-column: 1; grid-row: 3; }
  /* Col2-row3 — cardamom */
  .aig-f { grid-column: 2; grid-row: 3; }
  /* Col3-row3 — Darjeeling cup */
  .aig-g { grid-column: 3; grid-row: 3; }
  /* Col1+2-row4 wide — cinnamon */
  .aig-h { grid-column: 1 / 3; grid-row: 4; }
  /* Col3-row4 — basmati */
  .aig-i { grid-column: 3; grid-row: 4; }

  .about-badge {
    position: absolute; top: -16px; right: -16px;
    background: linear-gradient(135deg, var(--saffron), var(--gold));
    color: #fff; border-radius: 50%; width: 92px; height: 92px;
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; font-family: 'Cormorant Garamond', serif;
    text-align: center; box-shadow: 0 8px 32px rgba(232,104,10,0.4); z-index: 3;
  }
  .about-badge span:first-child { font-size: 1.5rem; font-weight: 700; line-height: 1; }
  .about-badge span:last-child  { font-size: 0.6rem; opacity: 0.9; }
  .about-text p { font-size: 0.97rem; line-height: 1.95; color: var(--text-muted); margin-bottom: 1.3rem; }

  @media (max-width: 1000px) {
    #about { grid-template-columns: 1fr; gap: 2.5rem; padding: 60px 5%; }
    .about-badge { display: none; }
    .about-img-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 200px 160px 140px;
    }
    .aig-a { grid-column: 1 / 3; grid-row: 1; }
    .aig-b { grid-column: 1;     grid-row: 2; }
    .aig-c { grid-column: 2;     grid-row: 2; }
    .aig-d { grid-column: 1 / 3; grid-row: 3; }
    .aig-e,.aig-f,.aig-g,.aig-h,.aig-i { display: none; }
  }

  /* Milestone timeline */
  /* ── Pillars of Excellence ── */
  .about-pillars {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; margin: 2rem 0 2.2rem;
    position: relative;
  }
  /* Thin gold connecting rule behind the icons */
  .about-pillars::before {
    content: '';
    position: absolute;
    top: 28px; left: 12.5%; right: 12.5%;
    height: 1px;
    background: linear-gradient(to right,
      transparent 0%,
      rgba(212,160,23,0.35) 15%,
      rgba(212,160,23,0.55) 50%,
      rgba(212,160,23,0.35) 85%,
      transparent 100%
    );
    z-index: 0;
  }
  .pillar {
    display: flex; flex-direction: column; align-items: center;
    text-align: center; padding: 0 0.6rem; position: relative; z-index: 1;
  }
  .pillar-icon-wrap {
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, var(--light-gold) 0%, #fff 100%);
    border: 1px solid rgba(212,160,23,0.35);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 18px rgba(212,160,23,0.15);
    transition: box-shadow 0.35s, transform 0.35s;
    flex-shrink: 0;
  }
  .pillar:hover .pillar-icon-wrap {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(212,160,23,0.25);
  }
  .pillar-svg {
    width: 26px; height: 26px;
  }
  .pillar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem; font-weight: 700;
    color: var(--text-dark); line-height: 1.25;
    margin-bottom: 0.45rem; letter-spacing: 0.01em;
  }
  .pillar-rule {
    width: 22px; height: 1.5px;
    background: linear-gradient(to right, var(--saffron), var(--gold));
    border-radius: 1px; margin: 0 auto 0.5rem;
  }
  .pillar-text {
    font-size: 0.75rem; line-height: 1.6;
    color: var(--text-muted); font-weight: 400;
  }
  @media (max-width: 700px) {
    .about-pillars { grid-template-columns: 1fr 1fr; gap: 1.5rem 0.5rem; }
    .about-pillars::before { display: none; }
  }
  @media (max-width: 460px) {
    .about-pillars { grid-template-columns: 1fr; gap: 1.2rem; }
  }
  .cert-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
  .cert-pill { display: flex; align-items: center; gap: 0.4rem; background: var(--light-gold); border: 1px solid rgba(212,160,23,0.3); color: var(--brown); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.45rem 0.9rem; border-radius: 30px; }
  .cert-pill::before { content: '✓'; color: var(--emerald); }

  /* PRODUCTS */
  #products { background: linear-gradient(180deg, var(--cream) 0%, #F0E8D8 100%); }
  .products-header { text-align: center; max-width: 600px; margin: 0 auto 4rem; }
  .products-header .section-tag { justify-content: center; }
  .products-header .section-tag::before { display: none; }
  .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
  .product-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 24px rgba(92,51,23,0.08); transition: transform 0.3s, box-shadow 0.3s; }
  .product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(92,51,23,0.16); }
  .product-img { height: 240px; overflow: hidden; position: relative; background: #1a0f05; }
  .product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, filter 0.4s ease; filter: saturate(1.2) contrast(1.05) brightness(0.96); }
  .product-card:hover .product-img img { transform: scale(1.09); filter: saturate(1.45) contrast(1.1) brightness(1.02); }
  .product-tag { position: absolute; top: 12px; left: 12px; background: rgba(28,16,8,0.78); color: var(--turmeric); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 2px; backdrop-filter: blur(4px); }
  .product-body { padding: 1.4rem; }
  .product-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.5rem; }
  .product-desc { font-size: 0.83rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 1rem; }
  .product-specs { display: flex; gap: 0.5rem; flex-wrap: wrap; }
  .spec { background: var(--light-gold); color: var(--brown); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em; padding: 0.25rem 0.6rem; border-radius: 2px; }

  /* WHY */
  #why { background: var(--dark); color: #fff; position: relative; overflow: hidden; }
  #why::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 90% 50%, rgba(232,104,10,0.1) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 10% 50%, rgba(139,26,26,0.15) 0%, transparent 60%); }
  .why-inner { position: relative; z-index: 1; }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 3rem; }
  .why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .feature-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(212,160,23,0.15); padding: 1.8rem; border-radius: 4px; transition: all 0.3s; }
  .feature-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(212,160,23,0.4); transform: translateY(-3px); }
  .feature-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
  .feature-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--turmeric); margin-bottom: 0.5rem; }
  .feature-desc { font-size: 0.82rem; line-height: 1.7; color: rgba(255,255,255,0.55); }
  .why-img-stack { position: relative; height: 500px; }
  .why-img-stack img { position: absolute; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); object-fit: cover; }
  .why-img-a { width: 70%; height: 60%; top: 0; right: 0; border: 3px solid rgba(212,160,23,0.3); }
  .why-img-b { width: 58%; height: 55%; bottom: 0; left: 0; border: 3px solid rgba(232,104,10,0.3); }
  .why-img-badge { position: absolute; right: -15px; top: 48%; transform: translateY(-50%); background: linear-gradient(135deg, var(--saffron), var(--gold)); color: #fff; padding: 1.2rem; border-radius: 4px; text-align: center; width: 90px; box-shadow: 0 8px 32px rgba(232,104,10,0.4); z-index: 2; }
  .why-img-badge .big { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; line-height: 1; }
  .why-img-badge .small { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; opacity: 0.9; }

  /* GLOBAL */
  #global { background: var(--dark); padding: 100px 8%; text-align: center; position: relative; overflow: hidden; }
  #global::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 70% 50% at 15% 50%, rgba(232,104,10,0.07) 0%, transparent 60%),
      radial-gradient(ellipse 60% 60% at 85% 50%, rgba(212,160,23,0.06) 0%, transparent 60%);
  }
  .global-inner { position: relative; z-index: 1; }
  .global-header { max-width: 660px; margin: 0 auto 4rem; }
  .global-header .section-tag { justify-content: center; color: var(--turmeric); }
  .global-header .section-tag::before { background: var(--turmeric); }
  .global-header h2 { color: #fff; }
  .global-header p { color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.85; }

  /* Stats strip */
  .global-stats {
    display: flex; justify-content: center; gap: 0; margin-bottom: 4rem;
    border: 1px solid rgba(212,160,23,0.2); border-radius: 6px; overflow: hidden;
    max-width: 700px; margin-left: auto; margin-right: auto; margin-bottom: 4rem;
  }
  .gs { flex: 1; padding: 1.5rem 1rem; border-right: 1px solid rgba(212,160,23,0.15); }
  .gs:last-child { border-right: none; }
  .gs-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 700; color: var(--turmeric); line-height: 1; }
  .gs-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 0.3rem; }

  /* Journey steps strip */
  .global-journey {
    display: flex; align-items: flex-start; justify-content: center;
    gap: 0; max-width: 900px; margin: 0 auto 3.5rem;
  }
  .gj-step {
    flex: 1; text-align: center; padding: 1.8rem 1.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,160,23,0.12);
    border-radius: 4px; position: relative;
    transition: background 0.3s, border-color 0.3s;
  }
  .gj-step:hover { background: rgba(255,255,255,0.06); border-color: rgba(212,160,23,0.3); }
  .gj-icon { font-size: 1.8rem; margin-bottom: 0.75rem; display: block; }
  .gj-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem; font-weight: 700; color: var(--turmeric);
    margin-bottom: 0.5rem; letter-spacing: 0.02em;
  }
  .gj-text { font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.45); }
  .gj-arrow {
    font-size: 1.4rem; color: rgba(212,160,23,0.35);
    padding: 0 0.5rem; margin-top: 2.5rem; flex-shrink: 0;
    align-self: flex-start;
  }

  /* What we bring — 4 pillar cards replacing stats */
  .global-pillars {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; max-width: 1000px; margin: 0 auto 3.5rem;
    border: 1px solid rgba(212,160,23,0.15); border-radius: 5px; overflow: hidden;
  }
  .gp-card {
    background: rgba(255,255,255,0.03);
    padding: 1.8rem 1.4rem; text-align: center;
    border-right: 1px solid rgba(212,160,23,0.12);
    transition: background 0.3s;
  }
  .gp-card:last-child { border-right: none; }
  .gp-card:hover { background: rgba(255,255,255,0.07); }
  .gp-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: rgba(212,160,23,0.08);
    border: 1px solid rgba(212,160,23,0.2);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1rem;
    transition: border-color 0.3s, background 0.3s;
  }
  .gp-card:hover .gp-icon { background: rgba(212,160,23,0.14); border-color: rgba(212,160,23,0.4); }
  .gp-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem; font-weight: 700; color: var(--turmeric);
    margin-bottom: 0.6rem; line-height: 1.25;
  }
  .gp-text { font-size: 0.78rem; line-height: 1.7; color: rgba(255,255,255,0.42); }

  @media (max-width: 760px) {
    .global-pillars { grid-template-columns: 1fr 1fr; }
    .gp-card:nth-child(2) { border-right: none; }
    .gp-card:nth-child(1),
    .gp-card:nth-child(2) { border-bottom: 1px solid rgba(212,160,23,0.12); }
  }
  @media (max-width: 480px) {
    .global-pillars { grid-template-columns: 1fr; }
    .gp-card { border-right: none; border-bottom: 1px solid rgba(212,160,23,0.1); }
    .gp-card:last-child { border-bottom: none; }
  }
  .global-qa {
    max-width: 900px; margin: 0 auto 3.5rem;
    border: 1px solid rgba(212,160,23,0.2);
    border-radius: 5px; overflow: hidden;
    background: rgba(212,160,23,0.04);
  }
  .global-qa-inner {
    display: flex; align-items: flex-start; gap: 1.8rem;
    padding: 2rem 2.2rem;
  }
  .global-qa-icon {
    flex-shrink: 0; margin-top: 0.2rem;
    width: 52px; height: 52px;
    background: rgba(212,160,23,0.1);
    border: 1px solid rgba(212,160,23,0.25);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .global-qa-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem; font-weight: 700;
    color: var(--turmeric); margin-bottom: 0.6rem; letter-spacing: 0.02em;
  }
  .global-qa-text p {
    font-size: 0.85rem; line-height: 1.85;
    color: rgba(255,255,255,0.5);
  }

  @media (max-width: 900px) {
    .global-journey { flex-direction: column; align-items: stretch; }
    .gj-arrow { transform: rotate(90deg); margin: 0 auto; display: block; padding: 0; }
  }

  /* Region blocks */
  .regions-layout { display: flex; flex-direction: column; gap: 1px; max-width: 1100px; margin: 0 auto 4rem; }
  .region-row { display: grid; gap: 1px; }
  .region-row:nth-child(1) { grid-template-columns: 1.2fr 1fr 1fr; }
  .region-row:nth-child(2) { grid-template-columns: 1fr 1.3fr 1fr; }
  .region-row:nth-child(3) { grid-template-columns: 1fr 1fr; }

  .region-block {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,160,23,0.1);
    padding: 2rem 2rem 1.8rem;
    position: relative; overflow: hidden;
    transition: background 0.35s, border-color 0.35s;
    text-align: left;
  }
  .region-block:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(212,160,23,0.3);
  }
  .region-block::before {
    content: '';
    position: absolute; top: 0; left: 0; width: 3px; height: 100%;
    background: var(--rb-color, var(--saffron));
    opacity: 0; transition: opacity 0.35s;
  }
  .region-block:hover::before { opacity: 1; }
  .rb-icon { font-size: 1.8rem; margin-bottom: 0.8rem; display: block; }
  .rb-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; font-weight: 600;
    color: var(--turmeric); margin-bottom: 0.4rem; line-height: 1.2;
  }
  .rb-write {
    font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.45);
    margin-bottom: 1.1rem;
  }
  .rb-countries { display: flex; flex-wrap: wrap; gap: 0.4rem; }
  .rb-country {
    font-size: 0.72rem; font-weight: 600;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.25rem 0.65rem; border-radius: 20px;
    transition: all 0.2s; white-space: nowrap;
  }
  .region-block:hover .rb-country {
    color: rgba(255,255,255,0.9);
    background: rgba(212,160,23,0.12);
    border-color: rgba(212,160,23,0.3);
  }

  /* Marquee ticker */
  .global-ticker {
    overflow: hidden; border-top: 1px solid rgba(212,160,23,0.15);
    border-bottom: 1px solid rgba(212,160,23,0.15);
    padding: 0.9rem 0; max-width: 1100px; margin: 0 auto;
  }
  .ticker-inner {
    display: flex; gap: 3rem; width: max-content;
    animation: ticker 30s linear infinite;
  }
  .ticker-item {
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: rgba(255,255,255,0.35);
    white-space: nowrap; display: flex; align-items: center; gap: 0.8rem;
  }
  .ticker-item .flag { font-size: 1rem; }
  .ticker-sep { color: var(--turmeric); opacity: 0.5; }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  @media (max-width: 900px) {
    .region-row:nth-child(1),
    .region-row:nth-child(2),
    .region-row:nth-child(3) { grid-template-columns: 1fr 1fr; }
    .global-stats { flex-wrap: wrap; }
    .gs { min-width: 33%; }
  }
  @media (max-width: 580px) {
    .region-row:nth-child(1),
    .region-row:nth-child(2),
    .region-row:nth-child(3) { grid-template-columns: 1fr; }
  }

  /* ── DARJEELING TEA SECTION ── */
  #tea { background: linear-gradient(180deg, #F5EDE0 0%, var(--cream) 40%, #EFF7F0 100%); padding: 0 0 80px; }

  /* Full-width banner */
  .tea-banner { position: relative; height: 480px; overflow: hidden; }
  .tea-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; filter: saturate(1.2) brightness(0.65); }
  .tea-banner-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom,
      rgba(10,20,8,0.3) 0%,
      rgba(10,20,8,0.55) 50%,
      rgba(10,20,8,0.8) 100%);
  }
  .tea-banner-content {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 3rem 8%; z-index: 2; text-align: center;
  }
  .tea-banner-content h2 { font-size: clamp(2rem,4vw,3rem); margin-bottom: 1rem; }
  .tea-banner-sub {
    font-size: 0.95rem; line-height: 1.85; color: rgba(255,255,255,0.7);
    max-width: 620px; margin: 0 auto 1.5rem;
  }
  .tea-banner-tags { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }
  .tea-btag {
    background: rgba(255,255,255,0.1); backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9); font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.06em; padding: 0.4rem 1rem; border-radius: 20px;
  }

  /* Intro layout */
  .tea-intro {
    display: grid; grid-template-columns: 1fr 1fr; gap: 70px;
    align-items: center; padding: 80px 8%;
  }
  .tea-intro-text p { font-size: 0.95rem; line-height: 1.9; color: var(--text-muted); margin-bottom: 1.2rem; }
  .tea-certs { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
  .tea-intro-imgs { display: flex; flex-direction: column; gap: 12px; }
  .tea-img-main { border-radius: 4px; overflow: hidden; height: 280px; }
  .tea-img-main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.2) contrast(1.05); border-radius: 4px; }
  .tea-img-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .tea-img-pair img { width: 100%; height: 160px; object-fit: cover; border-radius: 4px; filter: saturate(1.15); }

  /* Cards header */
  .tea-cards-header { padding: 0 8% 0; text-align: center; }

  /* Why section */
  .tea-why {
    margin: 60px 8% 0;
    display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px;
    background: var(--dark); padding: 3rem; border-radius: 6px;
    position: relative; overflow: hidden;
  }
  .tea-why::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 0% 50%, rgba(26,92,58,0.12) 0%, transparent 60%),
                radial-gradient(ellipse 50% 60% at 100% 50%, rgba(212,160,23,0.07) 0%, transparent 60%);
  }
  .tea-why-text { position: relative; z-index: 1; }
  .tea-why-text .section-tag { color: #4CAF7D; }
  .tea-why-text .section-tag::before { background: #4CAF7D; }
  .tea-why-text h2 { color: #fff; margin-bottom: 1rem; }
  .tea-why-text p { font-size: 0.88rem; line-height: 1.85; color: rgba(255,255,255,0.5); }
  .tea-why-features { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .tea-why-item {
    display: flex; gap: 0.9rem; align-items: flex-start;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(26,92,58,0.2);
    padding: 1.2rem; border-radius: 4px; transition: all 0.3s;
  }
  .tea-why-item:hover { background: rgba(255,255,255,0.07); border-color: rgba(26,92,58,0.45); }
  .tea-why-icon { font-size: 1.4rem; flex-shrink: 0; }
  .tea-why-title { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: #4CAF7D; margin-bottom: 0.3rem; }
  .tea-why-desc { font-size: 0.78rem; line-height: 1.65; color: rgba(255,255,255,0.45); }

  /* Nav link for tea */
  @media (max-width: 900px) {
    .tea-intro { grid-template-columns: 1fr; gap: 2.5rem; padding: 60px 5%; }
    .tea-cards-header { padding: 0 5%; }
    .tea-why { grid-template-columns: 1fr; margin: 40px 5% 0; padding: 2rem; }
    .tea-why-features { grid-template-columns: 1fr; }
    .tea-banner { height: 360px; }
    .tea-banner-content { padding: 2rem 5%; }
  }

  /* CONTACT */
  #contact { background: #fff; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
  .contact-info p { color: var(--text-muted); line-height: 1.8; font-size: 0.95rem; margin-bottom: 2.5rem; }
  .contact-detail { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
  .contact-icon { width: 44px; height: 44px; min-width: 44px; background: var(--light-gold); border: 1px solid rgba(212,160,23,0.3); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
  .contact-detail-text strong { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--saffron); font-weight: 600; margin-bottom: 0.25rem; }
  .contact-detail-text span { color: var(--text-dark); font-size: 0.9rem; line-height: 1.5; }
  .contact-form { background: var(--cream); border: 1px solid rgba(212,160,23,0.2); padding: 2.5rem; border-radius: 4px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
  .form-group { margin-bottom: 1rem; }
  .form-group label { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.5rem; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.85rem 1rem; background: #fff; border: 1px solid rgba(92,51,23,0.15); border-radius: 3px; font-family: 'Jost', sans-serif; font-size: 0.9rem; color: var(--text-dark); outline: none; transition: border-color 0.3s, box-shadow 0.3s; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(232,104,10,0.1); }
  .form-group textarea { resize: vertical; min-height: 120px; }
  .form-submit { background: linear-gradient(135deg, var(--saffron) 0%, #C85A05 100%); color: #fff; border: none; width: 100%; padding: 1rem; font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 3px; cursor: pointer; transition: all 0.3s; box-shadow: 0 6px 24px rgba(232,104,10,0.35); }
  .form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,104,10,0.45); }

  /* FOOTER */
  footer { background: var(--dark); color: rgba(255,255,255,0.5); padding: 3rem 8% 2rem; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 2rem; }
  .footer-brand .logo { font-size: 1.5rem; margin-bottom: 1rem; display: block; }
  .footer-brand p { font-size: 0.83rem; line-height: 1.8; max-width: 280px; }
  .footer-col h4 { color: var(--turmeric); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.2rem; }
  .footer-col a { display: block; color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; margin-bottom: 0.6rem; transition: color 0.3s; }
  .footer-col a:hover { color: var(--turmeric); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; }
  .footer-bottom span { color: rgba(255,255,255,0.3); }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes lineGrow { from { height: 0; opacity: 0; } to { height: 80px; opacity: 1; } }
  @keyframes pulse {
    0%,100% { box-shadow: 0 0 0 4px rgba(212,160,23,0.3), 0 0 0 8px rgba(212,160,23,0.1); }
    50% { box-shadow: 0 0 0 8px rgba(212,160,23,0.3), 0 0 0 16px rgba(212,160,23,0.05); }
  }

  /* Scroll fade — always visible, animated in when JS loads */
  .fade-in { opacity: 1; transform: none; transition: opacity 0.75s ease, transform 0.75s ease; }
  .js-animate { opacity: 0 !important; transform: translateY(28px) !important; }
  .js-animate.revealed { opacity: 1 !important; transform: none !important; }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    #about { grid-template-columns: 1fr; gap: 3rem; padding: 60px 5%; }
    #contact { grid-template-columns: 1fr; gap: 3rem; padding: 60px 5%; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .why-features { grid-template-columns: 1fr 1fr; }
    .why-img-stack { height: 320px; margin-bottom: 2rem; }
    .hero-stats { gap: 2rem; left: 5%; }
    section { padding: 70px 5%; }
    .hero-content { padding: 0 5%; }
    .hero-pattern { width: 100%; opacity: 0.28; }
    .form-row { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .hero-stats { bottom: 1.5rem; gap: 1.5rem; }
    .footer-top { grid-template-columns: 1fr; }
    .about-badge { display: none; }
    h1 { font-size: 2.4rem; }
    .why-features { grid-template-columns: 1fr; }
    .why-img-stack { height: 260px; }
  }

  /* ── PRODUCT CARD CLICKABLE ── */
  .product-card { cursor: pointer; }
  .product-card .view-detail {
    display: flex; align-items: center; gap: 0.4rem; margin-top: 1rem;
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--saffron); border: none; background: none; cursor: pointer; padding: 0;
    font-family: 'Jost', sans-serif; transition: gap 0.3s;
  }
  .product-card:hover .view-detail { gap: 0.7rem; }
  .view-detail-arrow { font-size: 1rem; }

  /* ── PRODUCT DETAIL OVERLAY ── */
  .pd-overlay {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(10,5,2,0.82); backdrop-filter: blur(6px);
    opacity: 0; pointer-events: none; transition: opacity 0.35s ease;
    display: flex; align-items: flex-start; justify-content: center;
    overflow-y: auto; padding: 2rem 1rem;
  }
  .pd-overlay.open { opacity: 1; pointer-events: all; }

  .pd-modal {
    background: var(--cream); width: 100%; max-width: 1060px;
    border-radius: 6px; overflow: hidden;
    transform: translateY(40px); transition: transform 0.4s ease;
    box-shadow: 0 40px 120px rgba(0,0,0,0.5);
    position: relative; margin: auto;
  }
  .pd-overlay.open .pd-modal { transform: translateY(0); }

  /* Close button */
  .pd-close {
    position: absolute; top: 1.2rem; right: 1.4rem; z-index: 10;
    background: rgba(28,16,8,0.7); border: none; color: #fff;
    width: 38px; height: 38px; border-radius: 50%; font-size: 1.2rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(4px); transition: background 0.2s;
  }
  .pd-close:hover { background: var(--saffron); }

  /* Hero banner */
  .pd-hero {
    height: 340px; position: relative; overflow: hidden;
    background: var(--dark);
  }
  .pd-hero img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(1.3) brightness(0.75);
  }
  .pd-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(10,5,2,0.88) 35%, rgba(10,5,2,0.2) 100%);
  }
  .pd-hero-text {
    position: absolute; bottom: 2.5rem; left: 2.5rem;
  }
  .pd-category {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--turmeric); margin-bottom: 0.6rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .pd-category::before { content: '✦'; font-size: 0.6rem; }
  .pd-title {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 0.8rem;
  }
  .pd-title em { font-style: italic; color: var(--turmeric); }
  .pd-origin-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(212,160,23,0.2); border: 1px solid rgba(212,160,23,0.4);
    color: var(--turmeric); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 0.35rem 0.9rem; border-radius: 2px;
  }

  /* Body */
  .pd-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; }

  /* Left: info */
  .pd-info { padding: 2.5rem; border-right: 1px solid rgba(212,160,23,0.15); }
  .pd-section-label {
    font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--saffron); margin-bottom: 0.6rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .pd-section-label::before { content: ''; width: 20px; height: 1px; background: var(--saffron); display: block; }
  .pd-info h3 {
    font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600;
    color: var(--text-dark); margin-bottom: 0.9rem;
  }
  .pd-info p { font-size: 0.88rem; line-height: 1.85; color: var(--text-muted); margin-bottom: 1.2rem; }
  .pd-attributes { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin: 1.4rem 0; }
  .pd-attr {
    background: #fff; border: 1px solid rgba(212,160,23,0.2);
    padding: 0.8rem 1rem; border-radius: 3px;
  }
  .pd-attr-label { font-size: 0.64rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.25rem; }
  .pd-attr-value { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--text-dark); }
  .pd-certs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
  .pd-cert { background: var(--light-gold); border: 1px solid rgba(212,160,23,0.3); color: var(--brown); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.75rem; border-radius: 20px; }
  .pd-cert::before { content: '✓ '; color: var(--emerald); }

  /* Right: packaging */
  .pd-packaging { padding: 2.5rem; background: #fff; }
  .pd-packaging h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.4rem; }
  .pd-packaging > p { font-size: 0.83rem; color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.7; }
  /* Packaging icon cards */
  .pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
  .pkg-card {
    border: 1px solid rgba(212,160,23,0.18); border-radius: 5px;
    padding: 1.2rem 1rem 1rem; transition: all 0.3s; background: var(--cream);
    display: flex; flex-direction: column; align-items: center; text-align: center;
    cursor: default;
  }
  .pkg-card:hover { border-color: var(--saffron); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(232,104,10,0.12); background: #fff; }
  .pkg-icon-wrap {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--light-gold), #fff);
    border: 1px solid rgba(212,160,23,0.3);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 0.75rem; flex-shrink: 0;
    transition: box-shadow 0.3s;
  }
  .pkg-card:hover .pkg-icon-wrap { box-shadow: 0 4px 16px rgba(232,104,10,0.2); border-color: var(--saffron); }
  .pkg-icon-wrap svg { width: 24px; height: 24px; }
  .pkg-type { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--saffron); margin-bottom: 0.2rem; }
  .pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.3rem; line-height: 1.25; }
  .pkg-desc { font-size: 0.7rem; line-height: 1.55; color: var(--text-muted); margin-bottom: 0.5rem; }
  .pkg-sizes { display: flex; flex-wrap: wrap; gap: 0.3rem; justify-content: center; }
  .pkg-size { background: var(--light-gold); color: var(--brown); font-size: 0.62rem; font-weight: 700; padding: 0.18rem 0.5rem; border-radius: 2px; }

  /* Inquiry strip */
  .pd-inquiry {
    background: linear-gradient(135deg, var(--dark), #2A1A00);
    padding: 1.8rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
    flex-wrap: wrap;
  }
  .pd-inquiry p { color: rgba(255,255,255,0.7); font-size: 0.88rem; line-height: 1.6; max-width: 560px; }
  .pd-inquiry p strong { color: var(--turmeric); font-weight: 600; }
  .pd-inquiry-btn {
    background: linear-gradient(135deg, var(--saffron), #C85A05);
    color: #fff; border: none; padding: 0.85rem 2rem;
    font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px;
    cursor: pointer; white-space: nowrap; transition: all 0.3s;
    box-shadow: 0 6px 24px rgba(232,104,10,0.4);
    text-decoration: none; display: inline-block;
  }
  .pd-inquiry-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,104,10,0.5); }

  @media (max-width: 800px) {
    .pd-body { grid-template-columns: 1fr; }
    .pd-info { border-right: none; border-bottom: 1px solid rgba(212,160,23,0.15); }
    .pd-hero { height: 260px; }
    .pkg-grid { grid-template-columns: repeat(3, 1fr); }
    .pd-attributes { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 500px) {
    .pkg-grid { grid-template-columns: repeat(2, 1fr); }
    .pd-info, .pd-packaging { padding: 1.5rem; }
    .pd-inquiry { padding: 1.5rem; }
  }