/* created-main-2026-09-03 */
/* ==========================================================================
   Satyam Exports — Design System
   Palette: ink / paper / sand / clay / moss / brass. Solid colours only.
   Type: Fraunces (display) + Manrope (text).
   ========================================================================== */

:root {
  --ink: #16150f;
  --ink-2: #2b2a24;
  --paper: #f7f3ec;
  --paper-2: #fbf9f5;
  --sand: #e9e0d0;
  --sand-2: #d9cdb8;
  --clay: #b5533c;
  --clay-2: #9c4531;
  --moss: #3d5747;
  --brass: #b8925a;
  --white: #ffffff;
  --muted: #74705f;
  --line: rgba(22, 21, 15, .12);
  --line-light: rgba(255, 255, 255, .18);

  --font-display: "Fraunces", Georgia, serif;
  --font-text: "Manrope", system-ui, -apple-system, sans-serif;

  --container: 1320px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 4px;
  --radius-lg: 10px;

  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --ease-expo: cubic-bezier(.16, 1, .3, 1);
  --dur: .6s;

  --header-h: 84px;
}

/* --------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open, body.modal-open { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, p, figure, blockquote { margin: 0; }
address { font-style: normal; }
::selection { background: var(--clay); color: var(--white); }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; padding: 8px 16px; background: var(--ink); color: var(--white); }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */
.display-hero, .display-1, .display-2, .display-3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.02;
  font-variation-settings: "opsz" 144;
  text-wrap: balance;
}
.display-hero { font-size: clamp(2.8rem, 7.4vw, 6.6rem); line-height: .98; }
.display-1 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); }
.display-2 { font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.08; }
.display-3 { font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.15; }
.display-hero em, .display-1 em, .display-2 em, .display-3 em { font-style: italic; font-weight: 300; color: var(--clay); }
.text-light .display-hero em, .text-light em, .display-1.text-light em, .display-2.text-light em, .display-3.text-light em { color: var(--sand); }
.text-light { color: var(--white); }
.text-light em { color: var(--sand); }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.55; color: var(--ink-2); max-width: 58ch; }
.lead.text-light { color: rgba(255, 255, 255, .85); }
.muted { color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--clay); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--sand); }
.align-center .eyebrow::before { display: none; }
h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.01em; }

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.container-narrow { max-width: 820px; }
.section { padding-block: clamp(72px, 9vw, 140px); }
.section.pt-0 { padding-top: 0; }
.section-tall { padding-block: clamp(120px, 16vw, 220px); }
.section-sand { background: var(--sand); }
.section-ink { background: var(--ink); color: var(--white); }
.section-ink .eyebrow { color: var(--brass); }
.section-ink .display-2 em { color: var(--sand); }
.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head.align-center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: 20px; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.section-head-row .section-head { margin-bottom: 0; }
.section-head-row > .btn { margin-bottom: clamp(40px, 5vw, 72px); }
.hide-mobile, .btn.hide-mobile { display: none; }
.show-mobile { display: inline-flex; }
@media (min-width: 900px) { .hide-mobile { display: inline-flex; } .show-mobile, .btn.show-mobile { display: none; } }

/* --------------------------------------------------------------------------
   Buttons & links
   -------------------------------------------------------------------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 24px; border-radius: 999px;
  font-weight: 600; font-size: .92rem; letter-spacing: .01em; line-height: 1;
  border: 1px solid transparent; overflow: hidden; isolation: isolate;
  transition: color .35s var(--ease-out), border-color .35s var(--ease-out), transform .35s var(--ease-out);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; transform: translateY(101%);
  transition: transform .45s var(--ease-expo); border-radius: inherit;
}
.btn:hover::before { transform: translateY(0); }
.btn .icon { width: 16px; height: 16px; transition: transform .35s var(--ease-out); }
.btn:hover .icon { transform: translateX(4px); }
.btn-lg { padding: 18px 30px; font-size: 1rem; }
.btn-sm { padding: 10px 18px; font-size: .82rem; }
.btn-primary { background: var(--clay); color: var(--white); }
.btn-primary::before { background: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark::before { background: var(--clay); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light::before { background: var(--clay); }
.btn-light:hover { color: var(--white); }
.btn-outline-light { border-color: var(--line-light); color: var(--white); }
.btn-outline-light::before { background: var(--white); }
.btn-outline-light:hover { color: var(--ink); border-color: var(--white); }
.btn-ghost { border-color: var(--line); color: var(--ink); }
.btn-ghost::before { background: var(--ink); }
.btn-ghost:hover { color: var(--white); }
.text-link {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .9rem;
  border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: gap .3s var(--ease-out);
}
.text-link .icon { width: 14px; height: 14px; }
.text-link:hover { gap: 14px; color: var(--clay); }
.text-link.light { color: var(--sand); }
.icon { width: 20px; height: 20px; flex: none; }
.icon.flip { transform: scaleX(-1); }
.icon-btn {
  width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%;
  transition: background .3s var(--ease-out);
}
.icon-btn:hover { background: rgba(22, 21, 15, .06); }
.has-transparent-header .site-header:not(.is-scrolled) .icon-btn:hover { background: rgba(255, 255, 255, .12); }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 6px 12px; border-radius: 999px; background: var(--white); color: var(--ink);
  font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.badge-clay { background: var(--clay); color: var(--white); }
.badge-muted { background: var(--sand); top: auto; bottom: 14px; }

/* --------------------------------------------------------------------------
   Page loader
   -------------------------------------------------------------------------- */
