/* ============================================
   US BROPEN — Luxury Sports Edition
   Aesthetic: Masters Tournament · Ryder Cup
   Typography: Cormorant Garamond + DM Sans
   Palette: Deep Navy · Gold · Ivory
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500&family=Oswald:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #0a1f3d;
  --navy-deep:   #060f1f;
  --navy-mid:    #122952;
  --navy-light:  #1a3a6b;
  --gold:        #c9a84c;
  --gold-light:  #e8c97a;
  --gold-pale:   #f5e9c8;
  --red:         #b22222;
  --red-bright:  #cc2222;
  --ivory:       #faf8f3;
  --ivory-dark:  #f0ece0;
  --cream:       #e8e0cc;
  --white:       #ffffff;
  --text:        #0a1f3d;
  --text-mid:    #2d4a6e;
  --text-muted:  #6b7a8d;
  --border:      rgba(10,31,61,0.1);
  --border-gold: rgba(201,168,76,0.3);
  --shadow-sm:   0 2px 8px rgba(10,31,61,0.08);
  --shadow-md:   0 4px 20px rgba(10,31,61,0.12);
  --shadow-lg:   0 8px 40px rgba(10,31,61,0.16);
  /* Legacy compat */
  --navy-dark:   #060f1f;
  --off-white:   #faf8f3;
  --muted:       #6b7a8d;
}
 .nav-toggle { display: none; background: none; border: none; color: rgba(255,255,255,0.7); font-size: 1.4rem; cursor: pointer; padding: 8px; }
@media (max-width: 680px) { .nav-toggle { display: flex; } }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--ivory); color: var(--text); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* NAV */
.main-nav { background: var(--navy-deep); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(201,168,76,0.2); }
.main-nav::after { content: ''; display: block; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent); }
.nav-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2.5rem; height: 60px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-brand img { height: 40px; width: 40px; object-fit: contain; border-radius: 4px; background: var(--navy); padding: 3px; }
.nav-logo-mark { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: #fff; font-family: 'Oswald', sans-serif; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.nav-title { font-family: 'Cormorant Garamond', serif; color: var(--gold-light); font-size: 1rem; letter-spacing: .08em; font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 0 .9rem; height: 60px; display: flex; align-items: center; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .2s, border-color .2s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-links a.active { color: var(--gold); border-bottom-color: var(--gold); }
.nav-btn { background: var(--gold) !important; color: var(--navy-deep) !important; border-radius: 2px !important; padding: 0 1.25rem !important; height: 34px !important; margin-left: .75rem !important; border-bottom: none !important; font-size: 0.68rem !important; font-weight: 600 !important; letter-spacing: .1em !important; transition: background .2s !important; }
.nav-btn:hover { background: var(--gold-light) !important; color: var(--navy-deep) !important; }

/* FLASH */
.flash-wrap { max-width: 1400px; margin: 1.25rem auto 0; padding: 0 2.5rem; }
.flash { padding: .85rem 1.25rem; font-size: 0.85rem; margin-bottom: .5rem; border-left: 3px solid; }
.flash-success { background: #eaf5ee; border-color: #1a5c35; color: #1a5c35; }
.flash-error   { background: #fdf0f0; border-color: var(--red); color: #7a1a1a; }
.flash-info    { background: var(--gold-pale); border-color: var(--gold); color: var(--navy); }
.flash-warning { background: #fdf6e8; border-color: var(--gold); color: #7a5a10; }

/* HERO */
.page-hero { background: var(--navy-deep); min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 5rem 2rem 4rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-60deg, transparent, transparent 60px, rgba(201,168,76,0.015) 60px, rgba(201,168,76,0.015) 61px); }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.page-hero--sm { min-height: 200px; padding: 3rem 2rem 2.5rem; }

.hero-accent { display: flex; align-items: center; gap: 12px; margin-bottom: 1.25rem; position: relative; }
.hero-accent::before, .hero-accent::after { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); opacity: .5; }
.hero-accent-diamond { width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); display: block; }

.hero-eyebrow { font-size: 0.63rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .75rem; }
.hero-logo { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,7vw,5rem); color: var(--white); font-weight: 600; letter-spacing: .04em; line-height: 1.05; margin-bottom: .5rem; }
.hero-logo span { color: var(--gold); font-style: italic; }
.hero-sub { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 2rem; font-weight: 300; letter-spacing: .1em; text-transform: uppercase; }
.hero-badges { display: flex; gap: .65rem; flex-wrap: wrap; justify-content: center; }
.badge { background: transparent; border: 1px solid rgba(201,168,76,0.25); color: rgba(255,255,255,0.55); font-size: 0.65rem; padding: 5px 14px; letter-spacing: .1em; text-transform: uppercase; }
.badge-gold { background: rgba(201,168,76,0.1); border-color: var(--gold); color: var(--gold-light); }
.badge-red { background: rgba(178,34,34,0.15); border-color: rgba(178,34,34,0.4); color: #ff9999; }

/* PAGE */
.page-wrap { max-width: 1400px; margin: 0 auto; padding: 3rem 2.5rem; }

/* TYPOGRAPHY */
.section-header { margin-bottom: 2rem; }
.section-label { font-size: 0.63rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .4rem; display: flex; align-items: center; gap: 8px; }
.section-label::after { content: ''; display: inline-block; width: 30px; height: 1px; background: var(--gold); opacity: .5; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--navy); font-weight: 600; letter-spacing: .02em; line-height: 1.2; }
.section-sub { font-size: 0.83rem; color: var(--text-muted); margin-top: .4rem; font-weight: 300; }
.muted { color: var(--text-muted); }
.divider { height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 2rem 0; opacity: .35; }

