/* =========================================================
   Mujahid Embroidery — Zenvesture-style layout & features
   Cream / white / dull gold
   ========================================================= */

:root {
  --bg: #f7f1e6;
  --bg-soft: #efe6d6;
  --white: #fffcf7;
  --ink: #1c1710;
  --muted: #6f6454;
  --line: #e2d5c0;
  --gold: #b08a45;
  --gold-dark: #8a6a2f;
  --gold-soft: #d4af6a;
  --gold-pale: #e8d4a8;
  --dark: #12100c;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
  --shadow: 0 18px 50px rgba(40, 30, 15, 0.10);
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 55% at 8% 18%, rgba(212, 175, 106, 0.09), transparent 52%),
    radial-gradient(ellipse 70% 45% at 92% 42%, rgba(176, 138, 69, 0.07), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 88%, rgba(232, 212, 168, 0.12), transparent 55%),
    linear-gradient(180deg, #faf6ef 0%, var(--bg) 40%, #f3ebe0 100%);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-width: 0;
  position: relative;
}

/* ---------- Ambient 3D décor (cream / white space) ---------- */
.ambient-3d {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  perspective: 900px;
}
.ambient-3d .orb,
.ambient-3d .ring,
.ambient-3d .thread,
.ambient-3d .spark {
  position: absolute;
  display: block;
  transform-style: preserve-3d;
}
.ambient-3d .orb {
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 252, 247, 0.95), rgba(232, 212, 168, 0.45) 42%, rgba(176, 138, 69, 0.22) 68%, transparent 72%);
  box-shadow:
    0 18px 40px rgba(166, 131, 82, 0.18),
    inset 0 -10px 24px rgba(138, 106, 47, 0.18),
    inset 0 8px 16px rgba(255, 255, 255, 0.55);
  filter: blur(0.2px);
  animation: floatOrb 14s ease-in-out infinite;
}
.ambient-3d .orb-a {
  width: 160px;
  height: 160px;
  top: 22%;
  left: -2%;
  opacity: 0.55;
  animation-duration: 16s;
}
.ambient-3d .orb-b {
  width: 110px;
  height: 110px;
  top: 58%;
  right: 4%;
  opacity: 0.48;
  animation-duration: 12s;
  animation-delay: -4s;
}
.ambient-3d .orb-c {
  width: 72px;
  height: 72px;
  top: 78%;
  left: 18%;
  opacity: 0.4;
  animation-duration: 18s;
  animation-delay: -8s;
}
.ambient-3d .ring {
  border-radius: 50%;
  border: 1.5px solid rgba(176, 138, 69, 0.28);
  box-shadow:
    0 0 0 6px rgba(232, 212, 168, 0.08),
    inset 0 0 24px rgba(212, 175, 106, 0.12);
  animation: spinRing 28s linear infinite;
}
.ambient-3d .ring-a {
  width: 220px;
  height: 220px;
  top: 34%;
  right: -40px;
  transform: rotateX(62deg) rotateZ(18deg);
  opacity: 0.55;
}
.ambient-3d .ring-b {
  width: 160px;
  height: 160px;
  top: 68%;
  left: 6%;
  transform: rotateX(58deg) rotateZ(-24deg);
  opacity: 0.4;
  animation-direction: reverse;
  animation-duration: 36s;
}
.ambient-3d .thread {
  width: 1px;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(176, 138, 69, 0.45), transparent);
  transform-origin: top center;
  animation: swayThread 9s ease-in-out infinite;
}
.ambient-3d .thread-a {
  top: 28%;
  left: 12%;
  height: 220px;
  transform: rotate(12deg);
}
.ambient-3d .thread-b {
  top: 52%;
  right: 14%;
  height: 160px;
  transform: rotate(-16deg);
  animation-delay: -3s;
}
.ambient-3d .spark {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #f3e6c4 0%, var(--gold-soft) 45%, transparent 70%);
  box-shadow: 0 0 12px rgba(212, 175, 106, 0.65);
  animation: sparkPulse 5.5s ease-in-out infinite;
}
.ambient-3d .spark-a { top: 30%; left: 22%; animation-delay: 0s; }
.ambient-3d .spark-b { top: 48%; right: 22%; animation-delay: -1.8s; }
.ambient-3d .spark-c { top: 72%; left: 48%; animation-delay: -3.2s; }

@keyframes floatOrb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  40% { transform: translate3d(18px, -22px, 40px) scale(1.06); }
  70% { transform: translate3d(-12px, 14px, 10px) scale(0.96); }
}
@keyframes spinRing {
  from { transform: rotateX(62deg) rotateZ(0deg); }
  to { transform: rotateX(62deg) rotateZ(360deg); }
}
@keyframes swayThread {
  0%, 100% { transform: rotate(10deg) translateY(0); opacity: 0.35; }
  50% { transform: rotate(18deg) translateY(12px); opacity: 0.7; }
}
@keyframes sparkPulse {
  0%, 100% { opacity: 0.25; transform: scale(0.8) translateZ(0); }
  50% { opacity: 0.95; transform: scale(1.35) translateZ(20px); }
}

