:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --paper: #ffffff;
  --surface: #f5f5f7;
  --accent: #0057b8;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 5; height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(22px, calc((100vw - 1120px) / 2)); border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(20px); }
.wordmark { font-size: 14px; font-weight: 700; line-height: .8; letter-spacing: -.65px; }
.wordmark span { margin-left: 1px; font-size: 6px; vertical-align: top; }
.site-header nav { display: flex; gap: 28px; font-size: 13px; font-weight: 700; }
.site-header nav a { color: var(--muted); transition: color .2s ease; }
.site-header nav a:hover { color: var(--accent); }
.menu-button { display: none; width: 32px; border: 0; background: transparent; }
.menu-button i { display: block; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { display: grid; grid-template-columns: 1.02fr 1fr; gap: 14px; max-width: 1180px; min-height: 560px; margin: auto; padding: 14px; }
.hero-art { position: relative; min-height: 490px; overflow: hidden; border-radius: 22px; background: #c5df63; }
.hero-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.02); }
.hero-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(0,0,0,.06), transparent 45%, rgba(0,0,0,.25)); }
.hero-card { position: absolute; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; padding: 11px; box-shadow: 0 8px 24px rgba(0,0,0,.12); font-size: 10px; font-weight: 700; line-height: .98; letter-spacing: -.04em; }
.hero-card b { align-self: flex-end; margin-top: 18px; font-size: 20px; letter-spacing: -.08em; }
.hero-card--blue { top: 7%; left: 6%; width: 115px; height: 115px; background: #004b9f; color: #fff; transform: rotate(-4deg); }
.hero-card--lime { right: 7%; bottom: 23%; width: 93px; height: 93px; background: #c5df63; color: var(--ink); transform: rotate(5deg); }
.cutout { position: absolute; z-index: 1; bottom: 5%; left: 7%; color: #fff; font-size: clamp(120px, 19vw, 330px); font-weight: 700; line-height: .72; letter-spacing: -.13em; text-shadow: 0 4px 28px rgba(0,0,0,.15); }
.hero-art p, .hero-note { position: absolute; z-index: 2; margin: 0; color: #fff; font-size: 11px; font-weight: 500; line-height: 1.2; letter-spacing: .02em; }
.hero-art p { right: 7%; bottom: 7%; text-align: right; }
.hero-note { top: 6%; left: 6%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; gap: clamp(34px, 4vw, 58px); padding: 32px clamp(20px, 4vw, 48px); }
.eyebrow { margin: 0; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: .01em; }

.hero h1, .statement h2, .contact h2 { margin: 0; font-size: clamp(48px, 6.1vw, 92px); font-weight: 700; line-height: .98; letter-spacing: -.065em; }
.hero h1 em, .statement em, .contact em { color: var(--accent); font-style: normal; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hero-bottom p { max-width: 290px; margin: 0; font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.circle-link { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 22px; transition: transform .25s ease, background .25s ease; }
.circle-link:hover { background: #0077ed; transform: scale(1.08); }

.statement { max-width: 980px; margin: auto; padding: 68px 28px; }
.statement h2 { max-width: 900px; margin: 16px 0 22px; font-size: clamp(42px, 5.1vw, 76px); }
.statement-detail { max-width: 580px; margin: 0; color: var(--muted); font-size: 21px; line-height: 1.35; letter-spacing: -.02em; }
.ticker { overflow: hidden; padding: 12px 0; background: var(--surface); color: var(--muted); font-size: 13px; font-weight: 500; white-space: nowrap; }
.ticker div { display: inline-block; animation: ticker 22s linear infinite; }
.ticker b { padding: 0 26px; color: var(--accent); }
@keyframes ticker { to { transform: translateX(-33.33%); } }

.brands { padding: 32px 0 0; background: var(--surface); border-top: 1px solid var(--line); }
.brands > .eyebrow { max-width: 1120px; margin: 0 auto 18px; padding: 0 22px; }
.brand-marquee { overflow: hidden; padding: 19px 0; border-top: 1px solid var(--line); white-space: nowrap; }
.brand-marquee div { display: inline-block; animation: brand-scroll 28s linear infinite; }
.brand-marquee span { display: inline-block; color: var(--ink); font-size: clamp(17px, 2vw, 27px); font-weight: 700; letter-spacing: -.055em; }
.brand-marquee .brand-logo { vertical-align: middle; }
.brand-marquee .uta { padding: 3px 8px 4px; border: 2px solid var(--ink); border-radius: 8px; font-weight: 800; letter-spacing: -.08em; }
.brand-marquee .bacardi { font-family: Georgia, serif; font-weight: 700; letter-spacing: -.09em; }
.brand-marquee .cam-kirk i { display: inline-grid; width: 29px; height: 29px; margin-right: 6px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 13px; font-style: normal; letter-spacing: -.08em; vertical-align: middle; }
.brand-marquee .anno { letter-spacing: .12em; }
.brand-marquee .forte { font-weight: 800; }
.brand-marquee .social { font-style: italic; }
.brand-marquee .champagne { font-family: Georgia, serif; font-weight: 700; }
.brand-marquee .fpo { padding: 3px 8px 4px; border-radius: 4px; background: var(--ink); color: var(--paper); font-weight: 800; }
.brand-marquee b { padding: 0 26px; color: var(--accent); font-size: 17px; }
@keyframes brand-scroll { to { transform: translateX(-50%); } }

.gallery { padding: 52px 0 0; background: var(--surface); }
.gallery .section-head { margin: 0 max(22px, calc((100vw - 1120px) / 2)) 22px; }
.section-head { display: flex; justify-content: space-between; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 500; }
.collage-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 200px; gap: 0; }
.collage-image { min-width: 0; margin: 0; overflow: hidden; border-radius: 0; background: #ddd; cursor: zoom-in; }
.collage-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.collage-image:hover img { transform: scale(1.035); }
.collage-image--faces img { object-position: center 45%; }
.collage-image:focus-visible { position: relative; z-index: 1; outline: 3px solid var(--accent); outline-offset: -3px; }

.press { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: clamp(42px, 8vw, 130px); padding: 88px max(22px, calc((100vw - 1120px) / 2)); background: var(--paper); }
.press-intro { align-self: start; position: sticky; top: 86px; }
.press h2 { margin: 14px 0 22px; font-size: clamp(48px, 5.6vw, 84px); font-weight: 700; line-height: .98; letter-spacing: -.065em; }
.press h2 em { color: var(--accent); font-style: normal; }
.press-intro > p:last-child { max-width: 290px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.35; letter-spacing: -.02em; }
.press-list { border-top: 1px solid var(--ink); }
.press-item { position: relative; display: block; min-height: 178px; padding: 22px 56px 24px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.press-item:hover { padding-left: 12px; color: var(--accent); }
.press-meta { display: block; margin-bottom: 28px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.press-item h3 { max-width: 560px; margin: 0 0 7px; font-size: clamp(25px, 3.1vw, 42px); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.press-item p { max-width: 495px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.35; }
.press-arrow { position: absolute; right: 4px; bottom: 25px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 19px; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.press-item:hover .press-arrow { border-color: var(--accent); background: var(--accent); color: #fff; }

.lightbox { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 58px 86px; background: rgba(15,15,17,.94); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox > img { display: block; max-width: 100%; max-height: calc(100vh - 116px); object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.lightbox button { position: absolute; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font: 300 28px/1 var(--font); cursor: pointer; transition: background .2s ease; }
.lightbox button:hover { background: rgba(255,255,255,.28); }
.lightbox-close { top: 20px; right: 24px; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }

.contact { padding: 60px max(22px, calc((100vw - 1120px) / 2)); background: var(--paper); }
.contact h2 { margin: 14px 0 24px; font-size: clamp(52px, 7vw, 108px); }
.contact-handle { display: inline-block; margin: 0 0 12px; color: var(--accent); font-size: clamp(19px, 2.8vw, 38px); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.contact-handle:hover { text-decoration: underline; text-underline-offset: 6px; }

footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; padding: 30px max(22px, calc((100vw - 1120px) / 2)); border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: 12px; line-height: 1.35; }
footer .wordmark { color: var(--ink); font-size: 21px; }
footer p { margin: 0; }
footer div { display: flex; flex-direction: column; gap: 7px; }
footer div a:hover { color: var(--accent); }
.copyright { align-self: end; font-size: 10px; }

@media (max-width: 850px) { .collage-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 170px; } }
@media (max-width: 700px) {
  .site-header { height: 48px; padding: 0 20px; }
  .site-header nav { display: none; }
  .menu-button { display: block; }
  .hero { display: flex; flex-direction: column; min-height: auto; gap: 14px; padding: 14px; }
  .hero-art { min-height: 350px; border-radius: 22px; }
  .hero-card--blue { width: 86px; height: 86px; }
  .hero-card--lime { right: 6%; width: 72px; height: 72px; }
  .cutout { font-size: 43vw; }
  .hero-copy { min-height: 300px; gap: 30px; padding: 24px 14px; }
  .hero h1 { font-size: 58px; }
  .hero-bottom p { max-width: 225px; font-size: 17px; }
  .statement { padding: 52px 24px; }
  .statement-detail { font-size: 18px; }
  .brands { padding-top: 24px; }
  .brands > .eyebrow { margin-bottom: 14px; padding: 0 14px; }
  .brand-marquee { padding: 15px 0; }
  .brand-marquee span { font-size: 18px; }
  .gallery { padding: 38px 0 0; }
  .gallery .section-head { margin: 0 14px 16px; }
  .collage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 155px; gap: 0; }
  .collage-image:last-child { grid-column: 1 / -1; }
  .press { display: block; padding: 58px 24px; }
  .press-intro { position: static; margin-bottom: 42px; }
  .press h2 { font-size: 58px; }
  .press-item { min-height: 164px; padding-top: 18px; }
  .press-meta { margin-bottom: 22px; }
  .press-item h3 { padding-right: 10px; font-size: 31px; }
  .press-item p { padding-right: 16px; font-size: 14px; }
  .press-arrow { right: 0; bottom: 23px; }
  .lightbox { padding: 54px 16px; }
  .lightbox > img { max-height: calc(100vh - 108px); }
  .lightbox button { width: 38px; height: 38px; font-size: 24px; }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .contact { padding: 50px 24px; }
  .contact h2 { font-size: 60px; }
  footer { grid-template-columns: 1fr 1fr; gap: 24px; padding: 26px 24px; }
  footer .copyright { grid-column: 1 / -1; }
}