/* CARDS */
.card { background: var(--white); border: 1px solid var(--border); overflow: visible; box-shadow: var(--shadow-sm); }
.card-header { padding: 1rem 1.5rem; border-bottom: 1px solid var(--border); background: var(--ivory); }
.card > form, .card > .card-body { padding: 1.5rem; }

/* INFO GRID */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-bottom: 2rem; }
.info-card { background: var(--white); padding: 1.25rem 1.5rem; position: relative; transition: background .15s; }
.info-card:hover { background: var(--ivory); }
.info-card::after { content: ''; position: absolute; bottom: 0; left: 1.5rem; right: 1.5rem; height: 2px; background: var(--gold); opacity: 0; transition: opacity .2s; }
.info-card:hover::after { opacity: 1; }
.info-label { font-size: 0.62rem; text-transform: uppercase; letter-spacing: .15em; color: var(--text-muted); margin-bottom: .5rem; font-weight: 500; }
.info-value { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--navy); font-weight: 600; }

/* ALERTS */
.alert { padding: .85rem 1.25rem; font-size: 0.85rem; margin-bottom: 1.25rem; border-left: 3px solid; }
.alert-error   { background: #fdf0f0; border-color: var(--red); color: #7a1a1a; }
.alert-success { background: #eaf5ee; border-color: #1a5c35; color: #1a5c35; }
.alert-info    { background: var(--gold-pale); border-color: var(--gold); color: var(--navy); }

/* FORMS */
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-label { display: block; font-size: 0.68rem; font-weight: 500; color: var(--text-mid); margin-bottom: .4rem; letter-spacing: .08em; text-transform: uppercase; }
.form-hint { font-weight: 400; color: var(--text-muted); text-transform: none; letter-spacing: 0; }
.form-input { width: 100%; padding: .75rem 1rem; font-size: 0.9rem; font-family: 'DM Sans', sans-serif; border: 1px solid var(--border); border-bottom: 2px solid var(--border); background: var(--ivory); color: var(--text); outline: none; transition: border-color .2s, background .2s; -webkit-appearance: none; border-radius: 0; }
.form-input:focus { border-bottom-color: var(--gold); background: var(--white); }
.form-textarea { width: 100%; padding: .85rem 1rem; font-size: 0.9rem; font-family: 'DM Sans', sans-serif; border: 1px solid var(--border); border-bottom: 2px solid var(--border); background: var(--ivory); color: var(--text); outline: none; resize: vertical; min-height: 100px; transition: border-color .2s, background .2s; border-radius: 0; }
.form-textarea:focus { border-bottom-color: var(--gold); background: var(--white); }

.form-section { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.form-section:last-of-type { border-bottom: none; }
.form-section-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--navy); font-weight: 600; margin-bottom: .35rem; }
.form-section-desc { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1rem; }

.radio-group { display: flex; flex-direction: column; gap: .5rem; }
.radio-option { display: flex; align-items: center; gap: .85rem; padding: .85rem 1.1rem; border: 1px solid var(--border); cursor: pointer; font-size: 0.88rem; color: var(--text); transition: border-color .15s, background .15s; background: var(--ivory); }
.radio-option:hover { border-color: var(--gold); background: var(--white); }
.radio-option.selected { border-color: var(--gold); background: var(--white); border-left: 3px solid var(--gold); }
.radio-option input { accent-color: var(--gold); }
.radio-option .opt-price { margin-left: auto; font-size: 0.8rem; color: var(--text-muted); }
.resort-option { flex-direction: row; align-items: flex-start; }
.resort-option div { display: flex; flex-direction: column; gap: 3px; }
.resort-option strong { font-size: 0.9rem; }
.resort-option .option-price { font-size: 0.88rem; color: var(--navy); font-weight: 500; }
.resort-option small { font-size: 0.75rem; color: var(--text-muted); }
.deposit-notice { background: var(--gold-pale); border: 1px solid var(--border-gold); border-left: 3px solid var(--gold); padding: 1rem 1.25rem; font-size: 0.83rem; color: var(--text-mid); }
.deposit-notice strong { color: var(--navy); }
.deposit-notice a { color: var(--navy); }

/* BUTTONS */
.btn { display: inline-block; padding: .75rem 2rem; font-size: 0.7rem; font-weight: 500; font-family: 'DM Sans', sans-serif; cursor: pointer; text-decoration: none; border: none; letter-spacing: .14em; text-transform: uppercase; transition: all .2s; border-radius: 0; }
.btn-primary { background: var(--navy); color: var(--white); border: 1px solid var(--navy); }
.btn-primary:hover { background: var(--navy-deep); border-color: var(--gold); color: var(--gold-light); }
.btn-gold { background: var(--gold); color: var(--navy-deep); border: 1px solid var(--gold); font-weight: 600; }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-full { width: 100%; text-align: center; display: block; }
.btn-xs { padding: 4px 10px; font-size: 0.65rem; background: var(--ivory-dark); color: var(--navy); border: 1px solid var(--border); cursor: pointer; font-family: 'DM Sans', sans-serif; letter-spacing: .08em; text-transform: uppercase; border-radius: 0; transition: all .15s; white-space: nowrap; }
.btn-xs:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* AUTH */
.auth-wrap { min-height: calc(100vh - 90px); display: flex; align-items: center; justify-content: center; padding: 3rem 1rem; background: var(--ivory); }
.auth-card { background: var(--white); border: 1px solid var(--border); padding: 3rem 2.5rem; width: 100%; max-width: 440px; box-shadow: var(--shadow-md); position: relative; }
.auth-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy)); }
.auth-logo { text-align: center; margin-bottom: 2rem; }
.auth-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--navy); letter-spacing: .04em; font-weight: 600; }
.auth-sub { font-size: 0.75rem; color: var(--text-muted); margin-top: .3rem; letter-spacing: .1em; text-transform: uppercase; }
.auth-footer { font-size: 0.78rem; color: var(--text-muted); text-align: center; margin-top: 1.5rem; line-height: 1.6; }
.logo-mark-lg { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto .75rem; }

