:root {
  color-scheme: dark;
  --maroon: #861f41;
  --maroon-deep: #4d1025;
  --orange: #e87722;
  --cream: #f4efe7;
  --ink: #160b10;
  --muted: #c7b9be;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { width: min(1240px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.back-link { color: var(--cream); text-decoration: none; }

.hero { width: min(1240px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; border: 1px solid var(--line); overflow: hidden; background: radial-gradient(circle at 84% 16%, rgba(232,119,34,.28), transparent 24%), linear-gradient(118deg, #421021 0%, var(--maroon) 58%, #a23a23 100%); }
.hero-main { min-height: 545px; padding: clamp(48px, 7vw, 90px); display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .2em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.2rem); letter-spacing: -.075em; line-height: .84; }
h1 em { color: var(--orange); font-weight: 400; }
.hero-intro { max-width: 650px; margin: 40px 0 0; color: #eadde1; font-size: 1.15rem; line-height: 1.65; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 28px; }
.schedule-jump { width: fit-content; margin-top: 46px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-decoration: none; }
.hero-actions .schedule-jump { margin-top: 0; }
.schedule-jump span { margin-left: 18px; color: var(--orange); }
.trip-status { color: #eadde1; font-size: .78rem; font-weight: 700; }
.trip-status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(232,119,34,.18); }

.countdown-card { padding: 16px 28px 28px; border: 1px solid rgba(255,255,255,.2); background: rgba(22,11,16,.24); backdrop-filter: blur(12px); box-shadow: 0 28px 90px rgba(0,0,0,.2); }
.hero-logo-panel { min-height: 175px; margin: 0 -12px 24px; padding: 4px 8px; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; background: radial-gradient(circle at center, rgba(255,255,255,.08), transparent 68%); }
.hero-logo-panel img { display: block; width: min(100%, 290px); height: 170px; object-fit: contain; mix-blend-mode: screen; }
.countdown-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.countdown-heading b { padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); color: #eadde1; font-size: .62rem; }
.countdown-card > strong { display: block; margin: 22px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 5.5rem; font-weight: 400; line-height: .8; letter-spacing: -.06em; }
.days-label { display: block; margin-top: 9px; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.countdown-detail { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: auto 48px 1fr; gap: 14px; align-items: center; }
.countdown-detail span { color: var(--orange); font-size: .68rem; font-weight: 900; }
.countdown-detail b { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.countdown-detail small { color: rgba(255,255,255,.6); }

.quick-strip { min-height: 132px; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-strip > div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: center; }
.quick-strip > div:last-child { border-right: 0; }
.quick-strip span { color: var(--orange); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.quick-strip strong { margin-top: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.quick-strip small { margin-top: 6px; color: rgba(255,255,255,.55); line-height: 1.35; }

.schedule-section, .resort-section { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0; }
.section-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 40px; }
h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.4rem); letter-spacing: -.06em; line-height: .9; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1rem; line-height: 1.65; }

.characters-section { padding: 110px 0; color: var(--ink); background: #e8e2d5; }
.characters-inner { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.characters-heading .eyebrow { color: var(--maroon); }
.characters-heading > p { color: #66595d; }
.character-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.character-card { position: relative; isolation: isolate; min-height: 355px; overflow: hidden; color: white; background: #2e0d19; text-decoration: none; box-shadow: 0 16px 34px rgba(22,11,16,.16); transition: transform .22s ease, box-shadow .22s ease; }
.character-card::after { content: ""; position: absolute; z-index: 1; inset: 35% 0 0; background: linear-gradient(transparent, rgba(22,11,16,.94) 76%); }
.character-card img { width: 100%; height: 100%; min-height: 355px; display: block; object-fit: cover; transition: transform .35s ease; }
.character-card > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 70px 18px 18px; }
.character-card span { display: block; color: var(--orange); font-size: .58rem; font-weight: 950; letter-spacing: .14em; }
.character-card h3 { margin: 5px 0 8px; font-size: 1.75rem; line-height: 1; }
.character-card b { color: rgba(255,255,255,.7); font-size: .58rem; letter-spacing: .09em; }
.character-card:hover, .character-card:focus-visible { z-index: 3; transform: translateY(-7px); box-shadow: 0 26px 50px rgba(22,11,16,.28); outline: 3px solid var(--orange); outline-offset: 2px; }
.character-card:hover img { transform: scale(1.035); }
.character-featured { box-shadow: inset 0 0 0 3px var(--orange), 0 16px 34px rgba(22,11,16,.18); }
.character-legend > div { background: linear-gradient(90deg, rgba(134,31,65,.72), transparent); }
.character-legend span { color: #ffd5a9; }
.schedule-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.schedule-item { min-height: 170px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 145px 1fr 180px; align-items: center; transition: background .2s ease; }
.schedule-item:hover { background: rgba(255,255,255,.035); }
.schedule-featured { background: linear-gradient(90deg, rgba(134,31,65,.45), transparent); }
.date { height: 100%; border-right: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; align-content: center; padding: 25px; }
.date span { grid-column: 1 / -1; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.date strong { font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; font-weight: 400; line-height: 1; }
.date small { align-self: end; padding-bottom: 6px; color: var(--muted); font-weight: 900; }
.schedule-copy { padding: 30px 44px; }
.schedule-copy p { margin: 0 0 5px; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.schedule-copy h3 { margin: 0 0 10px; font-size: 2.2rem; }
.schedule-copy span { color: var(--muted); line-height: 1.5; }
.tee-time { padding: 30px; text-align: right; }
.tee-time small { display: block; margin-bottom: 8px; color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.tee-time strong { color: var(--orange); font-size: 1rem; letter-spacing: .05em; }
.schedule-departure { opacity: .82; }

.golfers-section { padding: 110px 0; color: var(--ink); background: #e8e2d5; }
.golfers-inner { width: min(1100px, calc(100% - 40px)); margin: 0 auto; }
.golfers-heading .eyebrow { color: var(--maroon); }
.golfers-heading > p { color: #66595d; }
.field-summary { margin-bottom: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.field-summary > div { padding: 19px 22px; border: 1px solid rgba(22,11,16,.14); background: rgba(255,255,255,.4); display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; align-items: end; }
.field-summary span { align-self: center; color: #74676b; font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.field-summary strong { grid-row: 1 / 3; grid-column: 2; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.25vw, 2.15rem); font-weight: 400; line-height: 1; }
.field-summary small { color: var(--maroon); font-size: .63rem; font-weight: 800; }
.golfer-board { padding: 26px; color: white; background: #3c0e20; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.golfer-toolbar { margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.golfer-toolbar p { margin: 0 0 6px; color: var(--orange); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.golfer-toolbar h3 { margin: 0; color: white; font-size: 1.8rem; }
.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,.62); background: transparent; font: inherit; font-size: .63rem; font-weight: 800; cursor: pointer; }
.golfer-sort button:hover, .golfer-sort button.active { color: #3c0e20; border-color: var(--orange); background: var(--orange); }
.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,.42); font-size: .47rem; font-weight: 900; letter-spacing: .08em; }
.golfer-card strong { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; line-height: .85; }
.golfer-card h4 { margin: 22px 0 12px; font-size: .85rem; }
.golfer-card > p { margin: 0; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.golfer-card > p span { display: block; }
.golfer-card > p b { display: block; margin-top: 4px; color: white; font-size: .8rem; }
.golfer-card > i { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--orange) var(--mark), rgba(255,255,255,.1) var(--mark)); }
.golfer-card-na { opacity: .72; }

.history-section { padding: 110px 0; background: #3c0e20; }
.history-inner { width: min(1100px, calc(100% - 40px)); margin: 0 auto; }
.history-heading > p { color: #d8c9ce; }
.history-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 28px 70px rgba(0,0,0,.22); -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: 19px 22px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }
.history-table thead th { color: rgba(255,255,255,.48); background: rgba(255,255,255,.035); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.history-table tbody th { width: 90px; color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; }
.history-table tbody td { color: rgba(255,255,255,.72); font-size: .86rem; }
.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,.045); }
.history-table .champion { color: white; font-weight: 850; }
.history-table .champion::before { content: "★"; margin-right: 9px; color: var(--orange); font-size: .65rem; }
.history-table .pending-winner { color: white; font-weight: 800; }
.history-table .pending-winner span { display: inline-block; margin-left: 10px; padding: 5px 8px; border-radius: 999px; color: #3c0e20; background: var(--orange); font-size: .55rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; vertical-align: middle; }
.history-table .upcoming-row { background: rgba(232,119,34,.09); }

.resort-section { width: 100%; max-width: none; padding: 110px max(20px, calc((100% - 1100px) / 2)); background: var(--cream); color: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); }
.resort-lead > p:not(.eyebrow) { margin: 34px 0 0; color: #5e4f54; font-size: 1.05rem; line-height: 1.75; }
.resort-lead address { margin-top: 30px; color: #5e4f54; font-style: normal; line-height: 1.6; }
.official-link { display: inline-block; margin-top: 30px; padding-bottom: 7px; border-bottom: 2px solid var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; }
.official-link span { color: var(--maroon); }
.resort-details { border-top: 1px solid rgba(22,11,16,.2); }
.resort-details article { padding: 34px 0; border-bottom: 1px solid rgba(22,11,16,.2); display: grid; grid-template-columns: 60px 1fr; column-gap: 22px; }
.resort-details article > span { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.resort-details h3 { margin: 0 0 12px; font-size: 2rem; }
.resort-details p { grid-column: 2; margin: 0; color: #5e4f54; line-height: 1.65; }

footer { width: min(1100px, calc(100% - 40px)); min-height: 90px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
footer a { text-decoration: none; }

@media (max-width: 820px) {
  .site-header, .hero, .characters-inner, .schedule-section, .golfers-inner, .history-inner, footer { width: min(100% - 28px, 1100px); }
  .site-header > span { display: none; }
  .hero { min-height: 0; }
  .hero-main { grid-template-columns: 1fr; }
  .countdown-card { display: grid; grid-template-columns: auto 1fr; align-items: end; }
  .hero-logo-panel, .countdown-heading, .countdown-detail { grid-column: 1 / -1; }
  .days-label { margin: 0 0 4px 12px; }
  .quick-strip { grid-template-columns: repeat(2, 1fr); }
  .quick-strip > div:nth-child(2) { border-right: 0; }
  .quick-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .section-heading { grid-template-columns: 1fr; }
  .character-grid { grid-template-columns: repeat(2, 1fr); }
  .field-summary { grid-template-columns: 1fr 1fr; }
  .golfer-toolbar { align-items: flex-start; flex-direction: column; }
  .golfer-sort { flex-wrap: wrap; }
  .golfer-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-item { grid-template-columns: 100px 1fr; }
  .date { padding: 18px; }
  .date strong { font-size: 2.5rem; }
  .schedule-copy { padding: 26px 24px; }
  .tee-time { grid-column: 1 / -1; padding: 16px 20px; border-top: 1px solid var(--line); text-align: left; display: flex; align-items: center; justify-content: space-between; }
  .tee-time small { margin: 0; }
  .resort-section { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(4.2rem, 24vw, 6rem); }
  .hero-main { padding: 50px 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .quick-strip { grid-template-columns: 1fr; }
  .quick-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .quick-strip > div:last-child { border-bottom: 0; }
  .schedule-section { padding: 78px 0; }
  .characters-section { padding: 78px 0; }
  .character-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 3px 3px 24px; margin: 0 -3px; -webkit-overflow-scrolling: touch; }
  .character-card { flex: 0 0 82%; min-height: 420px; scroll-snap-align: start; }
  .character-card img { min-height: 420px; }
  .golfers-section { padding: 78px 0; }
  .field-summary { grid-template-columns: 1fr; }
  .golfer-board { padding: 20px 16px; }
  .schedule-copy h3 { font-size: 1.8rem; }
  .resort-details article { grid-template-columns: 42px 1fr; }
  footer { padding: 25px 0; align-items: flex-start; flex-direction: column; }
}

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