/* Dadspan Foundry Paper — draft shop window. Local fonts only. */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #F5F4F0;
  --bone: #FCFBF8;
  --ink: #171614;
  --foundry: #24211E;
  --brick: #B8432A;
  --mute: #6A6660;
  --line: #D5D1C9;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 20;
  background: var(--bone);
  color: var(--ink);
  padding: 8px 12px;
  border: 1px solid var(--line);
}

.wrap {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0 72px;
}

.site-header {
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 24px;
}
.wordmark {
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav a:not(.btn) {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: var(--mute);
}
.nav-compact {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brick);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 15px 22px;
  border-radius: 3px;
  border: 1px solid var(--brick);
}
.btn:hover,
.btn:focus-visible {
  filter: brightness(0.92);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--ink);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 14px 22px;
  border-radius: 3px;
  border: 1px solid var(--ink);
}
.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: var(--bone);
}
.btn-nav {
  padding: 12px 16px;
  font-size: 12px;
}

.hero {
  padding: 44px 0 72px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 48px;
  align-items: start;
}
.eyebrow {
  margin: 0 0 12px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brick);
}
h1 {
  margin: 0 0 16px;
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.lede {
  margin: 0 0 20px;
  max-width: 22ch;
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: var(--mute);
}
.hero-body {
  margin: 0 0 28px;
  max-width: 42ch;
  font-size: 18px;
  line-height: 1.55;
  color: var(--mute);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 48px;
}
.hero-meta {
  margin: 0;
  font-size: 15px;
  color: var(--mute);
}

.pouch-art {
  justify-self: end;
  width: 360px;
  filter: drop-shadow(10px 18px 22px rgba(0, 0, 0, 0.18));
}
.pouch-art svg {
  width: 100%;
  height: auto;
}

.offer {
  background: var(--bone);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 40px 0 48px;
}
.offer-head h2 {
  margin: 8px 0 10px;
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
}
.offer-head p {
  margin: 0 0 28px;
  font-size: 18px;
  color: var(--mute);
}
.offer-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 32px;
  align-items: end;
}
.fact-num {
  margin: 0 0 6px;
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
}
.fact-line {
  margin: 0;
  font-size: 15px;
  color: var(--mute);
}

.formula {
  padding: 48px 0 72px;
}
.formula h2 {
  margin: 8px 0 10px;
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.02em;
}
.formula-lead {
  margin: 0 0 32px;
  max-width: 62ch;
  font-size: 16px;
  color: var(--mute);
}
.formula-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 96px;
}
.formula-col {
  margin: 0;
}
.row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.formula-col .row:last-child {
  border-bottom: 1px solid var(--line);
}
.row dt {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
}
.row dd {
  margin: 0;
  font-size: 15px;
  color: var(--mute);
  white-space: nowrap;
}

.contact {
  background: var(--foundry);
  color: var(--paper);
  padding: 48px 0 52px;
}
.contact .eyebrow {
  color: var(--brick);
}
.contact-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.contact h2 {
  margin: 8px 0 14px;
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: var(--paper);
}
.contact-mail {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 20px;
  color: #fff;
}
.contact-note {
  margin: 0;
  font-size: 15px;
  color: var(--mute);
}

.site-footer {
  background: var(--ink);
  color: var(--mute);
  padding: 40px 0 56px;
  position: relative;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.footer-brand {
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--paper);
  margin: 0 0 8px;
}
.footer-line {
  margin: 0 0 28px;
  font-size: 14px;
}
.footer-legal {
  margin: 0 0 6px;
  font-size: 13px;
}
.footer-right {
  text-align: right;
}
.footer-right p {
  margin: 0 0 6px;
  font-size: 13px;
}
.footer-right a {
  color: var(--mute);
}
.draft-mark {
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #5a564f;
}

@media (max-width: 900px) {
  .wrap {
    padding: 0 20px;
  }
  .header-inner {
    min-height: 64px;
  }
  .wordmark {
    font-size: 20px;
  }
  .nav-full {
    display: none;
  }
  .nav-compact {
    display: inline-flex;
  }
  .hero {
    padding: 24px 0 36px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  h1 {
    font-size: 40px;
  }
  .lede {
    max-width: none;
    font-size: 24px;
  }
  .hero-body {
    font-size: 14px;
    max-width: none;
  }
  .hero-actions {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .hero-actions .btn,
  .hero-actions .btn-ghost {
    width: 100%;
  }
  .pouch-art {
    justify-self: center;
    width: 174px;
    order: 0;
  }
  .hero-copy {
    display: contents;
  }
  .hero .eyebrow { order: 1; }
  .hero h1 { order: 2; }
  .lede { order: 3; }
  .hero-body { order: 4; }
  .pouch-art { order: 5; }
  .hero-actions { order: 6; }
  .hero-meta { order: 7; }
  .offer {
    padding: 28px 0 36px;
  }
  .offer-head h2 {
    font-size: 24px;
  }
  .offer-head p {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .offer-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .offer .btn {
    width: 100%;
    margin-top: 8px;
  }
  .formula {
    padding: 32px 0 40px;
  }
  .formula h2 {
    font-size: 22px;
  }
  .formula-lead {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .formula-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
  .row {
    padding: 8px 0;
    gap: 6px;
  }
  .row dt {
    font-size: 11px;
  }
  .row dd {
    font-size: 10px;
  }
  .contact {
    padding: 32px 0 36px;
  }
  .contact-row {
    flex-direction: column;
    align-items: stretch;
  }
  .contact h2 {
    font-size: 20px;
  }
  .contact-mail {
    font-size: 14px;
    word-break: break-word;
  }
  .contact .btn {
    width: 100%;
  }
  .footer-grid {
    flex-direction: column;
  }
  .footer-right {
    text-align: left;
  }
  .draft-mark {
    right: 16px;
  }
}