/* TAGS */
.tag { display: inline-block; font-size: 0.62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 0; }
.tag-green  { background: #e8f5ee; color: #1a5c35; border: 1px solid #7cc49a; }
.tag-red    { background: #fdf0f0; color: #7a1a1a; border: 1px solid #e9a0a0; }
.tag-gray   { background: var(--ivory-dark); color: var(--text-muted); border: 1px solid var(--border); }
.tag-navy   { background: #e8edf8; color: var(--navy); border: 1px solid rgba(10,31,61,0.2); }
.tag-gold   { background: var(--gold-pale); color: #7a5a10; border: 1px solid var(--border-gold); }

/* TABLES */
.data-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.data-table th { background: var(--navy); color: rgba(255,255,255,0.65); font-size: 0.62rem; letter-spacing: .14em; text-transform: uppercase; padding: .85rem 1.25rem; text-align: left; font-weight: 500; }
.data-table td { padding: .85rem 1.25rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.data-table tr:last-child td { border: none; }
.data-table tr:hover td { background: var(--ivory); }
.score-pill { display: inline-block; background: var(--navy); color: var(--white); font-size: 0.72rem; padding: 3px 12px; letter-spacing: .04em; font-weight: 500; }

/* COURSES */
.course-card { background: var(--white); border: 1px solid var(--border); padding: 1.25rem 1.5rem; margin-bottom: .75rem; display: flex; align-items: center; gap: 1.5rem; transition: border-color .2s, box-shadow .2s; position: relative; }
.course-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); opacity: 0; transition: opacity .2s; }
.course-card:hover { border-color: var(--border-gold); box-shadow: var(--shadow-sm); }
.course-card:hover::before { opacity: 1; }
.course-num { width: 40px; height: 40px; background: var(--navy); color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* RESORTS */
.resort-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.resort-card { background: var(--white); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s; }
.resort-card:hover { box-shadow: var(--shadow-md); }
.resort-card.featured { border-color: var(--gold); border-width: 2px; }
.resort-header { background: var(--navy); padding: 1.5rem; }
.resort-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.resort-tag { display: inline-block; background: var(--gold); color: var(--navy-deep); font-size: 0.6rem; font-weight: 600; padding: 3px 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .6rem; }
.resort-name { font-family: 'Cormorant Garamond', serif; color: var(--white); font-size: 1.2rem; font-weight: 600; letter-spacing: .02em; }
.resort-type { color: rgba(255,255,255,0.4); font-size: 0.75rem; margin-top: 3px; letter-spacing: .04em; }
.resort-body { padding: 1.5rem; }
.resort-price { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--navy); font-weight: 600; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.resort-price span { font-size: 0.82rem; color: var(--text-muted); font-family: 'DM Sans', sans-serif; font-weight: 400; }
.resort-features { list-style: none; }
.resort-features li { font-size: 0.83rem; color: var(--text-muted); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.resort-features li:last-child { border: none; }
.check { color: var(--gold); font-weight: 700; }

/* ROSTER */
.roster-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 1px; background: var(--border); margin-bottom: 2rem; }
.player-card { background: var(--white); padding: 1.5rem 1rem; text-align: center; transition: background .15s; }
.player-card:hover { background: var(--ivory); }
.player-avatar { width: 52px; height: 52px; background: var(--navy); color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; display: flex; align-items: center; justify-content: center; margin: 0 auto .85rem; border: 1px solid rgba(201,168,76,0.25); }
.player-avatar.red { background: var(--red); color: var(--white); }
.player-name { font-weight: 500; font-size: 0.88rem; color: var(--text); }
.player-tag { font-size: 0.7rem; color: var(--text-muted); margin-top: 3px; }
.team-label { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--navy); font-style: italic; margin: 2rem 0 .75rem; padding-bottom: .5rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.team-label::after { content: ''; flex: 1; height: 1px; background: var(--gold); opacity: .3; }
.team-label.red { color: var(--red); }

/* TIMELINE */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--gold), transparent); }
.timeline-item { position: relative; margin-bottom: 2rem; }
.timeline-dot { position: absolute; left: -2rem; top: 5px; width: 14px; height: 14px; background: var(--navy); border: 2px solid var(--ivory); transform: rotate(45deg); }
.timeline-dot.red { background: var(--red); }
.timeline-dot.current { background: var(--gold); width: 16px; height: 16px; left: calc(-2rem - 1px); top: 4px; }
.timeline-year { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--navy); font-weight: 600; }
.timeline-loc { font-size: 0.72rem; color: var(--text-muted); margin: 3px 0 .6rem; letter-spacing: .06em; text-transform: uppercase; }
.timeline-card { background: var(--white); border: 1px solid var(--border); padding: 1rem 1.25rem; }
.timeline-card.highlight { border-color: var(--border-gold); border-left: 3px solid var(--gold); background: var(--gold-pale); }
.timeline-card.red-border { border-left: 3px solid var(--red); }
.trip-tag { display: inline-block; font-size: 0.62rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 2px 10px; margin-left: .5rem; vertical-align: middle; }
.trip-tag.couples { background: var(--gold-pale); color: #7a5a10; border: 1px solid var(--border-gold); }

/* INFO BOX */
.info-box { font-size: 0.83rem; color: var(--text-muted); padding: 1rem 1.25rem; background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--gold); }
.info-box strong { color: var(--navy); }
.info-box a { color: var(--navy); }

