:root {
  --ink: #05070d;
  --midnight: #080b14;
  --navy: #0b1630;
  --panel: #101725;
  --panel-soft: #141d2d;
  --gold: #d8b56b;
  --gold-bright: #f0d38a;
  --cream: #f8f0df;
  --muted: #aeb5c4;
  --line: rgba(216, 181, 107, 0.25);
  --line-bright: rgba(240, 211, 138, 0.48);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 181, 107, 0.16), transparent 28%),
    radial-gradient(circle at 88% 7%, rgba(40, 70, 130, 0.24), transparent 30%),
    linear-gradient(180deg, #05070d 0%, #090d18 42%, #070912 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(92%, 1260px); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 7, 13, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 181, 107, 0.16);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--line-bright); color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; letter-spacing: 0.08em;
  background: radial-gradient(circle at 50% 25%, rgba(216,181,107,0.22), rgba(216,181,107,0.06) 55%, transparent 70%);
}
.brand-text { max-width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--cream); font-size: .84rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.top-nav { display: flex; align-items: center; gap: 28px; }
.top-nav a { color: rgba(248,240,223,.76); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: color .18s ease; }
.top-nav a:hover { color: var(--gold-bright); }

.hero-gallery { padding: 30px 0 0; }
.hero-frame {
  width: min(92%, 1320px);
  margin: 0 auto;
  position: relative;
  min-height: clamp(440px, 54vw, 720px);
  overflow: hidden;
  border: 1px solid rgba(216, 181, 107, 0.34);
  background: var(--midnight);
  box-shadow: var(--shadow);
}
.hero-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 5;
  border: 1px solid rgba(248, 240, 223, 0.22);
  pointer-events: none;
}
.hero-slider, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  animation: heroFade 18s infinite;
}
.slide-cabin { background-image: url("../images/hero-cabin.jpg"); background-position: center 45%; }
.slide-florida { background-image: url("../images/hero-florida-luxury.jpg"); background-position: center 48%; animation-delay: 6s; }
.slide-dream { background-image: url("../images/hero-dream-home.jpg"); background-position: center 48%; animation-delay: 12s; }
@keyframes heroFade {
  0% { opacity: 0; transform: scale(1.04); }
  8% { opacity: 1; transform: scale(1.018); }
  33% { opacity: 1; transform: scale(1); }
  42% { opacity: 0; transform: scale(1.01); }
  100% { opacity: 0; transform: scale(1.04); }
}
.hero-dots { position: absolute; left: 50%; bottom: 30px; z-index: 8; transform: translateX(-50%); display: flex; gap: 10px; padding: 9px 13px; border: 1px solid rgba(248,240,223,.22); background: rgba(5,7,13,.52); backdrop-filter: blur(12px); }
.hero-dots span { width: 33px; height: 3px; background: rgba(248,240,223,.35); }
.hero-dots span:first-child { background: var(--gold-bright); }

