/* Dash Club: brand teal CMYK 60/0/40/20, charcoal K80, white */
:root {
  --ink: #2b2b2c;
  --ink-2: #4a4a4c;
  --charcoal: #333333;
  --teal: #4c9f95;
  --teal-d: #2f7169;
  --teal-dd: #245a53;
  --teal-l: #e6f1ef;
  --brass: #b8925a;
  --paper: #ffffff;
  --ivory: #f7f5f0;
  --stone: #efece5;
  --sand: #e4ddcf;
  --line: #e4e0d7;
  --muted: #5f6064;
  --radius: 20px;
  --shadow-s: 0 1px 2px rgba(20,20,20,.05), 0 4px 14px -6px rgba(20,20,20,.12);
  --shadow: 0 1px 2px rgba(20,20,20,.05), 0 24px 60px -24px rgba(20,20,20,.28);
  --serif: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --pop: #cc4a22;
  --pop-d: #b33f1b;
  --violet: #5a3fd0;
  --butter: #fff1c2;
  --blush: #ffe0d9;
  --mint: #d3f3e8;
  --mint-strong: #8fe3cb;
  --lilac: #e8e1ff;
  --sky: #dcebff;
  --peach: #ffe6cf;
  --soft: #f5f6fb;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: var(--sans); font-size: 16.5px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 400; }
h1, h2 { font-family: var(--serif); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
h1 em, h2 em { font-style: normal; color: inherit; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8c30-6 60-6 98-2s70 4 98-3' fill='none' stroke='%234c9f95' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") left 100% / 100% .28em no-repeat; padding-bottom: .1em; }
h1 mark { background: none; color: var(--pop); }
.section-ink h2 em, .cta-band h2 em { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8c30-6 60-6 98-2s70 4 98-3' fill='none' stroke='%238fe3cb' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); color: inherit; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-family: var(--sans); font-weight: 600; font-size: 1.08rem; letter-spacing: -.01em; line-height: 1.35; }
p { margin: 0 0 1em; }
.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 6px; }
.muted { color: var(--muted); }
.light-muted { color: rgba(255,255,255,.66); }

/* Kicker */
.kicker { font-size: .74rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--teal-d); margin-bottom: 1.1rem; display: flex; align-items: center; gap: .8em; }
.kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; flex: none; }
.kicker-light { color: #8fcbc2; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; font: 600 .95rem/1 var(--sans); letter-spacing: -.005em; padding: 1.05em 1.6em; border-radius: 999px; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .25s var(--ease), background .2s, color .2s, box-shadow .25s, border-color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn .ico { width: 18px; height: 18px; fill: currentColor; flex: none; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #000; box-shadow: var(--shadow-s); }
.btn-teal { background: var(--teal); color: #fff; box-shadow: 0 10px 24px -12px rgba(58,130,121,.9); }
.btn-teal:hover { background: var(--teal-d); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--ivory); }
.btn-ghost-light { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }
.btn-sm { padding: .8em 1.25em; font-size: .88rem; }
.btn-lg { padding: 1.2em 1.9em; font-size: 1rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; font-size: .95rem; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.link-arrow svg { width: 16px; height: 16px; fill: currentColor; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* Announcement */
.announce { background: var(--mint-strong); color: var(--ink); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; overflow: hidden; padding: 9px 0; }
.announce .ticker-track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.announce .ticker-track span { display: inline-flex; align-items: center; padding: 0 22px; white-space: nowrap; }
.announce .ticker-track span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); margin-left: 44px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.announce-inner { display: flex; justify-content: center; align-items: center; gap: 14px; min-height: 38px; }
.announce a { color: #fff; text-decoration: none; font-weight: 600; }
.announce .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: border-color .3s; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(252,251,248,.86); backdrop-filter: saturate(1.5) blur(14px); -webkit-backdrop-filter: saturate(1.5) blur(14px); transition: background .3s; }
.site-header.scrolled { border-bottom-color: var(--line); }
.site-header.scrolled::before { background: rgba(252,251,248,.94); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo { display: inline-flex; color: var(--charcoal); text-decoration: none; }
.logo svg { height: 22px; width: auto; aspect-ratio: 432 / 55.5; }
.logo-light { color: #fff; }
.site-header .wrap { position: static; }
.nav { flex: 1; display: flex; justify-content: center; }
.nav-list { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.nav-btn, .nav-link { display: inline-flex; align-items: center; gap: 6px; font: 500 .9rem/1 var(--sans); color: var(--ink-2); background: none; border: 0; cursor: pointer; padding: 11px 14px; border-radius: 999px; text-decoration: none; transition: background .2s, color .2s; }
.nav-btn:hover, .nav-link:hover, .nav-btn[aria-expanded="true"] { background: rgba(43,43,44,.06); color: var(--ink); }
.nav-btn.is-active { color: var(--ink); }
.nav-btn.is-active::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.chev { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.nav-btn[aria-expanded="true"] .chev { transform: rotate(180deg); }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 600; text-decoration: none; padding: 8px 6px; }
.header-phone svg { width: 16px; height: 16px; fill: var(--teal-d); }
.nav-mobile-cta { display: none; }
.header-cta { display: flex; align-items: center; gap: 10px; flex: none; }

/* Mega menu */
.mm { position: absolute; left: 0; right: 0; top: 100%; padding-top: 10px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .25s var(--ease), transform .3s var(--ease), visibility 0s .3s; z-index: 55; }
.has-mm.open .mm { opacity: 1; visibility: visible; transform: none; transition: opacity .25s var(--ease), transform .3s var(--ease), visibility 0s; }
.mm-inner { width: min(1200px, 100% - 40px); margin-inline: auto; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 30px 80px -30px rgba(20,20,20,.35); display: grid; grid-template-columns: 1fr 300px; overflow: hidden; }
.mm-narrow .mm-inner { width: min(760px, 100% - 40px); grid-template-columns: 1fr; }
.mm-main { padding: 26px 28px 28px; }
.mm-label { font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
.mm-prods { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mm-prod { text-decoration: none; display: flex; flex-direction: column; gap: 10px; padding: 8px; border-radius: 18px; transition: background .2s; }
.mm-prod:hover, .mm-prod.is-active { background: var(--ivory); }
.mm-thumb { aspect-ratio: 1; border-radius: 14px; display: grid; place-items: center; overflow: hidden; }
.mm-thumb svg { width: 68%; filter: drop-shadow(0 10px 12px rgba(0,0,0,.2)); transition: transform .5s var(--ease); }
.mm-prod:hover .mm-thumb svg { transform: scale(1.07) translateY(-3px); }
.mm-txt { display: flex; flex-direction: column; gap: 2px; }
.mm-txt strong { font-size: .92rem; font-weight: 600; }
.mm-txt small { font-size: .78rem; color: var(--muted); line-height: 1.35; }
.mm-sols { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mm-sol { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border-radius: 16px; text-decoration: none; transition: background .2s; }
.mm-sol:hover { background: var(--ivory); }
.mm-ico { width: 42px; height: 42px; border-radius: 12px; background: var(--teal-l); display: grid; place-items: center; flex: none; }
.mm-ico svg { width: 20px; height: 20px; fill: var(--teal-d); }
.mm-promo { background: var(--teal-dd); color: #fff; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; position: relative; overflow: hidden; }
.mm-promo .kicker { margin: 0; }
.mm-promo-title { font-family: var(--serif); font-size: 1.9rem; line-height: 1.05; margin: 0 0 6px; }
.mm-promo-title em { color: #9fd6cd; }
.mm-promo-rating { margin-top: auto; font-size: .8rem; color: rgba(255,255,255,.75); text-decoration: none; }
.mm-scrim { position: fixed; inset: 0; top: var(--hdr, 114px); background: rgba(20,20,20,.18); opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s; z-index: -1; pointer-events: none; }
.site-header.mm-open .mm-scrim { opacity: 1; visibility: visible; transition: opacity .3s; }
.site-header.mm-open { border-bottom-color: var(--line); }
.site-header.mm-open::before { background: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; padding: 0; position: relative; }
.nav-toggle span:not(.sr-only) { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
.nav-toggle span:nth-child(2) { top: 18px; } .nav-toggle span:nth-child(3) { top: 25px; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }

/* Hero */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 7vw, 96px); background: radial-gradient(120% 90% at 100% 0%, var(--teal-l) 0%, rgba(230,241,239,0) 55%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.hero h1 { font-size: clamp(2.9rem, 6.2vw, 5.4rem); margin-bottom: .35em; }
.lede { font-size: clamp(1.02rem, 1.4vw, 1.14rem); color: var(--ink-2); max-width: 34em; }
.ticks { list-style: none; padding: 0; margin: 1.6rem 0 1.8rem; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.ticks li { display: flex; align-items: center; gap: .5em; font-size: .92rem; font-weight: 500; }
.ticks svg { width: 18px; height: 18px; fill: #fff; background: var(--teal); border-radius: 50%; padding: 3px; flex: none; }
.rating { display: inline-flex; align-items: center; gap: .7em; text-decoration: none; font-size: .88rem; color: var(--ink-2); padding: .6em 1.1em; border-radius: 999px; background: #fff; border: 1px solid var(--line); transition: border-color .2s; }
.rating:hover { border-color: var(--teal); }
.stars { color: var(--brass); letter-spacing: .1em; }

/* Quick quote card */
.qq { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); position: relative; scroll-margin-top: 110px; }
.qq-head { margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.qq-title { font-family: var(--serif); font-size: 2.1rem; line-height: 1; margin: 0 0 .35rem; }
.qq-sub { font-size: .88rem; color: var(--muted); margin: 0; }
.qq fieldset { border: 0; padding: 0; margin: 0 0 16px; min-width: 0; }
.qq legend, .field > label { display: block; font-size: .8rem; font-weight: 600; color: var(--ink-2); margin-bottom: 8px; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: block; text-align: center; font-size: .86rem; font-weight: 500; padding: .62em 1em; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); transition: all .18s; }
.chips label:hover span { border-color: var(--ink-2); }
.chips input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chips input:focus-visible + span { outline: 2px solid var(--teal); outline-offset: 2px; }
.chips.invalid span { border-color: #d9a39c; }
.qq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; margin-bottom: 14px; min-width: 0; }
.opt { font-weight: 400; color: #5f6064; }
input:not([type=radio]) { font: inherit; font-size: .95rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: .8em .95em; width: 100%; min-height: 48px; transition: border-color .15s, box-shadow .15s, background .15s; }
input:not([type=radio]):focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px var(--teal-l); }
input::placeholder { color: #a8a8a8; }
input.invalid { border-color: #c2584c; }
.form-error { color: #a8392d; font-size: .86rem; font-weight: 500; margin: 0 0 12px; }
.qq-foot { text-align: center; font-size: .8rem; color: var(--muted); margin: 14px 0 0; }
.qq-foot a { color: var(--ink); font-weight: 600; }

/* Proof strip */
.proof { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 28px 24px; display: flex; flex-direction: column; gap: 4px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 0; padding-left: 0; }
.proof strong { font-family: var(--serif); font-weight: 400; font-size: 1.9rem; line-height: 1.05; }
.proof .star { color: var(--brass); font-size: .7em; margin-left: 4px; vertical-align: .2em; }
.proof span { font-size: .84rem; color: var(--muted); }

/* Sections */
.section { padding: clamp(80px, 10vw, 136px) 0; }
.section-stone { background: var(--stone); }
.section-ink { background: var(--ink); color: #fff; }
.section-ink h2 em { color: #8fcbc2; }
.section-line { border-top: 1px solid var(--line); }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px 60px; margin-bottom: clamp(40px, 5vw, 64px); flex-wrap: wrap; }
.head-row h2 { max-width: 15em; margin-bottom: 0; }
.head-note { max-width: 26em; color: var(--muted); margin: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.8rem; }

/* Tones */
.tone-deep { background: radial-gradient(90% 90% at 30% 20%, #3c8a81, var(--teal-dd)); }
.tone-stone { background: radial-gradient(90% 90% at 30% 20%, #f7f5f0, #e6e1d6); }
.tone-sand { background: radial-gradient(90% 90% at 30% 20%, #eee8dc, #d9cfbd); }

/* Collection */
.collection { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.item { text-decoration: none; display: block; }
.item-art { aspect-ratio: 4 / 5; border-radius: var(--radius); display: grid; place-items: center; position: relative; overflow: hidden; }
.item-art svg { width: 70%; filter: drop-shadow(0 22px 26px rgba(0,0,0,.24)); transition: transform .7s var(--ease); }
.item:hover .item-art svg { transform: scale(1.05) translateY(-6px); }
.badge { position: absolute; top: 16px; left: 16px; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.92); color: var(--ink); padding: .5em .9em; border-radius: 999px; }
.item-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 4px 0; }
.item-meta h3 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; margin: 0 0 2px; }
.item-meta p { color: var(--muted); font-size: .9rem; margin: 0; }
.item-cta { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; flex: none; transition: all .3s var(--ease); }
.item-cta svg { width: 18px; height: 18px; fill: var(--ink); transition: fill .2s; }
.item:hover .item-cta { background: var(--ink); border-color: var(--ink); }
.item:hover .item-cta svg { fill: #fff; }

/* Print on demand */
.pod { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.pod-steps { list-style: none; padding: 0; margin: 0; }
.pod-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.12); }
.pod-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.pod-steps .n { font-family: var(--serif); font-size: 2.2rem; line-height: 1; color: #8fcbc2; }
.pod-steps h3 { font-size: 1.15rem; margin-bottom: .3em; }
.pod-steps p { color: rgba(255,255,255,.62); margin: 0; font-size: .95rem; }

/* Features */
.feature-stack { display: grid; gap: clamp(64px, 9vw, 120px); }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; scroll-margin-top: 100px; }
.feature-rev .feature-art { order: 2; }
.feature-art { aspect-ratio: 1 / 1; border-radius: 28px; display: grid; place-items: center; overflow: hidden; }
.feature-art svg { width: 62%; filter: drop-shadow(0 26px 30px rgba(0,0,0,.25)); }
.feature-copy > p:not(.kicker) { color: var(--muted); font-size: 1.04rem; }
.list { list-style: none; padding: 0; margin: 1.4rem 0 2rem; border-top: 1px solid var(--line); }
.list li { padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); position: relative; font-weight: 500; }
.list li::before { content: ""; position: absolute; left: 4px; top: 50%; width: 12px; height: 12px; background: var(--teal); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: translateY(-55%); }

/* Ways */
.ways { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.way { padding: 36px 32px 8px 0; }
.way + .way { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.14); }
.way-n { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: #8fcbc2; display: block; margin-bottom: 2.2rem; }
.way h3 { font-family: var(--serif); font-weight: 400; font-size: 2rem; margin-bottom: .4em; }
.way p { color: rgba(255,255,255,.64); margin: 0; }

/* Reviews */
.quotes { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; }
.quote { margin: 0; padding: 34px 32px 30px; border-radius: var(--radius); background: var(--ivory); display: flex; flex-direction: column; }
.quote-lg { background: var(--teal-dd); color: #fff; }
.qmark { font-family: var(--serif); font-size: 5rem; line-height: .6; color: var(--teal); height: 36px; }
.quote-lg .qmark { color: #8fcbc2; }
.quote blockquote { margin: 0 0 28px; font-family: var(--serif); font-size: 1.6rem; line-height: 1.2; flex: 1; }
.quote-lg blockquote { font-size: 2rem; }
.quote figcaption { font-size: .82rem; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.quote-lg figcaption { color: rgba(255,255,255,.7); }

/* Chennai */
.chennai-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.areas { list-style: none; padding: 0; margin: 1.6rem 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.areas li { font-size: .82rem; font-weight: 500; padding: .45em .95em; border-radius: 999px; background: #fff; border: 1px solid var(--line); }
.map { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 5 / 4; background: var(--sand); box-shadow: var(--shadow-s); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.4) contrast(1.02); }
.map-card { position: absolute; left: 16px; bottom: 16px; right: 16px; max-width: 320px; background: #fff; border-radius: 14px; padding: 14px 16px; box-shadow: var(--shadow-s); display: flex; flex-direction: column; font-size: .82rem; color: var(--muted); }
.map-card strong { color: var(--ink); font-size: .92rem; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 120px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 44px 24px 0; font-weight: 600; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { color: var(--muted); margin: -6px 0 24px; max-width: 40em; }

/* CTA band */
.cta-band { background: var(--teal-dd); color: #fff; position: relative; overflow: hidden; }
.cta-inner { padding: clamp(72px, 9vw, 120px) 0; text-align: center; position: relative; }
.cta-band h2 { font-size: clamp(2.3rem, 5vw, 4.2rem); max-width: 14em; margin: 0 auto 2rem; position: relative; }
.cta-band h2 em { color: #9fd6cd; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; position: relative; }
.cta-mark { position: absolute; right: -6%; top: 50%; width: 440px; height: 410px; transform: translateY(-50%); fill: rgba(255,255,255,.06); pointer-events: none; }

/* Landing specifics */
.hero-landing h1 { font-size: clamp(2.6rem, 5.2vw, 4.6rem); }
.crumbs { display: flex; gap: 10px; font-size: .8rem; color: var(--muted); margin-bottom: 1.4rem; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.hero-visual { display: none; }
.uses { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.uses li { padding: 32px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.uses li:hover { background: var(--ivory); }
.uses h3 { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.1; }
.uses p { color: var(--muted); margin: 0; font-size: .94rem; }
.finishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.finish { background: #fff; border-radius: var(--radius); padding: 32px 30px; }
.finish h3 { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; line-height: 1.1; }
.finish p:last-child { color: var(--muted); margin: 0; }
.related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rel { display: flex; align-items: center; gap: 12px; padding: 14px 18px 14px 14px; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; font-weight: 600; transition: border-color .2s, transform .3s var(--ease); }
.rel:hover { border-color: var(--ink); transform: translateY(-2px); }
.rel svg:first-child { width: 48px; height: 48px; flex: none; background: var(--stone); border-radius: 12px; padding: 6px; }
.rel span { flex: 1; }
.rel-arrow { width: 16px; height: 16px; fill: var(--ink); }

/* Footer */
.site-footer { background: #1f1f20; color: rgba(255,255,255,.62); padding: 80px 0 36px; font-size: .92rem; }
.footer-top { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .logo svg { height: 24px; }
.footer-brand p { margin: 18px 0 0; max-width: 22em; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-cols .fh { font-family: var(--sans); line-height: 1.4; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; font-weight: 600; margin-bottom: 1.1em; }
.footer-cols a { display: block; text-decoration: none; padding: 4px 0; }
.footer-cols a:hover { color: #fff; }
.footer-cols p { margin: 0 0 8px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-top: 24px; font-size: .8rem; }
.footer-bottom p { margin: 0; }

/* Floating + mobile bar */
.wa-float { position: fixed; right: 24px; bottom: 24px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(0,0,0,.4); z-index: 60; transition: transform .25s var(--ease); }
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.action-bar { display: none; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }


/* ---------- Home: hero + design studio ---------- */
.hero-home .hero-grid { grid-template-columns: .95fr 1.05fr; align-items: center; }
.hero-home h1 { font-size: clamp(2.9rem, 5.6vw, 5rem); }
.hero-ctas { margin: 1.9rem 0 1.8rem; }
.trust-row { display: flex; flex-direction: column; gap: 16px; }
.g-badge { display: inline-flex; align-items: center; gap: 12px; align-self: flex-start; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px 16px 10px 10px; box-shadow: var(--shadow-s); transition: border-color .2s; }
.g-badge:hover { border-color: var(--teal); }
.g-badge strong { font-size: 1.05rem; margin-right: 4px; }
.g-badge small { display: block; font-size: .76rem; color: var(--muted); line-height: 1.2; }
.g-logo, .g-dot { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff; border: 1px solid var(--line); font: 700 1.05rem/1 var(--sans); background-image: linear-gradient(135deg, #4285f4 0 30%, #ea4335 30% 50%, #fbbc05 50% 70%, #34a853 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.g-dot { width: 22px; height: 22px; border-radius: 6px; font-size: .78rem; }
.ticks-tight { margin: 0; gap: 8px 18px; }
.ticks-tight li { font-size: .86rem; }

.studio { background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-rows: auto auto; }
.studio-stage { position: relative; background: radial-gradient(80% 80% at 50% 35%, #fff 0%, var(--stone) 70%); padding: 18px 18px 12px; }
.studio-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.studio-live { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-d); }
.studio-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(76,159,149,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(76,159,149,0); } 100% { box-shadow: 0 0 0 0 rgba(76,159,149,0); } }
.studio-svg { width: min(78%, 360px); margin: 6px auto 0; filter: drop-shadow(0 24px 26px rgba(0,0,0,.2)); transition: transform .5s var(--ease); }
.studio-svg .gb { fill: var(--gc, #f4f1ea); transition: fill .35s ease; }
.studio-svg.pop { transform: scale(1.02); }
#s-text { font-weight: 700; letter-spacing: .04em; transition: fill .3s; }
.studio-note { text-align: center; font-size: .72rem; color: var(--muted); margin: 6px 0 0; }
.seg { display: inline-flex; background: rgba(255,255,255,.8); border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 2px; flex: none; }
.seg label { cursor: pointer; position: relative; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: block; padding: .45em .95em; border-radius: 999px; font-size: .8rem; font-weight: 600; color: var(--ink-2); transition: all .2s; }
.seg input:checked + span { background: var(--ink); color: #fff; }
.seg input:focus-visible + span { outline: 2px solid var(--teal); outline-offset: 1px; }
.seg-sm span { padding: .5em .8em; font-size: .76rem; }
.f-serif { font-family: var(--serif); font-size: .95rem !important; font-weight: 400 !important; }
.studio-controls { padding: 18px 20px 20px; border-top: 1px solid var(--line); display: grid; gap: 14px; }
.ctl-label { display: block; font-size: .76rem; font-weight: 600; color: var(--ink-2); margin-bottom: 8px; }
.ctl-label b { font-weight: 500; color: var(--muted); margin-left: 6px; }
.ctl-row { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.ctl-grow { flex: 1 1 180px; }
.swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.sw { cursor: pointer; position: relative; }
.sw input { position: absolute; opacity: 0; pointer-events: none; }
.sw span { display: block; width: 30px; height: 30px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.14); transition: transform .2s var(--ease), box-shadow .2s; }
.sw input:checked + span { box-shadow: inset 0 0 0 1px rgba(0,0,0,.14), 0 0 0 2px #fff, 0 0 0 4px var(--ink); transform: scale(1.06); }
.sw input:focus-visible + span { outline: 2px solid var(--teal); outline-offset: 4px; }
.upload { flex: 1 1 150px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 14px; border: 1px dashed #c9c3b6; border-radius: 999px; font-size: .82rem; font-weight: 600; cursor: pointer; transition: border-color .2s, background .2s; overflow: hidden; white-space: nowrap; }
.upload:hover { border-color: var(--teal); background: var(--teal-l); }
.upload.has-file { border-style: solid; border-color: var(--teal); background: var(--teal-l); color: var(--teal-dd); }
.upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
.upload span { overflow: hidden; text-overflow: ellipsis; }
.upload:focus-within { outline: 2px solid var(--teal); outline-offset: 2px; }
.studio-privacy { text-align: center; font-size: .74rem; color: var(--muted); margin: -4px 0 0; }

/* ---------- Home: trust ---------- */
.trust-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 22px; }
.rating-card { background: var(--ink); color: #fff; border-radius: 24px; padding: 32px; display: flex; flex-direction: column; }
.rc-top { display: flex; align-items: center; gap: 10px; font-size: .86rem; color: rgba(255,255,255,.7); margin: 0; }
.rc-top .g-logo { background-color: #fff; }
.rc-score { font-family: var(--serif); font-size: 6rem; line-height: 1; margin: 18px 0 4px; }
.rc-stars { font-size: 1.3rem; margin: 0 0 10px; }
.rc-sub { color: rgba(255,255,255,.62); font-size: .88rem; }
.rc-bars { margin-top: auto; display: grid; gap: 6px; padding-top: 16px; }
.rc-bars span { display: grid; grid-template-columns: 12px 1fr; gap: 10px; align-items: center; font-size: .72rem; color: rgba(255,255,255,.55); }
.rc-bars span::after { content: ""; height: 5px; border-radius: 3px; background: linear-gradient(90deg, var(--brass) var(--w), rgba(255,255,255,.1) var(--w)); }
.tq-list { display: grid; gap: 14px; }
.tq { margin: 0; background: #fff; border-radius: 20px; padding: 22px 26px; display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; align-items: center; }
.tq .stars { grid-column: 1 / -1; font-size: .85rem; }
.tq blockquote { margin: 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.2; }
.tq figcaption { display: flex; align-items: center; gap: 8px; font-size: .76rem; color: var(--muted); white-space: nowrap; }
.promises { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.promises li { background: #fff; border-radius: 20px; padding: 26px 24px; display: flex; flex-direction: column; gap: 16px; }
.pr-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-l); display: grid; place-items: center; }
.pr-ico svg { width: 22px; height: 22px; fill: var(--teal-d); }
.promises h3 { margin-bottom: .3em; }
.promises p { color: var(--muted); font-size: .9rem; margin: 0; }

/* ---------- Home: quote section ---------- */
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.quote-side h2 { margin-bottom: .4em; }
.timeline { list-style: none; padding: 0; margin: 2rem 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 17px; top: 18px; bottom: 18px; width: 1px; background: var(--line); }
.timeline li { display: grid; grid-template-columns: 36px 1fr; gap: 18px; padding: 10px 0; position: relative; }
.tl-n { width: 36px; height: 36px; border-radius: 50%; background: var(--paper); border: 1px solid var(--teal); color: var(--teal-d); display: grid; place-items: center; font-weight: 600; font-size: .9rem; }
.timeline h3 { margin: 6px 0 .2em; }
.timeline p { color: var(--muted); margin: 0; font-size: .94rem; }
.human { display: flex; gap: 14px; align-items: center; background: var(--ivory); border-radius: 18px; padding: 16px 18px; }
.human p { margin: 0; font-size: .92rem; color: var(--ink-2); }
.human a { font-weight: 600; color: var(--ink); }
.human-mark { width: 44px; height: 44px; border-radius: 12px; background: var(--teal); display: grid; place-items: center; flex: none; }
.human-mark svg { width: 24px; height: 22px; fill: #fff; }

@media (max-width: 1080px) {
  .promises { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .hero-home .hero-grid, .trust-grid, .quote-grid { grid-template-columns: 1fr; }
  .studio { max-width: 620px; }
}
@media (max-width: 640px) {
  .hero-ctas .btn { flex: 1 1 100%; }
  .studio { border-radius: 22px; margin-inline: -4px; }
  .studio-svg { width: 84%; }
  .studio-controls { padding: 16px; }
  .ctl-row .seg { flex: 1 1 auto; }
  .ctl-row .seg label { flex: 1; text-align: center; }
  .upload { flex-basis: 100%; }
  .promises { grid-template-columns: 1fr; }
  .tq { grid-template-columns: 1fr; }
  .tq blockquote { font-size: 1.3rem; }
  .rc-score { font-size: 4.5rem; }
}


/* ---------- Catalogue / products ---------- */
.hero-slim { padding-bottom: clamp(40px, 5vw, 64px); }
.hero-slim h1 { max-width: 14em; }
.section-tight { padding-top: clamp(40px, 5vw, 64px); }
.price-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.6rem; }
.price-pills span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55em 1.1em; font-size: .88rem; color: var(--ink-2); }
.price-pills b { color: var(--ink); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; position: sticky; top: 86px; z-index: 5; padding: 10px 0; background: linear-gradient(var(--paper) 80%, rgba(252,251,248,0)); }
.fchip { font: 500 .88rem/1 var(--sans); padding: .75em 1.1em; border-radius: 999px; border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink-2); transition: all .2s; }
.fchip span { color: #9a9a9a; margin-left: 4px; font-size: .8em; }
.fchip:hover { border-color: var(--ink-2); }
.fchip.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.fchip.is-on span { color: rgba(255,255,255,.6); }
.pcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pc { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s; }
.pc:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pc[hidden] { display: none; }
.pc-art { aspect-ratio: 16 / 10; display: grid; place-items: center; position: relative; }
.pc-art svg { width: 44%; filter: drop-shadow(0 14px 18px rgba(0,0,0,.22)); transition: transform .5s var(--ease); }
.pc:hover .pc-art svg { transform: scale(1.06); }
.pc-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.pc-cat { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-d); margin: 0 0 6px; }
.pc-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pc-head h3 { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.05; margin: 0; }
.pc-price { font-weight: 600; font-size: 1.05rem; white-space: nowrap; margin: 0; }
.pc-price small { font-size: .66rem; letter-spacing: .1em; color: var(--muted); font-weight: 600; margin-right: 2px; }
.pc-specs { list-style: none; padding: 0; margin: 14px 0; border-top: 1px solid var(--line); font-size: .84rem; color: var(--ink-2); flex: 1; }
.pc-specs li { padding: 8px 0; border-bottom: 1px solid var(--line); line-height: 1.45; }
.pc-specs b { color: var(--ink); margin-right: 4px; }
.pc-colours { display: flex; align-items: center; gap: 10px; font-size: .8rem; color: var(--muted); margin: 0 0 14px; }
.pc-dots { display: inline-flex; }
.pc-dots i { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; margin-left: -5px; }
.pc-dots i:nth-child(1) { background: #2b2b2c; margin-left: 0; } .pc-dots i:nth-child(2) { background: #4c9f95; } .pc-dots i:nth-child(3) { background: #8f2530; } .pc-dots i:nth-child(4) { background: #f2e8d0; }
.fine { font-size: .8rem; color: var(--muted); margin-top: 24px; max-width: 60em; }
.glossary-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 6vw, 90px); }
.glossary { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.glossary div { background: #fff; border-radius: 16px; padding: 20px 22px; }
.glossary dt { font-weight: 600; margin-bottom: 4px; }
.glossary dd { margin: 0; color: var(--muted); font-size: .9rem; }
.head-note a { color: var(--ink); font-weight: 600; }

/* Home fabric strip */
.from { color: var(--teal-d); font-weight: 600; }
.fabric-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr) auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.fabric-strip > div { padding: 20px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.fabric-strip strong { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; line-height: 1.1; }
.fabric-strip span { font-size: .8rem; color: var(--muted); }
.fabric-cta { display: flex; align-items: center; gap: 10px; padding: 0 26px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 600; font-size: .9rem; transition: background .2s; }
.fabric-cta:hover { background: #000; }
.fabric-cta svg { width: 16px; height: 16px; fill: currentColor; }
.mm-all { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: .86rem; font-weight: 600; text-decoration: none; color: var(--teal-d); }
.mm-all svg { width: 14px; height: 14px; fill: currentColor; transition: transform .25s var(--ease); }
.mm-all:hover svg { transform: translateX(3px); }

/* Areas */
.uses-3 { grid-template-columns: repeat(3, 1fr); }
.aps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.ap { display: flex; align-items: center; gap: 10px; padding: 16px 18px; border-radius: 16px; background: var(--ivory); text-decoration: none; transition: background .2s; }
.ap:hover { background: var(--teal-l); }
.ap span { flex: 1; font-size: .9rem; font-weight: 500; }
.ap b { font-size: .9rem; color: var(--teal-d); }
.ap svg { width: 14px; height: 14px; fill: var(--ink); }
.details { margin: 1.4rem 0 0; display: grid; gap: 10px; }
.details div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; font-size: .92rem; }
.details dt { font-weight: 600; color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; padding-top: 2px; }
.details dd { margin: 0; }
.chip-links { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-link { padding: .7em 1.2em; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 500; font-size: .92rem; transition: all .2s; }
.chip-link:hover { border-color: var(--ink); }
.chip-all { background: var(--ink); color: #fff; border-color: var(--ink); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.area-card { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 24px 56px 24px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; transition: border-color .2s, transform .3s var(--ease); }
.area-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.ac-name { font-family: var(--serif); font-size: 1.6rem; line-height: 1.05; }
.ac-uses { font-size: .84rem; color: var(--muted); }
.area-card svg { position: absolute; right: 22px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); fill: var(--ink); }

/* About */
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 6vw, 90px); }
.facts { margin: 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.facts dt { font-weight: 600; color: var(--muted); font-size: .86rem; }
.facts dd { margin: 0; }
.facts a { color: var(--teal-d); font-weight: 600; }

@media (max-width: 1080px) {
  .pcs { grid-template-columns: repeat(2, 1fr); }
  .fabric-strip { grid-template-columns: repeat(2, 1fr); }
  .fabric-strip > div:nth-child(2) { border-right: 0; }
  .fabric-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fabric-cta { grid-column: 1 / -1; padding: 18px 22px; justify-content: center; }
  .aps { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .glossary-grid, .about-grid { grid-template-columns: 1fr; }
  .uses-3 { grid-template-columns: 1fr 1fr; }
  .filters { top: 72px; overflow-x: auto; flex-wrap: nowrap; margin-inline: -20px; padding-inline: 20px; }
  .fchip { flex: none; }
}
@media (max-width: 640px) {
  .pcs, .glossary, .uses-3, .area-grid, .aps { grid-template-columns: 1fr; }
  .filters { top: 64px; margin-inline: -16px; padding-inline: 16px; }
  .facts div { grid-template-columns: 1fr; gap: 2px; }
  .fabric-strip > div { padding: 16px; }
  .fabric-strip strong { font-size: 1.1rem; }
}

/* Solutions */
a.way { text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: background .25s; }
a.way:hover { background: rgba(255,255,255,.04); }
.way-go { margin-top: 1.4rem; display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 600; color: #8fcbc2; }
.way-go svg { width: 14px; height: 14px; fill: currentColor; transition: transform .25s var(--ease); }
a.way:hover .way-go svg, .sol-card:hover .way-go svg { transform: translateX(4px); }
.sol-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sol-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 34px 32px; text-decoration: none; display: flex; flex-direction: column; gap: 14px; transition: transform .3s var(--ease), box-shadow .3s; }
.sol-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.sol-card h2 { font-size: 2.1rem; margin: 6px 0 0; }
.sol-card p { color: var(--muted); margin: 0; flex: 1; }
.sol-card .way-go { color: var(--teal-d); margin-top: 6px; }
.related-3 { grid-template-columns: repeat(3, 1fr); }
.rel .rel-ico { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--teal-l); display: grid; place-items: center; }
.rel .rel-ico svg { width: 22px; height: 22px; fill: var(--teal-d); background: none; padding: 0; border-radius: 0; }
@media (max-width: 1080px) { .ways { grid-template-columns: repeat(2, 1fr); } .way:nth-child(3) { padding-left: 0; border-left: 0; } }
@media (max-width: 640px) { .sol-grid, .related-3 { grid-template-columns: 1fr; } }

/* Responsive */
@media (max-width: 1080px) {
  .header-phone span { display: none; }
  .mm-prods { grid-template-columns: repeat(3, 1fr); }
  .quotes { grid-template-columns: 1fr 1fr; }
  .quote-lg { grid-column: 1 / -1; }
  .related { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .header-phone span { display: none; }
  .nav { position: fixed; left: 0; right: 0; top: var(--hdr, 114px); bottom: 0; background: var(--paper); flex-direction: column; justify-content: flex-start; overflow-y: auto; padding: 8px 20px 32px; transform: translateX(100%); visibility: hidden; transition: transform .4s var(--ease), visibility 0s .4s; z-index: 60; }
  .nav.open { transform: none; visibility: visible; transition: transform .4s var(--ease); }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li { border-bottom: 1px solid var(--line); }
  .nav-btn, .nav-link { width: 100%; justify-content: space-between; padding: 20px 2px; font-size: 1.15rem; font-family: var(--serif); border-radius: 0; }
  .nav-btn:hover, .nav-link:hover, .nav-btn[aria-expanded="true"] { background: none; }
  .mm { position: static; padding: 0 0 16px; opacity: 1; visibility: visible; transform: none; display: none; }
  .has-mm.open .mm { display: block; }
  .mm-inner, .mm-narrow .mm-inner { width: 100%; grid-template-columns: 1fr; border: 0; box-shadow: none; border-radius: 0; background: none; }
  .mm-main { padding: 0; }
  .mm-label { display: none; }
  .mm-prods { grid-template-columns: 1fr; gap: 4px; }
  .mm-prod { flex-direction: row; align-items: center; padding: 6px; gap: 14px; }
  .mm-thumb { width: 56px; flex: none; border-radius: 12px; }
  .mm-sols { grid-template-columns: 1fr; }
  .mm-promo { display: none; }
  .mm-scrim { display: none; }
  .nav-mobile-cta { display: grid; gap: 10px; margin-top: 24px; }
  .nav-mobile-cta p { text-align: center; font-size: .8rem; color: var(--muted); margin: 4px 0 0; }
  body.nav-lock { overflow: hidden; }
  .hero-grid, .pod, .feature, .chennai-grid, .faq-grid, .footer-top { grid-template-columns: 1fr; }
  .feature-rev .feature-art { order: 0; }
  .faq-grid > div:first-child { position: static; }
  .collection { grid-template-columns: repeat(3, minmax(240px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-right: -20px; padding-right: 20px; }
  .item { scroll-snap-align: start; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ways { grid-template-columns: 1fr; }
  .way, .way + .way { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .way-n { margin-bottom: 1rem; }
  .uses, .finishes { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { display: grid; place-items: center; aspect-ratio: 16 / 9; border-radius: var(--radius); margin-top: 8px; }
  .hero-visual svg { width: 34%; filter: drop-shadow(0 18px 22px rgba(0,0,0,.22)); }
}
@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 68px; }
  .wrap { width: calc(100% - 32px); }
  .hide-sm, .header-cta .btn { display: none; }
  .announce-inner { gap: 10px; font-size: .74rem; }
  .header-inner { height: 64px; }
  .logo svg { height: 18px; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 3.2rem); }
  .qq-row, .quotes, .uses, .finishes, .related, .footer-cols { grid-template-columns: 1fr; }
  .chips-4 { grid-template-columns: repeat(2, 1fr); }
  .collection { grid-template-columns: repeat(3, 78%); margin-right: -16px; padding-right: 16px; }
  .proof-grid > div { padding: 20px 14px 20px 0; }
  .proof-grid > div:nth-child(even) { padding-left: 14px; }
  .proof strong { font-size: 1.45rem; }
  .quote-lg blockquote { font-size: 1.6rem; }
  .cta-actions .btn, .cta-row .btn { flex: 1 1 100%; }
  .wa-float { display: none; }
  .action-bar { display: grid; grid-template-columns: 1fr 1.6fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: #fff; border-top: 1px solid var(--line); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
  .action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; border: 1px solid var(--ink); }
  .action-bar svg { width: 18px; height: 18px; fill: currentColor; }
  .action-bar .ab-wa { background: #168043; border-color: #168043; color: #fff; }
  .cta-mark { width: 240px; }
  .site-footer { padding-top: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
.studio-svg [data-g] { display: none; } .studio-svg [data-g].on { display: inline; }

/* ================= Colourful refresh (Swageazy-style) ================= */
.qq-title, .item-meta h3, .uses h3, .finish h3, .way h3, .pc-head h3, .sol-card h2, .ac-name, .proof strong, .rc-score,
.mm-promo-title, .fabric-strip strong, .pod-steps .n, .way-n, .cta-band h2 { font-weight: 800; letter-spacing: -.02em; }
.quote blockquote, .tq blockquote { font-weight: 600; letter-spacing: -.01em; }
.pc-head h3, .uses h3, .finish h3 { font-size: 1.25rem; }
.kicker::before { background: var(--pop); }
.btn-pop { background: var(--pop); color: #fff; box-shadow: 0 12px 24px -12px rgba(204,74,34,.9); }
.btn-pop:hover { background: var(--pop-d); }
.btn-teal { background: var(--pop); box-shadow: 0 10px 24px -12px rgba(204,74,34,.9); }
.btn-teal:hover { background: var(--pop-d); }
.p-butter { background: var(--butter); } .p-blush { background: var(--blush); } .p-mint { background: var(--mint); }
.p-lilac { background: var(--lilac); } .p-sky { background: var(--sky); } .p-peach { background: var(--peach); }
.soft-kicker { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 2rem); color: #646a76; letter-spacing: -.02em; margin: 0 0 .2em; }
.center-head { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 5vw, 60px); }
.center-head .muted { font-size: 1.05rem; }
.section-soft { background: var(--soft); }

/* Hero */
.hero-pop { background: #fff; overflow: hidden; padding-top: clamp(36px, 5vw, 64px); }
.hero-pop .hero-grid { grid-template-columns: 1fr 1.05fr; }
.hero-pop h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.badge-pill { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 600; color: var(--violet); background: var(--lilac); padding: .45em 1em; border-radius: 999px; margin-bottom: 1.2rem; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; }
.hp-item { display: flex; flex-direction: column; line-height: 1.15; }
.hp-item b { font-family: var(--serif); font-size: 1.35rem; font-weight: 800; }
.hp-item small { font-size: .78rem; color: var(--muted); }
.collage { position: relative; aspect-ratio: 1 / .9; width: 100%; max-width: 620px; justify-self: center; }
.blob { position: absolute; border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%; }
.bl-1 { inset: 12% 18% 8% 16%; background: var(--butter); }
.bl-2 { width: 34%; height: 34%; left: 2%; top: 4%; background: var(--mint); border-radius: 50%; }
.bl-3 { width: 26%; height: 26%; right: 2%; bottom: 6%; background: var(--lilac); border-radius: 50%; }
.hero-photo { position: absolute; inset: 10% 16% 6% 14%; border-radius: 44% 56% 50% 50% / 50% 44% 56% 50%; overflow: hidden; background: var(--butter); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-garment { position: absolute; width: 46%; left: 27%; top: 16%; filter: drop-shadow(0 24px 26px rgba(0,0,0,.22)); animation: float 7s ease-in-out infinite; }
.hero-garment.hg-2 { width: 34%; left: 48%; top: 44%; transform: rotate(8deg); animation-delay: -3s; }
@keyframes float { 50% { translate: 0 -10px; } }
.doodle { position: absolute; width: 44px; height: 44px; color: var(--pop); }
.dd-1 { left: 6%; bottom: 22%; transform: rotate(-20deg); color: var(--ink); }
.dd-2 { right: 10%; top: 2%; }
.fcard { position: absolute; background: #fff; border-radius: 16px; box-shadow: 0 14px 34px -14px rgba(20,20,40,.3); display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; text-decoration: none; font-size: .82rem; z-index: 2; }
.fcard b { font-weight: 700; font-size: .88rem; display: block; line-height: 1.2; }
.fcard small { color: var(--muted); font-size: .74rem; }
.fc-ico { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.fc-ico svg { width: 18px; height: 18px; fill: var(--ink); }
.fc-stat { left: 4%; top: 30%; }
.fc-loc { right: 0; top: 38%; }
.fc-mini { flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px; width: 150px; transition: transform .3s var(--ease); }
.fc-mini:hover { transform: translateY(-4px) rotate(-1deg); }
.fc-a { right: 4%; top: 4%; } .fc-b { left: 0; bottom: 2%; } .fc-c { right: 14%; bottom: -2%; }
.fc-thumb { width: 100%; height: 70px; border-radius: 10px; display: grid; place-items: center; }
.fc-thumb svg { height: 62px; width: auto; }
.fc-go { position: absolute; right: 10px; top: 10px; width: 26px; height: 26px; border-radius: 50%; background: var(--soft); display: grid; place-items: center; }
.fc-go svg { width: 13px; height: 13px; fill: var(--ink); }
.chip-sm { font-size: .66rem; font-weight: 700; padding: .25em .7em; border-radius: 999px; }
.c-sky { background: var(--sky); color: #2c5aa0; } .c-lilac { background: var(--lilac); color: var(--violet); } .c-butter { background: var(--butter); color: #8a6200; }

/* Stat band */
.stat-band { background: #15172a; color: #fff; padding: 30px 0; }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.stat-grid div { display: flex; flex-direction: column; gap: 2px; }
.stat-grid b { font-family: var(--serif); font-weight: 800; font-size: clamp(1.4rem, 2.4vw, 2rem); letter-spacing: -.02em; }
.stat-grid span { font-size: .8rem; color: rgba(255,255,255,.6); }
.c1 { color: #ffd166; } .c2 { color: var(--mint-strong); } .c3 { color: #ff9f80; } .c4 { color: #b8a7ff; } .c5 { color: #7cc4ff; }

/* Category ovals */
.ovals { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.oval { text-align: center; text-decoration: none; }
.oval-art { display: grid; place-items: center; aspect-ratio: 4 / 5; border-radius: 50%; overflow: hidden; margin-bottom: 14px; transition: transform .45s var(--ease); }
.oval-art svg { width: 64%; filter: drop-shadow(0 16px 18px rgba(0,0,0,.18)); }
.oval-art img { width: 100%; height: 100%; object-fit: cover; }
.oval:hover .oval-art { transform: translateY(-6px) scale(1.02); }
.oval h3 { font-family: var(--serif); font-weight: 800; font-size: 1.1rem; margin: 0 0 2px; }
.oval p { font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0; }

/* Studio section */
.studio-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.ticks-col { flex-direction: column; }
.studio-stage { background: radial-gradient(70% 70% at 50% 35%, #fff 0%, var(--butter) 100%); }

/* Colour band */
.colour-band { background: #fff; border-block: 1px solid var(--line); padding: 26px 0 30px; overflow: hidden; }
.colour-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.colour-head p { margin: 0; color: var(--muted); }
.colour-head b { color: var(--ink); }
.sw-track { display: flex; gap: 10px; width: max-content; animation: ticker 60s linear infinite; }
.sw-chip { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; border-radius: 999px; background: var(--soft); font-size: .84rem; font-weight: 500; white-space: nowrap; }
.sw-chip i { width: 28px; height: 28px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); }

/* Solution tiles */
.sol-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sol-tile { position: relative; border-radius: 22px; padding: 26px 24px 64px; text-decoration: none; display: flex; flex-direction: column; gap: 10px; transition: transform .3s var(--ease), box-shadow .3s; }
.sol-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.sol-ico { width: 48px; height: 48px; border-radius: 14px; background: #fff; display: grid; place-items: center; }
.sol-ico svg { width: 22px; height: 22px; fill: var(--ink); }
.sol-tile h3 { font-family: var(--serif); font-weight: 800; font-size: 1.35rem; margin: 8px 0 0; }
.sol-tile p { color: var(--ink-2); font-size: .92rem; margin: 0; }
.sol-go { position: absolute; left: 24px; bottom: 22px; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; transition: transform .3s var(--ease); }
.sol-go svg { width: 16px; height: 16px; fill: #fff; }
.sol-tile:hover .sol-go { transform: translateX(6px); }

/* Best sellers */
.pcs-4 { grid-template-columns: repeat(4, 1fr); }
.pcs-4 .pc-specs li:nth-child(n+3) { display: none; }

/* Process */
.steps-pop { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.steps-pop li { text-align: center; padding: 0 8px; position: relative; }
.steps-pop li:not(:last-child)::after { content: ""; position: absolute; top: 44px; left: calc(50% + 56px); right: calc(-50% + 56px); border-top: 2px dashed #cfd3dd; }
.st-ico { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; }
.st-ico svg { width: 34px; height: 34px; fill: var(--ink); }
.st-n { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--pop); }
.steps-pop h3 { font-family: var(--serif); font-weight: 800; font-size: 1.2rem; margin: 6px 0 6px; }
.steps-pop p { color: var(--muted); font-size: .92rem; margin: 0; }

/* Trust colours */
.rating-card { background: linear-gradient(150deg, #245a53, #15172a); }
.rating-card .btn { align-self: flex-start; margin-top: auto; }
.promises-pop li:nth-child(1) .pr-ico { background: var(--mint); } .promises-pop li:nth-child(2) .pr-ico { background: var(--butter); }
.promises-pop li:nth-child(3) .pr-ico { background: var(--blush); } .promises-pop li:nth-child(4) .pr-ico { background: var(--lilac); }
.promises-pop .pr-ico svg { fill: var(--ink); }
.tq:nth-child(1) { border-left: 4px solid var(--mint-strong); } .tq:nth-child(2) { border-left: 4px solid #ffd166; } .tq:nth-child(3) { border-left: 4px solid #b8a7ff; }
.cta-band { background: linear-gradient(120deg, #245a53 0%, #1f4f8a 60%, #5b3fd9 100%); }
.quote-lg { background: linear-gradient(150deg, #245a53, #1f4f8a); }

@media (max-width: 1080px) {
  .ovals { grid-template-columns: repeat(3, 1fr); }
  .sol-tiles, .pcs-4 { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .hero-pop .hero-grid, .studio-grid { grid-template-columns: 1fr; }
  .collage { max-width: 520px; }
  .steps-pop { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .steps-pop li::after { display: none; }
}
@media (max-width: 640px) {
  .ovals { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
  .sol-tiles, .pcs-4 { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .fc-mini { width: 124px; padding: 10px; }
  .fc-thumb { height: 52px; } .fc-thumb svg { height: 46px; }
  .fc-loc, .dd-2, .fc-stat { display: none; }
  .fcard { font-size: .74rem; }
  .collage { aspect-ratio: 1 / 1.02; }
}

.pc-photo { padding: 0; aspect-ratio: 4 / 4.2; overflow: hidden; }
.pc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pc:hover .pc-photo img { transform: scale(1.05); }
.pc-photo .badge { z-index: 1; }
.site-header::before { background: rgba(255,255,255,.9); }
.site-header.scrolled::before { background: rgba(255,255,255,.96); }

.footer-bottom .credit a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); }
.footer-bottom .credit a:hover { border-color: #fff; }