/* FOOTER */
.site-footer { background: var(--navy-deep); margin-top: 5rem; }
.site-footer::before { content: ''; display: block; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer-inner { max-width: 1400px; margin: 0 auto; padding: 2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: 'Cormorant Garamond', serif; color: rgba(255,255,255,0.45); font-size: 1rem; letter-spacing: .06em; font-style: italic; }
.footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.2); letter-spacing: .06em; text-transform: uppercase; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-inner { padding: 0 1rem; }
  .nav-links a { padding: 0 .55rem; font-size: 0.63rem; }
  .page-wrap { padding: 2rem 1.25rem; }
  .footer-inner { flex-direction: column; gap: .75rem; text-align: center; }
  .info-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================
   RESPONSIVE / MOBILE
   ============================================ */

/* Hamburger menu button - hidden on desktop */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,0.7);
  transition: transform .3s, opacity .3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- TABLET (max 900px) ---- */
@media (max-width: 900px) {
  .nav-inner { padding: 0 1.25rem; }
  .nav-links a { padding: 0 .65rem; font-size: 0.68rem; }
  .page-hero { min-height: 320px; padding: 4rem 1.5rem 3rem; }
  .hero-logo { font-size: clamp(2.2rem, 5vw, 3.5rem); }
  .page-wrap { padding: 2rem 1.5rem; }
  .resort-grid { grid-template-columns: 1fr; max-width: 520px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- MOBILE (max 680px) ---- */
@media (max-width: 680px) {

  /* Nav - hamburger */
  .nav-hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--navy-dark);
    flex-direction: column;
    border-top: 1px solid rgba(196,150,58,0.2);
    border-bottom: 1px solid rgba(196,150,58,0.2);
    padding: .5rem 0;
    z-index: 200;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    height: 48px;
    padding: 0 1.5rem;
    font-size: 0.75rem;
    border-bottom: none !important;
    border-left: 3px solid transparent;
    margin: 0;
    width: 100%;
  }
  .nav-links a.active { border-left-color: var(--gold); border-bottom: none !important; }
  .nav-links a:hover { background: rgba(255,255,255,0.04); }
  .nav-btn {
    margin: .5rem 1.5rem !important;
    height: 40px !important;
    width: calc(100% - 3rem) !important;
    justify-content: center;
    display: flex !important;
    align-items: center;
  }

  /* Hero */
  .page-hero { min-height: 280px; padding: 3rem 1.25rem 2.5rem; }
  .page-hero--sm { min-height: 160px; padding: 2.25rem 1.25rem 2rem; }
  .hero-accent { height: 32px; margin-bottom: 1rem; }
  .hero-eyebrow { font-size: 0.62rem; letter-spacing: .2em; margin-bottom: .6rem; }
  .hero-logo { font-size: clamp(1.9rem, 8vw, 2.8rem); margin-bottom: .4rem; }
  .hero-sub { font-size: 0.95rem; margin-bottom: 1.5rem; }
  .hero-badges { gap: .5rem; }
  .badge { font-size: 0.62rem; padding: 4px 12px; }

  /* Page wrap */
  .page-wrap { padding: 1.75rem 1.1rem; }

  /* Section headers */
  .section-title { font-size: 1.6rem; }

  /* Info grid - single column on small mobile */
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .info-card { padding: 1rem 1.1rem; }
  .info-value { font-size: 1rem; }

  /* Cards */
  .card > form, .card > .card-body { padding: 1.25rem; }

  /* Forms */
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-section { margin-bottom: 1.5rem; padding-bottom: 1.5rem; }

  /* Resort cards */
  .resort-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .resort-header { padding: 1.25rem; }
  .resort-body { padding: 1.25rem; }
  .resort-price { font-size: 1.6rem; }

  /* Course cards */
  .course-card { padding: .9rem 1.1rem; gap: 1rem; }

  /* Roster grid */
  .roster-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .player-card { padding: 1.1rem .75rem; }
  .player-avatar { width: 44px; height: 44px; font-size: 0.95rem; }

  /* Timeline */
  .timeline { padding-left: 1.5rem; }
  .timeline-dot { left: -1.5rem; }
  .timeline-dot.current { left: calc(-1.5rem - 1px); }
  .timeline-year { font-size: 1.1rem; }
  .timeline-card { padding: .85rem 1rem; }

  /* Tables - scrollable */
  .data-table { font-size: 0.82rem; }
  .data-table th, .data-table td { padding: .65rem .85rem; }

  /* Auth */
  .auth-card { padding: 2rem 1.5rem; }

  /* Buttons */
  .btn { padding: .75rem 1.5rem; font-size: 0.72rem; }

  /* Footer */
  .footer-inner { flex-direction: column; gap: .75rem; text-align: center; padding: 1.5rem; }

  /* Flash */
  .flash-wrap { padding: 0 1.1rem; }
}

