/* Shuddho shared design system */
:root {
  --ink: #102f38;
  --ink-soft: #47636a;
  --deep: #063d47;
  --deep-2: #0b525b;
  --river: #087a80;
  --river-bright: #14a7a0;
  --mint: #b8eeea;
  --foam: #eef9f6;
  --foam-2: #f7fcfa;
  --sand: #f4efe4;
  --sand-deep: #e8dfcc;
  --sun: #f2ad3d;
  --sun-soft: #fff0cd;
  --white: #fff;
  --line: rgba(16, 47, 56, .14);
  --line-light: rgba(255, 255, 255, .2);
  --danger: #a83d32;
  --success: #157462;
  --shadow-sm: 0 10px 28px rgba(5, 44, 50, .08);
  --shadow-lg: 0 26px 80px rgba(5, 44, 50, .16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --max: 1240px;
  --display: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--foam-2); }
body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background: #fbfdfb;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
main, section, article, aside, header, footer, nav, div { min-width: 0; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: .18em; }
button { color: inherit; }
::selection { background: var(--mint); color: var(--deep); }

h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1, h2, h3, h4 {
  color: var(--deep);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.06;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 7vw, 6.35rem); }
h2 { margin: .35rem 0 1.1rem; font-size: clamp(2.25rem, 4.7vw, 4.55rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
p { margin: 0 0 1rem; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 1000;
  transform: translateY(-150%);
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  font-weight: 800;
  box-shadow: var(--shadow-lg);
}
.skip-link:focus { transform: none; }
.sr-only,
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--tight { padding-block: 72px; }
.section--foam { background: var(--foam); }
.section--sand { background: var(--sand); }
.section--deep { background: var(--deep); color: var(--white); }
.eyebrow, .micro-label {
  display: block;
  margin: 0 0 .7rem;
  color: var(--river);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow--dark { color: var(--river); }
.eyebrow--light { color: var(--mint); }
.hero .eyebrow { color: #d7fffb; }
.selector .eyebrow,
.guide-panel .eyebrow { color: #075e63; }
.lede { color: var(--ink); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.62; }
.muted { color: var(--ink-soft); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--deep);
  font-weight: 850;
  text-decoration-thickness: 1px;
}
.text-link:hover { color: var(--river); }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.button, .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .82rem 1.18rem;
  background: var(--deep);
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover, .btn:hover { transform: translateY(-2px); background: var(--deep-2); }
.button--sun, .btn--accent { background: var(--sun); color: #172e31; }
.button--sun:hover, .btn--accent:hover { background: #ffc25c; }
.button--ghost, .btn--ghost { border-color: rgba(6, 61, 71, .25); background: transparent; color: var(--deep); }
.button--ghost:hover, .btn--ghost:hover { border-color: var(--deep); background: var(--foam); }
.button--on-dark, .btn--on-dark { border-color: rgba(255, 255, 255, .5); color: var(--white); }
.button--on-dark:hover, .btn--on-dark:hover { background: rgba(255, 255, 255, .12); }
.button--block, .btn--block { width: 100%; }
.button:disabled, .btn:disabled { opacity: .52; cursor: not-allowed; transform: none; }
.icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

/* Canonical shell */
.announcement {
  min-height: 33px;
  display: grid;
  place-items: center;
  padding: .48rem 1rem;
  background: var(--deep);
  color: var(--white);
  font-size: .76rem;
  letter-spacing: .035em;
  text-align: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 253, 251, .94);
  box-shadow: 0 6px 28px rgba(5, 44, 50, .035);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 48px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--deep);
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .095em;
  text-decoration: none;
}
.brand svg { width: 34px; height: 34px; flex: 0 0 34px; }
.brand--footer { color: var(--white); }
.brand--footer:hover { color: var(--mint); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 2vw, 29px); }
.site-nav a, .header-action {
  position: relative;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}
.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.65rem;
  left: 0;
  height: 2px;
  background: var(--river);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.cart-link { display: inline-flex; align-items: center; gap: 7px; }
.cart-count {
  min-width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--sun-soft);
  color: var(--deep);
  font-size: .72rem;
  font-weight: 900;
}
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.site-footer { padding-top: 82px; background: #052f37; color: #dbe9e7; }
.site-footer .brand { color: var(--white); }
.footer-top { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.5fr); gap: clamp(50px, 8vw, 120px); }
.footer-brand > p { max-width: 440px; margin-top: 22px; color: #b8cfcc; line-height: 1.75; }
.footer-advice { color: var(--mint); font-weight: 800; }
.footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.footer-nav h2 { margin: 0 0 20px; color: var(--white); font: 800 .76rem/1.2 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.footer-nav a { display: block; width: fit-content; margin: 0 0 12px; color: #b8cfcc; font-size: .9rem; text-decoration: none; }
.footer-nav a:hover { color: var(--white); }
.footer-bottom {
  margin-top: 72px;
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #8fb0ad;
  font-size: .78rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }

/* Shared image-led internal hero */
.page-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
}
.page-hero__media,
.page-hero > img:not(.page-hero__inline-image) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 42, 49, .92), rgba(4, 42, 49, .47) 62%, rgba(4, 42, 49, .16)), linear-gradient(0deg, rgba(4, 42, 49, .58), transparent 55%);
}
.page-hero__inner,
.page-hero__content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding-block: 112px 58px; }
.page-hero__content { max-width: 1240px; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .58fr); gap: 64px; align-items: end; }
.page-hero h1 { max-width: 850px; margin: .3rem 0 1.1rem; color: var(--white); }
.page-hero p { max-width: 650px; color: #e0f1ef; font-size: 1.08rem; }
.page-hero .eyebrow { color: var(--mint); }
.page-hero__panel { padding: 24px; border-radius: var(--radius); background: rgba(248, 252, 250, .94); color: var(--ink); box-shadow: var(--shadow-lg); }
.page-hero__panel h2, .page-hero__panel h3 { color: var(--deep); }
.page-header {
  padding: 76px 0 44px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--foam), #fbfdfb);
}
.page-header h1 { margin: .25rem 0 1rem; font-size: clamp(2.8rem, 6vw, 5.3rem); }
.page-header p { max-width: 700px; color: var(--ink-soft); font-size: 1.08rem; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--ink-soft); font-size: .8rem; }
.breadcrumbs a { text-decoration: none; }

