@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&family=Italiana&display=swap');

:root {
  --aqua: #8ed8d0;
  --aqua-deep: #4faaa2;
  --aqua-pale: #dff4f0;
  --ivory: #f7f2e8;
  --warm-white: #fbfaf6;
  --charcoal: #171918;
  --soft-black: #252826;
  --gold: #b59a68;
  --line: rgba(23, 25, 24, .16);
  --serif: 'Italiana', 'Times New Roman', serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --page: min(92vw, 1440px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--warm-white); }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--warm-white);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open, body.search-open { overflow: hidden; }
::selection { color: var(--charcoal); background: var(--aqua); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(3.7rem, 9vw, 9.6rem); }
h2 { font-size: clamp(3rem, 6vw, 7rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3.2rem); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; background: var(--charcoal); color: white; }
.skip-link:focus { top: 1rem; }
.site-noise { position: fixed; inset: 0; z-index: 150; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.container { width: var(--page); margin-inline: auto; }
.section { padding: clamp(6rem, 12vw, 12rem) 0; }
.section-sm { padding: clamp(4rem, 8vw, 7rem) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .8rem; margin-bottom: 1.8rem; text-transform: uppercase; letter-spacing: .19em; font-size: .68rem; font-weight: 500; }
.eyebrow::before { content: ''; width: 2.6rem; height: 1px; background: currentColor; }
.lede { max-width: 720px; font-size: clamp(1.15rem, 1.8vw, 1.6rem); line-height: 1.55; color: #4f5350; }
.measure { max-width: 620px; }
.muted { color: #696d6a; }
.center { text-align: center; margin-inline: auto; }
.aqua { background: var(--aqua-pale); }
.dark { color: white; background: var(--charcoal); }
.dark .muted { color: rgba(255,255,255,.62); }
.dark .line-link::after { background: white; }

.button, .button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  min-height: 3.6rem;
  padding: 0 1.6rem;
  border: 1px solid var(--charcoal);
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 500;
  transition: color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
  cursor: pointer;
}
.button { color: white; background: var(--charcoal); }
.button:hover { color: var(--charcoal); background: var(--aqua); transform: translateY(-2px); }
.button-light { color: var(--charcoal); background: var(--ivory); border-color: var(--ivory); }
.button-light:hover { background: var(--aqua); border-color: var(--aqua); }
.button-ghost { background: transparent; }
.button-ghost:hover { color: white; background: var(--charcoal); transform: translateY(-2px); }
.line-link { position: relative; display: inline-block; padding-bottom: .3rem; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 500; }
.line-link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--charcoal); transform-origin: right; transition: transform .4s var(--ease); }
.line-link:hover::after { transform: scaleX(.25); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; color: white; transition: color .4s, background .4s, transform .4s; }
.site-header.scrolled, .site-header.is-solid { color: var(--charcoal); background: rgba(251,250,246,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }
.nav-wrap { width: min(96vw, 1600px); height: 88px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.nav-toggle, .search-toggle { width: fit-content; border: 0; background: none; padding: .7rem; cursor: pointer; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }
.search-toggle { justify-self: end; }
.brand-mark { display: block; width: clamp(156px, 17vw, 235px); padding: .85rem; filter: invert(1); transition: filter .4s; }
.site-header.scrolled .brand-mark, .site-header.is-solid .brand-mark { filter: none; }
.brand-mark img { width: 100%; height: auto; }
.nav-dash { display: inline-block; width: 1.5rem; height: 1px; margin-right: .65rem; vertical-align: middle; background: currentColor; }

.menu-panel { position: fixed; inset: 0; z-index: 110; display: grid; grid-template-columns: 1.3fr .7fr; color: var(--charcoal); background: var(--ivory); transform: translateY(-105%); transition: transform .8s var(--ease); }
.menu-open .menu-panel { transform: none; }
.menu-main { padding: 7rem 7vw 4rem; display: flex; flex-direction: column; justify-content: center; }
.menu-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 3rem; }
.menu-list a { display: inline-flex; align-items: baseline; gap: .7rem; padding: .35rem 0; font-family: var(--serif); font-size: clamp(2rem, 4.2vw, 4.6rem); line-height: 1.1; transition: color .25s, transform .3s; }
.menu-list a span { font-family: var(--sans); font-size: .55rem; letter-spacing: .12em; color: var(--gold); }
.menu-list a:hover { color: var(--aqua-deep); transform: translateX(.4rem); }
.menu-aside { position: relative; min-height: 100vh; overflow: hidden; }
.menu-aside img { width: 100%; height: 100%; object-fit: cover; }
.menu-aside::after { content: 'Imphal · Manipur'; position: absolute; left: 2rem; bottom: 2rem; color: white; text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; }
.menu-close { position: absolute; top: 1.6rem; right: 2vw; z-index: 2; border: 0; background: none; font-size: 1.7rem; cursor: pointer; }

.search-panel { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 2rem; background: rgba(247,242,232,.97); opacity: 0; visibility: hidden; transition: .4s; }
.search-open .search-panel { opacity: 1; visibility: visible; }
.search-inner { width: min(92vw, 900px); }
.search-close { position: absolute; top: 2rem; right: 3vw; border: 0; background: none; font-size: 1.5rem; cursor: pointer; }
.search-label { text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; }
.search-input { width: 100%; margin-top: 1rem; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--charcoal); outline: 0; color: var(--charcoal); background: transparent; font-family: var(--serif); font-size: clamp(2rem, 6vw, 5rem); }
.search-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem 2rem; margin-top: 2rem; }
.search-results a { padding: .8rem 0; border-bottom: 1px solid var(--line); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: white; overflow: hidden; background: var(--charcoal); }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transform: scale(1.03); }
.hero-media::after { content: ''; background: linear-gradient(90deg, rgba(8,12,11,.7), rgba(8,12,11,.08) 70%), linear-gradient(0deg, rgba(8,12,11,.55), transparent 50%); }
.hero-content { position: relative; z-index: 1; width: var(--page); margin: auto; padding: 11rem 0 7vh; }
.hero h1 { max-width: 1050px; margin-bottom: 2rem; }
.hero-sub { max-width: 560px; margin-bottom: 2.5rem; font-size: clamp(1rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-scroll { position: absolute; right: 3vw; bottom: 3rem; z-index: 2; display: flex; align-items: center; gap: .7rem; transform: rotate(90deg); transform-origin: right bottom; text-transform: uppercase; letter-spacing: .18em; font-size: .55rem; }
.hero-scroll::after { content: ''; width: 3rem; height: 1px; background: white; }

.page-hero { padding: 13rem 0 6rem; background: var(--ivory); }
.page-hero h1 { max-width: 1250px; margin-bottom: 2rem; font-size: clamp(4rem, 10vw, 10rem); }
.page-hero-grid { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 3rem; }
.page-hero .lede { justify-self: end; }
.visual-hero { min-height: 82svh; }

.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.intro-grid h2 { margin-bottom: 2rem; }
.intro-aside { padding-top: .7rem; }
.statement { max-width: 1200px; font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 6.7rem); line-height: 1.04; letter-spacing: -.03em; }
.statement em { color: var(--aqua-deep); font-style: normal; }

.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2vw; align-items: end; }
.editorial-grid.reverse { grid-template-columns: .82fr 1.18fr; }
.editorial-image { position: relative; overflow: hidden; background: #e9e5dc; }
.editorial-image.tall { aspect-ratio: 4 / 5; }
.editorial-image.wide { aspect-ratio: 4 / 3; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.editorial-image:hover img { transform: scale(1.025); }
.editorial-copy { padding: clamp(2rem, 5vw, 6rem); }
.editorial-copy h2 { margin-bottom: 2rem; }

.collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.collection-card { position: relative; min-height: 640px; overflow: hidden; color: white; background: var(--soft-black); }
.collection-card:nth-child(1) { grid-column: span 7; }
.collection-card:nth-child(2) { grid-column: span 5; }
.collection-card:nth-child(3) { grid-column: span 5; }
.collection-card:nth-child(4) { grid-column: span 7; }
.collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .8s; }
.collection-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.68), transparent 60%); }
.collection-card:hover img { transform: scale(1.04); filter: saturate(.7); }
.collection-copy { position: absolute; left: clamp(1.5rem, 3vw, 3rem); right: 2rem; bottom: clamp(1.5rem, 3vw, 3rem); z-index: 1; }
.collection-copy h3 { margin-bottom: .6rem; }
.collection-copy p { max-width: 420px; margin-bottom: 1.2rem; }

