:root {
  --cream: #fbf9f4;
  --paper: #ffffff;
  --mist: #eef3ee;
  --sage: #7bc7bb;
  --sage-deep: #3b9e95;
  --gold: #c89143;
  --charcoal: #283038;
  --text: #5d646b;
  --line: rgba(40, 48, 56, 0.1);
  --shadow: 0 28px 70px rgba(35, 42, 46, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" 1, "kern" 1;
  text-rendering: optimizeLegibility;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top left, rgba(123, 199, 187, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(200, 145, 67, 0.12), transparent 22%),
    var(--cream);
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: "Bodoni Moda", serif;
  color: var(--charcoal);
  font-feature-settings: "liga" 1, "kern" 1;
  letter-spacing: -0.03em;
}

h1 {
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

h2 {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

h3,
h4 {
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

p,
li,
input,
textarea,
select,
button,
a {
  font-family: "Plus Jakarta Sans", sans-serif;
}

p,
li {
  line-height: 1.85;
}

img {
  display: block;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto auto 12% -8%;
  width: 17rem;
  height: 17rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(123, 199, 187, 0.16), transparent 70%);
  z-index: -2;
  pointer-events: none;
}

.page-shell::after {
  inset: 12% -5% auto auto;
  background: radial-gradient(circle, rgba(200, 145, 67, 0.14), transparent 70%);
}

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

.floating-nav {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 42px rgba(34, 40, 46, 0.08);
}

.nav-link {
  position: relative;
  color: #5d646b;
  letter-spacing: 0.02em;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--sage), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.hero-surface {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 36, 42, 0.55), rgba(29, 36, 42, 0.18) 52%, rgba(29, 36, 42, 0.08)),
    linear-gradient(180deg, rgba(29, 36, 42, 0.12), rgba(29, 36, 42, 0.28));
}

.hero-copy {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-copy h1,
.hero-copy h2,
.hero-copy h3 {
  color: #fff;
}

.section-card,
.soft-card,
.info-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.photo-card {
  overflow: hidden;
  background: var(--paper);
  border: 8px solid var(--paper);
  box-shadow: 0 20px 48px rgba(36, 42, 48, 0.16);
}

.photo-card img,
.hero-surface img,
.plain-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plain-image {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.eyebrow {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  color: #7f888f;
}

.hero-copy .eyebrow {
  letter-spacing: 0.24em;
}

.hero-copy p:not(.eyebrow) {
  line-height: 1.9;
  letter-spacing: 0.012em;
}

.font-display {
  font-weight: 600;
}

.ornament {
  position: absolute;
  inset: auto auto 0 0;
  width: 11rem;
  height: 11rem;
  opacity: 0.22;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(123, 199, 187, 0.22) 0 8%, transparent 9%),
    radial-gradient(circle at center, rgba(123, 199, 187, 0.16) 0 16%, transparent 17%),
    radial-gradient(circle at center, rgba(123, 199, 187, 0.1) 0 24%, transparent 25%);
}

.split-panel {
  position: relative;
}

.split-panel::before {
  content: "";
  position: absolute;
  inset: 8% 0 8% 34%;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 1.5rem;
  z-index: -1;
}

.teal-band {
  background:
    linear-gradient(180deg, rgba(123, 199, 187, 0.96), rgba(78, 160, 151, 0.94)),
    var(--sage);
  color: rgba(255, 255, 255, 0.92);
}

.teal-band h2,
.teal-band h3 {
  color: #fff;
}

.icon-tile {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(32, 51, 49, 0.16);
}

.footer-band {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal {
  background: rgba(17, 22, 26, 0.86);
}

.gallery-modal img {
  max-width: min(92vw, 1100px);
  max-height: 84vh;
  width: auto;
}

.field {
  width: 100%;
  border: 1px solid rgba(40, 48, 56, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: var(--charcoal);
}

.field:focus {
  outline: none;
  border-color: rgba(59, 158, 149, 0.5);
  box-shadow: 0 0 0 4px rgba(123, 199, 187, 0.14);
}

.status-note {
  display: none;
}

.status-note.is-visible {
  display: inline-flex;
}

@media (max-width: 900px) {
  .split-panel::before {
    inset: 18% 0 0 0;
  }
}