.site-header,
.hero,
.offer-bar,
.section,
.site-footer,
.page-hero,
.modal {
  position: relative;
  z-index: 1;
}
.hero { z-index: 2; }
.site-header { z-index: 40; }
.offer-bar { z-index: 30; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; max-width: 100%; }
.container {
  width: min(1180px, calc(100% - clamp(1.25rem, 4vw, 2.5rem)));
  margin: 0 auto;
}
.container.narrow {
  width: min(820px, calc(100% - clamp(1.25rem, 4vw, 2.5rem)));
}
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.9rem 1.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-primary {
  background: linear-gradient(135deg, #c4a574 0%, var(--gold) 45%, var(--gold-dark) 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(166, 131, 82, 0.28);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(166, 131, 82, 0.36);
}
.btn-outline {
  background: transparent;
  border-color: rgba(31, 26, 20, 0.35);
  color: var(--ink);
}
.btn-outline:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}
.btn-block { width: 100%; }

/* Small aligned WhatsApp icons — same old-gold colour */
.wa-icon-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin-top: 0.75rem;
  perspective: 600px;
}
.wa-icon-row.footer-wa {
  justify-content: flex-start;
}
.center-cta .wa-icon-row {
  justify-content: center;
}
.wa-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-soft) !important;
  text-decoration: none;
  transition: transform 0.35s ease, color 0.25s ease;
  transform-style: preserve-3d;
}
.wa-icon-link:hover {
  color: var(--gold-pale) !important;
  transform: translateY(-3px) rotateX(8deg) scale(1.04);
}
.wa-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #d4af6a, #8a6a2f);
  color: #fff;
  box-shadow:
    0 4px 0 #6e5324,
    0 8px 18px rgba(138, 106, 47, 0.35),
    inset 0 1px 0 rgba(255,255,255,0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wa-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.wa-icon-link:hover .wa-icon {
  transform: translateZ(12px);
  box-shadow:
    0 6px 0 #6e5324,
    0 14px 28px rgba(138, 106, 47, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.4);
}
.wa-icon-label {
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: inherit;
}
.site-footer .wa-icon-link {
  color: var(--gold-soft) !important;
}
.site-footer .wa-icon-label { display: none; }

/* Scroll-in 3D lift */
.reveal-3d {
  opacity: 0;
  transform: translateY(28px) rotateX(18deg) scale(0.96);
  transform-origin: center bottom;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-3d.is-inview {
  opacity: 1;
  transform: translateY(0) rotateX(0) scale(1);
}
.reveal-up {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-up.is-inview {
  opacity: 1;
  transform: none;
}
.section-intro.reveal-up,
.product-card.reveal-up,
.split-media.reveal-up,
.split-copy.reveal-up,
.size-card.reveal-up,
.measure-card.reveal-up,
.faq-item.reveal-up {
  will-change: transform, opacity;
}
.modal-hint {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
}
.contact-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-card a {
  display: block;
  margin-top: 0.35rem;
}
#contact {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(212,175,106,0.12), transparent 55%),
    rgba(239, 230, 214, 0.78);
}
.footer-brand .logo-text {
  color: #f3e6c4;
  max-width: none;
}
.site-footer .logo-mark {
  border: none;
  box-shadow: none;
  filter: drop-shadow(0 2px 8px rgba(212, 175, 106, 0.3));
}

/* ---------- Header ---------- */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 2rem;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
}
.logo { display: inline-flex; align-items: center; gap: 0.75rem; }
.logo-mark {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 10px rgba(212, 175, 106, 0.35));
}
.logo-text {
  font-family: var(--serif);
  letter-spacing: 0.06em;
  font-size: clamp(0.92rem, 1.8vw, 1.28rem);
  font-weight: 500;
  text-transform: none;
  line-height: 1.15;
  color: #f3e6c4;
  max-width: min(52vw, 280px);
}
.main-nav {
  display: flex;
  gap: 1.8rem;
}
.main-nav a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.88;
}
.main-nav a:hover,
.main-nav a.is-active { opacity: 1; }
.menu-btn {
  display: none;
  position: relative;
  z-index: 60;
  width: 44px; height: 44px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.menu-btn span {
  display: block;
  height: 2px;
  width: 22px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.menu-btn.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #111;
}
.hero-canvas-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.32;
  mix-blend-mode: soft-light;
}
.hero-track {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-slide {
  position: absolute;
  inset: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,8,6,0.72) 0%, rgba(10,8,6,0.4) 50%, rgba(10,8,6,0.45) 100%),
    linear-gradient(0deg, rgba(10,8,6,0.55), transparent 42%);
  pointer-events: none;
}
.hero-copy {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  max-width: 560px;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0,0,0,0.55), 0 0 40px rgba(0,0,0,0.25);
}
.hero-nav {
  z-index: 6;
}
.hero-dots {
  z-index: 6;
}
.hero-slide {
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.hero-slide.is-active .hero-img {
  animation: kenburns 8s ease-out forwards;
}
@keyframes kenburns {
  from { transform: scale(1.1); }
  to { transform: scale(1.02); }
}
.hero-eyebrow {
  color: var(--gold-soft);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.hero-copy h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.8rem, 6.5vw, 5.4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}
.hero-desc {
  color: rgba(255,255,255,0.86);
  max-width: 42ch;
  margin-bottom: 1.8rem;
  font-size: 1.02rem;
}
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.25);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.hero-nav:hover { background: var(--gold); border-color: var(--gold); }
.hero-nav.prev { left: 1.2rem; }
.hero-nav.next { right: 1.2rem; }
.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.55rem;
}
.hero-dots button {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}
.hero-dots button.is-active { background: var(--gold-soft); }

