/* Promover — studio sheet. Palette lifted from the brand banner:
   warm sand walls, cream mats, espresso lettering, clay accents. */

@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(vollkorn-var.woff2) format('woff2');
}
@font-face {
  font-family: 'Spline Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(splinesans-var.woff2) format('woff2');
}

:root {
  --sand: #f6efe7;
  --cream: #fdf9f4;
  --espresso: #38281d;
  --umber: #5c4936;
  --clay: #c96f4a;
  --clay-deep: #a5532f;
  --blush: #f3e0d3;
  --line: #e6d9c9;
  --star: #d8973c;
  --disp: 'Vollkorn', Georgia, serif;
  --body: 'Spline Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--espresso);
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.62;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--clay-deep); }
h1, h2, h3 { font-family: var(--disp); font-weight: 640; line-height: 1.18; margin: 0 0 .55em; }
h1 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h2 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); }
h3 { font-size: 1.12rem; }
address { font-style: normal; }

.gaitline { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
.stride-bar { background: var(--cream); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.stride-in { display: flex; align-items: center; gap: 26px; min-height: 64px; }
.stride-logo { display: block; }
.stride-logo img { width: 150px; height: 40px; object-fit: contain; }
.stride-nav { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.stride-nav a {
  text-decoration: none; color: var(--umber); font-size: .88rem; font-weight: 520;
  padding: .5rem .68rem; border-radius: 8px; letter-spacing: .01em;
}
.stride-nav a:hover, .stride-nav a.here { background: var(--blush); color: var(--espresso); }
.stride-fold { display: none; background: none; border: 1.5px solid var(--line); border-radius: 8px; padding: .5rem .55rem; margin-left: auto; cursor: pointer; }
.stride-fold span { display: block; width: 18px; height: 2px; background: var(--espresso); margin: 4px 0; border-radius: 2px; }

/* ---------- buttons ---------- */
.sash {
  display: inline-block; background: var(--clay); color: #fff; text-decoration: none;
  border: 0; cursor: pointer; font: 600 .92rem var(--body); letter-spacing: .015em;
  padding: .72rem 1.35rem; border-radius: 10px;
}
.sash:hover { background: var(--clay-deep); }
.sash-min { display: inline-block; background: none; border: 1.5px solid var(--espresso); color: var(--espresso); text-decoration: none; font: 560 .88rem var(--body); padding: .6rem 1.1rem; border-radius: 10px; }
.sash-min:hover { background: var(--espresso); color: var(--cream); }
.sash-ghost { background: none; border: 1.5px solid var(--clay); color: var(--clay-deep); }
.sash-ghost:hover { background: var(--clay); color: #fff; }

/* ---------- hero ---------- */
.loam { background: var(--cream); border-bottom: 1px solid var(--line); }
.loam-in { padding: 44px 0 48px; }
.loam-copy p { color: var(--umber); max-width: 58ch; }
.loam-kicker { font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay-deep); font-weight: 620; margin: 0 0 .8rem; }
.loam-lead { font-size: 1.04rem; }
.loam-cta { display: flex; gap: 14px; margin-top: 1.4rem; flex-wrap: wrap; }
.loam-shot { margin-top: 34px; }
.loam-shot img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 14px 34px rgba(56, 40, 29, .16); }

/* ---------- section shells ---------- */
.poseboard { padding: 52px 0; }
.poseboard-alt { background: var(--cream); border-block: 1px solid var(--line); }
.poseboard-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.poseboard-head p { margin: 0; color: var(--umber); max-width: 62ch; }
.poseboard-head a { white-space: nowrap; }

/* ---------- product grid + card ---------- */
.tread { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.haunch {
  background: var(--cream); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column;
}
.poseboard-alt .haunch { background: var(--sand); }
.haunch-shot { aspect-ratio: 4 / 5; min-height: 0; position: relative; background: #fff; }
.haunch-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 7%; }
.haunch-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.haunch-name { font-family: var(--disp); font-size: 1.02rem; font-weight: 620; line-height: 1.3; }
.haunch-name a { color: var(--espresso); text-decoration: none; }
.haunch-name a:hover { color: var(--clay-deep); }
.haunch-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.haunch-chip { font-size: .72rem; font-weight: 600; color: var(--clay-deep); background: var(--blush); border-radius: 20px; padding: .14rem .58rem; }
.haunch-stars { font-size: .82rem; color: var(--umber); }
.haunch-stars b { color: var(--star); font-weight: 700; letter-spacing: .06em; }
.haunch-price { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 6px; }
.haunch-price strong { font-size: 1.12rem; font-family: var(--disp); }
.haunch .sash { padding: .5rem .95rem; font-size: .84rem; }

/* ---------- category tiles ---------- */
.limber { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.limber-tile {
  position: relative; border-radius: 14px; overflow: hidden; text-decoration: none;
  background: var(--espresso); aspect-ratio: 4 / 5; min-height: 0; color: #fff;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 16px;
}
.limber-shot { position: absolute; inset: 0; }
.limber-shot img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .35s; }
.limber-tile:hover .limber-shot img { transform: scale(1.04); }
.limber-tile::after {
  content: ''; position: absolute; inset: 45% 0 0 0; pointer-events: none;
  background: linear-gradient(transparent, rgba(40, 26, 16, .86));
}
.limber-name, .limber-count, .limber-tag { position: relative; z-index: 1; }
.limber-name { font-family: var(--disp); font-size: 1.14rem; font-weight: 640; }
.limber-count { font-size: .78rem; font-weight: 500; opacity: .88; }
.limber-tag { font-size: .78rem; opacity: .78; margin-top: 2px; }

/* ---------- stats band ---------- */
.kettle { background: var(--espresso); color: var(--cream); padding: 44px 0; }
.kettle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.kettle-cell b { display: block; font-family: var(--disp); font-size: 2rem; color: var(--blush); }
.kettle-cell span { font-size: .86rem; opacity: .82; }

/* ---------- inseam table ---------- */
.selv-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.selvtable { border-collapse: collapse; width: 100%; font-size: .9rem; }
.selvtable th, .selvtable td { text-align: left; padding: .68rem .9rem; border-bottom: 1px solid var(--line); white-space: nowrap; }
.selvtable th { font-family: var(--disp); font-size: .95rem; background: var(--blush); }
.selvtable tr:last-child td { border-bottom: 0; }
.selv-note { font-size: .84rem; color: var(--umber); margin-top: .7rem; }

/* ---------- comparison table (home) ---------- */
.paceoff th, .paceoff td { white-space: normal; }
.paceoff td:first-child { min-width: 150px; }
.paceoff td { vertical-align: top; }
.paceoff tbody td:nth-child(2) { color: var(--espresso); }
.paceoff tbody td:nth-child(3) { color: var(--umber); }

/* ---------- price rail table (home) ---------- */
.costrail td:last-child { white-space: normal; min-width: 220px; }
.costrail td:nth-child(3) { font-family: var(--disp); }

/* ---------- shortlists (home) ---------- */
.pickmat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pickmat-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
}
.pickmat-card:hover { border-color: var(--clay); }
.pickmat-kicker {
  font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--clay-deep); background: var(--blush); padding: .55rem 16px;
}
.pickmat-shot { aspect-ratio: 4 / 3; min-height: 0; position: relative; background: #fff; display: block; }
.pickmat-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 6%; }
.pickmat-name { font-family: var(--disp); font-weight: 620; font-size: .98rem; line-height: 1.3; color: var(--espresso); padding: 12px 16px 4px; }
.pickmat-fact { font-size: .82rem; color: var(--umber); padding: 0 16px 16px; margin-top: auto; }

/* ---------- value band ---------- */
.matband { padding: 52px 0 0; }
.matband-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.matband-cell { background: var(--cream); border: 1px solid var(--line); border-top: 3px solid var(--clay); border-radius: 12px; padding: 20px 20px 16px; }
.matband-cell h3 { margin-bottom: .35rem; }
.matband-cell p { margin: 0; font-size: .92rem; color: var(--umber); }

/* ---------- voices ---------- */
.gaitnotes { padding: 52px 0; }
.gaitnotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gaitnote { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; font-size: .92rem; margin: 0; }
.gaitnote blockquote { margin: 0 0 .7rem; color: var(--umber); }
.gaitnote figcaption { font-weight: 620; font-size: .84rem; }

/* ---------- guides ---------- */
.warmrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.warmcard { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 20px; text-decoration: none; display: flex; flex-direction: column; gap: 8px; }
.warmcard:hover { border-color: var(--clay); }
.warmcard h3 { margin: 0; color: var(--espresso); }
.warmcard p { margin: 0; color: var(--umber); font-size: .9rem; }
.warmcard span { color: var(--clay-deep); font-weight: 600; font-size: .86rem; margin-top: auto; }

/* ---------- FAQ ---------- */
.faqfold { padding: 52px 0 58px; }
.faqfold .gaitline { max-width: 820px; }
.faqfold details { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; padding: .35rem 1.1rem; }
.faqfold summary { font-family: var(--disp); font-weight: 620; font-size: 1.02rem; cursor: pointer; padding: .55rem 0; }
.faqfold p { color: var(--umber); margin: .2rem 0 .8rem; }

/* ---------- guide-проза главной ---------- */
.seampress { background: var(--cream); border-top: 1px solid var(--line); padding: 54px 0 60px; }
.seampress-prose { max-width: 74ch; margin: 0 auto; }
.seampress-prose h2 { font-size: 1.7rem; margin-bottom: .7em; }
.seampress-prose h3 { font-size: 1.16rem; margin-top: 1.7em; }
.seampress-prose p { color: var(--umber); line-height: 1.72; margin: 0 0 1em; }
.seampress-links { font-weight: 600; margin-top: 1.6em; }

/* ---------- PDP ---------- */
.stretchpane { padding: 34px 0 8px; }
.stretch-in { display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: start; }
.stretch-shot { background: #fff; border: 1px solid var(--line); border-radius: 14px; aspect-ratio: 4 / 5; min-height: 0; position: relative; }
.stretch-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 6%; }
.stretch-copy h1 { margin-bottom: .3em; }
.stretch-copy .haunch-chips { margin: .4rem 0 .8rem; }
.stretch-lede { color: var(--umber); font-size: 1.02rem; }
.stretch-why { margin: 1.7rem 0 .5rem; font-size: 1.22rem; }
.stretch-feats { margin: 0; padding-left: 1.2rem; }
.stretch-feats li { margin-bottom: .55rem; color: var(--umber); }
.stretch-feats li::marker { color: var(--clay); font-weight: 700; }
.stretch-feats strong { color: var(--espresso); font-weight: 600; }
.costrow { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 16px 20px; margin: 1.1rem 0; }
.costrow strong { font-family: var(--disp); font-size: 1.7rem; }
.stockline { font-size: .84rem; color: var(--clay-deep); font-weight: 600; }
.gauge-grid { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.gauge-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--line); background: var(--cream); font-size: .9rem; }
.gauge-row:last-child { border-bottom: 0; }
.gauge-row > span { padding: .6rem .95rem; font-weight: 620; background: var(--blush); }
.gauge-row > b { padding: .6rem .95rem; color: var(--umber); font-weight: 500; }

