@font-face { font-family: Asfallt; src: url('asfallt-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('dm-sans-regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('dm-sans-semibold.ttf') format('truetype'); font-weight: 600 800; font-display: swap; }

:root {
  --sky: #acb3d2;
  --brick: #402915;
  --clay: #e95320;
  --ink: #201919;
  --gray: #8e908b;
  --line: #d9d9d9;
  --white: #ffffff;
  --muted: #605c57;
  --error: #9d291e;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
.page-shell { min-height: 100vh; }
.layout-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); min-height: 100vh; }
.intro { display: flex; flex-direction: column; padding: 64px clamp(40px, 5vw, 80px) 40px; background: var(--brick); color: var(--sky); }
.site-header { margin-bottom: 80px; }
.wordmark { display: inline-block; line-height: 0; }
.wordmark img { display: block; width: 210px; max-width: 100%; height: auto; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-family: Asfallt, 'DM Sans', sans-serif; font-size: clamp(52px, 5.7vw, 88px); font-weight: 400; letter-spacing: -.035em; line-height: .96; text-transform: uppercase; overflow-wrap: normal; }
.intro-copy { max-width: 350px; margin-bottom: 24px; font-size: 18px; line-height: 1.55; }
.quiet-note { max-width: 260px; font-size: 14px; line-height: 1.55; }
.studio-location { margin: auto 0 0; padding-top: 80px; font-size: 13px; }
.form-panel { align-self: start; width: 100%; max-width: 760px; padding: 56px clamp(28px, 5vw, 80px); }
.form-section { border: 0; padding: 0; margin: 0 0 30px; }
.form-section legend { margin-bottom: 20px; color: var(--brick); font-size: 22px; font-weight: 600; }
.section-note, .field-hint { margin: -12px 0 20px; color: var(--muted); font-size: 14px; }
.field-grid { display: grid; grid-template-columns: minmax(0, 1fr) 128px; column-gap: 20px; }
.field-grid > .field:first-child { grid-column: 1 / -1; }
.field { min-width: 0; margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; color: var(--brick); font-size: 15px; font-weight: 600; }
.optional { margin-left: 4px; color: var(--muted); font-size: 13px; font-weight: 400; }
input, select, textarea { display: block; width: 100%; min-width: 0; border: 1px solid var(--gray); border-radius: 3px; padding: 12px; color: var(--ink); background: var(--white); min-height: 48px; }
select { appearance: auto; text-overflow: ellipsis; padding-right: 20px; }
textarea { min-height: 112px; resize: vertical; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid var(--brick); outline-offset: 3px; }
.intro a:focus-visible, .success-shell a:focus-visible { outline-color: var(--sky); }
.has-error input, .has-error select, .has-error textarea { border-color: var(--error); }
.field-error { margin: 6px 0 0; color: var(--error); font-size: 14px; }
.error-summary { margin: 0 0 28px; padding: 16px 20px; border: 2px solid var(--error); color: var(--error); font-size: 14px; }
.error-summary h2 { margin-bottom: 8px; font-size: 18px; }
.error-summary ul { margin: 0; padding-left: 18px; }
.field-hint { margin: -2px 0 12px; }
.newsletter-option { margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter-label { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 12px; color: var(--brick); font-size: 15px; line-height: 1.5; cursor: pointer; }
.newsletter-label input[type="checkbox"] { width: 20px; height: 20px; min-height: 20px; margin: 2px 0 0; padding: 0; accent-color: var(--brick); cursor: pointer; }
.newsletter-hint { margin: 6px 0 0 32px; color: var(--muted); font-size: 13px; }
.consent-copy { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.required-note { margin: 0; color: var(--muted); font-size: 13px; }
.button { border: 0; border-radius: 3px; padding: 15px 28px; min-height: 52px; color: var(--ink); background: var(--clay); cursor: pointer; font-size: 17px; font-weight: 600; }
.button:hover { background: var(--brick); color: var(--white); }
.empty-state { padding: 20px 0; }
.empty-state h2 { color: var(--brick); font-size: 26px; font-weight: 600; }
.empty-state p { color: var(--muted); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.honeypot input { position: absolute; left: -10000px; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 5; top: 12px; left: 12px; padding: 8px 12px; color: var(--ink); background: var(--white); }
.success-shell { display: flex; flex-direction: column; padding: 64px; color: var(--sky); background: var(--brick); }
.success-shell .site-header { margin-bottom: 64px; }
.success-message { width: min(620px, 100%); margin: auto; padding: 0 0 80px; }
.success-message h1 { font-size: clamp(52px, 7vw, 88px); }
.success-message > p:not(.kicker) { font-size: 20px; }
.success-symbol { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border: 2px solid var(--sky); border-radius: 50%; font-size: 26px; }
.kicker { margin: 0 0 20px; font-size: 15px; }
.text-link { display: inline-block; margin-top: 16px; color: var(--sky); font-size: 16px; font-weight: 600; text-underline-offset: 4px; }
@media (min-width: 1600px) {
  .intro { align-items: flex-end; padding-right: 96px; }
  .intro > * { width: 360px; max-width: 360px; }
}
@media (max-width: 760px) {
  .layout-grid { display: block; }
  .intro { padding: 40px 32px 32px; }
  .site-header { margin-bottom: 48px; }
  .wordmark img { width: 170px; }
  h1 { max-width: 420px; font-size: clamp(48px, 11vw, 72px); margin-bottom: 20px; }
  .intro-copy { max-width: 440px; font-size: 17px; margin-bottom: 16px; }
  .quiet-note { max-width: none; margin-bottom: 0; font-size: 13px; }
  .studio-location { display: none; }
  .form-panel { padding: 32px; max-width: none; }
  .field-grid { grid-template-columns: minmax(0, 1fr) 128px; column-gap: 16px; }
  .success-shell { padding: 40px 32px; }
}
@media (max-width: 380px) {
  .intro, .form-panel { padding-left: 24px; padding-right: 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-small { max-width: 112px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
