:root {
  color-scheme: light;
  --ink: #201e1d;
  --mute: #6b6866;
  --red: #ec3013;
  --phi: 1.618;
  --s: 0.618rem;
  --m: 1.618rem;
  --l: 2.618rem;
  --xl: 4.236rem;
  --major: 61.8%;
  --minor: 38.2%;
}
* { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.618;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
}
a { color: #201e1d; }
a:hover { color: #ec3013; }
a:focus-visible,
summary:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #ec3013;
  outline-offset: 3px;
}
::selection { background: #ec3013; color: #ffffff; }
img, svg, video { max-width: 100%; height: auto; }

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid #201e1d;
  padding-top: env(safe-area-inset-top);
}
.wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.hwrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  color: #201e1d;
}
.brand b {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.01em;
  line-height: 1;
  display: block;
}
.brand small {
  font-weight: 600;
  font-size: 7px;
  letter-spacing: 0.36em;
  color: #6b6866;
  line-height: 1;
  display: block;
  margin-top: 2px;
}
.menu { margin-left: auto; }
.menu > summary {
  list-style: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #201e1d;
  cursor: pointer;
  background: #ffffff;
}
.menu > summary::-webkit-details-marker { display: none; }
.burger {
  display: block;
  width: 18px;
  height: 12px;
  background:
    linear-gradient(#201e1d, #201e1d) 0 0 / 100% 2px no-repeat,
    linear-gradient(#201e1d, #201e1d) 0 5px / 100% 2px no-repeat,
    linear-gradient(#201e1d, #201e1d) 0 10px / 100% 2px no-repeat;
}
.menu[open] .burger {
  background:
    linear-gradient(#201e1d, #201e1d) 0 5px / 100% 2px no-repeat;
  position: relative;
}
.menu[open] .burger::before,
.menu[open] .burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 2px;
  background: #201e1d;
}
.menu[open] .burger::before { transform: rotate(45deg); }
.menu[open] .burger::after { transform: rotate(-45deg); }
.menu nav {
  display: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.menu[open] nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: #ffffff;
  border-bottom: 2px solid #201e1d;
  padding: 8px 16px calc(12px + env(safe-area-inset-bottom));
  gap: 0;
}
.menu nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  border-bottom: 1px solid #d8d5d2;
}
.menu nav a:last-child { border-bottom: 0; }
html:has(.menu[open]) { overflow: hidden; }

.crumb { font-size: 12px; color: #6b6866; letter-spacing: 0.04em; margin: 20px 0 0; overflow-wrap: anywhere; }
.crumb a { color: #6b6866; text-decoration: none; }
.crumb a:hover { color: #ec3013; }
h1 {
  font-weight: 800;
  font-size: clamp(26px, 8vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 12px 0 10px;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.lede { color: #6b6866; font-size: 17px; margin: 0 0 8px; }
.meta { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #6b6866; margin-bottom: 22px; }
.rule { width: 88px; height: 2px; background: #ec3013; border: 0; margin: 0 0 28px; }
main { overflow-wrap: break-word; }
main h2 {
  font-weight: 800;
  font-size: clamp(20px, 5.4vw, 28px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 36px 0 12px;
  overflow-wrap: anywhere;
}
main h3 { font-weight: 700; font-size: 18px; margin: 24px 0 8px; }
main table {
  border-collapse: collapse;
  width: 100%;
  margin: 18px 0;
  font-size: 14px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
main th {
  text-align: left;
  border-bottom: 2px solid #201e1d;
  padding: 8px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
main td { border-bottom: 1px solid #d7d3d3; padding: 9px 10px; vertical-align: top; }
main thead, main tbody { display: table; width: 100%; }
main blockquote { border-left: 3px solid #ec3013; margin: 20px 0; padding: 4px 16px; color: #6b6866; }
main code { background: #f3f2f2; padding: 1px 5px; font-size: 15px; word-break: break-word; }
main hr { border: 0; border-top: 1px solid #d7d3d3; margin: 28px 0; }
.cta { border: 2px solid #201e1d; padding: 20px; margin: 32px 0; }
.cta p { margin: 0 0 14px; }
.cta a, .btn, button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: #201e1d;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 20px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.cta a:hover, .btn:hover, button[type="submit"]:hover { background: #ec3013; color: #ffffff; }
.faq details { border-top: 1px solid #d7d3d3; }
.faq details:last-child { border-bottom: 1px solid #d7d3d3; }
.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  padding: 16px 0;
  display: flex;
  gap: 12px;
  min-height: 44px;
  align-items: baseline;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; color: #ec3013; font-weight: 800; }
.faq details[open] summary::before { content: "–"; }
.faq .a { padding: 0 0 18px; }
footer { border-top: 1px solid #201e1d; margin-top: 48px; }
footer .hwrap {
  padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  font-size: 12px;
  color: #6b6866;
  flex-wrap: wrap;
  gap: 10px 16px;
}
footer a { color: #6b6866; }

input, select, textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 2px solid #201e1d;
  background: #ffffff;
  color: #201e1d;
  font-family: inherit;
  font-size: 16px;
  border-radius: 0;
}
textarea { min-height: 8.5rem; resize: vertical; }
label { max-width: 100%; }

.shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--l) 1rem var(--xl);
}
.band { border-bottom: 2px solid #201e1d; }
.band.soft { background: #fafafa; }
.kicker {
  display: flex;
  align-items: baseline;
  gap: var(--s);
  margin-bottom: var(--m);
}
.kicker > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #ec3013;
  flex: none;
}
.kicker h2 {
  font-family: inherit;
  margin: 0;
  font-weight: 800;
  font-size: clamp(22px, 5.6vw, 34px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hero {
  display: grid;
  gap: var(--m);
  padding-top: var(--l);
  padding-bottom: var(--l);
}
.hero h1 {
  margin: 0;
  font-size: clamp(1.618rem, 7.2vw, 4.236rem);
  line-height: 1;
}
.hero .rule {
  width: var(--l);
  margin: var(--m) 0 0;
}
.hero-side {
  display: flex;
  flex-direction: column;
  gap: var(--m);
  max-width: 22rem;
}
.hero-side p { margin: 0; }
.lede-home {
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.382;
  text-wrap: pretty;
}
.lede-more,
.proof-more { display: none; }
.proof {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.618;
  text-transform: uppercase;
  color: var(--ink);
}
.actions { display: flex; gap: var(--s); flex-wrap: wrap; }
.actions a, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--l);
  padding: 0 var(--m);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}
.btn-solid { background: #201e1d; color: #ffffff; }
.btn-solid:hover { color: #ffffff; background: #ec3013; }
.btn-ghost {
  background: #ffffff;
  color: #201e1d;
  border: 2px solid #201e1d;
}
.stack { display: grid; gap: 0; }
.stack > * {
  margin: 0;
  padding: 18px 0;
  border-top: 2px solid #201e1d;
}
.note {
  margin: 28px 0 0;
  max-width: 78ch;
  color: #6b6866;
  border-left: 2px solid #ec3013;
  padding-left: 16px;
}
.card {
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 2px solid #201e1d;
}
.card .num {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #ec3013;
  line-height: 1;
}
.card .ttl {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.card p { margin: 0; font-size: 15px; line-height: 1.55; color: #6b6866; flex: 1; }
.card .price {
  border-top: 1px solid #d8d5d2;
  padding-top: 12px;
  font-weight: 800;
  font-size: 17px;
}
.step { border-top: 2px solid #201e1d; padding: 16px 0 8px; }
.step .n { font-weight: 800; font-size: 13px; color: #ec3013; margin-bottom: 8px; }
.step .t { font-weight: 800; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.step p { margin: 0; font-size: 15px; line-height: 1.55; color: #6b6866; }
.bench { border-top: 2px solid #201e1d; padding: 20px 0 28px; }
.bench-h { display: flex; gap: 12px; align-items: baseline; margin-bottom: 10px; }
.bench-h .n { font-weight: 800; font-size: 20px; color: #ec3013; line-height: 1; }
.bench-h .t { font-weight: 800; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; }
.bench p { margin: 0; color: #6b6866; font-size: 16px; }
.prices { display: grid; gap: 16px; margin-bottom: 24px; }
.price-card {
  border: 2px solid #201e1d;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
}
.price-card .tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ec3013;
  font-weight: 600;
  margin-bottom: 8px;
}
.price-card .name {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6866;
  margin-bottom: 8px;
}
.price-card .amt {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.price-card p { margin: 0 0 18px; font-size: 15px; color: #6b6866; flex: 1; }
.price-card a {
  align-self: flex-start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
  background: #201e1d;
  color: #ffffff;
}
.home-faq details { border-bottom: 1px solid #d8d5d2; }
.home-faq summary {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 16px 0;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  list-style: none;
  min-height: 48px;
}
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary .plus { color: #ec3013; font-size: 15px; flex: none; }
.home-faq .a {
  margin: 0;
  padding: 0 0 20px;
  color: #6b6866;
  max-width: 76ch;
}
.form-box { border: 2px solid #201e1d; padding: 20px 16px; margin-bottom: 24px; }
.form-grid { display: grid; gap: 0; }
.hint {
  border: 2px solid #ec3013;
  padding: 14px 16px;
  margin: 0 0 22px;
  font-size: 15px;
}
.legal { border-top: 1px solid #d8d5d2; }
.legal details { border-top: 1px solid #d8d5d2; }
.legal summary {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 16px 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  min-height: 44px;
}
.legal summary::-webkit-details-marker { display: none; }
.legal .box {
  padding: 0 0 20px;
  max-width: 84ch;
  font-size: 13px;
  line-height: 1.7;
  color: #6b6866;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 16px 8px;
}
.foot-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.foot-links a { text-decoration: none; }

@media (min-width: 640px) {
  .wrap { padding: 0 24px 56px; }
  .hwrap, .shell, footer .hwrap, .foot-row { padding-left: 24px; padding-right: 24px; }
  .form-box { padding: 28px 26px; }
  .actions a { min-width: 12rem; }
  .prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
}

@media (min-width: 900px) {
  .menu > summary { display: none; }
  .menu nav,
  .menu[open] nav {
    display: flex;
    flex-direction: row;
    position: static;
    border: 0;
    padding: 0;
    gap: 22px;
    background: transparent;
  }
  .menu nav a {
    min-height: auto;
    border-bottom: 0;
    padding-bottom: 2px;
  }
  .hwrap { padding: 1rem 2.618rem; }
  .shell { padding: var(--xl) 2.618rem calc(var(--xl) * var(--phi)); }
  .hero {
    grid-template-columns: minmax(0, 1.618fr) minmax(0, 1fr);
    gap: var(--xl);
    align-items: end;
    padding: 6.854rem 2.618rem var(--xl);
  }
  .hero-side { max-width: 22.5rem; }
  .lede-home { font-size: 1.125rem; line-height: 1.382; }
  .lede-more {
    display: block;
    color: var(--mute);
    font-size: 0.875rem;
    line-height: 1.618;
    text-wrap: pretty;
  }
  .proof-more { display: inline; }
  .stack { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stack > * { padding: 20px 28px 0; border-top: 2px solid #201e1d; }
  .stack > *:first-child { padding-left: 0; }
  .stack > *:not(:first-child) { border-left: 1px solid #d8d5d2; }
  .cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cards .card { padding: 24px 24px 28px; border-top: 2px solid #201e1d; }
  .cards .card:not(:first-child) { border-left: 1px solid #d8d5d2; }
  .cards .card:first-child { padding-left: 0; }
  .cards .card:last-child { padding-right: 0; }
  .steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .steps .step { padding: 18px 20px 0; }
  .steps .step:not(:first-child) { border-left: 1px solid #d8d5d2; }
  .steps .step:first-child { padding-left: 0; }
  .benches { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; }
  .prices { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cta a, .actions a { width: auto; }
}

@media (max-width: 899px) {
  .cta a, .actions a, button[type="submit"] { width: 100%; }
  .home-faq .a { padding-left: 0; }
}

@media print {
  header nav, .menu { display: none; }
}