.page-loader {
  position: fixed; inset: 0; z-index: 2000; background: var(--ink); display: grid; place-items: center;
  transition: clip-path .9s var(--ease-expo); clip-path: inset(0 0 0 0);
}
.page-loader.is-done { clip-path: inset(0 0 100% 0); pointer-events: none; }
.loader-mark {
  font-family: var(--font-display); font-size: 2rem; color: var(--sand); letter-spacing: .1em;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: var(--paper); border-bottom: 1px solid var(--line);
  transition: transform .5s var(--ease-expo), background .4s, border-color .4s, box-shadow .4s;
}
.site-header.is-hidden { transform: translateY(-100%); }
.has-transparent-header .site-header:not(.is-scrolled) { background: transparent; border-color: transparent; color: var(--white); }
.site-header.is-scrolled { box-shadow: 0 10px 30px -20px rgba(22, 21, 15, .35); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -.01em; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%;
  background: var(--clay); color: var(--white); font-weight: 500; font-size: 1.1rem;
  transition: transform .5s var(--ease-expo);
}
.brand:hover .brand-mark { transform: rotate(-12deg) scale(1.05); }
.brand img { max-height: 44px; width: auto; }
.brand-lg { font-size: 1.6rem; }
.brand-lg .brand-mark { width: 48px; height: 48px; }
.site-nav { display: none; }
@media (min-width: 900px) { .site-nav { display: block; } }
.nav-list { display: flex; gap: 6px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: inline-block; padding: 10px 14px; font-weight: 600; font-size: .9rem; position: relative;
}
.nav-list > li > a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease-expo);
}
.nav-list > li:hover > a::after, .nav-list > li.current-menu-item > a::after, .nav-list > li.current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.nav-list .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 220px; padding: 10px; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .3);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .3s var(--ease-out); color: var(--ink);
}
.nav-list > li:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-list .sub-menu a { display: block; padding: 10px 14px; border-radius: var(--radius); font-size: .9rem; }
.nav-list .sub-menu a:hover { background: var(--paper); }
.header-actions { display: flex; align-items: center; gap: 6px; }
.nav-toggle { position: relative; }
@media (min-width: 900px) { .nav-toggle { display: none; } }
.burger { width: 22px; height: 12px; position: relative; display: block; }
.burger span { position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor; transition: transform .4s var(--ease-expo), top .4s var(--ease-expo); }
.burger span:first-child { top: 0; }
.burger span:last-child { top: 10px; }
.nav-open .burger span:first-child { top: 5px; transform: rotate(45deg); }
.nav-open .burger span:last-child { top: 5px; transform: rotate(-45deg); }
.nav-open .site-header { color: var(--white); background: transparent; border-color: transparent; box-shadow: none; }

