:root {
  --ink: #18352b;
  --green: #173f31;
  --clay: #b94f32;
  --terracotta: #d26b49;
  --cream: #f4efe3;
  --paper: #fbfaf6;
  --sky: #aeced8;
  --muted: #6f756d;
  --line: rgba(24,53,43,0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Helvetica Neue", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
body::selection { color: var(--paper); background: var(--clay); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px clamp(18px,4vw,64px); color: var(--cream); transition: 180ms ease; }
.site-header.is-scrolled { padding-block: 11px; color: var(--green); background: rgba(251,250,246,0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand > span { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--clay); color: var(--cream); font-size: 0.75rem; font-weight: 850; }
.brand b { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }
.site-nav { display: flex; gap: clamp(16px,2.5vw,34px); }
.site-nav a { padding-block: 7px; border-bottom: 1px solid transparent; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.site-nav a:hover, .site-nav a.is-active { border-bottom-color: currentColor; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; min-height: 84svh; display: grid; align-items: end; overflow: hidden; padding: 118px clamp(20px,6vw,88px) 64px; color: var(--cream); background: linear-gradient(90deg, rgba(15,41,31,0.14), rgba(15,41,31,0.1) 42%, rgba(15,41,31,0.88) 74%), url("assets/luca-hero.png") center / cover no-repeat; }
.hero-copy { position: relative; z-index: 1; justify-self: end; width: min(680px,48vw); }
.eyebrow { margin: 0 0 16px; color: var(--terracotta); font-size: 0.73rem; font-weight: 850; text-transform: uppercase; }
.hero .eyebrow { color: #f0a486; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 20px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(4rem,9vw,8.5rem); font-weight: 400; line-height: 0.8; }
.tagline { max-width: 520px; margin-bottom: 28px; color: rgba(244,239,227,0.84); font-size: clamp(1.1rem,2vw,1.55rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 2px; padding: 12px 18px; font-size: 0.76rem; font-weight: 850; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-cream { color: var(--green); border-color: var(--cream); background: var(--cream); }
.text-link { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }
.ranking-stamp { position: absolute; left: clamp(20px,6vw,88px); bottom: 58px; display: flex; width: 160px; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--cream); background: var(--clay); transform: rotate(-7deg); }
.ranking-stamp small, .ranking-stamp span { font-size: 0.63rem; font-weight: 800; text-transform: uppercase; }
.ranking-stamp strong { font-family: Georgia,serif; font-size: 4.4rem; font-weight: 400; line-height: 0.9; }

.ticker { display: flex; overflow: hidden; background: var(--cream); border-bottom: 1px solid var(--line); }
.ticker span { flex: 1 0 auto; padding: 18px clamp(20px,4vw,54px); border-right: 1px solid var(--line); font-size: 0.73rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.section { padding: clamp(78px,10vw,140px) clamp(20px,6vw,88px); }
.section-top { display: flex; align-items: flex-start; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 14px; margin-bottom: 52px; }
.section-top .eyebrow { margin: 0; }
.section-top > span { font-size: 0.74rem; font-weight: 800; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,0.65fr) minmax(240px,0.45fr); gap: clamp(28px,5vw,72px); align-items: start; }
h2 { margin-bottom: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.8rem,6vw,6.5rem); font-weight: 400; line-height: 0.94; }
.story-copy .lead { font-family: Georgia,serif; font-size: clamp(1.4rem,2.3vw,2rem); line-height: 1.3; }
.story-copy p:not(.lead), .results-head p, .matches-head p, .team-copy p { color: var(--muted); }
.facts { margin: 0; }
.facts div { padding: 14px 0; border-top: 1px solid var(--line); }
dt { color: var(--clay); font-size: 0.69rem; font-weight: 850; text-transform: uppercase; }
dd { margin: 4px 0 0; font-weight: 700; }

.style { color: var(--cream); background: var(--green); }
.style .section-top .eyebrow { color: #f0a486; }
.style-grid { display: grid; grid-template-columns: 1.2fr repeat(3,0.7fr); gap: 0; border: 1px solid rgba(244,239,227,0.24); }
.style-grid > * { min-height: 320px; padding: clamp(24px,3vw,42px); border-right: 1px solid rgba(244,239,227,0.24); }
.style-grid > *:last-child { border-right: 0; }
.style-grid > div { display: flex; flex-direction: column; justify-content: space-between; background: var(--clay); }
.style-grid > div h2 { font-size: clamp(2.5rem,4.6vw,5rem); }
.style-grid > div p, .style-grid article p { color: rgba(244,239,227,0.7); }
.style-grid article { display: flex; flex-direction: column; }
.style-grid article > strong { color: #f0a486; font-size: 0.75rem; }
.style-grid h3 { margin: auto 0 10px; font-family: Georgia,serif; font-size: 1.35rem; font-weight: 400; }

.results { background: var(--cream); }
.results-head { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 30px; align-items: end; margin-bottom: 50px; }
.result-list { border-top: 2px solid var(--green); }
.result-list article { display: grid; grid-template-columns: 100px minmax(0,1fr) auto; gap: 28px; align-items: center; padding: 24px 8px; border-bottom: 1px solid var(--line); }
.result-list time { color: var(--clay); font-family: Georgia,serif; font-size: 1.5rem; }
.result-list h3 { margin-bottom: 4px; font-family: Georgia,serif; font-size: 1.35rem; font-weight: 400; }
.result-list p { margin: 0; color: var(--muted); font-size: 0.8rem; }
.result-list > article > strong { font-size: 0.77rem; text-transform: uppercase; }

.matches { background: var(--paper); }
.matches-head { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 40px; align-items: end; margin-bottom: 46px; }
.matches-head aside { padding-left: 28px; border-left: 4px solid var(--clay); }
.matches-head aside small, .matches-head aside span { display: block; color: var(--muted); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; }
.matches-head aside strong { display: block; font-family: Georgia,serif; font-size: clamp(2.2rem,4vw,4rem); font-weight: 400; line-height: 1; }
.table-wrap { overflow-x: auto; border-top: 2px solid var(--green); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
th,td { padding: 18px 14px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--muted); font-size: 0.69rem; text-transform: uppercase; }
td { font-size: 0.9rem; font-weight: 650; }
.win,.loss { display: inline-grid; width: 29px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--paper); font-size: 0.7rem; }
.win { background: var(--green); } .loss { background: var(--clay); }
.money-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 38px; border: 1px solid var(--line); }
.money-grid div { padding: 22px; border-right: 1px solid var(--line); }
.money-grid div:last-child { border-right: 0; }
.money-grid span { display: block; color: var(--muted); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; }
.money-grid strong { display: block; margin-top: 16px; font-family: Georgia,serif; font-size: clamp(1.4rem,2.5vw,2.4rem); font-weight: 400; }

.team { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,0.55fr); gap: clamp(34px,7vw,100px); align-items: end; color: var(--cream); background: var(--clay); }
.team .eyebrow { color: var(--cream); }
.team-copy p { color: rgba(244,239,227,0.74); }
.button-green { margin-top: 12px; color: var(--cream); background: var(--green); border-color: var(--green); }
footer { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; padding: 28px clamp(20px,6vw,88px); color: rgba(244,239,227,0.58); background: #0e2a21; font-size: 0.75rem; }
footer p { margin: 0; } footer p:first-child { max-width: 820px; }

@media (max-width: 940px) {
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; flex-direction: column; gap: 0; padding: 8px; color: var(--green); background: var(--paper); border: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .hero { background-position: 35% center; }
  .hero-copy { width: min(570px,60vw); }
  .ranking-stamp { width: 128px; }
  .ranking-stamp strong { font-size: 3.4rem; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-grid h2 { grid-column: 1 / -1; }
  .style-grid { grid-template-columns: 1fr 1fr; }
  .style-grid > * { min-height: 260px; border-bottom: 1px solid rgba(244,239,227,0.24); }
  .style-grid > *:nth-child(2) { border-right: 0; }
  .money-grid { grid-template-columns: 1fr 1fr; }
  .money-grid div:nth-child(2) { border-right: 0; }
  .money-grid div { border-bottom: 1px solid var(--line); }
}
@media (max-width: 650px) {
  .brand b { display: none; }
  .hero { min-height: 80svh; align-items: end; background-position: 38% center; }
  .hero::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(15,41,31,0.05),rgba(15,41,31,0.78)); content: ""; }
  .hero-copy { width: 100%; justify-self: stretch; }
  .ranking-stamp { display: none; }
  .ticker { overflow-x: auto; }
  .story-grid, .results-head, .matches-head, .team { grid-template-columns: 1fr; }
  .style-grid { grid-template-columns: 1fr; }
  .style-grid > * { min-height: 230px; border-right: 0; }
  .result-list article { grid-template-columns: 70px minmax(0,1fr); }
  .result-list > article > strong { grid-column: 2; }
  footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: 0.01ms !important; } }
