  :root{
    --loam:#1B2118;
    --loam-2:#222B1D;
    --panel:#283322;
    --parchment:#F1EAD6;
    --parchment-2:#E8DFC5;
    --gold:#C99A2E;
    --gold-light:#E0B84A;
    --clay:#8B4A2B;
    --clay-light:#A65A35;
    --ink:#1B2118;
    --muted:#6E7566;
    --muted-light:#9BA38C;
    --line:rgba(27,33,24,0.12);
    --line-dark:rgba(241,234,214,0.14);
    --shadow: 0 30px 60px -30px rgba(27,33,24,0.35);
  }

  *{margin:0;padding:0;box-sizing:border-box;}

  html{scroll-behavior:smooth;}

  body{
    background:var(--parchment);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-weight:400;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
  }

  h1,h2,h3,h4{
    font-family:'Fraunces',serif;
    font-weight:500;
    line-height:1.08;
    letter-spacing:-0.01em;
  }

  a{color:inherit;text-decoration:none;}
  img,svg{display:block;max-width:100%;}
  ul{list-style:none;}

  .eyebrow{
    font-family:'JetBrains Mono',monospace;
    font-size:0.72rem;
    letter-spacing:0.18em;
    text-transform:uppercase;
    font-weight:500;
  }

  .wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 40px;
  }

  @media(max-width:640px){ .wrap{padding:0 22px;} }

  /* ===== Reveal on scroll ===== */
  .reveal{opacity:0; transform:translateY(24px); transition:opacity .9s ease, transform .9s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
    html{scroll-behavior:auto;}
  }

  /* ===== Header ===== */
  header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    padding:26px 0;
    transition:background .4s ease, padding .4s ease, border-color .4s ease;
    border-bottom:1px solid transparent;
  }
  header.scrolled{
    background:rgba(27,33,24,0.92);
    backdrop-filter:blur(10px);
    padding:16px 0;
    border-bottom:1px solid var(--line-dark);
  }
  header .wrap{display:flex; align-items:center; justify-content:space-between;}

  .brand{display:flex; align-items:center; gap:12px;}
  .brand-mark{width:34px; height:34px; flex-shrink:0;}
  .brand-name{
    font-family:'Fraunces',serif;
    font-weight:500;
    font-size:1.02rem;
    color:var(--parchment);
    letter-spacing:0.01em;
    line-height:1.15;
  }
  .brand-name span{
    display:block;
    font-family:'JetBrains Mono',monospace;
    font-size:0.6rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--gold-light);
    font-weight:500;
    margin-top:2px;
  }

  nav.links{display:flex; gap:36px; align-items:center;}
  nav.links a{
    color:var(--parchment-2);
    font-size:0.86rem;
    font-weight:500;
    opacity:0.85;
    transition:opacity .25s ease;
  }
  nav.links a:hover{opacity:1; color:var(--gold-light);}

  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 22px;
    border-radius:2px;
    font-size:0.82rem;
    font-weight:600;
    letter-spacing:0.02em;
    transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    border:1px solid transparent;
    white-space:nowrap;
  }
  .btn-gold{background:var(--gold); color:var(--loam);}
  .btn-gold:hover{background:var(--gold-light); transform:translateY(-2px);}
  .btn-ghost-dark{border-color:var(--line-dark); color:var(--parchment);}
  .btn-ghost-dark:hover{border-color:var(--gold-light); color:var(--gold-light);}
  .btn-ghost-light{border-color:var(--line); color:var(--ink);}
  .btn-ghost-light:hover{border-color:var(--clay); color:var(--clay);}

  .menu-toggle{display:none; width:26px; height:20px; position:relative; cursor:pointer; background:none; border:none;}
  .menu-toggle span{
    position:absolute; left:0; width:100%; height:2px; background:var(--parchment);
    transition:all .3s ease;
  }
  .menu-toggle span:nth-child(1){top:0;}
  .menu-toggle span:nth-child(2){top:9px;}
  .menu-toggle span:nth-child(3){top:18px;}

  @media(max-width:880px){
    nav.links{
      position:fixed; top:0; right:-100%; width:76%; max-width:320px; height:100vh;
      background:var(--loam);
      flex-direction:column; justify-content:center; align-items:flex-start;
      gap:28px; padding:40px; transition:right .4s ease;
      border-left:1px solid var(--line-dark);
    }
    nav.links.open{right:0;}
    nav.links a{font-size:1.1rem;}
    .menu-toggle{display:block;}
    .header-cta{display:none;}
  }

  /* ===== Hero ===== */
  .hero{
    position:relative;
    min-height:100vh;
    background:radial-gradient(120% 90% at 15% 0%, #263320 0%, var(--loam) 55%, #14180F 100%);
    color:var(--parchment);
    display:flex; align-items:center;
    padding-top:120px; padding-bottom:80px;
    overflow:hidden;
  }
  .hero-root-art{
    position:absolute; right:-6%; top:50%; transform:translateY(-50%);
    width:64%; max-width:820px; opacity:0.9; pointer-events:none;
  }
  @media(max-width:880px){
    .hero-root-art{ right:-30%; opacity:0.35; width:110%; }
  }
  .hero-root-art path{
    fill:none; stroke:var(--gold); stroke-width:1.1; opacity:0.55;
    stroke-dasharray:1400; stroke-dashoffset:1400;
    animation:draw 2.8s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .hero-root-art path.p2{stroke:var(--clay-light); opacity:0.4; animation-delay:.15s;}
  .hero-root-art path.p3{stroke:var(--parchment); opacity:0.22; animation-delay:.3s;}
  .hero-root-art circle{fill:var(--gold); opacity:0; animation:fadeInDot .6s ease forwards;}
  @keyframes draw{ to{stroke-dashoffset:0;} }
  @keyframes fadeInDot{ to{opacity:0.8;} }
  @media (prefers-reduced-motion: reduce){
    .hero-root-art path{stroke-dashoffset:0; animation:none;}
    .hero-root-art circle{opacity:0.8; animation:none;}
  }

  .hero-inner{position:relative; z-index:2; max-width:680px;}
  .hero-inner .eyebrow{color:var(--gold-light); margin-bottom:22px; display:flex; align-items:center; gap:10px;}
  .hero-inner .eyebrow::before{content:""; width:26px; height:1px; background:var(--gold-light); display:inline-block;}

  .hero h1{
    font-size:clamp(2.4rem, 5.2vw, 4.1rem);
    color:var(--parchment);
    margin-bottom:26px;
  }
  .hero h1 em{
    font-style:italic; color:var(--gold-light); font-weight:400;
  }
  .hero p.lead{
    font-size:1.08rem; line-height:1.7; color:var(--muted-light);
    max-width:520px; margin-bottom:38px; font-weight:300;
  }
  .hero-ctas{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:64px;}

  .manifest{
    display:flex; gap:0; border-top:1px solid var(--line-dark); padding-top:26px;
    max-width:600px; flex-wrap:wrap;
  }
  .manifest-item{
    padding-right:34px; margin-right:34px; border-right:1px solid var(--line-dark);
  }
  .manifest-item:last-child{border-right:none; margin-right:0; padding-right:0;}
  .manifest-item .num{
    font-family:'Fraunces',serif; font-size:1.7rem; color:var(--gold-light); font-weight:500;
  }
  .manifest-item .lbl{
    font-family:'JetBrains Mono',monospace; font-size:0.65rem; letter-spacing:0.08em;
    text-transform:uppercase; color:var(--muted-light); margin-top:4px;
  }
  @media(max-width:560px){
    .manifest-item{padding-right:20px; margin-right:20px; margin-bottom:14px;}
  }

  .scroll-cue{
    position:absolute; bottom:34px; left:40px; z-index:2;
    display:flex; align-items:center; gap:10px;
    color:var(--muted-light); font-family:'JetBrains Mono',monospace; font-size:0.65rem;
    letter-spacing:0.12em; text-transform:uppercase;
  }
  .scroll-cue .line{width:1px; height:34px; background:linear-gradient(var(--gold-light), transparent); }
  @media(max-width:640px){ .scroll-cue{display:none;} }

  /* ===== Section generic ===== */
  section{position:relative;}
  .section-pad{padding:120px 0;}
  @media(max-width:768px){ .section-pad{padding:80px 0;} }

  .section-head{max-width:640px; margin-bottom:64px;}
  .section-head .eyebrow{color:var(--clay); margin-bottom:16px;}
  .section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem); color:var(--ink);}
  .section-head p{margin-top:18px; color:var(--muted); font-size:1.02rem; line-height:1.7; max-width:520px;}

  .section-head.on-dark h2{color:var(--parchment);}
  .section-head.on-dark .eyebrow{color:var(--gold-light);}
  .section-head.on-dark p{color:var(--muted-light);}

  /* ===== Products ===== */
  .products{background:var(--parchment);}
  .product-grid{
    display:grid; grid-template-columns:1.4fr 1fr 1fr; grid-template-rows:auto auto;
    gap:1px; background:var(--line); border:1px solid var(--line);
  }
  .product-card{
    background:var(--parchment); padding:44px 38px;
    display:flex; flex-direction:column; justify-content:space-between;
    min-height:260px;
    transition:background .3s ease;
  }
  .product-card:hover{background:var(--parchment-2);}
  .product-card.featured{
    grid-row:span 2; min-height:calc(520px + 1px); justify-content:flex-end;
    position:relative; padding:0; overflow:hidden; color:var(--parchment);
  }
  .product-card.featured .pc-media{position:absolute; inset:0; z-index:0;}
  .product-card.featured .pc-media img{
    width:100%; height:100%; object-fit:cover;
    filter:saturate(0.88) contrast(1.05);
  }
  .product-card.featured .pc-media::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(20,24,15,0.05) 30%, rgba(18,22,14,0.94) 100%);
  }
  .product-card.featured .pc-content{
    position:relative; z-index:1; padding:40px 38px;
  }
  .product-card.featured .tag{color:var(--gold-light);}
  .product-card.featured h3{color:var(--parchment);}
  .product-card.featured p{color:var(--muted-light);}
  .product-card.featured .origin{color:var(--gold-light);}

  .product-card.has-photo{
    position:relative; padding:0; overflow:hidden; color:var(--parchment);
    justify-content:flex-end;
  }
  .product-card.has-photo .pc-media{position:absolute; inset:0; z-index:0;}
  .product-card.has-photo .pc-media img{
    width:100%; height:100%; object-fit:cover;
    filter:saturate(0.88) contrast(1.05);
  }
  .product-card.has-photo .pc-media::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(20,24,15,0.02) 38%, rgba(18,22,14,0.93) 100%);
  }
  .product-card.has-photo .pc-content{position:relative; z-index:1; padding:34px 30px;}
  .product-card.has-photo .tag{color:var(--gold-light);}
  .product-card.has-photo h3{color:var(--parchment);}
  .product-card.has-photo p{color:var(--muted-light);}
  .product-card .icon{width:56px; height:56px; margin-bottom:24px;}
  .product-card.featured .icon{width:78px; height:78px;}
  .product-card .tag{
    font-family:'JetBrains Mono',monospace; font-size:0.62rem; letter-spacing:0.1em;
    text-transform:uppercase; color:var(--clay); margin-bottom:10px; display:block;
  }
  .product-card h3{font-size:1.2rem; color:var(--ink); font-weight:500; margin-bottom:10px;}
  .product-card.featured h3{font-size:1.9rem;}
  .product-card p{color:var(--muted); font-size:0.9rem; line-height:1.6;}
  .product-card.featured p{font-size:1rem; max-width:340px;}
  .product-card .origin{
    margin-top:18px; display:inline-flex; align-items:center; gap:8px;
    font-family:'JetBrains Mono',monospace; font-size:0.68rem; color:var(--clay);
    letter-spacing:0.04em; text-transform:uppercase;
  }
  .product-card .origin::before{content:"◆"; font-size:0.55rem;}

  @media(max-width:900px){
    .product-grid{grid-template-columns:1fr 1fr;}
    .product-card.featured{grid-column:span 2; grid-row:auto; min-height:340px;}
  }
  @media(max-width:560px){
    .product-grid{grid-template-columns:1fr;}
    .product-card.featured{grid-column:auto;}
  }

  /* ===== Rantai Pasok ===== */
  .chain{
    background:linear-gradient(180deg, var(--loam-2) 0%, var(--loam) 100%);
    color:var(--parchment);
  }
  .chain-layout{
    display:grid; grid-template-columns:0.85fr 1.15fr; gap:70px; align-items:start;
    margin-top:20px;
  }
  @media(max-width:880px){ .chain-layout{grid-template-columns:1fr; gap:44px;} }

  .chain-photos{
    position:sticky; top:110px;
    display:flex; flex-direction:column; gap:22px;
  }
  @media(max-width:880px){ .chain-photos{position:static;} }
  .chain-photo{
    border-radius:2px; overflow:hidden;
    border:1px solid var(--line-dark);
    box-shadow:var(--shadow);
  }
  .chain-photo .frame{position:relative; aspect-ratio:5/4; overflow:hidden;}
  .chain-photos .chain-photo:first-child .frame{aspect-ratio:4/5;}
  .chain-photo img{
    width:100%; height:100%; object-fit:cover; display:block;
    filter:saturate(0.82) contrast(1.05) sepia(0.12);
  }
  .chain-photo .frame::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(27,33,24,0) 45%, rgba(20,24,15,0.88) 100%),
               linear-gradient(0deg, rgba(139,74,43,0.18), rgba(41,51,34,0.14));
  }
  .chain-photo .caption{
    position:absolute; left:26px; right:26px; bottom:24px; z-index:2;
  }
  .chain-photo .caption .eyebrow{color:var(--gold-light); margin-bottom:8px;}
  .chain-photo .caption h4{color:var(--parchment); font-size:1.25rem; font-weight:500;}
  .chain-photo .caption p{color:var(--muted-light); font-size:0.85rem; margin-top:6px;}

  .chain-flow{position:relative;}
  .chain-flow::before{
    content:""; position:absolute; top:6px; bottom:6px; left:27px; width:1px;
    background:repeating-linear-gradient(180deg, var(--gold-light) 0 8px, transparent 8px 16px);
    opacity:0.5;
  }
  @media(max-width:880px){ .chain-flow::before{left:27px;} }

  .chain-step{
    position:relative;
    display:grid; grid-template-columns:56px 1fr; gap:24px;
    padding-bottom:44px;
  }
  .chain-step:last-child{padding-bottom:0;}
  .chain-step .idx{
    width:56px; height:56px; border-radius:50%; border:1px solid var(--gold-light);
    display:flex; align-items:center; justify-content:center;
    font-family:'JetBrains Mono',monospace; font-size:0.85rem; color:var(--gold-light);
    background:var(--loam); position:relative; z-index:1;
  }
  .chain-step h4{font-size:1.1rem; color:var(--parchment); margin-bottom:10px; font-weight:500; padding-top:14px;}
  .chain-step p{color:var(--muted-light); font-size:0.88rem; line-height:1.65;}

  /* ===== Kapasitas panel ===== */
  .capacity{
    background:var(--clay);
    color:var(--parchment);
  }
  .capacity .wrap{
    display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;
  }
  @media(max-width:880px){ .capacity .wrap{grid-template-columns:1fr; gap:40px;} }
  .capacity h2{font-size:clamp(1.9rem,3.6vw,2.7rem); color:var(--parchment); margin-bottom:20px;}
  .capacity p.lead{color:rgba(241,234,214,0.85); line-height:1.7; font-size:1.02rem; margin-bottom:0; font-weight:300;}
  .capacity .eyebrow{color:var(--parchment); opacity:0.7; margin-bottom:16px;}

  .capacity-stats{display:grid; grid-template-columns:1fr 1fr; gap:1px; background:rgba(241,234,214,0.25);}
  .capacity-stat{background:var(--clay); padding:30px 26px;}
  .capacity-stat .big{
    font-family:'Fraunces',serif; font-size:2.6rem; color:var(--parchment); line-height:1;
    margin-bottom:10px; font-weight:500;
  }
  .capacity-stat .big small{font-family:'Inter',sans-serif; font-size:1rem; font-weight:400; opacity:0.75;}
  .capacity-stat .cap-lbl{
    font-family:'JetBrains Mono',monospace; font-size:0.66rem; text-transform:uppercase;
    letter-spacing:0.08em; color:rgba(241,234,214,0.7);
  }

  /* ===== Markets ===== */
  .markets{background:var(--parchment);}
  .markets .wrap{display:grid; grid-template-columns:1fr 1fr; gap:70px;}
  @media(max-width:820px){ .markets .wrap{grid-template-columns:1fr; gap:50px;} }
  .market-col .eyebrow{color:var(--clay); margin-bottom:14px; display:block;}
  .market-col h3{font-size:1.5rem; margin-bottom:20px; color:var(--ink);}
  .market-col p{color:var(--muted); line-height:1.7; margin-bottom:24px; font-size:0.96rem;}
  .tag-list{display:flex; flex-wrap:wrap; gap:10px;}
  .tag-list span{
    border:1px solid var(--line); padding:9px 16px; border-radius:2px;
    font-size:0.82rem; color:var(--ink); font-family:'JetBrains Mono',monospace;
    letter-spacing:0.02em;
  }
  .market-divider{
    height:1px; background:var(--line); margin:0; align-self:stretch;
  }

  /* ===== CTA / Contact ===== */
  .cta-section{
    background:var(--loam); color:var(--parchment);
    position:relative; overflow:hidden;
  }
  .cta-section .root-bg{
    position:absolute; inset:0; opacity:0.08; pointer-events:none;
  }
  .cta-section .wrap{position:relative; z-index:1; text-align:center;}
  .cta-section .eyebrow{color:var(--gold-light); justify-content:center; display:flex; gap:10px; margin-bottom:22px;}
  .cta-section .eyebrow::before, .cta-section .eyebrow::after{content:""; width:26px; height:1px; background:var(--gold-light); align-self:center;}
  .cta-section h2{
    font-size:clamp(2rem,4.4vw,3.2rem); color:var(--parchment); max-width:760px; margin:0 auto 28px;
  }
  .cta-section p{color:var(--muted-light); max-width:520px; margin:0 auto 44px; font-size:1.02rem; line-height:1.7; font-weight:300;}
  .cta-buttons{display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-bottom:70px;}

  .contact-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line-dark);
    border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark);
    text-align:left;
  }
  @media(max-width:760px){ .contact-grid{grid-template-columns:1fr;} }
  .contact-item{background:var(--loam); padding:32px 30px;}
  .contact-item .lbl{
    font-family:'JetBrains Mono',monospace; font-size:0.62rem; text-transform:uppercase;
    letter-spacing:0.1em; color:var(--gold-light); margin-bottom:10px; display:block;
  }
  .contact-item .val{font-size:1.02rem; color:var(--parchment); font-weight:500;}
  .contact-item .val.small{font-size:0.9rem; color:var(--muted-light); font-weight:400; line-height:1.6;}

  /* ===== Footer ===== */
  footer{background:var(--loam); padding:44px 0; border-top:1px solid var(--line-dark);}
  footer .wrap{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px;}
  footer .brand{opacity:0.9;}
  footer .fine{
    font-family:'JetBrains Mono',monospace; font-size:0.68rem; color:var(--muted-light);
    letter-spacing:0.04em;
  }

  /* ===== Product Detail Pages ===== */
  .breadcrumb{
    padding-top:110px; font-family:'JetBrains Mono',monospace; font-size:0.72rem;
    letter-spacing:0.04em; color:var(--muted); display:flex; gap:8px; align-items:center;
  }
  .breadcrumb a{color:var(--muted); transition:color .2s ease;}
  .breadcrumb a:hover{color:var(--clay);}
  .breadcrumb span.sep{opacity:0.5;}
  .breadcrumb span.current{color:var(--clay);}

  .pd-hero{padding:34px 0 60px;}
  .pd-hero .pd-hero-content-wrap{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
  @media(max-width:880px){ .pd-hero .pd-hero-content-wrap{grid-template-columns:1fr; gap:36px;} }

  .pd-gallery{display:flex; flex-direction:column; gap:14px;}
  .pd-gallery .shot.primary{
    border-radius:2px; overflow:hidden; border:1px solid var(--line);
    aspect-ratio:4/5; box-shadow:var(--shadow); background:var(--parchment-2);
  }
  .pd-gallery .shot.primary img{width:100%; height:100%; object-fit:cover; display:block;}
  .pd-gallery .thumb-row{display:flex; gap:14px;}
  .pd-gallery .thumb-row .shot{
    flex:1; aspect-ratio:1/1; border-radius:2px; overflow:hidden; border:1px solid var(--line);
  }
  .pd-gallery .thumb-row .shot img{width:100%; height:100%; object-fit:cover; display:block;}
  .pd-gallery.placeholder .shot.primary{
    display:flex; align-items:center; justify-content:center;
    border:1px dashed var(--line);
  }
  .pd-gallery.placeholder .shot.primary svg{width:32%; opacity:0.5;}

  .pd-info .eyebrow{color:var(--clay); margin-bottom:18px;}
  .pd-info h1{font-size:clamp(2.6rem,5vw,3.8rem); color:var(--ink); margin-bottom:26px;}
  .pd-info p.desc{color:var(--muted); font-size:1.14rem; line-height:1.8; margin-bottom:36px;}

  .pd-facts{display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); border:1px solid var(--line); margin-bottom:36px;}
  .pd-fact{background:var(--parchment); padding:26px 26px;}
  .pd-fact .lbl{font-family:'JetBrains Mono',monospace; font-size:0.68rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--muted); display:block; margin-bottom:10px;}
  .pd-fact .val{font-family:'Fraunces',serif; font-size:1.55rem; color:var(--ink); font-weight:500;}

  .pd-ctas{display:flex; gap:14px; flex-wrap:wrap;}

  .pd-advantages{background:var(--parchment-2); padding:80px 0;}
  .pd-advantages .section-head{margin-bottom:44px;}
  .adv-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
  @media(max-width:820px){ .adv-grid{grid-template-columns:1fr;} }
  .adv-item{background:var(--parchment-2); padding:34px 30px;}
  .adv-item .adv-num{
    font-family:'Fraunces',serif; font-size:0.9rem; color:var(--gold); margin-bottom:14px;
    display:inline-block; border:1px solid var(--clay); border-radius:50%;
    width:30px; height:30px; text-align:center; line-height:28px;
  }
  .adv-item p{color:var(--ink); font-size:1.05rem; line-height:1.7;}

  .pd-related{padding:80px 0;}
  .related-grid{display:grid; grid-template-columns:repeat(auto-fill, minmax(200px,1fr)); gap:20px;}
  @media(max-width:520px){ .related-grid{grid-template-columns:repeat(2,1fr);} }

  .pd-variants{padding:80px 0; background:var(--parchment-2);}
  .variant-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
  @media(max-width:700px){ .variant-grid{grid-template-columns:1fr;} }
  .variant-card{
    background:var(--parchment); border:1px solid var(--line); border-radius:2px; overflow:hidden;
    box-shadow:var(--shadow);
  }
  .variant-card .vc-img{aspect-ratio:4/3; overflow:hidden;}
  .variant-card .vc-img img{width:100%; height:100%; object-fit:cover; display:block;}
  .variant-card .vc-body{padding:28px 30px;}
  .variant-card .vc-grade{
    font-family:'JetBrains Mono',monospace; font-size:0.68rem; text-transform:uppercase;
    letter-spacing:0.08em; color:var(--gold); margin-bottom:10px; display:block;
  }
  .variant-card h3{font-size:1.4rem; color:var(--ink); margin-bottom:12px; font-weight:500;}
  .variant-card p{color:var(--muted); font-size:0.98rem; line-height:1.7;}
  .related-card{
    display:block; border:1px solid var(--line); border-radius:2px; overflow:hidden;
    transition:transform .3s ease, box-shadow .3s ease; background:var(--parchment);
  }
  .related-card:hover{transform:translateY(-4px); box-shadow:var(--shadow);}
  .related-card .rc-img{aspect-ratio:4/3; overflow:hidden; background:var(--parchment-2); display:flex; align-items:center; justify-content:center;}
  .related-card .rc-img img{width:100%; height:100%; object-fit:cover; display:block;}
  .related-card .rc-img svg{width:34%; opacity:0.4;}
  .related-card .rc-label{padding:16px 18px; font-family:'Fraunces',serif; font-size:1rem; color:var(--ink); font-weight:500;}

  .back-link{
    display:inline-flex; align-items:center; gap:8px; color:var(--clay);
    font-family:'JetBrains Mono',monospace; font-size:0.74rem; letter-spacing:0.04em;
    margin-bottom:24px; text-transform:uppercase;
  }
  .back-link:hover{color:var(--clay-light);}

  a.product-card{cursor:pointer;}
  .product-card .click-hint{
    margin-top:16px; font-family:'JetBrains Mono',monospace; font-size:0.68rem;
    letter-spacing:0.06em; text-transform:uppercase; color:var(--clay); opacity:0;
    transition:opacity .25s ease;
  }
  .product-card.has-photo .click-hint{color:var(--gold-light);}
  .product-card:hover .click-hint{opacity:1;}
