:root {
  --ink: #1c2a34;
  --muted: #66717a;
  --navy: #123c59;
  --blue: #195c83;
  --sky: #dcecf1;
  --cream: #f7f0e3;
  --paper: #fffdf8;
  --gold: #caa23a;
  --gold-light: #f0d986;
  --burgundy: #8e3048;
  --line: #ddd5c7;
  --shadow: 0 22px 55px rgba(24, 45, 58, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 4%, rgba(202, 162, 58, .09), transparent 20rem), var(--cream);
  font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .2;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(135deg, rgba(18, 60, 89, .035) 25%, transparent 25%, transparent 50%, rgba(18, 60, 89, .035) 50%, rgba(18, 60, 89, .035) 75%, transparent 75%);
  background-size: 16px 16px;
}

a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  max-width: 1180px;
  margin: auto;
  padding: 1.2rem 1.5rem;
}
.site-header::after { position: absolute; right: 1.5rem; bottom: 0; left: 1.5rem; height: 1px; background: var(--line); content: ""; }
.wordmark { color: var(--navy); font-weight: 900; line-height: .88; letter-spacing: -.055em; text-decoration: none; text-transform: uppercase; }
.wordmark span { color: var(--burgundy); font-size: .67em; letter-spacing: .04em; }
.header-note { justify-self: center; margin: 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: .94rem; font-style: italic; }
.header-link, .text-link { font-weight: 800; text-decoration: none; text-underline-offset: .25em; }
.header-link { border-bottom: 1px solid var(--navy); padding-bottom: .18rem; }
.header-link:hover, .text-link:hover { color: var(--burgundy); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; max-width: 1180px; min-width: 0; margin: auto; padding: clamp(4rem, 9vw, 7.2rem) 1.5rem 5.8rem; }
.hero::before { position: absolute; top: 2.2rem; left: 1.5rem; width: 4.4rem; height: 4.4rem; border: 1px solid rgba(142, 48, 72, .35); border-radius: 50%; content: ""; }
.hero::after { position: absolute; top: 3.5rem; left: 2.8rem; width: 1.8rem; height: 1.8rem; border: 1px solid rgba(202, 162, 58, .7); transform: rotate(45deg); content: ""; }
.hero-copy { position: relative; z-index: 1; max-width: 720px; min-width: 0; }
.eyebrow { color: var(--burgundy); font-size: .72rem; font-weight: 900; letter-spacing: .15em; margin: 0 0 1.1rem; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.05em; margin: 0 0 1rem; }
h1 { max-width: 730px; min-width: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.7rem); font-weight: 700; overflow-wrap: break-word; }
h2 { min-width: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 700; overflow-wrap: break-word; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
.lede { max-width: 620px; color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; margin-top: 2rem; }
.button { border: 0; border-radius: 999px; cursor: pointer; display: inline-block; font: inherit; font-weight: 850; padding: .92rem 1.45rem; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { background: var(--burgundy); color: #fff; box-shadow: 0 10px 22px rgba(142, 48, 72, .24); }
.button-primary:hover { background: #76283b; box-shadow: 0 14px 28px rgba(142, 48, 72, .3); transform: translateY(-2px); }
.button:disabled { background: #8f9597; box-shadow: none; cursor: not-allowed; transform: none; }
.text-link { border-bottom: 1px solid var(--navy); color: var(--navy); padding-bottom: .15rem; }
.quiet-note, .form-footnote { color: var(--muted); font-size: .83rem; margin-top: 1rem; }

.hero-side { display: grid; gap: 1.1rem; min-width: 0; }
.festival-visual { position: relative; overflow: hidden; min-height: 410px; min-width: 0; padding: 1.2rem 1.35rem 1.35rem; border: 1px solid rgba(18, 60, 89, .22); border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); color: #fff; }
.hero-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.festival-visual::before { position: absolute; inset: 0; opacity: .2; content: ""; background: linear-gradient(45deg, transparent 42%, rgba(240, 217, 134, .9) 43%, rgba(240, 217, 134, .9) 57%, transparent 58%), linear-gradient(-45deg, transparent 42%, rgba(220, 236, 241, .85) 43%, rgba(220, 236, 241, .85) 57%, transparent 58%); background-size: 82px 82px; }
.festival-visual::after { position: absolute; right: -4rem; bottom: -4rem; width: 12rem; height: 12rem; border: 1px solid rgba(240, 217, 134, .45); border-radius: 50%; box-shadow: 0 0 0 12px rgba(240, 217, 134, .07), 0 0 0 24px rgba(240, 217, 134, .05); content: ""; }
.visual-topline, .visual-foot, .visual-centre { position: relative; z-index: 2; }
.visual-topline { display: flex; justify-content: space-between; gap: .75rem; color: var(--gold-light); font-size: .61rem; font-weight: 850; letter-spacing: .12em; }
.visual-centre { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: 1.25rem; min-height: 320px; min-width: 0; }
.visual-badge { display: grid; justify-items: center; gap: .25rem; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: .95; text-align: center; transform: rotate(-5deg); }
.visual-badge small { color: var(--gold-light); font-family: inherit; font-size: .72rem; font-style: italic; letter-spacing: .04em; }
.badge-mark { display: grid; place-items: center; width: 3.3rem; height: 3.3rem; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font-family: sans-serif; font-size: 1.1rem; }
.table-board { display: grid; gap: .35rem; min-width: 0; padding: 1rem; border: 1px solid rgba(18, 60, 89, .18); border-radius: 10px; background: var(--cream); box-shadow: 9px 9px 0 rgba(202, 162, 58, .55); color: var(--navy); transform: rotate(2deg); }
.table-board span { display: block; border-top: 1px solid rgba(18, 60, 89, .18); padding: .55rem 0 .35rem; font-size: .76rem; }
.table-board .board-heading { border-top: 0; padding-top: 0; color: var(--burgundy); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.table-board b { display: inline-block; width: 1.55rem; color: var(--burgundy); font-size: .67rem; }
.visual-foot { margin: 0; color: #eaf1f2; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-style: italic; line-height: 1.2; }
.visual-foot strong { color: var(--gold-light); font-weight: 400; }
.hero-card { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; align-items: start; margin: -2.8rem 1.25rem 0; padding: 1.15rem 1.35rem; border: 1px solid rgba(202, 162, 58, .55); border-radius: 14px; background: var(--paper); box-shadow: 0 12px 30px rgba(24, 45, 58, .14); }
.card-label { grid-column: 1 / -1; margin: 0 0 .25rem; color: var(--burgundy); font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.card-title { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.15; }
.card-copy { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.35; }

.trust-strip { display: flex; flex-wrap: wrap; gap: 1rem 3.2rem; justify-content: center; padding: .95rem 1rem; border-top: 1px solid rgba(18, 60, 89, .13); border-bottom: 1px solid rgba(18, 60, 89, .13); background: var(--sky); color: var(--navy); font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.trust-strip i { margin-right: .35rem; color: var(--burgundy); font-size: .64rem; font-style: normal; }
.section { max-width: 1180px; min-width: 0; margin: auto; padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.image-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.feature-photo { position: relative; min-width: 0; margin: 0; }
.feature-photo img { display: block; width: 100%; height: auto; border: 1px solid rgba(18, 60, 89, .18); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-photo figcaption { margin-top: .75rem; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; font-style: italic; }
.feature-link { display: inline-block; margin-top: .75rem; }
.split { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 8vw, 8rem); min-width: 0; }
.audience-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 8vw, 8rem); min-width: 0; border-top: 1px solid var(--line); }
.audience-copy { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.audience-copy p:last-child { margin-bottom: 0; }
.section-heading { max-width: 480px; min-width: 0; }
.section-intro { max-width: 360px; color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; gap: 1.5rem; }
.steps article { display: grid; grid-template-columns: 3rem 1fr; column-gap: 1rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.steps span { color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 700; grid-row: span 2; }
.steps p { grid-column: 2; color: var(--muted); }
.accommodation { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; max-width: none; padding-left: max(1.5rem, calc((100vw - 1150px) / 2)); padding-right: max(1.5rem, calc((100vw - 1150px) / 2)); background: var(--navy); color: #fff; }
.accommodation::before { position: absolute; width: 100%; height: 100%; opacity: .12; content: ""; background: repeating-linear-gradient(45deg, transparent 0 20px, var(--gold-light) 21px 22px, transparent 23px 42px); }
.accommodation > * { position: relative; z-index: 1; }
.accommodation h2 { color: #fff; }
.accommodation .eyebrow { color: var(--gold-light); }
.accommodation > p { max-width: 540px; color: #e4edf4; font-size: 1.08rem; }
.enquiry-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 7vw, 7rem); }
.form-intro > p:not(.eyebrow) { color: var(--muted); }
.form-note { display: flex; gap: .65rem; align-items: center; margin-top: 1.5rem; color: var(--navy); font-size: .86rem; font-weight: 750; }
.form-note span { color: var(--gold); }
.lead-form { background: var(--paper); border: 1px solid var(--line); border-top: 5px solid var(--burgundy); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.25rem, 4vw, 2.5rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.date-picker, .time-picker { grid-column: 1 / -1; border: 0; margin: 0; padding: 0; min-width: 0; }
.date-picker legend, .time-picker legend { color: var(--navy); font-weight: 800; padding: 0; }
.date-picker-head { align-items: end; display: flex; gap: 1.25rem; justify-content: space-between; }
.year-select { color: var(--navy); flex: 0 0 11rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.year-select select { background: var(--navy); border-color: var(--navy); border-radius: 8px; color: #fff; cursor: pointer; font-size: .86rem; letter-spacing: 0; margin-top: .45rem; padding: .7rem .75rem; text-transform: none; }
.field-help { color: var(--muted); font-size: .82rem; margin: .45rem 0 .7rem; }
.selection-summary { color: var(--burgundy); font-size: .76rem; font-weight: 850; margin: .9rem 0 .55rem; }
.date-options { display: grid; gap: .95rem; }
.month-heading { color: var(--navy); font-size: .7rem; letter-spacing: .13em; margin: 0 0 .45rem; text-transform: uppercase; }
.month-days { display: grid; gap: .55rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.date-option { align-items: center; background: #fffdf8; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); cursor: pointer; display: grid; grid-template-columns: auto 1fr; column-gap: .55rem; padding: .62rem .65rem; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.date-option > span { color: var(--navy); }
.date-option input { accent-color: var(--burgundy); grid-row: span 2; margin: 0; }
.date-option .date-number { font-size: 1.05rem; font-weight: 900; line-height: 1; }
.date-option .date-weekday { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.date-option:focus-within, .date-option:has(input:checked) { background: #fff7ef; border-color: var(--burgundy); box-shadow: 0 0 0 2px rgba(142, 48, 72, .12); }
.date-option:has(input:checked) { transform: translateY(-1px); }
.time-options { display: grid; gap: .6rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.time-option { align-items: center; background: #fffdf8; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; display: flex; gap: .65rem; min-width: 0; padding: .7rem .75rem; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.time-option > span { color: var(--navy); }
.time-option input { accent-color: var(--burgundy); flex: 0 0 auto; margin: 0; width: auto; }
.time-option:focus-within, .time-option:has(input:checked) { background: #fff7ef; border-color: var(--burgundy); box-shadow: 0 0 0 2px rgba(142, 48, 72, .12); }
.time-icon { color: var(--gold) !important; font-size: 1.05rem; }
.time-copy { display: grid; gap: .15rem; min-width: 0; }
.time-copy strong { font-size: .84rem; }
.time-copy small { color: var(--muted); font-size: .68rem; font-weight: 700; }
label { display: block; color: var(--ink); font-size: .9rem; font-weight: 750; }
label > span, label > span:first-child { color: var(--burgundy); }
input, select, textarea { background: #fff; border: 1px solid #bbb7af; border-radius: 10px; color: var(--ink); display: block; font: inherit; margin-top: .35rem; padding: .75rem .8rem; width: 100%; }
input::placeholder, textarea::placeholder { color: #8a9092; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25, 92, 131, .13); outline: none; }
textarea { resize: vertical; }
.lead-form > label:not(.consent) { margin-top: 1rem; }
.consent { display: flex; gap: .7rem; margin: 1.3rem 0; font-size: .8rem; font-weight: 500; }
.consent input { flex: 0 0 auto; height: 1.1rem; margin: .15rem 0 0; width: 1.1rem; }
.consent a { color: var(--navy); font-weight: 750; }
.form-status { color: var(--muted); font-size: .86rem; }
.form-status.warning { background: #fff6d8; border-left: 4px solid var(--gold); padding: .7rem .8rem; }
.site-footer { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; max-width: 1180px; margin: auto; padding: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.site-footer a { color: var(--navy); font-weight: 750; }
.faq-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 8vw, 8rem); min-width: 0; border-top: 1px solid var(--line); }
.faq-list { max-width: 680px; }
.faq-list details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { color: var(--navy); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 700; }
.faq-list p { max-width: 600px; margin: .75rem 0 0; color: var(--muted); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-side { max-width: 680px; }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: auto auto; }
  .header-note { display: none; }
  .header-link { justify-self: end; font-size: .82rem; }
  .hero { padding-top: 3.6rem; }
  .hero::before { top: 1.5rem; }
  .hero::after { top: 2.8rem; }
  .festival-visual { min-height: 390px; }
  .visual-centre { grid-template-columns: .72fr 1.28fr; gap: .8rem; }
  .visual-badge { font-size: 1.75rem; }
  .table-board { padding: .75rem; }
  .table-board span { font-size: .69rem; }
  .image-feature, .split, .audience-section, .accommodation, .enquiry-section, .faq-section { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .date-picker-head { align-items: stretch; flex-direction: column; gap: .7rem; }
  .year-select { flex-basis: auto; }
  .month-days { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .time-options { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .site-header, .hero, .section { padding-left: 1.1rem; padding-right: 1.1rem; }
  .site-header::after { right: 1.1rem; left: 1.1rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { text-align: center; }
  .visual-topline { font-size: .53rem; }
  .visual-centre { grid-template-columns: 1fr; gap: 1.4rem; min-height: 285px; }
  .visual-badge { transform: none; }
  .table-board { width: min(100%, 290px); justify-self: center; }
  .hero-card { margin-right: .3rem; margin-left: .3rem; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: .55rem; padding-left: 1.1rem; }
  .month-days { gap: .4rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .date-option { padding: .55rem .5rem; }
}