/* ---- SMALL MOBILE (max 400px) ---- */
@media (max-width: 400px) {
  .hero-logo { font-size: 1.75rem; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .roster-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-inner { padding: 0 1rem; }
}

/* Allow horizontal scroll on table cards on mobile */
.card-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
/* ============================================
   MOBILE UX IMPROVEMENTS
   ============================================ */
@media (max-width: 680px) {
  .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .btn-full { width: 100%; }
  .btn-xs { min-height: 36px; padding: 6px 12px; }
  .form-input, .form-textarea { font-size: 16px; } /* Prevents iOS zoom on focus */
  .resort-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .data-table { display: block; overflow-x: auto; white-space: nowrap; }
  .card-header { padding: .85rem 1.1rem; }
  .section-title { font-size: 1.5rem; }
  .page-hero { padding: 2.5rem 1.25rem 2rem; }
}

/* ============================================
   TEC-157 HOMEPAGE REDESIGN — Championship Edition
   Playfair Display + Inter · Navy/Cream/Gold
   ============================================ */

/* Updated design tokens used by homepage sections */
:root {
  --hm-navy:       #1B2A4A;
  --hm-navy-dark:  #111D35;
  --hm-cream:      #F5F0E8;
  --hm-gold:       #C9A84C;
  --hm-gold-light: #E8D49A;
  --hm-pine:       #2D5016;
  --hm-text-mid:   #4A5568;
  --hm-text-light: #8A9BB0;
}

/* ---- HOMEPAGE LAYOUT ---- */
.home-wrap        { max-width: 1200px; margin: 0 auto; padding: 0 2.5rem; }
.home-wrap--wide  { max-width: 1400px; }

/* Section tag — gold small caps */
.section-tag {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--hm-gold);
  text-align: center;
  margin-bottom: 1.25rem;
}
.section-tag--light { color: var(--hm-gold-light); }

