:root {
  --navy: #00203a;
  --navy-deep: #001624;
  --white: #ffffff;
  --paper: #fbfaf8;
  --charcoal: #16191c;
  --muted: #5c6570;
  --gold: #a3823a;
  --gold-light: #c9a869;
  --coastal-blue: #3f7896;
  --lighthouse-red: #a8382c;
  --hairline: #dedad2;
  --hairline-dark: rgba(255,255,255,0.18);
  --serif: "Bodoni Moda", Didot, "Georgia", serif;
  --sans: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 18px;
}

.eyebrow-dark {
  color: var(--gold);
}

/* Quiet text links — no filled buttons anywhere on the site */
.quiet-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.quiet-link::after {
  content: "\2192";
  margin-left: 8px;
}

.quiet-link:hover {
  color: var(--coastal-blue);
  border-color: var(--coastal-blue);
}

/* Lighthouse mark */
.lighthouse-mark {
  width: 22px;
  height: 34px;
  flex-shrink: 0;
}

.lh-tower, .lh-tower-a, .lh-tower-m { fill: var(--lighthouse-red); }
.lh-lantern, .lh-lantern-a, .lh-lantern-m { fill: var(--navy); }
.lh-base, .lh-base-a { fill: var(--navy); }

.lh-light {
  fill: var(--gold-light);
  filter: drop-shadow(0 0 2px var(--gold-light));
}

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--hairline);
  padding: 20px 0;
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin-right: auto;
}

.nav-links {
  display: flex;
  gap: 34px;
}

.nav-links a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--coastal-blue);
}

.nav-phone {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--navy);
  white-space: nowrap;
}

.nav-phone:hover {
  color: var(--coastal-blue);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 1px;
  background: var(--navy);
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .nav.menu-open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--white);
    padding: 22px 40px 28px;
    gap: 20px;
    border-bottom: 1px solid var(--hairline);
  }
  .nav-toggle {
    display: flex;
  }
}

@media (max-width: 560px) {
  .nav-inner {
    padding: 0 20px;
    gap: 20px;
  }
  .wordmark span {
    font-size: 0.8rem;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 88px;
}

.hero-scene {
  position: absolute;
  inset: 0;
}

.hero-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 55%, #103b57 100%);
}

.hero-water {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  background: repeating-linear-gradient(
    180deg,
    rgba(255,255,255,0.04) 0px,
    rgba(255,255,255,0.04) 2px,
    transparent 2px,
    transparent 16px
  ), linear-gradient(180deg, rgba(63,120,150,0.35), rgba(0,22,36,0.9));
}

.hero-lighthouse-wrap {
  position: absolute;
  right: 8%;
  bottom: 0;
  height: 64%;
  aspect-ratio: 120 / 220;
}

.hero-lighthouse {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.beacon-glow {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 9vh;
  height: 9vh;
  transform: translate(-50%, -40%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,190,110,0.85) 0%, rgba(230,190,110,0.32) 40%, rgba(230,190,110,0) 72%);
  animation: beacon-pulse 3.2s ease-in-out infinite;
  pointer-events: none;
}

.beacon-beam-wrap {
  position: absolute;
  top: 6%;
  left: 50%;
  width: 0;
  height: 0;
  animation: beacon-sweep 9s linear infinite;
  pointer-events: none;
}

.beacon-beam {
  position: absolute;
  top: 0;
  left: 0;
  width: 34vh;
  height: 2px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(230,190,110,0.45), rgba(230,190,110,0));
  mix-blend-mode: screen;
}

.beacon-beam--rev {
  transform: rotate(180deg);
}

@keyframes beacon-pulse {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -40%) scale(0.85); }
  50% { opacity: 1; transform: translate(-50%, -40%) scale(1.2); }
}

@keyframes beacon-sweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .beacon-glow,
  .beacon-beam-wrap {
    animation: none;
  }
}