.intro-section { padding: 42px 0 64px; }
.intro-panel { text-align: center; padding: clamp(38px, 6vw, 72px) clamp(18px, 5vw, 78px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(216,181,107,.10), transparent 22%), linear-gradient(180deg, rgba(17,29,56,.88), rgba(7,9,18,.88)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.intro-panel::before, .intro-panel::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(216,181,107,.18); transform: rotate(45deg); pointer-events: none; }
.intro-panel::before { left: -95px; top: -95px; }
.intro-panel::after { right: -95px; bottom: -95px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-bright); font-size: .74rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; margin: 0; color: var(--cream); }
h1 { max-width: 920px; margin: 0 auto; font-size: clamp(3.3rem, 8vw, 7rem); line-height: .9; letter-spacing: -.04em; }
.quote { margin: 26px auto 0; max-width: 860px; color: var(--gold-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.75rem, 4vw, 3rem); line-height: 1; }
.intro-copy { margin: 18px auto 0; max-width: 760px; color: rgba(248,240,223,.76); font-size: clamp(1rem, 1.8vw, 1.17rem); line-height: 1.75; }
.intro-actions { margin-top: 32px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.primary-btn, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 26px; text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .13em; transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease; }
.primary-btn { color: #05070d; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); border: 1px solid var(--gold-bright); box-shadow: 0 14px 34px rgba(216,181,107,.18); }
.secondary-btn { color: var(--cream); border: 1px solid rgba(248,240,223,.30); background: rgba(255,255,255,.03); }
.primary-btn:hover, .secondary-btn:hover { transform: translateY(-2px); }
.secondary-btn:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

.pathways-section { padding: 22px 0 72px; }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: end; margin-bottom: 24px; }
.section-heading h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: .98; }
.pathways-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.path-card { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(216,181,107,.24); background: var(--panel); box-shadow: 0 24px 55px rgba(0,0,0,.28); isolation: isolate; }
.path-card::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(5,7,13,.04) 0%, rgba(5,7,13,.28) 40%, rgba(5,7,13,.94) 100%); }
.path-card::after { content: ""; position: absolute; inset: 14px; z-index: 4; border: 1px solid rgba(248,240,223,.15); pointer-events: none; }
.path-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform .65s ease; }
.path-card:hover img { transform: scale(1.10); }
.path-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; padding: 34px 30px 32px; }
.path-number { display: inline-block; margin-bottom: 18px; color: var(--gold-bright); font-size: .73rem; font-weight: 900; letter-spacing: .22em; }
.path-content h3 { font-size: clamp(2rem, 3vw, 3.1rem); line-height: .93; margin-bottom: 13px; }
.path-content p { margin: 0 0 23px; color: rgba(248,240,223,.72); font-size: .95rem; line-height: 1.55; }
.path-content a { color: var(--gold-bright); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.featured-path { border-color: rgba(240,211,138,.45); }

.trust-section { padding: 6px 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.trust-item { min-height: 210px; padding: 30px 28px; background: linear-gradient(180deg, rgba(17,29,56,.85), rgba(8,11,21,.92)); }
.trust-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border: 1px solid var(--line-bright); color: var(--gold-bright); font-size: 1.25rem; }
.trust-item h3 { font-size: 1.38rem; line-height: 1; margin-bottom: 10px; }
.trust-item p { margin: 0; color: rgba(248,240,223,.66); font-size: .91rem; line-height: 1.6; }

.form-section { padding: 0 0 82px; }
.form-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: stretch; border: 1px solid rgba(216,181,107,.32); background: radial-gradient(circle at 0% 0%, rgba(216,181,107,.15), transparent 32%), linear-gradient(135deg, rgba(17,29,56,.88), rgba(8,11,21,.94)); box-shadow: var(--shadow); padding: clamp(28px, 5vw, 56px); }
.form-copy h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .9; max-width: 560px; }
.form-copy p:not(.eyebrow) { color: rgba(248,240,223,.72); font-size: 1rem; line-height: 1.75; max-width: 530px; }
.lead-form { display: grid; gap: 15px; padding: 8px; }
.lead-form label { display: grid; gap: 8px; }
.lead-form label span { color: var(--gold-bright); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lead-form input { width: 100%; min-height: 58px; border: 1px solid rgba(248,240,223,.18); background: rgba(255,255,255,.055); color: var(--cream); padding: 0 18px; font: 600 1rem/1 "Inter", Arial, sans-serif; outline: none; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.lead-form input:focus { border-color: var(--gold-bright); background: rgba(255,255,255,.085); box-shadow: 0 0 0 4px rgba(216,181,107,.10); }
.lead-form input::placeholder { color: rgba(248,240,223,.40); }
.lead-form button { min-height: 58px; border: 1px solid var(--gold-bright); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #05070d; font: 900 .78rem/1 "Inter", Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: transform .22s ease, filter .22s ease; }
.lead-form button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.site-footer { border-top: 1px solid rgba(216,181,107,.16); background: rgba(5,7,13,.65); }
.footer-inner { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: rgba(248,240,223,.55); font-size: .84rem; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 18px; background: linear-gradient(rgba(5,7,13,.62), rgba(5,7,13,.88)), url("../images/hero-cabin.jpg") center / cover no-repeat; }
.thank-you-card { width: min(92%, 760px); text-align: center; padding: clamp(38px, 7vw, 74px); border: 1px solid var(--line-bright); background: rgba(5,7,13,.78); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.thank-you-card h1 { font-size: clamp(4rem, 10vw, 8rem); }
.thank-you-card .primary-btn { margin-top: 28px; }

@media (prefers-reduced-motion: reduce) { .hero-slide { animation: none; opacity: 0; transform: none; } .slide-cabin { opacity: 1; } * { scroll-behavior: auto; } }
@media (max-width: 1100px) { .pathways-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); } .section-heading, .form-layout { grid-template-columns: 1fr; } .top-nav { gap: 16px; } }
@media (max-width: 760px) { .header-inner { min-height: 70px; } .brand-text { max-width: 210px; font-size: .68rem; } .top-nav { display: none; } .hero-gallery { padding-top: 18px; } .hero-frame { min-height: 430px; } .hero-frame::before { inset: 10px; } .intro-section { padding-top: 24px; } h1 { font-size: clamp(3rem, 15vw, 5rem); } .pathways-grid, .trust-grid { grid-template-columns: 1fr; } .path-card { min-height: 440px; } .footer-inner { flex-direction: column; justify-content: center; text-align: center; padding: 18px 0; } }
@media (max-width: 460px) { .container, .hero-frame { width: min(91%, 1260px); } .brand-mark { width: 42px; height: 42px; font-size: .82rem; } .brand-text { max-width: 190px; } .quote { font-size: 1.8rem; } .primary-btn, .secondary-btn { width: 100%; } .path-content { padding: 30px 24px 30px; } }