/* Homepage */
.hero {
  position: relative;
  min-height: 675px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
}
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 42, 48, .92) 0%, rgba(5, 42, 48, .58) 47%, rgba(5, 42, 48, .12) 78%), linear-gradient(0deg, rgba(5, 42, 48, .68), transparent 55%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  padding: 112px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  gap: 64px;
  align-items: end;
}
.hero h1 { margin: .4rem 0 1.3rem; max-width: 840px; color: var(--white); font-size: clamp(3.2rem, 6.6vw, 6.4rem); line-height: .91; }
.hero__copy { max-width: 640px; color: #e0f1ef; font-size: 1.08rem; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__card { padding: 26px; border-radius: 24px; background: rgba(246, 252, 249, .94); color: var(--ink); box-shadow: 0 24px 70px rgba(0, 0, 0, .24); backdrop-filter: blur(12px); }
.hero__card strong { display: block; color: var(--deep); font: 600 1.58rem/1.16 var(--display); }
.hero__card p { margin-block: 14px; color: var(--ink-soft); line-height: 1.55; }
.hero__card a { color: var(--deep); font-weight: 850; }
.hero__foot { position: relative; z-index: 2; padding: 14px 0; border-top: 1px solid var(--line-light); }
.hero__foot-inner { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; display: flex; flex-wrap: wrap; gap: 16px 34px; color: #dff5f2; font-size: .79rem; }

.proof-band { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-grid article { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 24px 16px; border-right: 1px solid var(--line); }
.proof-grid article:first-child { padding-left: 0; }
.proof-grid article:last-child { border-right: 0; }
.proof-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--foam); color: var(--river); font-size: .68rem; font-weight: 900; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { font-size: .88rem; }
.proof-grid small { margin-top: 2px; color: var(--ink-soft); font-size: .73rem; }

.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(250px, .55fr); gap: 80px; align-items: end; }
.section-heading--split p:last-child { color: var(--ink-soft); }
.featured { background: var(--foam-2); }
.featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s ease, box-shadow .22s ease; }
.product-card--feature { box-shadow: 0 14px 42px rgba(5, 44, 50, .06); }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card__image { position: relative; display: block; aspect-ratio: 1 / .92; overflow: hidden; background: var(--sand); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card__image img { transform: scale(1.025); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; background: var(--sun-soft); color: var(--deep); font-size: .68rem; font-weight: 900; }
.product-badge--soft { background: var(--white); }
.product-badge--teal { background: var(--deep); color: var(--white); }
.product-card__body { padding: 23px; }
.product-card h3 { margin: 0 0 8px; font-size: 1.68rem; }
.product-card h3 a { text-decoration: none; }
.product-card__meta { min-height: 48px; color: var(--ink-soft); font-size: .87rem; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 19px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-card__foot strong { color: var(--deep); font-size: 1.08rem; }
.round-add { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--deep); color: var(--white); font-size: 1.45rem; line-height: 1; cursor: pointer; }
.round-add:hover { background: var(--river); }

.story-split { background: var(--sand); }
.story-split__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, .83fr); gap: clamp(54px, 8vw, 118px); align-items: center; }
.story-image { position: relative; margin: 0; }
.story-image img { width: 100%; min-height: 610px; object-fit: cover; border-radius: 220px 220px 28px 28px; box-shadow: var(--shadow-lg); }
.story-image figcaption { position: absolute; right: -24px; bottom: 32px; max-width: 230px; padding: 17px 19px; border-radius: 14px; background: var(--deep); color: var(--white); font-size: .78rem; line-height: 1.45; }
.story-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.story-copy .lede { color: var(--ink); }
.story-notes { margin: 36px 0 0; border-top: 1px solid rgba(16, 47, 56, .2); }
.story-notes div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(16, 47, 56, .2); }
.story-notes dt { color: var(--deep); font-weight: 850; }
.story-notes dd { margin: 0; color: var(--ink-soft); }

