:root {
  --black: #070707;
  --white: #fffaf0;
  --cyan: #17d8d1;
  --cyan-deep: #0799b5;
  --magenta: #ff069f;
  --orange: #ff5a0a;
  --blue: #0878df;
  --line: rgba(7, 7, 7, 0.35);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--white); font-family: var(--body); line-height: 1.35; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
h1, h2, strong, .pillar-kicker, .route-number { font-family: var(--display); font-weight: 900; text-transform: uppercase; }
.sr-only, .skip-link { 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:focus { z-index: 100; top: 8px; left: 8px; width: auto; height: auto; margin: 0; clip: auto; padding: 10px 14px; color: var(--white); background: var(--black); }

.site-header { min-height: 84px; padding: 10px clamp(18px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--white); border-bottom: 1px solid var(--line); }
.brand { width: 78px; height: 64px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); font: 700 0.88rem/1.1 var(--body); letter-spacing: 0.025em; }
.main-nav > a { padding: 1rem 0; border-bottom: 3px solid transparent; }
.main-nav > a:hover { border-color: var(--magenta); }
.language { display: flex; align-items: center; gap: 4px; }
.language button { padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; opacity: 0.45; }
.language button[aria-pressed="true"] { opacity: 1; color: var(--magenta); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 2px solid var(--black); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--black); }

