:root {
  --navy: #062d46;
  --deep: #031d2d;
  --aqua: #15c4c8;
  --orange: #ff8a3d;
  --cream: #f7f4ec;
  --white: #ffffff;
  --ink: #102936;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 clamp(1.25rem, 4vw, 4.5rem); background: var(--deep); color: white; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--deep); border: 3px solid white; box-shadow: 0 0 0 3px var(--orange); font-family: "Bebas Neue"; font-size: 1.35rem; transform: rotate(-5deg); }
.brand-copy { display: grid; line-height: .85; text-transform: uppercase; }
.brand-copy strong { font-family: "Bebas Neue"; font-size: 1.7rem; letter-spacing: .06em; }
.brand-copy em { color: var(--orange); font-style: normal; font-size: .75rem; font-weight: 800; letter-spacing: .3em; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); font-size: .9rem; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.nav-call):hover { color: var(--aqua); }
.nav-call { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.nav-call:hover { background: white; color: var(--deep); }
.menu-toggle { display: none; }

.hero { min-height: 680px; height: calc(100svh - 82px); max-height: 850px; position: relative; overflow: hidden; color: white; display: grid; align-items: center; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,29,45,.96) 0%, rgba(3,29,45,.82) 33%, rgba(3,29,45,.15) 66%, rgba(3,29,45,.05) 100%); }
.hero-content { width: min(700px, 89vw); position: relative; z-index: 2; margin-left: clamp(1.25rem, 7vw, 7rem); padding-bottom: 2rem; }
.eyebrow { margin: 0 0 1rem; color: #a9fbf4; text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; font-weight: 800; }
.eyebrow.dark { color: #047c86; }
h1, h2, h3 { margin-top: 0; }
h1 { margin-bottom: 1rem; font-family: "Bebas Neue"; font-size: clamp(4.6rem, 8vw, 8rem); line-height: .83; letter-spacing: .01em; font-weight: 400; text-shadow: 0 3px 30px rgba(0,0,0,.25); }
h1 span { color: var(--orange); }
.hero-text { max-width: 500px; margin: 0 0 2rem; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .75rem 1.4rem; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--deep); box-shadow: 0 10px 30px rgba(255,138,61,.25); }
.button-primary:hover { background: #ffad73; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.65); backdrop-filter: blur(6px); }
.button-ghost:hover { background: white; color: var(--deep); }
.hero-badge { position: absolute; right: clamp(1.2rem, 5vw, 5rem); bottom: 2rem; z-index: 2; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--aqua); color: var(--deep); transform: rotate(7deg); box-shadow: 0 12px 40px rgba(0,0,0,.25); }
.hero-badge span { font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.hero-badge strong { font-family: "Bebas Neue"; font-size: 1.6rem; line-height: .86; }

.section-wrap { max-width: 1200px; margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem); }
.section-heading { max-width: 690px; margin-bottom: 3rem; }
h2 { margin-bottom: 1rem; font-family: "Bebas Neue"; font-size: clamp(3rem, 5vw, 5rem); line-height: .95; color: var(--navy); font-weight: 400; }
.section-heading > p:last-child, .why-copy > p:last-child { font-size: 1.05rem; color: #526873; }
.offering-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.offering-card { position: relative; min-height: 330px; padding: 2rem; overflow: hidden; border-radius: 28px; color: white; background: var(--navy); box-shadow: 0 18px 55px rgba(6,45,70,.12); transition: transform .25s; }
.offering-card:hover { transform: translateY(-7px); }
.offering-card-main { background: var(--aqua); color: var(--deep); }
.custom-card { background: var(--orange); color: var(--deep); }
.offering-card .number { position: absolute; top: 1.2rem; right: 1.5rem; opacity: .45; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.offering-card .icon { margin-top: 2rem; font-size: 3rem; }
.offering-card h3 { margin: 1.6rem 0 .6rem; font-family: "Bebas Neue"; font-size: 2.8rem; line-height: 1; font-weight: 400; }
.offering-card p { margin: 0; max-width: 300px; }

.lake-strip { background: var(--deep); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 7rem); padding: clamp(5rem, 8vw, 8rem) max(clamp(1.25rem, 7vw, 7rem), calc((100vw - 1200px)/2)); }
.lake-strip h2 { color: white; margin: 0; }
.lake-list { display: grid; }
.lake-list div { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem .25rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.lake-list span { color: var(--orange); font-size: .75rem; font-weight: 900; }
.lake-list strong { font-family: "Bebas Neue"; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; font-weight: 400; }
.lake-list small { color: #92abb8; font-size: .8rem; }

.why { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.why-points { padding: 2rem; border-left: 6px solid var(--aqua); background: white; border-radius: 0 24px 24px 0; box-shadow: 0 18px 55px rgba(6,45,70,.08); }
.why-points p { margin: 0; padding: 1rem 0; font-weight: 800; border-bottom: 1px solid #dbe5e7; }
.why-points p:last-child { border: 0; }
.why-points span { margin-right: .8rem; color: #047c86; }

.contact { padding: clamp(2rem, 5vw, 5rem); background: linear-gradient(145deg, var(--aqua), #07869a); }
.contact-card { max-width: 1080px; margin: 0 auto; text-align: center; color: white; padding: clamp(3.5rem, 7vw, 6rem) 1.2rem; border: 1px solid rgba(255,255,255,.4); border-radius: 32px; background: rgba(3,29,45,.93); }
.contact-card h2 { color: white; }
.contact-card > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 1.4rem; }
.phone { display: block; margin: .5rem 0 1.5rem; color: var(--orange); font-family: "Bebas Neue"; font-size: clamp(3rem, 7vw, 6rem); line-height: 1; text-decoration: none; }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; align-items: center; gap: 2rem; padding: 3rem clamp(1.25rem, 5vw, 5rem); color: #bed0d8; background: var(--deep); font-size: .82rem; }
footer p, footer small { margin: 0; }
.footer-brand { color: white; }
.mobile-call { display: none; }

@media (max-width: 800px) {
  body { padding-bottom: 62px; }
  .site-header { height: 72px; padding: 0 1rem; }
  .brand-copy strong { font-size: 1.4rem; }
  .brand-mark { width: 40px; height: 40px; }
  .menu-toggle { display: block; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: .55rem .85rem; background: transparent; color: white; font: inherit; font-size: .82rem; font-weight: 800; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 1.2rem; background: var(--deep); border-top: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .6rem; }
  .nav-call { text-align: center; }
  .hero { min-height: 660px; height: calc(100svh - 72px); max-height: 760px; align-items: end; }
  .hero > img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,29,45,.98) 0%, rgba(3,29,45,.78) 48%, rgba(3,29,45,.08) 85%); }
  .hero-content { margin: 0; padding: 0 1.2rem 3.8rem; width: 100%; }
  h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .hero-badge { width: 88px; height: 88px; top: 1.2rem; right: 1rem; bottom: auto; }
  .hero-badge strong { font-size: 1.25rem; }
  .offering-grid, .lake-strip, .why { grid-template-columns: 1fr; }
  .offering-card { min-height: 285px; }
  .lake-strip { padding-left: 1.25rem; padding-right: 1.25rem; }
  .lake-list div { grid-template-columns: 35px 1fr; }
  .lake-list small { display: none; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .mobile-call { display: block; position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; padding: 1rem; text-align: center; background: var(--orange); color: var(--deep); font-weight: 900; text-decoration: none; box-shadow: 0 -4px 24px rgba(0,0,0,.16); }
}

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