.fit-finder { background: var(--deep); color: var(--white); }
.fit-finder__intro { max-width: 680px; margin-bottom: 38px; }
.fit-finder h2, .fit-finder h3 { color: var(--white); }
.fit-finder__intro p:last-child { color: #bed4d1; }
.fit-finder__panel { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 26px; background: rgba(255, 255, 255, .06); }
.fit-options { display: grid; align-content: start; padding: 24px; gap: 9px; border-right: 1px solid rgba(255, 255, 255, .16); }
.fit-option { display: flex; justify-content: space-between; gap: 16px; padding: 19px; border: 1px solid transparent; border-radius: 15px; background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.fit-option span, .fit-option small { display: block; }
.fit-option span { font-weight: 800; }
.fit-option small { max-width: 170px; color: #a8c9c5; text-align: right; }
.fit-option:hover, .fit-option.is-selected { border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .1); }
.fit-option.is-selected::before { content: "●"; color: var(--sun); }
.fit-result { min-height: 330px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(32px, 6vw, 76px); background: var(--foam); color: var(--ink); }
.fit-result h3 { margin: 0 0 14px; color: var(--deep); font-size: clamp(2rem, 3.4vw, 3.25rem); }
.fit-result p { max-width: 650px; color: var(--ink-soft); }
.fit-result .button { margin-top: 12px; }

.service-story { background: var(--white); }
.service-story__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); gap: clamp(54px, 9vw, 128px); align-items: center; }
.service-story__copy > p { color: var(--ink-soft); }
.service-story__copy .lede { color: var(--ink); }
.service-steps { padding: 0; margin: 34px 0; list-style: none; border-top: 1px solid var(--line); }
.service-steps li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.service-steps li > span { color: var(--river); font-size: .72rem; font-weight: 900; }
.service-steps strong { display: block; margin-bottom: 4px; color: var(--deep); }
.service-steps p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.service-story__image { position: relative; margin: 0; }
.service-story__image img { width: 100%; min-height: 650px; object-fit: cover; border-radius: 28px 220px 28px 28px; }
.image-note { position: absolute; left: -32px; bottom: 34px; padding: 17px 20px; border-radius: 14px; background: var(--sun); color: var(--deep); box-shadow: var(--shadow-sm); }
.image-note strong, .image-note span { display: block; }
.image-note span { margin-top: 3px; font-size: .72rem; }

