@font-face {
  font-family: "Bebas Neue";
  src: url("assets/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Caveat";
  src: url("assets/fonts/Caveat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #d6452d;
  --cream: #efe7d4;
  --black: #111111;
  --charcoal: #1a1a1a;
  --muted: #7a7a7a;
  --ink-red: #c61f14;
  --page-max: 1440px;
  --gutter: clamp(1.4rem, 5vw, 4.75rem);
  --font-display: "Bebas Neue", "Arial Narrow", "Avenir Next Condensed", "HelveticaNeue-CondensedBold", Impact, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-hand: "Caveat", "Bradley Hand", "Marker Felt", "Comic Sans MS", cursive;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color: var(--black);
  background: #e5ddce;
  font-family: var(--font-body);
  text-rendering: geometricPrecision;
}

body {
  overflow-x: hidden;
  margin: 0;
  min-width: 320px;
}

body,
button,
input,
textarea {
  font: 400 1rem/1.45 var(--font-body);
}

button,
input,
textarea {
  color: inherit;
}

button {
  cursor: pointer;
}

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

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

::selection {
  color: var(--cream);
  background: var(--black);
}

:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--cream);
  box-shadow: none;
}

.hero-about-shell {
  position: relative;
  overflow: visible;
}

.hero,
.about,
.bridge,
.process,
.site-footer {
  position: relative;
  isolation: isolate;
}

.about::before,
.bridge::before,
.process::before,
.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 18% 28%, rgba(17, 17, 17, 0.07), transparent 0.22rem),
    radial-gradient(circle at 79% 41%, rgba(255, 255, 255, 0.12), transparent 0.18rem),
    repeating-linear-gradient(96deg, rgba(17, 17, 17, 0.04) 0 1px, transparent 1px 5px);
  background-size: 7rem 7rem, 9rem 9rem, 100% 100%;
  mix-blend-mode: multiply;
  opacity: 0.38;
}

.hero {
  z-index: 2;
  min-height: clamp(36rem, 54vw, 54rem);
  overflow: visible;
  color: var(--black);
  background:
    radial-gradient(
      circle at 38% 32%,
      rgba(255, 104, 66, 0.18) 0%,
      rgba(170, 28, 18, 0.08) 42%,
      rgba(80, 10, 8, 0.22) 100%
    ),
    linear-gradient(
      115deg,
      #d93420 0%,
      #c92b1b 48%,
      #b92318 100%
    );
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.38;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' seed='8' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.48'/%3E%3C/svg%3E");
  background-position: 0 var(--hero-grain-parallax, 0px);
  background-size: 180px 180px;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(35, 0, 0, 0.13),
      transparent 17%,
      transparent 82%,
      rgba(35, 0, 0, 0.16)
    ),
    linear-gradient(
      0deg,
      rgba(40, 0, 0, 0.14),
      transparent 22%
    );
  mix-blend-mode: multiply;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: clamp(3.8rem, 6vw, 5.6rem);
  padding: 1.45rem var(--gutter) 0;
}

.brand {
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: clamp(1.08rem, 1.4vw, 1.45rem);
}

.hero-inner {
  position: relative;
  min-height: calc(clamp(36rem, 54vw, 54rem) - clamp(3.8rem, 6vw, 5.6rem));
  padding: clamp(1rem, 1.8vw, 1.6rem) var(--gutter) clamp(2rem, 4vw, 3.8rem);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(70vw, 77rem);
  transform: translate3d(0, var(--hero-copy-parallax, 0px), 0);
  will-change: transform;
}

