:root {
  --black: #111111;
  --white: #ffffff;
  --soft: #efeee9;
  --green: #b8f23d;
  --pink: #ff92bc;
  --coral: #ef553f;
  --aqua: #54c9cd;
  --line: #353535;
  --muted: #a8a8a3;
  --focus: #58b9ff;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 30; top: 8px; left: 8px; padding: 10px 14px; color: var(--black); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 14px max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(255,255,255,.45); }
.wordmark { text-decoration: none; font-size: 20px; font-weight: 900; }
.wordmark span { color: var(--green); }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.header-cta { justify-self: end; border: 1px solid var(--green); padding: 9px 13px; color: var(--black); background: var(--green); text-decoration: none; font-size: 13px; font-weight: 900; }
.header-cta:hover { color: var(--white); background: var(--black); }

.hero { position: relative; min-height: min(850px, 88svh); display: grid; align-items: end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 44%; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.32) 48%, rgba(0,0,0,0) 77%); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 48px)); margin: 0 max(24px, calc((100vw - var(--max)) / 2)); padding: 150px 0 clamp(90px, 12vh, 140px); }
.kicker, .section-number { margin: 0 0 22px; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(68px, 11vw, 168px); line-height: .78; letter-spacing: 0; }
.hero-content > p:not(.kicker) { max-width: 610px; font-size: clamp(22px, 3vw, 36px); line-height: 1.13; }
.round-link { width: 176px; min-height: 58px; display: flex; justify-content: space-between; align-items: center; margin-top: 34px; border: 1px solid var(--white); border-radius: 50%; padding: 10px 22px; text-decoration: none; font-weight: 800; }
.round-link:hover { color: var(--black); background: var(--green); border-color: var(--green); }
.hero-note { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 25px; margin: 0; font-size: 12px; text-transform: uppercase; writing-mode: vertical-rl; }

