:root {
  --ink: #13252a;
  --ink-soft: #3d555c;
  --paper: #f7f4ef;
  --paper-2: #efeae2;
  --teal: #0f5c5c;
  --teal-deep: #0a3f40;
  --teal-soft: #d7ebe8;
  --gold: #c4893a;
  --gold-soft: #f3e2c8;
  --white: #ffffff;
  --line: rgba(19, 37, 42, 0.12);
  --shadow: 0 18px 50px rgba(10, 63, 64, 0.12);
  --radius: 18px;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, #d7ebe8 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, #f3e2c8 0%, transparent 45%),
    var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.btn {
  border: 0; border-radius: 999px; padding: 0.55rem 1rem;
  font: 600 0.85rem/1 "Outfit", sans-serif; cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
  display: inline-flex; align-items: center; justify-content: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--teal); color: var(--white); }
.btn-secondary { background: var(--gold-soft); color: var(--ink); }
.btn-ghost { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.wrap { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.hero {
  position: relative; min-height: min(88vh, 720px); display: grid; align-items: end;
  overflow: hidden; color: var(--white); isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(120deg, rgba(10, 63, 64, 0.88) 0%, rgba(10, 63, 64, 0.55) 48%, rgba(196, 137, 58, 0.28) 100%),
    var(--hero-image, none) center/cover no-repeat;
}
.hero-inner { padding: 5rem 0 3.5rem; }
.brand-mark {
  display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 1.25rem;
  font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.78rem; opacity: 0.92;
}
.brand-mark span {
  width: 10px; height: 10px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 137, 58, 0.25);
}
.hero h1 {
  font-family: "Fraunces", serif; font-size: clamp(2.5rem, 6vw, 4.2rem);
  line-height: 1.05; margin: 0 0 0.75rem; max-width: 12ch; font-weight: 700;
}
.hero-tag {
  font-family: "Fraunces", serif; font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 500; margin: 0 0 1rem; max-width: 28rem; opacity: 0.95;
}
.hero-lead {
  max-width: 38rem; font-size: 1.1rem; font-weight: 300; opacity: 0.95; margin: 0 0 2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero .btn-primary { background: var(--gold); color: var(--ink); }
.hero .btn-ghost { border-color: rgba(255,255,255,0.45); color: var(--white); }
section { padding: 4.5rem 0; }
.section-kicker {
  color: var(--teal); font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; font-size: 0.78rem; margin: 0 0 0.6rem;
}
h2 {
  font-family: "Fraunces", serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15; margin: 0 0 0.75rem;
}
.section-lead { max-width: 40rem; color: var(--ink-soft); margin: 0 0 2rem; font-size: 1.05rem; }
.about { background: var(--white); border-block: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: center; }
.photo-frame {
  border-radius: calc(var(--radius) + 4px); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.25rem 0 0; }
.pill {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px;
  padding: 0.4rem 0.85rem; font-size: 0.85rem; font-weight: 500;
}
.packages {
  background: linear-gradient(180deg, transparent, rgba(215, 235, 232, 0.45) 20%, rgba(215, 235, 232, 0.45) 80%, transparent);
}
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.pack {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; display: flex; flex-direction: column; min-height: 100%;
  box-shadow: 0 8px 24px rgba(19, 37, 42, 0.04);
}
.pack.featured {
  border-color: var(--teal); background: linear-gradient(180deg, #ffffff 0%, #eef7f6 100%); position: relative;
}
.pack.featured[data-badge]::before {
  content: attr(data-badge); position: absolute; top: -0.7rem; left: 1rem;
  background: var(--teal); color: white; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase; padding: 0.3rem 0.65rem; border-radius: 999px;
}
.pack-letter {
  width: 2.1rem; height: 2.1rem; border-radius: 10px; display: grid; place-items: center;
  font-weight: 700; background: var(--teal-soft); color: var(--teal-deep); margin-bottom: 0.85rem;
}
.pack h3 { margin: 0 0 0.35rem; font-family: "Fraunces", serif; font-size: 1.35rem; }
.pack .tagline { color: var(--ink-soft); font-size: 0.92rem; margin: 0 0 1rem; }
.pack ul { margin: 0 0 1.25rem; padding: 0; list-style: none; flex: 1; }
.pack li {
  position: relative; padding: 0.45rem 0 0.45rem 1.35rem; border-top: 1px solid var(--line); font-size: 0.92rem;
}
.pack li::before {
  content: ""; position: absolute; left: 0; top: 0.85rem; width: 0.55rem; height: 0.55rem;
  border-radius: 50%; background: var(--gold);
}
.pack .includes {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 0.5rem;
}
.price-block {
  border-top: 1px solid var(--line); padding-top: 1rem; display: flex;
  justify-content: space-between; align-items: baseline; gap: 0.75rem;
}
.price { font-family: "Fraunces", serif; font-size: 1.55rem; font-weight: 700; color: var(--teal-deep); }
.duration { font-size: 0.85rem; color: var(--ink-soft); }
.pack-grid.finance { grid-template-columns: repeat(2, 1fr); margin-top: 1.1rem; }
.path-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
.step { background: var(--white); border-radius: var(--radius); padding: 1.25rem; border: 1px solid var(--line); }
.step::before {
  counter-increment: step; content: "0" counter(step); display: block;
  font-family: "Fraunces", serif; font-size: 1.5rem; color: var(--gold); margin-bottom: 0.5rem;
}
.step h3 { margin: 0 0 0.4rem; font-size: 1.05rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
.note-box {
  margin-top: 2rem; padding: 1.25rem 1.4rem; border-left: 4px solid var(--gold);
  background: var(--gold-soft); border-radius: 0 12px 12px 0; color: var(--ink); font-size: 0.95rem;
}
.cta { position: relative; overflow: hidden; color: var(--white); isolation: isolate; }
.cta-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(10, 63, 64, 0.92), rgba(15, 92, 92, 0.78)),
    var(--cta-image, none) center/cover no-repeat;
}
.cta .wrap {
  padding: 4.5rem 0; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: center;
}
.cta h2 { color: var(--white); }
.cta p { opacity: 0.92; max-width: 36rem; }
.cta-card {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px); border-radius: var(--radius); padding: 1.5rem;
}
.cta-card label {
  display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em;
  opacity: 0.8; margin-bottom: 0.35rem;
}
.cta-card .value { font-family: "Fraunces", serif; font-size: 1.25rem; margin-bottom: 1rem; }
.cta-card .value:last-child { margin-bottom: 0; }
footer { padding: 2rem 0 3rem; color: var(--ink-soft); font-size: 0.9rem; text-align: center; }
footer a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 960px) {
  .split, .cta .wrap, .pack-grid, .pack-grid.finance, .path-steps { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
@media print {
  .hero { min-height: auto; color: var(--ink); }
  .hero-bg { background: none !important; background-color: var(--paper) !important; }
  .hero h1, .hero-tag, .hero-lead, .brand-mark { color: var(--ink); opacity: 1; }
  .hero .btn-ghost { border-color: var(--line); color: var(--ink); }
  .cta { color: var(--ink); }
  .cta-bg { background: var(--paper-2) !important; }
  .cta h2 { color: var(--ink); }
  .cta-card { background: var(--white); border-color: var(--line); color: var(--ink); }
  section { padding: 1.5rem 0; break-inside: avoid; }
  .pack.featured[data-badge]::before { position: static; display: inline-block; margin-bottom: 0.5rem; }
}