/* Section headings in Playfair */
.home-section-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--hm-navy-dark);
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.home-section-title--light { color: var(--hm-cream); }

/* ---- SECTION 1: HERO ---- */
.home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1B2A4A;
}
.home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.3) 0%,
    rgba(27,42,74,0.7) 60%,
    rgba(27,42,74,0.95) 100%
  );
}
.home-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.home-hero__eyebrow {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--hm-gold);
  margin-bottom: 1.25rem;
}
.home-hero__headline {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.05;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}
.home-hero__sub {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  margin-bottom: 1rem;
  letter-spacing: .04em;
}
.home-hero__location {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hm-gold);
  margin-bottom: 2.25rem;
}
.home-hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.home-hero__user-bar {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: .05em;
}
.user-tag {
  background: rgba(201,168,76,0.18);
  color: var(--hm-gold-light);
  border: 1px solid rgba(201,168,76,0.35);
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.user-tag--action {
  text-decoration: none;
  cursor: pointer;
  transition: background .2s;
}
.user-tag--action:hover { background: rgba(201,168,76,0.3); }

/* STAT BAR */
.home-hero__stat-bar {
  width: 100%;
  border-top: 1px solid rgba(201,168,76,0.25);
  background: #111D35;
  padding: 1.25rem 2rem;
}
.home-hero__stat-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.home-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem 2rem;
}
.home-stat__num {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: .25rem;
}
.home-stat__label {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hm-gold);
}
.home-stat__div {
  width: 1px;
  height: 36px;
  background: rgba(201,168,76,0.25);
  flex-shrink: 0;
}

/* ---- TAGLINE SECTION (cream, below hero) ---- */
.home-tagline {
  background: var(--hm-cream);
  padding: 4.5rem 2rem;
  text-align: center;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.home-tagline__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-tagline__eyebrow {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--hm-gold);
  margin-bottom: 1.25rem;
}
.home-tagline__headline {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 600;
  color: var(--hm-navy-dark);
  line-height: 1.05;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}
.home-tagline__sub {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 400;
  color: var(--hm-text-mid);
  margin-bottom: 0.85rem;
  letter-spacing: .03em;
}
.home-tagline__location {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hm-gold);
  margin-bottom: 2.25rem;
}
.home-tagline__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
/* Secondary button override for cream context */
.home-tagline .btn-home-secondary {
  color: var(--hm-navy-dark);
  border-color: rgba(27,42,74,0.4);
}
.home-tagline .btn-home-secondary:hover {
  color: var(--hm-navy-dark);
  border-color: var(--hm-navy-dark);
}

