:root {
  --berry: #8b0d54;
  --berry-dark: #60083b;
  --rose: #c72a6d;
  --orange: #dc6734;
  --violet: #75427f;
  --green: #667653;
  --cream: #fff8ea;
  --paper: #fffdf8;
  --ink: #36232d;
  --muted: #735f68;
  --line: rgba(96, 8, 59, .18);
  --serif: Georgia, 'Times New Roman', Times, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --shadow: 0 22px 70px rgba(67, 15, 44, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
address { font-style: normal; }
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; transform: translateY(-180%); background: var(--cream); color: var(--berry-dark); border-radius: 2rem; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 4.75rem; padding: .7rem clamp(1.1rem, 4vw, 4.5rem); color: var(--cream); background: rgba(96, 8, 59, .97); box-shadow: 0 1px 0 rgba(255,255,255,.15); }
.wordmark { font: 700 1.55rem/1 var(--serif); text-decoration: none; letter-spacing: .08em; }
.wordmark span, .footer-names span, h1 span { color: #f0a06d; font-style: italic; font-weight: 400; }
.site-nav ul { display: flex; gap: clamp(.9rem, 2vw, 2rem); align-items: center; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; padding: .65rem 0; font-size: .86rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.site-nav a:hover { color: #ffcda7; }
.menu-button { display: none; min-width: 3.2rem; min-height: 2.8rem; border: 1px solid rgba(255,255,255,.5); border-radius: 2rem; color: inherit; background: transparent; font: inherit; }

.hero { min-height: min(820px, calc(100svh - 4.75rem)); display: grid; place-items: center; padding: clamp(3rem, 8vw, 8rem) 1.25rem; text-align: center; color: var(--cream); background: linear-gradient(rgba(79, 3, 44, .42), rgba(79, 3, 44, .62)), url('assets/floral-banner.jpg?v=2') center/cover; position: relative; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 6rem; background: linear-gradient(transparent, rgba(96,8,59,.38)); pointer-events: none; }
.hero-panel { width: min(760px, 100%); padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(255,248,234,.55); background: rgba(96, 8, 59, .78); box-shadow: var(--shadow); backdrop-filter: blur(3px); }
.eyebrow, .kicker { margin: 0 0 .65rem; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 11ch; margin: 0 auto; font: 400 clamp(3.35rem, 10vw, 7.2rem)/.9 var(--serif); letter-spacing: -.045em; }
.hero-date { margin: 1.6rem 0 .5rem; font: 400 clamp(1.15rem, 3vw, 1.6rem)/1.3 var(--serif); }
.hero-copy { max-width: 36rem; margin: 1.25rem auto 2rem; font-size: 1.05rem; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; }

.section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.section > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-tinted { background: #f7eee7; }
.section-heading { margin-bottom: clamp(2rem, 5vw, 4rem); text-align: center; }
.section-heading h2, .intro h2 { margin: 0; color: var(--berry-dark); font: 400 clamp(2.5rem, 6vw, 4.8rem)/1 var(--serif); letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 42rem; }
.kicker { color: var(--rose); }
.intro { text-align: center; }
.intro h2 { max-width: 850px; }
.intro > p:last-child { max-width: 660px; margin-top: 1.4rem; color: var(--muted); font-size: 1.08rem; }

.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 3vw, 2.4rem); }
.event-card { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.6rem, 4vw, 3rem); background: var(--paper); border-top: 7px solid var(--rose); box-shadow: var(--shadow); }
.event-card:nth-child(2) { border-color: var(--orange); }
.event-day { margin: 0; color: var(--berry); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.event-date { margin: .4rem 0 1.6rem; color: var(--muted); }
.event-card h3 { margin: 0 0 1.2rem; color: var(--berry-dark); font: 400 clamp(1.8rem, 4vw, 2.5rem)/1.05 var(--serif); }
.event-card address { margin-bottom: 1rem; font-weight: 700; }
.event-card .button { margin-top: auto; }

.breakfast-section { background: var(--paper); }
.breakfast-card { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 2fr); max-width: 1040px; overflow: hidden; background: #f7eee7; box-shadow: var(--shadow); }
.breakfast-details { display: flex; flex-direction: column; justify-content: center; gap: .75rem; padding: clamp(1.8rem, 4vw, 3.4rem); color: var(--cream); background: var(--berry); }
.breakfast-details p { margin: 0; }
.breakfast-details p:not(.breakfast-day) { padding-top: .75rem; border-top: 1px solid rgba(255,248,234,.3); }
.breakfast-day { color: #ffcda7; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.breakfast-copy { padding: clamp(2rem, 5vw, 4.5rem); }
.breakfast-copy h2 { margin: 0 0 1.5rem; color: var(--berry-dark); font: 400 clamp(2.4rem, 5vw, 4.2rem)/1 var(--serif); letter-spacing: -.035em; }
.breakfast-copy > p:not(.kicker) { max-width: 690px; }
.breakfast-copy .button { margin-top: 1rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; padding: .75rem 1.35rem; border: 2px solid var(--berry); border-radius: 999px; color: white; background: var(--berry); font: 800 1rem/1.2 var(--sans); text-align: center; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--berry-dark); border-color: var(--berry-dark); }
.button-light { color: var(--berry-dark); background: var(--cream); border-color: var(--cream); }
.button-light:hover { color: var(--cream); }
.button-hero-secondary { color: var(--cream); background: transparent; border-color: rgba(255,248,234,.78); }
.button-hero-secondary:hover { color: var(--berry-dark); background: var(--cream); border-color: var(--cream); }
.button-outline { color: var(--berry); background: transparent; }
.is-placeholder { border-style: dashed; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.info-grid article { min-width: 0; padding: clamp(1.5rem, 3vw, 2.4rem); background: var(--paper); }
.info-grid h3 { margin: .8rem 0 .7rem; color: var(--berry-dark); font: 400 1.7rem/1.1 var(--serif); }
.info-grid p { margin: .5rem 0; }
.info-number { color: var(--orange); font-weight: 800; letter-spacing: .1em; }

.section-berry { position: relative; color: var(--cream); background: var(--berry-dark); }
.section-berry::before { content: ''; display: block; position: absolute; inset: 0 0 auto; height: 13px; background: linear-gradient(90deg, var(--rose) 0 25%, var(--orange) 25% 50%, var(--violet) 50% 75%, var(--green) 75%); }
.section-berry .section-heading h2, .section-berry .kicker { color: var(--cream); }
.hotel-list { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.25); }
.hotel-list article { padding: clamp(1.5rem, 3vw, 2.3rem); border: solid rgba(255,255,255,.2); border-width: 0 1px 1px 0; }
.hotel-list h3 { margin: 0 0 .4rem; font: 400 1.45rem/1.15 var(--serif); }
.hotel-list p, .hotel-list address { margin: .3rem 0; color: rgba(255,248,234,.83); }
.hotel-alias { font-style: italic; }

.ride-section { text-align: center; }
.ride-section .lead { max-width: 820px; color: var(--ink); font: 400 clamp(1.18rem, 2.4vw, 1.45rem)/1.55 var(--serif); }
.ride-section > p:not(.lead) { max-width: 650px; color: var(--muted); }
.button-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.link-note { margin-top: 1rem; font-size: .85rem; }
.rides-overview { margin-top: 3rem; padding: clamp(1.4rem, 4vw, 3rem); text-align: left; background: #f7eee7; border: 1px solid var(--line); }
.rides-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.rides-toolbar h3 { margin: 0; color: var(--berry-dark); font: 400 clamp(1.8rem, 4vw, 2.6rem)/1.1 var(--serif); }
.rides-refresh { padding: .65rem 1rem; border: 1px solid var(--berry); border-radius: 999px; color: var(--berry); background: transparent; font: 700 .9rem/1 var(--sans); cursor: pointer; }
.rides-refresh:disabled { opacity: .5; cursor: wait; }
.rides-status { margin: 1.2rem 0; color: var(--muted); }
.rides-direction { margin-top: 2rem; }
.rides-direction h4 { padding-bottom: .7rem; margin: 0 0 1rem; border-bottom: 2px solid var(--berry); color: var(--berry-dark); font: 400 1.6rem/1.2 var(--serif); }
.ride-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.ride-card { padding: 1.25rem; background: var(--paper); border-left: 5px solid var(--green); box-shadow: 0 8px 25px rgba(67, 15, 44, .08); }
.ride-card-search { border-color: var(--orange); }
.ride-kind { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ride-card-search .ride-kind { color: var(--orange); }
.ride-card h5 { margin: .3rem 0 1rem; color: var(--berry-dark); font: 400 1.45rem/1.15 var(--serif); }
.ride-card dl { display: grid; gap: .45rem; margin: 0 0 1rem; }
.ride-card dl div { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: .5rem; }
.ride-card dt { color: var(--muted); font-size: .85rem; font-weight: 700; }
.ride-card dd { margin: 0; }
.ride-notes { padding-top: .8rem; border-top: 1px solid var(--line); font-size: .9rem; }
.ride-phone { color: var(--berry); font-weight: 800; }
.ride-phone-muted { color: var(--muted); font-size: .85rem; font-style: italic; }
.rides-empty { grid-column: 1 / -1; color: var(--muted); }

.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.photo-grid article { min-height: 230px; padding: clamp(1.6rem, 4vw, 3rem); background: var(--paper); border-bottom: 5px solid var(--violet); }
.photo-grid article:last-child { border-color: var(--green); }
.photo-grid h3 { margin: 0 0 .7rem; color: var(--berry-dark); font: 400 2rem/1.1 var(--serif); }
.text-link { display: inline-block; margin-top: 1rem; color: var(--berry); font-weight: 800; }

.site-footer { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: 3rem clamp(1.25rem, 5vw, 5rem); color: var(--cream); background: #32031f; }
.site-footer p { margin: .2rem 0; }
.footer-names { font: 400 2rem/1 var(--serif); }

@media (max-width: 880px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: .5rem 1.25rem 1rem; background: var(--berry-dark); box-shadow: 0 1rem 2rem rgba(40,0,24,.25); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { min-height: 3rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .info-grid, .hotel-list { grid-template-columns: repeat(2, 1fr); }
  .breakfast-card { grid-template-columns: 1fr; }
  .breakfast-details { display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 4.75rem; }
  .hero { min-height: calc(100svh - 4.75rem); padding: 1rem; }
  .hero-panel { padding: 2.5rem 1.15rem; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.8rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .event-grid, .info-grid, .hotel-list, .photo-grid { grid-template-columns: 1fr; }
  .breakfast-details { display: flex; }
  .event-card, .info-grid article, .hotel-list article, .photo-grid article { min-width: 0; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .rides-toolbar { align-items: flex-start; flex-direction: column; }
  .ride-card-grid { grid-template-columns: 1fr; }
  .ride-card dl div { grid-template-columns: 6rem minmax(0, 1fr); }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