.search-bar { border-top: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.search-bar[hidden] { display: none; }
.search-form { display: flex; align-items: center; gap: 16px; padding: 18px 0; }
.search-form input[type="search"] { flex: 1; border: 0; background: transparent; font-size: 1.1rem; padding: 8px 0; outline: none; }
.search-form input::placeholder { color: var(--muted); }

/* Mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 850; background: var(--ink); color: var(--white);
  clip-path: circle(0 at calc(100% - 44px) 42px); transition: clip-path .8s var(--ease-expo); visibility: hidden;
}
.nav-open .mobile-nav { clip-path: circle(150% at calc(100% - 44px) 42px); visibility: visible; }
.mobile-nav-inner { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 100px var(--gutter) 40px; position: relative; overflow: hidden; }
.mobile-list li a {
  display: block; font-family: var(--font-display); font-size: clamp(2rem, 8vw, 3.4rem); line-height: 1.15; padding: 6px 0;
  opacity: 0; transform: translateY(24px); transition: opacity .5s var(--ease-out), transform .6s var(--ease-expo);
}
.nav-open .mobile-list li a { opacity: 1; transform: none; }
.nav-open .mobile-list li:nth-child(1) a { transition-delay: .25s; }
.nav-open .mobile-list li:nth-child(2) a { transition-delay: .32s; }
.nav-open .mobile-list li:nth-child(3) a { transition-delay: .39s; }
.nav-open .mobile-list li:nth-child(4) a { transition-delay: .46s; }
.nav-open .mobile-list li:nth-child(5) a { transition-delay: .53s; }
.nav-open .mobile-list li:nth-child(6) a { transition-delay: .6s; }
.mobile-nav-foot { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; color: var(--sand); font-size: .95rem; position: relative; z-index: 1; }
.mobile-nav-img { position: absolute; right: -20%; bottom: -10%; width: 60%; opacity: .35; border-radius: 50% 50% 0 0; pointer-events: none; }

/* --------------------------------------------------------------------------
   Reveal animations
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .9s var(--ease-expo); transition-delay: var(--d, 0ms); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
/* QA / screenshot mode (?se_shot=1) */
.no-anim .reveal { opacity: 1; transform: none; transition: none; }
.no-anim .page-loader { display: none; }
.no-anim .display-hero .line-inner { transform: none; animation: none; }
.no-anim .hero { min-height: 900px; }
.no-anim .error-page { min-height: 900px; }
.no-anim .testi { transition: none; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: -12% 0; z-index: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: rgba(22, 21, 15, .48); }
.hero-shade::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 45%; background: rgba(22, 21, 15, .55); mask: linear-gradient(to top, #000, transparent); -webkit-mask: linear-gradient(to top, #000, transparent); }
.hero-content { position: relative; z-index: 1; padding-top: 160px; padding-bottom: 56px; }
.display-hero .line { display: block; overflow: hidden; }
.display-hero .line-inner { display: block; transform: translateY(110%); animation: lineUp 1.1s var(--ease-expo) forwards; animation-delay: calc(.9s + var(--i) * .12s); }
@keyframes lineUp { to { transform: none; } }
.hero .lead { margin-top: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.video-toggle { position: absolute; right: var(--gutter); bottom: 56px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-light); display: none; place-items: center; color: var(--white); transition: background .3s; }
@media (min-width: 900px) { .video-toggle { display: grid; } }
.video-toggle:hover { background: rgba(255, 255, 255, .12); }
.hero-stats { position: relative; z-index: 1; border-top: 1px solid var(--line-light); background: rgba(22, 21, 15, .35); backdrop-filter: blur(10px); }
.stats-list { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .stats-list { grid-template-columns: repeat(4, 1fr); } }
.stats-list li { padding: 26px 0; border-right: 1px solid var(--line-light); padding-inline: 20px; }
.stats-list li:first-child { padding-left: 0; }
.stats-list li:last-child { border-right: 0; }
.stats-list strong { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; line-height: 1; }
.stats-list span:last-child { font-size: .8rem; color: var(--sand); letter-spacing: .04em; }
.scroll-cue { position: absolute; left: 50%; bottom: 120px; z-index: 1; width: 1px; height: 60px; background: var(--line-light); display: none; }
@media (min-width: 900px) { .scroll-cue { display: block; } }
.scroll-cue span { position: absolute; inset: 0; background: var(--white); transform-origin: top; animation: cue 2s var(--ease-expo) infinite; }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* --------------------------------------------------------------------------
   Marquee
   -------------------------------------------------------------------------- */
.marquee { overflow: hidden; border-bottom: 1px solid var(--line); padding: 18px 0; background: var(--paper-2); }
.marquee-track { display: flex; align-items: center; gap: 36px; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--font-display); font-size: 1.1rem; white-space: nowrap; color: var(--ink-2); }
.marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Collections grid
   -------------------------------------------------------------------------- */
.collections-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
@media (min-width: 900px) {
  .collections-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; }
  .collection-tile:nth-child(1) { grid-column: span 2; grid-row: span 2; }
}
.collection-tile { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); }
.collection-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-expo), opacity .6s; }
.collection-tile:hover img { transform: scale(1.06); }
.collection-tile::after { content: ""; position: absolute; inset: 0; background: rgba(22, 21, 15, .25); transition: background .5s; }
.collection-tile:hover::after { background: rgba(22, 21, 15, .45); }
.tile-text { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 1; display: flex; flex-direction: column; gap: 6px; }
.tile-count { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sand); }
.tile-text h3 { font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 400; }
.tile-arrow { position: absolute; right: 0; bottom: 4px; width: 42px; height: 42px; border-radius: 50%; background: var(--white); color: var(--ink); display: grid; place-items: center; transform: translate(8px, 8px) scale(.6); opacity: 0; transition: all .5s var(--ease-expo); }
.collection-tile:hover .tile-arrow { transform: none; opacity: 1; }
.tile-arrow .icon { width: 18px; height: 18px; transform: rotate(-45deg); }

/* --------------------------------------------------------------------------
   Product cards
   -------------------------------------------------------------------------- */
