:root {
  --paper: #f3f0e8;
  --ink: #171717;
  --red: #d93820;
  --blue: #b8cee2;
  --white: #fffdf8;
  --line: 2px solid var(--ink);
  --gutter: clamp(20px, 5vw, 78px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 4px; }
a, button { touch-action: manipulation; }
h1[id], h2[id], h3[id], section[id] { scroll-margin-top: 24px; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
:focus-visible { outline: 4px solid var(--blue); outline-offset: 3px; }
.skip-link { position: absolute; left: 12px; top: -80px; background: var(--ink); color: white; padding: 12px 16px; z-index: 50; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; clip-path: inset(50%); white-space: nowrap; }
.shell { width: min(100% - (var(--gutter) * 2), 1320px); margin-inline: auto; }
.site-header { border-bottom: var(--line); background: var(--paper); position: relative; z-index: 20; }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: .83; }
.brand { min-height: 44px; justify-content: center; }
.brand strong { font-family: var(--display); text-transform: uppercase; font-size: clamp(31px, 3vw, 48px); letter-spacing: .02em; }
.brand span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; margin-top: 9px; }
.nav-toggle { display: none; border: var(--line); background: transparent; width: 52px; padding: 0; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; height: 3px; width: 26px; margin: 5px auto; background: var(--ink); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 48px); }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: .06em; }
.primary-nav .nav-cta { border: 2px solid var(--red); color: var(--red); padding: 0 20px; }
.primary-nav a:hover { color: var(--red); }
.hero { padding: clamp(42px, 6vw, 88px) 0 48px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(36px, 6vw, 84px); }
.hero-copy { position: relative; padding-block: 24px; }
.hero-copy::after { content: ""; position: absolute; width: 78px; height: 18px; background: var(--blue); left: -36px; bottom: 12px; transform: rotate(-2deg); z-index: -1; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h1 { font-family: var(--display); font-size: clamp(64px, 7.7vw, 124px); line-height: .82; letter-spacing: -.015em; text-transform: uppercase; max-width: 8ch; }
h1 .accent { color: var(--red); }
.hero-lede { font-size: clamp(18px, 1.6vw, 23px); max-width: 37ch; margin: 32px 0 26px; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 2px solid var(--red); background: var(--red); color: white; padding: 0 24px; text-decoration: none; text-transform: uppercase; font-weight: 900; letter-spacing: .035em; box-shadow: 5px 5px 0 var(--ink); cursor: pointer; }
.button:hover { background: var(--ink); border-color: var(--ink); box-shadow: 5px 5px 0 var(--red); }
.hero-media { position: relative; padding: 14px; background: var(--white); border: var(--line); transform: rotate(1deg); }
.hero-media img { aspect-ratio: 4 / 3; object-fit: cover; }
.hero-media::before { content: ""; position: absolute; width: 116px; height: 30px; background: var(--blue); right: 8%; top: -10px; transform: rotate(5deg); z-index: 2; }
.registration { position: absolute; right: -28px; bottom: 24px; font-family: monospace; color: var(--red); font-size: 12px; writing-mode: vertical-rl; letter-spacing: .18em; }
.band { border-top: var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 28px 0 20px; }
.section-title { font-family: var(--display); text-transform: uppercase; font-size: clamp(38px, 5vw, 72px); line-height: .95; }
.section-link { color: var(--red); font-weight: 900; text-transform: uppercase; font-size: 13px; }
.section-link, .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
.portfolio-grid { display: grid; grid-template-columns: 1.3fr .82fr .82fr; gap: 16px; padding-bottom: 38px; }
.portfolio-grid figure { margin: 0; border: var(--line); background: var(--white); padding: 8px; }
.portfolio-grid img { aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(100%); }
.portfolio-grid figure:first-child img { aspect-ratio: 1 / 1; }
.portfolio-grid figcaption { padding: 12px 6px 4px; display: flex; justify-content: space-between; gap: 14px; font-weight: 800; text-transform: uppercase; }
.styles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: var(--line); border-left: var(--line); }
.style-card { min-height: 250px; padding: clamp(24px, 3vw, 44px); border-right: var(--line); border-bottom: var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.style-mark { width: 78px; height: 78px; background: var(--blue); display: grid; place-items: center; font-size: 42px; font-family: Georgia, serif; border-radius: 50%; }
.style-card:nth-child(2) .style-mark { background: var(--red); color: white; border-radius: 0; transform: rotate(8deg); }
.style-card h3 { font-family: var(--display); text-transform: uppercase; font-size: 34px; margin: 22px 0 8px; }
.style-card p { margin: 0; max-width: 30ch; }
.process { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(32px, 7vw, 100px); padding: clamp(56px, 8vw, 112px) 0; }
.process-intro p { max-width: 35ch; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(2, 1fr); border-top: var(--line); border-left: var(--line); }
.step { counter-increment: steps; padding: 28px; min-height: 205px; border-right: var(--line); border-bottom: var(--line); }
.step::before { content: "0" counter(steps); color: var(--red); font-family: var(--display); font-size: 38px; }
.step h3 { font-family: var(--display); text-transform: uppercase; font-size: 26px; margin: 16px 0 8px; }
.step p { margin: 0; }
.studio { background: var(--blue); border-block: var(--line); padding: clamp(36px, 6vw, 76px) 0; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 100px); align-items: center; }
.studio-photo { border: var(--line); padding: 10px; background: var(--paper); transform: rotate(-1.4deg); }
.studio-photo img { aspect-ratio: 16 / 10; object-fit: cover; }
.studio-copy p { max-width: 48ch; }
.trust-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.trust-list li { display: grid; grid-template-columns: 34px 1fr; align-items: start; }
.trust-list li::before { content: "✓"; color: white; background: var(--ink); width: 25px; height: 25px; display: grid; place-items: center; }
.contact { padding: clamp(58px, 8vw, 112px) 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 7vw, 100px); }
.contact-copy p { max-width: 35ch; font-size: 18px; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.field input, .field select, .field textarea { width: 100%; border: var(--line); background: var(--white); min-height: 52px; padding: 12px; color: var(--ink); border-radius: 0; }
.field textarea { min-height: 130px; resize: vertical; }
.form-status { min-height: 26px; grid-column: 1 / -1; font-weight: 800; }
.contact-form .button { grid-column: 1 / -1; width: 100%; }
.site-footer { border-top: var(--line); padding: 30px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: end; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 28px; font-size: 13px; }
.footer-meta { margin: 12px 0 0; max-width: 42ch; font-size: 14px; }

@media (max-width: 900px) {
  .header-inner { min-height: 84px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: var(--line); padding: 18px var(--gutter) 24px; display: none; flex-direction: column; align-items: stretch; gap: 5px; }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { justify-content: center; }
  .hero-grid, .process, .studio-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-grid figure:first-child { grid-column: 1 / -1; }
  .portfolio-grid figure:first-child img { aspect-ratio: 16 / 9; }
  .styles { grid-template-columns: 1fr; }
  .style-card { min-height: 210px; }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; }
  .brand strong { font-size: 30px; }
  .brand span { font-size: 12px; letter-spacing: .18em; }
  .hero { padding-top: 38px; }
  h1 { font-size: 15.5vw; max-width: 100%; }
  .hero-lede { margin-top: 22px; }
  .hero-media { margin: 12px 6px 0; }
  .registration { right: 2px; bottom: -40px; writing-mode: horizontal-tb; }
  .section-head { align-items: start; flex-direction: column; gap: 10px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-grid figure:first-child { grid-column: auto; }
  .portfolio-grid figure:first-child img, .portfolio-grid img { aspect-ratio: 4 / 3; }
  .steps, .contact-form { grid-template-columns: 1fr; }
  .field.full, .contact-form .button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
