:root {
  --ink: #071536;
  --navy: #071536;
  --royal: #0b2e9e;
  --cobalt: #1747d1;
  --cyan: #1bc5d5;
  --gold: #d5a51b;
  --green: #139565;
  --paper: #f4f7fd;
  --white: #fff;
  --muted: #63708b;
  --line: rgba(7, 21, 54, .12);
  --shadow: 0 25px 75px rgba(11, 46, 158, .13);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--paper); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif; text-rendering: optimizeLegibility; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); border-radius: 10px; background: white; color: var(--royal); font-weight: 800; padding: 12px 16px; }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 20; display: grid; min-height: 118px; align-items: center; grid-template-columns: minmax(220px, 330px) 1fr auto; gap: clamp(20px, 3vw, 48px); width: min(1420px, calc(100% - 64px)); margin: 0 auto; }
.brand img { width: min(310px, 100%); height: auto; }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: clamp(21px, 3vw, 45px); }
.site-header nav a { position: relative; display: inline-flex; min-height: 48px; align-items: center; color: #17223e; font-size: 15px; font-weight: 720; }
.site-header nav a::after { position: absolute; right: 18%; bottom: 3px; left: 18%; height: 3px; border-radius: 999px; background: var(--cobalt); content: ""; opacity: 0; transform: scaleX(.3); transition: 160ms ease; }
.site-header nav a:hover, .site-header nav a.active { color: var(--cobalt); }
.site-header nav a:hover::after, .site-header nav a.active::after { opacity: 1; transform: scaleX(1); }
.header-cta, .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 15px; font-size: 14px; font-weight: 850; padding: 13px 20px; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.header-cta { min-width: 190px; border-color: #d4a20b; background: linear-gradient(135deg, #e7b51c, #c68b00); box-shadow: 6px 6px 0 var(--cobalt); color: white; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-toggle { display: none; }

.visit-hero { position: relative; display: grid; min-height: 590px; align-items: center; grid-template-columns: minmax(0, 1fr) minmax(370px, .65fr); gap: clamp(55px, 8vw, 125px); width: min(1420px, calc(100% - 64px)); margin: 16px auto 0; overflow: hidden; border-radius: 42px; background: radial-gradient(circle at 86% 35%, rgba(28, 209, 222, .92), transparent 23%), radial-gradient(circle at 105% 100%, rgba(25, 153, 226, .8), transparent 42%), linear-gradient(130deg, #071f6c, #0b42c5 58%, #09aeba); box-shadow: 0 34px 85px rgba(8, 44, 148, .23); color: white; padding: clamp(50px, 7vw, 96px); }
.visit-hero::before { position: absolute; width: 380px; height: 380px; top: -210px; right: 25%; border: 1px solid rgba(255,255,255,.21); border-radius: 50%; content: ""; }
.hero-copy, .hero-journey { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy .eyebrow { color: #78f5ff; }
.hero-copy h1 { max-width: 780px; margin: 18px 0 23px; font-size: clamp(49px, 6vw, 84px); letter-spacing: -.067em; line-height: .98; }
.hero-copy > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.77); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button.primary { background: white; box-shadow: 0 16px 36px rgba(0,0,0,.16); color: var(--royal); }
.button.glass { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: white; backdrop-filter: blur(10px); }
.live-line { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 750; }
.live-line i, #availability-status i { width: 8px; height: 8px; border-radius: 50%; background: #69f0b8; box-shadow: 0 0 0 6px rgba(105,240,184,.12); }
.hero-journey { border: 1px solid rgba(255,255,255,.58); border-radius: 29px; background: rgba(255,255,255,.96); box-shadow: 0 28px 75px rgba(3,21,70,.28); color: var(--ink); padding: 27px; transform: rotate(1deg); }
.journey-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 19px; }
.journey-head span { color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.journey-head strong { border-radius: 999px; background: #edf3ff; color: var(--cobalt); font-size: 10px; padding: 7px 11px; text-transform: uppercase; }
.hero-journey ol { display: grid; gap: 10px; margin: 20px 0; padding: 0; list-style: none; }
.hero-journey li { display: grid; align-items: center; grid-template-columns: 48px 1fr; gap: 12px; border-radius: 15px; background: #f7f9ff; padding: 12px; }
.hero-journey li > i { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--cobalt), var(--royal)); color: white; font-size: 10px; font-style: normal; font-weight: 900; }
.hero-journey li div { display: flex; flex-direction: column; gap: 3px; }
.hero-journey li strong { font-size: 14px; }
.hero-journey li small { color: var(--muted); font-size: 11px; }
.journey-note { display: flex; align-items: center; gap: 12px; border-radius: 16px; background: #eaf9f3; padding: 14px; }
.journey-note > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 12px; background: var(--green); color: white; font-weight: 900; }
.journey-note p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.journey-note strong { font-size: 12px; }
.journey-note small { color: #4f7467; font-size: 10px; }
.hero-ring { position: absolute; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; pointer-events: none; }
.ring-one { width: 520px; height: 520px; right: -150px; bottom: -150px; }
.ring-two { width: 290px; height: 290px; right: 34%; bottom: -210px; }

.visit-highlights { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); width: min(1210px, calc(100% - 64px)); margin: -30px auto 0; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.visit-highlights article { display: flex; align-items: center; gap: 15px; padding: 22px 28px; }
.visit-highlights article + article { border-left: 1px solid var(--line); }
.visit-highlights article > span { display: grid; width: 43px; height: 43px; place-items: center; flex: none; border-radius: 14px; background: #edf3ff; color: var(--cobalt); font-size: 10px; font-weight: 900; }
.visit-highlights article div { display: flex; flex-direction: column; gap: 4px; }
.visit-highlights strong { font-size: 14px; }
.visit-highlights small { color: var(--muted); font-size: 12px; }

.booking-section { width: min(1420px, calc(100% - 64px)); margin: 115px auto; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 32px; }
.section-intro h2, .visit-final h2 { max-width: 760px; margin: 13px 0 0; font-size: clamp(38px, 4vw, 59px); letter-spacing: -.057em; line-height: 1.05; }
.section-intro > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.booking-tabs { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 15px; border: 1px solid var(--line); border-radius: 17px; background: #eaf0fb; padding: 5px; }
.booking-tabs button { display: grid; min-width: 250px; min-height: 64px; align-items: center; grid-template-columns: 39px 1fr; gap: 10px; border: 0; border-radius: 13px; background: transparent; color: var(--muted); padding: 9px 14px; text-align: left; }
.booking-tabs button.active { background: white; box-shadow: 0 7px 18px rgba(7,21,54,.1); color: var(--ink); }
.booking-tabs button > i { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 11px; background: rgba(23,71,209,.09); color: var(--cobalt); font-size: 16px; font-style: normal; font-weight: 900; }
.booking-tabs button span { display: flex; flex-direction: column; gap: 2px; }
.booking-tabs strong { font-size: 12px; }
.booking-tabs small { font-size: 10px; }
.visit-notice { margin-bottom: 15px; border: 1px solid rgba(23,71,209,.2); border-radius: 14px; background: #edf3ff; color: #10348d; font-size: 14px; line-height: 1.6; padding: 13px 16px; }
.visit-notice.error { border-color: rgba(190,52,69,.23); background: #fff0f2; color: #992638; }
.visit-notice.success { border-color: rgba(19,149,101,.23); background: #eaf9f3; color: #08734e; }
.booking-workspace { display: grid; min-height: 680px; grid-template-columns: 285px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.booking-progress { display: flex; flex-direction: column; background: radial-gradient(circle at 50% 100%, rgba(27,197,213,.14), transparent 35%), var(--navy); color: white; padding: 38px 30px; }
.booking-progress > span { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.booking-progress ol { display: grid; gap: 8px; margin: 30px 0; padding: 0; list-style: none; }
.booking-progress li { position: relative; display: grid; min-height: 75px; align-items: center; grid-template-columns: 46px 1fr; gap: 12px; border: 1px solid transparent; border-radius: 15px; color: rgba(255,255,255,.48); padding: 11px; }
.booking-progress li + li::before { position: absolute; width: 1px; height: 11px; top: -10px; left: 34px; background: rgba(255,255,255,.16); content: ""; }
.booking-progress li.active { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.09); color: white; }
.booking-progress li.complete { color: rgba(255,255,255,.8); }
.booking-progress li > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: rgba(255,255,255,.08); color: var(--cyan); font-size: 11px; font-style: normal; font-weight: 900; }
.booking-progress li.complete > i { background: var(--green); color: white; }
.booking-progress li div { display: flex; flex-direction: column; gap: 4px; }
.booking-progress li strong { font-size: 13px; }
.booking-progress li small { font-size: 10px; }
.progress-help { display: flex; flex-direction: column; gap: 6px; margin-top: auto; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.05); padding: 16px; }
.progress-help strong { font-size: 11px; }
.progress-help a { color: var(--cyan); font-size: 11px; font-weight: 800; line-height: 1.5; }
.booking-form { min-width: 0; padding: clamp(34px, 5vw, 70px); }
.form-step { max-width: 910px; margin: 0 auto; scroll-margin-top: 25px; }
.step-heading > span { color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.step-heading h3, .status-copy h3, .booking-success h3 { margin: 11px 0 8px; font-size: clamp(34px, 4vw, 51px); letter-spacing: -.057em; line-height: 1.05; }
.step-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.availability-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 30px 0 15px; }
#availability-status { display: flex; align-items: center; gap: 9px; color: #3c4966; font-size: 12px; font-weight: 750; }
#availability-status i { display: inline-block; background: var(--green); box-shadow: 0 0 0 5px rgba(19,149,101,.11); }
#refresh-slots { border: 0; background: transparent; color: var(--cobalt); font-size: 11px; font-weight: 850; }
.visit-dates { display: flex; overflow-x: auto; gap: 9px; padding: 3px 2px 13px; scrollbar-width: thin; }
.visit-dates button { display: flex; width: 75px; min-width: 75px; height: 95px; align-items: center; justify-content: center; flex-direction: column; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--muted); }
.visit-dates button span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.visit-dates button strong { color: var(--ink); font-size: 27px; letter-spacing: -.04em; }
.visit-dates button small { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.visit-dates button.active { border-color: var(--cobalt); background: linear-gradient(145deg, var(--cobalt), var(--royal)); box-shadow: 0 12px 25px rgba(23,71,209,.22); color: rgba(255,255,255,.75); }
.visit-dates button.active strong { color: white; }
.visit-slots { min-height: 250px; border: 1px solid var(--line); border-radius: 20px; background: #f8faff; padding: 20px; }
.slots-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 14px; }
.slots-heading strong { font-size: 13px; }
.slots-heading small { color: var(--muted); font-size: 10px; }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 9px; }
.slot-button { position: relative; display: flex; min-height: 95px; align-items: flex-start; flex-direction: column; gap: 3px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink); padding: 14px; text-align: left; }
.slot-button > span { font-size: 16px; font-weight: 900; }
.slot-button > strong { color: var(--muted); font-size: 10px; font-weight: 700; }
.slot-button > small { margin-top: 6px; color: var(--green); font-size: 9px; font-weight: 850; }
.slot-button > i { position: absolute; display: none; width: 27px; height: 27px; top: 10px; right: 10px; place-items: center; border-radius: 9px; background: white; color: var(--cobalt); font-size: 11px; font-style: normal; }
.slot-button.active { border-color: var(--cobalt); background: var(--cobalt); color: white; }
.slot-button.active > strong, .slot-button.active > small { color: rgba(255,255,255,.72); }
.slot-button.active > i { display: grid; }
.slots-empty { display: grid; min-height: 210px; place-items: center; align-content: center; text-align: center; }
.slots-empty > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: #edf3ff; color: var(--cobalt); font-weight: 900; }
.slots-empty h4 { margin: 14px 0 5px; font-size: 18px; }
.slots-empty p { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.slots-empty a { margin-top: 13px; color: var(--cobalt); font-size: 11px; font-weight: 850; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 25px; border-top: 1px solid var(--line); padding-top: 20px; }
.button.form-primary { background: linear-gradient(135deg, var(--cobalt), var(--royal)); box-shadow: 0 13px 28px rgba(23,71,209,.2); color: white; }
.button.form-primary:disabled { cursor: not-allowed; box-shadow: none; opacity: .45; transform: none; }
.button.form-secondary { border-color: var(--line); background: white; color: var(--ink); }
.selected-slot-summary { display: flex; flex-direction: column; gap: 5px; margin: 25px 0; border: 1px solid rgba(23,71,209,.16); border-radius: 17px; background: #edf3ff; padding: 17px 20px; }
.selected-slot-summary > span { color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.selected-slot-summary > strong { font-size: 15px; line-height: 1.4; }
.selected-slot-summary > small { color: var(--muted); font-size: 11px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-grid label, .status-form label { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.field-grid label > span, .status-form label > span { color: #34415e; font-size: 12px; font-weight: 800; }
.field-grid .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(7,21,54,.15); border-radius: 13px; outline: 0; background: white; color: var(--ink); font-size: 15px; padding: 13px 14px; transition: border-color 160ms ease, box-shadow 160ms ease; }
textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
input:focus, select:focus, textarea:focus { border-color: var(--cobalt); box-shadow: 0 0 0 4px rgba(23,71,209,.1); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; clip: rect(0,0,0,0); opacity: 0; pointer-events: none; }
.booking-review { display: grid; gap: 10px; margin: 28px 0; }
.booking-review > div { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: #f8faff; padding: 16px 18px; }
.booking-review span { color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.booking-review strong { font-size: 14px; line-height: 1.5; }
.booking-review small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent-list { display: grid; gap: 10px; }
.consent-list label { display: grid; align-items: start; grid-template-columns: 20px 1fr; gap: 11px; border-radius: 13px; background: #f7f9ff; color: #3f4b65; font-size: 12px; line-height: 1.6; padding: 13px; }
.consent-list input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--cobalt); }

.booking-success { grid-column: 2; align-self: center; max-width: 760px; justify-self: center; padding: 55px; text-align: center; }
.success-check { display: grid; width: 72px; height: 72px; margin: 0 auto; place-items: center; border-radius: 24px; background: linear-gradient(145deg, #26bb81, #08744d); box-shadow: 0 18px 38px rgba(19,149,101,.22); color: white; font-size: 28px; font-weight: 900; }
.booking-success > p:first-of-type { margin: 23px 0 0; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.booking-success h3 { font-size: 41px; }
.access-card { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0 10px; }
.access-card > div { display: flex; min-width: 0; flex-direction: column; gap: 7px; border: 1px solid rgba(23,71,209,.2); border-radius: 17px; background: #edf3ff; padding: 18px; }
.access-card span, .success-slot > span { color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.access-card strong { font-size: clamp(17px, 2.5vw, 25px); letter-spacing: .02em; overflow-wrap: anywhere; }
.success-slot { display: flex; flex-direction: column; gap: 5px; border-radius: 17px; background: #f7f9ff; padding: 17px; }
.success-slot strong { font-size: 14px; }
.success-slot small { color: var(--muted); font-size: 11px; }
.success-note { margin: 17px auto; color: var(--muted); font-size: 12px; line-height: 1.6; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.button.whatsapp { background: var(--green); color: white; }
.new-booking { margin-top: 18px; border: 0; background: transparent; color: var(--cobalt); font-size: 11px; font-weight: 850; }

.status-workspace { display: grid; min-height: 600px; align-items: center; grid-template-columns: .8fr 1.2fr; gap: 75px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); padding: clamp(38px, 6vw, 80px); }
.status-copy > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.security-note { display: flex; align-items: center; gap: 12px; max-width: 420px; margin-top: 27px; border-radius: 15px; background: #eaf9f3; padding: 14px; }
.security-note > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--green); color: white; font-weight: 900; }
.security-note p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.security-note strong { font-size: 12px; }
.security-note small { color: #4f7467; font-size: 10px; }
.status-form { display: grid; gap: 15px; border: 1px solid var(--line); border-radius: 22px; background: #f8faff; padding: 25px; }
.status-result { margin-top: 15px; border: 1px solid var(--line); border-radius: 22px; background: white; padding: 24px; }
.status-result-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.status-result-head > div { display: flex; flex-direction: column; gap: 5px; }
.status-result-head span { color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.status-result-head h4 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.status-result-head > i { border-radius: 999px; background: #edf3ff; color: var(--cobalt); font-size: 9px; font-style: normal; font-weight: 900; padding: 8px 10px; text-transform: uppercase; }
.status-result-head > i.status-confirmed, .status-result-head > i.status-completed { background: #eaf9f3; color: #08744d; }
.status-result-head > i.status-cancelled, .status-result-head > i.status-no_show { background: #fff0f2; color: #992638; }
.status-result dl { display: grid; gap: 8px; margin: 20px 0; }
.status-result dl div { display: grid; grid-template-columns: 115px 1fr; gap: 15px; border-radius: 12px; background: #f8faff; padding: 12px 14px; }
.status-result dt { color: var(--muted); font-size: 10px; font-weight: 800; }
.status-result dd { margin: 0; font-size: 12px; font-weight: 750; line-height: 1.5; }
.public-note { border-left: 3px solid var(--cobalt); background: #edf3ff; color: #344566; font-size: 12px; line-height: 1.6; padding: 12px 14px; }
.status-timeline { display: grid; gap: 12px; margin-top: 20px; }
.status-timeline article { display: grid; grid-template-columns: 13px 1fr; gap: 10px; }
.status-timeline article > i { width: 9px; height: 9px; margin-top: 4px; border: 2px solid white; border-radius: 50%; background: var(--cobalt); box-shadow: 0 0 0 2px rgba(23,71,209,.18); }
.status-timeline article div { display: flex; flex-direction: column; gap: 3px; }
.status-timeline strong { font-size: 11px; }
.status-timeline p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.status-timeline small { color: #9aa2b3; font-size: 9px; }
.status-actions { display: flex; gap: 9px; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; }
.button.cancel-button { border-color: rgba(190,52,69,.2); background: #fff0f2; color: #992638; }

.visit-experience { width: min(1420px, calc(100% - 64px)); margin: 0 auto 100px; border-radius: 35px; background: var(--navy); color: white; padding: clamp(42px, 6vw, 80px); }
.section-intro.light > p { color: rgba(255,255,255,.62); }
.section-intro.light .eyebrow { color: var(--cyan); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 40px; }
.experience-grid article { min-height: 250px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(255,255,255,.055); padding: 28px; }
.experience-grid article > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px; background: rgba(27,197,213,.14); color: var(--cyan); font-size: 10px; font-weight: 900; }
.experience-grid h3 { margin: 39px 0 11px; font-size: 21px; }
.experience-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.visit-final { display: flex; min-height: 290px; align-items: center; justify-content: space-between; gap: 50px; width: min(1420px, calc(100% - 64px)); margin: 0 auto 90px; overflow: hidden; border: 1px solid var(--line); border-radius: 33px; background: white; box-shadow: var(--shadow); padding: clamp(38px, 6vw, 75px); }
.visit-final h2 { max-width: 650px; }
.visit-final p { max-width: 620px; margin: 15px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.visit-final .button.primary { flex: none; background: var(--cobalt); color: white; }
footer { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; width: min(1420px, calc(100% - 64px)); margin: 0 auto; border-top: 1px solid var(--line); padding: 55px 0 65px; }
footer > div { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-brand img { width: 245px; height: auto; }
.footer-brand p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
footer strong { margin-bottom: 5px; color: var(--cobalt); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
footer a, footer span { color: var(--muted); font-size: 13px; line-height: 1.5; }
footer a:hover { color: var(--cobalt); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 230px 1fr auto; }
  .site-header nav { gap: 20px; }
  .site-header nav a { font-size: 13px; }
  .header-cta { min-width: auto; }
  .visit-hero { grid-template-columns: 1fr .68fr; gap: 45px; padding: 60px; }
  .hero-copy h1 { font-size: clamp(48px, 6vw, 70px); }
  .booking-workspace { grid-template-columns: 250px 1fr; }
  .booking-progress { padding: 32px 21px; }
}
@media (max-width: 900px) {
  .site-header { min-height: 95px; grid-template-columns: 220px 1fr auto; width: min(100% - 36px, 1420px); }
  .nav-toggle { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; justify-self: end; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font-size: 12px; font-weight: 850; padding: 10px 15px; }
  .site-header nav { position: absolute; top: 83px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 2px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); padding: 12px; }
  .site-header nav.open { display: flex; }
  .site-header nav a { min-height: 44px; border-radius: 10px; padding: 10px 14px; }
  .site-header nav a::after { display: none; }
  .site-header nav a.active { background: #edf3ff; }
  .header-cta { display: none; }
  .visit-hero { min-height: auto; grid-template-columns: 1fr; width: calc(100% - 36px); border-radius: 32px; padding: 60px 46px; }
  .hero-copy { max-width: 740px; }
  .hero-journey { max-width: 570px; transform: none; }
  .visit-highlights { width: calc(100% - 70px); }
  .visit-highlights article { padding: 19px; }
  .booking-section, .visit-experience, .visit-final, footer { width: calc(100% - 36px); }
  .section-intro { align-items: flex-start; flex-direction: column; }
  .booking-workspace { grid-template-columns: 1fr; }
  .booking-progress { display: block; padding: 25px; }
  .booking-progress ol { grid-template-columns: repeat(3, 1fr); margin: 18px 0 0; }
  .booking-progress li { min-height: 70px; grid-template-columns: 38px 1fr; }
  .booking-progress li + li::before, .progress-help { display: none; }
  .booking-progress li > i { width: 36px; height: 36px; }
  .booking-success { grid-column: 1; }
  .status-workspace { grid-template-columns: 1fr; gap: 35px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-grid article:last-child { grid-column: 1 / -1; }
  .visit-final { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; }
}
@media (max-width: 720px) {
  .site-header { grid-template-columns: minmax(185px, 230px) auto; }
  .brand img { width: 220px; }
  .visit-hero { margin-top: 6px; padding: 46px 26px; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 61px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-journey { padding: 21px; }
  .visit-highlights { grid-template-columns: 1fr; width: calc(100% - 54px); }
  .visit-highlights article + article { border-top: 1px solid var(--line); border-left: 0; }
  .visit-highlights article { padding: 17px; }
  .booking-section { margin: 82px auto; }
  .section-intro h2, .visit-final h2 { font-size: 39px; }
  .section-intro > p { font-size: 15px; }
  .booking-tabs { display: grid; width: 100%; }
  .booking-tabs button { min-width: 0; }
  .booking-progress { overflow: visible; }
  .booking-progress ol { min-width: 0; }
  .booking-progress li { min-width: 0; grid-template-columns: 32px 1fr; gap: 7px; padding: 8px 5px; }
  .booking-progress li > i { width: 32px; height: 32px; font-size: 12px; }
  .booking-progress li strong { font-size: 12px; line-height: 1.35; }
  .booking-progress li small { display: none; }
  .booking-form { padding: 32px 20px; }
  .step-heading h3, .status-copy h3 { font-size: 37px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .access-card { grid-template-columns: 1fr; }
  .booking-success { padding: 42px 22px; }
  .success-actions { align-items: stretch; flex-direction: column; }
  .success-actions .button { width: 100%; }
  .status-workspace { padding: 38px 22px; }
  .status-result dl div { grid-template-columns: 1fr; gap: 4px; }
  .status-actions { align-items: stretch; flex-direction: column; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article:last-child { grid-column: auto; }
  .visit-experience { padding: 42px 25px; }
  .visit-final { padding: 42px 26px; }
  footer { grid-template-columns: 1fr 1fr; padding: 40px 0 50px; }
  .footer-brand { grid-column: 1 / -1; }
  .eyebrow, .step-heading > span, .booking-progress > span,
  .journey-head span, .journey-head strong, .access-card span,
  .success-slot > span, .booking-review span { font-size: 12px; }
  .hero-journey li small, .journey-note small, .booking-tabs small,
  .visit-dates button span, .visit-dates button small, .slots-heading small,
  .slot-button > strong, .slot-button > small, .selected-slot-summary > span,
  .selected-slot-summary > small, .booking-review small, .status-result dt,
  .status-timeline small { font-size: 12px; }
  .booking-tabs strong, .hero-journey li strong, .journey-note strong,
  .availability-meta, #availability-status, #refresh-slots,
  .field-grid label > span, .status-form label > span, .consent-list label,
  .status-result dd, .public-note, .status-timeline strong,
  .status-timeline p, .success-note, .new-booking { font-size: 13px; }
  .slots-empty p, .slots-empty a { font-size: 13px; }
}
@media (max-width: 480px) {
  .site-header { width: calc(100% - 24px); }
  .brand img { width: 188px; }
  .nav-toggle { padding: 9px 12px; }
  .visit-hero, .booking-section, .visit-experience, .visit-final, footer { width: calc(100% - 24px); }
  .visit-hero { border-radius: 26px; padding: 40px 20px; }
  .hero-copy h1 { font-size: 42px; }
  .visit-highlights { width: calc(100% - 36px); }
  .booking-tabs button { grid-template-columns: 34px 1fr; padding: 7px; }
  .booking-tabs button > i { width: 33px; height: 33px; }
  .booking-tabs small { display: block; line-height: 1.35; }
  .visit-dates button { width: 69px; min-width: 69px; }
  .visit-slots { padding: 14px; }
  .slot-grid { grid-template-columns: 1fr 1fr; }
  .slots-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  footer { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