.product-grid { display: grid; gap: 28px 20px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .product-grid { grid-template-columns: repeat(3, 1fr); } .product-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }
.product-card { display: flex; flex-direction: column; }
.card-media { position: relative; display: block; overflow: hidden; border-radius: var(--radius-lg); aspect-ratio: 4 / 5; background: var(--sand); }
.card-media.ratio-4x3 { aspect-ratio: 4 / 3; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-expo), opacity .6s var(--ease-out); }
.card-media .img-alt { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .card-media img { transform: scale(1.05); }
.product-card.has-alt:hover .img-main { opacity: 0; }
.product-card.has-alt:hover .img-alt { opacity: 1; }
.card-quick {
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: .82rem; font-weight: 600;
  transform: translateY(120%); transition: transform .5s var(--ease-expo);
}
.card-quick .icon { width: 14px; height: 14px; }
.product-card:hover .card-quick { transform: none; }
.card-quick:hover { background: var(--clay); color: var(--white); }
.card-body { padding: 16px 4px 0; }
.card-cat { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.card-title { font-size: 1.1rem; margin-top: 6px; font-weight: 500; }
.card-title a { transition: color .3s; }
.card-title a:hover { color: var(--clay); }
.card-foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: 10px; }
.price { display: flex; gap: 10px; align-items: baseline; }
.price s { color: var(--muted); font-size: .9rem; }
.price strong { font-weight: 600; }
.price-lg strong { font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.moq { font-size: .75rem; color: var(--muted); }

/* Scroller */
.product-scroller { position: relative; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
.scroller-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
.scroller-track::-webkit-scrollbar { display: none; }
.scroller-track .product-card { flex: 0 0 min(72vw, 320px); scroll-snap-align: start; }
.scroller-nav { display: flex; gap: 8px; justify-content: flex-end; margin-top: 20px; }
.scroller-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all .3s; }
.scroller-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* --------------------------------------------------------------------------
   Split section
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.split-pane { position: relative; min-height: min(70vh, 640px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.split-pane img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; transition: transform 1.4s var(--ease-expo); }
.split-pane:hover img { transform: scale(1.04); }
.split-pane::after { content: ""; position: absolute; inset: 0; background: rgba(22, 21, 15, .5); transition: background .6s; }
.split-pane:hover::after { background: rgba(22, 21, 15, .62); }
.split-wholesale::after { background: rgba(61, 87, 71, .62); }
.split-wholesale:hover::after { background: rgba(61, 87, 71, .72); }
.split-content { position: relative; z-index: 1; padding: clamp(40px, 6vw, 80px); max-width: 560px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.split-content p { color: rgba(255, 255, 255, .85); }

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */
.process-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1000px) { .process-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.process-video { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; background: var(--ink); }
.process-video video { width: 100%; height: 100%; object-fit: cover; }
.process-caption { position: absolute; left: 24px; bottom: 20px; }
.steps { display: flex; flex-direction: column; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.step-num { font-family: var(--font-display); font-size: 1.6rem; color: var(--clay); line-height: 1; padding-top: 4px; }
.steps h3 { font-size: 1.25rem; margin-bottom: 6px; }
.steps p { color: var(--ink-2); font-size: .95rem; }

/* --------------------------------------------------------------------------
   Offers
   -------------------------------------------------------------------------- */
.offers-grid { display: grid; gap: 20px; }
@media (min-width: 900px) { .offers-grid { grid-template-columns: repeat(3, 1fr); } }
.offer-card { border: 1px solid var(--line-light); border-radius: var(--radius-lg); overflow: hidden; background: var(--ink-2); display: flex; flex-direction: column; }
.offer-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.offer-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.offer-body .badge { position: static; align-self: flex-start; }
.offer-body h3 { font-size: 1.4rem; font-weight: 400; }
.offer-body p { color: var(--sand); font-size: .95rem; flex: 1; }
.countdown { display: flex; gap: 12px; }
.countdown span { display: flex; flex-direction: column; align-items: center; min-width: 52px; padding: 8px; border-radius: var(--radius); background: rgba(255, 255, 255, .06); }
.countdown b { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; line-height: 1; }
.countdown small { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sand); margin-top: 4px; }

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.testi-slider { position: relative; max-width: 860px; margin-inline: auto; text-align: center; min-height: 320px; }
.testi { position: absolute; inset: 0; opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease-out), transform .8s var(--ease-expo); pointer-events: none; }
.testi.is-active { opacity: 1; transform: none; pointer-events: auto; position: relative; }
.testi blockquote .icon { width: 36px; height: 36px; margin: 0 auto 20px; color: var(--clay); }
.testi blockquote p { font-family: var(--font-display); font-size: clamp(1.4rem, 2.6vw, 2.1rem); line-height: 1.3; font-weight: 300; }
.testi figcaption { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 32px; text-align: left; }
.testi figcaption img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.testi figcaption strong { display: block; font-weight: 600; }
.testi figcaption span { font-size: .85rem; color: var(--muted); }
.testi-dots { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.testi-dots button { width: 32px; height: 3px; background: var(--sand-2); border-radius: 2px; transition: background .3s, width .3s; }
.testi-dots button.is-active { background: var(--clay); width: 48px; }

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */
.blog-grid { display: grid; gap: 40px 24px; }
@media (min-width: 720px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card .card-title { font-size: 1.3rem; margin: 10px 0; }
.blog-card p { color: var(--ink-2); font-size: .95rem; margin-bottom: 14px; }
.blog-card:hover .card-media img { transform: scale(1.04); }
.post-meta { display: flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.post-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--clay); }
.post-meta .card-cat { color: var(--clay); }
.post-feature { display: grid; gap: 32px; margin-bottom: clamp(56px, 7vw, 100px); align-items: center; }
@media (min-width: 1000px) { .post-feature { grid-template-columns: 1.2fr 1fr; gap: 56px; } }
.post-feature .card-media { aspect-ratio: 16 / 11; }
.post-feature .display-2 { margin: 16px 0 18px; }
.post-feature .btn { margin-top: 24px; }
.post-header { padding-top: calc(var(--header-h) + 56px); text-align: center; }
.post-header .display-1 { margin: 0 auto 20px; max-width: 900px; }
.post-header .post-meta { justify-content: center; }
.post-hero-img { margin-top: 48px; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 21 / 9; }
.post-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.post-single .container-narrow { padding-block: clamp(48px, 6vw, 80px); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.tag-list a { padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; transition: all .3s; }
.tag-list a:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.share-row { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--line); }
.share-row span { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-right: 8px; }
.share-row a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: all .3s; }
.share-row a:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.post-nav-item span { display: block; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.post-nav-item strong { font-family: var(--font-display); font-weight: 400; font-size: 1.15rem; transition: color .3s; }
.post-nav-item:hover strong { color: var(--clay); }
.align-right { text-align: right; }

/* Prose */
.prose { font-size: 1.05rem; line-height: 1.75; color: var(--ink-2); }
.prose-lg { font-size: 1.15rem; }
.prose > * + * { margin-top: 1.3em; }
.prose h2, .prose h3, .prose h4 { font-family: var(--font-display); font-weight: 500; color: var(--ink); letter-spacing: -.01em; line-height: 1.2; margin-top: 2em; }
.prose h2 { font-size: 1.9rem; }
.prose h3 { font-size: 1.45rem; }
.prose a { color: var(--clay); border-bottom: 1px solid currentColor; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .4em; }
.prose blockquote { border-left: 2px solid var(--clay); padding-left: 1.4em; font-family: var(--font-display); font-size: 1.3em; line-height: 1.4; color: var(--ink); }
.prose img, .prose figure { border-radius: var(--radius-lg); }
.prose figcaption { font-size: .85rem; color: var(--muted); text-align: center; margin-top: .6em; }
.prose .wp-block-image.alignwide { margin-inline: -10%; max-width: 120%; }
.prose table { width: 100%; border-collapse: collapse; }
.prose td, .prose th { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; }

/* --------------------------------------------------------------------------
   Page hero
   -------------------------------------------------------------------------- */
.page-hero { position: relative; padding: calc(var(--header-h) + clamp(56px, 8vw, 120px)) 0 clamp(48px, 6vw, 96px); }
.page-hero.is-compact { padding-bottom: clamp(32px, 4vw, 56px); }
.page-hero.has-image { min-height: min(64vh, 680px); display: flex; align-items: flex-end; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero-media { position: absolute; inset: -10% 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .lead { margin-top: 20px; }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band { background: var(--clay); color: var(--white); padding-block: clamp(72px, 9vw, 130px); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -10%; top: -40%; width: 60vw; height: 60vw; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); }
.cta-band .eyebrow-light { color: var(--sand); }
.cta-band .display-1 em { color: var(--sand); }
.cta-inner { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px; position: relative; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.cta-band .btn-light::before { background: var(--ink); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: var(--sand); padding-top: clamp(64px, 8vw, 110px); position: relative; overflow: hidden; }
.footer-grid { display: grid; gap: 40px; padding-bottom: 56px; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 56px; } }
.footer-brand p { margin: 20px 0 24px; max-width: 32ch; color: rgba(255, 255, 255, .7); }
.footer-brand .brand { color: var(--white); }
.socials { display: flex; gap: 8px; }
.socials a { width: 42px; height: 42px; border: 1px solid var(--line-light); border-radius: 50%; display: grid; place-items: center; transition: all .3s; }
.socials a:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.footer-col h4 { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin-bottom: 20px; font-weight: 600; }
.footer-list li + li { margin-top: 10px; }
.footer-list a { color: rgba(255, 255, 255, .75); transition: color .3s, padding-left .3s; }
.footer-list a:hover { color: var(--white); padding-left: 6px; }
.footer-contact p { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: rgba(255, 255, 255, .75); font-size: .95rem; }
.footer-contact .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--brass); }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0 32px; border-top: 1px solid var(--line-light); font-size: .82rem; color: rgba(255, 255, 255, .55); position: relative; z-index: 1; }
.footer-bottom .muted { color: rgba(255, 255, 255, .35); margin-left: 8px; }
.legal-list { display: flex; gap: 20px; }
.legal-list a:hover { color: var(--white); }
.to-top { width: 44px; height: 44px; border: 1px solid var(--line-light); border-radius: 50%; display: grid; place-items: center; color: var(--white); transition: all .3s; }
.to-top:hover { background: var(--white); color: var(--ink); }
.footer-word { font-family: var(--font-display); font-size: clamp(6rem, 22vw, 20rem); line-height: .8; color: rgba(255, 255, 255, .035); text-align: center; letter-spacing: -.04em; user-select: none; margin-top: -.15em; pointer-events: none; }

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .78rem; font-weight: 600; letter-spacing: .04em; color: var(--ink-2); }
.field label small { font-weight: 400; color: var(--muted); }
.field input, .field textarea, .field select, .select, .range-row input {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  transition: border-color .3s, box-shadow .3s; outline: none;
}
.field input:focus, .field textarea:focus, .select:focus, .range-row input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(22, 21, 15, .08); }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--clay); }
.form-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field-full { grid-column: 1 / -1; } }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.form-msg { font-size: .9rem; color: var(--clay); min-height: 1.4em; }
.hp { position: absolute; left: -9999px; }
.seg-control { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--sand); margin-bottom: 24px; }
.seg-control label { position: relative; }
.seg-control input { position: absolute; opacity: 0; inset: 0; }
.seg-control span { display: block; padding: 9px 18px; border-radius: 999px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .3s var(--ease-out); }
.seg-control input:checked + span { background: var(--ink); color: var(--white); }
.check-list li { display: flex; gap: 10px; align-items: flex-start; margin-top: 10px; font-size: .95rem; }
.check-list .icon { width: 18px; height: 18px; color: var(--clay); margin-top: 3px; }
.check-list.light .icon { color: var(--brass); }
.toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-size: .9rem; }
.toggle input { display: none; }
.toggle span { width: 38px; height: 22px; border-radius: 999px; background: var(--sand-2); position: relative; transition: background .3s; }
.toggle span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--white); transition: transform .3s var(--ease-expo); }
.toggle input:checked + span { background: var(--moss); }
.toggle input:checked + span::after { transform: translateX(16px); }
.check-options li { margin-top: 8px; }
.check-options label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: .92rem; }
.check-options input { accent-color: var(--clay); }