/* ---- HOME BUTTONS ---- */
.btn-home-primary {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--hm-gold);
  color: var(--hm-navy-dark);
  text-decoration: none;
  padding: .85rem 2rem;
  border-radius: 2px;
  transition: background .2s, transform .15s;
  border: none;
  cursor: pointer;
}
.btn-home-primary:hover { background: var(--hm-gold-light); transform: translateY(-1px); }
.btn-home-primary--sm  { padding: .65rem 1.5rem; font-size: 0.65rem; }

.btn-home-secondary {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: .85rem 2rem;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.45);
  transition: border-color .2s, color .2s;
}
.btn-home-secondary:hover { border-color: rgba(255,255,255,0.9); color: #ffffff; }

.btn-home-outline {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: transparent;
  color: var(--hm-cream);
  text-decoration: none;
  padding: .85rem 2.25rem;
  border-radius: 2px;
  border: 1px solid rgba(245,240,232,0.45);
  transition: border-color .2s, background .2s;
}
.btn-home-outline:hover { border-color: var(--hm-cream); background: rgba(245,240,232,0.08); }

/* ---- SECTION 2: PRODUCT STRIP ---- */
.home-product {
  background: var(--hm-cream);
  padding: 6rem 0;
}
.home-product__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.home-product__item {
  text-align: center;
}
.home-product__icon {
  font-size: 1.5rem;
  color: var(--hm-gold);
  margin-bottom: .75rem;
  line-height: 1;
}
.home-product__name {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--hm-navy);
  margin-bottom: .5rem;
}
.home-product__desc {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: var(--hm-text-mid);
  line-height: 1.5;
}
.home-product__powered {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(27,42,74,0.12);
}
.home-product__powered-logo {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--hm-navy);
  background: var(--hm-gold);
  padding: 4px 12px;
  border-radius: 2px;
}
.home-product__powered-tag {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: var(--hm-text-mid);
  font-style: italic;
}

/* ---- SECTION 3: DASHBOARD PREVIEW ---- */
.home-dashboard {
  background: var(--hm-navy-dark);
  padding: 6rem 0;
}
.home-dashboard__layout {
  display: grid;
  grid-template-columns: 200px 1fr 220px;
  gap: 1.5rem;
  align-items: start;
}

/* Sidebar */
.home-dash-sidebar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 4px;
  padding: 1.25rem 0;
  min-height: 420px;
}
.home-dash-sidebar__brand {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: .22em;
  color: var(--hm-gold);
  padding: 0 1.25rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: .5rem;
}
.home-dash-nav { padding: 0; }
.home-dash-nav__item {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  padding: .55rem 1.25rem;
  cursor: default;
  transition: color .15s;
  border-left: 2px solid transparent;
}
.home-dash-nav__item--active {
  color: var(--hm-gold);
  border-left-color: var(--hm-gold);
  background: rgba(201,168,76,0.06);
}
.home-dash-nav__sep {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: .5rem 0;
}

/* Trip card */
.home-dash-main { }
.home-trip-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 2rem;
}
.home-trip-card__badge {
  display: inline-block;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--hm-gold);
  color: var(--hm-navy-dark);
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.home-trip-card__title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: .35rem;
}
.home-trip-card__sub {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: .06em;
  margin-bottom: 1.75rem;
}
.home-trip-card__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.home-trip-stat { text-align: center; }
.home-trip-stat__num {
  display: block;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: .3rem;
}
.home-trip-stat__label {
  display: block;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hm-gold);
}

/* Right rail */
.home-dash-rail {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 4px;
  padding: 1.25rem;
}
.home-dash-rail__label {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hm-gold);
  margin-bottom: .75rem;
}
.home-game-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 3px;
  padding: .75rem;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.home-game-card__badge {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: .12em;
  background: var(--hm-pine);
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 2px;
  flex-shrink: 0;
}
.home-game-card__name {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  flex: 1;
}
.home-game-card__pot {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  color: var(--hm-gold);
  font-weight: 500;
}
.home-lb-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .45rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.home-lb-pos {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--hm-gold);
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}
.home-lb-name {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.75);
  flex: 1;
}
.home-lb-score {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--hm-pine);
  color: #5aa854;
}