/* ---------- Offer bar — seamless continuous marquee ---------- */
.offer-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  background:
    linear-gradient(180deg, #1a1610 0%, #0e0c09 45%, #1a1610 100%);
  color: #fff;
  overflow: hidden;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(212, 175, 106, 0.35);
  border-bottom: 1px solid rgba(212, 175, 106, 0.35);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 230, 180, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.offer-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
  will-change: transform;
}
.offer-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
}
.offer-group span {
  white-space: nowrap;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  padding: 0 0.85rem;
}
.offer-group .offer-sep {
  color: var(--gold-soft);
  padding: 0 0.35rem;
  font-size: 0.65rem;
  opacity: 0.9;
}
.offer-group strong {
  color: var(--gold-soft);
  font-weight: 600;
  text-shadow: 0 0 18px rgba(212, 175, 106, 0.35);
}
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.offer-bar:hover .offer-track {
  animation-play-state: paused;
}

/* ---------- Sections ---------- */
.section { padding: 6.2rem 0; }
.shop {
  background:
    radial-gradient(ellipse 55% 40% at 85% 15%, rgba(212,175,106,0.1), transparent 60%),
    rgba(247, 241, 230, 0.72);
  backdrop-filter: blur(0.5px);
}
.welcome {
  background:
    radial-gradient(ellipse 50% 45% at 10% 80%, rgba(196,165,116,0.08), transparent 55%),
    rgba(255, 252, 247, 0.78);
}
.craft {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(196,165,116,0.12), transparent 55%),
    rgba(239, 230, 214, 0.75);
}
.size-guide {
  background:
    radial-gradient(ellipse 45% 35% at 70% 20%, rgba(232,212,168,0.14), transparent 55%),
    rgba(247, 241, 230, 0.74);
}
.faq {
  background:
    radial-gradient(ellipse 55% 45% at 12% 20%, rgba(212,175,106,0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(176,138,69,0.08), transparent 50%),
    linear-gradient(165deg, rgba(255,252,247,0.92), rgba(247,241,230,0.78));
  overflow: hidden;
}
.section-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}
.section-intro h2,
.split-copy h2,
.measure-copy h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.section-intro h2 {
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  margin-bottom: 0.95rem;
}
.section-intro h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.15rem auto 0;
}
.section-intro p,
.split-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}
.eyebrow {
  color: var(--gold-dark);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
}
.center-cta {
  text-align: center;
  margin-top: 3.2rem;
}
.center-cta .muted {
  margin-bottom: 1.1rem;
  letter-spacing: 0.02em;
}

