@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/dm-mono-300.ttf") format("truetype");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/dm-mono-400.ttf") format("truetype");
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/dm-mono-500.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/instrument-serif-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/instrument-serif-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/manrope-400.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/manrope-500.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/manrope-600.ttf") format("truetype");
}

:root {
  --ink: #201819;
  --ink-soft: #2b2021;
  --paper: #eadfca;
  --paper-light: #f0e8d8;
  --amber: #d39b58;
  --coral: #cc674f;
  --sage: #aeb681;
  --blue: #829eaa;
  --rule-dark: rgba(234, 223, 202, 0.22);
  --rule-light: rgba(32, 24, 25, 0.2);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

.shell {
  width: min(100% - 64px, 1440px);
  margin-inline: auto;
}

.nav {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid var(--rule-dark);
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.brand-mark i,
.brand-mark b {
  width: 15px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 4px;
  top: 20px;
  transform: rotate(0deg);
  transform-origin: right center;
}

.brand-mark b {
  left: 18px;
  transform: rotate(-48deg);
}

.nav-center,
.nav-link,
.section-no,
.rail-label,
.edition,
.folio {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-center {
  justify-self: center;
  color: rgba(234, 223, 202, 0.58);
}

.nav-link {
  justify-self: end;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--amber);
}

.nav-link span,
.text-link span,
.button span {
  margin-left: 16px;
}

.hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: 170px minmax(500px, 1fr) 430px;
  gap: 42px;
  padding-top: 88px;
  padding-bottom: 72px;
}

.hero-index {
  color: rgba(234, 223, 202, 0.58);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px;
}

.hero-index strong {
  font-size: 11px;
  color: var(--amber);
  font-weight: 400;
}

.hero-index small {
  margin-top: auto;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: flex-start;
  line-height: 1.8;
}

.kicker {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--amber);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 4px 0 40px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--serif);
  font-size: clamp(75px, 7vw, 118px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.04em;
  margin: 0;
}

h1 em {
  color: var(--amber);
  font-weight: 400;
}

.hero-support {
  display: grid;
  grid-template-columns: minmax(240px, 440px) 150px;
  gap: 52px;
  margin-top: 62px;
  align-items: end;
}

.hero-support p {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.28;
  margin: 0;
  color: rgba(234, 223, 202, 0.86);
}

.text-link {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--coral);
}

.chart-wrap {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-left: 1px solid var(--rule-dark);
  padding-left: 32px;
}

.chart-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.chart-meta strong {
  color: var(--amber);
  font-size: 22px;
  font-weight: 300;
}

.course-chart {
  position: relative;
  min-height: 460px;
  margin: 32px 0;
  overflow: hidden;
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--rule-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--rule-dark) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.course-line {
  position: absolute;
  height: 2px;
  background: var(--paper);
  transform-origin: left center;
}

.line-one {
  width: 230px;
  left: 16px;
  top: 326px;
  transform: rotate(-11deg);
}

.line-two {
  width: 235px;
  left: 238px;
  top: 282px;
  background: var(--amber);
  transform: rotate(-57deg);
}

.course-point {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 232px;
  top: 276px;
  border: 2px solid var(--coral);
  background: var(--ink);
  transform: rotate(45deg);
}

.course-start,
.course-turn,
.course-end {
  position: absolute;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(234, 223, 202, 0.6);
}

.course-start { left: 12px; top: 350px; }
.course-turn { left: 246px; top: 300px; color: var(--coral); }
.course-end { right: 2px; top: 72px; color: var(--amber); }

.chart-wrap > p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  margin: 0;
  color: rgba(234, 223, 202, 0.62);
}

.manifesto {
  background: var(--paper);
  color: var(--ink);
  padding: 112px 0;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 170px 1fr 260px;
  gap: 42px;
  align-items: start;
}

.section-no {
  color: var(--coral);
}

.manifesto blockquote {
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 900px;
}

.manifesto blockquote em {
  color: var(--coral);
}

.manifesto-note {
  font-size: 13px;
  line-height: 1.6;
  border-top: 1px solid var(--rule-light);
  padding-top: 16px;
}

.signals,
.system {
  padding-top: 120px;
  padding-bottom: 130px;
}

