/* Building32 — construction brand system
   Display: Unbounded | Body: Onest
   Palette: asphalt + copper signal + concrete foam
*/
:root {
  --ink: #121614;
  --ink-soft: #2a312c;
  --mute: #6a736c;
  --foam: #e4e7e4;
  --paper: #eef0ee;
  --line: rgba(18, 22, 20, .14);
  --accent: #c45c26;
  --accent-deep: #a3491c;
  --moss: #3d5c4a;
  --steel: #4a524c;
  --radius: 4px;
  --max: 1180px;
  --font: "Onest", "Segoe UI", sans-serif;
  --display: "Unbounded", "Onest", sans-serif;
  --shadow: 0 28px 70px rgba(18, 22, 20, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.b32-body {
  margin: 0;
  font-family: var(--font) !important;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(196,92,38,.07), transparent 50%),
    linear-gradient(180deg, #f2f4f2 0%, var(--paper) 42%, #e8ebe8 100%);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -.01em;
  -webkit-font-smoothing: antialiased;
}
body.b32-body a { color: inherit; text-decoration: none; }
body.b32-body img { max-width: 100%; height: auto; display: block; }
body.b32-body h1, body.b32-body h2, body.b32-body h3, body.b32-body h4,
body.b32-body .b32-brand, body.b32-body .b32-status__item b,
body.b32-body .b32-cycle__n, body.b32-body .b32-pack__badge {
  font-family: var(--display) !important;
}
body.b32-body button, body.b32-body input, body.b32-body select, body.b32-body textarea {
  font-family: var(--font) !important;
}
.b32-wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.b32-main a:not(.b32-btn):not(.b32-path):not(.b32-logo):not(.b32-top__phone) {
  text-underline-offset: 2px;
}
.b32-page__content a:not(.b32-btn),
.b32-rich a:not(.b32-btn),
.b32-help__cta a,
.b32-facts a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.b32-page__content a:not(.b32-btn):hover,
.b32-rich a:not(.b32-btn):hover { color: var(--accent-deep); }

body.b32-body .globalheader,
body.b32-body .globalfooter,
body.b32-body .appnav,
body.b32-body #globalnav,
body.b32-body .poweredby,
body.b32-body #compare-leash,
body.b32-body .dialog,
body.b32-body .subscribe-to-rss { display: none !important; }

/* ===== TOP ===== */
.b32-top {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(238, 240, 238, .9);
  border-bottom: 1px solid var(--line);
}
.b32-top__inner { display: flex; align-items: center; gap: 18px; min-height: 72px; }
.b32-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem; letter-spacing: -.03em;
}
.b32-logo__mark {
  width: 36px; height: 36px; border-radius: 3px;
  background: var(--ink); color: #fff;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800; letter-spacing: -.02em;
}
.b32-nav {
  display: flex; align-items: center; gap: 2px;
  margin-left: auto; list-style: none; padding: 0;
}
.b32-nav a {
  display: inline-flex; padding: 9px 12px; border-radius: 3px;
  font-weight: 600; font-size: 14px; color: var(--ink-soft);
}
.b32-nav a:hover { color: var(--ink); background: rgba(18,22,20,.05); }
.b32-top__phone {
  display: inline-flex; align-items: center; padding: 11px 16px;
  border-radius: 3px; background: var(--ink); color: #fff !important;
  font-weight: 700; font-size: 14px; white-space: nowrap;
}
.b32-burger {
  display: none; width: 42px; height: 42px; border: 0; background: transparent;
  margin-left: auto; cursor: pointer;
}
.b32-burger span {
  display: block; height: 2px; margin: 6px 8px; background: var(--ink);
}

.b32-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 20px; border-radius: 3px;
  font-weight: 700; font-size: 15px; border: 1px solid transparent; cursor: pointer;
  transition: transform .25s ease, background .2s ease;
}
.b32-btn:hover { transform: translateY(-1px); }
.b32-btn--accent { background: var(--accent); color: #fff !important; }
.b32-btn--accent:hover { background: var(--accent-deep); }
.b32-btn--ghost {
  background: transparent; color: #fff !important;
  border-color: rgba(255,255,255,.4);
}
.b32-btn--line { background: #fff; border-color: var(--line); color: var(--ink) !important; }
.b32-btn--block { width: 100%; }
.b32-link {
  display: inline-flex; margin-top: 18px; font-weight: 750; color: var(--accent);
  border-bottom: 1px solid rgba(196,92,38,.35);
}

/* ===== HERO ===== */
.b32-hero {
  position: relative; min-height: min(88vh, 820px);
  display: grid; align-items: end; color: #fff; overflow: hidden;
}
.b32-hero__media { position: absolute; inset: 0; }
.b32-hero__media img {
  width: 100%; height: 100%; object-fit: cover;
  animation: b32Ken 22s ease-out forwards;
}
.b32-hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(10,12,11,.88) 0%, rgba(10,12,11,.55) 48%, rgba(10,12,11,.28) 100%),
    linear-gradient(0deg, rgba(10,12,11,.75) 0%, transparent 42%);
}
.b32-hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.b32-hero__inner {
  position: relative; z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto; padding: 88px 0 64px;
}
.b32-kicker, .b32-eyebrow {
  margin: 0 0 12px; font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7);
}
.b32-eyebrow { color: var(--accent); }
.b32-brand {
  margin: 0 0 10px;
  font-size: clamp(42px, 8vw, 78px);
  font-weight: 800; letter-spacing: -.05em; line-height: .92;
}
.b32-hero h1 {
  margin: 0 0 16px; max-width: 14ch;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700; letter-spacing: -.035em; line-height: 1.08;
}
.b32-hero__lead {
  margin: 0 0 26px; max-width: 40ch;
  font-size: 18px; color: rgba(255,255,255,.82);
}
.b32-cta { display: flex; flex-wrap: wrap; gap: 10px; }