/* ---------- Filters + Products ---------- */
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 2.8rem;
  padding: 0.35rem;
}
.filter {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.25s ease;
}
.filter:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
  background: #fff;
}
.filter.is-active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
  box-shadow: 0 8px 20px rgba(20, 17, 14, 0.18);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.55rem;
  perspective: 1200px;
}
.product-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow:
    0 14px 36px rgba(40, 30, 15, 0.1),
    0 2px 0 rgba(212, 175, 106, 0.2);
  cursor: pointer;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
  border: 1px solid rgba(166, 131, 82, 0.16);
  position: relative;
  transform-style: preserve-3d;
}
.product-card::after {
  content: "View details";
  position: absolute;
  left: 50%;
  bottom: 5.6rem;
  transform: translate(-50%, 8px) translateZ(40px);
  background: rgba(20, 17, 14, 0.88);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  z-index: 2;
}
.product-card:hover {
  transform: translateY(-10px) rotateX(4deg) scale(1.015);
  box-shadow:
    0 32px 64px rgba(40, 30, 15, 0.18),
    0 0 0 1px rgba(212, 175, 106, 0.35);
}
.product-card:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.product-card.is-hidden { display: none; }
.product-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #ece6da;
}
.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,17,14,0.18), transparent 40%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.product-card:hover .product-media::after { opacity: 1; }
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}
.product-card:hover .product-media img { transform: scale(1.06); }
.product-tag {
  position: absolute;
  top: 0.95rem;
  left: 0.95rem;
  background: rgba(255, 252, 247, 0.92);
  color: var(--gold-dark);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 131, 82, 0.2);
  backdrop-filter: blur(6px);
  z-index: 1;
}
.product-info {
  padding: 1.2rem 1.05rem 1.4rem;
  text-align: center;
  border-top: 1px solid rgba(166, 131, 82, 0.1);
}
.product-info h3 {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
}
.product-info .price {
  color: var(--gold-dark);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.product-enquire {
  color: var(--gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0.15rem;
}

/* ---------- Welcome / Craft ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-media {
  position: relative;
  transform-style: preserve-3d;
  perspective: 900px;
}
.split-media::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(196, 165, 116, 0.55);
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 30px rgba(212, 175, 106, 0.08);
  transition: transform 0.55s ease, inset 0.55s ease;
}
.split-media::after {
  content: "";
  position: absolute;
  inset: auto -12px -16px 18%;
  height: 42%;
  background: radial-gradient(ellipse at center, rgba(40, 30, 15, 0.22), transparent 70%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  transform: rotateX(70deg);
}
.split-media img {
  width: 100%;
  border-radius: 2px;
  box-shadow:
    0 24px 55px rgba(40, 30, 15, 0.16),
    0 2px 0 rgba(212, 175, 106, 0.25);
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateZ(0);
}
.split:hover .split-media img {
  transform: translateY(-6px) rotateY(-2deg) scale(1.02);
}
.split:hover .split-media::before {
  transform: translate(-4px, -4px);
}
.split-copy h2 {
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  margin-bottom: 1.15rem;
  font-weight: 500;
}
.split-copy p { margin-bottom: 1rem; }
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
  perspective: 800px;
}
.feature {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  background: linear-gradient(145deg, rgba(255,252,247,0.95), rgba(247,241,230,0.7));
  border: 1px solid rgba(166, 131, 82, 0.16);
  border-radius: 4px;
  box-shadow:
    0 12px 28px rgba(40, 30, 15, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transform-style: preserve-3d;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.feature:hover {
  transform: translateY(-4px) rotateX(4deg);
  box-shadow:
    0 18px 36px rgba(40, 30, 15, 0.1),
    0 0 0 1px rgba(212, 175, 106, 0.25);
}
.feature-icon {
  color: var(--gold);
  width: 38px; height: 38px;
  border: 1px solid rgba(166,131,82,0.35);
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
  background: rgba(196, 165, 116, 0.08);
}
.feature strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.15rem;
}
.feature small { color: var(--muted); font-size: 0.78rem; line-height: 1.45; }
.checklist {
  list-style: none;
  margin: 1.15rem 0 1.8rem;
}
.checklist li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.85rem;
  color: var(--muted);
  border-bottom: 1px solid rgba(166, 131, 82, 0.1);
}
.checklist li:last-child { border-bottom: 0; }
.checklist li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.75rem;
  top: 0.55rem;
}

/* ---------- Size guide ---------- */
.size-card,
.measure-card,
.faq-item,
.contact-card,
.service-card {
  transform: translateZ(0);
}
.size-card,
.measure-card {
  background: rgba(255, 252, 247, 0.92);
  border-radius: 4px;
  box-shadow:
    0 18px 48px rgba(40, 30, 15, 0.1),
    0 1px 0 rgba(212, 175, 106, 0.25),
    0 28px 60px -28px rgba(138, 106, 47, 0.28);
  border: 1px solid rgba(166, 131, 82, 0.14);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  transform-style: preserve-3d;
}
.size-card:hover,
.measure-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 56px rgba(40, 30, 15, 0.14),
    0 0 0 1px rgba(212, 175, 106, 0.28);
}
.size-card {
  padding: 1.8rem 2rem 1.4rem;
  margin-bottom: 2rem;
}
.size-note {
  margin-top: 0.9rem;
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.table-scroll { overflow-x: auto; }
.size-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}
.size-table th,
.size-table td {
  text-align: left;
  padding: 1.05rem 1.05rem;
  border-bottom: 1px solid var(--line);
}
.size-table th {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.size-table th:first-child { color: var(--gold-dark); font-style: italic; }
.size-table td {
  font-size: 0.95rem;
  color: #3a3228;
}
.size-table td:first-child {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.size-table tr:last-child td { border-bottom: 0; }
.size-table tbody tr { transition: background 0.25s ease; }
.size-table tbody tr:hover { background: rgba(196, 165, 116, 0.08); }

.measure-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.4rem;
  padding: 2.2rem;
}
.measure-media {
  position: relative;
  background: #111;
  border-radius: 4px;
  overflow: hidden;
}
.measure-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(196, 165, 116, 0.4);
  pointer-events: none;
}
.measure-media img {
  width: 100%;
  border-radius: 0;
  background: #111;
}
.measure-copy h3 {
  font-size: 1.75rem;
  margin-bottom: 1.35rem;
  font-weight: 500;
}
.measure-list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
}
.measure-list li {
  display: flex;
  gap: 0.95rem;
  background: linear-gradient(180deg, #fbf9f5, #f6f1e8);
  border: 1px solid rgba(166, 131, 82, 0.12);
  border-radius: 4px;
  padding: 0.95rem 1.05rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.measure-list li:hover {
  border-color: rgba(166, 131, 82, 0.35);
  transform: translateX(4px);
}
.badge {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold-dark));
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--serif);
  font-weight: 600;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(166, 131, 82, 0.28);
}
.measure-list strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
  margin-bottom: 0.12rem;
}
.measure-list p { color: var(--muted); font-size: 0.84rem; line-height: 1.5; }
.note-box {
  margin-top: 1.35rem;
  background: linear-gradient(135deg, #faf0ea, #f7e8e1);
  border: 1px solid #e5c4b4;
  border-left: 3px solid #b56a4a;
  border-radius: 4px;
  padding: 1.15rem 1.2rem;
}
.note-box strong {
  display: block;
  color: #9b4f34;
  margin-bottom: 0.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.note-box p { color: var(--muted); font-size: 0.86rem; }

/* ---------- FAQ (split editorial) ---------- */
.faq-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  perspective: 1200px;
}
.faq-aside {
  position: sticky;
  top: 1.5rem;
  padding-top: 0.35rem;
}
.faq-aside .eyebrow { margin-bottom: 1rem; }
.faq-aside h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.1rem;
}
.faq-aside h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.faq-aside-lead {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 34ch;
  margin-bottom: 1.8rem;
}
.faq-aside-ornament {
  position: relative;
  width: 140px;
  height: 100px;
  margin: 0 0 1.8rem;
  transform-style: preserve-3d;
  pointer-events: none;
}
.faq-orb {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, #fff8ec, rgba(212,175,106,0.55) 45%, rgba(138,106,47,0.28) 70%, transparent 72%);
  box-shadow:
    0 16px 32px rgba(166, 131, 82, 0.22),
    inset 0 -8px 16px rgba(138, 106, 47, 0.2);
  animation: floatOrb 12s ease-in-out infinite;
}
.faq-ring {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1.5px solid rgba(176, 138, 69, 0.35);
  box-shadow: 0 0 0 8px rgba(232, 212, 168, 0.1);
  transform: rotateX(58deg) rotateZ(12deg);
  animation: spinRing 24s linear infinite;
}
.faq-spark {
  position: absolute;
  left: 70px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, var(--gold-soft) 55%, transparent 70%);
  box-shadow: 0 0 14px rgba(212, 175, 106, 0.7);
  animation: sparkPulse 4.8s ease-in-out infinite;
}
.faq-ask-card {
  background:
    linear-gradient(155deg, rgba(28, 23, 16, 0.96), rgba(18, 16, 12, 0.98));
  color: rgba(255, 252, 247, 0.88);
  border-radius: 16px;
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid rgba(212, 175, 106, 0.28);
  box-shadow:
    0 22px 48px rgba(20, 16, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
}
.faq-ask-label {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: #f3e6c4;
  margin-bottom: 0.4rem;
}
.faq-ask-copy {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 252, 247, 0.62);
  margin-bottom: 1rem;
}
.faq-ask-links {
  display: grid;
  gap: 0.55rem;
}
.faq-ask-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(212, 175, 106, 0.1);
  border: 1px solid rgba(212, 175, 106, 0.28);
  color: var(--gold-pale) !important;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.faq-ask-link:hover {
  background: rgba(212, 175, 106, 0.2);
  border-color: rgba(212, 175, 106, 0.5);
  transform: translateY(-2px) translateZ(8px);
}
.faq-ask-link .wa-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.faq-panel {
  position: relative;
}
.faq-panel::before {
  content: "";
  position: absolute;
  inset: -12px -16px auto auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,106,0.18), transparent 70%);
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}
.faq-list {
  display: grid;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
}
.faq-item {
  background:
    linear-gradient(165deg, rgba(255, 252, 247, 0.98), rgba(250, 246, 239, 0.94));
  border: 1px solid rgba(166, 131, 82, 0.16);
  border-radius: 14px;
  overflow: hidden;
  transition:
    border-color 0.3s ease,
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow:
    0 10px 28px rgba(40, 30, 15, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transform-style: preserve-3d;
}
.faq-item:nth-child(even) {
  transform: translateX(6px);
}
.faq-item[open] {
  border-color: rgba(166, 131, 82, 0.42);
  box-shadow:
    0 22px 48px rgba(40, 30, 15, 0.12),
    0 0 0 1px rgba(212, 175, 106, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transform: translateY(-3px) rotateX(1.5deg);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1.15rem 1.2rem 1.15rem 1.15rem;
  min-height: 64px;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  transition: color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold-dark); }
.faq-num {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--gold-dark);
  background: rgba(212, 175, 106, 0.14);
  border: 1px solid rgba(166, 131, 82, 0.22);
  border-radius: 999px;
  min-width: 2.4rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  padding: 0 0.55rem;
}
.faq-q { padding-right: 0.25rem; }
.faq-item summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(166, 131, 82, 0.28);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: 0 4px 12px rgba(166, 131, 82, 0.12);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  content: "−";
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-dark));
  color: #fff;
  border-color: transparent;
  transform: rotate(180deg);
}
.faq-body {
  padding: 0 1.2rem 1.3rem 4.35rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.96rem;
  animation: faqReveal 0.35s ease;
}
.faq-body ul {
  margin: 0.35rem 0 0.2rem 1.05rem;
}
.faq-body li + li { margin-top: 0.35rem; }
.faq-body p + p { margin-top: 0.55rem; }
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

