﻿:root {
  --navy: #0B3D91;
  --navy-deep: #071f4d;
  --gold: #D4AF37;
  --white: #FFFFFF;
  --grey: #F5F5F5;
  --ink: #101827;
  --muted: #647086;
  --line: rgba(11, 61, 145, 0.14);
  --shadow: 0 24px 70px rgba(7, 31, 77, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Candara, "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px clamp(16px, 4vw, 56px); background: rgba(255,255,255,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 185px; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(7,31,77,.18)); }
.brand strong { display: block; color: var(--navy); font-size: 1.35rem; line-height: 1; letter-spacing: .08em; text-transform: uppercase; font-family: Georgia, serif; }
.brand small { display: block; color: var(--gold); font-weight: 800; letter-spacing: .28em; text-transform: uppercase; font-size: .68rem; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 9px 12px; border-radius: 999px; color: var(--navy-deep); font-weight: 800; font-size: .92rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.site-nav a:hover { transform: translateY(-2px); background: rgba(212,175,55,.16); }
.nav-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--grey); color: var(--navy); font-size: .78rem; }
.nav-cta { background: var(--navy); color: var(--white) !important; }
.nav-cta .nav-icon { background: var(--gold); color: var(--navy-deep); }
.menu-toggle { display: none; align-items: center; gap: 6px; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); padding: 8px 12px; font-weight: 900; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 3px 0; background: var(--navy); }
.hero { position: relative; min-height: 720px; display: grid; align-items: center; padding: clamp(90px, 12vw, 160px) clamp(18px, 5vw, 72px); isolation: isolate; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; animation: slowZoom 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,77,.92), rgba(7,31,77,.64), rgba(7,31,77,.1)); z-index: -2; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(0deg, #fff, transparent); z-index: -1; }
.hero-content { max-width: 790px; color: var(--white); }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3 { letter-spacing: 0; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(2.55rem, 7vw, 6.7rem); line-height: .95; font-family: Georgia, "Times New Roman", serif; text-wrap: balance; }
.hero p:not(.eyebrow) { max-width: 680px; margin: 22px 0 0; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.88); }
.hero-actions, .portal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 20px; border: 0; border-radius: 999px; font: inherit; font-weight: 900; cursor: pointer; box-shadow: 0 12px 28px rgba(7,31,77,.14); }
.button.primary { background: linear-gradient(135deg, var(--gold), #f2d877); color: var(--navy-deep); }
.button.secondary { background: rgba(255,255,255,.12); color: var(--white); border: 1px solid rgba(255,255,255,.42); }
.button.dark { background: var(--navy); color: var(--white); }
.float-note { position: absolute; z-index: 2; padding: 12px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: #fff; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); box-shadow: var(--shadow); font-weight: 900; animation: floaty 5s ease-in-out infinite; }
.note-one { right: 8%; top: 22%; }
.note-two { right: 18%; bottom: 28%; animation-delay: .8s; }
.note-three { left: 7%; bottom: 15%; animation-delay: 1.4s; }
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--grey); }
.marquee div { display: flex; gap: 36px; width: max-content; padding: 16px 0; animation: marquee 26s linear infinite; }
.marquee span { color: var(--navy); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.section { padding: clamp(66px, 9vw, 118px) clamp(18px, 5vw, 76px); }
.section-heading { max-width: 850px; margin-bottom: 36px; }
.section-heading h2, .feature-copy h2, .travel-card h2, .portal-band h2, .contact-copy h2 { margin: 0; color: var(--navy-deep); font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.02; text-wrap: balance; }
.section-heading p:not(.eyebrow), .feature-copy p, .travel-card p, .portal-band p, .contact-copy p { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card, .lodge-card, .auth-card, .dash-card { position: relative; min-height: 285px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(7,31,77,.08); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease; }
.service-card::before, .lodge-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--navy), var(--gold)); }
.service-card:hover, .lodge-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: linear-gradient(135deg, var(--navy), #2a6fd1); color: #fff; font-weight: 900; margin-bottom: 20px; box-shadow: inset 0 -8px 16px rgba(0,0,0,.14); }
.service-card h3, .lodge-card h3 { margin: 0 0 10px; color: var(--navy-deep); font-size: 1.3rem; }
.service-card p, .lodge-card p { color: var(--muted); margin: 0 0 18px; }
.service-card a { color: var(--navy); font-weight: 900; }
.image-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 6vw, 70px); align-items: center; background: linear-gradient(135deg, #fff, var(--grey)); }
.image-feature img { border-radius: 24px; box-shadow: var(--shadow); animation: imageDrift 7s ease-in-out infinite; }
.check-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 800; color: var(--navy-deep); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(212,175,55,.18); }
.travel-section { position: relative; min-height: 650px; display: grid; align-items: end; padding: clamp(40px, 8vw, 78px); overflow: hidden; }
.travel-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.travel-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,31,77,.86), rgba(7,31,77,.16)); z-index: -1; }
.travel-card { max-width: 720px; padding: clamp(24px, 5vw, 44px); border-radius: 24px; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.accommodation-section { background: var(--grey); }
.lodge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lodge-card span { display: inline-flex; margin-bottom: 18px; padding: 7px 12px; border-radius: 999px; background: rgba(212,175,55,.18); color: var(--navy); font-weight: 900; }
.portal-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: clamp(42px, 7vw, 80px) clamp(18px, 5vw, 76px); background: radial-gradient(circle at 20% 20%, rgba(212,175,55,.28), transparent 30%), linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff; }
.portal-band h2, .portal-band p { color: #fff; }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(24px, 5vw, 62px); padding: clamp(66px, 9vw, 118px) clamp(18px, 5vw, 76px); }
.contact-methods { display: grid; gap: 8px; margin-top: 20px; color: var(--navy); font-weight: 900; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; text-transform: uppercase; }
.contact-form, .auth-form, .panel-form { display: grid; gap: 15px; padding: clamp(22px, 4vw, 34px); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
label { display: grid; gap: 7px; color: var(--navy-deep); font-weight: 900; }
input, select, textarea { width: 100%; border: 1px solid rgba(11,61,145,.22); border-radius: 14px; padding: 13px 14px; color: var(--ink); font: inherit; background: #fff; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 4px solid rgba(212,175,55,.26); border-color: var(--gold); }
.site-footer { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; padding: 48px clamp(18px, 5vw, 76px); background: #061838; color: #fff; }
.site-footer a, .site-footer p { display: block; color: rgba(255,255,255,.72); margin: 7px 0; }
.site-footer h2 { font-size: 1rem; color: var(--gold); }
.auth-page, .dashboard-page { min-height: 100vh; padding: clamp(28px, 6vw, 70px); background: linear-gradient(135deg, #fff, var(--grey)); }
.auth-shell { width: min(520px, 100%); margin: 0 auto; }
.auth-card { min-height: auto; }
.flash { padding: 12px 14px; margin-bottom: 18px; border-radius: 14px; background: rgba(212,175,55,.18); color: var(--navy-deep); font-weight: 900; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: start; }
.full { grid-column: 1 / -1; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); }
.status { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: rgba(11,61,145,.1); color: var(--navy); font-weight: 900; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.06); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes imageDrift { 0%,100% { transform: translateY(0) rotate(-.6deg); } 50% { transform: translateY(-14px) rotate(.6deg); } }
@media (max-width: 1100px) { .service-grid { grid-template-columns: repeat(2, 1fr); } .site-nav a { font-size: 0; padding: 9px; } .site-nav .nav-icon { margin: 0; } }
@media (max-width: 860px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 14px; right: 14px; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { font-size: .95rem; justify-content: flex-start; }
  .image-feature, .contact-section, .portal-band, .dashboard-grid { grid-template-columns: 1fr; }
  .lodge-grid, .site-footer { grid-template-columns: 1fr 1fr; }
  .float-note { display: none; }
}
@media (max-width: 620px) {
  .site-header { padding: 10px 14px; }
  .brand { min-width: 0; }
  .brand-logo { width: 48px; height: 48px; }
  .brand strong { font-size: 1rem; }
  .brand small { letter-spacing: .12em; }
  .hero { min-height: 660px; padding-top: 90px; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,31,77,.9), rgba(7,31,77,.45)); }
  .hero-actions, .button { width: 100%; }
  .service-grid, .lodge-grid, .site-footer { grid-template-columns: 1fr; }
  .service-card, .lodge-card { min-height: auto; }
  .travel-section { min-height: 560px; padding: 18px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; } }