/* ===== STATUS ===== */
.b32-status {
  background: var(--ink); color: #fff;
  border-top: 3px solid var(--accent);
}
.b32-status__row {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
}
.b32-status__item {
  padding: 28px 22px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.b32-status__item:last-child { border-right: 0; }
.b32-status__item b {
  display: block; margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.04em; color: #fff;
}
.b32-status__item span {
  display: block; color: rgba(255,255,255,.62); font-size: 13.5px; line-height: 1.4;
}

/* ===== SECTIONS ===== */
.b32-sec { padding: 78px 0; }
.b32-sec--foam {
  background:
    linear-gradient(180deg, rgba(235,232,225,.95), rgba(235,232,225,.98)),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(18,22,20,.03) 39px, rgba(18,22,20,.03) 40px);
}
.b32-sec--dark {
  background:
    radial-gradient(800px 400px at 90% 10%, rgba(196,92,38,.18), transparent 55%),
    linear-gradient(160deg, #171c19 0%, #101311 100%);
  color: #fff;
}
.b32-sec--cta {
  background:
    linear-gradient(135deg, rgba(196,92,38,.12), transparent 40%),
    var(--foam);
}
.b32-sec__head { margin-bottom: 34px; max-width: 58ch; }
.b32-sec__head h2, .b32-split h2, .b32-geo h2, .b32-lead h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.8vw, 42px);
  letter-spacing: -.035em; line-height: 1.12;
}
.b32-sec__head p, .b32-lead-text { margin: 0; color: var(--mute); font-size: 17px; }
.b32-sec__head--light .b32-eyebrow { color: #e8a078; }
.b32-sec__head--light p { color: rgba(255,255,255,.68); }

.b32-split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
}
.b32-checklist {
  margin: 22px 0 0; padding: 0; list-style: none;
}
.b32-checklist li {
  position: relative; padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--line); font-weight: 600;
}
.b32-checklist li::before {
  content: ""; position: absolute; left: 0; top: 18px;
  width: 12px; height: 12px; border-radius: 2px; background: var(--accent);
}
.b32-split__media {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); position: relative;
}
.b32-split__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.b32-split__media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px; font-size: 13px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: rgba(255,255,255,.9);
}

/* cycle */
.b32-cycle {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.b32-cycle li {
  display: grid; grid-template-columns: 88px 1fr; gap: 18px;
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12);
  align-items: start;
}
.b32-cycle__n {
  font-size: 28px; font-weight: 700; color: var(--accent); letter-spacing: -.03em;
}
.b32-cycle h3 { margin: 0 0 6px; font-size: 20px; }
.b32-cycle p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; max-width: 62ch; }