/* ---- SECTION 4: CHAMPIONS ---- */
.home-champions {
  background: var(--hm-cream);
  padding: 6rem 0;
}
.home-champions__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
.home-champ-card {
  text-align: center;
  padding: 2rem 1.25rem;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(27,42,74,0.08);
  transition: transform .2s, box-shadow .2s;
}
.home-champ-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 28px rgba(27,42,74,0.14);
}
.home-champ-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--hm-navy);
  color: var(--hm-gold);
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  border: 2px solid var(--hm-gold);
}
.home-champ-name {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--hm-navy);
  margin-bottom: .3rem;
}
.home-champ-year {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--hm-gold);
  text-transform: uppercase;
  margin-bottom: .2rem;
}
.home-champ-loc {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: var(--hm-text-mid);
}

/* ---- SECTION 5: DESTINATIONS GALLERY ---- */
.home-destinations {
  background: var(--hm-navy-dark);
  padding: 6rem 0;
}
.home-dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.home-dest-card {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 3px;
}
.home-dest-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.home-dest-card:hover .home-dest-photo { transform: scale(1.05); }
.home-dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(17,29,53,0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
}
.home-dest-year {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--hm-gold);
  text-transform: uppercase;
  margin-bottom: .2rem;
}
.home-dest-city {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

/* ---- SECTION 6: CLOSING ---- */
.home-closing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}
.home-closing__left {
  background: var(--hm-navy);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
}
.home-closing__left .section-tag {
  text-align: left;
  margin-bottom: 1.5rem;
}
.home-closing__headline {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: var(--hm-cream);
  line-height: 1.2;
}
.home-closing__right {
  background: var(--hm-cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 5rem 5rem 4rem;
  gap: 2rem;
}
.home-closing__copy {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 1.05rem;
  color: var(--hm-text-mid);
  line-height: 1.7;
  max-width: 400px;
}

/* ---- NEW FOOTER ---- */
.home-footer {
  background: var(--hm-navy-dark);
  text-align: center;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.home-footer__tagline {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--hm-cream);
  margin-bottom: 1.25rem;
}
.home-footer__powered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-bottom: 2rem;
}
.home-footer__powered-logo {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: var(--hm-gold);
  color: var(--hm-navy-dark);
  padding: 3px 10px;
  border-radius: 2px;
}
.home-footer__powered-tag {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  font-style: italic;
}
.home-footer__copy {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.2);
}
.home-footer__copy a {
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color .15s;
}
.home-footer__copy a:hover { color: rgba(255,255,255,0.7); }

/* ---- HOMEPAGE NAV OVERRIDE ---- */
/* On homepage, use the new navy #1B2A4A */
body.home-page .main-nav {
  background: rgba(17,29,53,0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.18);
}
body.home-page .main-nav::after {
  content: none;
}
/* Space for fixed nav on homepage */
body.home-page .home-hero { padding-top: 0; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
  .home-product__grid { grid-template-columns: repeat(3, 1fr); }
  .home-dashboard__layout { grid-template-columns: 180px 1fr; }
  .home-dash-rail { display: none; }
  .home-trip-card__stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .home-champions__grid { grid-template-columns: repeat(3, 1fr); }
  .home-dest-grid { grid-template-columns: repeat(2, 1fr); }
  .home-closing { grid-template-columns: 1fr; }
  .home-closing__left { padding: 3.5rem 2.5rem; }
  .home-closing__right { padding: 3rem 2.5rem; }
}

@media (max-width: 680px) {
  .home-wrap { padding: 0 1.25rem; }
  .home-product { padding: 4rem 0; }
  .home-product__grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .home-dashboard { padding: 4rem 0; }
  .home-dashboard__layout { grid-template-columns: 1fr; }
  .home-dash-sidebar { display: none; }
  .home-trip-card__stats { grid-template-columns: repeat(2, 1fr); }
  .home-champions { padding: 4rem 0; }
  .home-champions__grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .home-destinations { padding: 4rem 0; }
  .home-dest-grid { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .home-closing { grid-template-columns: 1fr; }
  .home-closing__left { padding: 3rem 1.5rem; }
  .home-closing__right { padding: 3rem 1.5rem; }
  .home-hero__stat-bar-inner { gap: 0; }
  .home-stat { padding: .25rem 1rem; }
  .home-stat__div { display: none; }
  .home-hero__ctas { flex-direction: column; align-items: center; }
  .btn-home-primary, .btn-home-secondary { width: 220px; justify-content: center; }
}

@media (max-width: 440px) {
  .home-champions__grid { grid-template-columns: repeat(2, 1fr); }
  .home-dest-grid { grid-template-columns: 1fr; }
}