/* --------------------------------------------------------------------------
   Modal (enquiry)
   -------------------------------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 16px; visibility: hidden; }
.modal.is-open { visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(22, 21, 15, .7); opacity: 0; transition: opacity .5s; backdrop-filter: blur(4px); }
.modal.is-open .modal-backdrop { opacity: 1; }
.modal-panel {
  position: relative; width: min(1040px, 100%); max-height: calc(100vh - 32px); overflow: auto; background: var(--paper);
  border-radius: var(--radius-lg); display: grid; transform: translateY(30px) scale(.98); opacity: 0;
  transition: transform .6s var(--ease-expo), opacity .4s;
}
@media (min-width: 900px) { .modal-panel { grid-template-columns: 380px 1fr; } }
.modal.is-open .modal-panel { transform: none; opacity: 1; }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: var(--white); display: grid; place-items: center; transition: all .3s; }
.modal-close:hover { background: var(--ink); color: var(--white); transform: rotate(90deg); }
.modal-side { position: relative; display: none; background: var(--ink); color: var(--white); }
@media (min-width: 900px) { .modal-side { display: block; } }
.modal-side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.modal-side-text { position: relative; z-index: 1; padding: 40px 32px; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; gap: 18px; }
.enquiry-form { padding: clamp(24px, 4vw, 48px); }
.enquiry-form .display-3 { margin-bottom: 20px; }
.enquiry-form.inline { padding: 0; }
.enquiry-success { padding: clamp(40px, 6vw, 72px); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; grid-column: 1 / -1; }
.enquiry-success[hidden] { display: none; }
.success-mark { width: 72px; height: 72px; border-radius: 50%; background: var(--moss); color: var(--white); display: grid; place-items: center; animation: pop .6s var(--ease-expo); }
.success-mark .icon { width: 32px; height: 32px; }
@keyframes pop { from { transform: scale(.5); opacity: 0; } }

/* --------------------------------------------------------------------------
   Catalogue
   -------------------------------------------------------------------------- */