.handwritten {
  font-family: var(--font-hand);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.weird {
  position: relative;
  width: max-content;
  margin: -0.2rem 0 -0.8rem -0.25rem;
  transform: rotate(-4deg);
  color: var(--black);
  font-size: clamp(3rem, 4.7vw, 5.7rem);
  line-height: 0.9;
}

.weird::after {
  position: absolute;
  right: 0.15rem;
  bottom: -0.08rem;
  left: 0.3rem;
  height: 0.12em;
  border-bottom: 0.08em solid var(--black);
  border-radius: 50%;
  content: "";
  transform: rotate(1deg);
}

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

h1 {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(5.6rem, 8.7vw, 11.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.78;
  text-transform: none;
}

h1 span {
  display: block;
  white-space: nowrap;
}

.hero-body {
  display: grid;
  gap: 0.62rem;
  max-width: 50rem;
  margin-top: clamp(1.9rem, 2.8vw, 3rem);
  font-size: clamp(1.08rem, 1.18vw, 1.38rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.34;
}

.free-note {
  display: inline-block;
  margin-left: 0.45rem;
  transform: rotate(-2deg);
  font-size: 1.55em;
  line-height: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: clamp(1.45rem, 2.3vw, 2.15rem);
}

.hero-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-width: clamp(11rem, 13vw, 13.8rem);
  min-height: 3.25rem;
  border-radius: 0;
  padding: 0.92rem 1rem 0.86rem 1.18rem;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  box-shadow: 0.34rem 0.34rem 0 rgba(17, 17, 17, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}

.hero-cta::after {
  content: "→";
  font-size: 1.08rem;
  line-height: 1;
}

.hero-cta-primary {
  border: 2px solid var(--black);
  color: var(--cream);
  background: var(--black);
  transform: rotate(-0.7deg);
}

.hero-cta-secondary {
  border: 2px solid var(--black);
  color: var(--black);
  background: var(--cream);
  transform: rotate(0.8deg);
}

.hero-cta:hover {
  filter: brightness(1.05);
  box-shadow: 0.22rem 0.22rem 0 rgba(17, 17, 17, 0.3);
}

.hero-cta:active {
  box-shadow: 0.12rem 0.12rem 0 rgba(17, 17, 17, 0.28);
}

.hero-portrait {
  position: absolute;
  right: clamp(-2.8rem, 4.8vw, 6rem);
  bottom: calc(clamp(3.3rem, 5vw, 5.4rem) * -1);
  z-index: 3;
  width: auto;
  height: clamp(38rem, 58vw, 58rem);
  max-width: min(48vw, 38rem);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 1.25rem 1.05rem rgba(17, 17, 17, 0.2));
  image-rendering: auto;
  transform: translate3d(0, var(--portrait-parallax, 0px), 0);
  transform-origin: bottom center;
  will-change: transform;
}

.photo-note {
  position: absolute;
  top: clamp(18rem, 34vw, 30rem);
  right: clamp(13rem, 20vw, 23rem);
  z-index: 4;
  display: grid;
  grid-template-columns: auto 5.3rem;
  gap: 0.3rem;
  align-items: start;
  color: var(--black);
  pointer-events: none;
  transform: translate3d(0, var(--note-parallax, 0px), 0);
  will-change: transform;
}

.photo-note p {
  grid-column: 1;
  grid-row: 1;
  margin-top: 2.1rem;
  font-family: var(--font-hand);
  font-size: clamp(1.25rem, 1.75vw, 1.95rem);
  font-weight: 700;
  line-height: 0.93;
  transform: rotate(-3deg);
}

.photo-note p::after {
  display: block;
  width: 2.65rem;
  height: 0.1rem;
  margin-top: 0.34rem;
  background: var(--black);
  content: "";
  transform: rotate(-4deg);
}

.note-arrow {
  grid-column: 2;
  grid-row: 1;
  width: 5.3rem;
  height: auto;
  margin-top: 0.3rem;
  transform: scaleX(-1) rotate(9deg);
}

.note-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.about,
.bridge,
.process {
  z-index: 1;
  background: var(--cream);
}

.about {
  padding: clamp(1.65rem, 3vw, 2.4rem) var(--gutter) clamp(2.2rem, 4vw, 3.8rem);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  min-width: 0;
  color: var(--ink-red);
}

.section-label h2 {
  flex: 0 0 auto;
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.section-label span {
  flex: 1 1 auto;
  display: block;
  width: auto;
  max-width: 42rem;
  min-width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.68;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 8.25rem);
  margin-top: clamp(1.2rem, 2vw, 1.9rem);
}

.proof-point {
  display: grid;
  align-content: start;
  gap: 0.42rem;
  min-width: 0;
}

.asterisk {
  display: block;
  color: var(--ink-red);
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 0.55;
}

.proof-point h3 {
  min-width: 0;
  max-width: 24rem;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.proof-point p {
  font-family: var(--font-hand);
  font-size: clamp(0.98rem, 1.25vw, 1.2rem);
  font-weight: 700;
  line-height: 1;
}

.bridge {
  padding: clamp(1.3rem, 2.7vw, 2.25rem) var(--gutter) clamp(1.7rem, 3.6vw, 3rem);
}

.bridge .section-label span {
  max-width: none;
}

.bridge-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.34fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: end;
  margin-top: clamp(1rem, 2vw, 1.7rem);
}

.bridge-copy h2 {
  min-width: 0;
  max-width: 56rem;
  color: var(--black);
  font-family: var(--font-display);
  font-size: clamp(4rem, 7.25vw, 8.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.84;
  transform: translate3d(0, var(--bridge-title-parallax, 0px), 0);
  will-change: transform;
}

.bridge-copy .handwritten {
  max-width: 16rem;
  color: var(--ink-red);
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  font-weight: 700;
  line-height: 0.92;
  transform: translate3d(0, var(--bridge-note-parallax, 0px), 0) rotate(-4deg);
  will-change: transform;
}

.bridge-copy > p:last-child {
  grid-column: 1 / -1;
  max-width: 19rem;
  color: var(--black);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.process {
  padding: 0 var(--gutter) clamp(2.35rem, 4.4vw, 4.9rem);
}

.process .section-label span {
  max-width: none;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.8rem, 4.7vw, 6.5rem);
  margin-top: clamp(1.3rem, 2vw, 1.85rem);
}

.step {
  display: grid;
  align-content: start;
  gap: 0.56rem;
  min-width: 0;
}

.step-number {
  color: var(--ink-red);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.step h3 {
  min-width: 0;
  max-width: 15rem;
  font-size: clamp(1rem, 1.2vw, 1.23rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.step p:last-child {
  max-width: 14.5rem;
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  line-height: 1.4;
}

.contact {
  display: grid;
  grid-template-columns: minmax(15rem, 0.95fr) minmax(23rem, 1.45fr);
  gap: clamp(2.4rem, 5vw, 7rem);
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2rem) var(--gutter) clamp(1rem, 2.4vw, 1.6rem);
  color: var(--cream);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.045), transparent 12rem),
    linear-gradient(90deg, var(--black), var(--charcoal));
}

.contact-art {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.8rem);
  min-height: clamp(8.5rem, 12vw, 12rem);
}

.landscape-card {
  position: relative;
  flex: 0 0 clamp(10rem, 17vw, 16rem);
  margin: 0;
  padding: 0.4rem;
  border: 1px solid rgba(239, 231, 212, 0.55);
  background: var(--cream);
  box-shadow: 0 0.7rem 1.1rem rgba(0, 0, 0, 0.28);
  transform: translate3d(0, var(--contact-card-parallax, 0px), 0) rotate(-5deg);
  will-change: transform;
}

.landscape-card::before {
  position: absolute;
  top: -0.88rem;
  left: 50%;
  width: 4.3rem;
  height: 1.25rem;
  background:
    linear-gradient(90deg, rgba(167, 126, 55, 0.18), rgba(255, 227, 163, 0.52)),
    #d2ad67;
  box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.18);
  content: "";
  opacity: 0.9;
  transform: translateX(-50%) rotate(1.5deg);
}

.landscape-card img {
  width: 100%;
  filter: grayscale(1) contrast(1.1);
}

.contact-note {
  color: var(--red);
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  line-height: 0.9;
  transform: translate3d(0, var(--contact-note-parallax, 0px), 0) rotate(-8deg);
  will-change: transform;
}

.contact-note::after {
  display: block;
  width: 5.85rem;
  height: 0.1rem;
  margin-top: 0.6rem;
  background: currentColor;
  content: "";
  transform: rotate(-6deg);
}

.contact-form {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.contact-form h2 {
  color: var(--cream);
  font-size: clamp(1.28rem, 1.7vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.scribble-line {
  width: min(100%, 11.3rem);
  height: 0.35rem;
  margin-top: -0.45rem;
  background:
    linear-gradient(92deg, transparent 0 5%, var(--red) 5% 33%, transparent 33% 39%, var(--red) 39% 70%, transparent 70% 75%, var(--red) 75% 100%);
  clip-path: polygon(0 50%, 11% 33%, 24% 62%, 37% 38%, 50% 60%, 64% 36%, 78% 61%, 100% 43%, 100% 72%, 0 78%);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.1rem;
}

.tab,
.send-button {
  min-height: 2.85rem;
  border: 0;
  border-radius: 0;
  color: var(--cream);
  font-weight: 700;
}

.tab {
  min-width: 0;
  padding: 0.75rem 1.1rem;
  background: rgba(239, 231, 212, 0.1);
  transition: transform 180ms ease, background 180ms ease;
  white-space: normal;
}

.tab:is(:hover, :focus-visible),
.tab.is-active {
  background: var(--red);
}

.tab:active,
.send-button:active {
  transform: translateY(1px);
}

.tab-panel {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.field-grid,
.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.field-wide {
  grid-column: 1 / -1;
}

label {
  display: grid;
}

label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.prompt-label {
  gap: 0.34rem;
  min-width: 0;
  padding-top: 0.12rem;
}

.prompt-label span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  color: var(--cream);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: normal;
}

.prompt-label small {
  display: block;
  width: 100%;
  max-width: 43rem;
  color: rgba(239, 231, 212, 0.72);
  font-size: 0.8rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

input,
textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(239, 231, 212, 0.32);
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  font-size: 0.92rem;
}

input {
  min-height: 2.8rem;
  padding: 0 0.85rem;
}

textarea {
  min-height: 5.6rem;
  padding: 0.72rem 0.85rem;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(239, 231, 212, 0.82);
  opacity: 1;
}

input:focus-visible,
textarea:focus-visible,
.tab:focus-visible,
.hero-cta:focus-visible,
.send-button:focus-visible {
  outline-color: var(--cream);
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
  margin-top: 0;
  pointer-events: none;
}

.form-actions p {
  align-self: end;
  color: rgba(239, 231, 212, 0.74);
  font-size: 0.82rem;
}

.send-button {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.7rem;
  min-width: clamp(8.4rem, 12vw, 12rem);
  padding: 0.8rem 1.1rem 0.78rem 1.35rem;
  background: var(--red);
  transition: transform 180ms ease, filter 180ms ease;
}

.send-button:hover {
  filter: brightness(1.06);
}

.form-status {
  min-height: 1.1rem;
  color: var(--cream);
  font-size: 0.84rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.45rem;
  padding: 0.42rem var(--gutter) 0.34rem;
  background: var(--cream);
}

.site-footer .asterisk {
  font-size: 2.25rem;
}

.site-footer p {
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-right: auto;
}

.footer-links a {
  color: var(--black);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.footer-links a:hover {
  color: var(--ink-red);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-portrait {
    animation: settle-in 700ms cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  .motion-ready .proof-point,
  .motion-ready .bridge-copy,
  .motion-ready .step,
  .motion-ready .contact-art,
  .motion-ready .contact-form {
    opacity: 0;
    transform: translate3d(0, 1.15rem, 0);
    transition:
      opacity 650ms cubic-bezier(0.19, 1, 0.22, 1),
      transform 650ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: opacity, transform;
  }

  .motion-ready .is-visible .proof-point,
  .motion-ready .bridge.is-visible .bridge-copy,
  .motion-ready .is-visible .step,
  .motion-ready .contact.is-visible .contact-art,
  .motion-ready .contact.is-visible .contact-form {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .motion-ready .proof-point:nth-child(2),
  .motion-ready .step:nth-child(2) {
    transition-delay: 90ms;
  }

  .motion-ready .proof-point:nth-child(3),
  .motion-ready .step:nth-child(3) {
    transition-delay: 180ms;
  }

  .motion-ready .step:nth-child(4),
  .motion-ready .contact.is-visible .contact-form {
    transition-delay: 270ms;
  }
}

@keyframes settle-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero-copy {
    width: min(100%, 36rem);
  }

  h1 {
    max-width: 34rem;
    font-size: clamp(4.4rem, 10vw, 6.4rem);
  }

  h1 span {
    white-space: normal;
  }

  .hero-portrait {
    right: clamp(-2.5rem, -3vw, -0.65rem);
    bottom: -2.25rem;
    height: clamp(24rem, 50vw, 34rem);
    max-width: 34vw;
  }

  .photo-note {
    top: clamp(17rem, 44vw, 24rem);
    right: clamp(4.5rem, 9vw, 7rem);
    grid-template-columns: auto 3.7rem;
  }

  .note-arrow {
    grid-column: 2;
    width: 4rem;
  }

  .steps {
    gap: 1.45rem;
  }

  .contact {
    grid-template-columns: 0.78fr 1.22fr;
    gap: 2rem;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .hero {
    min-height: clamp(42rem, 158vw, 54rem);
  }

  .site-header {
    min-height: 4.05rem;
    padding-top: 1.3rem;
  }

  .hero-inner {
    min-height: calc(clamp(42rem, 158vw, 54rem) - 4.05rem);
    padding-top: 0.7rem;
  }

  .hero-copy {
    width: 100%;
    max-width: 20rem;
  }

  .weird {
    margin-bottom: -0.36rem;
    font-size: clamp(2.45rem, 13vw, 3.45rem);
  }

  h1 {
    max-width: 18rem;
    font-size: clamp(3.7rem, 16vw, 4.8rem);
  }

  h1 span {
    white-space: normal;
  }

  .hero-body {
    max-width: 13rem;
    margin-top: 1.25rem;
    gap: 0.55rem;
    font-size: 0.86rem;
    line-height: 1.37;
  }

  .free-note {
    margin-left: 0.3rem;
    font-size: 1.45em;
  }

  .hero-actions {
    max-width: 13rem;
    gap: 0.42rem;
    margin-top: 1rem;
  }

  .hero-cta {
    min-height: 2.45rem;
    padding: 0.62rem 0.72rem;
    font-size: 0.74rem;
  }

  .hero-portrait {
    right: clamp(-3.6rem, -10vw, -1.35rem);
    bottom: -3.2rem;
    height: clamp(24rem, 83vw, 31rem);
    max-width: 42vw;
  }

  .photo-note {
    top: clamp(27.4rem, 121vw, 30.5rem);
    right: clamp(5.9rem, 28vw, 7.7rem);
    grid-template-columns: auto 2.45rem;
    gap: 0.2rem;
  }

  .photo-note p {
    display: block;
    grid-column: 1;
    margin-top: 1.38rem;
    font-size: clamp(0.95rem, 3.6vw, 1.2rem);
    line-height: 0.92;
  }

  .note-arrow {
    grid-column: 2;
    width: 2.45rem;
    transform: scaleX(-1) rotate(8deg);
  }

  .about {
    padding-top: 2.4rem;
    padding-bottom: 1.8rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    margin-top: 1.05rem;
  }

  .proof-point {
    position: relative;
    display: block;
    padding-left: 2.25rem;
  }

  .proof-point .asterisk {
    position: absolute;
    top: 0.1rem;
    left: 0;
    margin-top: 0.15rem;
  }

  .proof-point h3 {
    width: 100%;
    max-width: 17.5rem;
    font-size: 0.95rem;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .proof-point p {
    max-width: 17.5rem;
    font-size: 1rem;
  }

  .bridge {
    padding-top: 1.1rem;
    padding-bottom: 1.4rem;
  }

  .bridge-copy {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 0.9rem;
  }

  .bridge-copy h2 {
    max-width: 18rem;
    font-size: clamp(2.95rem, 12.5vw, 3.35rem);
  }

  .bridge-copy .handwritten {
    max-width: 15rem;
    font-size: 1.45rem;
  }

  .bridge-copy > p:last-child {
    font-size: 0.9rem;
  }

  .process {
    padding-bottom: 1.2rem;
  }

  .steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0.65rem;
  }

  .step {
    position: relative;
    grid-template-columns: 2.4rem 1fr;
    gap: 0 0.55rem;
    padding: 0.85rem 2rem 0.85rem 0;
    border-bottom: 1px solid rgba(198, 31, 20, 0.55);
  }

  .step::after {
    position: absolute;
    top: 0.72rem;
    right: 0.1rem;
    color: var(--ink-red);
    font-size: 1.35rem;
    line-height: 1;
    content: "+";
  }

  .step-number {
    grid-row: 1 / span 2;
    font-size: 0.82rem;
  }

  .step h3 {
    max-width: none;
    font-size: 0.92rem;
  }

  .step p:last-child {
    max-width: 19rem;
    margin-top: 0.3rem;
    font-size: 0.82rem;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding-top: 1.2rem;
  }

  .contact-art {
    display: none;
  }

  .tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.38rem;
  }

  .tab {
    min-height: 2.6rem;
    padding: 0.65rem 0.42rem;
    font-size: 0.68rem;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
  }

  .field-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .prompt-label small {
    max-width: 18rem;
  }

  .form-actions {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 0;
  }

  .send-button {
    width: 100%;
  }

  .site-footer {
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 2.1rem;
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }

  .footer-links {
    order: 2;
    width: calc(100% - 2rem);
    margin-left: 0;
  }

  .site-footer p {
    order: 3;
    width: 100%;
    padding-left: 2.1rem;
  }
}

@media (max-width: 430px) {
  :root {
    --gutter: 1.08rem;
  }

  .hero {
    min-height: 42.5rem;
  }

  .hero-inner {
    min-height: calc(42.5rem - 4.05rem);
  }

  .hero-copy {
    width: 100%;
    max-width: 19rem;
  }

  h1 {
    max-width: 17rem;
    font-size: clamp(3.45rem, 15vw, 4rem);
  }

  .hero-body {
    max-width: 12.2rem;
    font-size: 0.78rem;
  }

  .hero-actions {
    max-width: 12.2rem;
  }

  .hero-cta {
    font-size: 0.68rem;
  }

  .hero-portrait {
    right: -1rem;
    bottom: -4.15rem;
    height: 27rem;
    max-width: 42vw;
  }

  .section-label {
    gap: 0.9rem;
  }

  .contact-form h2 {
    font-size: 1.3rem;
  }
}