.manifesto { max-width: 1120px; margin: 0 auto; padding: clamp(90px, 13vw, 190px) 24px; }
.manifesto h2 { max-width: 1020px; margin-bottom: 32px; font-size: clamp(48px, 7vw, 104px); line-height: .93; }
.manifesto > p:last-child { max-width: 680px; margin-left: auto; color: #c8c8c3; font-size: clamp(18px, 2vw, 26px); }

.about-section { padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - 1240px)) / 2); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(50px, 9vw, 120px); color: var(--black); background: var(--green); }
.about-copy .section-number { color: #5a3e00; }
.about-copy h2 { max-width: 740px; margin-bottom: 25px; font-size: clamp(45px, 6vw, 84px); line-height: .95; }
.about-copy > p:last-child { max-width: 680px; font-size: 18px; }
.business-details { margin: 0; border-top: 1px solid rgba(17,17,17,.5); }
.business-details div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(17,17,17,.5); }
.business-details dt { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.business-details dd { margin: 0; overflow-wrap: anywhere; }
.business-details address { font-style: normal; }
.business-details a { text-underline-offset: 4px; }

.canvas-section { border-top: 1px solid var(--line); padding: 80px max(24px, calc((100vw - var(--max)) / 2)) 120px; background: #171717; }
.canvas-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 60px; align-items: end; margin-bottom: 60px; }
.canvas-heading h2, .request-copy h2 { margin: 0; font-size: clamp(42px, 5.5vw, 78px); line-height: .94; }
.canvas-heading > p { margin: 0; color: var(--muted); }
.studio-layout { display: grid; grid-template-columns: 250px minmax(460px, 1fr) 260px; gap: 34px; align-items: stretch; }
.control-rail { border-top: 1px solid #666; }
.control-rail fieldset, .upload-block, .line-block { margin: 0; border: 0; border-bottom: 1px solid #444; padding: 22px 0; }
.control-rail legend, .upload-block > label:first-child, .line-block label { margin-bottom: 14px; padding: 0; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.swatches { display: flex; gap: 10px; }
.swatch { width: 38px; height: 38px; border: 2px solid transparent; border-radius: 50%; cursor: pointer; }
.swatch.is-active { border-color: var(--white); box-shadow: inset 0 0 0 3px var(--black); }
.swatch-ink { background: #181818; }
.swatch-cloud { background: #f2f0e9; }
.swatch-coral { background: var(--coral); }
.swatch-green { background: var(--green); }
.placement-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.placement-controls button { min-height: 42px; border: 1px solid #575757; color: var(--white); background: transparent; cursor: pointer; font-size: 12px; }
.placement-controls button.is-active { color: var(--black); background: var(--green); border-color: var(--green); font-weight: 900; }
.upload-block { display: grid; gap: 9px; }
.file-trigger { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--black); background: var(--pink); font-weight: 900; cursor: pointer; }
.file-trigger span { font-size: 24px; }
#canvas-art { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
#canvas-art:focus + p { outline: 3px solid var(--focus); }
.upload-block p, .line-block p { margin: 0; color: var(--muted); overflow-wrap: anywhere; font-size: 12px; }
.line-block { display: grid; gap: 7px; }
.line-block label span { color: var(--muted); font-weight: 400; }
.line-block input { width: 100%; border: 1px solid #575757; border-radius: 0; padding: 10px; color: var(--white); background: transparent; }
.line-block p { text-align: right; }

.garment-stage { position: relative; min-height: 680px; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; color: var(--black); background: var(--aqua); }
.stage-label, .stage-footnote { margin: 0; padding: 16px 18px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.stage-footnote { max-width: 420px; align-self: end; }
.shirt-wrap { display: grid; place-items: center; padding: 10px 36px; }
.shirt { --shirt-color: #181818; position: relative; width: min(78%, 430px); aspect-ratio: 4 / 4.5; background: var(--shirt-color); clip-path: polygon(25% 0, 39% 7%, 61% 7%, 75% 0, 100% 17%, 86% 36%, 76% 29%, 78% 100%, 22% 100%, 24% 29%, 14% 36%, 0 17%); filter: drop-shadow(0 24px 20px rgba(0,0,0,.2)); }
.shirt::after { content: ""; position: absolute; top: 3%; left: 39%; width: 22%; height: 11%; border-radius: 0 0 50% 50%; background: var(--aqua); }
.shirt-art { position: absolute; z-index: 2; width: 34%; aspect-ratio: 1; overflow: hidden; border: 2px solid rgba(255,255,255,.78); background: #f7e8e0; transition: all .25s ease; }
.shirt-art.center { top: 31%; left: 33%; }
.shirt-art.high { top: 22%; left: 33%; }
.shirt-art.pocket { top: 25%; left: 57%; width: 18%; }
.shirt-art img { width: 100%; height: 100%; object-fit: cover; }
.art-placeholder { width: 100%; height: 100%; display: grid; place-content: center; color: var(--black); text-align: center; font-size: clamp(9px, 1vw, 13px); }
.art-placeholder strong { font-size: 1.45em; }
#shirt-line { position: absolute; z-index: 3; top: 67%; left: 22%; width: 56%; margin: 0; overflow-wrap: anywhere; color: var(--white); text-align: center; font-size: clamp(10px, 1.4vw, 17px); font-weight: 900; text-transform: uppercase; }
.story-note { align-self: end; border-top: 1px solid #666; padding-top: 24px; }
.story-note h3 { font-size: 30px; line-height: 1; }
.story-note > p:not(.section-number) { color: var(--muted); }
.story-note a { display: inline-block; margin-top: 18px; color: var(--green); font-weight: 900; text-underline-offset: 5px; }

.visual-break { position: relative; height: min(76vw, 820px); overflow: hidden; }
.visual-break img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.visual-break p { position: absolute; left: max(24px, calc((100vw - var(--max)) / 2)); bottom: 30px; max-width: 440px; margin: 0; color: var(--black); background: var(--green); padding: 16px 20px; font-size: clamp(20px, 2.5vw, 34px); font-weight: 900; }

.request-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(500px, 1.2fr); gap: clamp(50px, 9vw, 130px); padding: clamp(90px, 12vw, 170px) max(24px, calc((100vw - 1240px)) / 2); background: var(--soft); color: var(--black); }
.request-copy { align-self: start; }
.request-copy .section-number { color: #6a4a00; }
.request-copy > p:last-child { max-width: 480px; margin-top: 28px; color: #50504c; font-size: 18px; }
#story-form { border-top: 4px solid var(--black); }
#story-form fieldset, .full-field, .field-pair, .acknowledgement { margin: 0; border: 0; border-bottom: 1px solid #aaa9a3; padding: 24px 0; }
#story-form legend, .field label { font-weight: 900; }
#story-form legend { margin-bottom: 16px; padding: 0; }
.request-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.request-choices label { position: relative; cursor: pointer; }
.request-choices input { position: absolute; opacity: 0; }
.request-choices span { min-height: 54px; display: grid; place-items: center; border: 1px solid #9a9994; padding: 9px; text-align: center; }
.request-choices input:checked + span { color: var(--white); background: var(--black); border-color: var(--black); }
.request-choices label:focus-within span { outline: 3px solid var(--focus); outline-offset: 2px; }
.field { display: grid; gap: 8px; }
.field textarea, .field input { width: 100%; border: 1px solid #777; border-radius: 0; padding: 13px; color: var(--black); background: var(--white); }
.field textarea { min-height: 150px; resize: vertical; }
.field-help { color: #63635f; font-size: 13px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.acknowledgement { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.acknowledgement input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--black); }
.submit { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; border: 0; padding: 16px 22px; color: var(--black); background: var(--green); font-weight: 900; cursor: pointer; }
.submit:hover { background: var(--pink); }
.form-error { border-left: 4px solid #a71d0b; padding: 10px 12px; color: #7d1609; background: #ffe5df; font-weight: 800; }
.confirmation { grid-column: 2; align-self: center; border-top: 4px solid var(--black); padding-top: 34px; }
.confirmation[hidden] { display: none; }
.confirmation .section-number { color: #6a4a00; }
.confirmation h3 { max-width: 650px; margin-bottom: 20px; font-size: clamp(42px, 5vw, 72px); line-height: .95; }
.confirmation p { max-width: 640px; font-size: 18px; }
.confirmation button { border: 0; border-bottom: 2px solid var(--black); padding: 8px 0; background: transparent; font-weight: 900; cursor: pointer; }
.email-fallback { color: #674400; font-weight: 900; text-underline-offset: 4px; }

footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 30px max(24px, calc((100vw - var(--max)) / 2)); }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
footer > p:last-child { justify-self: end; text-align: right; }
footer a { text-underline-offset: 3px; }

@media (max-width: 1080px) {
  .studio-layout { grid-template-columns: 220px minmax(420px, 1fr); }
  .story-note { grid-column: 1 / -1; max-width: 660px; }
  .garment-stage { min-height: 610px; }
}

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 82svh; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.12) 80%); }
  .hero-content { align-self: end; }
  .manifesto > p:last-child { margin-left: 0; }
  .canvas-heading, .studio-layout, .request-section, .about-section { grid-template-columns: 1fr; }
  .canvas-heading { gap: 20px; }
  .control-rail { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .upload-block, .line-block { grid-column: span 1; }
  .garment-stage { min-height: 620px; }
  .confirmation { grid-column: 1; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
  footer > p:last-child { justify-self: start; grid-row: 3; text-align: left; }
}

@media (max-width: 560px) {
  .site-header { min-height: 66px; padding: 12px 16px; }
  .header-cta { font-size: 12px; }
  .hero { min-height: 78svh; }
  .hero-content { width: calc(100% - 32px); margin: 0 16px; padding: 120px 0 68px; }
  h1 { font-size: 68px; }
  .hero-content > p:not(.kicker) { font-size: 22px; }
  .hero-note { display: none; }
  .manifesto { padding: 86px 16px; }
  .manifesto h2 { font-size: 47px; }
  .canvas-section { padding: 64px 16px 86px; }
  .control-rail { grid-template-columns: 1fr; }
  .garment-stage { min-height: 500px; }
  .shirt-wrap { padding: 0 12px; }
  .shirt { width: 86%; }
  .visual-break { height: 78svh; }
  .visual-break img { object-position: 58% center; }
  .request-section { padding: 82px 16px; }
  .request-choices, .field-pair { grid-template-columns: 1fr; }
  footer { padding: 30px 16px; }
}

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