@media (max-width: 640px) {
  .hero-lighthouse-wrap {
    height: 40%;
    right: 6%;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  padding: 40px 24px;
  color: var(--white);
}

.hero h1 {
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin: 0 auto 34px;
}

.hero-phone {
  color: var(--white);
  border-color: var(--gold-light);
}

.hero-phone:hover {
  color: var(--gold-light);
}

/* Intro / What We Do */
.intro {
  padding: 120px 24px 100px;
  text-align: center;
}

.intro-inner {
  max-width: 640px;
  margin: 0 auto;
}

.intro-lede {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  font-style: italic;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 22px;
}

.intro p:not(.intro-lede) {
  color: var(--muted);
  font-size: 1rem;
}

/* Editorial full-bleed image panels */
.editorial-image {
  position: relative;
  height: 52vh;
  min-height: 320px;
  background: linear-gradient(160deg, var(--navy) 0%, #103b57 60%, var(--coastal-blue) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.editorial-image--water {
  background: linear-gradient(180deg, #0a2c44 0%, var(--coastal-blue) 100%);
}

.gate-illustration {
  width: 100%;
  max-width: 640px;
  padding: 0 40px;
}

/* Services */
.services {
  padding: 110px 24px;
  max-width: 900px;
  margin: 0 auto;
}

.service-block {
  margin-bottom: 0;
}

.section-head {
  max-width: 620px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
}

.section-sub {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
}

.service-block-body {
  max-width: 640px;
  margin: 0 auto;
}

.service-block-body p {
  color: var(--charcoal);
  font-size: 1rem;
  margin-bottom: 18px;
}

.hairline-rule {
  height: 1px;
  background: var(--hairline);
  margin: 90px auto;
  max-width: 640px;
}

.concierge-list {
  list-style: none;
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.concierge-list li {
  padding: 26px 30px 26px 0;
  border-top: 1px solid var(--hairline);
}

.concierge-list li:nth-child(2n) {
  padding-left: 30px;
  padding-right: 0;
}

.concierge-list li:nth-child(-n+2) {
  border-top: none;
}

.concierge-list h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
  color: var(--navy);
}

.concierge-list p {
  color: var(--muted);
  font-size: 0.92rem;
}

.concierge-note {
  max-width: 640px;
  margin: 40px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: italic;
}

@media (max-width: 700px) {
  .concierge-list {
    grid-template-columns: 1fr;
  }
  .concierge-list li,
  .concierge-list li:nth-child(2n) {
    padding: 24px 0;
    border-top: 1px solid var(--hairline);
  }
  .concierge-list li:first-child {
    border-top: none;
  }
}

/* Why */
.why {
  padding: 100px 24px;
  background: var(--paper);
}

.why-list {
  list-style: none;
  max-width: 620px;
  margin: 0 auto;
}

.why-list li {
  font-size: 1.02rem;
  color: var(--charcoal);
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
}

.why-list li:last-child {
  border-bottom: none;
}

.why-mark {
  color: var(--gold);
  font-family: var(--serif);
  margin-right: 10px;
}

/* About */
.about {
  padding: 130px 24px;
  display: flex;
  justify-content: center;
}

.about-image {
  display: none;
}

.lh-tower-a { fill: var(--navy); opacity: 0.08; }
.lh-lantern-a, .lh-base-a { fill: var(--navy); opacity: 0.08; }

.about-lighthouse {
  width: 220px;
  height: auto;
}

.about-content {
  max-width: 620px;
  text-align: center;
}

.about-content h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  margin-bottom: 26px;
}

.about-content p {
  color: var(--charcoal);
  font-size: 1rem;
  margin-bottom: 20px;
}

.about-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--gold);
  margin-top: 30px;
}

/* Service area */
.service-area {
  padding: 110px 24px 140px;
}

.map-graphic {
  max-width: 460px;
  margin: 50px auto 0;
}

.map-graphic svg {
  width: 100%;
  height: auto;
}

.map-land { fill: var(--paper); stroke: var(--hairline); stroke-width: 1; }
.map-water { fill: var(--coastal-blue); opacity: 0.22; }
.map-inlet { fill: var(--coastal-blue); opacity: 0.38; }
.map-pin { fill: var(--lighthouse-red); }
.map-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  fill: var(--navy);
}
.lh-tower-m { fill: var(--lighthouse-red); }
.lh-lantern-m, .lh-base-m { fill: var(--navy); }

/* Closing — the one deliberate get-in-touch moment */
.closing {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 130px 24px;
}

.closing-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  max-width: 620px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.92);
}

.closing-phone {
  display: block;
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--white);
}

.closing-phone:hover {
  color: var(--gold-light);
}

/* Footer */
.footer {
  background: var(--navy-deep);
  padding: 50px 24px 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .lh-tower { fill: var(--lighthouse-red); }
.footer .lh-lantern, .footer .lh-base { fill: var(--white); }

.footer-wordmark {
  font-family: var(--serif);
  color: var(--white);
  font-size: 0.85rem;
}

.footer-details {
  text-align: right;
}

.footer-phone {
  display: block;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.footer-phone:hover {
  color: var(--gold-light);
}

.footer-email, .footer-area {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
}

.footer-copy {
  max-width: 1100px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--hairline-dark);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  text-align: center;
}

@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column;
  }
  .footer-details {
    text-align: left;
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
