:root{
    --wine:#4B1526;
    --wine-deep:#33101B;
    --gold:#C8A24C;
    --gold-text:#73561B;
    --gold-soft:#E4CE9A;
    --ivory:#FBF5EC;
    --blush:#F1DFCB;
    --ink:#2A211D;
    --ink-soft:#6b5d54;
    --max:1180px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Jost', sans-serif;
    color:var(--ink);
    background:var(--ivory);
    font-weight:400;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,.display{
    font-family:'Cormorant Garamond', serif;
    font-weight:600;
    line-height:1.08;
    letter-spacing:.2px;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:var(--max); margin:0 auto; padding:0 28px;}
  .eyebrow{
    font-size:12.5px; letter-spacing:.28em; text-transform:uppercase;
    color:var(--wine); font-weight:600; display:flex; align-items:center; gap:12px;
  }
  .eyebrow::before{content:""; width:26px; height:1px; background:var(--gold); flex-shrink:0;}
  section{padding:96px 0;}
  @media(max-width:720px){ section{padding:64px 0;} }

  /* ---------- stitch divider (signature element) ---------- */
  .stitch{
    width:100%; height:26px; margin:0 auto;
  }
  .stitch path{
    fill:none; stroke:var(--gold); stroke-width:2;
    stroke-dasharray:9 8; stroke-linecap:round;
  }

  /* ---------- header ---------- */
  header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    background:rgba(251,245,236,.98);
    border-bottom:1px solid rgba(75,21,38,.08);
    transition:background .3s;
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:16px 28px; max-width:var(--max); margin:0 auto;
  }
  .logo{
    font-family:'Cormorant Garamond', serif; font-weight:600; font-size:24px;
    letter-spacing:.03em; color:var(--wine); display:flex; flex-direction:column; line-height:1;
  }
  .logo span{font-family:'Jost',sans-serif; font-size:9.5px; letter-spacing:.32em; color:var(--gold-text); font-weight:600; margin-top:5px;}
  .logo .tagline-row{display:flex; align-items:center; gap:9px; margin-top:6px;}
  .logo .tagline{display:inline-block; font-size:14px; letter-spacing:.4em; color:var(--ink-soft); font-weight:700; margin-top:0;}
  .logo .tagline-divider{display:inline-block; width:1px; height:14px; background:var(--gold); flex-shrink:0;}
  .logo .delhi-tag{display:inline-block; font-size:14px; letter-spacing:.4em; color:var(--gold-text); font-weight:700; margin-top:0;}
  nav.links{display:flex; gap:34px; font-size:14.5px;}
  nav.links a{position:relative; color:var(--ink); padding:4px 0;}
  nav.links a::after{content:""; position:absolute; left:0; bottom:-2px; width:0; height:1px; background:var(--wine); transition:width .25s;}
  nav.links a:hover::after{width:100%;}
  .cta-btn{
    background:var(--wine); color:var(--ivory); padding:11px 22px; border-radius:2px;
    font-size:13.5px; letter-spacing:.05em; border:1px solid var(--wine); white-space:nowrap;
    transition:.25s;
  }
  .cta-btn:hover{background:var(--wine-deep);}
  .cta-btn.ghost{background:transparent; color:var(--wine);}
  .cta-btn.ghost:hover{background:var(--wine); color:var(--ivory);}
  .menu-toggle{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px;}
  .menu-toggle span{width:24px; height:2px; background:var(--wine);}

  @media(max-width:900px){
    nav.links{position:fixed; top:64px; left:0; right:0; bottom:0; background:var(--ivory);
      flex-direction:column; padding:36px 32px; gap:26px; font-size:19px; font-family:'Cormorant Garamond',serif;
      transform:translateX(100%); transition:transform .35s ease; }
    nav.links.open{transform:translateX(0);}
    .menu-toggle{display:flex;}
    nav.links .cta-btn{width:auto; font-family:'Jost',sans-serif; font-size:14px;}
  }

  /* ---------- hero ---------- */
  .hero{
    padding:168px 0 90px; position:relative; overflow:hidden;
    background:
      radial-gradient(circle at 85% 8%, rgba(200,162,76,.18), transparent 40%),
      linear-gradient(180deg, var(--ivory), #F7EEE0 60%, var(--ivory));
  }
  .hero-motif{position:absolute; inset:0; opacity:.5; pointer-events:none;}
  .hero-grid{display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center; position:relative;}
  @media(max-width:900px){ .hero-grid{grid-template-columns:1fr;} }
  .hero h1{font-size:clamp(40px,5.4vw,68px); color:var(--wine); font-style:italic; font-weight:500;}
  .hero h1 em{font-style:normal; font-weight:600; color:var(--ink);}
  .hero p.lede{margin-top:22px; max-width:520px; font-size:17.5px; color:var(--ink-soft);}
  .hero-actions{display:flex; gap:16px; margin-top:34px; flex-wrap:wrap;}
  .hero-est{margin-top:52px; display:flex; gap:38px; flex-wrap:wrap;}
  .hero-est div b{font-family:'Cormorant Garamond',serif; font-size:30px; color:var(--wine); display:block;}
  .hero-est div span{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-soft);}

  .hero-visual{position:relative; aspect-ratio:4/5; border:1px solid rgba(75,21,38,.15); border-radius:2px;
    display:flex; align-items:flex-end; padding:26px; overflow:hidden;
  }
  .hero-visual .rot-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:top center; z-index:0; opacity:0; transition:opacity 1.1s ease;}
  .hero-visual .rot-img.active{opacity:1; z-index:1;}
  .hero-visual::after{content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(51,16,27,.55), transparent 45%); z-index:2;}
  .hero-visual::before{content:""; position:absolute; top:18px; right:18px; width:64px; height:64px;
    border:1px solid var(--gold-soft); border-radius:50%; opacity:.6; z-index:3;}
  .hero-visual .tag{
    position:relative; z-index:3;
    background:rgba(251,245,236,.95); color:var(--wine); padding:14px 18px; font-size:13px;
    letter-spacing:.02em; max-width:260px; border-left:3px solid var(--gold);
  }

  /* ---------- marquee strip ---------- */
  .strip{background:var(--wine); color:var(--gold-soft); padding:13px 0; overflow:hidden; white-space:nowrap;}
  .strip-track{display:inline-flex; gap:44px; animation:scroll 32s linear infinite; font-size:13px; letter-spacing:.14em; text-transform:uppercase;}
  .strip-track span{opacity:.9;}
  @keyframes scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }

  /* ---------- about ---------- */
  .about-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; margin-top:26px;}
  @media(max-width:900px){.about-grid{grid-template-columns:1fr;}}
  .about-frame{
    aspect-ratio:3/3.6; border:1px solid rgba(75,21,38,.15); position:relative;
    display:flex; align-items:center; justify-content:center; padding:20px; overflow:hidden;
    background:var(--wine-deep);
  }
  .about-frame .rot-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; opacity:0; transition:opacity 1.1s ease;}
  .about-frame .rot-img.active{opacity:1; z-index:1;}
  .about-frame::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(51,16,27,.2), rgba(51,16,27,.72) 75%); z-index:2;}
  .about-frame .inner{
    position:relative; z-index:3;
    border:1px solid var(--gold-soft); width:100%; height:100%; display:flex; flex-direction:column;
    align-items:center; justify-content:center; text-align:center; gap:8px; color:var(--ivory); padding:20px;
  }
  .about-frame .inner .yr{font-family:'Cormorant Garamond',serif; font-size:64px; font-weight:600; color:var(--gold-soft);}
  h2{font-size:clamp(30px,3.6vw,44px); color:var(--ink); margin-top:12px;}
  h2 em{font-style:italic; color:var(--wine); font-weight:500;}
  .about-copy p{margin-top:18px; color:var(--ink-soft); font-size:16px; max-width:540px;}
  .stat-row{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px;}
  @media(max-width:640px){.stat-row{grid-template-columns:repeat(2,1fr);}}
  .stat-row div{border-top:1px solid rgba(75,21,38,.18); padding-top:12px;}
  .stat-row b{font-family:'Cormorant Garamond',serif; font-size:30px; color:var(--wine); display:block;}
  .stat-row span{font-size:12px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.08em;}

  /* ---------- collections ---------- */
  .col-head{display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap:wrap;}
  .grid-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:44px;}
  @media(max-width:900px){.grid-cards{grid-template-columns:repeat(2,1fr);}}
  @media(max-width:560px){.grid-cards{grid-template-columns:1fr;}}
  .card{
    border:1px solid rgba(75,21,38,.12); background:#fff; overflow:hidden; transition:.3s;
  }
  .card:hover{transform:translateY(-4px); box-shadow:0 18px 34px -22px rgba(51,16,27,.4);}
  .card-media{
    aspect-ratio:4/5; position:relative; display:flex; align-items:center; justify-content:center;
    color:var(--gold-soft); font-family:'Cormorant Garamond',serif; font-size:15px; text-align:center; padding:18px;
  }
  .card-media span.ph{position:absolute; bottom:10px; left:10px; font-family:'Jost',sans-serif; font-size:10px; letter-spacing:.08em;
    text-transform:uppercase; color:rgba(251,245,236,.75);}
  .swatch-1{background:linear-gradient(150deg,#5A1A2E,#7A2140 60%,#4B1526);}
  .swatch-2{background:linear-gradient(150deg,#33101B,#5A1A2E 70%);}
  .swatch-3{background:linear-gradient(150deg,#C8A24C,#8f6d2e 130%); color:#33101B;}
  .swatch-4{background:linear-gradient(150deg,#7A2140,#C8A24C 140%);}
  .swatch-5{background:linear-gradient(150deg,#4B1526,#B7885A 150%);}
  .swatch-6{background:linear-gradient(150deg,#8f6d2e,#33101B 130%);}
  .card-body{padding:20px 20px 22px;}
  .card-body h3{font-size:21px; color:var(--wine);}
  .card-body p{font-size:13.8px; color:var(--ink-soft); margin-top:6px;}
  .card-body .moq{display:inline-block; margin-top:12px; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold); border-top:1px solid var(--blush); padding-top:10px; width:100%;}

  /* ---------- tabbed gallery ---------- */
  .tabs{display:flex; gap:10px; flex-wrap:wrap; margin-top:38px;}
  .tab-btn{
    padding:10px 20px; border:1px solid rgba(75,21,38,.25); background:transparent; color:var(--wine);
    font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase;
    cursor:pointer; transition:.25s;
  }
  .tab-btn:hover{border-color:var(--wine);}
  .tab-btn.active{background:var(--wine); color:var(--ivory); border-color:var(--wine);}
  .gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:36px;}
  @media(max-width:1000px){.gallery-grid{grid-template-columns:repeat(3,1fr);}}
  @media(max-width:720px){.gallery-grid{grid-template-columns:repeat(2,1fr); gap:14px;}}
  @media(max-width:460px){.gallery-grid{grid-template-columns:1fr;}}
  .gallery-item{position:relative; overflow:hidden; border:1px solid rgba(75,21,38,.12); aspect-ratio:3/4; display:none; background:var(--blush);}
  .gallery-item.show{display:block;}
  .gallery-item img{width:100%; height:100%; object-fit:cover; object-position:top center; transition:transform .5s ease;}
  .gallery-item:hover img{transform:scale(1.06);}
  .gallery-overlay{
    position:absolute; left:0; right:0; bottom:0; padding:14px;
    background-color:var(--wine-deep);
    background-image:linear-gradient(0deg, rgba(51,16,27,.92), rgba(51,16,27,.1) 75%, transparent);
    color:var(--ivory); display:flex; justify-content:space-between; align-items:flex-end; gap:8px;
  }
  .gallery-overlay span{font-size:12.5px; font-family:'Cormorant Garamond',serif; font-size:16px; line-height:1.2;}
  .gallery-overlay a{
    font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--gold-soft);
    border:1px solid rgba(228,206,154,.6); padding:6px 10px; white-space:nowrap; flex-shrink:0;
  }
  .gallery-overlay a:hover{background:var(--gold-soft); color:var(--wine-deep); border-color:var(--gold-soft);}

  /* ---------- process ---------- */
  .process-wrap{position:relative; margin-top:60px;}
  .process-line{position:absolute; top:19px; left:0; right:0; width:100%; height:2px;}
  .process-steps{display:grid; grid-template-columns:repeat(6,1fr); gap:18px; position:relative;}
  @media(max-width:900px){.process-steps{grid-template-columns:repeat(2,1fr); row-gap:40px;}}
  @media(max-width:520px){.process-steps{grid-template-columns:1fr;}}
  .pstep{position:relative; padding-top:44px;}
  .pstep .dot{
    width:38px; height:38px; border-radius:50%; background:var(--ivory); border:2px solid var(--wine);
    color:var(--wine); font-family:'Cormorant Garamond',serif; font-weight:600; font-size:16px;
    display:flex; align-items:center; justify-content:center; position:absolute; top:0; left:0; z-index:2;
  }
  .pstep h3{font-size:18px; color:var(--ink); margin-bottom:6px;}
  .pstep p{font-size:13.5px; color:var(--ink-soft);}

  /* ---------- why us ---------- */
  .why-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:44px; background:rgba(75,21,38,.14); border:1px solid rgba(75,21,38,.14);}
  @media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr);}}
  .why-item{background:var(--ivory); padding:34px 26px;}
  .why-item .num{font-family:'Cormorant Garamond',serif; color:var(--gold-text); font-size:15px; letter-spacing:.05em;}
  .why-item h3{font-size:19px; margin-top:14px; color:var(--wine);}
  .why-item p{font-size:13.8px; color:var(--ink-soft); margin-top:8px;}

  /* ---------- reviews ---------- */
  .reviews-section{background:var(--wine); color:var(--ivory);}
  .reviews-section .eyebrow{color:var(--gold-soft);}
  .reviews-section .eyebrow::before{background:var(--gold);}
  .reviews-section h2{color:var(--ivory);}
  .reviews-section h2 em{color:var(--gold-soft);}
  .rev-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:44px;}
  @media(max-width:900px){.rev-grid{grid-template-columns:1fr;}}
  .rev-card{background-color:#562232; border:1px solid rgba(251,245,236,.16); padding:28px; display:flex; flex-direction:column; gap:14px;}
  .rev-stars{color:var(--gold); letter-spacing:2px; font-size:15px;}
  .rev-card p{font-style:italic; font-family:'Cormorant Garamond',serif; font-size:17px; line-height:1.55;}
  .rev-name{font-size:12.5px; letter-spacing:.05em; text-transform:uppercase; color:var(--gold-soft); margin-top:auto;}
  .rev-note{margin-top:36px; font-size:12.5px; color:rgba(251,245,236,.55); text-align:center; max-width:640px; margin-left:auto; margin-right:auto;}
  .rev-note a{color:var(--gold-soft); text-decoration:underline;}

  /* ---------- contact ---------- */
  .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; margin-top:44px; align-items:start;}
  @media(max-width:900px){.contact-grid{grid-template-columns:1fr;}}
  .info-block{margin-bottom:26px;}
  .info-block h3{font-family:'Jost',sans-serif; font-weight:600; line-height:normal; font-size:11.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--gold-text); margin-bottom:8px;}
  .info-block p, .info-block a{font-size:16px; color:var(--ink);}
  .map-frame{width:100%; height:220px; border:1px solid rgba(75,21,38,.15); margin-top:8px; filter:sepia(.15) saturate(1.1);}
  .form-card{background:#fff; border:1px solid rgba(75,21,38,.12); padding:34px;}
  .form-card h3{color:var(--wine); font-size:24px; margin-bottom:6px;}
  .form-card p.sub{font-size:13.5px; color:var(--ink-soft); margin-bottom:22px;}
  .field{margin-bottom:16px;}
  .field label{display:block; font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:6px;}
  .field input, .field select, .field textarea{
    width:100%; border:1px solid rgba(75,21,38,.22); background:var(--ivory); padding:11px 13px; font-family:'Jost',sans-serif; font-size:14.5px; color:var(--ink);
  }
  .field textarea{resize:vertical; min-height:80px;}
  .field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
  @media(max-width:480px){.field-row{grid-template-columns:1fr;}}
  .submit-btn{width:100%; background:var(--wine); color:var(--ivory); border:none; padding:14px; font-size:14.5px; letter-spacing:.06em; text-transform:uppercase; cursor:pointer; transition:.25s;}
  .submit-btn:hover{background:var(--wine-deep);}
  .form-note{font-size:12px; color:var(--ink-soft); margin-top:12px; text-align:center;}

  /* ---------- footer ---------- */
  footer{background:var(--wine-deep); color:rgba(251,245,236,.7); padding:56px 0 26px;}
  .foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px;}
  @media(max-width:720px){.foot-grid{grid-template-columns:1fr; gap:30px;}}
  footer .logo{color:var(--gold-soft);}
  footer .logo .tagline{color:rgba(251,245,236,.55);}
  footer .logo .tagline-divider{background:var(--gold-soft); opacity:.6;}
  footer .logo .delhi-tag{color:var(--gold-soft);}
  footer p{font-size:13.5px; margin-top:14px; max-width:340px; line-height:1.7;}
  footer h4{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-soft); margin-bottom:14px;}
  footer h2{font-family:'Jost',sans-serif; font-weight:600; line-height:normal; font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-soft); margin-bottom:14px;}
  footer ul{list-style:none;}
  footer li{margin-bottom:10px; font-size:13.5px;}
  footer li a:hover{color:var(--ivory);}
  .foot-bottom{border-top:1px solid rgba(251,245,236,.12); margin-top:44px; padding-top:22px; font-size:12px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; color:rgba(251,245,236,.45);}

  /* ---------- whatsapp float ---------- */
  .wa-float{
    position:fixed; bottom:22px; right:22px; z-index:99; background:#25D366; color:#fff; width:56px; height:56px;
    border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 24px -8px rgba(0,0,0,.4);
  }
  .wa-float svg{width:28px; height:28px; fill:#fff;}

  ::selection{background:var(--gold-soft); color:var(--wine-deep);}

/* ---------- enquiry page ---------- */
.enq-hero{
  padding:158px 0 60px;
  background:
    radial-gradient(circle at 85% 8%, rgba(200,162,76,.18), transparent 40%),
    linear-gradient(180deg, var(--ivory), #F7EEE0 60%, var(--ivory));
  text-align:center;
}
.enq-hero h1{font-size:clamp(34px,4.6vw,54px); color:var(--wine); font-style:italic; font-weight:500; max-width:720px; margin:0 auto;}
.enq-hero p{max-width:520px; margin:18px auto 0; color:var(--ink-soft); font-size:16px;}
.enq-wrap{max-width:760px; margin:0 auto; padding:70px 28px 100px;}
.enq-form-card{background:#fff; border:1px solid rgba(75,21,38,.12); padding:40px;}
@media(max-width:600px){.enq-form-card{padding:26px;}}
.enq-form-card h2{color:var(--wine); font-size:26px;}
.enq-form-card p.sub{font-size:14px; color:var(--ink-soft); margin-top:6px; margin-bottom:28px;}
.cat-chips{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:22px;}
.cat-chip{
  padding:9px 16px; border:1px solid rgba(75,21,38,.25); background:transparent; color:var(--wine);
  font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:.03em; cursor:pointer; transition:.2s;
}
.cat-chip.active{background:var(--wine); color:var(--ivory); border-color:var(--wine);}
.enq-success{
  display:none; text-align:center; padding:60px 20px; border:1px solid rgba(75,21,38,.12); background:#fff;
}
.enq-success.show{display:block;}
.enq-success h2{color:var(--wine); font-size:28px; margin-bottom:12px;}
.enq-success p{color:var(--ink-soft); font-size:15px; max-width:420px; margin:0 auto;}
.enq-note-box{
  margin-top:26px; padding:16px 18px; background:var(--blush); border-left:3px solid var(--gold);
  font-size:13px; color:var(--wine); line-height:1.6;
}
.enq-info-strip{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(75,21,38,.14); border:1px solid rgba(75,21,38,.14); margin-top:60px;}
@media(max-width:700px){.enq-info-strip{grid-template-columns:1fr;}}
.enq-info-strip div{background:var(--ivory); padding:26px; text-align:center;}
.enq-info-strip h3{font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--gold-text); margin-bottom:8px; font-family:'Jost',sans-serif;}
.enq-info-strip p, .enq-info-strip a{font-size:14.5px; color:var(--ink);}

/* ---------- instagram page ---------- */
.insta-hero{
  padding:158px 0 50px;
  background:radial-gradient(circle at 85% 8%, rgba(200,162,76,.18), transparent 40%), linear-gradient(180deg, var(--ivory), #F7EEE0 60%, var(--ivory));
  text-align:center;
}
.insta-hero h1{font-size:clamp(32px,4.4vw,50px); color:var(--wine); font-style:italic; font-weight:500; max-width:700px; margin:0 auto;}
.insta-hero p{max-width:540px; margin:16px auto 0; color:var(--ink-soft); font-size:15.5px;}
.insta-handle{
  display:inline-flex; align-items:center; gap:10px; margin-top:22px; padding:10px 20px;
  border:1px solid rgba(75,21,38,.2); font-size:13.5px; letter-spacing:.02em; color:var(--wine);
}
.live-dot{width:8px; height:8px; border-radius:50%; background:#25D366; display:inline-block; animation:pulse 1.6s infinite;}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5);} 70%{box-shadow:0 0 0 8px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}}
.insta-refresh-note{font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-soft); text-align:center; margin-top:14px;}
.insta-refresh-note span{color:var(--wine); font-weight:600;}
.insta-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:4px; max-width:1100px; margin:44px auto 0; padding:0 28px;
}
@media(max-width:800px){.insta-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:480px){.insta-grid{grid-template-columns:repeat(2,1fr);}}
.insta-post{position:relative; aspect-ratio:1/1; overflow:hidden; background:var(--blush);}
.insta-post img{width:100%; height:100%; object-fit:cover; transition:opacity .8s ease, transform .8s ease;}
.insta-post .insta-overlay{
  position:absolute; inset:0; background:rgba(51,16,27,.72); display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:6px; color:var(--ivory); opacity:0; transition:opacity .25s;
  font-family:'Jost',sans-serif; font-size:12.5px; text-align:center; padding:14px;
}
.insta-post:hover .insta-overlay{opacity:1;}
.insta-post .insta-overlay svg{width:20px; height:20px; fill:var(--gold-soft);}
.insta-cta{text-align:center; margin:56px 0 90px;}
.insta-cta p{color:var(--ink-soft); font-size:14.5px; margin-bottom:18px;}

/* ---------- gallery placeholder card (categories with photos coming soon) ---------- */
.gallery-item.placeholder-item{
  background:linear-gradient(150deg, var(--blush), #E4CE9A 130%);
  display:flex; align-items:center; justify-content:center;
}
.gallery-item .ph-content{text-align:center; padding:22px; color:var(--wine);}
.gallery-item .ph-title{font-family:'Cormorant Garamond',serif; font-size:24px; font-weight:600; display:block;}
.gallery-item .ph-content p{font-size:12.5px; color:var(--wine); opacity:.8; margin-top:10px; line-height:1.5;}

/* ---------- lightbox ---------- */
.gallery-item{cursor:pointer;}
.gallery-item:focus{outline:2px solid var(--gold); outline-offset:2px;}
.lightbox-backdrop{
  position:fixed; inset:0; background:rgba(26,10,16,.88); z-index:200;
  display:none; align-items:center; justify-content:center; padding:24px;
}
.lightbox-backdrop.open{display:flex;}
.lightbox-box{
  background:var(--ivory); width:80vw; height:80vh; max-width:1100px; display:grid;
  grid-template-columns:1.2fr 1fr; position:relative; overflow:hidden; box-shadow:0 30px 80px -20px rgba(0,0,0,.6);
}
@media(max-width:800px){.lightbox-box{grid-template-columns:1fr; grid-template-rows:1fr auto; width:92vw; height:88vh;}}
.lightbox-img-wrap{background:var(--wine-deep); overflow:hidden;}
.lightbox-img-wrap img{width:100%; height:100%; object-fit:contain;}
.lightbox-info{padding:36px; overflow-y:auto; display:flex; flex-direction:column; justify-content:center;}
.lightbox-info h3{font-size:28px; color:var(--wine); margin-bottom:4px;}
.lightbox-info p{font-size:14px; color:var(--ink-soft); line-height:1.7; margin-top:14px;}
.lightbox-close{
  position:absolute; top:14px; right:14px; width:38px; height:38px; border-radius:50%;
  background:rgba(251,245,236,.92); border:none; font-size:24px; line-height:1; color:var(--wine);
  cursor:pointer; z-index:2; display:flex; align-items:center; justify-content:center;
}
.lightbox-close:hover{background:var(--gold-soft);}
.insta-post{cursor:pointer;}
.insta-post:focus{outline:2px solid var(--gold); outline-offset:2px;}

/* ---------- brief / fact grid ---------- */
.fact-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:1px;
  background:rgba(75,21,38,.14); border:1px solid rgba(75,21,38,.14); margin-top:36px;
}
@media(max-width:900px){.fact-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:480px){.fact-grid{grid-template-columns:1fr;}}
.fact-grid > div{background:var(--ivory); padding:20px 22px;}
.fact-grid dt{font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-text); margin-bottom:6px;}
.fact-grid dd{font-size:14.5px; color:var(--ink); line-height:1.4;}

/* ---------- reach grid (local / pan-india / international) ---------- */
.reach-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:36px; margin-top:30px;}
@media(max-width:900px){.reach-grid{grid-template-columns:1fr; gap:28px;}}
.reach-grid h3{font-family:'Cormorant Garamond',serif; font-size:21px; color:var(--wine); margin-bottom:10px;}
.reach-grid p{font-size:14.5px; color:var(--ink-soft); line-height:1.75;}

/* ---------- manufacturer/guide content pages ---------- */
.prose{max-width:820px; color:var(--ink-soft); font-size:15.5px; line-height:1.85;}
.prose h2{color:var(--wine); font-size:25px; margin:38px 0 12px; font-family:'Cormorant Garamond',serif; font-weight:600;}
.prose h2:first-of-type{margin-top:0;}
.prose p{margin-bottom:16px;}
.prose ul{margin:10px 0 18px 20px;}
.prose li{margin-bottom:8px;}
.prose a{color:var(--wine); text-decoration:underline;}
.guide-hero{
  padding:158px 0 60px;
  background:radial-gradient(circle at 85% 8%, rgba(200,162,76,.18), transparent 40%), linear-gradient(180deg, var(--ivory), #F7EEE0 60%, var(--ivory));
}
.guide-hero h1{font-size:clamp(30px,4vw,46px); color:var(--wine); font-style:italic; font-weight:500; max-width:820px; margin-top:14px;}
.guide-hero .lede{max-width:700px; margin-top:16px; color:var(--ink-soft); font-size:16px; line-height:1.75;}
.guide-hero .hero-actions{margin-top:28px;}
.related-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:36px;}
@media(max-width:900px){.related-grid{grid-template-columns:1fr;}}
.related-card{
  display:block; border:1px solid rgba(75,21,38,.14); padding:22px; background:var(--ivory); transition:.2s;
}
.related-card:hover{border-color:var(--wine); background:#fff;}
.related-card .related-eyebrow{font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-text); margin-bottom:8px;}
.related-card h3{font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--wine); margin-bottom:6px;}
.related-card p{font-size:13.5px; color:var(--ink-soft); line-height:1.5;}

/* ---------- footer social icons ---------- */
.social-icons{display:flex; gap:12px; margin-top:20px;}
.social-icon{
  width:38px; height:38px; border-radius:50%; border:1px solid rgba(228,206,154,.35);
  display:flex; align-items:center; justify-content:center; color:var(--gold-soft);
  transition:.2s;
}
.social-icon svg{width:18px; height:18px;}
.social-icon:hover{background:var(--gold-soft); border-color:var(--gold-soft); color:var(--wine-deep);}
