:root {
  --ink: #122136;
  --midnight: #21415c;
  --shell: #f6f1e8;
  --mist: #edf2f4;
  --sand: #d9c3a0;
  --stone: #8a837a;
  --white: rgba(255, 255, 255, 0.74);
  --line: rgba(18, 33, 54, 0.1);
  --shadow: 0 30px 80px rgba(18, 33, 54, 0.08);
  --serif: "Georgia", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.58), transparent 38%),
    linear-gradient(180deg, #f7f2e9 0%, #edf2f4 46%, #f3f6f7 100%);
}

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

.frame {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
}

.glass {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: var(--white);
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  color: var(--stone);
}

.eyebrow::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: rgba(217, 195, 160, 0.9);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 1rem;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.4rem;
  border-radius: 2rem;
}

.brand {
  font-family: var(--serif);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: rgba(18, 33, 54, 0.7);
  font-size: 0.92rem;
}

.nav-cta,
.button-dark,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  transition: transform 240ms ease, background-color 240ms ease;
}

.nav-cta,
.button-dark {
  background: var(--ink);
  color: var(--shell);
}

.button-light {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 33, 54, 0.08);
}

.nav-cta:hover,
.button-dark:hover,
.button-light:hover {
  transform: translateY(-1px);
}

.hero {
  padding: 1rem 1rem 5rem;
}

.hero-grid,
.section-grid,
.journey-grid,
.services-grid,
.panel-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.hero-copy,
.hero-media,
.card,
.cta-panel {
  border-radius: 2.5rem;
}

.hero-copy {
  min-height: 540px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.94;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 8vw, 6.8rem);
}

h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

h3 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

p {
  margin: 0;
  line-height: 1.8;
  color: rgba(18, 33, 54, 0.72);
}

.hero-copy p {
  max-width: 40rem;
  margin-top: 1.4rem;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 33, 54, 0.1), rgba(18, 33, 54, 0.34)),
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.34), transparent 22%),
    linear-gradient(180deg, rgba(65, 107, 147, 0.24), transparent 36%),
    linear-gradient(135deg, #9ec0d7 0%, #6d8fa8 35%, #34506e 100%);
}

.hero-media::before,
.panel-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(14, 32, 52, 0.18) 58%, rgba(14, 32, 52, 0.46) 100%);
}

.hero-media::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 17%;
  height: 18%;
  border-radius: 50%;
  background: rgba(244, 234, 215, 0.14);
  filter: blur(28px);
}

.hero-note {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  color: var(--shell);
  z-index: 1;
}

.hero-note p {
  color: rgba(247, 242, 233, 0.88);
}

.hero-badge {
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

section {
  padding: 0 1rem 4.5rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-head p {
  max-width: 36rem;
}

.section-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.card {
  padding: 2rem;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel-card {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.panel-image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.panel-image--coast {
  background:
    radial-gradient(circle at 75% 22%, rgba(255,255,255,0.28), transparent 20%),
    linear-gradient(180deg, #87abc4 0%, #4e7391 48%, #27435e 100%);
}

.panel-image--villa {
  background:
    linear-gradient(180deg, transparent 0 44%, rgba(255,255,255,0.14) 44% 47%, transparent 47%),
    linear-gradient(180deg, #c8d7e2 0%, #9cb8cc 42%, #6c89a0 42%, #34536e 100%);
}

.panel-image--journal {
  background:
    radial-gradient(circle at 68% 18%, rgba(255,255,255,0.24), transparent 18%),
    linear-gradient(180deg, #9ac0d0 0%, #6e98a4 34%, #89a56f 34%, #627d4f 100%);
}

.journey-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-card {
  padding: 1.75rem;
}

.journey-step {
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-size: 3rem;
  color: rgba(33, 65, 92, 0.32);
}

.cta-panel {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(219,197,163,0.18));
}

footer {
  padding: 0 1rem 2rem;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  color: rgba(18, 33, 54, 0.56);
  font-size: 0.92rem;
}

.source-note {
  margin-top: 1rem;
  font-size: 0.84rem;
  color: rgba(18, 33, 54, 0.54);
}

@media (max-width: 1024px) {
  .hero-grid,
  .section-grid,
  .services-grid,
  .panel-grid,
  .journey-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }

  .nav-links {
    display: none;
  }

  .hero-copy,
  .hero-media {
    min-height: 480px;
  }

  .hero-note {
    flex-direction: column;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