.hero { position: relative; min-height: 650px; overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--cyan-deep); }
.hero-art { position: absolute; inset: 0 0 0 auto; width: 66%; height: 100%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,120,143,1) 0%, rgba(3,120,143,.96) 34%, rgba(3,120,143,.35) 61%, rgba(0,0,0,.08) 100%), linear-gradient(0deg, rgba(0,0,0,.15), transparent 40%); }
.hero-copy { position: relative; z-index: 2; width: min(720px, 58vw); padding: 72px clamp(24px, 5vw, 74px); }
.eyebrow { margin: 0 0 1rem; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3.5rem, 6.4vw, 7.2rem); line-height: 0.83; letter-spacing: -0.025em; }
.hero-copy > p:not(.eyebrow) { max-width: 30rem; margin: 1.2rem 0; font-size: clamp(1rem, 1.35vw, 1.25rem); }
.button { width: fit-content; min-height: 48px; padding: 0.82rem 1.2rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.4rem; border: 2px solid currentColor; font-family: var(--body); font-size: 0.94rem; font-weight: 700; line-height: 1.12; letter-spacing: 0.025em; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-magenta { color: var(--white); background: var(--magenta); border-color: var(--magenta); }
.button-magenta:hover { color: var(--white); background: var(--black); border-color: var(--black); }
.client-line { margin-top: 1.15rem; max-width: 42rem; font-size: 0.68rem; font-weight: 700; }

.audience-routes { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border-bottom: 2px solid var(--black); }
.route { min-height: 150px; padding: 1.25rem clamp(16px, 2.5vw, 34px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-right: 1px solid var(--black); transition: background 180ms ease; }
.route:last-child { border-right: 0; }
.route:hover { background: #f0eadf; }
.route-number { font-size: clamp(3.2rem, 5vw, 5.6rem); line-height: 0.75; }
.route-1 .route-number, .route-1 .route-arrow { color: var(--cyan-deep); }
.route-2 .route-number, .route-2 .route-arrow { color: var(--magenta); }
.route-3 .route-number, .route-3 .route-arrow { color: var(--orange); }
.route small { display: block; margin-bottom: 0.45rem; font-size: 0.62rem; font-weight: 900; }
.route strong { display: block; font-size: clamp(1.4rem, 2.2vw, 2.45rem); line-height: 0.9; }
.route-arrow { align-self: end; font-size: 2.5rem; line-height: 1; }

.pillar { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 2px solid var(--black); }
.pillar-copy { padding: clamp(42px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.pillar-contract { background: var(--cyan); }
.pillar-contract .pillar-media img { object-fit: contain; object-position: center; background: var(--black); }
.pillar-branding { color: var(--white); background: var(--black); }
.pillar-collection { background: #fff; }
.section-mark { width: 100%; display: flex; align-items: center; gap: 1rem; }
.section-mark::after { content: ""; flex: 1; height: 2px; background: currentColor; opacity: 0.8; }
.section-mark span { font: 900 clamp(3.8rem, 6vw, 6.8rem)/0.75 var(--display); }
.section-mark small { padding: 0.55rem 0.7rem; color: var(--white); background: var(--cyan-deep); font-size: 0.68rem; font-weight: 900; }
.pillar-branding .section-mark small { background: var(--magenta); }
.pillar-collection .section-mark small { background: var(--orange); }
.pillar-kicker { margin: 1.5rem 0 0.8rem; font-size: clamp(1.25rem, 2vw, 2rem); }
.pillar h2 { max-width: 16ch; margin: 0; font-size: clamp(2.7rem, 5vw, 5.8rem); line-height: 0.88; letter-spacing: -0.02em; }
.pillar-copy > p:not(.pillar-kicker) { max-width: 40rem; margin: 1rem 0 1.5rem; font-size: clamp(0.95rem, 1.2vw, 1.1rem); }
.actions { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.8rem); flex-wrap: wrap; }
.text-link { font-family: var(--body); font-size: 0.92rem; font-weight: 700; border-bottom: 2px solid currentColor; }
.text-link b { font-size: 1.25rem; }
.tags { margin-top: 1rem; font-size: 0.68rem; font-weight: 700; }
.pillar-media { position: relative; min-height: 610px; overflow: hidden; background: var(--black); }
.pillar-media picture { display: block; width: 100%; height: 100%; }
.pillar-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.pillar-media:hover img { transform: scale(1.025); }
.pillar-media > span { position: absolute; inset: auto 0 0; padding: 1rem 1.25rem; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.85)); font: 900 0.72rem/1 var(--display); letter-spacing: 0.04em; }
.pillar-branding .pillar-media img { object-position: center 45%; }
.pillar-branding .button-magenta:hover { color: var(--black); background: var(--white); border-color: var(--white); }
.impact-line { margin-top: 1rem; color: var(--cyan); font: 900 0.88rem/1 var(--display); }

.art-preview { min-height: 610px; padding: clamp(18px, 3vw, 42px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; align-content: center; background: #fff; }
.art-preview a { position: relative; aspect-ratio: 1; overflow: hidden; background: #eee; }
.art-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.art-preview a:hover img { transform: scale(1.045); }
.art-preview span { position: absolute; inset: auto 0 0; padding: 0.7rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.8)); font: 900 0.64rem/1 var(--display); text-transform: uppercase; opacity: 0; transition: opacity 180ms ease; }
.art-preview a:hover span, .art-preview a:focus span { opacity: 1; }

.artist { min-height: 540px; display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); color: var(--white); background: var(--blue); }
.artist-copy { padding: clamp(42px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.artist h2 { max-width: 16ch; margin: 0 0 1.25rem; font-size: clamp(2.8rem, 4.8vw, 5.55rem); line-height: 0.88; }
.artist-copy > p:not(.eyebrow) { max-width: 39rem; margin: 0 0 0.65rem; }
.artist-subtitle { font-size: clamp(1.05rem, 1.45vw, 1.35rem); font-weight: 700; line-height: 1.3; }
.artist .button { margin-top: 1.1rem; }
.artist-visual { min-height: 540px; display: grid; place-items: center right; overflow: hidden; background: var(--blue); }
.artist-visual img { width: 116%; max-width: none; height: auto; object-fit: contain; object-position: right center; }

.newsletter { padding: clamp(42px, 5vw, 72px) clamp(24px, 5vw, 74px); display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; background: var(--magenta); border-bottom: 2px solid var(--black); }
.newsletter h2 { max-width: 18ch; margin: 0; font-size: clamp(2.6rem, 5.2vw, 5.7rem); line-height: 0.86; }
.newsletter-form { padding-left: clamp(0px, 4vw, 52px); border-left: 2px solid var(--black); }
.newsletter-form p { max-width: 32rem; margin: 0 0 1.3rem; }
.newsletter-form label { display: block; font-family: var(--display); font-size: 1.25rem; }
.newsletter-form input { width: 100%; padding: 0.8rem 0; border: 0; border-bottom: 2px solid var(--black); outline: 0; background: transparent; }
.newsletter-form .form-consent { margin-top: 0.9rem; display: grid; grid-template-columns: 20px 1fr; gap: 0.65rem; align-items: start; font-family: var(--body); font-size: 0.78rem; font-weight: 500; line-height: 1.35; letter-spacing: 0; text-transform: none; }
.newsletter-form .form-consent input { width: 18px; height: 18px; margin: 0; padding: 0; border: 0; accent-color: var(--black); }
.newsletter-result { margin: 0.7rem 0 0 !important; padding: 0.75rem; border: 1px solid var(--black); background: rgba(255,255,255,0.5); font-size: 0.82rem !important; font-weight: 700; }
.newsletter-form [type="submit"]:disabled { cursor: wait; opacity: 0.6; }
.newsletter-form button { margin-top: 1rem; min-width: 260px; padding: 0.95rem 1.25rem; color: var(--white); background: var(--black); border: 2px solid var(--black); cursor: pointer; font: 700 0.9rem/1.1 var(--body); letter-spacing: 0.02em; }
.newsletter-form button:hover { color: var(--black); background: var(--white); }

.site-footer { padding: 2.6rem clamp(24px, 5vw, 74px); display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 2rem; align-items: center; color: var(--white); background: var(--black); }
.site-footer > div:first-child { display: flex; align-items: center; gap: 1.2rem; }
.site-footer img { width: 88px; height: 68px; object-fit: contain; }
.site-footer p { margin: 0; color: rgba(255,255,255,.76); font-size: 0.84rem; line-height: 1.45; }
.site-footer nav { display: flex; justify-content: center; gap: 1.5rem; font: 700 0.875rem/1.15 var(--body); letter-spacing: 0.02em; text-transform: uppercase; }
.site-footer nav a:hover { color: var(--magenta); }
.footer-meta { display: grid; gap: 0.7rem; justify-items: end; font-size: 0.82rem; }

@media (max-width: 1000px) {
  .hero-art { width: 72%; }
  .hero-copy { width: 68vw; }
  .audience-routes { grid-template-columns: 1fr; }
  .route { min-height: 118px; border-right: 0; border-bottom: 1px solid var(--black); }
  .route:last-child { border-bottom: 0; }
  .pillar { min-height: 0; grid-template-columns: 1fr; }
  .pillar-branding .pillar-media { order: 2; }
  .pillar-media, .art-preview { min-height: 520px; }
  .artist { grid-template-columns: 1fr; }
  .artist-visual { min-height: 390px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 720px) {
  .site-header { min-height: 70px; position: relative; z-index: 20; }
  .brand { width: 62px; height: 52px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .main-nav { position: fixed; z-index: 21; inset: 0; padding: 110px 26px 40px; display: none; align-items: flex-start; flex-direction: column; gap: 1.3rem; color: var(--white); background: var(--black); font-size: 2.2rem; }
  .main-nav.open { display: flex; }
  .main-nav .language { margin-top: auto; font-size: 1rem; }
  body.menu-open .menu-toggle { color: var(--white); border-color: var(--white); }
  body.menu-open .menu-toggle span:not(.sr-only) { background: var(--white); }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-art { inset: 0; width: 100%; height: 100%; }
  .hero-art img { object-position: 52% 43%; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,119,143,.98) 0%, rgba(0,119,143,.92) 34%, rgba(0,0,0,.06) 75%); }
  .hero-copy { width: 100%; padding: 30px 20px 42px; }
  .hero h1 { max-width: 11ch; font-size: clamp(3.15rem, 15vw, 5rem); }
  .client-line { font-size: 0.6rem; }
  .route { grid-template-columns: 66px 1fr auto; padding: 1rem 18px; }
  .route-number { font-size: 3.4rem; }
  .route strong { font-size: 1.5rem; }
  .pillar-copy { padding: 48px 20px; }
  .section-mark span { font-size: 4rem; }
  .section-mark small { font-size: 0.58rem; }
  .pillar h2 { font-size: clamp(2.8rem, 13.5vw, 4.5rem); }
  .pillar-media { min-height: 420px; }
  .pillar-contract .pillar-media { min-height: 330px; }
  .art-preview { min-height: auto; padding: 10px; grid-template-columns: repeat(2, 1fr); }
  .art-preview span { opacity: 1; }
  .artist-copy { padding: 48px 20px; }
  .artist h2 { font-size: clamp(2.65rem, 12.6vw, 4.6rem); }
  .artist-visual { min-height: 300px; }
  .artist-visual img { width: 124%; }
  .newsletter { padding: 48px 20px; grid-template-columns: 1fr; }
  .newsletter-form { padding: 2rem 0 0; border-left: 0; border-top: 2px solid var(--black); }
  .newsletter-form button { width: 100%; min-width: 0; }
  .site-footer { padding: 2.4rem 20px; grid-template-columns: 1fr; }
  .site-footer nav { grid-column: auto; grid-row: auto; flex-wrap: wrap; }
  .footer-meta { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