.section-head {
  display: grid;
  grid-template-columns: 170px 1fr 80px;
  gap: 42px;
  align-items: start;
  padding-bottom: 70px;
}

.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.4vw, 80px);
  line-height: 0.97;
  letter-spacing: -0.025em;
  font-weight: 400;
  max-width: 900px;
  margin: 0;
}

.folio {
  justify-self: end;
  color: rgba(234, 223, 202, 0.45);
}

.signal-list {
  margin-left: 212px;
}

.signal {
  display: grid;
  grid-template-columns: 70px minmax(300px, 1fr) minmax(240px, 0.7fr);
  gap: 42px;
  border-top: 1px solid var(--rule-dark);
  padding: 28px 0 34px;
}

.signal > span,
.check > span,
.system-steps article > span {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--amber);
}

.signal h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
}

.signal p {
  color: rgba(234, 223, 202, 0.65);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 380px;
}

.audit {
  background: var(--paper);
  color: var(--ink);
  padding: 120px 0 130px;
  overflow: hidden;
}

.audit-layout {
  display: grid;
  grid-template-columns: 0.9fr 0.95fr 0.75fr;
  gap: clamp(50px, 6vw, 100px);
  align-items: center;
}

.edition {
  color: var(--coral);
  margin: 76px 0 20px;
}

.audit-intro h2 {
  font-family: var(--serif);
  font-size: clamp(65px, 6.5vw, 98px);
  line-height: 0.88;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-bottom: 34px;
}

.audit-lede {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
  max-width: 480px;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 44px 0 34px;
  border-top: 1px solid var(--rule-light);
  padding-top: 20px;
}

