:root {
  --ink: #14211d;
  --forest: #0f2c27;
  --forest-2: #16473b;
  --green: #2c7059;
  --gold: #e4b858;
  --coral: #df7257;
  --cream: #f3efe4;
  --paper: #fffdf8;
  --muted: #67716c;
  --line: #d8ddd5;
  --shadow: 0 24px 70px rgba(12, 41, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.hero { position: relative; overflow: hidden; min-height: 760px; color: white; background: radial-gradient(circle at 84% 20%, rgba(228,184,88,.22), transparent 24%), linear-gradient(118deg, #09251f 0%, #10372e 58%, #1b5345 100%); }
.hero::after { content: ""; position: absolute; right: -170px; bottom: -360px; width: 850px; height: 850px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.018); }
.nav { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 92px; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 2px; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.brand-logo { display: grid; place-items: center; width: 68px; height: 52px; padding: 2px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; background: rgba(255,255,255,.055); box-shadow: 0 8px 26px rgba(0,0,0,.14); }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: rgba(255,255,255,.68); font-size: 13px; text-decoration: none; }
.nav-links a:hover { color: white; }
.ghost-button { height: 40px; padding: 0 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; color: white; background: transparent; font-size: 12px; font-weight: 800; }
.ghost-button:hover { background: rgba(255,255,255,.09); }

.hero-main { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; min-height: 540px; padding-top: 34px; padding-bottom: 52px; }
.eyebrow, .kicker, .card-label { margin: 0 0 16px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7vw, 92px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
h1 em { color: #dfebdd; font-weight: 400; }
.lead { max-width: 620px; margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.gold-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 0 19px; border: 0; border-radius: 4px; color: var(--forest); background: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .03em; text-decoration: none; }
.gold-button:hover { background: #efc86f; }
.status { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.58); font-size: 12px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #82dfaa; box-shadow: 0 0 0 5px rgba(130,223,170,.12); }
.countdown-card { align-self: center; padding: 16px 30px 30px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); box-shadow: 0 28px 90px rgba(0,0,0,.17); }
.hero-logo-panel { display: grid; place-items: center; min-height: 190px; margin: 0 -14px 26px; padding: 6px 10px; border-bottom: 1px solid rgba(255,255,255,.13); background: radial-gradient(circle at center, rgba(255,255,255,.11), transparent 68%); }
.hero-logo-panel img { display: block; width: min(100%, 290px); height: 180px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,.2)); }
.countdown-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.countdown-heading .card-label { margin: 0; }
.edition-pill { padding: 6px 8px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.countdown-card > strong { display: block; margin: 22px 0 0; font-family: Georgia, serif; font-size: 88px; font-weight: 400; line-height: .8; letter-spacing: -.06em; }
.card-label { color: var(--green); }
.countdown-card .card-label { color: var(--gold); }
.days-label { display: block; margin-top: 8px; color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.countdown-detail { display: grid; grid-template-columns: auto 48px 1fr; gap: 14px; align-items: center; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.countdown-detail span { color: var(--gold); font-size: 11px; font-weight: 850; }
.countdown-detail b { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.countdown-detail small { color: rgba(255,255,255,.55); }
.quick-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.quick-strip div { position: relative; display: flex; flex-direction: column; min-height: 112px; padding: 25px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.quick-strip div:last-child { border: 0; }
.quick-strip span { position: absolute; top: 24px; right: 22px; color: rgba(255,255,255,.22); font-size: 10px; font-weight: 850; }
.quick-strip strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.quick-strip small { margin-top: 6px; color: rgba(255,255,255,.48); }

.section { padding-top: 96px; padding-bottom: 104px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 64px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 63px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.section-heading > p { max-width: 450px; margin-bottom: 4px; color: var(--muted); line-height: 1.65; }
.section-heading .kicker { color: var(--green); }
.day-filter { display: flex; gap: 7px; margin-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.day-filter button { flex: 0 0 auto; min-height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 750; }
.day-filter button:hover, .day-filter button.active { color: white; border-color: var(--forest); background: var(--forest); }
.itinerary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.day-card { display: grid; grid-template-columns: 90px 1fr; min-height: 355px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 55px rgba(19,51,42,.06); transition: opacity .18s ease, transform .18s ease; }
.day-card.hidden { display: none; }
.date-block { display: flex; align-items: center; flex-direction: column; padding-top: 28px; color: white; background: var(--green); }
.date-block span, .date-block small { font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.date-block strong { margin: 10px 0 7px; font-family: Georgia, serif; font-size: 42px; font-weight: 400; line-height: 1; }
.date-block small { color: rgba(255,255,255,.56); }
.day-content { padding: 26px; }
.day-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.day-title p { margin-bottom: 6px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.day-title h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.tag { display: inline-flex; align-items: center; justify-content: center; min-height: 27px; padding: 0 9px; border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.tag.confirmed { color: #226043; background: #dfeee2; }
.tag.tbd { color: #8b5e18; background: #f7e9c7; }
.tag.draft { color: #855343; background: #f6ded7; }
.tag.personal { color: #2a5a6b; background: #dcebf0; }
.timeline { padding-top: 13px; }
.timeline > div { display: grid; grid-template-columns: 82px 1fr; gap: 13px; padding: 13px 0; }
.timeline time { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.timeline span { position: relative; padding-left: 17px; }
.timeline span::before { content: ""; position: absolute; top: 6px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.timeline span strong, .timeline span small { display: block; }
.timeline span strong { font-size: 13px; }
.timeline span strong a { text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.timeline span strong a:hover { color: var(--green); }
.timeline span small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.logistics-section { color: white; background: var(--forest); }
.light-heading .kicker { color: var(--gold); }
.light-heading > p { color: rgba(255,255,255,.55); }
.logistics-grid { display: grid; grid-template-columns: 1.15fr .95fr .9fr; gap: 12px; }
.info-card { min-height: 410px; padding: 26px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); }
.info-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--gold); }
.info-card .card-label { margin-bottom: 10px; color: var(--gold); }
.info-card h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.info-card > p:not(.card-label) { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.info-card dl { margin: 24px 0 0; }
.info-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.11); }
.info-card dt, .info-card dd { margin: 0; font-size: 11px; }
.info-card dt { color: rgba(255,255,255,.45); }
.info-card dd { text-align: right; }
.clean-list { margin: 24px 0 0; padding: 0; list-style: none; }
.clean-list li { display: grid; grid-template-columns: 28px 1fr; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); }
.clean-list li > span { color: var(--gold); font-size: 10px; font-weight: 850; }
.clean-list p { margin: 0; }
.clean-list strong, .clean-list small { display: block; }
.clean-list strong { font-size: 12px; }
.clean-list small { margin-top: 4px; color: rgba(255,255,255,.46); line-height: 1.35; }
.property-list { margin-top: 15px; }
.property-list li { padding: 12px 0; }
.property-list b { display: inline-block; margin-top: 8px; padding: 5px 7px; border-radius: 3px; color: var(--gold); background: rgba(255,255,255,.08); font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.expense-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; margin-top: 14px; padding: 32px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.expense-intro .info-top { margin-bottom: 34px; }
.expense-intro .icon { color: var(--green); border-color: var(--line); }
.expense-intro .card-label { margin-bottom: 9px; color: var(--green); }
.expense-intro h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.expense-intro > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.expense-table { align-self: center; }
.expense-line { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 78px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
.expense-line > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; }
.expense-line span { color: var(--green); font-size: 9px; font-weight: 850; }
.expense-line p { margin: 0; }
.expense-line strong, .expense-line small { display: block; }
.expense-line strong { font-size: 13px; }
.expense-line small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.expense-line > b { flex: 0 0 auto; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.expense-total { margin-top: 7px; border: 0; color: white; background: var(--green); }
.expense-total > div { padding-left: 12px; }
.expense-total span, .expense-total small { color: rgba(255,255,255,.58); }
.expense-total > b { padding-right: 12px; color: var(--gold); font-size: 29px; }
.checklist { margin-top: 20px; }
.checklist label { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.72); font-size: 12px; }
.checklist input { width: 17px; height: 17px; accent-color: var(--gold); }
.checklist input:checked + span { color: rgba(255,255,255,.36); text-decoration: line-through; }
.device-note { color: rgba(255,255,255,.35); font-size: 10px; }
.course-shortlist { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; margin-top: 14px; padding: 34px; color: var(--ink); background: var(--gold); }
.shortlist-intro .card-label { color: rgba(20,33,29,.58); }
.shortlist-intro h3 { margin-bottom: 13px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.05; }
.shortlist-intro > p:not(.card-label) { max-width: 330px; margin-bottom: 0; color: rgba(20,33,29,.62); font-size: 12px; line-height: 1.55; }
.shortlist-favorite { display: grid; gap: 4px; margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(20,33,29,.2); }
.shortlist-favorite span { color: rgba(20,33,29,.58); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.shortlist-favorite strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.course-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.course-list article { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; padding: 16px; border: 1px solid rgba(20,33,29,.18); background: rgba(255,255,255,.18); }
.course-list article.favorite-course { background: rgba(255,255,255,.32); border-color: rgba(20,33,29,.35); }
.course-number { padding-top: 2px; color: rgba(20,33,29,.46); font-size: 9px; font-weight: 850; }
.course-copy { min-width: 0; }
.course-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.course-heading a { color: inherit; text-decoration-color: rgba(20,33,29,.35); text-underline-offset: 3px; }
.course-heading a:hover { text-decoration-color: currentColor; }
.course-heading strong, .course-copy small { display: block; }
.course-heading strong { font-size: 12px; }
.course-heading i { flex: none; font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.course-copy small { margin-top: 4px; color: rgba(20,33,29,.59); font-size: 10px; }
.course-copy p { margin: 11px 0; color: rgba(20,33,29,.74); font-size: 11px; line-height: 1.5; }
.course-copy b { display: block; color: rgba(20,33,29,.68); font-size: 9px; line-height: 1.4; text-transform: uppercase; }

.golfers-section { background: #e8e2d5; }
.golfers-section .section-heading .kicker { color: var(--green); }
.field-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; }
.field-summary > div { display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; align-items: end; padding: 19px 22px; border: 1px solid rgba(20,33,29,.13); background: rgba(255,255,255,.38); }
.field-summary span { align-self: center; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.field-summary strong { grid-row: 1 / 3; grid-column: 2; font-family: Georgia, serif; font-size: clamp(23px, 2.25vw, 34px); font-weight: 400; line-height: 1; }
.field-summary small { color: var(--green); font-size: 10px; font-weight: 800; }
.golfer-board { padding: 26px; background: var(--forest); box-shadow: var(--shadow); }
.golfer-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
.golfer-toolbar .card-label { margin-bottom: 6px; color: var(--gold); }
.golfer-toolbar h3 { margin: 0; color: white; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.golfer-sort { display: flex; gap: 5px; }
.golfer-sort button { min-height: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; color: rgba(255,255,255,.58); background: transparent; font-size: 10px; font-weight: 800; }
.golfer-sort button:hover, .golfer-sort button.active { color: var(--forest); border-color: var(--gold); background: var(--gold); }
.golfer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.golfer-card { position: relative; overflow: hidden; min-height: 166px; padding: 15px; border: 1px solid rgba(255,255,255,.12); color: white; background: rgba(255,255,255,.045); }
.golfer-card div { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.golfer-card span { color: rgba(255,255,255,.38); font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.golfer-card strong { color: var(--gold); font-family: Georgia, serif; font-size: 32px; font-weight: 400; line-height: .85; }
.golfer-card h4 { margin: 22px 0 12px; font-size: 13px; }
.career-total { margin: 0; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.career-total span { display: block; }
.career-total b { display: block; margin-top: 4px; color: white; font-size: 12px; }
.golfer-card i { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--gold) var(--mark), rgba(255,255,255,.1) var(--mark)); }

.results-section { background: var(--paper); }
.results-example-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 12px; padding: 14px 16px; border: 1px solid #ead6a7; background: #fff7e5; }
.results-example-banner > div { display: flex; align-items: center; gap: 12px; }
.results-example-banner strong { font-size: 12px; }
.results-example-banner p { max-width: 650px; margin: 0; color: #80683c; font-size: 11px; line-height: 1.5; }
.results-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; }
.results-summary > div { display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; align-items: end; padding: 19px 22px; border: 1px solid rgba(20,33,29,.13); background: var(--cream); }
.results-summary span { align-self: center; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.results-summary strong { grid-row: 1 / 3; grid-column: 2; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 29px); font-weight: 400; line-height: 1; }
.results-summary small { color: var(--green); font-size: 9px; font-weight: 800; }
.results-board { padding: 28px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.results-board-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.results-board-heading .card-label { margin-bottom: 7px; color: var(--gold); }
.results-board-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.results-tabs { display: flex; gap: 5px; }
.results-tabs button { min-height: 38px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; color: rgba(255,255,255,.6); background: transparent; font-size: 10px; font-weight: 850; }
.results-tabs button:hover, .results-tabs button.active { color: var(--forest); border-color: var(--gold); background: var(--gold); }
.results-tabs button:disabled { cursor: not-allowed; opacity: .3; color: rgba(255,255,255,.55); border-color: rgba(255,255,255,.12); background: transparent; }
.results-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.results-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.results-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.results-table th, .results-table td { padding: 13px 15px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: right; }
.results-table th:nth-child(2), .results-table td:nth-child(2) { text-align: left; }
.results-table thead th { color: rgba(255,255,255,.43); font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.results-table tbody td { color: rgba(255,255,255,.72); font-size: 11px; }
.results-table tbody tr:hover { background: rgba(255,255,255,.04); }
.results-table tbody tr.podium-row { background: rgba(228,184,88,.06); }
.results-table tbody tr:last-child td { border-bottom: 0; }
.results-table .place-cell { width: 64px; text-align: left; }
.results-place { display: inline-grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 850; }
.podium-row .results-place { color: var(--forest); border-color: var(--gold); background: var(--gold); }
.results-table .player-cell { color: white; font-weight: 850; }
.results-table .points-cell { color: var(--gold); font-weight: 850; }
.results-table .delta-positive { color: #8fe3ae; }
.results-table .delta-negative { color: #f2a48f; }
.results-table .delta-neutral { color: rgba(255,255,255,.42); }
.results-table .results-empty { padding: 30px 15px; color: rgba(255,255,255,.58); text-align: center; }

.history-section { color: white; background: #0a241f; }
.history-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 28px 70px rgba(0,0,0,.17); -webkit-overflow-scrolling: touch; }
.history-table { width: 100%; min-width: 760px; border-collapse: collapse; background: rgba(255,255,255,.035); }
.history-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.history-table th, .history-table td { padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }
.history-table thead th { color: rgba(255,255,255,.43); background: rgba(255,255,255,.035); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.history-table tbody th { width: 90px; color: var(--gold); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.history-table tbody td { color: rgba(255,255,255,.7); font-size: 13px; }
.history-table tbody tr:last-child th, .history-table tbody tr:last-child td { border-bottom: 0; }
.history-table tbody tr:hover { background: rgba(255,255,255,.04); }
.history-table .champion { color: white; font-weight: 850; }
.history-table .champion::before { content: "★"; margin-right: 9px; color: var(--gold); font-size: 9px; }
.history-table .champion span { display: inline-block; margin-left: 10px; padding: 5px 7px; border-radius: 999px; color: var(--forest); background: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; vertical-align: middle; }
.history-table .reigning-row { background: rgba(228,184,88,.07); }

.rules-banner { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; padding: 14px 16px; border: 1px solid #cfe2d3; background: #edf5ef; }
.rules-banner p { margin: 0; color: #42634c; font-size: 12px; }
.stableford-rulebook { margin-bottom: 14px; padding: 30px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.rulebook-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.rulebook-heading .card-label { margin-bottom: 7px; color: var(--gold); }
.rulebook-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.rulebook-heading > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.6; }
.point-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px; }
.point-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: end; padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); }
.point-grid span { color: rgba(255,255,255,.6); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.point-grid strong { grid-column: 2; grid-row: 1 / 3; color: var(--gold); font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: .8; }
.point-grid small { color: rgba(255,255,255,.35); font-size: 9px; }
.rule-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rule-details details { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.rule-details summary { display: flex; align-items: center; gap: 12px; padding: 17px 18px; font-size: 12px; font-weight: 800; list-style: none; cursor: pointer; }
.rule-details summary::-webkit-details-marker { display: none; }
.rule-details summary::after { content: "+"; margin-left: auto; color: var(--gold); font-size: 19px; font-weight: 400; }
.rule-details details[open] summary::after { content: "−"; }
.rule-details summary span { color: var(--gold); font-size: 9px; }
.rule-copy { padding: 0 18px 18px; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.58; }
.rule-copy p { margin-bottom: 10px; }
.rule-copy p:last-child { margin-bottom: 0; }
.rule-copy strong { color: white; }
.rule-copy ul { margin: 0; padding-left: 17px; }
.rule-copy li + li { margin-top: 7px; }
.rule-example { margin-top: 13px; padding: 13px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.055); }
.rule-example span, .rule-example strong, .rule-example small { display: block; }
.rule-example span { color: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rule-example strong { margin-top: 5px; }
.rule-example small { margin-top: 4px; color: rgba(255,255,255,.48); }
.calcutta-details { grid-column: 1 / -1; }
.calcutta-copy { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px 30px; }
.calcutta-payouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.calcutta-payouts span { display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 78px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.calcutta-payouts b { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .1em; }
.calcutta-payouts strong { margin-top: 4px; color: var(--gold); font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.split-formula { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 14px; color: white; background: var(--green); }
.split-formula span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.split-formula strong { color: var(--gold); font-size: 12px; }
.daily-wager-board { margin-bottom: 14px; padding: 28px; color: white; background: var(--green); box-shadow: var(--shadow); }
.wager-board-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.wager-board-heading .card-label { margin-bottom: 7px; color: var(--gold); }
.wager-board-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.pool-math { display: grid; grid-template-columns: auto auto auto auto auto auto auto; gap: 8px; align-items: baseline; }
.pool-math strong { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.pool-math span { color: rgba(255,255,255,.54); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pool-math i { color: var(--gold); font-size: 12px; font-style: normal; font-weight: 850; }
.daily-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.daily-event { display: grid; grid-template-columns: 46px 1fr; gap: 16px; min-height: 274px; padding: 20px; border: 1px solid rgba(255,255,255,.17); background: rgba(8,39,32,.22); }
.event-number { display: flex; align-items: center; flex-direction: column; }
.event-number span { color: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.event-number strong { margin-top: 4px; font-family: Georgia, serif; font-size: 39px; font-weight: 400; line-height: 1; }
.event-copy { display: flex; flex-direction: column; }
.event-copy > p { margin-bottom: 5px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.event-copy h4 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; line-height: 1.08; }
.event-copy ul { flex: 1; margin: 0 0 17px; padding-left: 15px; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.5; }
.event-copy li + li { margin-top: 7px; }
.payouts { display: flex; flex-wrap: wrap; gap: 5px; }
.payouts span { padding: 7px 8px; border-radius: 3px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.09); font-size: 9px; font-weight: 750; }
.payouts b { color: var(--gold); }
.competition-grid { display: grid; grid-template-columns: 1fr 360px; gap: 14px; align-items: start; }
.format-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.format-card { min-height: 245px; padding: 25px; border: 1px solid var(--line); background: var(--paper); }
.format-card > span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.format-card h3 { margin: 26px 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.format-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.format-card small { display: block; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--coral); font-size: 10px; font-weight: 800; }
.format-card small.confirmed-line { color: var(--green); }
.wager-card { position: sticky; top: 16px; padding: 28px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.wager-card .kicker { color: var(--gold); }
.wager-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.wager-note { color: rgba(255,255,255,.53); font-size: 11px; line-height: 1.55; }
.calculator-field { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); }
.calculator-field label { color: rgba(255,255,255,.6); font-size: 11px; }
.calculator-field > div { display: flex; align-items: center; height: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; overflow: hidden; }
.calculator-field button { width: 32px; height: 100%; border: 0; color: white; background: rgba(255,255,255,.07); }
.calculator-field input { width: 52px; height: 100%; padding: 0; border: 0; outline: 0; color: white; background: transparent; text-align: center; -moz-appearance: textfield; }
.calculator-field input::-webkit-inner-spin-button { -webkit-appearance: none; }
.money-input span { padding-left: 10px; color: rgba(255,255,255,.55); }
.money-input input { width: 58px; }
.calculator-result { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: 12px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.calculator-result span { color: rgba(255,255,255,.56); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.calculator-result strong { color: var(--gold); font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.calculator-result.secondary { margin-top: 0; padding-top: 13px; border: 0; }
.calculator-result.secondary strong { color: white; font-size: 23px; }
.legal-note { display: block; margin-top: 18px; color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.45; }
.pairings-section { color: white; background: var(--forest); }
.pairings-section .section-heading .kicker { color: var(--gold); }
.pairings-section .section-heading > p { color: rgba(255,255,255,.55); }
.placeholder-banner { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; padding: 14px 16px; border: 1px solid rgba(228,184,88,.32); background: rgba(228,184,88,.08); }
.placeholder-banner p { margin: 0; color: rgba(255,255,255,.63); font-size: 11px; }
.pairing-tabs { display: flex; gap: 6px; margin-bottom: 10px; overflow-x: auto; scrollbar-width: none; }
.pairing-tabs button { flex: 0 0 auto; min-height: 41px; padding: 0 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; color: rgba(255,255,255,.58); background: transparent; font-size: 10px; font-weight: 850; }
.pairing-tabs button:hover, .pairing-tabs button.active { color: var(--forest); border-color: var(--gold); background: var(--gold); }
.pairing-day { padding: 28px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.pairing-day[hidden] { display: none; }
.pairing-day-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.pairing-day-head > div:last-child { text-align: right; }
.pairing-day-head span { display: block; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.pairing-day-head h3 { margin: 7px 0 4px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.pairing-day-head strong { display: block; margin: 7px 0 4px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.pairing-day-head small { color: rgba(255,255,255,.44); font-size: 10px; }
.pairing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.pairing-group { min-height: 214px; padding: 17px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.08); }
.pairing-group > span { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.pairing-group ol { margin: 16px 0 0; padding: 0; list-style: none; counter-reset: golfer; }
.pairing-group li { counter-increment: golfer; display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; font-weight: 700; }
.pairing-group li::before { content: counter(golfer); color: rgba(255,255,255,.3); font-size: 8px; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 16px; padding: 34px; color: white; background: var(--green); }
.footer-cta .kicker { margin-bottom: 7px; color: var(--gold); }
.footer-cta h3 { margin-bottom: 5px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.footer-cta span { color: rgba(255,255,255,.58); font-size: 12px; }
footer { color: rgba(255,255,255,.55); background: #091e1a; }
footer .shell { display: flex; align-items: center; justify-content: space-between; min-height: 86px; font-size: 11px; }
footer a { color: var(--gold); text-decoration: none; }
.toast { position: fixed; z-index: 30; right: 20px; bottom: 20px; padding: 13px 17px; border-radius: 4px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-links { gap: 18px; }
  .hero-main { grid-template-columns: 1fr 300px; gap: 38px; }
  .logistics-grid { grid-template-columns: 1fr 1fr; }
  .checklist-card { grid-column: 1 / -1; min-height: auto; }
  .expense-panel { grid-template-columns: 1fr; gap: 24px; }
  .course-shortlist { grid-template-columns: 1fr; gap: 24px; }
  .rulebook-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .golfer-grid { grid-template-columns: repeat(4, 1fr); }
  .competition-grid { grid-template-columns: 1fr; }
  .daily-event-grid { grid-template-columns: 1fr; }
  .daily-event { min-height: auto; }
  .pairing-grid { grid-template-columns: repeat(3, 1fr); }
  .wager-card { position: static; }
}

@media (max-width: 740px) {
  .shell { width: min(100% - 36px, 1240px); }
  .nav-links { display: none; }
  .hero { min-height: auto; }
  .hero-main { grid-template-columns: 1fr; padding-top: 60px; }
  h1 { font-size: clamp(52px, 14vw, 72px); }
  .countdown-card { display: grid; grid-template-columns: auto 1fr; align-items: end; }
  .hero-logo-panel { grid-column: 1 / -1; grid-row: 1; width: 100%; }
  .countdown-heading { grid-column: 1 / -1; grid-row: 2; }
  .countdown-card > strong { grid-row: 3; }
  .days-label { grid-row: 3; margin: 0 0 4px 10px; }
  .countdown-detail { grid-column: 1 / -1; grid-row: 4; }
  .quick-strip { grid-template-columns: 1fr 1fr; }
  .quick-strip div:nth-child(2) { border-right: 0; }
  .section { padding-top: 72px; padding-bottom: 76px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .point-grid { grid-template-columns: 1fr 1fr; }
  .rule-details { grid-template-columns: 1fr; }
  .calcutta-details { grid-column: auto; }
  .calcutta-copy { grid-template-columns: 1fr; }
  .split-formula { grid-column: auto; }
  .field-summary { grid-template-columns: 1fr 1fr; }
  .results-summary { grid-template-columns: 1fr 1fr; }
  .results-board-heading { align-items: flex-start; flex-direction: column; }
  .golfer-toolbar { align-items: flex-start; flex-direction: column; }
  .golfer-grid { grid-template-columns: repeat(2, 1fr); }
  .pairing-day-head { align-items: flex-start; flex-direction: column; }
  .pairing-day-head > div:last-child { text-align: left; }
  .pairing-grid { grid-template-columns: 1fr 1fr; }
  .wager-board-heading { align-items: flex-start; flex-direction: column; }
  .itinerary-grid, .logistics-grid, .format-cards { grid-template-columns: 1fr; }
  .checklist-card { grid-column: auto; }
  .course-list { grid-template-columns: 1fr; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 470px) {
  .brand > span:last-child { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .quick-strip div { min-height: 100px; padding: 20px 14px; }
  .day-card { grid-template-columns: 64px 1fr; }
  .date-block strong { font-size: 34px; }
  .day-content { padding: 20px 17px; }
  .day-title { display: block; }
  .day-title .tag { margin-top: 12px; }
  .timeline > div { grid-template-columns: 1fr; gap: 5px; }
  .timeline span { padding-left: 14px; }
  .results-example-banner { align-items: flex-start; flex-direction: column; }
  .results-board { padding: 22px 18px; }
  .results-tabs { width: 100%; overflow-x: auto; }
  .results-tabs button { flex: 0 0 auto; }
  .course-shortlist { padding: 26px 20px; }
  .course-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .expense-panel { padding: 26px 20px; }
  .expense-line { gap: 14px; }
  .expense-line > b { font-size: 22px; }
  .field-summary { grid-template-columns: 1fr; }
  .golfer-board { padding: 20px 16px; }
  .golfer-sort { width: 100%; overflow-x: auto; }
  .golfer-sort button { flex: 0 0 auto; }
  .daily-wager-board { padding: 24px 18px; }
  .stableford-rulebook { padding: 24px 18px; }
  .pairing-day { padding: 22px 16px; }
  .pairing-grid { grid-template-columns: 1fr; }
  .split-formula { align-items: flex-start; flex-direction: column; gap: 4px; }
  .pool-math { display: flex; flex-wrap: wrap; }
  .wager-card { padding: 24px 20px; }
}
