:root {
  --navy-950: #071f2b;
  --navy-900: #0b2c3a;
  --navy-800: #174655;
  --teal-700: #396f6c;
  --teal-100: #dfecea;
  --gold-600: #a97735;
  --gold-500: #c89c5a;
  --gold-200: #efd9b0;
  --cream-50: #fbfaf6;
  --cream-100: #f3efe7;
  --paper: #ffffff;
  --ink: #142d38;
  --muted: #5d7078;
  --line: rgba(11, 44, 58, .14);
  --shadow: 0 28px 72px rgba(7, 31, 43, .14);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 16px; padding: 10px 15px; color: white; background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 246, .93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.wordmark-symbol { display: grid; width: 43px; height: 43px; place-items: center; color: white; background: var(--navy-900); border-radius: 50%; font-family: var(--serif); font-size: .78rem; letter-spacing: .06em; }
.wordmark strong, .wordmark small { display: block; line-height: 1.15; }
.wordmark strong { font-size: .93rem; }
.wordmark small { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 34px); }
.main-nav a { color: var(--muted); font-size: .76rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy-900); }
.main-nav .nav-booking-link { padding: 9px 14px; color: white; background: var(--navy-900); border-radius: 999px; }
.main-nav .nav-booking-link:hover, .main-nav .nav-booking-link:focus-visible { color: white; background: var(--navy-800); }
.menu-button { display: none; padding: 8px; background: transparent; border: 0; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy-900); }