.price-line strong,
.system-price {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.price-line span {
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  text-transform: uppercase;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.08em;
  border: 1px solid var(--ink);
  transition: 180ms ease;
}

.button:hover {
  background: var(--coral);
  border-color: var(--coral);
}

.report-object {
  height: 600px;
  display: grid;
  grid-template-columns: 54px 1fr;
  filter: drop-shadow(22px 28px 24px rgba(32, 24, 25, 0.16));
  transform: rotate(-2.5deg);
}

.report-spine {
  background: #753c36;
  color: #e5b9a1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 17px;
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.report-spine b {
  font-family: var(--serif);
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}

.report-cover {
  background: var(--coral);
  color: #401d1d;
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.report-top,
.report-bottom {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 8px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.report-cover h3 {
  font-family: var(--serif);
  font-size: 68px;
  line-height: 0.85;
  font-weight: 400;
  margin: 8px 0 0;
}

.report-cover > div > p {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.report-route {
  height: 130px;
  position: relative;
}

.report-route i {
  position: absolute;
  height: 2px;
  background: #401d1d;
  transform-origin: left;
}

.route-a { width: 130px; left: 18px; top: 84px; transform: rotate(-9deg); }
.route-b { width: 135px; left: 145px; top: 64px; transform: rotate(-50deg); }
.report-route b {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #401d1d;
  left: 140px;
  top: 58px;
  transform: rotate(45deg);
}

.checks-label {
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 9px;
  color: var(--coral);
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.check {
  display: grid;
  grid-template-columns: 28px 1fr;
  border-top: 1px solid var(--rule-light);
  padding: 16px 0;
}

.check > span {
  color: var(--coral);
}

.check strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.check p {
  grid-column: 2;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(32, 24, 25, 0.62);
  margin: 4px 0 0;
}

.check-outcome {
  font-family: var(--serif);
  font-size: 19px;
  margin-top: 28px;
}

.check-outcome em {
  color: var(--coral);
}

.system-grid {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  margin-left: 212px;
  gap: 90px;
}

.system-summary {
  border-top: 1px solid var(--rule-dark);
  padding-top: 22px;
}

.system-summary .edition {
  margin: 0 0 32px;
  color: var(--amber);
}

.system-summary > p:not(.edition) {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.35;
  color: rgba(234, 223, 202, 0.78);
}

.system-price {
  color: var(--amber);
  margin-top: 65px;
}

.system-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.system-steps article {
  min-height: 210px;
  padding: 22px 30px 30px;
  border-top: 1px solid var(--rule-dark);
  border-left: 1px solid var(--rule-dark);
}

.system-steps article:nth-child(even) {
  border-right: 1px solid var(--rule-dark);
}

.system-steps article:nth-child(3),
.system-steps article:nth-child(4) {
  border-bottom: 1px solid var(--rule-dark);
}

.system-steps h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  margin: 48px 0 10px;
}

.system-steps p {
  color: rgba(234, 223, 202, 0.55);
  font-size: 11px;
  line-height: 1.55;
}

.founder {
  background: var(--sage);
  color: #252619;
  padding: 120px 0;
}

.founder-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 110px;
}

.founder-stamp {
  width: 280px;
  height: 360px;
  border: 1px solid rgba(37, 38, 25, 0.5);
  background:
    repeating-linear-gradient(0deg, transparent 0 29px, rgba(37, 38, 25, 0.12) 30px),
    repeating-linear-gradient(90deg, transparent 0 29px, rgba(37, 38, 25, 0.12) 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.founder-stamp > span {
  font-family: var(--serif);
  font-size: 108px;
  letter-spacing: -0.08em;
}

.founder-stamp small {
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.7;
  text-transform: uppercase;
}

.founder-copy .section-no {
  color: #604944;
}

.founder-copy h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 5.2vw, 78px);
  line-height: 0.96;
  font-weight: 400;
  max-width: 850px;
  margin: 50px 0 60px;
}

.founder-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  max-width: 820px;
}

.founder-columns p {
  font-size: 13px;
  line-height: 1.75;
}

.signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  margin: 42px 0 2px;
}

.role {
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.briefing {
  background: var(--amber);
  color: #352217;
  padding: 88px 0;
}

.briefing-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 100px;
  align-items: end;
}

.briefing .section-no {
  color: #6c3b2c;
}

.briefing h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 40px 0 0;
}

.briefing h2 em {
  color: #754235;
}

.briefing-form label,
.briefing-form > p {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.briefing-form > div {
  display: flex;
  border-bottom: 1px solid #352217;
  margin: 18px 0 12px;
}

.briefing-form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 13px 0;
  color: #352217;
  outline: none;
  font-family: var(--serif);
  font-size: 19px;
}

.briefing-form input::placeholder {
  color: rgba(53, 34, 23, 0.58);
}

.briefing-form button {
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.briefing-form > p {
  color: rgba(53, 34, 23, 0.62);
  line-height: 1.5;
}

.contact {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-main {
  display: grid;
  grid-template-columns: 1.4fr 0.65fr;
  gap: 100px;
  margin-left: 212px;
  margin-top: 52px;
}

.contact h2 {
  font-family: var(--serif);
  font-size: clamp(72px, 8vw, 120px);
  line-height: 0.82;
  font-weight: 400;
  letter-spacing: -0.045em;
  margin: 0;
}

.contact-copy {
  align-self: end;
}

.contact-copy > p {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
  color: rgba(234, 223, 202, 0.8);
}

.contact-copy .minimum {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  color: var(--amber);
  line-height: 1.6;
  margin: 30px 0;
}

.button.light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.footer {
  border-top: 1px solid var(--rule-dark);
  min-height: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  color: rgba(234, 223, 202, 0.58);
}

.footer-brand {
  color: var(--paper);
}

.footer p {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.footer p:last-child {
  text-align: right;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 100px 1fr;
  }

  .chart-wrap {
    grid-column: 2;
    min-height: 500px;
  }

  .hero-index small {
    display: none;
  }

  .manifesto-grid,
  .section-head {
    grid-template-columns: 100px 1fr;
  }

  .manifesto-note,
  .folio {
    display: none;
  }

  .signal-list,
  .system-grid,
  .contact-main {
    margin-left: 142px;
  }

  .audit-layout {
    grid-template-columns: 1fr 1fr;
  }

  .checks {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--rule-light);
    padding-top: 30px;
  }

  .checks-label,
  .check-outcome {
    grid-column: 1 / -1;
  }

  .check {
    display: block;
    padding-right: 12px;
    border-top: 0;
  }

  .check strong,
  .check p {
    display: block;
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 36px, 680px);
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .nav-center {
    display: none;
  }

  .nav-link {
    font-size: 8px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 58px 0 70px;
    gap: 45px;
  }

  .hero-index {
    flex-direction: row;
  }

  h1 {
    font-size: clamp(58px, 17vw, 82px);
  }

  .hero-support {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 42px;
  }

  .text-link {
    width: max-content;
  }

  .chart-wrap {
    grid-column: 1;
    border-left: 0;
    border-top: 1px solid var(--rule-dark);
    padding: 25px 0 0;
  }

  .course-chart {
    min-height: 380px;
  }

  .manifesto {
    padding: 72px 0;
  }

  .manifesto-grid,
  .section-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .manifesto blockquote {
    font-size: 48px;
  }

  .signals,
  .system {
    padding: 80px 0;
  }

  .section-head {
    padding-bottom: 45px;
  }

  .section-head h2 {
    font-size: 47px;
  }

  .signal-list,
  .system-grid,
  .contact-main {
    margin-left: 0;
  }

  .signal {
    grid-template-columns: 36px 1fr;
    gap: 16px;
  }

  .signal p {
    grid-column: 2;
  }

  .audit {
    padding: 80px 0;
  }

  .audit-layout {
    grid-template-columns: 1fr;
  }

  .edition {
    margin-top: 45px;
  }

  .report-object {
    height: 510px;
    width: min(100%, 400px);
    justify-self: center;
  }

  .report-cover h3 {
    font-size: 56px;
  }

  .checks {
    grid-column: 1;
    display: block;
  }

  .check {
    display: grid;
  }

  .system-grid,
  .founder-grid,
  .briefing-grid,
  .contact-main {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .system-steps {
    grid-template-columns: 1fr;
  }

  .system-steps article,
  .system-steps article:nth-child(even) {
    border-right: 1px solid var(--rule-dark);
  }

  .system-steps article:nth-child(3) {
    border-bottom: 0;
  }

  .founder {
    padding: 80px 0;
  }

  .founder-stamp {
    width: 220px;
    height: 280px;
  }

  .founder-copy h2 {
    margin: 20px 0 40px;
  }

  .founder-columns {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .briefing {
    padding: 70px 0;
  }

  .briefing h2 {
    font-size: 48px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact h2 {
    font-size: 72px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 36px 0;
    gap: 18px;
  }

  .footer p,
  .footer p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}

/* DREAMHOST STATIC PACKAGE: INQUIRY FORM */
.contact-with-form {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
}

.contact-intro h2 {
  font-family: var(--serif);
  font-size: clamp(68px, 7vw, 112px);
  line-height: 0.84;
  font-weight: 400;
  letter-spacing: -0.045em;
  margin: 0 0 60px;
}

.direct-email {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--amber);
  padding-bottom: 7px;
}

.inquiry-form {
  border-top: 1px solid var(--rule-dark);
  padding-top: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.form-field {
  margin-bottom: 24px;
}

.form-field label {
  display: block;
  margin-bottom: 9px;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.form-field label small {
  color: rgba(234, 223, 202, 0.48);
  font: inherit;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--rule-dark);
  border-radius: 0;
  background: rgba(234, 223, 202, 0.035);
  padding: 14px 15px;
  color: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  resize: vertical;
  transition: border-color 180ms ease, background 180ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--amber);
  background: rgba(234, 223, 202, 0.07);
}

.form-submit {
  cursor: pointer;
}

.form-note {
  margin: 14px 0 0;
  color: rgba(234, 223, 202, 0.45);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.coming-soon {
  justify-content: space-between;
  padding: 15px 0;
  color: rgba(53, 34, 23, 0.65);
  font-family: var(--serif);
  font-size: 18px;
}

.response-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
}

.response-card {
  width: min(100%, 820px);
  border: 1px solid var(--rule-dark);
  padding: clamp(34px, 7vw, 88px);
}

.response-card .section-no {
  margin: 100px 0 30px;
}

.response-card h1 {
  margin-bottom: 40px;
}

.response-card > p:not(.section-no) {
  max-width: 520px;
  margin-bottom: 38px;
  color: rgba(234, 223, 202, 0.72);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .contact-with-form,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-intro h2 {
    margin-bottom: 38px;
  }

  .inquiry-form {
    margin-top: 10px;
  }

  .response-card .section-no {
    margin-top: 70px;
  }

  .response-card h1 {
    font-size: 58px;
  }
}
