@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/host-grotesk-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/host-grotesk-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/host-grotesk-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/host-grotesk-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/inter-latin-700-normal.woff2") format("woff2");
}

:root {
  --forest: #12332b;
  --forest-mid: #1a4036;
  --forest-deep: #0c221c;
  --plantation: #1e4c41;
  --plantation-dark: #0f2620;
  --blaze: #ff7006;
  --blaze-dark: #cc5904;
  --blaze-ring: rgba(255, 112, 6, 0.18);
  --paper: #f4f3ec;
  --pampas: #f4f3ec;
  --cream: #efeae0;
  --white: #fffdf8;
  --ink: #191919;
  --ink-soft: #4c4c4c;
  --ink-mute: #7f7f7f;
  --line: #ddd6c8;
  --font: Inter, ui-sans-serif, system-ui, sans-serif;
  --display: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--pampas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.wrap {
  width: min(100% - 80px, 1180px);
  margin: 0 auto;
}
.sr {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
.skip {
  position: absolute;
  left: 12px; top: -40px;
  z-index: 80;
  padding: 8px 12px;
  background: var(--white);
  color: var(--plantation-dark);
  font-size: 13px;
}
.skip:focus { top: 12px; }

/* ——— light mast ——— */
header.mast {
  background: var(--pampas);
  position: relative;
  z-index: 4;
}
header.mast .bar {
  width: min(100% - 80px, 1180px);
  margin: 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
header.mast .mark { display: flex; align-items: center; }
header.mast img { height: 24px; width: auto; }
.mast-end {
  display: flex;
  align-items: center;
  gap: 28px;
}
.quiet-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
}
.quiet-link:hover { color: var(--plantation-dark); }
.phone {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--plantation-dark);
  text-decoration: none;
}
.phone:hover { color: var(--ink); }

/* legal pages still use .chrome */
header.chrome {
  background: var(--pampas);
  position: relative;
  z-index: 4;
}
header.chrome .bar {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}
header.chrome .mark { display: flex; align-items: center; }
header.chrome img { height: 24px; width: auto; }
header.chrome nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
}
header.chrome nav a { text-decoration: none; }
header.chrome nav a:hover { color: var(--plantation-dark); }

/* ——— door ——— */
.door {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blaze);
  color: #fff;
  font-family: var(--font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 0 22px;
  min-height: 48px;
  border-radius: 10px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}
.door:hover { background: var(--blaze-dark); }

.doorway {
  display: flex;
  align-items: stretch;
  gap: 6px;
  background: #fff;
  border-radius: 12px;
  padding: 6px 6px 6px 18px;
  max-width: 36rem;
  box-shadow: 0 10px 28px rgba(15, 38, 32, 0.08);
}
.doorway:focus-within {
  box-shadow: 0 0 0 3px var(--blaze-ring), 0 10px 28px rgba(15, 38, 32, 0.08);
}
.doorway input {
  flex: 1;
  border: 0;
  background: transparent;
  font: 400 15px/1.4 var(--font);
  color: var(--ink);
  outline: none;
  min-height: 46px;
  min-width: 0;
}
.doorway input::placeholder { color: #8a938e; }
.doorway .door { border-radius: 9px; }

.field {
  display: flex;
  gap: 6px;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  padding: 6px 6px 6px 18px;
  max-width: 36rem;
  box-shadow: 0 10px 30px rgba(8, 22, 18, 0.18);
}
.field:focus-within { box-shadow: 0 0 0 3px var(--blaze-ring), 0 10px 30px rgba(8, 22, 18, 0.18); }
.field input {
  flex: 1;
  border: 0;
  background: transparent;
  font: 400 15px/1.4 var(--font);
  color: var(--ink);
  outline: none;
  min-height: 46px;
}
.field input::placeholder { color: #8a938e; }

/* ——— first screen: cream, two columns ——— */
.first {
  background: var(--pampas);
  min-height: calc(100vh - 88px);
  padding: 12px 0 80px;
}
.first-grid {
  width: min(100% - 80px, 1180px);
  margin: 0 auto;
  min-height: calc(100vh - 180px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 540px);
  column-gap: 80px;
  align-items: center;
}
.first-copy {
  padding-bottom: 8px;
  max-width: 30rem;
}
.first h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(44px, 5.8vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: var(--plantation-dark);
  margin: 0 0 22px;
}
.first .lead {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--ink);
  opacity: 0.68;
}
.first .quiet {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--ink);
  opacity: 0.46;
}
.first .next-min {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--ink);
  opacity: 0.62;
}

.first-plate {
  margin: 0;
  width: 100%;
}
.first-plate img {
  width: 100%;
  height: min(600px, calc(100vh - 200px));
  object-fit: cover;
  object-position: 50% 38%;
  border-radius: 8px;
}
.first-plate figcaption,
.spread-plate figcaption {
  margin: 12px 2px 0;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: var(--ink);
  opacity: 0.42;
}

/* ——— type / sections ——— */
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--plantation-dark);
  margin: 0;
}
.kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--plantation);
}
.kicker.light { color: rgba(246, 243, 236, 0.62); }
.section { padding: 112px 0; }
.section.paper { background: var(--white); }
.section.cream { background: var(--cream); }
.section h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
}
.section .intro {
  color: var(--ink-soft);
  max-width: 36em;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}
