:root {
  --wine: #681b26;
  --wine-deep: #4d1119;
  --wine-soft: #7d2c36;
  --cream: #f3ecdc;
  --paper: #fbf8f0;
  --paper-deep: #e8ddc5;
  --gold: #bd9853;
  --ink: #332822;
  --muted: #75665d;
  --sidebar: 310px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 15%, rgba(104, 27, 38, .08), transparent 25rem),
    #e8dfcf;
  font-family: "DM Sans", sans-serif;
}
a { color: inherit; }
button { font: inherit; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #fff;
  background: var(--wine-deep);
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.app-shell {
  display: grid;
  grid-template-columns: var(--sidebar) minmax(0, 1fr);
  width: min(1480px, calc(100% - 48px));
  height: calc(100dvh - 48px);
  margin: 24px auto;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(66, 40, 28, .16);
}
.sidebar {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 34px 22px 24px;
  color: var(--cream);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--wine-deep);
  background-size: 24px 24px;
}
.sidebar-top { position: relative; }
.brand {
  display: block;
  margin: 0 12px 30px;
  text-align: center;
  text-decoration: none;
}
.brand-name {
  display: block;
  font: 500 40px/1 "Playfair Display", serif;
  letter-spacing: .18em;
}
.brand-subtitle {
  display: block;
  margin-top: 9px;
  font-size: 9px;
  letter-spacing: .3em;
}
.menu-close { display: none; }
.site-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}
.site-nav::-webkit-scrollbar { display: none; }
.nav-heading {
  margin: 18px 13px 6px;
  color: #cfae74;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 43px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #f2e7dc;
  font-size: 13px;
  text-decoration: none;
  transition: .2s ease;
}
.nav-link:hover {
  background: rgba(255,255,255,.08);
  transform: translateX(2px);
}
.nav-link.is-active {
  color: #fff;
  background: rgba(221, 193, 153, .18);
  border-color: rgba(255,255,255,.08);
}
.nav-icon {
  width: 20px;
  color: #d8ba85;
  font-family: Georgia, serif;
  font-size: 19px;
  text-align: center;
}
.sidebar-note {
  margin-top: auto;
  flex: 0 0 auto;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: #dec9b6;
  font-size: 9px;
  letter-spacing: .12em;
}
.sidebar-note small {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .05em;
}
.quick-order-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  letter-spacing: 0;
}
.quick-order-card strong {
  color: #d8ba85;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.quick-order-card a {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.quick-order-card a:hover { color: #e5c58e; }

.main-panel { min-width: 0; height: 100%; padding: 34px; }
.cover-page {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 15%, rgba(255,255,255,.85), transparent 25rem),
    repeating-linear-gradient(92deg, rgba(102,73,49,.018) 0 1px, transparent 1px 4px),
    var(--cream);
  border: 1px solid rgba(103, 71, 49, .1);
  border-radius: 20px;
}
.cover-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(45px, 7vw, 100px);
}
.edition {
  margin: 0 0 auto;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.cover-brand { margin-top: clamp(40px, 7vh, 90px); }
.cover-logo-image {
  display: block;
  width: min(100%, 560px);
  height: auto;
  mix-blend-mode: multiply;
}
.cover-brand h1 {
  margin: 0;
  color: var(--wine);
  font: 500 clamp(64px, 8vw, 128px)/.9 "Playfair Display", serif;
  letter-spacing: .14em;
}
.cover-brand p {
  margin: 20px 0 0 8px;
  font-size: 12px;
  letter-spacing: .5em;
}
.woven-mark {
  display: grid;
  grid-template-columns: repeat(5, 9px);
  grid-template-rows: repeat(5, 9px);
  gap: 1px;
  width: max-content;
  margin: 42px 0 34px 42%;
}
.woven-mark i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}
.woven-mark i:nth-child(1) { grid-area: 1 / 3; }
.woven-mark i:nth-child(2) { grid-area: 2 / 2; }
.woven-mark i:nth-child(3) { grid-area: 2 / 3; }
.woven-mark i:nth-child(4) { grid-area: 2 / 4; }
.woven-mark i:nth-child(5) { grid-area: 3 / 1; }
.woven-mark i:nth-child(6) { grid-area: 3 / 2; }
.woven-mark i:nth-child(7) { grid-area: 3 / 3; }
.woven-mark i:nth-child(8) { grid-area: 3 / 4; }
.woven-mark i:nth-child(9) { grid-area: 3 / 5; }
.woven-mark i:nth-child(10) { grid-area: 4 / 2; }
.woven-mark i:nth-child(11) { grid-area: 4 / 3; }
.woven-mark i:nth-child(12) { grid-area: 4 / 4; }
.woven-mark i:nth-child(13) { grid-area: 5 / 3; }
.cover-copy blockquote {
  margin: 0;
  color: var(--wine-deep);
  font: italic 600 clamp(34px, 4vw, 62px)/1.18 "Cormorant Garamond", serif;
}
.cover-copy blockquote span { color: var(--wine-soft); }
.cover-footer {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 13px 0 7px;
  border-bottom: 1px solid var(--wine);
  color: var(--wine);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.textile-art {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: #efe6d5;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.cover-textile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fabric-fold {
  position: absolute;
  width: 130%;
  height: 180px;
  background: linear-gradient(180deg, #fffdf5, #d9ccb0 70%, #fff9ea);
  box-shadow: 0 24px 35px rgba(77, 49, 27, .2);
  transform: rotate(-24deg);
}
.fabric-fold-one { top: 20%; left: -12%; }
.fabric-fold-two { right: -34%; bottom: 7%; transform: rotate(25deg); }
.woven-border {
  position: absolute;
  right: -8%;
  bottom: 17%;
  width: 115%;
  height: 115px;
  overflow: hidden;
  border-block: 5px double #f3dec2;
  background:
    linear-gradient(45deg, transparent 42%, #d4af7c 43% 47%, transparent 48%) 0 0/28px 28px,
    linear-gradient(-45deg, transparent 42%, #d4af7c 43% 47%, transparent 48%) 0 0/28px 28px,
    var(--wine);
  box-shadow: 0 18px 30px rgba(60, 15, 20, .28);
  transform: rotate(25deg);
}
.woven-border span {
  display: block;
  height: 1px;
  margin-top: 24px;
  background: rgba(255,255,255,.4);
}
.mobile-header, .menu-backdrop, .bottom-nav, .mobile-quick-order { display: none; }

/* Interior catalogue pages */
.main-panel.page-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(104, 27, 38, .28) transparent;
}
.content-page {
  min-height: 100%;
  padding: clamp(34px, 5vw, 76px);
  background:
    radial-gradient(circle at 90% 10%, rgba(189, 152, 83, .12), transparent 22rem),
    repeating-linear-gradient(92deg, rgba(102,73,49,.014) 0 1px, transparent 1px 4px),
    var(--cream);
  border: 1px solid rgba(103, 71, 49, .1);
  border-radius: 20px;
}
.one-page-section {
  min-height: calc(100% - 1px);
  margin-top: 34px;
  scroll-margin-top: 0;
}
.one-page-section:last-child { margin-bottom: 1px; }
.page-intro { max-width: 900px; margin-bottom: 34px; }
.page-eyebrow {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.page-title {
  max-width: 850px;
  margin: 0;
  color: var(--ink);
  font: 500 clamp(42px, 5vw, 76px)/1.03 "Playfair Display", serif;
}
.page-title span { display: block; color: var(--wine); }
.page-kicker {
  margin: 14px 0 0;
  color: var(--muted);
  font: italic 600 clamp(22px, 2.3vw, 34px)/1.3 "Cormorant Garamond", serif;
}
.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}
.story-copy { max-width: 740px; }
.story-copy p {
  margin: 0 0 20px;
  font: 500 clamp(18px, 1.5vw, 22px)/1.75 "Cormorant Garamond", serif;
}
.story-quote {
  margin: 30px 0 0;
  padding: 8px 0 8px 24px;
  border-left: 3px solid var(--wine);
  color: var(--wine);
  font: italic 600 clamp(24px, 2.4vw, 38px)/1.35 "Cormorant Garamond", serif;
}
.story-visual {
  position: sticky;
  top: 0;
  overflow: hidden;
  min-height: 420px;
  border-radius: 18px;
  background: var(--paper-deep);
}
.story-visual img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.story-visual.artwork img {
  object-fit: contain;
  background: #f4e8cf;
}
.story-visual.symbolic {
  display: grid;
  place-items: center;
  padding: 45px;
  color: var(--wine);
  background:
    linear-gradient(135deg, transparent 40%, rgba(104,27,38,.08) 40% 60%, transparent 60%),
    var(--paper-deep);
  font: italic 600 36px/1.3 "Cormorant Garamond", serif;
  text-align: center;
}
.info-box {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid rgba(104,27,38,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.46);
}
.info-box strong { display: block; margin-bottom: 6px; color: var(--wine); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.collection-section { margin-top: 55px; scroll-margin-top: 20px; }
.collection-heading { margin-bottom: 22px; }
.collection-heading h2,
.collection-heading h3 { margin: 0; font: 500 clamp(30px, 3vw, 48px)/1.1 "Playfair Display", serif; }
.collection-heading p { margin: 8px 0 0; color: var(--muted); font: italic 500 21px/1.4 "Cormorant Garamond", serif; }
.moner-editorial {
  margin: 28px 0 34px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(103,71,49,.12);
  border-radius: 18px;
  background:
    repeating-linear-gradient(92deg, rgba(102,73,49,.018) 0 1px, transparent 1px 4px),
    rgba(251,248,240,.65);
}
.moner-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(230px, .84fr);
  gap: 20px;
  max-width: 870px;
}
.moner-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #e8dec9;
}
.moner-photo-main {
  aspect-ratio: 365 / 625;
  object-position: center;
}
.moner-side { display: grid; grid-template-rows: auto auto 1fr; gap: 16px; }
.moner-photo-craft {
  aspect-ratio: 221 / 279;
  object-position: center;
}
.moner-photo-detail {
  aspect-ratio: 221 / 278;
  object-position: center;
}
.moner-caption { align-self: end; color: var(--muted); }
.moner-caption strong {
  display: block;
  margin-bottom: 7px;
  color: var(--wine);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.moner-caption p { margin: 0; font: 500 15px/1.4 "Cormorant Garamond", serif; }
.moner-story {
  max-width: 870px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--gold);
}
.moner-story .page-eyebrow { margin-bottom: 7px; }
.moner-story h4 { margin: 0 0 10px; font: 500 clamp(26px, 2.6vw, 38px)/1.15 "Playfair Display", serif; }
.moner-story > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font: 500 17px/1.5 "Cormorant Garamond", serif; }
.lal-editorial {
  margin: 28px 0 34px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(103,71,49,.12);
  border-radius: 18px;
  background:
    repeating-linear-gradient(92deg, rgba(102,73,49,.018) 0 1px, transparent 1px 4px),
    rgba(251,248,240,.65);
}
.lal-gallery {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  max-width: 870px;
}
.lal-gallery figure { margin: 0; }
.lal-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #7f141c;
}
.lal-gallery figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 12px; }
.lal-gallery figcaption strong {
  color: var(--wine);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lal-gallery figcaption span { color: var(--muted); font: italic 500 15px/1.35 "Cormorant Garamond", serif; }
.abhik-product-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.abhik-product-gallery-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.abhik-product-gallery figure { min-width: 0; margin: 0; }
.abhik-product-gallery img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 8px; }
.abhik-product-gallery figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 10px; }
.abhik-product-gallery figcaption strong { color: var(--wine); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.abhik-product-gallery figcaption span { color: var(--muted); font: italic 500 14px/1.35 "Cormorant Garamond", serif; }
.lal-about {
  max-width: 870px;
  margin-top: 24px;
  color: var(--muted);
  font: 500 17px/1.55 "Cormorant Garamond", serif;
}
.lal-about p { margin: 0; }
.lal-story {
  max-width: 870px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--gold);
}
.lal-story .page-eyebrow { margin-bottom: 7px; }
.lal-story h4 { margin: 0 0 10px; font: 500 clamp(26px, 2.6vw, 38px)/1.15 "Playfair Display", serif; }
.lal-story > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font: 500 17px/1.5 "Cormorant Garamond", serif; }
.mul-editorial {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(260px, .8fr);
  gap: 24px;
  max-width: 980px;
  margin: 28px 0 42px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(103,71,49,.12);
  border-radius: 18px;
  background:
    repeating-linear-gradient(92deg, rgba(102,73,49,.018) 0 1px, transparent 1px 4px),
    rgba(251,248,240,.65);
}
.mul-artisan { margin: 0; }
.mul-artisan img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.mul-artisan figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 12px; }
.mul-artisan figcaption strong {
  color: var(--wine);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mul-artisan figcaption span { color: var(--muted); font: italic 500 15px/1.35 "Cormorant Garamond", serif; }
.mul-profile {
  align-self: center;
  padding: clamp(18px, 2.5vw, 32px);
  border: 1px solid rgba(104,27,38,.1);
  background: rgba(255,255,255,.48);
}
.mul-profile h3 { margin: 0 0 18px; font: 500 clamp(28px, 3vw, 42px)/1.08 "Playfair Display", serif; }
.mul-profile > p:not(.page-eyebrow) { margin: 0 0 14px; color: var(--muted); font: 500 16px/1.5 "Cormorant Garamond", serif; }
.mul-profile > p:last-child { margin-bottom: 0; }
.mul-story {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid var(--gold);
}
.mul-story .page-eyebrow { margin-bottom: 8px; }
.mul-story > p:last-child { max-width: 820px; margin: 0; font: 500 21px/1.45 "Cormorant Garamond", serif; }
.silk-editorial {
  max-width: 980px;
  margin: 28px 0 42px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(103,71,49,.12);
  border-radius: 18px;
  background:
    repeating-linear-gradient(92deg, rgba(102,73,49,.018) 0 1px, transparent 1px 4px),
    rgba(251,248,240,.65);
}
.silk-weaver { position: relative; margin: 0; }
.silk-weaver img { display: block; width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.silk-weaver figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  padding: 15px 18px;
  color: var(--ink);
  background: rgba(251,248,240,.93);
  box-shadow: 0 5px 18px rgba(52,31,20,.12);
}
.silk-weaver figcaption strong { color: var(--wine); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.silk-weaver figcaption span { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.silk-weaver figcaption p { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font: 500 15px/1.35 "Cormorant Garamond", serif; }
.silk-rhythm {
  margin: 18px 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gold);
  color: var(--wine);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.silk-intro { margin-top: 24px; }
.silk-intro h3 { margin: 0 0 7px; font: 500 clamp(28px, 3vw, 42px)/1.1 "Playfair Display", serif; }
.silk-intro > p:last-child { margin: 0; color: var(--muted); font: italic 500 18px/1.4 "Cormorant Garamond", serif; }
.silk-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.silk-paths > div { padding: 20px; border: 1px solid rgba(104,27,38,.1); background: rgba(255,255,255,.42); }
.silk-paths span { display: block; color: var(--wine); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.silk-paths strong { display: block; margin-top: 7px; font: 600 22px/1.15 "Cormorant Garamond", serif; }
.silk-paths p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(93, 59, 38, .1);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255,255,255,.68);
  box-shadow: 0 8px 24px rgba(70, 46, 30, .08);
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(70,46,30,.14); }
.product-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #e6dcc8;
}
.product-details-trigger { cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-image i {
  position: absolute; right: 10px; bottom: 10px;
  padding: 7px 9px; border-radius: 20px; color: #fff; background: rgba(77,17,25,.8);
  font-size: 9px; font-style: normal; letter-spacing: .08em; text-transform: uppercase;
}
.sold-out-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  color: #fff;
  background: var(--wine-deep);
  box-shadow: 0 5px 16px rgba(45,16,15,.24);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-card.is-sold-out .product-image img { filter: saturate(.72) brightness(.86); }
.product-card.is-sold-out { cursor: default; }
.product-card.is-sold-out:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(70, 46, 30, .08);
}
.product-card.is-sold-out:hover img { transform: none; }
.product-card.is-sold-out .product-image i {
  background: rgba(77,17,25,.92);
  font-weight: 600;
}
.product-copy { display: flex; flex-direction: column; padding: 15px; }
.product-copy small { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.product-copy strong { margin-top: 5px; font: 600 22px/1.1 "Cormorant Garamond", serif; }
.product-copy em { margin-top: 2px; color: var(--muted); font: italic 500 16px/1.2 "Cormorant Garamond", serif; }
.product-copy b { margin-top: 10px; color: var(--wine); font-size: 14px; }
.product-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(104,27,38,.2);
  border-radius: 9px;
  color: #fff;
  background: var(--wine);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.product-order-button:hover {
  color: #fff;
  background: var(--wine-deep);
  transform: translateY(-1px);
}
.product-order-button:focus-visible {
  outline: 3px solid rgba(203,159,74,.45);
  outline-offset: 2px;
}
.product-copy .sold-out-message {
  margin-top: 9px;
  color: var(--wine);
  font: italic 600 14px/1.25 "Cormorant Garamond", serif;
}
.product-copy .sold-out-price {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.product-modal {
  position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center;
  padding: 22px; background: rgba(35,19,15,.78); backdrop-filter: blur(8px);
}
.product-modal.is-open { display: flex; }
body.modal-open { overflow: hidden; }
.product-dialog {
  position: relative; display: grid; grid-template-columns: minmax(280px,.8fr) minmax(340px,1.2fr);
  width: min(980px, 100%); max-height: min(780px, calc(100dvh - 44px)); overflow: hidden;
  border-radius: 20px; background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.product-close { position: absolute; z-index: 2; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--wine); background: rgba(255,255,255,.86); font-size: 26px; cursor: pointer; }
.dialog-media { display: flex; flex-direction: column; min-width: 0; background: #e7dcc7; }
.dialog-image { min-height: 500px; flex: 1 1 auto; background: #e7dcc7; }
.dialog-image img { width: 100%; height: 100%; object-fit: contain; }
.dialog-media.has-gallery .dialog-image { min-height: 0; }
.dialog-media.has-gallery .dialog-image img { object-fit: cover; object-position: center top; }
.dialog-thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 10px; }
.dialog-thumbnails:empty { display: none; }
.dialog-thumbnail { flex: 0 0 58px; width: 58px; height: 70px; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 7px; background: #fff; cursor: pointer; }
.dialog-thumbnail.is-active { border-color: var(--wine); }
.dialog-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { overflow-y: auto; padding: clamp(28px, 4vw, 55px); }
.dialog-code { margin: 0; color: var(--wine); font-size: 10px; letter-spacing: .16em; }
.dialog-copy h2 { margin: 8px 0 0; font: 500 44px/1 "Playfair Display", serif; }
.dialog-subtitle { margin: 7px 0 0; color: var(--muted); font: italic 600 22px/1.2 "Cormorant Garamond", serif; }
.dialog-bengali-name { margin: 8px 0 0; color: var(--wine); font-size: 20px; }
.dialog-intro { margin: 16px 0 0; color: var(--muted); font: italic 500 16px/1.5 "Cormorant Garamond", serif; }
.dialog-price { margin: 16px 0; color: var(--wine); font-size: 18px; font-weight: 600; }
.dialog-price.is-sold-out { display: flex; align-items: center; gap: 12px; }
.dialog-price.is-sold-out s { color: var(--muted); text-decoration-thickness: 2px; }
.dialog-sold-out {
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--wine-deep);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dialog-poem { margin: 22px 0; padding-left: 18px; border-left: 2px solid var(--gold); color: var(--wine); font: italic 500 18px/1.55 "Cormorant Garamond", serif; }
.product-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 0; }
.product-specs div { min-width: 0; }
.product-specs dt { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-specs dd { margin: 3px 0 0; font-size: 13px; line-height: 1.35; }
.dialog-note { margin: 22px 0 0; padding: 13px; border-radius: 10px; color: var(--muted); background: var(--cream); font-size: 12px; line-height: 1.5; }
.whatsapp-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  color: #fff;
  background: var(--wine);
  box-shadow: 0 8px 22px rgba(86,18,29,.18);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.whatsapp-order-button:hover {
  color: #fff;
  background: var(--wine-deep);
  box-shadow: 0 11px 28px rgba(86,18,29,.25);
  transform: translateY(-2px);
}
.whatsapp-order-button:focus-visible {
  outline: 3px solid rgba(203,159,74,.45);
  outline-offset: 3px;
}
.whatsapp-order-button span:first-child {
  font-size: 18px;
  line-height: 1;
}
.order-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.order-step { padding: 22px; border: 1px solid rgba(104,27,38,.1); border-radius: 15px; background: rgba(255,255,255,.52); }
.order-step span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: #fff; background: var(--wine); font-size: 12px; }
.order-step h2,
.order-step h3 { margin: 18px 0 8px; font: 600 20px/1.15 "Cormorant Garamond", serif; }
.order-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.order-contact {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 15px;
  color: #fff;
  background: var(--wine-deep);
}
.order-contact strong {
  display: block;
  margin-bottom: 7px;
  color: #e2c48f;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.order-contact p { margin: 0; line-height: 1.6; }
.order-contact a { color: #fff; font-weight: 600; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  :root { --sidebar: 270px; }
  .app-shell { width: calc(100% - 28px); height: calc(100dvh - 28px); margin: 14px; }
  .sidebar { height: 100%; min-height: 0; }
  .main-panel { padding: 20px; }
  .cover-page { height: 100%; min-height: 0; }
  .cover-copy { padding: 50px 40px; }
  .cover-brand h1 { font-size: 72px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 781px) {
  html, body { height: 100%; overflow: hidden; }
  .sidebar .site-nav { margin-block: auto; }
  .sidebar .sidebar-note { margin-top: 0; }
}

@media (min-width: 781px) and (max-height: 820px) {
  .sidebar { padding: 22px 18px 16px; }
  .brand { margin-bottom: 16px; }
  .brand-name { font-size: 32px; }
  .brand-subtitle { margin-top: 6px; }
  .site-nav { gap: 1px; }
  .nav-heading { margin-top: 9px; margin-bottom: 3px; }
  .nav-link { min-height: 34px; padding-block: 6px; }
  .sidebar-note { padding: 10px 14px; }
  .cover-copy { padding-block: 38px; }
  .cover-brand { margin-top: 5vh; }
  .cover-brand h1 { font-size: clamp(58px, 7vw, 102px); }
  .cover-logo-image { width: min(100%, 470px); }
  .cover-copy blockquote { font-size: clamp(30px, 3.5vw, 48px); }
}

@media (max-width: 780px) {
  .abhik-product-gallery,
  .abhik-product-gallery-three { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  body { background: var(--cream); }
  body.menu-open { overflow: hidden; }
  .mobile-header {
    position: sticky;
    z-index: 20;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: env(safe-area-inset-top) 18px 0;
    color: var(--cream);
    background: var(--wine-deep);
    box-shadow: 0 3px 14px rgba(46,13,17,.2);
  }
  .mobile-brand {
    font: 500 22px/1 "Playfair Display", serif;
    letter-spacing: .22em;
    text-decoration: none;
  }
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    padding: 7px;
    border: 0;
    background: transparent;
  }
  .menu-button span { width: 24px; height: 1.5px; background: var(--cream); }
  .header-balance { width: 38px; }
  .app-shell { display: block; width: 100%; height: auto; min-height: 0; margin: 0; border-radius: 0; box-shadow: none; }
  .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 50;
    width: min(88vw, 330px);
    min-height: 100vh;
    padding-top: max(24px, env(safe-area-inset-top));
    transform: translateX(-105%);
    transition: transform .28s ease;
    box-shadow: 12px 0 40px rgba(22,7,9,.3);
  }
  .sidebar.is-open { transform: translateX(0); }
  .menu-close {
    position: absolute;
    top: -8px;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    border: 0;
    color: var(--cream);
    background: transparent;
    font-size: 28px;
  }
  .menu-backdrop {
    position: fixed;
    z-index: 40;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(31,15,13,.58);
    transition: .25s ease;
  }
  .menu-backdrop.is-open { visibility: visible; opacity: 1; }
  .main-panel { padding: 0; }
  .main-panel.page-scroll { overflow: visible; }
  .content-page { min-height: calc(100svh - 64px); padding: 34px 20px calc(144px + env(safe-area-inset-bottom)); border: 0; border-radius: 0; }
  .one-page-section { margin-top: 0; scroll-margin-top: 64px; }
  .page-title { font-size: clamp(38px, 12vw, 56px); }
  .story-layout { display: flex; flex-direction: column; gap: 28px; }
  .story-visual { position: static; width: 100%; min-height: 300px; order: -1; }
  .story-visual img { min-height: 300px; max-height: 430px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .moner-editorial { margin-top: 22px; padding: 14px; }
  .moner-gallery { grid-template-columns: minmax(0, 1.25fr) minmax(110px, .75fr); gap: 10px; }
  .moner-side { gap: 9px; }
  .moner-caption p { font-size: 13px; }
  .moner-story { margin-top: 18px; padding-top: 18px; }
  .lal-editorial { margin-top: 22px; padding: 14px; }
  .lal-gallery { gap: 10px; }
  .lal-gallery figcaption span { font-size: 13px; }
  .lal-about { margin-top: 18px; font-size: 15px; }
  .lal-story { margin-top: 18px; padding-top: 18px; }
  .mul-editorial { display: block; margin-top: 22px; padding: 14px; }
  .mul-profile { margin-top: 16px; padding: 18px; }
  .mul-artisan figcaption span { font-size: 13px; }
  .mul-story { margin-top: 18px; padding-top: 18px; }
  .silk-editorial { margin-top: 22px; padding: 14px; }
  .silk-weaver img { aspect-ratio: 4 / 3; }
  .silk-weaver figcaption { position: static; display: block; padding: 14px; }
  .silk-weaver figcaption span { display: block; margin-top: 5px; }
  .silk-paths { grid-template-columns: 1fr; gap: 10px; }
  .product-copy { padding: 11px; }
  .product-copy strong { font-size: 18px; }
  .product-image i { display: none; }
  .product-card.is-sold-out .product-image i { display: block; }
  .product-dialog { display: block; max-height: calc(100dvh - 28px); overflow-y: auto; }
  .dialog-image { min-height: 0; height: 44vh; }
  .dialog-copy { overflow: visible; padding: 25px 20px 35px; }
  .dialog-copy h2 { font-size: 36px; }
  .product-specs { grid-template-columns: 1fr 1fr; }
  .order-steps { grid-template-columns: 1fr; }
  .cover-page {
    display: flex;
    min-height: calc(100svh - 64px);
    border: 0;
    border-radius: 0;
  }
  .cover-copy {
    width: 100%;
    min-height: calc(100svh - 64px);
    padding: 34px 25px calc(138px + env(safe-area-inset-bottom));
  }
  .edition { align-self: center; margin-bottom: 0; text-align: center; }
  .cover-brand { align-self: center; margin-top: 5vh; text-align: center; }
  .cover-logo-image { width: min(88vw, 410px); }
  .cover-brand h1 { font-size: clamp(56px, 19vw, 88px); letter-spacing: .1em; }
  .cover-brand p { margin-top: 15px; font-size: 9px; letter-spacing: .36em; }
  .woven-mark { align-self: center; margin: 42px 0 38px; }
  .cover-copy blockquote {
    align-self: center;
    font-size: clamp(32px, 10vw, 48px);
    text-align: center;
  }
  .cover-footer { align-self: center; margin-top: auto; }
  .textile-art {
    position: absolute;
    right: -29%;
    bottom: -17%;
    width: 83%;
    min-height: 42%;
    opacity: .58;
    clip-path: none;
    transform: rotate(-10deg);
  }
  .cover-textile-image { object-position: 62% center; }
  .bottom-nav {
    position: fixed;
    z-index: 35;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 7px 5px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(104, 27, 38, .12);
    background: rgba(251, 248, 240, .97);
    box-shadow: 0 -8px 24px rgba(69, 39, 25, .1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .mobile-quick-order {
    position: fixed;
    z-index: 34;
    right: 0;
    bottom: calc(68px + env(safe-area-inset-bottom));
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 7px 12px;
    border-top: 1px solid rgba(104,27,38,.1);
    color: var(--muted);
    background: rgba(243,236,220,.97);
    box-shadow: 0 -5px 18px rgba(69,39,25,.08);
    font-size: 11px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .mobile-quick-order strong {
    color: var(--wine);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mobile-quick-order a {
    color: var(--wine);
    font-weight: 600;
    text-decoration: none;
  }
  .bottom-nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    padding: 3px 1px;
    border: 0;
    border-radius: 10px;
    color: #8a7a72;
    background: transparent;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .bottom-nav-item.is-active {
    color: var(--wine);
    background: rgba(104, 27, 38, .07);
  }
  .bottom-nav-item.is-active::before {
    position: absolute;
    top: -7px;
    width: 28px;
    height: 2px;
    border-radius: 0 0 2px 2px;
    background: var(--gold);
    content: "";
  }
  .bottom-nav-icon {
    height: 25px;
    color: currentColor;
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 25px;
  }
  .bottom-nav-label {
    overflow: hidden;
    width: 100%;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