/* services with photos */
.b32-services {
  display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: auto auto; gap: 14px;
}
.b32-service--photo {
  position: relative; overflow: hidden; min-height: 280px;
  border-radius: var(--radius); color: #fff; isolation: isolate;
}
.b32-service--photo:first-child { grid-row: 1 / span 2; min-height: 100%; }
.b32-service--photo img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -2;
  transition: transform .8s cubic-bezier(.22,1,.36,1);
}
.b32-service--photo:hover img { transform: scale(1.05); }
.b32-service--photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10,12,11,.15) 10%, rgba(10,12,11,.88) 100%);
}
.b32-service__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; }
.b32-service__tag {
  display: inline-block; margin-bottom: 8px; padding: 4px 8px;
  font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
  background: var(--accent); color: #fff; border-radius: 2px;
}
.b32-service__body b {
  display: block; margin-bottom: 6px;
  font-family: var(--display); font-size: 24px; letter-spacing: -.03em;
}
.b32-service__body span { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.4; }

/* materials */
.b32-materials {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px;
}
.b32-materials article {
  padding: 20px 18px; background: #fff;
  border: 1px solid var(--line); border-top: 3px solid var(--ink);
}
.b32-materials h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.b32-materials p { margin: 0; color: var(--mute); font-size: 14px; }

/* packages */
.b32-packages {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
}
.b32-pack {
  display: flex; flex-direction: column;
  padding: 24px 22px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
}
.b32-pack--focus {
  border-color: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}
.b32-pack__badge {
  display: inline-block; margin-bottom: 10px; padding: 4px 8px;
  background: var(--accent); color: #fff; font-size: 11px;
  letter-spacing: .06em; text-transform: uppercase;
}
.b32-pack h3 { margin: 0 0 6px; font-size: 26px; letter-spacing: -.03em; }
.b32-pack__price { margin: 0 0 16px; color: var(--mute); font-size: 13px; }
.b32-pack ul { margin: 0 0 16px; padding: 0; list-style: none; flex: 1; }
.b32-pack li {
  padding: 8px 0; border-bottom: 1px solid var(--line);
  font-size: 14.5px; font-weight: 600;
}
.b32-pack li::before { content: "▸ "; color: var(--accent); }
.b32-pack__note { margin: 0; color: var(--mute); font-size: 13px; }

/* tricks */
.b32-tricks {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
}
.b32-tricks article {
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--line);
  background-image: linear-gradient(135deg, rgba(196,92,38,.06), transparent 40%);
}
.b32-tricks h3 { margin: 0 0 8px; font-size: 18px; }
.b32-tricks p { margin: 0; color: var(--mute); font-size: 14px; }

/* gallery */
.b32-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 12px;
}
.b32-gallery figure {
  margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: #ddd;
}
.b32-gallery figure:first-child { grid-row: 1 / span 2; }
.b32-gallery img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s ease;
}
.b32-gallery figure:hover img { transform: scale(1.04); }
.b32-gallery figcaption {
  position: absolute; left: 12px; bottom: 12px;
  padding: 6px 10px; background: rgba(10,12,11,.78); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}

/* geo */
.b32-geo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start;
}
.b32-geo__list {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 10px;
}
.b32-geo__list li {
  padding: 14px 16px; background: #fff; border-left: 3px solid var(--accent);
  font-weight: 650; border: 1px solid var(--line); border-left-width: 3px; border-left-color: var(--accent);
}

/* faq */
.b32-faq details {
  border: 1px solid var(--line); background: #fff;
  padding: 16px 18px; margin: 0 0 10px;
}
.b32-faq summary { cursor: pointer; font-weight: 750; font-size: 16px; }
.b32-faq p { margin: 10px 0 0; color: var(--mute); }