.testimonials { background: var(--foam); }
.testimonial-layout { display: grid; grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 112px); align-items: center; }
.testimonial-portrait { margin: 0; }
.testimonial-portrait img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 180px 180px 22px 22px; }
.testimonial-copy blockquote { margin: 14px 0 24px; color: var(--deep); font: 500 clamp(2rem, 4.1vw, 4rem)/1.08 var(--display); letter-spacing: -.035em; }
.testimonial-credit { color: var(--river); font-size: .77rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.testimonial-mini { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.testimonial-mini article { padding-right: 18px; }
.testimonial-mini strong { color: var(--deep); }
.testimonial-mini p { margin-top: 5px; color: var(--ink-soft); font-size: .88rem; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(240px, .52fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 132px; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 42px 22px 0; color: var(--deep); font-weight: 780; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 17px; right: 5px; color: var(--river); font: 400 1.6rem/1 var(--sans); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 780px; padding: 0 42px 21px 0; color: var(--ink-soft); }

.final-cta { position: relative; min-height: 520px; display: grid; align-items: center; overflow: hidden; background: var(--deep); color: var(--white); }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 42, 49, .93), rgba(4, 42, 49, .5) 64%, rgba(4, 42, 49, .12)); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta h2 { max-width: 800px; color: var(--white); }
.final-cta p:not(.eyebrow) { max-width: 600px; color: #d7eeeb; font-size: 1.07rem; }
.final-cta__inner > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* Shared content patterns */
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.info-card h3 { margin-top: .4rem; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: var(--foam); color: var(--deep); font-size: .72rem; font-weight: 800; }
.trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.trust-strip > * { padding: 18px; border-right: 1px solid var(--line); }
.trust-strip > *:last-child { border-right: 0; }
.notice { padding: 16px 18px; border-left: 4px solid var(--river); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--foam); color: var(--ink-soft); }
.notice--warning { border-color: var(--sun); background: var(--sun-soft); }
.status-message { display: none; margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-sm); }
.status-message.is-visible { display: block; }
.status-message--error { background: #fff0ed; color: var(--danger); }
.status-message--success { background: #e8f7f1; color: var(--success); }
.empty-state { padding: 70px 24px; border: 1px dashed rgba(16, 47, 56, .25); border-radius: var(--radius); text-align: center; background: var(--foam-2); }
.empty-state h2, .empty-state h3 { margin-top: 0; }

.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); -webkit-overflow-scrolling: touch; }
table { width: 100%; min-width: 670px; border-collapse: collapse; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--foam); color: var(--deep); font-size: .78rem; letter-spacing: .04em; }
tr:last-child td { border-bottom: 0; }