.home-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  padding: clamp(70px, 9vw, 132px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 10%, rgba(200, 156, 90, .18), transparent 25%),
    linear-gradient(125deg, #fbfaf6 0%, #f5f1e9 52%, #e3edeb 100%);
}
.home-hero::after { position: absolute; right: -15vw; bottom: -34vw; width: 65vw; height: 65vw; border: 1px solid rgba(57, 111, 108, .18); border-radius: 50%; content: ""; }
.hero-copy, .hero-profile-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 13px; color: var(--gold-600); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-weight: 500; letter-spacing: -.048em; line-height: .98; }
h1 { max-width: 850px; font-size: clamp(3.2rem, 6.3vw, 7.1rem); }
h2 { font-size: clamp(2.5rem, 4.8vw, 5.1rem); }
.hero-lead { max-width: 720px; margin: 28px 0; color: #52666f; font-size: clamp(1.06rem, 1.45vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; color: white; background: var(--navy-900); border: 1px solid var(--navy-900); border-radius: 999px; box-shadow: 0 12px 28px rgba(7, 31, 43, .18); cursor: pointer; font: inherit; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--navy-800); transform: translateY(-2px); }
.button-secondary { color: var(--navy-950); background: transparent; border-color: rgba(11,44,58,.28); box-shadow: none; }
.button-secondary:hover, .button-secondary:focus-visible { color: white; border-color: var(--navy-800); }
.text-link { color: var(--teal-700); font-size: .85rem; font-weight: 800; text-decoration: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 36px 0 0; padding: 0; color: var(--muted); font-size: .72rem; list-style: none; }
.trust-list li::before { margin-right: 8px; color: var(--gold-600); content: "✓"; font-weight: 900; }

.hero-profile-visual { min-height: 560px; margin: 0; overflow: hidden; isolation: isolate; background: linear-gradient(145deg, #0b3443 0%, var(--navy-950) 72%); border: 1px solid rgba(255,255,255,.35); border-radius: 38px 38px 38px 10px; box-shadow: 0 30px 70px rgba(7,31,43,.2); }
.hero-profile-visual::before { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, transparent 48%, rgba(7,31,43,.22) 100%); content: ""; pointer-events: none; }
.hero-profile-orbit { position: absolute; right: -28%; top: 4%; width: 92%; aspect-ratio: 1; border: 1px solid rgba(200,156,90,.34); border-radius: 50%; }
.hero-profile-orbit::after { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.1); border-radius: inherit; content: ""; }
.hero-profile-visual > img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.97) contrast(1.01); }
.hero-profile-badge { position: absolute; z-index: 3; top: 30px; left: 30px; display: grid; width: 70px; height: 70px; place-items: center; color: var(--navy-950); background: var(--gold-200); border-radius: 50%; font-size: .68rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.hero-profile-visual figcaption { position: absolute; z-index: 4; right: 28px; bottom: 28px; left: 28px; max-width: 275px; padding: 20px 22px; color: var(--navy-950); background: rgba(251,250,246,.94); border: 1px solid rgba(255,255,255,.72); border-radius: 17px; box-shadow: 0 18px 42px rgba(7,31,43,.24); backdrop-filter: blur(8px); }
.hero-profile-visual figcaption span, .hero-profile-visual figcaption strong, .hero-profile-visual figcaption small { display: block; }
.hero-profile-visual figcaption span { margin-bottom: 4px; color: var(--gold-600); font-size: .61rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-profile-visual figcaption strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.hero-profile-visual figcaption small { margin-top: 5px; color: var(--muted); font-size: .7rem; }

.topic-section { padding: clamp(84px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-intro { display: grid; max-width: 1240px; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: 36px 70px; align-items: end; margin: 0 auto 54px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.section-intro > p:last-child { margin: 0 0 5px; color: var(--muted); }
.topic-grid { display: grid; max-width: 1240px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 0 auto; }
.topic-card { display: flex; overflow: hidden; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 14px 44px rgba(7,31,43,.08); text-decoration: none; transition: .25s ease; }
.topic-card:hover, .topic-card:focus-visible { border-color: var(--gold-500); box-shadow: var(--shadow); transform: translateY(-5px); }
.topic-image { position: relative; height: 330px; overflow: hidden; }
.topic-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,31,43,.38)); content: ""; }
.topic-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.topic-card:hover .topic-image img { transform: scale(1.025); }
.topic-number { position: absolute; z-index: 2; top: 20px; left: 20px; display: grid; width: 48px; height: 48px; place-items: center; color: white; background: rgba(7,31,43,.8); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .69rem; font-weight: 900; backdrop-filter: blur(8px); }
.topic-copy { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.card-kicker { margin: 0; color: var(--gold-600); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.topic-copy h3 { margin: 7px 0 14px; color: var(--navy-950); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.topic-copy > p:not(.card-kicker) { min-height: 76px; margin: 0 0 23px; color: var(--muted); }
.card-link { margin-top: auto; color: var(--teal-700); font-size: .8rem; font-weight: 850; }

.method-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 9vw, 130px); padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px); color: white; background: var(--navy-950); }
.method-heading { align-self: start; }
.method-heading .eyebrow { color: var(--gold-200); }
.method-heading h2 { color: white; }
.method-steps { margin: 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.16); }
.method-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.method-steps > li > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy-950); background: var(--gold-200); border-radius: 50%; font-size: .69rem; font-weight: 900; }
.method-steps h3 { margin: 0 0 6px; font-size: 1.08rem; }
.method-steps p { margin: 0; color: rgba(255,255,255,.64); font-size: .88rem; }

