/* WalkWell Co — walkwellco.com
   Sage #3F6152 · Cream #FBF7F0 · Charcoal #2E3330 · Amber #A9601B (CTAs only) · Clay #D9C3AE */
:root {
  --sage: #3F6152; --sage-dark: #35513F; --cream: #FBF7F0; --charcoal: #2E3330;
  --amber: #A9601B; --amber-dark: #94530F; --clay: #D9C3AE; --clay-bg: #F4EDE1;
  --line: #E7DFCF; --muted: #5A5F5A; --muted-2: #6B6F6B; --warm: #8A7358;
  --serif: 'Literata', Georgia, serif; --sans: 'Atkinson Hyperlegible', system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { max-width: 100%; }
a { color: var(--sage); text-decoration: none; }
a:hover { color: #2E4A3E; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; text-wrap: pretty; }
p { margin: 0; }
.container { max-width: 1312px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* Buttons */
.btn { display: inline-block; background: var(--amber); color: #fff; font-weight: 700; font-size: 17px; padding: 14px 28px; border-radius: 999px; border: 0; cursor: pointer; font-family: var(--sans); text-align: center; }
.btn:hover { background: var(--amber-dark); color: #fff; }
.btn--full { width: 100%; }
.btn--cream { background: var(--cream); color: var(--sage); }
.btn--cream:hover { background: #EFE6D6; color: var(--sage); }
.btn-outline { display: inline-block; border: 2px solid var(--sage); color: var(--sage); font-weight: 700; font-size: 15.5px; padding: 10px 22px; border-radius: 999px; }
.btn-outline:hover { background: #EFE6D6; }
.link-underline { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.link-underline--clay { color: var(--clay); }
.link-underline--clay:hover { color: var(--cream); }
.kicker { font-size: 14.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay); }
.kicker--warm { color: var(--warm); }
.img-badge { position: absolute; left: 16px; bottom: 16px; background: rgba(251,247,240,0.95); border-radius: 10px; padding: 9px 15px; font-size: 14px; color: var(--sage); font-weight: 700; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; }
.header-bar { background: var(--sage); }
.header-inner { max-width: 1312px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 16px 24px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--cream); }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-name { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--cream); white-space: nowrap; }
.brand-tag { font-size: 12.5px; color: var(--clay); letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; gap: 28px; justify-self: center; font-size: 16.5px; }
.main-nav a { color: var(--cream); }
.main-nav a:hover { color: var(--clay); }
.main-nav a[aria-current] { font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 22px; justify-self: end; }
.icon-link { display: flex; color: var(--cream); }
.icon-link:hover { color: var(--clay); }
.cart-pill { display: flex; align-items: center; gap: 8px; background: var(--cream); color: var(--sage); font-weight: 700; font-size: 16px; padding: 10px 18px; border-radius: 999px; }
.cart-pill:hover { background: #EFE6D6; color: var(--sage); }
.announce { background: var(--sage-dark); color: var(--cream); text-align: center; padding: 7px 24px; font-size: 14.5px; letter-spacing: 0.02em; }
.mobile-bar { display: none; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; }
.brand--compact img { width: 40px; height: 40px; }
.brand--compact .brand-name { font-size: 20px; }
.cart-pill--compact { font-size: 15px; padding: 11px 16px; }
.menu-toggle { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: none; border: 0; cursor: pointer; color: var(--cream); }
.menu-toggle .icon-close { display: none; }
.menu-toggle.open .icon-close { display: block; }
.menu-toggle.open .icon-burger { display: none; }
.mobile-menu { display: none; background: var(--sage-dark); flex-direction: column; padding: 4px 0 10px; box-shadow: 0 12px 24px rgba(46,51,48,0.25); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--cream); font-size: 17.5px; padding: 15px 24px; border-bottom: 1px solid rgba(251,247,240,0.08); }
.mobile-menu a.active { font-weight: 700; }
.mobile-menu a:last-of-type { border-bottom: 0; }
.mobile-menu-tag { padding: 12px 24px 6px; font-size: 12.5px; color: var(--clay); letter-spacing: 0.06em; text-transform: uppercase; }

/* Hero */
.hero { max-width: 1312px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 52px; padding: clamp(40px, 6vw, 72px) 24px; }
.hero-copy { flex: 1 1 480px; min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.hero h1 { font-size: clamp(32px, 4.5vw, 48px); line-height: 1.14; }
.hero-sub { font-size: 18.5px; line-height: 1.55; color: #4A4F4B; max-width: 520px; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; max-width: 540px; }
.problem-item { display: flex; align-items: center; gap: 12px; border: 1.5px solid #C9BFAC; background: #fff; border-radius: 12px; padding: 16px 18px; font-size: 17px; font-weight: 700; color: var(--charcoal); }
.problem-item:hover { border-color: var(--sage); background: #F4EEE2; color: var(--charcoal); }
.problem-item .arrow { color: var(--sage); font-weight: 700; }
.hero-ctas { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-trust { font-size: 15px; color: var(--muted-2); }

/* Video clip cards */
.clip-rail { display: flex; gap: 18px; align-items: flex-start; overflow-x: auto; max-width: 100%; padding-bottom: 8px; }
.clip-card { position: relative; width: 204px; height: 362px; border-radius: 16px; overflow: hidden; background: var(--clay); cursor: pointer; flex-shrink: 0; box-shadow: 0 6px 20px rgba(46,51,48,0.16); }
.clip-card .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.clip-card.up1 { margin-top: 28px; }
.clip-card.up3 { margin-top: 48px; }
.clip-chip { position: absolute; top: 12px; left: 12px; background: rgba(251,247,240,0.94); color: var(--sage); font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.clip-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(251,247,240,0.94); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(46,51,48,0.25); }
.clip-time { position: absolute; right: 12px; bottom: 48px; background: rgba(46,51,48,0.65); color: var(--cream); font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 6px; }
.clip-caption { position: absolute; inset: auto 0 0 0; padding: 32px 14px 12px; background: linear-gradient(180deg, rgba(46,51,48,0) 0%, rgba(46,51,48,0.72) 100%); color: var(--cream); font-size: 13.5px; font-weight: 700; line-height: 1.35; }
.clip-player { position: absolute; inset: 0; z-index: 2; background: #000; }
.clip-player video { width: 100%; height: 100%; object-fit: cover; }
.clip-stop { position: absolute; top: 8px; right: 8px; z-index: 3; width: 32px; height: 32px; border-radius: 50%; border: 0; background: rgba(251,247,240,0.92); color: var(--charcoal); font-size: 17px; font-weight: 700; cursor: pointer; line-height: 1; }
.clip-card--small { width: 198px; height: 352px; border-radius: 14px; box-shadow: 0 4px 14px rgba(46,51,48,0.12); }
.clip-card--fluid { width: auto; height: 400px; flex-shrink: 1; }

/* Day with Banjo */
.day { background: var(--sage); }
.day-inner { padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(48px, 7vw, 88px); display: flex; flex-direction: column; gap: 48px; }
.day .kicker { margin-bottom: 10px; }
.day h2 { font-size: clamp(30px, 3.6vw, 40px); color: var(--cream); max-width: 760px; line-height: 1.18; }
.day-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 32px; position: relative; }
.day-grid::before { content: ''; position: absolute; top: 106px; left: 74px; right: 230px; border-top: 2px dashed rgba(217,195,174,0.45); }
.day-stop { display: flex; flex-direction: column; gap: 14px; position: relative; }
.day-time { font-size: 15px; font-weight: 700; color: var(--clay); letter-spacing: 0.04em; }
.day-photo { width: 148px; height: 148px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(251,247,240,0.35); }
.day-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.day-moment { font-family: var(--serif); font-size: 21px; font-weight: 500; color: var(--cream); }
.day-line { font-size: 15px; line-height: 1.5; color: rgba(251,247,240,0.75); }
.day-link { font-size: 15px; font-weight: 700; color: var(--clay); text-decoration: underline; text-underline-offset: 4px; }
.day-link:hover { color: var(--cream); }
.day-cta { display: flex; align-items: center; gap: 18px; border-top: 1px solid rgba(251,247,240,0.18); padding-top: 32px; flex-wrap: wrap; }
.day-cta p { font-size: 17px; color: rgba(251,247,240,0.85); flex: 1; min-width: 260px; }

/* Promises */
.promises { max-width: 1312px; margin: 0 auto; padding: clamp(48px, 7vw, 88px) 24px; display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); align-items: center; }
.promises-copy { flex: 1 1 480px; min-width: 0; display: flex; flex-direction: column; gap: 26px; }
.promises h2 { font-size: clamp(28px, 3.4vw, 38px); }
.promise-list { display: flex; flex-direction: column; gap: 22px; }
.promise { display: flex; gap: 18px; align-items: flex-start; }
.promise-num { font-family: var(--serif); font-size: 22px; color: var(--amber); font-weight: 600; min-width: 32px; }
.promise-title { font-size: 18px; font-weight: 700; }
.promise-line { font-size: 16px; line-height: 1.55; color: #4A4F4B; max-width: 520px; margin-top: 4px; }
.promise-sig { font-family: var(--serif); font-style: italic; font-size: 16.5px; color: var(--muted); }
.promise-img { position: relative; flex: 1 1 400px; min-width: 0; }
.promise-img img { width: 100%; height: clamp(320px, 45vw, 430px); object-fit: cover; border-radius: 18px; background: var(--clay); display: block; }

/* Watch it work */
.watch { border-top: 1px solid #EFE6D6; }
.watch-inner { padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(48px, 7vw, 88px); display: flex; flex-direction: column; gap: 36px; }
.watch-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.watch h2 { font-size: clamp(28px, 3.4vw, 38px); }
.watch-sub { font-size: 17.5px; color: var(--muted); margin-top: 8px; }
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { border: 1.5px solid #C9BFAC; color: var(--charcoal); font-size: 15px; font-weight: 700; padding: 8px 17px; border-radius: 999px; }
.chip:hover { border-color: var(--sage); color: var(--charcoal); }
.chip--active { background: var(--sage); border-color: var(--sage); color: var(--cream); }
.chip--active:hover { color: var(--cream); }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
.watch-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 24px; gap: 24px; flex-wrap: wrap; }
.watch-foot p { font-size: 16px; color: var(--muted); }

/* Breadcrumb */
.breadcrumb { padding-top: 18px; font-size: 14.5px; color: var(--muted-2); }
.breadcrumb a { color: var(--muted-2); }
.breadcrumb a:hover { color: var(--sage); }
.crumb-here { color: var(--charcoal); font-weight: 700; }

/* Product */
.product { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 56px); padding-top: 28px; padding-bottom: clamp(48px, 6vw, 72px); align-items: flex-start; }
.gallery { flex: 1.15 1 480px; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.gallery-main { position: relative; border-radius: 18px; overflow: hidden; background: var(--clay); }
.gallery-main img { width: 100%; height: clamp(300px, 50vw, 440px); object-fit: cover; display: block; }
.thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 14px; }
.thumbs img { width: 100%; height: 110px; object-fit: cover; border-radius: 12px; background: var(--clay); }
.thumb-more { height: 110px; border-radius: 12px; background: var(--sage); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 14.5px; font-weight: 700; text-align: center; padding: 0 10px; }
.thumb-more:hover { background: var(--sage-dark); color: var(--cream); }
.buy { flex: 1 1 420px; min-width: 0; display: flex; flex-direction: column; gap: 22px; }
.buy-head { display: flex; flex-direction: column; gap: 8px; }
.buy h1 { font-size: clamp(27px, 3vw, 34px); }
.rating-row { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.rating-row a { text-decoration: underline; text-underline-offset: 3px; }
.stars { color: var(--amber); letter-spacing: 2px; }
.price { font-family: var(--serif); font-size: 28px; margin-top: 4px; }
.fit-box { background: var(--clay-bg); border: 1.5px solid #E2D9C8; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.fit-title { font-size: 17px; font-weight: 700; }
.fit-labels { display: flex; justify-content: space-between; font-size: 15.5px; margin-bottom: 8px; }
.fit-labels span { font-weight: 700; }
.fit-labels output { font-family: var(--serif); font-size: 18px; color: var(--sage); font-weight: 600; }
input[type="range"] { width: 100%; accent-color: var(--sage); height: 26px; margin: 0; }
.verdict { background: #E4EBE2; border-radius: 12px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; }
.verdict--over { background: #F3E4D3; }
.verdict-mark { font-size: 20px; line-height: 1; }
.verdict-title { font-size: 16.5px; font-weight: 700; }
.verdict-line { font-size: 14.5px; line-height: 1.5; color: #4A4F4B; margin-top: 3px; }
.cart-msg { font-size: 14.5px; font-weight: 700; color: var(--sage); text-align: center; }
.fit-fine { display: flex; justify-content: center; gap: 20px; font-size: 14px; color: var(--muted); flex-wrap: wrap; }
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 15.5px; line-height: 1.55; color: #4A4F4B; }
.checks li { padding-left: 26px; position: relative; }
.checks li::before { content: '✓'; position: absolute; left: 0; color: var(--sage); font-weight: 700; }

/* First-tries band */
.band { background: var(--clay-bg); border-top: 1px solid var(--line); }
.band-inner { padding-top: 44px; padding-bottom: 52px; display: flex; flex-direction: column; gap: 22px; }
.band-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.band h2 { font-size: 26px; }
.band-sub { font-size: 15px; color: var(--muted-2); margin-top: 4px; }
.clip-rail--band { gap: 16px; }

/* Specs */
.specs { display: flex; flex-wrap: wrap; gap: clamp(36px, 5vw, 64px); padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(48px, 6vw, 72px); align-items: flex-start; }
.specs-col { flex: 1 1 420px; min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.specs h2 { font-size: clamp(25px, 2.8vw, 30px); }
.specs-col > p { font-size: 16px; line-height: 1.6; color: #4A4F4B; }
.spec-rows { display: flex; flex-direction: column; font-size: 16px; color: #4A4F4B; }
.spec-row { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #EFE6D6; padding: 12px 0; }
.spec-row:last-child { border-bottom: 0; }
.spec-note { font-size: 15px; color: var(--muted-2); }
.help-card { background: var(--clay-bg); border-radius: 14px; padding: 18px 22px; font-size: 15.5px; line-height: 1.55; color: #4A4F4B; }

/* Reviews */
.reviews-band { background: var(--sage); }
.reviews-inner { padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(48px, 6vw, 72px); display: flex; flex-direction: column; gap: 36px; }
.reviews-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.reviews-band h2 { font-size: clamp(25px, 2.8vw, 30px); color: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.review-card { background: var(--cream); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 12px; margin: 0; }
.review-card .stars { font-size: 15px; }
.review-card blockquote { font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.55; margin: 0; }
.review-card figcaption { font-size: 14.5px; font-weight: 700; color: var(--sage); }

/* FAQ */
.faq { padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(48px, 6vw, 72px); display: flex; flex-direction: column; gap: 32px; }
.faq > h2 { font-size: clamp(25px, 2.8vw, 30px); }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.qa-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; }
.qa-card h3 { font-size: 20px; font-weight: 600; color: var(--sage); }
.qa-card p { font-size: 15.5px; line-height: 1.6; color: #4A4F4B; margin-top: 10px; }
.cta-band { background: var(--clay-bg); border-radius: 18px; padding: 32px 40px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-band > div { flex: 1; min-width: 300px; }
.cta-title { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.cta-sub { font-size: 15px; color: var(--muted); margin-top: 4px; }

/* Footer */
.footer { background: var(--sage); }
.footer-inner { padding-top: clamp(48px, 7vw, 88px); display: flex; flex-direction: column; gap: 56px; }
.sendoff { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); align-items: center; }
.sendoff-copy { flex: 1 1 480px; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.sendoff-title { font-family: var(--serif); font-size: clamp(30px, 3.6vw, 40px); font-weight: 500; line-height: 1.18; color: var(--cream); text-wrap: pretty; }
.sendoff-sub { font-size: 17px; line-height: 1.55; color: rgba(251,247,240,0.78); max-width: 520px; }
.sendoff-img { flex: 1 1 380px; min-width: 0; width: 100%; height: clamp(260px, 40vw, 340px); object-fit: cover; border-radius: 18px; background: var(--clay); }
.newsletter { display: flex; align-items: center; background: var(--cream); border-radius: 999px; padding: 6px 6px 6px 24px; gap: 12px; max-width: 460px; }
.newsletter input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font-family: var(--sans); font-size: 16px; color: var(--charcoal); }
.newsletter input::placeholder { color: #8A8E8A; }
.newsletter .btn { font-size: 16px; padding: 12px 24px; }
.newsletter-fine { font-size: 14px; color: rgba(251,247,240,0.55); }
.newsletter-msg { font-size: 16px; font-weight: 700; color: var(--cream); background: rgba(251,247,240,0.12); border-radius: 12px; padding: 14px 18px; max-width: 460px; }
.newsletter-msg--err { background: rgba(169,96,27,0.25); }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 40px; border-top: 1px solid rgba(251,247,240,0.18); padding-top: 48px; }
.footer-cols a { display: block; color: var(--cream); font-size: 16px; margin-top: 12px; }
.footer-cols a:hover { color: var(--clay); }
.col-title { font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay); }
.footer-about { padding-right: 40px; }
.footer-about p { font-size: 15.5px; line-height: 1.55; color: rgba(251,247,240,0.75); margin-top: 14px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid rgba(251,247,240,0.4); }
.footer-brand span { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--cream); }
.legal { border-top: 1px solid rgba(251,247,240,0.18); display: flex; justify-content: space-between; align-items: center; padding: 20px 0 24px; font-size: 14px; color: rgba(251,247,240,0.6); flex-wrap: wrap; gap: 12px; }
.legal-links { display: flex; gap: 24px; flex-wrap: wrap; }
.legal a { color: rgba(251,247,240,0.6); }
.legal a:hover { color: var(--cream); }

/* Responsive */
@media (max-width: 1140px) {
  .header-inner { display: none; }
  .mobile-bar { display: flex; }
  .day-grid::before { display: none; }
}
@media (min-width: 1141px) {
  .mobile-menu { display: none !important; }
}
@media (max-width: 640px) {
  .clip-card { width: 180px; height: 320px; }
  .clip-card.up1, .clip-card.up3 { margin-top: 0; }
  .cta-band { padding: 26px 24px; }
  .footer-about { padding-right: 0; }
}

/* Category pages */
button.chip { background: none; font-family: var(--sans); cursor: pointer; }
button.chip--active { background: var(--sage); }
.cat { padding-top: clamp(36px, 5vw, 56px); padding-bottom: clamp(48px, 6vw, 72px); display: flex; flex-direction: column; gap: 36px; }
.cat-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cat-intro { display: flex; flex-direction: column; gap: 10px; max-width: 620px; }
.cat-intro h1 { font-size: clamp(30px, 4vw, 40px); line-height: 1.1; }
.cat-intro p { font-size: 17px; line-height: 1.55; color: #4A4F4B; }
.fit-panel { background: var(--clay-bg); border: 1.5px solid #E2D9C8; border-radius: 16px; padding: 20px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1 1 360px; min-width: min(360px, 100%); max-width: 480px; }
.fit-panel .fit-labels { margin-bottom: 0; font-size: 15px; }
.fit-help { font-size: 13.5px; color: var(--muted-2); min-height: 1.4em; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.cat-card { border: 1.5px solid var(--line); background: #fff; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: opacity 0.2s; }
.card-dim { opacity: 0.62; }
.cat-card__img { position: relative; background: var(--clay); height: 210px; }
.cat-card__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.badge-chip { position: absolute; top: 12px; left: 12px; background: rgba(251,247,240,0.95); color: var(--sage); font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.cat-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.cat-card__name { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.cat-card__tag { font-size: 14px; color: var(--muted-2); margin-top: -7px; }
.cat-card__specs { font-size: 14.5px; color: #4A4F4B; line-height: 1.5; }
.fit-note { background: #E4EBE2; border-radius: 10px; padding: 9px 12px; font-size: 13.5px; font-weight: 700; color: var(--sage); }
.fit-note--over { background: #F3E4D3; color: #8A5A28; }
.cat-card__row { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 6px; }
.cat-card__price { font-family: var(--serif); font-size: 21px; }
.btn--sm { font-size: 14.5px; padding: 10px 18px; }
.cat-foot { border-top: 1px solid var(--line); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cat-foot p { font-size: 15.5px; color: var(--muted); flex: 1; min-width: 280px; }

/* Fit guide */
.fg-step { display: flex; flex-direction: column; gap: 12px; }
.fg-step__head { font-size: 15px; font-weight: 700; }
.fg-num { color: var(--amber); font-weight: 700; }
.fg-hint { font-size: 13.5px; color: var(--muted-2); font-weight: 400; margin-left: 8px; }
#fg-problems .chip { font-size: 15.5px; padding: 12px 22px; }
.fg-cols { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
.fg-left { flex: 1 1 380px; min-width: min(380px, 100%); display: flex; flex-direction: column; gap: 20px; }
.fg-left .fit-panel { flex: 0 0 auto; max-width: none; min-width: 0; }
.fg-fine { font-size: 14.5px; line-height: 1.55; color: var(--muted); padding: 0 4px; }
.rec-panel { flex: 1.2 1 480px; min-width: min(480px, 100%); background: var(--sage); border-radius: 20px; padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: 20px; }
.rec-panel__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.rec-panel__title { font-size: 13.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay); }
.rec-panel__meta { font-size: 14px; color: rgba(251,247,240,0.75); }
.rec-panel__meta strong { color: var(--cream); }
.rec-item { display: flex; flex-direction: column; gap: 14px; border-bottom: 1px solid rgba(251,247,240,0.16); padding-bottom: 20px; margin-bottom: 20px; }
.rec-item:last-child { margin-bottom: 0; }
.rec-item__top { display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }
.rec-item__img { width: 150px; height: 118px; object-fit: cover; border-radius: 12px; background: var(--clay); flex-shrink: 0; }
.rec-item__id { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 4px; }
.rec-item__for { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); }
.rec-item__name { font-family: var(--serif); font-size: 26px; font-weight: 500; color: var(--cream); line-height: 1.1; }
.rec-item__price { font-size: 19px; margin-left: 10px; }
.rec-item__meta { font-size: 14px; color: var(--clay); font-weight: 700; }
.rec-item__why { font-size: 15.5px; line-height: 1.6; color: rgba(251,247,240,0.88); }
.rec-note { background: rgba(251,247,240,0.10); border-radius: 12px; padding: 10px 14px; font-size: 14px; font-weight: 700; color: var(--cream); }
.rec-note--close { background: rgba(169,96,27,0.28); border: 1px solid rgba(217,195,174,0.4); font-weight: 400; line-height: 1.5; }
.rec-item__row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.rec-item__runner { font-size: 13.5px; color: rgba(251,247,240,0.75); }
.rec-item__runner strong { color: var(--cream); }
.rec-start { font-size: 14.5px; line-height: 1.55; color: rgba(251,247,240,0.85); }
.rec-start strong { color: var(--cream); }
.rec-email { border-top: 1px solid rgba(251,247,240,0.18); padding-top: 14px; font-size: 14px; color: rgba(251,247,240,0.75); }
.rec-email strong { color: var(--cream); }
.fg-measures { display: flex; flex-direction: column; gap: 18px; border-top: 1px solid var(--line); padding-top: 36px; }
.fg-measures h2 { font-size: clamp(24px, 2.6vw, 28px); }
.measure-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.measure-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.measure-card__photo { height: 140px; background: #EFE2D2; display: flex; align-items: center; justify-content: center; font-size: 13.5px; color: var(--warm); font-weight: 700; text-align: center; padding: 0 20px; }
.measure-card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.measure-card__name { font-size: 16.5px; font-weight: 700; }
.measure-card__body p { font-size: 14.5px; line-height: 1.55; color: #4A4F4B; }
.measure-card__for { font-size: 13.5px; color: var(--warm); font-weight: 700; }

/* Checkbox chips (fit guide problem picker) */
button.chip-check { display: inline-flex; align-items: center; gap: 10px; border-radius: 12px; background: #fff; padding: 12px 18px; }
.chip-check__box { width: 20px; height: 20px; border: 2px solid #C9BFAC; border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; line-height: 1; color: var(--cream); flex-shrink: 0; }
button.chip-check:hover { border-color: var(--sage); }
button.chip-check.chip--active { background: #F4EEE2; border-color: var(--sage); color: var(--charcoal); }
button.chip-check.chip--active .chip-check__box { background: var(--sage); border-color: var(--sage); }
button.chip-check.chip--active .chip-check__box::after { content: '\2713'; }