.statement {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--plantation-dark);
}

/* editorial spread */
.spread {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 64px 72px;
  align-items: center;
}
.spread-copy .intro { margin-top: 0; }
.spread-plate { margin: 0; }
.spread-plate img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.quiet-plate img {
  background: var(--cream);
  padding: 28px 20px 8px;
}

/* order rail — type, not cards */
.rail {
  list-style: none;
  margin: 72px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 28px;
}
.rail strong {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--plantation-dark);
  margin-bottom: 8px;
}
.rail p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}

/* usual vs this */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 44px;
  align-items: stretch;
}
.card {
  border-radius: 6px;
  padding: 36px 32px 38px;
}
.card h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  color: inherit;
}
.card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card li {
  padding: 0 0 14px;
  color: inherit;
  font-size: 16px;
  line-height: 1.45;
}
.card li:last-child { padding-bottom: 0; }
.card.usual {
  background: #e6e0d4;
  color: var(--plantation-dark);
}
.card.this {
  background: var(--plantation);
  color: #f6f3ec;
}
.aside {
  margin: 28px 0 0;
  font-size: 14px;
  color: var(--ink-mute);
  max-width: 42em;
}

/* money — plantation field, type only */
.money {
  background: var(--plantation);
  color: #f6f3ec;
  padding: 112px 0;
}
.money h2 { color: #fff; }
.money .lede {
  margin: 0 0 56px;
  max-width: 28em;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(246, 243, 236, 0.82);
}
.tri {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(246, 243, 236, 0.16);
}
.tri strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 10px;
}
.tri p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(246, 243, 236, 0.72);
}

/* roofers */
.roofers {
  background: var(--pampas);
  padding: 96px 0;
}
.roofers-spread {
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  gap: 64px 80px;
}
.roofers .intro { margin: 0 0 28px; max-width: 34em; }
.text-door {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--plantation-dark);
  text-decoration: none;
  border-bottom: 1px solid var(--plantation-dark);
  padding-bottom: 2px;
}
.text-door:hover { color: var(--ink); border-color: var(--ink); }

/* FAQ — quiet, not blaze wash */
.faq { padding: 112px 0; }
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px 80px;
  align-items: start;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--plantation-dark);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary i {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--ink-mute);
}
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--ink-soft);
  max-width: 40em;
  font-size: 15px;
}

.close {
  background: var(--plantation);
  color: #f6f3ec;
  padding: 104px 0 112px;
}
.close h2 {
  color: #fff;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}
.close p { margin: 0 0 32px; color: rgba(246, 243, 236, 0.78); max-width: 28em; }
.close .quiet { margin: 6px 0 0; font-size: 13px; color: rgba(246, 243, 236, 0.5); }
.close .next-min { margin: 12px 0 0; font-size: 13px; color: rgba(246, 243, 236, 0.72); }
.close .doorway {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

footer.site {
  background: var(--forest-deep);
  color: rgba(246, 243, 236, 0.68);
  padding: 48px 0 36px;
  font-size: 13px;
}
footer.site .top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
footer.site img { height: 22px; width: auto; margin-bottom: 14px; }
footer.site a { color: #f6f3ec; text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site nav { display: flex; gap: 18px; flex-wrap: wrap; }
footer.site .legal {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(246, 243, 236, 0.12);
  color: rgba(246, 243, 236, 0.48);
  font-size: 12px;
  line-height: 1.55;
}

.legal-page { padding: 48px 0 80px; }
.legal-page h1 { font-size: 36px; margin: 0 0 8px; }
.legal-page .meta { color: var(--ink-mute); font-size: 13px; margin: 0 0 28px; }
.legal-page h2 { font-size: 20px; margin: 28px 0 8px; }
.legal-page p, .legal-page li { color: var(--ink-soft); max-width: 42em; }
.legal-page ul { padding-left: 1.2em; }
.review {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  color: var(--ink-mute);
  font-size: 12px;
}
.review .wrap {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.review b {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--plantation-dark);
}

@media (max-width: 980px) {
  .wrap,
  header.mast .bar,
  .first-grid { width: min(100% - 40px, 1180px); }
  .spread,
  .roofers-spread,
  .faq-grid,
  .split,
  .tri,
  .rail { grid-template-columns: 1fr; }
  .spread { gap: 36px; }
  .rail { gap: 22px; margin-top: 48px; }
  .tri { gap: 28px; }
  .section,
  .money,
  .faq { padding: 72px 0; }
  .roofers { padding: 64px 0; }
}

@media (max-width: 720px) {
  .wrap,
  header.mast .bar,
  .first-grid { width: min(100% - 28px, 1180px); }
  header.mast .bar { height: 68px; }
  .quiet-link { display: none; }
  .first { min-height: 0; padding: 8px 0 48px; }
  .first-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: start;
  }
  .first-copy { max-width: none; }
  .first h1 { font-size: clamp(38px, 11vw, 52px); }
  .first-plate img {
    height: 260px;
    border-radius: 8px;
  }
  .doorway {
    flex-direction: column;
    padding: 10px;
    max-width: none;
  }
  .door { width: 100%; }
  header.chrome nav { display: none; }
  header.chrome .bar { justify-content: space-between; }
  footer.site .top { flex-direction: column; }
  .close { padding: 64px 0 72px; }
  .card { padding: 26px 22px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