/* ---------- reformer (inseam picker) ---------- */
.reformer { max-width: 860px; }
.reformer-q { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; margin-bottom: 16px; }
.reformer-q h3 { margin-bottom: .7rem; }
.reformer-opts { display: flex; gap: 10px; flex-wrap: wrap; }
.reformer-opt {
  background: var(--sand); border: 1.5px solid var(--line); border-radius: 24px;
  padding: .5rem 1.05rem; cursor: pointer; font: 540 .9rem var(--body); color: var(--espresso);
}
.reformer-opt:hover { border-color: var(--clay); }
.reformer-opt.on { background: var(--clay); border-color: var(--clay); color: #fff; }
.reformer-out { margin-top: 26px; }
.reformer-tally { font-size: .9rem; color: var(--umber); margin-bottom: 14px; }
.reformer-none { background: var(--blush); border-radius: 12px; padding: 20px 22px; color: var(--umber); }

/* ---------- flat pages / prose ---------- */
.prose-narrow { max-width: 760px; }
.prose-narrow p { color: var(--umber); }
.prosepane { max-width: 760px; padding: 40px 0 56px; }
.prosepane p, .prosepane li { color: var(--umber); }
.prosepane h2 { margin-top: 1.6em; }
.prosepane table { border-collapse: collapse; width: 100%; font-size: .9rem; }
.prosepane th, .prosepane td { border: 1px solid var(--line); padding: .55rem .8rem; text-align: left; }
.prosepane th { background: var(--blush); }

/* ---------- breadcrumbs ---------- */
.gait-crumb { font-size: .8rem; color: var(--umber); padding: 18px 0 0; }
.gait-crumb a { color: var(--umber); text-decoration: none; }
.gait-crumb a:hover { color: var(--clay-deep); }

/* ---------- footer ---------- */
.kiln { background: var(--espresso); color: #cbb9a8; margin-top: 60px; font-size: .9rem; }
.kiln a { color: var(--blush); text-decoration: none; }
.kiln a:hover { text-decoration: underline; }
.kiln-cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 34px; padding: 46px 0 34px; }
img.kiln-logo { width: 150px; height: 40px; object-fit: contain; margin-bottom: 12px; }
.kiln-slogan { font-size: .88rem; max-width: 38ch; margin: 0; }
.kiln-addr { font-size: .82rem; margin: .9rem 0 0; line-height: 1.55; opacity: .92; }
.kiln-cols h3 { color: var(--cream); font-family: var(--disp); font-size: 1rem; margin: 0 0 .8rem; }
.kiln-cols ul { list-style: none; margin: 0; padding: 0; }
.kiln-cols li { margin-bottom: .5rem; }
.kiln-base { border-top: 1px solid rgba(243, 224, 211, .18); margin: 0; padding: 18px 0 26px; font-size: .8rem; }

[hidden] { display: none !important; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .tread { grid-template-columns: repeat(3, 1fr); }
  .limber, .warmrow, .pickmat { grid-template-columns: repeat(2, 1fr); }
  .kettle-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .stride-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 10px 22px 16px; gap: 2px;
  }
  body.stride-open .stride-nav { display: flex; }
  .stride-fold { display: block; }
  .loam-in { padding: 30px 0 36px; }
  .tread, .matband-grid, .gaitnotes-grid, .warmrow { grid-template-columns: repeat(2, 1fr); }
  .stretch-in { grid-template-columns: 1fr; gap: 24px; }
  .gauge-row { grid-template-columns: 140px 1fr; }
  .kiln-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 540px) {
  .tread, .gaitnotes-grid, .warmrow, .matband-grid, .pickmat { grid-template-columns: 1fr; }
  .limber { grid-template-columns: 1fr 1fr; }
  .paceoff, .costrail { font-size: .82rem; }
  .paceoff th, .paceoff td, .costrail th, .costrail td { padding: .5rem .6rem; }
  .haunch-shot { aspect-ratio: 1; }
  .stride-logo img { width: 132px; height: 35px; }
}
