:root {
  --forest: #c61610;
  --forest-deep: #18191c;
  --lime: #ff2b20;
  --cream: #f5f4f2;
  --paper: #ffffff;
  --ink: #1c1d20;
  --muted: #66686d;
  --line: #dedfe2;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(25, 16, 16, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20;
  background: rgba(24, 25, 28, .94);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.nav-shell { max-width: 1240px; margin: auto; min-height: 78px; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: .8rem; color: white; }
.brand-mark { width: 48px; height: 48px; padding: 3px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: white; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand strong { display: block; font: 800 1.18rem/1.15 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.04em; }
.brand small { display: block; color: rgba(255,255,255,.66); font-size: .72rem; letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; }
.nav-links a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .92rem; font-weight: 600; }
.nav-links a:hover { color: white; }
.nav-cta { padding: .72rem 1rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.35); }
.menu-toggle { display: none; border: 0; color: white; background: transparent; font: 600 .95rem Inter, ui-sans-serif, system-ui, sans-serif; }

.hero { min-height: 780px; height: 92vh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,17,18,.96) 0%, rgba(24,20,20,.82) 35%, rgba(45,10,8,.12) 70%), linear-gradient(0deg, rgba(18,18,20,.58), transparent 48%); }
.hero-inner { position: relative; z-index: 2; width: min(1240px, calc(100% - 3rem)); margin: 0 auto 4.2rem; color: white; }
.hero-logo { width: 104px; height: 104px; margin-bottom: 1.4rem; padding: 5px; object-fit: contain; border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.eyebrow { margin: 0 0 1rem; color: var(--lime); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: #b71913; }
h1, h2, h3 { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.5rem, 7.5vw, 7.5rem); line-height: .92; font-weight: 700; }
.hero-copy { max-width: 620px; margin: 1.8rem 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; padding: .85rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #ff3228, #bb100b); box-shadow: 0 10px 26px rgba(199,22,16,.22); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.46); background: rgba(255,255,255,.07); }
.hero-proof { margin-top: 3rem; display: flex; gap: 2rem; color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: .55rem; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ff3a30; }

.section { max-width: 1240px; margin: auto; padding: 7rem 1.5rem; }
.section-heading { max-width: 930px; }
.section-heading h2, .process h2, .fit h2, .contact-band h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 4.8rem); line-height: 1.06; font-weight: 650; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; margin-top: 3rem; }
.intro-grid p { margin: 0; color: var(--muted); }
.intro-grid .lead { color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 5rem; }
.service-card { aspect-ratio: 1; min-width: 0; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: #8f0f0c; border: 0; border-radius: var(--radius); }
.service-card:nth-child(2) { background: #aa1a14; }
.service-card:nth-child(3) { background: #c42b23; }
.service-card.featured { color: white; box-shadow: none; transform: none; }
.card-number { margin-bottom: auto; color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 700; }
.featured .card-number { color: #ffffff; }
.service-card h3 { margin: 1.5rem 0 .5rem; font-size: 1.55rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.94); }
.service-card.featured p { color: rgba(255,255,255,.94); }
.bodymapper-band { margin-top: 1rem; padding: 1rem; display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 1.5rem; color: white; border-radius: var(--radius); background: linear-gradient(125deg, #151619, #2c0d0c); box-shadow: var(--shadow); overflow: hidden; }
.bodymapper-copy { padding: clamp(1rem,3vw,2.2rem); display: flex; flex-direction: column; justify-content: center; }
.bodymapper-heading { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.2rem; }
.bodymapper-band .eyebrow { margin-bottom: .35rem; }
.bodymapper-band h3 { margin: 0; font-size: clamp(1.35rem,2.4vw,2rem); }
.bodymapper-copy > p { margin: 1.5rem 0 0; color: rgba(255,255,255,.78); }
.bodymapper-copy ul { margin: 1.4rem 0 0; padding: 0; display: grid; gap: .55rem; list-style: none; color: rgba(255,255,255,.88); font-size: .9rem; }
.bodymapper-copy li { display: flex; align-items: center; gap: .6rem; }
.bodymapper-copy li::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #ff3a30; box-shadow: 0 0 0 4px rgba(255,58,48,.14); }
.bodymapper-visual { margin: 0; position: relative; min-height: 390px; overflow: hidden; border-radius: 18px; background: #0d0e10; }
.bodymapper-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bodymapper-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); border-radius: inherit; pointer-events: none; }
.bodymapper-visual figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .75rem; color: rgba(255,255,255,.78); background: rgba(12,13,15,.78); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; backdrop-filter: blur(10px); font-size: .75rem; }
.bodymapper-mark { width: 74px; height: 94px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,52,42,.5); border-radius: 18px; }
.bodymapper-mark::before { content: ""; width: 16px; height: 16px; position: absolute; top: 13px; border: 2px solid #ff3228; border-radius: 50%; }
.bodymapper-mark::after { content: ""; width: 2px; height: 42px; position: absolute; top: 33px; background: #ff3228; box-shadow: -13px 14px 0 -1px #ff3228, 13px 14px 0 -1px #ff3228; }
.bodymapper-mark span { position: absolute; width: 42px; height: 1px; background: rgba(255,255,255,.22); }
.bodymapper-mark span:nth-child(1) { top: 38px; }.bodymapper-mark span:nth-child(2) { top: 54px; }.bodymapper-mark span:nth-child(3) { top: 70px; }

.explainer { padding-top: 3rem; }
.explainer-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.explainer-heading h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 4.8rem); line-height: 1.06; }
.explainer-heading > p { margin: 0; color: var(--muted); }
.video-frame { aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, #202125, #4d1411); box-shadow: var(--shadow); }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-play { min-height: 70px; padding: 1rem 1.5rem; display: inline-flex; align-items: center; gap: 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; background: rgba(0,0,0,.36); font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1.3; cursor: pointer; }
.video-play:hover, .video-play:focus-visible { background: #b71913; }
.video-play-icon { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; padding-left: .15rem; border-radius: 50%; background: #d52018; font-size: 1rem; }
.video-note { margin: .85rem 0 0; color: var(--muted); font-size: .9rem; }
.video-note a { color: #a91813; text-underline-offset: .2em; }

.about { padding-top: 2rem; }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.about-portrait { margin: 0; position: relative; min-height: 640px; overflow: hidden; border-radius: 30px; background: #090909; box-shadow: var(--shadow); }
.about-portrait::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(0,0,0,.82)); pointer-events: none; }
.about-portrait img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.about-portrait figcaption { position: absolute; left: 1.5rem; bottom: 1.25rem; z-index: 1; color: white; font: 700 1.2rem Inter, ui-sans-serif, system-ui, sans-serif; }
.about-copy h2 { margin: 0; font-size: clamp(2.3rem,4.8vw,4.8rem); line-height: 1.06; font-weight: 650; }
.about-role { margin: 1.2rem 0 0; color: #a91813 !important; font: 700 1rem/1.5 Inter, ui-sans-serif, system-ui, sans-serif; }
.about-copy .lead { color: var(--ink); font-size: 1.2rem; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.about-copy blockquote { margin: 2rem 0; padding: 1.4rem 0 1.4rem 1.5rem; color: #9f1712; border-left: 3px solid #d31d16; font: 600 1.15rem/1.55 Inter, ui-sans-serif, system-ui, sans-serif; }
.about-facts { display: flex; flex-wrap: wrap; gap: .55rem; }
.about-facts span { padding: .55rem .85rem; border: 1px solid #e4c5c2; border-radius: 999px; background: #fff5f4; color: #9f1712; font-size: .82rem; font-weight: 700; }

.podo-deep { padding-top: 2rem; }
.podo-deep-head { display: grid; grid-template-columns: 1fr .75fr; gap: 4rem; align-items: end; }
.podo-deep h2, .message-section h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 4.8rem); line-height: 1.06; font-weight: 650; }
.podo-deep-head .lead { margin: 0 0 .35rem; color: var(--muted); font-size: 1.12rem; }
.podo-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 4rem; }
.podo-principles article { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); }
.podo-principles article > span { color: #bd1a14; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.podo-principles h3 { margin: 2rem 0 .6rem; font-size: 1.35rem; }
.podo-principles p { margin: 0; color: var(--muted); }
.chain-panel { margin-top: 1rem; padding: 2rem; color: white; background: var(--forest); border-radius: var(--radius); }
.chain-visual { display: flex; align-items: center; justify-content: space-between; gap: .8rem; overflow-x: auto; padding-bottom: 1rem; color: #ffffff; font: 700 clamp(1rem,2vw,1.35rem) Inter, ui-sans-serif, system-ui, sans-serif; white-space: nowrap; }
.chain-visual i { color: rgba(255,255,255,.35); font-style: normal; }
.chain-panel > p { max-width: 880px; margin: 1rem 0 0; color: rgba(255,255,255,.92); }
.application-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; margin-top: 5rem; }
.application-intro h3 { margin: 0 0 1rem; font-size: 2rem; line-height: 1.15; }
.application-intro > p:last-child { color: var(--muted); }
.application-list { border-top: 1px solid var(--line); }
.application-list details { border-bottom: 1px solid var(--line); }
.application-list summary { cursor: pointer; padding: 1.2rem 2.5rem 1.2rem 0; position: relative; list-style: none; font: 650 1.05rem Inter, ui-sans-serif, system-ui, sans-serif; }
.application-list summary::-webkit-details-marker { display: none; }
.application-list summary::after { content: "+"; position: absolute; right: .2rem; color: var(--forest); font-size: 1.5rem; }
.application-list details[open] summary::after { content: "−"; }
.application-list p { margin: -.25rem 0 1.3rem; color: var(--muted); }
.children-card { margin-top: 4rem; padding: clamp(2rem,5vw,4.5rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; border-radius: 30px; color: white; background: linear-gradient(135deg, #18191c, #38100e); }
.children-card h3 { margin: 0; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.1; }
.children-card > p { margin: 0; color: rgba(255,255,255,.68); }

.process { max-width: none; padding-left: max(1.5rem, calc((100vw - 1192px)/2)); padding-right: max(1.5rem, calc((100vw - 1192px)/2)); color: white; background: var(--forest-deep); }
.process-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; }
.process-head > p { color: rgba(255,255,255,.66); margin: 0 0 .35rem; }
.steps { list-style: none; margin: 4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.steps li { padding: 2rem 1.5rem 0 0; }
.steps li + li { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.18); }
.steps span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(213,222,66,.65); border-radius: 50%; color: var(--lime); font-weight: 700; }
.steps h3 { margin: 1.7rem 0 .4rem; font-size: 1.35rem; }
.steps p { margin: 0; color: rgba(255,255,255,.62); font-size: .95rem; }

.manufacturing { overflow: hidden; }
.manufacturing-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.manufacturing-copy h2, .pricing h2, .remote-order h2, .faq h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 4.8rem); line-height: 1.06; font-weight: 650; }
.manufacturing-copy .lead { color: var(--ink); font-size: 1.25rem; line-height: 1.55; }
.manufacturing-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.material-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.material-tags span { padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: #b71913; font-size: .85rem; font-weight: 700; }
.cycle-card { padding: clamp(1.6rem, 4vw, 3.5rem); color: white; background: var(--forest); border-radius: 32px; box-shadow: var(--shadow); }
.cycle-kicker { margin: 0 0 2rem; color: #ffffff; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.cycle-card ol { list-style: none; margin: 0; padding: 0; }
.cycle-card li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.cycle-card li > span { color: #ffffff; font-size: .78rem; font-weight: 700; }
.cycle-card strong { font: 700 1.2rem Inter, ui-sans-serif, system-ui, sans-serif; }
.cycle-card p { margin: .2rem 0 0; color: rgba(255,255,255,.92); font-size: .92rem; }

.fit-panel { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; padding: clamp(2rem, 5vw, 5rem); border-radius: 32px; background: var(--cream); }
.fit-panel > div > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.fit-list { display: grid; gap: .8rem; }
.fit-list div { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.fit-list strong { color: #b71913; font: 750 1.7rem Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.04em; }
.fit-list span { color: var(--muted); }
.use-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 1rem; }
.use-grid article { padding: 1.5rem; border: 1px solid var(--line); border-radius: 20px; }
.use-grid article > span { color: #b71913; font-size: .75rem; font-weight: 800; }
.use-grid h3 { margin: 1.8rem 0 .5rem; font-size: 1.12rem; }
.use-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.pricing { padding-top: 2rem; }
.pricing-head { display: grid; grid-template-columns: 1fr .65fr; gap: 4rem; align-items: end; }
.pricing-head > p { margin: 0 0 .4rem; color: var(--muted); }
.price-list { margin-top: 3rem; border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.price-row div { display: grid; grid-template-columns: minmax(180px, .7fr) 1fr; gap: 2rem; }
.price-row strong { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.price-row span { color: var(--muted); }
.price-row b { min-width: 90px; text-align: right; color: var(--forest); font: 750 1.45rem Inter, ui-sans-serif, system-ui, sans-serif; }
.primary-price { margin: 0 -.9rem; padding: 1.25rem .9rem; background: #fff0ee; border-radius: 16px; border-bottom: 0; }
.price-note { color: var(--muted); font-size: .82rem; }

.remote-order { padding: 6rem max(1.5rem, calc((100vw - 1192px)/2)); color: white; background: var(--forest-deep); }
.remote-order-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 3rem 6rem; align-items: center; }
.remote-order-inner > div:first-child > p:last-child { max-width: 670px; color: rgba(255,255,255,.68); }
.order-steps { display: grid; gap: .5rem; }
.order-steps span { padding: .85rem 1rem; border-left: 3px solid var(--lime); background: rgba(255,255,255,.06); font-weight: 600; }
.remote-order .button { justify-self: start; }
.order-form-card { margin-top: 4rem; padding: clamp(1.5rem,4vw,3.5rem); color: var(--ink); background: white; border-radius: 30px; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.order-form-head { display: grid; grid-template-columns: 1fr .7fr; gap: 3rem; align-items: end; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.order-form-head h3 { margin: 0; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.1; }
.order-form-head > p { margin: 0; color: var(--muted); }
.order-form { display: grid; gap: 1.2rem; margin-top: 2rem; }
.order-form fieldset { margin: 0; padding: 0; border: 0; }
.order-form legend { margin-bottom: .8rem; font: 700 1rem Inter, ui-sans-serif, system-ui, sans-serif; }
.product-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.product-choice legend { grid-column: 1 / -1; }
.product-option { padding: 1.1rem; display: grid !important; grid-template-columns: auto 1fr auto; align-items: center; gap: .9rem !important; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; }
.product-option:has(input:checked) { border-color: #ce211a; background: #fff3f2; box-shadow: inset 0 0 0 1px #ce211a; }
.product-option input { width: 19px; height: 19px; accent-color: #c91812; }
.product-option span { display: grid; gap: .2rem; }
.product-option small { color: var(--muted); font-weight: 400; line-height: 1.4; }
.product-option b { color: #a91813; font: 750 1.2rem Inter, ui-sans-serif, system-ui, sans-serif; white-space: nowrap; }
.order-section-title { margin-top: 1rem; display: flex; align-items: center; gap: .8rem; }
.order-section-title span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: #c91812; border-radius: 50%; font-weight: 800; }
.order-section-title h4 { margin: 0; font: 700 1.1rem Inter, ui-sans-serif, system-ui, sans-serif; }
.three-fields { grid-template-columns: 1fr 1fr .8fr; }
.address-fields { grid-template-columns: .45fr 1.55fr; }
.order-form label { display: grid; gap: .42rem; font-size: .88rem; font-weight: 700; }
.order-form label small { color: var(--muted); font-weight: 400; }
.order-form input:not([type="checkbox"]):not([type="radio"]), .order-form textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #cfd1d4; border-radius: 12px; color: var(--ink); background: white; font: 1rem Inter, ui-sans-serif, system-ui, sans-serif; }
.order-form textarea { resize: vertical; }
.order-form input:focus, .order-form textarea:focus { outline: 3px solid rgba(201,24,18,.16); border-color: #c91812; }
.order-summary { margin-top: 1rem; padding: 1.2rem; display: grid; gap: .7rem; border-radius: 16px; background: var(--cream); }
.order-summary > div { display: flex; justify-content: space-between; gap: 2rem; }
.order-summary span { color: var(--muted); }
.order-total { padding-top: .8rem; border-top: 1px solid var(--line); }
.order-total span, .order-total strong { color: var(--ink); font-size: 1.15rem; }
.order-submit-button { border: 0; cursor: pointer; justify-self: start; font: 700 .95rem Inter, ui-sans-serif, system-ui, sans-serif; }
.order-submit-button:disabled { opacity: .65; cursor: wait; }
.order-smallprint { max-width: 760px; margin: 0; color: var(--muted); font-size: .78rem; }

.faq-list { max-width: 930px; margin-top: 3rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 1.45rem 3rem 1.45rem 0; position: relative; font: 650 1.1rem Inter, ui-sans-serif, system-ui, sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .25rem; top: 1.22rem; color: var(--forest); font: 400 1.6rem Inter, ui-sans-serif, system-ui, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.4rem 0 1.4rem; max-width: 780px; color: var(--muted); }

.section-heading.compact { max-width: 760px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; }
.location-card { min-height: 300px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); background: var(--cream); border: 1px solid #e9e7df; }
.location-card.accent { background: #fff0ee; border-color: #f3cbc8; }
.location-label { margin: 0 auto auto 0; color: var(--muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.location-card h3 { margin: 2rem 0 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.location-card p { margin: 0; color: var(--muted); }
.location-card a { margin-top: 1.5rem; color: var(--forest); font-weight: 700; text-decoration: none; }

.message-section { padding-top: 2rem; }
.message-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.message-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.direct-contact { margin-top: 2rem; display: grid; gap: .7rem; }
.direct-contact a { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.direct-contact span { color: var(--muted); }
.direct-contact strong { color: var(--forest); }
.contact-form { padding: clamp(1.5rem,4vw,3rem); display: grid; gap: 1.2rem; border-radius: 28px; background: var(--cream); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .42rem; font-size: .88rem; font-weight: 700; }
.contact-form label small { color: var(--muted); font-weight: 400; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #cfd6cf; border-radius: 12px; color: var(--ink); background: white; font: 1rem Inter, ui-sans-serif, system-ui, sans-serif; }
.contact-form textarea { resize: vertical; min-height: 145px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(213,222,66,.45); border-color: var(--forest); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; color: var(--muted); font-size: .8rem !important; line-height: 1.45; }
.consent input { margin-top: .2rem; width: 18px; height: 18px; accent-color: var(--forest); }
.submit-button { border: 0; cursor: pointer; justify-self: start; font: 700 .95rem Inter, ui-sans-serif, system-ui, sans-serif; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--forest); font-weight: 600; }
.form-status.error { color: #9c2d2d; }
.honey { position: absolute !important; left: -9999px !important; }
.privacy-hint { margin: -.2rem 0 .3rem; padding: .8rem 1rem; color: #5a3937; background: #fff4f2; border-left: 4px solid var(--forest); border-radius: 0 10px 10px 0; font-size: .82rem; line-height: 1.5; }

.contact-band { padding: 5rem max(1.5rem, calc((100vw - 1192px)/2)); display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; color: white; background: var(--forest); }
.contact-band .eyebrow { color: #ffffff; }
.contact-location { margin: 1rem 0 0; font-size: 1.2rem; line-height: 1.4; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.button-light { color: #b71913; background: white; }
.contact-link { color: #ffffff; font-weight: 700; text-decoration: none; }

footer { max-width: 1240px; margin: auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.2rem 3rem; }
.footer-brand { display: flex; gap: .8rem; align-items: center; }
.footer-brand img { width: 44px; height: 44px; padding: 2px; object-fit: contain; border: 1px solid var(--line); border-radius: 12px; background: white; }
.footer-brand strong { font: 800 1.25rem Inter, ui-sans-serif, system-ui, sans-serif; }
.footer-brand span, .copyright { color: var(--muted); font-size: .82rem; }
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.copyright { margin: 0; grid-column: 1 / -1; }

.legal-page { background: var(--cream); }
.legal-page .site-header { position: fixed; }
.legal-back { min-height: 42px; padding: .65rem 1rem; font-size: .86rem; }
.legal-main { max-width: 1040px; margin: 0 auto; padding: 9rem 1.5rem 5rem; }
.legal-title { padding: clamp(2rem, 6vw, 5rem); color: white; background: linear-gradient(135deg, #18191c, #5a1512); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-title h1 { max-width: none; font-size: clamp(2.7rem, 7vw, 5.5rem); line-height: 1; }
.legal-title > p:last-child { max-width: 650px; margin: 1.2rem 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.legal-content { margin-top: 1.5rem; padding: clamp(1.5rem, 5vw, 4.5rem); background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-content section + section { margin-top: 2.6rem; padding-top: 2.6rem; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 .8rem; font-size: clamp(1.35rem, 3vw, 1.9rem); line-height: 1.2; }
.legal-content p { margin: .6rem 0 0; color: #4f5257; }
.legal-content a { color: #a9140e; font-weight: 650; text-underline-offset: .18em; }
.legal-note { margin-top: 3rem; padding: 1.25rem 1.4rem; color: #603c39; background: #fff1ef; border: 1px solid #f2cbc7; border-radius: 14px; }
.legal-updated { margin-top: 2rem !important; color: var(--muted) !important; font-size: .85rem; }
.legal-page footer { background: var(--paper); }

@media (max-width: 820px) {
  .nav-shell { min-height: 68px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 1.2rem 1.5rem 1.5rem; flex-direction: column; align-items: stretch; background: var(--forest-deep); border-top: 1px solid rgba(255,255,255,.1); }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 720px; height: 95svh; }
  .hero-image { object-position: 76% top; }
  .hero-shade { background: linear-gradient(0deg, rgba(20,18,20,.97) 0%, rgba(32,18,18,.74) 52%, rgba(34,10,9,.12) 100%); }
  .hero-inner { margin-bottom: 2rem; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-proof { gap: .75rem 1.2rem; flex-wrap: wrap; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .intro-grid, .explainer-heading, .process-head, .fit-panel, .manufacturing-grid, .pricing-head, .remote-order-inner, .podo-deep-head, .application-grid, .children-card, .message-grid, .about-grid, .order-form-head { grid-template-columns: 1fr; gap: 2rem; }
  .podo-principles { grid-template-columns: 1fr; }
  .about-portrait { min-height: 620px; }
  .bodymapper-band { grid-template-columns: 1fr; }
  .bodymapper-visual { min-height: 330px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .service-card { min-height: 240px; }
  .service-card.featured { transform: none; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { padding: 1.5rem 1rem 1.5rem 0; }
  .steps li + li { padding-left: 1rem; }
  .steps li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .steps li:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .price-row div { grid-template-columns: 1fr; gap: .15rem; }
  .location-grid { grid-template-columns: 1fr; }
  .contact-band { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: none; }
  .section-heading h2, .process h2, .fit h2, .contact-band h2 { font-size: 2.25rem; }
  .steps { grid-template-columns: 1fr; }
  .steps li + li, .steps li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-left: 0; }
  .fit-panel { padding: 1.5rem; }
  .fit-list div { grid-template-columns: 100px 1fr; }
  .use-grid { grid-template-columns: 1fr; }
  .price-row { align-items: end; }
  .price-row b { min-width: 70px; font-size: 1.2rem; }
  .footer-brand { flex-direction: column; gap: .2rem; }
  .footer-brand img { margin-bottom: .5rem; }
  .field-row { grid-template-columns: 1fr; }
  .product-choice, .three-fields, .address-fields { grid-template-columns: 1fr; }
  .product-choice legend { grid-column: auto; }
  .product-option { grid-template-columns: auto 1fr; }
  .product-option b { grid-column: 2; }
  .order-summary > div { align-items: flex-start; }
  .bodymapper-heading { grid-template-columns: 1fr; }
  .bodymapper-visual { min-height: 260px; }
  .about-portrait { min-height: 500px; }
  .video-play { min-height: 56px; padding: .7rem 1rem; gap: .6rem; font-size: .88rem; }
  .video-play-icon { width: 2rem; height: 2rem; }
}

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