.brand-marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--ivory); }
.brand-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.brand-track span { padding: 2rem 2.4rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); white-space: nowrap; }
.brand-track span::after { content: '✦'; margin-left: 4.8rem; color: var(--gold); font-size: .65rem; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

.feature-tabs { display: grid; grid-template-columns: .6fr 1.4fr; gap: 6vw; }
.tab-list { display: flex; flex-direction: column; }
.tab-button { padding: 1.2rem 0; border: 0; border-bottom: 1px solid var(--line); text-align: left; color: #7d807e; background: none; font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.7rem); cursor: pointer; transition: color .3s; }
.tab-button.active { color: var(--charcoal); }
.tab-panel { display: none; }
.tab-panel.active { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; animation: reveal .7s var(--ease); }
.tab-panel img { width: 100%; aspect-ratio: 1; object-fit: cover; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; padding: 2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: background .4s, color .4s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { color: var(--charcoal); background: var(--aqua); }
.service-number { font-size: .65rem; letter-spacing: .15em; }
.service-card h3 { margin: auto 0 1rem; }

.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.2); }
.number-item { padding: 3rem 2rem; border-right: 1px solid rgba(255,255,255,.2); }
.number-item:last-child { border-right: 0; }
.number-item strong { display: block; margin-bottom: .6rem; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 400; line-height: 1; }

.quote { max-width: 1000px; margin: auto; text-align: center; }
.quote blockquote { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 5.6rem); line-height: 1.08; }
.quote cite { font-style: normal; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }

.brand-directory { display: grid; grid-template-columns: repeat(3, 1fr); }
.brand-item { min-height: 250px; padding: 2rem; border-top: 1px solid var(--line); border-right: 1px solid var(--line); transition: background .35s; }
.brand-item:nth-child(3n) { border-right: 0; }
.brand-item:hover { background: var(--aqua-pale); }
.brand-item h3 { margin: 3rem 0 1rem; font-size: clamp(2rem, 3vw, 3.4rem); }
.brand-item p { max-width: 330px; color: #676b68; }

.product-focus { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.product-media { min-height: 640px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-copy { padding: clamp(4rem, 8vw, 10rem); display: flex; flex-direction: column; justify-content: center; }
.product-copy h1, .product-copy h2 { margin-bottom: 2rem; }
.offer-badge { width: 9rem; height: 9rem; margin-bottom: 2.5rem; display: grid; place-items: center; text-align: center; border-radius: 50%; color: var(--charcoal); background: var(--aqua); font-family: var(--serif); font-size: 1.25rem; line-height: 1.15; transform: rotate(-8deg); }

.icon-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.icon-feature { min-height: 280px; padding: 2rem; border: 1px solid var(--line); }
.icon-feature svg { width: 2.4rem; height: 2.4rem; margin-bottom: 5rem; fill: none; stroke: currentColor; stroke-width: 1.2; }

.payment-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; }
.payment-card { min-height: 130px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.42); display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 18px 50px rgba(28,31,29,.04); }
.payment-card small { text-transform: uppercase; letter-spacing: .13em; font-size: .55rem; color: #777a78; }
.payment-card strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }

.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.form-card { padding: clamp(2rem, 5vw, 5rem); background: var(--ivory); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.field { display: flex; flex-direction: column; gap: .5rem; }
.field.full { grid-column: 1 / -1; }
.field label { text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid #8b8d8a; border-radius: 0; outline: 0; background: transparent; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua-deep); }
.form-status { min-height: 1.5rem; margin-top: 1rem; font-size: .8rem; }
.honeypot { position: absolute; left: -9999px; }

.faq-list { max-width: 1000px; margin-inline: auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 1.6rem 0; display: flex; justify-content: space-between; gap: 2rem; border: 0; text-align: left; background: none; font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2.3rem); cursor: pointer; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease); }
.faq-answer p { max-width: 760px; padding-bottom: 1.8rem; }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-plus { transition: transform .4s; }
.faq-item.open .faq-plus { transform: rotate(45deg); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-list { border-top: 1px solid var(--line); }
.contact-row { padding: 1.5rem 0; display: grid; grid-template-columns: .5fr 1.5fr; border-bottom: 1px solid var(--line); }
.contact-row small { text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; }
.map-frame { width: 100%; min-height: 560px; border: 0; filter: grayscale(1) contrast(.9); }

.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.instagram-card { position: relative; aspect-ratio: 1; overflow: hidden; }
.instagram-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .6s; }
.instagram-card::after { content: '@choandco_optical'; position: absolute; inset: auto 1.2rem 1rem; color: white; font-size: .65rem; letter-spacing: .08em; opacity: 0; transform: translateY(8px); transition: .4s; }
.instagram-card:hover img { transform: scale(1.04); filter: brightness(.7); }
.instagram-card:hover::after { opacity: 1; transform: none; }

.legal { max-width: 900px; }
.legal h2 { margin: 4rem 0 1.4rem; font-size: clamp(2rem, 4vw, 4rem); }
.legal h3 { margin: 2.5rem 0 1rem; font-size: 1.6rem; }
.legal li { margin-bottom: .5rem; }

.cta-band { padding: clamp(5rem, 10vw, 10rem) 0; text-align: center; background: var(--aqua); }
.cta-band h2 { max-width: 1000px; margin: 0 auto 2.5rem; }
.site-footer { padding: 6rem 0 2rem; color: white; background: var(--charcoal); }
.footer-top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; padding-bottom: 5rem; }
.footer-title { max-width: 820px; margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(3rem, 7vw, 7.7rem); line-height: .98; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.footer-links h4 { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .15em; font-size: .58rem; }
.footer-links a { display: block; width: fit-content; margin: .55rem 0; color: rgba(255,255,255,.68); transition: color .25s; }
.footer-links a:hover { color: var(--aqua); }
.newsletter { display: flex; max-width: 520px; margin-top: 2.2rem; border-bottom: 1px solid rgba(255,255,255,.5); }
.newsletter input { flex: 1; padding: 1rem 0; border: 0; outline: 0; color: white; background: transparent; }
.newsletter button { border: 0; color: white; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: .6rem; }
.footer-bottom { padding-top: 2rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }

.whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 90; width: 3.7rem; height: 3.7rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--charcoal); box-shadow: 0 12px 40px rgba(0,0,0,.2); transition: transform .3s, background .3s; }
.whatsapp:hover { transform: translateY(-4px); background: var(--aqua-deep); }
.whatsapp svg { width: 1.4rem; fill: currentColor; }
.back-top { position: fixed; left: 1.2rem; bottom: 1.2rem; z-index: 90; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(251,250,246,.85); backdrop-filter: blur(12px); opacity: 0; pointer-events: none; transition: opacity .3s; cursor: pointer; }
.back-top.show { opacity: 1; pointer-events: auto; }
.reveal { opacity: 0; transform: translateY(35px); }