.cat-tabs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.cat-tabs::-webkit-scrollbar { display: none; }
.cat-tabs a { flex: none; padding: 14px 18px; font-weight: 600; font-size: .9rem; position: relative; color: var(--muted); transition: color .3s; }
.cat-tabs a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 2px; background: var(--ink); transform: scaleX(0); transition: transform .4s var(--ease-expo); }
.cat-tabs a:hover, .cat-tabs a.is-active { color: var(--ink); }
.cat-tabs a.is-active::after { transform: scaleX(1); }
.cat-tabs sup { font-size: .65rem; margin-left: 4px; color: var(--clay); }
.catalogue-layout { display: grid; gap: 40px; }
@media (min-width: 1000px) { .catalogue-layout { grid-template-columns: 260px 1fr; gap: 56px; } }
.filters { display: none; }
.filters.is-open, .filters:where(.always) { display: block; }
@media (min-width: 1000px) { .filters { display: block; position: sticky; top: calc(var(--header-h) + 24px); align-self: start; } }
.filter-group { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.filter-group h4 { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.range-row { display: flex; align-items: center; gap: 10px; }
.range-row span { color: var(--muted); }
.filter-actions { display: flex; align-items: center; gap: 18px; }
.results-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; font-size: .9rem; color: var(--muted); }
.empty-state { text-align: center; padding: 80px 20px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.pagination { margin-top: 56px; }
.pagination ul { display: flex; justify-content: center; gap: 6px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 50%; border: 1px solid var(--line); font-weight: 600; font-size: .9rem; transition: all .3s; }
.pagination a:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.pagination .current { background: var(--clay); color: var(--white); border-color: var(--clay); }
.pagination .icon { width: 16px; height: 16px; }

/* --------------------------------------------------------------------------
   Product single
   -------------------------------------------------------------------------- */
.product-page { padding-top: calc(var(--header-h) + 32px); padding-bottom: clamp(64px, 8vw, 110px); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .8rem; color: var(--muted); margin-bottom: 32px; }
.crumbs a:hover { color: var(--clay); }
.crumbs a::after { content: "/"; margin-left: 8px; color: var(--sand-2); }
.crumbs span { color: var(--ink); }
.product-layout { display: grid; gap: 48px; }
@media (min-width: 1000px) { .product-layout { grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: start; } .product-gallery { position: sticky; top: calc(var(--header-h) + 24px); } }
.gallery-main { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; background: var(--sand); }
.gallery-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.03); transition: opacity .6s var(--ease-out), transform 1s var(--ease-expo); }
.gallery-img.is-active { opacity: 1; transform: none; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; scrollbar-width: none; }
.gallery-thumbs button { flex: none; width: 76px; height: 92px; border-radius: var(--radius); overflow: hidden; opacity: .5; transition: opacity .3s, outline .3s; outline: 1px solid transparent; }
.gallery-thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs button.is-active, .gallery-thumbs button:hover { opacity: 1; outline-color: var(--ink); }
.product-info .display-2 { margin-bottom: 8px; }
.sku { font-size: .8rem; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }
.price-block { margin: 28px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-block .muted { font-size: .85rem; }
.tier-prices { display: flex; gap: 32px; margin-top: 16px; }
.tier-prices span { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.tier-prices strong { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; }
.tier-table { width: 100%; margin-top: 18px; border-collapse: collapse; font-size: .9rem; }
.tier-table th { text-align: left; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 8px 0; border-bottom: 1px solid var(--line); }
.tier-table td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.tier-table td:last-child { color: var(--clay); font-weight: 600; }
.product-excerpt p { font-size: 1.05rem; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.product-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.product-facts li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--ink-2); }
.product-facts .icon { width: 18px; height: 18px; color: var(--clay); margin-top: 2px; }
.accordion { margin-top: 32px; border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-weight: 600; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary .icon { width: 18px; height: 18px; transform: rotate(90deg); transition: transform .4s var(--ease-expo); }
.accordion details[open] summary .icon { transform: rotate(-90deg); }
.accordion details > *:not(summary) { padding-bottom: 20px; }
.spec-list { display: grid; gap: 10px; }
.spec-list div { display: grid; grid-template-columns: 140px 1fr; gap: 12px; font-size: .92rem; }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; }

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */
.about-intro { display: grid; gap: 48px; }
@media (min-width: 1000px) { .about-intro { grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; } }
.about-copy .display-2 { margin-bottom: 24px; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.about-media-2 { position: absolute; right: -6%; bottom: -10%; width: 40%; aspect-ratio: 1 !important; border: 8px solid var(--paper); }
@media (max-width: 999px) { .about-media-2 { right: 0; } }
.image-band img { inset: -20% 0; height: 140%; }
.values-grid { display: grid; gap: 20px; }
@media (min-width: 720px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .values-grid { grid-template-columns: repeat(4, 1fr); } }
.value-card { padding: 32px 26px; background: var(--paper); border-radius: var(--radius-lg); transition: transform .5s var(--ease-expo), box-shadow .5s; }
.value-card:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -30px rgba(22, 21, 15, .35); }
.value-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--sand); display: grid; place-items: center; color: var(--clay); margin-bottom: 20px; }
.value-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.value-card p { font-size: .92rem; color: var(--ink-2); }
.image-band { position: relative; overflow: hidden; background: var(--ink); display: grid; place-items: center; }
.image-band img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; opacity: .55; }
.image-band .container { position: relative; z-index: 1; }
.big-quote { max-width: 900px; margin-inline: auto; text-align: center; }
.big-quote p { font-family: var(--font-display); font-size: clamp(1.6rem, 3.4vw, 2.8rem); line-height: 1.25; font-weight: 300; }
.big-quote cite { display: block; margin-top: 24px; font-style: normal; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sand); }
.timeline { display: grid; gap: 0; }
@media (min-width: 900px) { .timeline { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.timeline li { padding: 24px 0; border-top: 1px solid var(--line); display: flex; gap: 20px; align-items: baseline; }
.tl-year { font-family: var(--font-display); font-size: 1.6rem; color: var(--clay); flex: none; }
.timeline p { color: var(--ink-2); font-size: .95rem; }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.contact-grid { display: grid; gap: 56px; }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; } }
.contact-block { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-block .eyebrow { margin-bottom: 8px; }
.contact-block p { font-size: 1.1rem; }
.contact-block a:hover { color: var(--clay); }
.contact-form-wrap { background: var(--white); padding: clamp(24px, 4vw, 48px); border-radius: var(--radius-lg); border: 1px solid var(--line); }
.contact-form-wrap .display-3 { margin-bottom: 8px; }
.contact-form-wrap .muted { font-size: .9rem; margin-bottom: 24px; }
.map-wrap { height: 460px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.05); }

