@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600&display=swap');

:root {
  color-scheme: light;
  --plum: #362846;
  --citron: #d7ff45;
  --porcelain: #f7f7fb;
  --graphite: #262832;
  --muted: #635a6d;
  --line: #d7d1df;
  --on-plum: #e1d7e9;
  --space: clamp(24px, 5vw, 88px);
  --display: 'Space Grotesk', Arial, sans-serif;
  --body: 'IBM Plex Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--graphite); background: var(--porcelain); font: 1.125rem/1.6 var(--body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
::selection { background: var(--citron); color: var(--plum); }
.wrap { max-width: 1600px; margin: auto; padding-inline: var(--space); }
.skip { position: fixed; top: 8px; left: 8px; z-index: 3; padding: 12px 16px; background: var(--citron); color: var(--plum); transform: translateY(-160%); }
.skip:focus { transform: translateY(0); }

.brand-header { color: var(--porcelain); background: var(--plum); }
header { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 32px; border-bottom: 1px solid #665772; }
.wordmark { display: inline-block; padding: 11px 15px 13px; background: var(--citron); color: var(--plum); font: 500 1.55rem/.97 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.wordmark span { display: block; }
nav { display: flex; flex-wrap: wrap; gap: 32px; font-size: .9375rem; }
nav a { padding-block: 8px; }
nav a:hover { color: var(--citron); text-decoration: underline; text-underline-offset: 6px; }

.hero { max-width: none; padding-inline: max(var(--space), calc((100vw - 1424px)/2)); padding-block: 70px 54px; background: var(--plum); color: var(--porcelain); }
.hero-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.eyebrow { font-size: .8125rem; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.edition { color: var(--on-plum); font-size: .875rem; }
h1 { max-width: 1350px; margin: 34px 0 35px; font-size: clamp(3rem, 6.6vw, 6.5rem); line-height: 1.055; letter-spacing: -.06em; overflow-wrap: break-word; }
h1 em { color: var(--citron); font-style: normal; }
.hero-bottom { display: grid; grid-template-columns: 1.55fr 1fr; align-items: end; gap: 48px; }
.intro { max-width: 770px; color: var(--on-plum); font-size: clamp(1.2rem, 1.6vw, 1.5rem); line-height: 1.55; letter-spacing: -.02em; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; width: fit-content; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 1rem; line-height: 1.5; }
.text-link span { font-size: 1.45rem; }
.text-link:hover { opacity: .8; }
.hero .text-link { justify-self: end; color: var(--citron); }
.hero-proof { display: flex; align-items: center; gap: 20px; min-width: 0; margin-top: 42px; padding-block: 14px; border-block: 1px solid #665772; color: var(--citron); font-size: 1rem; }
.proof-static { color: var(--on-plum); }
.proof-viewport { display: none; flex: 1; min-width: 0; overflow: hidden; }
.proof-track { display: flex; width: max-content; animation: proof-scroll 42s linear infinite; }
.proof-group { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 32px; min-width: 1440px; padding-right: 32px; white-space: nowrap; }
.proof-separator { font-size: 1.35rem; line-height: 1; }
.hero-proof[data-animated="true"] .proof-static { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-proof[data-animated="true"] .proof-viewport { display: block; }
@keyframes proof-scroll { to { transform: translateX(-50%); } }

.statement-shell { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--citron); }
.statement { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 40px; padding: 54px var(--space); color: var(--plum); }
.statement p { font-family: var(--display); font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.13; letter-spacing: -.05em; }
.artwork { min-height: 320px; background: var(--porcelain); }
.artwork img { display: block; width: 100%; height: 100%; aspect-ratio: 3/2; object-fit: cover; }

.section { padding-block: 104px; }
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; margin-bottom: 60px; }
.section-label { display: flex; align-items: baseline; gap: 16px; color: var(--muted); font-size: .875rem; }
.section-label span { color: var(--plum); font-size: .75rem; }
h2 { max-width: 850px; color: var(--plum); font-size: clamp(2.1rem, 3.8vw, 3.75rem); line-height: 1.12; letter-spacing: -.045em; }
.section-head p { max-width: 700px; margin-top: 26px; color: var(--muted); }
.rows { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-block: 36px; border-bottom: 1px solid var(--line); }
.service small { display: block; margin-bottom: 12px; color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.service h3 { max-width: 500px; color: var(--plum); font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: 1.25; letter-spacing: -.04em; }
.service p { max-width: 630px; color: var(--muted); font-size: 1.0625rem; }
.service p+p { margin-top: 14px; }
.service-labels { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.service-labels li { max-width: 100%; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #efedf3; color: var(--plum); font-size: .875rem; line-height: 1.45; }

.approach { color: var(--porcelain); background: var(--graphite); }
.approach h2 { color: var(--porcelain); }
.approach .section-label { color: #c9c7d4; }
.approach .section-label span { color: var(--citron); }
.approach .section-head p { color: #cbc8d7; }
.model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.model { padding-top: 28px; border-top: 1px solid #5a5965; }
.model .number { font-size: .875rem; color: var(--citron); }
.model h3 { margin: 22px 0 16px; font-size: 1.875rem; line-height: 1.25; letter-spacing: -.04em; }
.model p { max-width: 560px; color: #cbc8d7; }

.exit-section .section-head { margin-bottom: 0; }
.exit-aside { min-width: 0; }
.exit-artwork { margin-top: 28px; overflow: hidden; }
.exit-artwork img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.exit-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.exit-details h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; color: var(--plum); font-size: 1.125rem; line-height: 1.4; letter-spacing: -.025em; }
.exit-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px; width: 40px; height: 40px; background: var(--citron); border-radius: 50%; }
.exit-icon svg { display: block; }
.exit-details p { margin: 0; font-size: 1rem; }

.closing { max-width: none; padding-inline: max(var(--space), calc((100vw - 1424px)/2)); padding-block: 78px 30px; background: var(--plum); color: var(--porcelain); }
.closing h2 { max-width: 950px; color: var(--citron); }
.closing p { max-width: 720px; margin-top: 24px; color: var(--on-plum); }
.contact-start { max-width: 760px; margin-top: 32px; }
.contact-start label { display: block; margin-bottom: 10px; color: var(--on-plum); font-size: .875rem; }
.contact-start-row { display: flex; gap: 12px; }
.contact-start input { flex: 1; min-width: 0; padding: 16px 18px; border: 1px solid #8e7d9b; border-radius: 4px; background: #41314f; color: var(--porcelain); font: inherit; }
.contact-start input::placeholder { color: #c5b9ce; }
.contact-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; padding: 14px 22px; border: 1px solid var(--citron); border-radius: 4px; background: var(--citron); color: var(--plum); font: 500 1rem var(--body); cursor: pointer; }
.contact-button span { font-size: 1.4rem; }
.contact-button:hover { background: #e2ff7c; border-color: #e2ff7c; }
.contact-button:focus-visible, .contact-close:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.contact-start input:focus { outline: 2px solid var(--citron); outline-offset: 3px; }
.contact-dialog { width: min(640px, calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: 32px; overflow-y: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--porcelain); color: var(--plum); box-shadow: 0 24px 100px #180f2a66; }
.contact-dialog::backdrop { background: #160e24b3; }
body:has(.contact-dialog[open]) { overflow: hidden; }
.contact-dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.contact-close { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 6px 0 6px 12px; border: 0; background: transparent; color: var(--muted); font: 400 .875rem var(--body); cursor: pointer; }
.contact-close span { font-size: 1.5rem; }
.contact-dialog h2 { font-size: clamp(1.9rem, 4vw, 2.4rem); }
.contact-dialog #contact-description { margin-top: 16px; color: var(--muted); font-size: 1rem; }
#contact-form { margin-top: 26px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field { min-width: 0; margin-bottom: 18px; }
.contact-field label { display: block; margin-bottom: 8px; font-size: .875rem; font-weight: 500; }
.contact-field label span { color: var(--muted); font-weight: 400; }
.contact-field input, .contact-field textarea { display: block; width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #c1b8cb; border-radius: 4px; background: #fff; color: var(--plum); font: 400 1rem/1.5 var(--body); }
.contact-field textarea { resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { border-color: var(--plum); outline: 2px solid var(--plum); outline-offset: 2px; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #756b7e; }
.contact-submit { width: 100%; }
.contact-note, .contact-alternative, .contact-status { margin-top: 14px; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.closing .contact-note { font-size: .875rem; }
.contact-alternative a { color: var(--plum); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.contact-status { padding: 12px 14px; border-left: 3px solid var(--plum); background: #efedf3; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 66px; padding-top: 26px; border-top: 1px solid #665772; color: var(--on-plum); font-size: .875rem; }
.footer-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr 2.5fr; gap: 30px; }
  .statement { gap: 25px; padding-block: 40px; }
  .hero-bottom { grid-template-columns: 1.6fr 1fr; gap: 30px; }
  .hero .text-link { max-width: 250px; }
}
@media (max-width: 760px) {
  header { flex-wrap: wrap; padding-block: 24px; gap: 22px; }
  .wordmark { font-size: 1.35rem; }
  nav { gap: 22px; font-size: .875rem; }
  .edition { display: none; }
  .hero { padding-block: 44px 38px; }
  .eyebrow { font-size: .75rem; }
  h1 { margin: 28px 0; font-size: clamp(2.7rem, 9.7vw, 4.6rem); line-height: 1.06; letter-spacing: -.055em; }
  .hero-bottom { grid-template-columns: 1fr; gap: 22px; }
  .intro { font-size: 1.25rem; }
  .hero .text-link { justify-self: start; max-width: none; }
  .hero-proof { margin-top: 30px; }
  .statement-shell { grid-template-columns: 1fr; }
  .statement { gap: 24px; padding-block: 38px; }
  .statement p { font-size: 2.2rem; }
  .artwork { min-height: 0; }
  .artwork img { max-height: 480px; }
  .section { padding-block: 66px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  h2 { font-size: clamp(2rem, 5.4vw, 2.5rem); }
  .service { grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .service h3 { font-size: 1.75rem; }
  .model-grid { grid-template-columns: 1fr; gap: 36px; }
  .model h3 { font-size: 1.75rem; }
  .exit-aside { display: contents; }
  .exit-content { order: 1; }
  .exit-artwork { order: 2; margin-top: 6px; }
  .exit-artwork img { max-height: 360px; aspect-ratio: 3/2; object-position: center 45%; }
  .exit-details { grid-template-columns: 1fr; gap: 25px; }
  .closing { padding-top: 60px; }
  .contact-start-row { flex-direction: column; }
  .contact-start input { min-height: 56px; }
  .contact-dialog { max-height: calc(100dvh - 24px); padding: 24px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; gap: 10px; margin-top: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .proof-track { animation: none; }
  .hero-proof[data-animated="true"] .proof-static { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip-path: none; white-space: normal; }
  .hero-proof[data-animated="true"] .proof-viewport { display: none; }
}