.not-found { min-height: 100svh; display: grid; place-items: center; padding: 7rem 1rem; text-align: center; background: var(--aqua-pale); }
.not-found strong { display: block; font-family: var(--serif); font-size: clamp(9rem, 30vw, 28rem); font-weight: 400; line-height: .65; color: var(--aqua-deep); opacity: .18; }
.not-found h1 { margin: -2rem 0 1.5rem; font-size: clamp(3rem, 7vw, 7rem); }

@media (max-width: 980px) {
  .menu-panel { grid-template-columns: 1fr; }
  .menu-aside { display: none; }
  .menu-list { columns: 1; }
  .menu-main { padding-top: 6rem; overflow-y: auto; }
  .menu-list a { font-size: clamp(2rem, 8vw, 4rem); }
  .page-hero-grid, .intro-grid, .feature-tabs, .form-layout, .contact-grid, .footer-top { grid-template-columns: 1fr; }
  .page-hero .lede { justify-self: start; }
  .editorial-grid, .editorial-grid.reverse { grid-template-columns: 1fr; }
  .collection-card:nth-child(n) { grid-column: span 6; min-height: 520px; }
  .services-grid, .brand-directory { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2), .brand-item:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n), .brand-item:nth-child(2n) { border-right: 0; }
  .number-grid { grid-template-columns: repeat(2, 1fr); }
  .number-item:nth-child(2) { border-right: 0; }
  .number-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .product-focus { grid-template-columns: 1fr; }
  .product-media { min-height: 70vh; }
  .payment-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  :root { --page: min(90vw, 1440px); }
  body { font-size: 14px; }
  .nav-wrap { height: 72px; }
  .nav-toggle, .search-toggle { font-size: 0; }
  .nav-toggle::after { content: 'Menu'; font-size: .6rem; }
  .search-toggle::after { content: 'Search'; font-size: .6rem; }
  .brand-mark { width: 145px; }
  .hero-content { padding-bottom: 5rem; }
  .hero-scroll { display: none; }
  .search-results { grid-template-columns: 1fr; }
  .collection-card:nth-child(n) { grid-column: 1 / -1; min-height: 460px; }
  .tab-panel.active { grid-template-columns: 1fr; }
  .services-grid, .brand-directory, .icon-features { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2), .brand-item, .brand-item:nth-child(n) { border-right: 0; }
  .service-card { min-height: 290px; border-bottom: 1px solid var(--line); }
  .brand-item { min-height: 210px; }
  .payment-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .contact-row { grid-template-columns: 1fr; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