/* --------------------------------------------------------------------------
   Search / 404
   -------------------------------------------------------------------------- */
.search-switch { display: flex; gap: 6px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.search-switch a { padding: 12px 18px; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.search-switch a.is-active { color: var(--ink); border-color: var(--ink); }
.error-page { position: relative; min-height: 100svh; display: grid; place-items: center; text-align: center; overflow: hidden; padding: calc(var(--header-h) + 40px) 0 80px; }
.error-page img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; opacity: .5; }
.error-page .container { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.error-page .lead { margin: 24px auto; }
.error-page .hero-actions { justify-content: center; }
.notice { padding: 20px; background: var(--sand); border-radius: var(--radius); font-size: .9rem; }

/* --------------------------------------------------------------------------
   Comments
   -------------------------------------------------------------------------- */
.comments { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.comment-list { margin: 24px 0; }
.comment-list .comment { padding: 20px 0; border-bottom: 1px solid var(--line); }
.comment-form label { display: block; font-size: .8rem; font-weight: 600; margin-bottom: 6px; }
.comment-form input:not([type=submit]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); margin-bottom: 14px; }

/* --------------------------------------------------------------------------
   Loyalty / account (used by satyam-loyalty plugin templates)
   -------------------------------------------------------------------------- */
.account-layout { display: grid; gap: 40px; }
@media (min-width: 1000px) { .account-layout { grid-template-columns: 260px 1fr; gap: 56px; } }
.account-nav a { display: block; padding: 12px 16px; border-radius: var(--radius); font-weight: 600; font-size: .92rem; color: var(--muted); }
.account-nav a.is-active, .account-nav a:hover { background: var(--white); color: var(--ink); }
.account-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.account-card + .account-card { margin-top: 20px; }
.kpi-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .kpi-grid { grid-template-columns: repeat(4, 1fr); } }
.kpi { padding: 22px; border-radius: var(--radius-lg); background: var(--sand); }
.kpi strong { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 400; line-height: 1; }
.kpi span { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.kpi.tier { background: var(--ink); color: var(--white); }
.kpi.tier span { color: var(--sand); }
.table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.table th { text-align: left; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 10px 12px; border-bottom: 1px solid var(--line); }
.table td { padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.status { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: var(--sand); }
.status-new, .status-pending { background: var(--sand); }
.status-quoted, .status-processing, .status-partial { background: #f1e2b8; }
.status-confirmed, .status-paid, .status-delivered { background: #d6e5da; color: var(--moss); }
.status-dispatched { background: #dbe3f3; }
.status-cancelled, .status-closed, .status-unpaid { background: #f0d9d4; color: var(--clay-2); }
.progress-bar { height: 6px; border-radius: 3px; background: var(--sand); overflow: hidden; }
.progress-bar span { display: block; height: 100%; background: var(--clay); transition: width 1s var(--ease-expo); }