/* ---------- Footer ---------- */
.site-footer {
  background:
    radial-gradient(ellipse 60% 80% at 80% 0%, rgba(196,165,116,0.12), transparent 50%),
    #100e0b;
  color: rgba(255,255,255,0.72);
  padding: 4.5rem 0 1.6rem;
  border-top: 1px solid rgba(196, 165, 116, 0.18);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr 1.3fr 1fr;
  gap: 2.2rem;
  margin-bottom: 2.8rem;
}
.footer-brand .logo { color: #fff; margin-bottom: 1.15rem; }
.footer-brand .logo-mark {
  width: 44px;
  height: 44px;
}
.footer-brand p {
  font-size: 0.9rem;
  max-width: 34ch;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
}
.site-footer h4 {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.site-footer a,
.site-footer p {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 0.6rem;
  transition: color 0.25s ease;
}
.site-footer a:hover { color: var(--gold-soft); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.3rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.38);
}

/* ---------- Product Modal ---------- */
.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12,10,8,0.6);
  backdrop-filter: blur(5px);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: min(92vh, 840px);
  overflow: auto;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 35px 90px rgba(0,0,0,0.32);
  border: 1px solid rgba(196, 165, 116, 0.2);
}
.modal-close {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  z-index: 2;
  border: 0;
  background: rgba(255,255,255,0.9);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  display: grid;
  place-items: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.modal-close:hover { background: var(--dark); color: #fff; }
.modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.modal-media {
  background: #111;
  min-height: 440px;
}
.modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-body { padding: 2.2rem 2rem 2rem; }
.modal-kicker {
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
}
.modal-body h3 {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.modal-price {
  color: var(--gold-dark);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.8rem;
}
.modal-style {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
  margin-bottom: 1.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(166, 131, 82, 0.14);
}
.field {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.95rem;
}
.field span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.field select,
.field input {
  width: 100%;
  border: 1px solid rgba(166, 131, 82, 0.22);
  border-radius: 4px;
  padding: 0.8rem 0.95rem;
  background: #fbf9f5;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field select:focus,
.field input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(166, 131, 82, 0.15);
}

/* About page helpers */
.page-hero {
  min-height: 56svh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #111;
}
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.page-hero-copy { position: relative; z-index: 1; padding: 6rem 1.5rem 3rem; }
.page-hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 500;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.contact-card {
  background: linear-gradient(180deg, #fff, #faf7f1);
  border: 1px solid rgba(166, 131, 82, 0.16);
  border-radius: 4px;
  padding: 1.8rem 1.5rem;
  text-align: center;
  box-shadow: 0 14px 40px rgba(40, 30, 15, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(166, 131, 82, 0.4);
}
.contact-card h3 {
  font-family: var(--serif);
  font-weight: 500;
  margin: 0.5rem 0;
}
.contact-card a { color: var(--gold-dark); }

/* ---------- Responsive: large tablets / small laptops ---------- */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .split { gap: 2.4rem; }
  .hero-copy { left: 6%; max-width: 500px; }
}

/* ---------- Responsive: tablets ---------- */
@media (max-width: 900px) {
  .site-header { padding: 1.1rem 1.25rem; }
  .main-nav { gap: 1.1rem; }
  .main-nav a { font-size: 0.74rem; }

  .split,
  .split.reverse,
  .measure-card,
  .modal-grid { grid-template-columns: minmax(0, 1fr); }
  .split.reverse .split-media { order: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .hero {
    min-height: 92svh;
    min-height: 92vh;
  }
  .hero-copy {
    left: 50%;
    right: auto;
    width: min(92%, 560px);
    max-width: none;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10,8,6,0.55) 0%, rgba(10,8,6,0.35) 45%, rgba(10,8,6,0.7) 100%);
  }
  .hero-nav {
    width: 42px;
    height: 42px;
    bottom: 4.2rem;
    top: auto;
    transform: none;
  }
  .hero-nav.prev { left: calc(50% - 70px); }
  .hero-nav.next { right: calc(50% - 70px); left: auto; }
  .hero-dots { bottom: 1.4rem; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .modal-media { min-height: 260px; max-height: 42vh; }
  .modal-panel { max-height: 94svh; }
  .filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.35rem;
    margin-inline: calc(clamp(1.25rem, 4vw, 2.5rem) * -0.15);
    padding-inline: 0.15rem;
  }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; white-space: nowrap; }

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .faq-aside {
    position: static;
    text-align: center;
    display: contents;
  }
  .faq-aside .eyebrow {
    order: 1;
    text-align: center;
  }
  .faq-aside h2 {
    order: 2;
    text-align: center;
  }
  .faq-aside h2::after { margin-left: auto; margin-right: auto; }
  .faq-aside-lead {
    order: 3;
    margin-left: auto;
    margin-right: auto;
    max-width: 42ch;
    text-align: center;
  }
  .faq-aside-ornament {
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-panel { order: 5; }
  .faq-ask-card {
    order: 6;
    text-align: left;
    max-width: none;
    margin: 0.5rem 0 0;
  }
  .faq-item:nth-child(even) { transform: none; }
}

/* ---------- Responsive: phones / small tablets ---------- */
@media (max-width: 720px) {
  .site-header {
    padding: 0.9rem 1rem;
    padding-top: max(0.9rem, env(safe-area-inset-top));
  }
  .logo-text {
    font-size: clamp(0.78rem, 3.4vw, 0.95rem);
    max-width: min(48vw, 200px);
    letter-spacing: 0.04em;
  }
  .logo-mark { width: 42px; height: 42px; }
  .menu-btn { display: flex; }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(248,245,239,0.98);
    color: var(--ink);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: env(safe-area-inset-top) 1.5rem env(safe-area-inset-bottom);
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-nav a {
    font-size: 1.05rem;
    letter-spacing: 0.14em;
    padding: 0.4rem 0.8rem;
  }
  .menu-btn.is-open span { background: var(--ink); }

  .hero {
    min-height: 100svh;
    min-height: 100vh;
  }
  .hero-copy {
    top: 52%;
    width: min(94%, 420px);
    padding: 0 0.25rem;
  }
  .hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
  }
  .hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    margin-bottom: 0.75rem;
  }
  .hero-desc {
    font-size: 0.95rem;
    margin-bottom: 1.35rem;
    max-width: 34ch;
  }
  .hero-nav { display: none; }
  .hero-dots { bottom: max(1.1rem, env(safe-area-inset-bottom)); }

  .offer-bar { padding: 0.75rem 0; }
  .offer-group span { font-size: 0.7rem; padding: 0 0.65rem; letter-spacing: 0.12em; }

  .section { padding: 3.4rem 0; }
  .section-intro { margin-bottom: 1.8rem; }
  .section-intro h2 { font-size: clamp(1.75rem, 7vw, 2.3rem); }
  .split { gap: 1.8rem; }
  .split-copy h2 { font-size: clamp(1.65rem, 6.5vw, 2.2rem); }
  .feature-row { grid-template-columns: 1fr; }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .product-card::after { display: none; }
  .product-info { padding: 0.85rem 0.65rem 1rem; }
  .product-info h3 { font-size: 0.98rem; }
  .product-info .price { font-size: 0.82rem; }
  .product-enquire { font-size: 0.68rem; }
  .contact-grid-wide { grid-template-columns: 1fr; }
  .logo-mark { width: 40px; height: 40px; }
  .wa-icon-row { justify-content: flex-start; }
  .center-cta .wa-icon-row { justify-content: center; }
  .product-tag { font-size: 0.58rem; padding: 0.28rem 0.55rem; }
  .btn {
    min-height: 46px;
    padding: 0.8rem 1.35rem;
    font-size: 0.72rem;
    width: auto;
    max-width: 100%;
  }
  .center-cta .btn { width: min(100%, 320px); }

  .size-card,
  .measure-card { padding: 1rem; border-radius: 12px; }
  .size-table th,
  .size-table td { padding: 0.75rem 0.7rem; font-size: 0.9rem; }
  .measure-copy h3 { font-size: 1.4rem; }
  .measure-list li { padding: 0.75rem 0.8rem; }
  .badge { width: 36px; height: 36px; font-size: 0.85rem; }

  .faq-aside h2 {
    font-size: clamp(1.85rem, 7.5vw, 2.45rem);
  }
  .faq-aside-lead {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }
  .faq-aside-ornament {
    width: 110px;
    height: 80px;
    margin-bottom: 1.25rem;
  }
  .faq-orb { width: 56px; height: 56px; }
  .faq-ring { width: 68px; height: 68px; }
  .faq-ask-card {
    width: 100%;
    max-width: none;
    border-radius: 14px;
    padding: 1.15rem 1.1rem 1.2rem;
  }
  .faq-ask-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .faq-ask-link {
    min-height: 48px;
    font-size: 0.88rem;
    justify-content: flex-start;
  }
  .faq-item {
    border-radius: 12px;
  }
  .faq-item:nth-child(even),
  .faq-item[open] {
    transform: none;
  }
  .faq-item[open] {
    box-shadow:
      0 16px 36px rgba(40, 30, 15, 0.1),
      0 0 0 1px rgba(212, 175, 106, 0.2);
  }
  .faq-item summary {
    font-size: 1.02rem;
    gap: 0.7rem;
    padding: 1rem 0.95rem;
    min-height: 60px;
  }
  .faq-num {
    min-width: 2.1rem;
    height: 1.85rem;
    font-size: 0.66rem;
  }
  .faq-item summary::after {
    width: 30px;
    height: 30px;
  }
  .faq-body {
    padding: 0 1rem 1.1rem 1rem;
    font-size: 0.92rem;
  }
  .faq-panel::before { display: none; }

  .footer-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .site-footer { padding: 3rem 0 max(1.2rem, env(safe-area-inset-bottom)); }
  .footer-bottom { width: min(1180px, calc(100% - 1.5rem)); }

  .modal { padding: 0; align-items: end; }
  .modal-panel {
    width: 100%;
    max-height: 94svh;
    max-height: 94vh;
    border-radius: 18px 18px 0 0;
  }
  .modal-media {
    min-height: 220px;
    max-height: 34vh;
  }
  .modal-body {
    padding: 1.25rem 1.15rem calc(1.25rem + env(safe-area-inset-bottom));
  }
  .modal-body h3 { font-size: 1.45rem; }
  .page-hero { min-height: 48svh; }
  .page-hero-copy { padding: 5.5rem 1.1rem 2.4rem; }
  .page-hero-copy h1 { font-size: clamp(1.9rem, 8vw, 2.8rem); }
}

/* ---------- Responsive: small phones ---------- */
@media (max-width: 480px) {
  .product-grid { grid-template-columns: minmax(0, 1fr); }
  .logo-text {
    font-size: clamp(0.72rem, 3.2vw, 0.88rem);
    max-width: 42vw;
  }
  .hero-copy h1 { font-size: clamp(2rem, 11vw, 2.6rem); }
  .hero-desc { font-size: 0.9rem; }
  .filters { gap: 0.5rem; }
  .filter { padding: 0.5rem 0.9rem; font-size: 0.72rem; }
  .size-table { min-width: 540px; font-size: 0.85rem; }
  .faq-ask-link span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .faq-item summary {
    grid-template-columns: auto 1fr auto;
    font-size: 0.98rem;
  }
}

/* ---------- Landscape phones ---------- */
@media (max-height: 480px) and (orientation: landscape) {
  .hero { min-height: 100svh; }
  .hero-copy {
    top: 54%;
    width: min(70%, 520px);
  }
  .hero-copy h1 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
  .hero-desc { display: none; }
  .hero-eyebrow { margin-bottom: 0.4rem; }
  .modal-media { max-height: 100%; min-height: 100%; }
  .modal-grid { grid-template-columns: 1fr 1fr; }
  .modal-panel { max-height: 96svh; border-radius: 14px; }
  .modal { align-items: center; padding: 0.75rem; }
}

/* ---------- Very large desktops ---------- */
@media (min-width: 1400px) {
  .container { width: min(1280px, calc(100% - 3rem)); }
  .hero-copy { left: 10%; max-width: 620px; }
  .hero-copy h1 { font-size: 5.6rem; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .offer-track { animation-duration: 40s; }
  .hero-slide.is-active .hero-img { animation: none; }
  .hero-slide { transition: none; }
  .reveal-3d,
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ambient-3d .orb,
  .ambient-3d .ring,
  .ambient-3d .thread,
  .ambient-3d .spark,
  .faq-orb,
  .faq-ring,
  .faq-spark {
    animation: none;
  }
}

@media (max-width: 720px) {
  .ambient-3d .orb-a { width: 100px; height: 100px; opacity: 0.35; }
  .ambient-3d .orb-b { width: 70px; height: 70px; opacity: 0.3; }
  .ambient-3d .orb-c,
  .ambient-3d .ring-b { display: none; }
  .ambient-3d .ring-a { width: 140px; height: 140px; opacity: 0.35; }
}