/* lead */
.b32-lead {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: start;
  padding: 32px; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.b32-lead__status {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px;
}
.b32-lead__status div {
  padding: 12px; background: var(--foam); border-top: 2px solid var(--ink);
}
.b32-lead__status b {
  display: block; font-family: var(--display); font-size: 22px; letter-spacing: -.03em;
}
.b32-lead__status span { font-size: 12px; color: var(--mute); }
.b32-form label { display: block; margin: 0 0 12px; font-size: 13px; font-weight: 650; color: var(--mute); }
.b32-form input, .b32-form select, .b32-form textarea {
  display: block; width: 100%; margin-top: 6px; padding: 13px 14px;
  border-radius: 3px; border: 1px solid var(--line); background: var(--paper);
  font: inherit; font-size: 16px; color: var(--ink);
  -webkit-appearance: none; appearance: none;
}
.b32-form input:focus, .b32-form select:focus, .b32-form textarea:focus {
  outline: 2px solid rgba(196,92,38,.35); border-color: var(--accent);
}
.b32-form__alt { margin: 12px 0 0; font-size: 13px; color: var(--mute); }
.b32-form__alt a { color: var(--accent); text-decoration: underline; }

/* inner pages */
.b32-page { padding: 36px 0 72px; }
.b32-crumbs {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  margin: 0 0 18px; font-size: 13px; color: var(--mute);
}
.b32-page__grid {
  display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: start;
}
.b32-page__content h1 {
  margin: 0 0 16px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.03em; line-height: 1.1;
}
.b32-page__content p { margin: 0 0 14px; }
.b32-page__content h2 {
  margin: 28px 0 12px; font-size: clamp(22px, 3vw, 28px); letter-spacing: -.025em;
}
.b32-page__content ul, .b32-page__content ol {
  margin: 0 0 18px; padding-left: 1.2em; color: var(--ink-soft);
}
.b32-page__content li { margin: 0 0 8px; }
.b32-page__content .b32-lead {
  font-size: 18px; color: var(--mute); max-width: 58ch;
  padding: 16px 18px; background: rgba(255,255,255,.7); border-left: 3px solid var(--accent);
}
.b32-page__content .b32-shot {
  margin: 0 0 22px; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 16/10; background: #ddd;
}
.b32-page__content .b32-shot img { width: 100%; height: 100%; object-fit: cover; }
.b32-page__content .b32-chooser {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 22px;
}
.b32-page__content .b32-chooser a,
.b32-page__content .b32-chooser > div {
  display: block; padding: 16px 14px; background: #fff; border: 1px solid var(--line);
  border-left: 3px solid var(--ink); color: inherit;
}
.b32-page__content .b32-chooser a:hover { border-left-color: var(--accent); }
.b32-page__content .b32-chooser b { display: block; margin-bottom: 6px; font-size: 16px; }
.b32-page__content .b32-chooser span { color: var(--mute); font-size: 13.5px; line-height: 1.4; }
.b32-page__content .b32-mini { font-size: 13px; color: var(--mute); }
.b32-page__content .b32-btn { margin: 8px 0; }
.b32-page__content .b32-cta-row {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 18px 0 8px;
}
.b32-page__content .b32-faq { margin: 18px 0 22px; }
.b32-page__content .b32-facts { margin: 0 0 22px; }
@media (max-width: 760px) {
  .b32-page__content .b32-chooser { grid-template-columns: 1fr; }
  .b32-page { padding: 22px 0 88px; }
  .b32-page__content h1 { font-size: clamp(26px, 7vw, 36px); }
  .b32-page__content .b32-lead {
    font-size: 16px; padding: 14px 14px;
  }
  .b32-page__content .b32-shot { aspect-ratio: 4/3; margin-bottom: 16px; }
  .b32-page__content .b32-cta-row .b32-btn { width: 100%; }
}
.b32-side {
  position: sticky; top: 88px; padding: 20px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.b32-side h3 { margin: 0 0 8px; font-size: 22px; }
.b32-side p { margin: 0 0 14px; color: var(--mute); font-size: 14px; }
.b32-side .b32-btn { width: 100%; margin-bottom: 8px; }
.b32-side__note { font-size: 12.5px; color: var(--mute); margin-top: 8px; }
.b32-side__trust {
  margin: 0 0 16px; padding: 0; list-style: none;
}
.b32-side__trust li {
  position: relative; padding: 7px 0 7px 18px;
  font-size: 13.5px; color: var(--ink-soft); border-bottom: 1px solid var(--line);
}
.b32-side__trust li:last-child { border-bottom: 0; }
.b32-side__trust li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 8px; height: 8px; border-radius: 1px; background: var(--accent);
}

/* facts / trust blocks */
.b32-facts {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px;
}
.b32-facts article {
  padding: 20px 18px; background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
}
.b32-facts h3 {
  margin: 0 0 8px; font-size: 17px; letter-spacing: -.02em; line-height: 1.25;
}
.b32-facts p { margin: 0; color: var(--mute); font-size: 14.5px; }
.b32-facts--compact {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.b32-facts--compact article { border-top-color: var(--accent); padding: 16px 14px; }
.b32-facts--compact h3 { font-size: 15px; }
.b32-facts--compact p { font-size: 13.5px; }

.b32-checklist {
  margin: 18px 0 0; padding: 0; list-style: none;
}
.b32-checklist li {
  position: relative; padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--line); color: var(--ink-soft);
}
.b32-checklist li::before {
  content: ""; position: absolute; left: 0; top: 16px;
  width: 14px; height: 14px; border: 2px solid var(--accent); border-radius: 2px;
}

/* footer */
.b32-foot {
  background: var(--ink); color: rgba(255,255,255,.76); padding: 52px 0 28px;
}
.b32-foot__grid {
  display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 28px; margin-bottom: 28px;
}
.b32-foot__brand {
  margin: 0 0 10px; color: #fff;
  font-family: var(--display); font-size: 30px; font-weight: 750; letter-spacing: -.04em;
}
.b32-foot a { color: rgba(255,255,255,.76); }
.b32-foot a:hover { color: #fff; }
.b32-foot h4 {
  margin: 0 0 12px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
}
.b32-foot ul { list-style: none; margin: 0; padding: 0; }
.b32-foot li { margin: 0 0 8px; }
.b32-foot__bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; font-size: 13px;
  display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between;
}

.b32-mobbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: rgba(0,0,0,.25);
}
.b32-mobbar a {
  display: grid; place-items: center; min-height: 54px;
  background: var(--ink); color: #fff; font-weight: 700; font-size: 14px;
}
.b32-mobbar__mail { background: var(--accent) !important; }

