/* Shared practical navigation and enquiry presentation. */
:root { --gold-deep: #7a6421; }
[hidden] { display: none !important; }
body { font-weight: 300; }
.home-page { --navy: #0e1e3a; --text-muted: #b7c5d7; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #c9a84c; outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 10000; background: #f8f6f1; color: #0e1e3a; padding: 1rem; }
.skip-link:focus { top: 1rem; }
#main-content, #contact, #at-a-glance { scroll-margin-top: 6rem; }
.guide-navigation { display: flex; flex-wrap: wrap; justify-content: center; gap: .25rem 1.5rem; padding: .7rem 1.5rem; background: #f8f6f1; border-bottom: 1px solid #ded8c9; }
.guide-navigation a { display: inline-flex; align-items: center; min-height: 44px; color: #0e1e3a; font-family: Raleway, sans-serif; font-weight: 500; font-size: .9rem; text-decoration: none; }
.guide-navigation a:hover, .guide-navigation a[aria-current="page"] { text-decoration: underline; text-underline-offset: .3em; }
footer .guide-navigation { background: transparent; border: 0; }
footer .guide-navigation a { color: #c9a84c; }
.btn-primary, .home-page .hero-cta, .home-page .form-submit, .soft-cta a, .home-page .sticky-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.5rem; background: #c9a84c; color: #0e1e3a; border: 1px solid #c9a84c; border-radius: 2px; text-decoration: none; font: 600 .95rem/1.4 Raleway, sans-serif; cursor: pointer; letter-spacing: .02em; }
.btn-primary:hover, .home-page .hero-cta:hover, .home-page .form-submit:hover, .soft-cta a:hover { background: #ddc277; color: #0e1e3a; }
.btn-primary:disabled, .form-submit:disabled { cursor: wait; opacity: .65; }
.home-page .key-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-page .key-fact p, .home-page .pillar p, .home-page .question-answer, .home-page .section-text { font-size: 1.05rem; line-height: 1.8; }
.practical-guides { background: #f8f6f1; color: #0e1e3a; padding: 4.5rem 1.5rem; }
.practical-guides .section-label { color: #7a6421; }
.practical-guides .section-heading { color: #0e1e3a; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin: 2rem 0; }
.guide-grid a { border-top: 2px solid #c9a84c; padding-top: 1.25rem; color: #0e1e3a; text-decoration: none; }
.guide-grid a:hover strong { text-decoration: underline; text-underline-offset: .2em; }
.guide-grid strong { display: block; font: 600 1.6rem/1.2 'Cormorant Garamond', Georgia, serif; margin-bottom: .65rem; }
.guide-grid span { display: block; font-size: 1rem; line-height: 1.7; }
.guide-next { font-size: 1rem; }
.guide-next a { color: #0e1e3a; text-decoration: underline; text-underline-offset: .2em; }
.image-caption, .lodge-life-photo figcaption { font: 300 .8rem/1.5 Raleway, sans-serif; padding: .6rem .9rem; color: #dce4ef; background: #0e1e3a; }
.hero-image-caption { position: absolute; right: 0; bottom: 0; z-index: 2; max-width: 100%; background: rgba(14,30,58,.92); }
.photo-break { position: relative; }
.photo-break > .image-caption { position: absolute; bottom: 0; right: 0; margin: 0; }
.home-page #contact { background: #0e1e3a; padding: 5rem 1.5rem; }
.home-page .contact-layout { max-width: 1080px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.home-page .contact-layout .form-wrapper { margin: 0; width: 100%; max-width: none; }
.home-page .contact-layout .section-heading { font-size: clamp(2.3rem,4vw,3.5rem); }
.home-page .contact-layout .section-text { margin-bottom: 1.4rem; }
.contact-host { margin: 1.5rem 0; padding-left: 1rem; border-left: 2px solid #c9a84c; }
.contact-host strong, .contact-host span { display: block; }
.contact-host strong { color: #f8f6f1; font-weight: 600; }
.contact-host span { font-size: .9rem; color: #b7c5d7; }
.contact-trust { font-size: .82rem; line-height: 1.8; margin: 1.25rem 0 0; }
[data-enquiry-form] .form-group { margin: 0 0 1.25rem; text-align: left; min-width: 0; }
[data-enquiry-form] .enquiry-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0; }
[data-enquiry-form] label { display: block; font-size: .95rem; font-weight: 500; margin: 0 0 .4rem; }
[data-enquiry-form] .label-optional { font-weight: 300; font-size: .85rem; opacity: 1; }
[data-enquiry-form] input, [data-enquiry-form] textarea, [data-enquiry-form] select { display: block; box-sizing: border-box; width: 100%; min-height: 48px; padding: .8rem; border: 1px solid #7c899b; border-radius: 2px; background: #fff; color: #1a1a1a; font: 300 1rem/1.5 Raleway, sans-serif; }
[data-enquiry-form] input::placeholder, [data-enquiry-form] textarea::placeholder { color: #626262; opacity: 1; }
[data-enquiry-form] textarea { resize: vertical; }
[data-enquiry-form] input[aria-invalid="true"] { border: 2px solid #af1600; }
[data-enquiry-form] .enquiry-privacy { font-size: .85rem; line-height: 1.7; margin: .75rem 0 1.25rem; }
.field-error { color: #8b1100; font-size: .88rem; margin: .4rem 0 0; }
.home-page .field-error { color: #ffb6a9; }
.submission-status { border-left: 3px solid #af1600; padding: .8rem; background: #fff1ee; color: #761500; font-size: .95rem; margin: 1rem 0; }
.enquiry-success { padding: 1.5rem; border: 1px solid #c9a84c; }
.enquiry-success h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.8rem; font-weight: 600; margin-bottom: .8rem; }
.joining-introduction { max-width: 760px; margin: 1.5rem auto; padding: 1.5rem; text-align: center; }
.joining-introduction > p:first-child { margin-bottom: 1.25rem; line-height: 1.8; }
.guide-page .step-list li::before, .guide-page .faq summary::after { color: #7a6421; }
.guide-page article a { color: #0e1e3a; text-decoration: underline; text-underline-offset: .18em; }
.guide-page .soft-cta a { text-decoration: none; }
.guide-page .cost-table td:last-child { white-space: normal; }
.guide-page .cost-table { width: 100%; table-layout: fixed; }
.guide-page .cost-table th, .guide-page .cost-table td { overflow-wrap: anywhere; }
.landing-page .btn-primary { border-radius: 2px; }
/* Core information stays visible if an animation or observer cannot run. */
.home-page .fade-up { opacity: 1; transform: none; }
@media (max-width: 800px) {
  .home-page .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .guide-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .practical-guides { padding: 3rem 1.25rem; }
  .home-page #contact { padding: 3rem 1.25rem; }
  .hero-image-caption { position: relative; margin: 0; background: #0e1e3a; font-size: .72rem; }
  .guide-navigation { gap: 0 1rem; padding: .4rem 1rem; }
  .guide-navigation a { font-size: .82rem; }
}
@media (max-width: 520px) {
  [data-enquiry-form] .enquiry-fields, .home-page .key-facts { grid-template-columns: 1fr; }
  [data-enquiry-form] .form-submit { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