/* Forms */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { min-width: 0; display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label, .field-label { color: var(--deep); font-size: .84rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea,
.input, .select, .textarea {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  border: 1px solid rgba(16, 47, 56, .24);
  border-radius: 12px;
  padding: 11px 13px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}
.form-field textarea, .textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus,
.input:focus, .select:focus, .textarea:focus { border-color: var(--river); box-shadow: 0 0 0 3px rgba(8, 122, 128, .13); }
.form-field [aria-invalid="true"] { border-color: var(--danger); background: #fffafa; }
.field-error { min-height: 18px; margin: 0; color: var(--danger); font-size: .74rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.choice-card { position: relative; min-width: 0; display: flex; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); cursor: pointer; }
.choice-card:has(input:checked) { border-color: var(--river); background: var(--foam); box-shadow: inset 0 0 0 1px var(--river); }
.choice-card input { margin-top: 4px; }
.choice-card strong, .choice-card small { display: block; }
.choice-card small { margin-top: 3px; color: var(--ink-soft); }

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  max-width: min(380px, calc(100vw - 40px));
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity .2s ease, transform .2s ease;
}
.toast.is-visible,
.toast.commerce-toast-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1000px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .83rem; }
  .header-action:not(.cart-link) { display: none; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-grid article:nth-child(3) { padding-left: 0; }
  .story-image figcaption { right: 16px; }
  .image-note { left: 18px; }
}

@media (max-width: 800px) {
  .site-header { background: #fbfdfb; backdrop-filter: none; }
  .container, .nav-shell, .hero__inner, .hero__foot-inner, .page-hero__inner, .page-hero__content { width: min(100% - 36px, var(--max)); }
  .section { padding-block: 76px; }
  .announcement { min-height: 34px; font-size: .69rem; }
  .nav-shell { min-height: 68px; gap: 12px; }
  .brand { margin-right: auto; }
  .menu-toggle { order: 3; display: inline-grid; width: 42px; height: 42px; place-items: center; padding: 8px; border-radius: 50%; }
  .header-actions { order: 2; }
  .site-nav {
    position: fixed;
    top: 110px;
    right: 12px;
    left: 12px;
    z-index: 100;
    margin: 0;
    padding: 20px;
    display: none;
    align-items: stretch;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
  }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav a { padding: 12px 10px; border-radius: 10px; font-size: 1rem; }
  .site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--foam); }
  .site-nav a::after { display: none; }
  .hero { min-height: 780px; }
  .hero__inner { grid-template-columns: 1fr; gap: 28px; padding-top: 84px; }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 5rem); }
  .hero__card { max-width: 470px; }
  .page-hero { min-height: 610px; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .page-hero__inner, .page-hero__content { padding-block: 80px 46px; }
  .section-heading--split,
  .story-split__grid,
  .fit-finder__panel,
  .service-story__grid,
  .testimonial-layout,
  .faq-layout,
  .footer-top { grid-template-columns: 1fr; }
  .section-heading--split { gap: 12px; }
  .featured-grid, .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-image { max-width: 610px; }
  .story-image img { min-height: 520px; }
  .fit-options { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .fit-result { min-height: auto; }
  .service-story__image { order: -1; max-width: 630px; }
  .service-story__image img { min-height: 560px; }
  .testimonial-portrait { max-width: 430px; }
  .faq-layout > div:first-child { position: static; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip > *:nth-child(2) { border-right: 0; }
  .trust-strip > *:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-nav { gap: 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 580px) {
  .container, .nav-shell, .hero__inner, .hero__foot-inner, .page-hero__inner, .page-hero__content { width: min(100% - 32px, var(--max)); }
  .section { padding-block: 62px; }
  .brand span { font-size: .84rem; }
  .brand svg { width: 31px; height: 31px; }
  .header-action { font-size: .82rem; }
  .cart-link { font-size: 0; }
  .cart-count { font-size: .7rem; }
  .cart-link::before { content: "Bag"; font-size: .76rem; }
  .site-nav { top: 105px; }
  .hero { min-height: 810px; }
  .hero::after { background: linear-gradient(0deg, rgba(5, 42, 48, .93), rgba(5, 42, 48, .46) 70%, rgba(5, 42, 48, .2)); }
  .hero__inner { padding-top: 72px; }
  .hero h1 { max-width: 10ch; font-size: clamp(3rem, 15.5vw, 4.15rem); }
  .hero__copy { font-size: .98rem; }
  .hero__actions .button { flex: 1 1 100%; }
  .hero__card { padding: 20px; }
  .hero__foot-inner { gap: 8px 16px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid article:last-child { border-bottom: 0; }
  .featured-grid, .card-grid { grid-template-columns: 1fr; }
  .product-card__image { aspect-ratio: 1.12 / 1; }
  .story-image img { min-height: 430px; border-radius: 150px 150px 22px 22px; }
  .story-image figcaption { right: 10px; bottom: 16px; max-width: 205px; }
  .story-notes div { grid-template-columns: 98px 1fr; }
  .fit-options { padding: 14px; }
  .fit-option { flex-direction: column; gap: 4px; }
  .fit-option small { max-width: none; text-align: left; }
  .fit-option.is-selected::before { position: absolute; }
  .fit-result { padding: 28px 22px; }
  .service-story__image img { min-height: 455px; border-radius: 24px 140px 24px 24px; }
  .image-note { right: 12px; bottom: 12px; left: 12px; }
  .testimonial-mini { grid-template-columns: 1fr; }
  .testimonial-copy blockquote { font-size: 2rem; }
  .final-cta { min-height: 610px; }
  .final-cta__inner > div .button { width: 100%; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > *:last-child { border-bottom: 0; }
}

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