@keyframes b32Ken {
  from { transform: scale(1.08) translateY(1%); }
  to { transform: scale(1) translateY(0); }
}

/* ===== HUMAN PATHS ===== */
.b32-paths {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.b32-path {
  display: block; padding: 26px 24px;
  background: #fff; border: 1px solid var(--line);
  border-left: 4px solid var(--ink);
  transition: border-color .2s ease, transform .25s ease;
}
.b32-path:hover { border-left-color: var(--accent); transform: translateY(-2px); }
.b32-path__n {
  display: block; margin-bottom: 12px;
  font-family: var(--display); font-size: 22px; font-weight: 700;
  color: var(--accent); letter-spacing: -.03em;
}
.b32-path h3 {
  margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; line-height: 1.2;
}
.b32-path p { margin: 0 0 16px; color: var(--mute); font-size: 15px; }
.b32-path__go { font-weight: 750; color: var(--accent); font-size: 14px; }

.b32-help {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
}
.b32-help article {
  padding: 22px 20px; background: #fff; border: 1px solid var(--line);
}
.b32-help h3 { margin: 0 0 10px; font-size: 18px; letter-spacing: -.02em; }
.b32-help p { margin: 0; color: var(--mute); font-size: 14.5px; }
.b32-help__cta {
  margin: 22px 0 0; font-size: 16px; font-weight: 600;
}
.b32-help__cta a { color: var(--accent); border-bottom: 1px solid rgba(196,92,38,.35); }

.b32-fund-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px;
}
.b32-fund-grid a {
  display: block; padding: 18px 16px;
  background: #fff; border: 1px solid var(--line);
  min-height: 120px;
  transition: background .2s ease, border-color .2s ease;
}
.b32-fund-grid a:hover { border-color: var(--ink); background: #f7f8f7; }
.b32-fund-grid b {
  display: block; margin-bottom: 8px;
  font-size: 15px; letter-spacing: -.02em; line-height: 1.25;
}
.b32-fund-grid span { color: var(--mute); font-size: 13px; line-height: 1.4; }

.b32-season {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start;
}
.b32-season__steps {
  margin: 0; padding: 0; list-style: none;
  border-top: 1px solid rgba(255,255,255,.14);
}
.b32-season__steps li {
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.78); font-size: 15px;
}
.b32-season__steps b { color: #fff; margin-right: 6px; }
.b32-season .b32-eyebrow { color: #e8a078; }
.b32-season p { color: rgba(255,255,255,.7); }

.b32-call {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start;
}
.b32-call__card {
  padding: 26px 24px; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.b32-call__phone { margin: 0 0 10px; }
.b32-call__phone a {
  font-family: var(--display); font-size: clamp(26px, 4vw, 34px);
  font-weight: 700; letter-spacing: -.03em; color: var(--ink);
}
.b32-call__note { color: var(--mute); font-size: 14px; margin: 12px 0 18px; }

@media (max-width: 980px) {
  .b32-status__row { grid-template-columns: 1fr 1fr; }
  .b32-status__item:nth-child(2) { border-right: 0; }
  .b32-status__item:nth-child(1),
  .b32-status__item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .b32-split, .b32-geo, .b32-lead, .b32-page__grid, .b32-foot__grid,
  .b32-season, .b32-call { grid-template-columns: 1fr; }
  .b32-services { grid-template-columns: 1fr; }
  .b32-service--photo:first-child { grid-row: auto; min-height: 320px; }
  .b32-materials, .b32-packages, .b32-tricks, .b32-paths, .b32-help { grid-template-columns: 1fr 1fr; }
  .b32-fund-grid { grid-template-columns: 1fr 1fr; }
  .b32-facts, .b32-facts--compact { grid-template-columns: 1fr 1fr; }
  .b32-pack--focus { transform: none; }
  .b32-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; }
  .b32-gallery figure:first-child { grid-row: auto; grid-column: 1 / span 2; min-height: 240px; }
  .b32-side { position: static; }
  .b32-hero { min-height: min(78vh, 680px); }
}
@media (max-width: 760px) {
  .b32-wrap { width: min(var(--max), calc(100% - 28px)); }
  .b32-burger { display: block; }
  .b32-nav {
    display: none; position: absolute; left: 0; right: 0; top: 72px;
    flex-direction: column; background: #eef0ee; border-bottom: 1px solid var(--line);
    padding: 10px 16px 16px; margin: 0;
  }
  .b32-top.is-open .b32-nav { display: flex; }
  .b32-nav a { min-height: 44px; align-items: center; }
  .b32-top__phone { display: none; }
  .b32-status__row, .b32-materials, .b32-packages, .b32-tricks, .b32-lead__status,
  .b32-paths, .b32-help, .b32-fund-grid, .b32-facts, .b32-facts--compact { grid-template-columns: 1fr; }
  .b32-status__item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); padding: 20px 4px; }
  .b32-status__item:last-child { border-bottom: 0; }
  .b32-cycle li { grid-template-columns: 64px 1fr; }
  .b32-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .b32-gallery figure, .b32-gallery figure:first-child { grid-column: auto; min-height: 220px; }
  .b32-mobbar { display: grid; padding-bottom: env(safe-area-inset-bottom, 0); }
  .b32-mobbar a { min-height: 56px; }
  .b32-foot { padding-bottom: 96px; }
  .b32-hero { min-height: auto; }
  .b32-hero__inner { padding: 56px 0 40px; }
  .b32-hero h1 { max-width: 18ch; font-size: clamp(26px, 7.2vw, 36px); }
  .b32-brand { font-size: clamp(36px, 11vw, 56px); }
  .b32-hero__lead { font-size: 16px; max-width: none; }
  .b32-cta .b32-btn { flex: 1 1 100%; min-height: 48px; }
  .b32-sec { padding: 48px 0; }
  .b32-sec__head { margin-bottom: 22px; }
  .b32-lead { padding: 20px 16px; }
  .b32-path { padding: 20px 18px; }
  .b32-faq details { padding: 14px 14px; }
  .b32-faq summary { font-size: 15px; line-height: 1.35; }
}
