:root {
  --ink: #11110f;
  --paper: #f2eee4;
  --acid: #d5ff38;
  --orange: #ff5c35;
  --red: #9c243b;
  --line: rgba(17, 17, 15, 0.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { min-height: 76px; padding: 14px clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(242, 238, 228, .22); background: rgba(17, 17, 15, .94); color: var(--paper); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.wordmark { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.wordmark-icon { width: 36px; height: 36px; display: grid; place-items: center; background: var(--paper); color: var(--ink); border-radius: 50%; font-size: 18px; letter-spacing: 0; }
.wordmark-icon img { width: 74%; height: 74%; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
nav a { transition: opacity 180ms ease; }
nav a:hover { opacity: .55; }
.nav-cta { border: 1px solid var(--paper); border-radius: 999px; padding: 11px 18px; transition: 180ms ease; }
.nav-cta:hover { color: var(--ink); background: var(--paper); opacity: 1; }

.hero-poster { min-height: calc(100svh - 76px); display: grid; place-items: center; overflow: hidden; background: #111; }
.hero-poster img { width: 100%; height: 100%; max-height: calc(100svh - 76px); object-fit: contain; }

.hero { min-height: calc(100svh - 76px); padding: clamp(54px, 8vw, 110px) clamp(20px, 4vw, 64px) 0; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: clamp(40px, 7vw, 110px); overflow: hidden; position: relative; }
.hero::before { content: "SPIRT"; position: absolute; right: -1vw; bottom: -8vw; color: rgba(17,17,15,.035); font-weight: 1000; font-size: 25vw; line-height: 1; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-bottom: clamp(54px, 7vw, 90px); }
.eyebrow { margin: 0 0 26px; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(54px, 6vw, 94px); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; font-weight: 1000; }
h1 em, h2 em { display: inline-block; color: var(--orange); font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.045em; }
.hero-lede { max-width: 590px; margin: 34px 0 0; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.5; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 18px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border: 1px solid var(--ink); }
.button-primary { background: var(--acid); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.text-link { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-art { width: 100%; min-height: 0; aspect-ratio: 16 / 9; align-self: center; position: relative; background: #1a1a19; margin-top: -1px; display: grid; place-items: center; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 9%); }
.hero-art::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.2); clip-path: inherit; pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: contain; }
.stamp { position: absolute; right: 26px; top: 28px; width: 112px; height: 112px; border-radius: 50%; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); display: grid; place-items: center; text-align: center; font-size: 12px; font-weight: 1000; line-height: 1.2; text-transform: uppercase; transform: rotate(8deg); box-shadow: 4px 4px 0 var(--ink); }
.brand-ticker { background: var(--ink); color: var(--paper); min-height: 82px; padding: 22px clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 24px; text-transform: uppercase; font-size: clamp(17px, 2vw, 29px); font-weight: 1000; letter-spacing: -.02em; }
.brand-ticker i { color: var(--acid); font-style: normal; font-size: 14px; }

.brands-section { padding: clamp(90px, 10vw, 150px) clamp(20px, 4vw, 64px); background: var(--ink); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); column-gap: clamp(24px, 2.5vw, 48px); margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .story-copy h2, .locations-head h2 { margin: 0; font-size: clamp(46px, 5.8vw, 88px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 8px 0 0; max-width: 610px; padding-left: clamp(18px, 2vw, 30px); border-left: 3px solid var(--acid); font-size: clamp(20px, 1.7vw, 26px); font-weight: 600; line-height: 1.42; letter-spacing: -.025em; }
.brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(242, 238, 228, .42); border-left: 1px solid rgba(242, 238, 228, .42); }
.brand-card { min-height: 680px; display: flex; flex-direction: column; border-right: 1px solid rgba(242, 238, 228, .42); border-bottom: 1px solid rgba(242, 238, 228, .42); overflow: hidden; background: var(--ink); color: var(--paper); }
.brand-card:not(.brand-card-featured) { min-height: 560px; }
.brand-card-featured { grid-column: 1 / -1; min-height: 0; }
.brand-card-top { min-height: 52px; padding: 14px 18px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(242, 238, 228, .42); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.brand-featured-overview { min-height: 390px; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); border-bottom: 1px solid rgba(242, 238, 228, .42); }
.brand-featured-overview .brand-logo-frame { height: auto; min-height: 390px; border-right: 1px solid rgba(242, 238, 228, .42); border-bottom: 0; }
.brand-featured-overview .brand-card-copy { justify-content: center; }
.brand-featured-overview .brand-card-copy h3 { font-size: clamp(58px, 7vw, 110px); }
.brand-featured-overview .brand-card-copy p { max-width: 920px; font-size: clamp(19px, 1.8vw, 29px); line-height: 1.45; letter-spacing: -.02em; }
.brand-featured-overview-mate, .brand-featured-overview-tempo { min-height: 520px; grid-template-columns: 1fr; }
.brand-featured-overview-mate .brand-card-copy, .brand-featured-overview-tempo .brand-card-copy { align-items: center; text-align: center; padding-block: clamp(54px, 7vw, 100px); }
.brand-featured-overview-mate .brand-card-copy p, .brand-featured-overview-tempo .brand-card-copy p { max-width: 1120px; margin-inline: auto; }
.brand-title-logo { width: min(620px, 72vw); margin: 0 auto 34px; }
.brand-title-logo img { width: 100%; height: auto; object-fit: contain; }
.brand-title-logo-tempo { width: min(720px, 82vw); }
.brand-title-logo-tempo img { width: 100%; height: auto; object-fit: contain; }
.product-lineup { min-height: 500px; padding: clamp(36px, 5vw, 76px); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.product-lineup-mate { background: #7d895b; flex-direction: column; align-items: center; gap: clamp(24px, 3vw, 42px); }
.product-lineup-mate img { display: block; width: min(100%, 1120px); max-height: 600px; object-fit: contain; }
.product-lineup-title { margin: 0; color: #142d0b; font-size: clamp(24px, 3vw, 44px); font-weight: 900; letter-spacing: .09em; line-height: 1; text-align: center; text-transform: uppercase; }
.product-lineup-title-tempo { color: #f2eee4; }
.product-info-link { display: inline-flex; align-items: center; justify-content: center; border: 2px solid #142d0b; border-radius: 999px; padding: 14px 24px; color: #142d0b; font-size: clamp(12px, 1.2vw, 16px); font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; }
.product-info-link:hover { background: #142d0b; color: #7d895b; }
.product-info-link:focus-visible { outline: 3px solid #142d0b; outline-offset: 4px; }
.product-info-link-tempo { border-color: #f2eee4; color: #f2eee4; }
.product-info-link-tempo:hover { background: #f2eee4; color: #000; }
.product-info-link-tempo:focus-visible { outline-color: #f2eee4; }
.awards-lineup { padding: clamp(46px, 6vw, 88px) clamp(20px, 5vw, 76px); display: flex; flex-direction: column; align-items: center; gap: clamp(22px, 3vw, 42px); border-bottom: 1px solid rgba(242, 238, 228, .42); background: #000; }
.awards-lineup img { width: min(100%, 1800px); height: auto; object-fit: contain; }
.product-lineup-tempo { display: flex; flex-direction: column; align-items: center; gap: clamp(24px, 3vw, 42px); background: #000; }
.product-lineup-tempo img { width: min(100%, 2120px); height: auto; object-fit: contain; object-position: center; }
.brand-logo-frame { height: 310px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid rgba(242, 238, 228, .42); background: #141412; }
.brand-logo-frame img { width: 100%; height: 100%; object-fit: contain; padding: 40px; }
.brand-tempo .brand-logo-frame { background: #000 url("/brands/tempo.jpg") center center / 60% auto no-repeat; }
.brand-tempo .brand-logo-frame img { opacity: 0; }
.brand-mate .brand-card-top { background: var(--ink); color: var(--paper); }
.brand-mate .brand-logo-frame { background: #7d895b url("/brands/mr-mate-brand.jpeg") center center / 60% auto no-repeat; }
.brand-mate .brand-logo-frame img { opacity: 0; }
.brand-mate .brand-card-copy { background: var(--ink); }
.brand-mate .chips span { border-color: var(--paper); color: var(--paper); }
.brand-card-featured.brand-mate, .brand-card-featured.brand-mate .brand-card-top, .brand-card-featured.brand-mate .brand-card-copy { background: #7d895b; color: #142d0b; }
.brand-card-featured.brand-mate { border-color: #142d0b; }
.brand-card-featured.brand-mate .brand-card-top, .brand-card-featured.brand-mate .brand-featured-overview, .brand-card-featured.brand-mate .brand-logo-frame { border-color: #142d0b; }
.brand-card-featured.brand-tempo, .brand-card-featured.brand-tempo .brand-featured-overview, .brand-card-featured.brand-tempo .brand-card-copy, .brand-card-featured.brand-tempo .product-lineup { background: #000; }
.brand-crisis .brand-logo-frame { background: #141412 url("/brands/crisis.png") center center / 58% auto no-repeat; }
.brand-crisis .brand-logo-frame img { opacity: 0; }
.brand-tinto .brand-logo-frame { background: #141412 url("/brands/tinto.png") center center / 58% auto no-repeat; }
.brand-tinto .brand-logo-frame img { opacity: 0; }
.brand-crisis .brand-logo-frame, .brand-tinto .brand-logo-frame { border-bottom: 0; }
.brand-card-copy { padding: clamp(28px, 4vw, 50px); flex: 1; display: flex; flex-direction: column; background: var(--ink); color: var(--paper); }
.brand-card-copy h3 { margin: 0 0 16px; font-size: clamp(42px, 4vw, 66px); line-height: 1; text-transform: uppercase; letter-spacing: -.055em; }
.brand-card-copy p { margin: 0; max-width: 610px; font-size: 16px; line-height: 1.6; }
.brand-crisis .brand-card-copy, .brand-tinto .brand-card-copy { align-items: center; justify-content: flex-start; text-align: center; padding-block: clamp(26px, 3vw, 40px); }
.brand-crisis .brand-card-copy p, .brand-tinto .brand-card-copy p { min-height: calc(3 * 1.6em); max-width: 720px; display: flex; align-items: center; justify-content: center; }
.brand-more-button { margin-top: 34px; border: 1px solid var(--paper); border-radius: 999px; padding: 13px 20px; background: transparent; color: var(--paper); font: inherit; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; }
.brand-more-button:hover { background: var(--paper); color: var(--ink); }
.brand-more-button:focus-visible { outline: 3px solid var(--paper); outline-offset: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 32px; }
.chips span { border: 1px solid var(--paper); border-radius: 999px; padding: 8px 12px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.story { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1.05fr .95fr; }
.story-photo { min-height: 760px; position: relative; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.55)); }
.photo-label { position: absolute; left: 30px; bottom: 30px; z-index: 2; font-size: 11px; font-weight: 900; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.story-copy { padding: clamp(60px, 8vw, 130px) clamp(32px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.story-copy > p:not(.eyebrow) { margin: 28px 0 0; max-width: 650px; color: #c8c3b9; font-size: 17px; line-height: 1.65; }
.story-copy blockquote { margin: 54px 0 0; padding: 24px 0 0 28px; border-top: 1px solid #55534d; border-left: 6px solid var(--acid); font-family: Georgia, serif; font-style: italic; font-size: clamp(23px, 2.2vw, 34px); line-height: 1.25; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(242, 238, 228, .42); background: var(--ink); color: var(--paper); }
.numbers div { min-height: 250px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(242, 238, 228, .42); }
.numbers div:last-child { border-right: 0; }
.numbers strong { font-size: clamp(68px, 8vw, 130px); line-height: .8; letter-spacing: -.08em; }
.numbers span { font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.locations { padding: clamp(90px, 10vw, 150px) clamp(20px, 4vw, 64px); background: var(--ink); color: var(--paper); }
.locations-head { margin-bottom: 80px; }
.location-list { border-top: 1px solid rgba(242, 238, 228, .42); }
.location-list article { min-height: 170px; padding: 28px 12px; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(242, 238, 228, .42); }
.location-number { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--paper); border-radius: 50%; font-size: 11px; font-weight: 900; }
.location-list h3 { margin: 0 0 8px; font-size: clamp(27px, 3vw, 46px); text-transform: uppercase; letter-spacing: -.04em; }
.location-list p { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.location-list address { min-width: 220px; text-align: right; font-style: normal; font-size: 15px; line-height: 1.55; }

.contact { background: var(--ink); color: var(--paper); padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 64px) 36px; border-top: 1px solid rgba(242, 238, 228, .42); }
.contact h2 { margin: 0; font-size: clamp(52px, 8.5vw, 145px); line-height: .98; letter-spacing: -.075em; text-transform: uppercase; }
.contact-mail { margin-top: 70px; padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 3px solid var(--paper); font-size: clamp(20px, 4vw, 64px); font-weight: 900; letter-spacing: -.04em; }
.contact-mail:hover span { transform: translate(4px, -4px); }
.contact-phone { display: inline-block; margin-top: 24px; font-size: clamp(18px, 2vw, 30px); font-weight: 900; }
.contact-foot { margin-top: 120px; padding-top: 26px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(242, 238, 228, .42); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
footer { min-height: 110px; padding: 26px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.footer-mark .wordmark-icon { background: var(--paper); color: var(--ink); }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { padding-bottom: 0; }
  .hero-art { min-height: 0; }
  .story { grid-template-columns: 1fr; }
  .story-photo { min-height: 560px; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .numbers div:nth-child(2) { border-right: 0; }
  .numbers div:nth-child(-n+2) { border-bottom: 1px solid rgba(242, 238, 228, .42); }
  footer { grid-template-columns: 1fr 1fr; }
  footer p:first-of-type { display: none; }
}
@media (max-width: 700px) {
  .site-header { min-height: 66px; }
  .hero-poster { min-height: calc(100svh - 66px); }
  .hero-poster img { max-height: calc(100svh - 66px); }
  .wordmark { font-size: 11px; }
  .wordmark-icon { width: 31px; height: 31px; }
  .nav-cta { padding: 9px 12px; font-size: 10px; }
  h1 { font-size: clamp(44px, 14vw, 66px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-art { min-height: 0; }
  .brand-ticker { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 30px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 610px; }
  .brand-card:not(.brand-card-featured) { min-height: 520px; }
  .brand-card-featured { min-height: 0; }
  .brand-featured-overview { grid-template-columns: 1fr; }
  .brand-featured-overview .brand-logo-frame { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(242, 238, 228, .42); }
  .brand-card-featured.brand-mate .brand-featured-overview .brand-logo-frame { border-bottom-color: #142d0b; }
  .brand-featured-overview .brand-card-copy h3 { font-size: clamp(48px, 16vw, 74px); }
  .brand-featured-overview .brand-card-copy p { font-size: 18px; }
  .product-lineup { min-height: 360px; padding: 28px 18px; }
  .product-lineup-tempo img { width: 100%; height: auto; }
  .brand-logo-frame { height: 270px; }
  .story-photo { min-height: 420px; }
  .numbers div { min-height: 190px; padding: 24px 20px; }
  .location-list article { grid-template-columns: 52px 1fr; gap: 18px; }
  .location-list address { grid-column: 2; text-align: left; min-width: 0; }
  .contact-mail { font-size: 5.6vw; overflow-wrap: anywhere; }
  .contact-foot { margin-top: 80px; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