.about-section { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr); gap: clamp(45px, 7vw, 105px); align-items: center; padding: clamp(90px, 11vw, 165px) clamp(24px, 7vw, 110px); background: var(--cream-100); }
.about-portrait { width: 100%; max-width: 720px; margin: 0 auto; padding: 12px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.about-portrait img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 50%; border-radius: 18px; }
.about-portrait figcaption { padding: 17px 9px 7px; color: var(--navy-950); }
.about-portrait strong, .about-portrait span { display: block; line-height: 1.25; }
.about-portrait span { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.about-copy { max-width: 760px; }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.about-links { display: flex; flex-wrap: wrap; gap: 13px 25px; margin-top: 27px; }
.about-links a { color: var(--teal-700); font-size: .79rem; font-weight: 850; text-decoration: none; }

.local-section { padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px); background: var(--paper); }
.local-intro { max-width: 970px; margin: 0 auto 48px; text-align: center; }
.local-intro > p:last-child { max-width: 770px; margin: 25px auto 0; color: var(--muted); }
.local-facts { display: grid; max-width: 1100px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 0 auto; }
.local-fact-card { position: relative; padding: clamp(28px, 4vw, 44px); overflow: hidden; background: var(--cream-50); border: 1px solid var(--line); border-radius: 24px; }
.local-fact-card::after { position: absolute; right: -60px; bottom: -60px; width: 160px; height: 160px; border: 1px solid rgba(57,111,108,.16); border-radius: 50%; content: ""; pointer-events: none; }
.local-fact-card > strong { display: block; margin-bottom: 9px; color: var(--teal-700); font-family: var(--serif); font-size: clamp(3.1rem, 6vw, 5.2rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.local-fact-card h3 { margin: 0 0 10px; color: var(--navy-950); font-size: 1.05rem; }
.local-fact-card p { margin: 0 0 20px; color: var(--muted); }
.local-fact-card a { color: var(--teal-700); font-size: .78rem; font-weight: 850; text-decoration: none; }
.local-source { max-width: 1100px; margin: 18px auto 0; color: var(--muted); font-size: .7rem; }
.local-source a { color: var(--teal-700); }
.local-service-grid { display: grid; max-width: 1100px; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: 20px; margin: 48px auto 0; }
.location-card, .local-faq { padding: clamp(28px, 4vw, 43px); border-radius: 24px; }
.location-card { color: white; background: var(--navy-950); }
.location-card .eyebrow, .local-faq .eyebrow { margin-bottom: 10px; }
.location-card .eyebrow { color: var(--gold-200); }
.location-card h3, .local-faq h3 { margin: 0 0 21px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.location-card address { color: rgba(255,255,255,.72); font-style: normal; }
.location-card address a { color: white; }
.location-actions { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; margin-top: 26px; }
.location-card .button { color: var(--navy-950); background: var(--gold-200); border-color: var(--gold-200); box-shadow: none; }
.location-card .button:hover, .location-card .button:focus-visible { color: white; background: var(--teal-700); border-color: var(--teal-700); }
.location-card .text-link { color: white; }
.external-note { margin: 20px 0 0; color: rgba(255,255,255,.52); font-size: .67rem; }
.local-faq { background: var(--teal-100); }
.local-faq details { border-top: 1px solid rgba(11,44,58,.17); }
.local-faq details:last-child { border-bottom: 1px solid rgba(11,44,58,.17); }
.local-faq summary { padding: 17px 30px 17px 0; cursor: pointer; font-weight: 800; }
.local-faq details p { margin: -5px 0 18px; color: var(--muted); font-size: .88rem; }

.contact-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 7vw, 95px); align-items: start; padding: clamp(75px, 9vw, 130px) clamp(24px, 8vw, 130px); color: white; background: var(--teal-700); }
.contact-section .eyebrow { color: var(--gold-200); }
.contact-section h2 { max-width: 850px; color: white; }
.contact-section p:not(.eyebrow) { max-width: 740px; color: rgba(255,255,255,.75); }
.contact-copy { position: sticky; top: 115px; }
.contact-alternatives { display: grid; gap: 9px; justify-items: start; margin-top: 31px; }
.button-light { color: var(--navy-950); background: var(--gold-200); border-color: var(--gold-200); }
.button-light:hover, .button-light:focus-visible { color: white; background: var(--navy-900); border-color: var(--navy-900); }
.contact-alternatives > span { color: rgba(255,255,255,.58); font-size: .66rem; }
.contact-form { position: relative; display: grid; gap: 22px; padding: clamp(27px, 4.5vw, 48px); color: var(--ink); background: var(--cream-50); border: 1px solid rgba(255,255,255,.35); border-radius: 28px; box-shadow: 0 24px 55px rgba(7,31,43,.16); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { display: grid; gap: 7px; }
.form-field label { color: var(--navy-950); font-size: .78rem; font-weight: 850; }
.form-field label span { color: var(--muted); font-size: .67rem; font-weight: 650; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: white; border: 1px solid rgba(11,44,58,.24); border-radius: 11px; font: inherit; font-size: .9rem; }
.form-field textarea { min-height: 155px; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: var(--teal-700); }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible { border-color: var(--teal-700); outline: 3px solid rgba(57,111,108,.2); outline-offset: 1px; }
.contact-section .contact-form .form-security-note { margin: -7px 0 0; color: #5a6c73; font-size: .7rem; }
.contact-section .contact-form .form-privacy { margin: 0; color: #4f636b; font-size: .72rem; }
.contact-form a { color: var(--teal-700); }
.contact-submit { justify-self: start; }
.contact-section .contact-form .form-noscript { margin: -8px 0 0; padding: 12px 14px; color: var(--navy-950); background: var(--gold-200); border-radius: 10px; font-size: .75rem; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px 50px; padding: 48px clamp(24px, 7vw, 110px); color: rgba(255,255,255,.64); background: #04151d; font-size: .72rem; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font-size: .9rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: flex-end; }
.site-footer a { color: white; text-decoration: none; }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

.legal-main { max-width: 1060px; min-height: 70vh; margin: 0 auto; padding: clamp(70px, 9vw, 120px) 24px; }
.legal-header { max-width: 820px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-header h1 { font-size: clamp(3rem, 6vw, 6rem); }
.legal-header p { color: var(--muted); }
.legal-content { max-width: 820px; padding-top: 35px; }
.legal-content h2 { margin: 52px 0 15px; font-family: var(--sans); font-size: 1.45rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.25; }
.legal-content h3 { margin: 30px 0 9px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #4f646c; }
.legal-content a { color: var(--teal-700); }
.legal-content address { font-style: normal; }
.legal-note { margin: 35px 0; padding: 18px 21px; background: var(--teal-100); border-left: 4px solid var(--teal-700); border-radius: 0 12px 12px 0; }
.legal-note p { margin: 0; }

.status-main { display: grid; min-height: 100vh; place-items: center; padding: 32px 20px; background: linear-gradient(135deg, var(--cream-50), var(--teal-100)); }
.status-card { width: min(760px, 100%); padding: clamp(34px, 7vw, 70px); background: white; border: 1px solid var(--line); border-top: 6px solid var(--teal-700); border-radius: 26px; box-shadow: var(--shadow); }
.status-card-error { border-top-color: var(--gold-600); }
.status-card h1 { font-size: clamp(2.6rem, 6.5vw, 5rem); }
.status-card > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); }
.status-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 32px; }

*:focus-visible { outline: 3px solid rgba(200, 156, 90, .55); outline-offset: 4px; }

@media (max-width: 980px) {
  .home-hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-profile-visual { min-height: 500px; }
  .section-intro, .method-section, .about-section, .contact-section, .local-service-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .section-intro .eyebrow { margin-bottom: -12px; }
  .topic-image { height: 280px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 8px 22px 22px; background: var(--cream-50); border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgba(7,31,43,.08); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 10px 0; font-size: .86rem; }
  .main-nav .nav-booking-link { padding: 11px 15px; text-align: center; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 70px; }
  .home-hero { padding-top: 65px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hero-profile-visual { min-height: 455px; }
  .hero-profile-visual > img { inset: 0; width: 100%; height: 100%; object-position: 50% 48%; }
  .topic-grid { grid-template-columns: 1fr; }
  .local-facts { grid-template-columns: 1fr; }
  .topic-copy > p:not(.card-kicker) { min-height: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 460px) {
  .wordmark small { display: none; }
  .home-hero, .topic-section, .method-section, .about-section, .local-section, .contact-section { padding-right: 20px; padding-left: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-profile-visual { min-height: 410px; border-radius: 28px 28px 28px 8px; }
  .hero-profile-visual > img { inset: 0; width: 100%; height: 100%; object-position: 50% 48%; }
  .hero-profile-badge { top: 18px; left: 18px; width: 58px; height: 58px; font-size: .58rem; }
  .hero-profile-visual figcaption { right: 18px; bottom: 18px; left: 18px; padding: 16px 18px; }
  .hero-profile-visual figcaption strong { font-size: 1.75rem; }
  .topic-image { height: 230px; }
}

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

@media print {
  .site-header, .menu-button { display: none !important; }
  body { background: white; }
  .home-hero, .topic-section, .method-section, .about-section, .local-section, .contact-section { break-inside: avoid; min-height: auto; padding: 35px 25px; }
  .contact-form { display: none; }
}
