:root {
  --ink: #16080e;
  --plum: #320b20;
  --wine: #5d112f;
  --rose: #a8214c;
  --gold: #d6a947;
  --marigold: #f0b52c;
  --cream: #fff8ea;
  --paper: #f8efe0;
  --muted: #796a6e;
  --line: rgba(50, 11, 32, 0.15);
  --serif: Georgia, "Noto Serif Bengali", "Times New Roman", serif;
  --sans: "Noto Sans Bengali", "Hind Siliguri", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: var(--ink); padding: .8rem 1rem; border-radius: 3rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); }
.nav-shell { width: min(1320px, calc(100% - 4rem)); height: 6.25rem; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: .8rem; align-items: center; text-decoration: none; }
.brand-mark { width: 2.9rem; height: 2.9rem; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font: 700 1.55rem/1 var(--serif); }
.brand strong { display: block; font: 700 1.25rem/1.15 var(--serif); }
.brand small { display: block; opacity: .7; margin-top: .25rem; font: .65rem/1 var(--sans); text-transform: uppercase; letter-spacing: .13em; }
.brand-official { flex: 0 0 auto; overflow: hidden; border-radius: .35rem; box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.brand-official img { width: 10.5rem; height: 3.55rem; object-fit: cover; display: block; }
.site-nav { display: flex; align-items: center; gap: 2.2rem; }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 600; }
.nav-cta { border: 1px solid rgba(255,255,255,.65); padding: .72rem 1.3rem; border-radius: 2rem; transition: .25s ease; }
.nav-cta:hover { background: #fff; color: var(--plum); }
.language-switch { display: inline-flex; align-items: center; gap: .38rem; border-left: 1px solid rgba(255,255,255,.25); padding-left: 1rem; }
.lang-button { border: 0; background: transparent; color: rgba(255,255,255,.58); padding: .35rem .2rem; font: 700 .78rem/1 var(--sans); cursor: pointer; }
.lang-button.is-active { color: var(--marigold); }
.lang-button:focus-visible { outline: 2px solid var(--marigold); outline-offset: 3px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 2.75rem; height: 2.75rem; padding: .55rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: #fff; margin: .35rem 0; }

.hero { min-height: 780px; height: 100svh; position: relative; display: grid; align-items: center; color: #fff; background: var(--plum); isolation: isolate; }
.hero-image { position: absolute; inset: 0; background: url("./assets/hero-bornilbiye.jpg") center center/cover no-repeat; z-index: -3; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(24,2,13,.94) 0%, rgba(48,5,25,.79) 38%, rgba(33,3,15,.18) 72%, rgba(33,3,15,.36) 100%), linear-gradient(0deg, rgba(26,2,13,.65) 0%, transparent 45%); }
.hero-pattern { position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: radial-gradient(circle at 15% 22%, transparent 0 18px, var(--gold) 19px 20px, transparent 21px), radial-gradient(circle at 85% 74%, transparent 0 32px, var(--gold) 33px 34px, transparent 35px); background-size: 120px 120px, 180px 180px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-content { width: min(1320px, calc(100% - 4rem)); margin: 5rem auto 0; position: relative; }
.eyebrow { margin: 0 0 1.3rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .22em; line-height: 1.4; }
.eyebrow.dark { color: var(--wine); }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .97; margin: 0; }
.hero h1 { font-size: clamp(4rem, 8.7vw, 8.5rem); max-width: 850px; }
h1 em, h2 em { color: var(--marigold); font-weight: 400; }
.hero-copy { font-size: clamp(1rem, 1.3vw, 1.16rem); max-width: 570px; line-height: 1.8; margin: 2rem 0 2.2rem; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 3.5rem; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .85rem 1.45rem; text-decoration: none; border: 1px solid transparent; font-size: .9rem; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--marigold); color: var(--ink); }
.button-quiet { border-color: rgba(255,255,255,.5); color: #fff; }
.button-quiet:hover { background: rgba(255,255,255,.1); }
.hero-note { position: absolute; right: 1rem; bottom: -2rem; display: flex; align-items: center; gap: .85rem; color: rgba(255,255,255,.78); font-size: .8rem; line-height: 1.4; }
.note-number { font: 400 3.5rem/1 var(--serif); color: var(--marigold); }

.section-pad { width: min(1320px, calc(100% - 4rem)); margin: auto; }
.intro { padding-top: 9rem; padding-bottom: 9rem; display: grid; grid-template-columns: .35fr 1.2fr .9fr; gap: 3rem; align-items: start; }
.section-index { width: 3.2rem; height: 3.2rem; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--wine); font: .8rem var(--sans); }
.intro h2, .collection h2, .gallery h2, .process h2, .worldwide h2, .final-cta h2 { font-size: clamp(3rem, 5.5vw, 6.1rem); }
.intro h2 em, .process h2 em { color: var(--rose); }
.intro-copy { padding-top: 2.5rem; }
.intro-copy p { color: var(--muted); margin: 0 0 2rem; font-size: 1.05rem; }
.text-link { text-decoration: none; color: var(--wine); border-bottom: 1px solid var(--wine); padding-bottom: .35rem; font-weight: 700; font-size: .88rem; }

.collection { background: var(--ink); color: #fff; padding: 8rem 0 0; }
.collection-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding-bottom: 4.5rem; }
.collection-head > p { max-width: 380px; color: rgba(255,255,255,.58); margin: 0; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 590px; }
.collection-card { position: relative; min-height: 590px; overflow: hidden; padding: 2.5rem; isolation: isolate; border-right: 1px solid rgba(255,255,255,.14); }
.collection-card::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .2; background-image: repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.1) 23px 24px); }
.card-panjabi { background: #bc7410; }
.card-saree { background: #8d123b; }
.card-threepiece { background: #155747; }
.card-count { position: absolute; right: 2rem; top: 2rem; font: .75rem var(--sans); color: rgba(255,255,255,.7); }
.card-copy { position: absolute; left: 2.5rem; bottom: 2.8rem; }
.card-copy p { color: rgba(255,255,255,.62); letter-spacing: .2em; font-size: .68rem; font-weight: 700; }
.card-copy h3 { margin: .45rem 0 1rem; font: 400 clamp(2.5rem, 3.7vw, 4.4rem)/.92 var(--serif); letter-spacing: -.04em; }
.card-copy span { font-size: .82rem; color: rgba(255,255,255,.72); }
.garment-motif { position: absolute; width: 52%; height: 60%; left: 27%; top: 12%; opacity: .68; filter: drop-shadow(0 22px 30px rgba(0,0,0,.2)); }
.motif-panjabi { background: linear-gradient(90deg, transparent 0 15%, rgba(255,242,194,.7) 15% 85%, transparent 85%), linear-gradient(rgba(255,242,194,.8), rgba(255,242,194,.35)); clip-path: polygon(28% 0, 72% 0, 76% 15%, 100% 32%, 84% 50%, 76% 44%, 78% 100%, 22% 100%, 24% 44%, 16% 50%, 0 32%, 24% 15%); }
.motif-panjabi::after { content:""; position:absolute; left:47%; top:0; width:6%; height:58%; background: repeating-linear-gradient(0deg, var(--gold) 0 5px, transparent 5px 11px); }
.motif-saree { border-radius: 55% 45% 12% 18%; transform: rotate(-9deg); background: repeating-linear-gradient(105deg, rgba(255,229,164,.82) 0 3px, rgba(234,136,151,.45) 3px 28px), linear-gradient(145deg, #ffd47e, #801132); clip-path: polygon(17% 0, 95% 8%, 76% 100%, 0 85%); }
.motif-threepiece { background: linear-gradient(145deg, rgba(247,219,150,.9), rgba(63,150,119,.5)); clip-path: polygon(25% 0, 75% 0, 78% 16%, 100% 27%, 87% 50%, 76% 42%, 85% 100%, 15% 100%, 24% 42%, 13% 50%, 0 27%, 22% 16%); }
.motif-threepiece::after { content:""; position:absolute; left:22%; right:22%; top:0; height:45%; border:3px double rgba(28,76,60,.55); border-top:0; border-radius:0 0 45% 45%; }

.gallery { padding-top: 9rem; padding-bottom: 9rem; }
.gallery-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(3rem, 8vw, 8rem); margin-bottom: 4rem; }
.gallery h2 em { color: var(--rose); }
.gallery-intro { padding-bottom: .65rem; }
.gallery-intro p { color: var(--muted); margin: 0 0 1.8rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(3, minmax(220px, 23vw)); gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; background: var(--plum); color: #fff; isolation: isolate; text-decoration: none; }
.gallery-card:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 3; }
.gallery-card:nth-child(2) { grid-column: 7 / 10; grid-row: 1; }
.gallery-card:nth-child(3) { grid-column: 10 / 13; grid-row: 1; }
.gallery-card:nth-child(4) { grid-column: 7 / 10; grid-row: 2; }
.gallery-card:nth-child(5) { grid-column: 10 / 13; grid-row: 2; }
.gallery-card:nth-child(6) { grid-column: 1 / 4; grid-row: 3; }
.gallery-card:nth-child(7) { grid-column: 4 / 8; grid-row: 3; }
.gallery-card:nth-child(8) { grid-column: 8 / 13; grid-row: 3; }
.gallery-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(22,8,14,.88), rgba(22,8,14,0) 58%); transition: background .35s ease; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-caption { position: absolute; z-index: 2; left: 1.35rem; right: 1.35rem; bottom: 1.2rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .12rem 1rem; }
.gallery-caption strong { font: 400 clamp(1.25rem, 1.8vw, 1.8rem)/1.15 var(--serif); }
.gallery-caption small { color: rgba(255,255,255,.68); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-caption i { grid-column: 2; grid-row: 1 / 3; align-self: center; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-style: normal; transition: background .25s ease, color .25s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card:hover::after { background: linear-gradient(0deg, rgba(22,8,14,.94), rgba(22,8,14,.05) 64%); }
.gallery-card:hover .gallery-caption i { background: var(--marigold); color: var(--ink); border-color: var(--marigold); }
.gallery-card:focus-visible { outline: 3px solid var(--marigold); outline-offset: 4px; }

.planner { background: var(--paper); padding: 8rem 0; }
.planner-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.planner-intro { position: sticky; top: 2rem; }
.planner-intro h2 { font-size: clamp(3rem, 5.5vw, 6.1rem); font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .97; margin: 0 0 2rem; }
.planner-intro h2 em { color: var(--rose); font-weight: 400; }
.planner-intro > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.planner-logo { width: 8rem; height: 8rem; border-radius: 50%; overflow: hidden; margin-top: 2.6rem; border: 3px solid var(--gold); box-shadow: 0 16px 34px rgba(50,11,32,.15); }
.planner-logo img { width: 100%; height: 100%; object-fit: cover; }
.order-form { background: #fff; padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: 0 25px 60px rgba(50,11,32,.08); border-top: 4px solid var(--rose); }
.form-field { margin-bottom: 1.5rem; }
.form-field label { display: block; margin-bottom: .55rem; color: var(--plum); font-weight: 700; font-size: .9rem; }
.form-field select, .form-field input { width: 100%; min-height: 3.55rem; border: 1px solid rgba(50,11,32,.2); border-radius: 0; background: #fff; color: var(--ink); padding: .75rem 1rem; font: inherit; font-size: 1rem; }
.form-field select:focus, .form-field input:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.form-field small { display: block; color: var(--muted); margin-top: .45rem; font-size: .8rem; }
.quantity-control { display: grid; grid-template-columns: 3.55rem 1fr 3.55rem; }
.quantity-control input { text-align: center; border-left: 0; border-right: 0; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.quantity-button { border: 1px solid rgba(50,11,32,.2); background: var(--paper); color: var(--wine); font-size: 1.4rem; cursor: pointer; }
.quantity-button:hover { background: var(--marigold); color: var(--ink); }
.order-preview { background: var(--plum); color: #fff; padding: 1.3rem 1.4rem; margin: 2rem 0 1rem; min-height: 7rem; }
.order-preview > span { color: var(--gold); display: block; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .55rem; }
.order-preview p { margin: 0; color: rgba(255,255,255,.8); line-height: 1.65; }
.planner-submit { width: 100%; border: 0; cursor: pointer; }

.process { padding-top: 9rem; padding-bottom: 9rem; display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--rose); font: .78rem var(--sans); padding-top: .2rem; }
.steps h3 { margin: 0 0 .45rem; font: 400 1.55rem/1.3 var(--serif); }
.steps p { color: var(--muted); margin: 0; }

.worldwide { min-height: 660px; background: var(--plum); color: #fff; position: relative; display: grid; place-items: center; text-align: center; overflow: hidden; }
.worldwide::before, .worldwide::after { content:""; position:absolute; width:32rem; height:32rem; border:1px solid rgba(214,169,71,.2); border-radius:50%; }
.worldwide::before { left:-13rem; top:-13rem; box-shadow: 0 0 0 4rem rgba(214,169,71,.04), 0 0 0 8rem rgba(214,169,71,.03); }
.worldwide::after { right:-16rem; bottom:-16rem; box-shadow: 0 0 0 5rem rgba(214,169,71,.04); }
.worldwide-inner { position: relative; z-index: 2; width: min(790px, calc(100% - 3rem)); }
.worldwide h2 { margin-bottom: 1.8rem; }
.worldwide p:not(.eyebrow) { max-width: 580px; margin: 0 auto 2.4rem; color: rgba(255,255,255,.68); }
.button-light { background: #fff; color: var(--plum); }
.worldwide-stamp { position:absolute; left:8%; bottom:8%; width:8.5rem; height:8.5rem; border:1px solid rgba(255,255,255,.25); border-radius:50%; display:grid; place-items:center; transform:rotate(-11deg); color:var(--gold); font-size:.6rem; letter-spacing:.18em; line-height:1; }
.worldwide-stamp strong { font-size:1.5rem; }

.final-cta { width:min(1320px, calc(100% - 4rem)); margin:auto; padding: 8rem 0; display:flex; align-items:center; justify-content:space-between; gap:3rem; }
.final-cta h2 em { color:var(--rose); }
.circle-cta { flex:0 0 10rem; width:10rem; height:10rem; border-radius:50%; background:var(--marigold); color:var(--ink); display:flex; flex-direction:column; align-items:center; justify-content:center; text-decoration:none; font-weight:700; transition:transform .3s ease; }
.circle-cta:hover { transform:rotate(5deg) scale(1.04); }
.circle-cta strong { font-size:1.5rem; margin-top:.3rem; }

.site-footer { background:var(--ink); color:#fff; padding:4rem max(2rem, calc((100% - 1320px)/2)); display:grid; grid-template-columns:1fr 1fr auto; align-items:end; gap:2rem; }
.footer-brand { grid-row:span 2; }
.footer-brand.brand-official img { width: 12.5rem; height: 4.7rem; }
.site-footer p { color:rgba(255,255,255,.55); margin:0; }
.footer-links { display:flex; gap:1.2rem; justify-content:flex-end; }
.footer-links a { color:rgba(255,255,255,.75); text-decoration:none; font-size:.8rem; }
.site-footer > small { text-align:right; color:rgba(255,255,255,.38); }
.floating-whatsapp { position:fixed; z-index:25; right:1.25rem; bottom:1.25rem; background:#1f8b5d; color:#fff; min-height:3.3rem; border-radius:3rem; padding:.55rem 1rem .55rem .55rem; display:flex; align-items:center; gap:.65rem; text-decoration:none; box-shadow:0 12px 34px rgba(14,60,41,.28); }
.floating-whatsapp span { width:2.25rem; height:2.25rem; border-radius:50%; display:grid; place-items:center; border:1px solid rgba(255,255,255,.45); font-size:.65rem; }
.floating-whatsapp strong { font-size:.8rem; }

@media (min-width: 901px) and (max-width: 1120px) {
  .nav-shell { width:calc(100% - 2rem); }
  .site-nav { gap:1rem; }
  .brand-official img { width:8.5rem; }
}

@media (max-width: 900px) {
  .nav-shell { width:calc(100% - 2rem); height:5rem; }
  .menu-toggle { display:block; }
  .site-nav { position:absolute; top:5rem; left:0; right:0; background:var(--plum); padding:1.5rem; display:none; flex-direction:column; align-items:stretch; gap:.25rem; border-top:1px solid rgba(255,255,255,.12); }
  .site-nav.is-open { display:flex; }
  .site-nav a { padding:.75rem; }
  .language-switch { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding: .9rem .75rem .4rem; margin-top: .25rem; }
  .nav-cta { text-align:center; margin-top:.5rem; }
  .hero { min-height:720px; height:auto; padding:8rem 0 5rem; }
  .hero-content, .section-pad, .final-cta { width:calc(100% - 2rem); }
  .hero-note { position:static; margin-top:2.5rem; }
  .intro { grid-template-columns:1fr; padding-top:6rem; padding-bottom:6rem; gap:1.5rem; }
  .section-index { display:none; }
  .intro-copy { padding-top:0; max-width:620px; }
  .collection { padding-top:6rem; }
  .collection-head { align-items:start; flex-direction:column; }
  .collection-grid { grid-template-columns:1fr; }
  .collection-card { min-height:470px; }
  .garment-motif { width:42%; height:65%; left:48%; top:8%; }
  .gallery { padding-top:6rem; padding-bottom:6rem; }
  .gallery-head { grid-template-columns:1fr; gap:2rem; }
  .gallery-grid { grid-template-columns:repeat(2, 1fr); grid-template-rows:none; grid-auto-rows:minmax(290px, 45vw); }
  .gallery-card:nth-child(n) { grid-column:auto; grid-row:auto; }
  .gallery-card:first-child { grid-column:1 / 3; }
  .process { grid-template-columns:1fr; gap:3rem; padding-top:6rem; padding-bottom:6rem; }
  .planner { padding: 6rem 0; }
  .planner-shell { grid-template-columns: 1fr; gap: 3rem; }
  .planner-intro { position: static; }
  .site-footer { grid-template-columns:1fr; align-items:start; }
  .footer-brand { grid-row:auto; }
  .footer-links { justify-content:flex-start; }
  .site-footer > small { text-align:left; }
}

@media (max-width: 600px) {
  .brand small { display:none; }
  .brand-official img { width: 8rem; height: 3rem; }
  .hero h1 { font-size:clamp(3.6rem, 17vw, 5.7rem); }
  .hero-overlay { background:linear-gradient(90deg, rgba(24,2,13,.94), rgba(48,5,25,.65)), linear-gradient(0deg, rgba(26,2,13,.7), transparent 50%); }
  .hero-actions .button { width:100%; }
  .intro h2, .collection h2, .gallery h2, .process h2, .worldwide h2, .final-cta h2 { font-size:clamp(2.75rem, 13vw, 4.4rem); }
  .collection-head { padding-bottom:3rem; }
  .collection-card { min-height:430px; padding:1.5rem; }
  .card-copy { left:1.5rem; bottom:2rem; }
  .garment-motif { width:48%; left:44%; opacity:.56; }
  .gallery-grid { grid-template-columns:1fr; grid-auto-rows:minmax(330px, 96vw); }
  .gallery-card:first-child { grid-column:auto; }
  .gallery-caption { left:1rem; right:1rem; bottom:1rem; }
  .worldwide { min-height:600px; }
  .worldwide-stamp { display:none; }
  .final-cta { flex-direction:column; align-items:flex-start; padding:6rem 0; }
  .circle-cta { align-self:flex-end; width:8.5rem; height:8.5rem; flex-basis:8.5rem; }
  .floating-whatsapp strong { display:none; }
  .floating-whatsapp { padding:.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms !important; animation-duration:.01ms !important; }
}
