/* LIFE NP — brand stylesheet */
:root {
  --navy: #1e2d55;
  --navy-deep: #16223f;
  --ink: #24314f;
  --teal: #2f7e88;
  --teal-dark: #256671;
  --teal-soft: #e3eff0;
  --gold: #c2a15b;
  --gold-soft: #f3ead7;
  --cream: #faf6ee;
  --white: #ffffff;
  --line: #e6e0d3;
  --muted: #5b678a;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(30, 45, 85, 0.08);
  --shadow-lg: 0 18px 50px rgba(30, 45, 85, 0.14);
  --max: 1120px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, serif;
  color: var(--navy);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.35rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 72px 0; }
.section-tight { padding: 48px 0; }
.kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}
.lead { font-size: 1.15rem; color: var(--muted); max-width: 46em; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-decoration: none !important;
}
.btn-primary { background: var(--teal); color: var(--white) !important; }
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { border-color: var(--navy); color: var(--navy) !important; background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white) !important; }
.btn-gold { background: var(--gold); color: var(--navy-deep) !important; }
.btn-gold:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn-lg { padding: 17px 36px; font-size: 1.08rem; }

/* Header */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none !important; }
.brand svg { height: 40px; width: auto; }
.brand-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem; font-weight: 600; color: var(--navy);
  letter-spacing: 0.12em;
}
.brand-name .np { color: var(--gold); }
nav.links { display: flex; align-items: center; gap: 26px; }
nav.links a { color: var(--ink); font-weight: 500; font-size: 0.98rem; }
nav.links a:hover { color: var(--teal); text-decoration: none; }
nav.links .btn { margin-left: 6px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: 0.2s; }

/* Hero */
.hero { padding: 88px 0 76px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 .accent { color: var(--gold); }
.hero .lead { margin: 22px 0 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-points { list-style: none; display: grid; gap: 10px; }
.hero-points li { padding-left: 30px; position: relative; color: var(--ink); font-weight: 500; }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: 5px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7e88' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px; background-position: center; background-repeat: no-repeat;
}
.hero-art {
  border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/4.6; position: relative;
  background: linear-gradient(160deg, var(--teal-soft), var(--gold-soft));
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; }

/* Badge strip */
.strip { background: var(--navy); color: #dfe6f5; padding: 18px 0; }
.strip .wrap { display: flex; flex-wrap: wrap; gap: 12px 36px; justify-content: center; font-size: 0.95rem; font-weight: 500; }
.strip span { display: flex; align-items: center; gap: 9px; }
.strip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 44px; }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 30px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--teal-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.card .icon svg { width: 26px; height: 26px; stroke: var(--teal); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.99rem; flex: 1; }
.card .price-line { margin: 18px 0 16px; font-family: "Fraunces", Georgia, serif; color: var(--navy); font-size: 1.7rem; font-weight: 600; }
.card .price-line small { font-family: "Inter", sans-serif; font-size: 0.85rem; color: var(--muted); font-weight: 500; }
.card .btn { align-self: flex-start; }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 28px 30px; box-shadow: var(--shadow); }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -22px; left: 26px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold); color: var(--navy-deep);
  font-family: "Fraunces", Georgia, serif; font-weight: 700; font-size: 1.25rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
}
.step h3 { margin-bottom: 8px; font-size: 1.2rem; }
.step p { color: var(--muted); font-size: 0.97rem; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.plan {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px; text-align: center; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 6px;
}
.plan.featured { border: 2px solid var(--gold); position: relative; }
.plan.featured .flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy-deep); font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 999px; white-space: nowrap;
}
.plan h3 { font-size: 1.12rem; min-height: 2.6em; display:flex; align-items:center; justify-content:center; }
.plan .amount { font-family: "Fraunces", Georgia, serif; font-size: 2.5rem; color: var(--navy); font-weight: 600; }
.plan .amount span { font-size: 1rem; color: var(--muted); font-family: "Inter", sans-serif; font-weight: 500; }
.plan ul { list-style: none; text-align: left; margin: 16px 0 22px; display: grid; gap: 8px; font-size: 0.92rem; color: var(--muted); }
.plan ul li { padding-left: 24px; position: relative; }
.plan ul li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.plan .btn { margin-top: auto; }

/* Split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .art { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.split .art img { width: 100%; height: 100%; object-fit: cover; }
.checklist { list-style: none; display: grid; gap: 14px; margin-top: 24px; }
.checklist li { padding-left: 34px; position: relative; }
.checklist li strong { color: var(--navy); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 3px;
  width: 22px; height: 22px; border-radius: 50%; background: var(--gold-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8863d' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 12px; background-position: center; background-repeat: no-repeat;
}

/* FAQ */
.faq { max-width: 780px; margin: 40px auto 0; }
details.qa {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
details.qa summary {
  cursor: pointer; list-style: none; padding: 20px 54px 20px 24px;
  font-weight: 600; color: var(--navy); position: relative; font-size: 1.02rem;
}
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--teal); font-weight: 400; transition: transform 0.2s;
}
details.qa[open] summary::after { content: "–"; }
details.qa .a { padding: 0 24px 22px; color: var(--muted); font-size: 0.98rem; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); border-radius: 24px; padding: 64px 48px; text-align: center; color: var(--white); }
.cta-band h2 { color: var(--white); }
.cta-band .accent { color: var(--gold); }
.cta-band p { color: #c4cde4; margin: 16px auto 30px; max-width: 40em; }

/* States */
.states { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.state-pill {
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 18px; font-size: 0.9rem; font-weight: 600; color: var(--navy);
}
.state-pill.soon { color: var(--muted); border-style: dashed; font-weight: 500; }
.state-pill.soon::after { content: " · coming soon"; font-size: 0.78rem; color: var(--gold); font-weight: 600; }

/* Page hero (interior) */
.page-hero { padding: 70px 0 56px; background: linear-gradient(180deg, #f2ecdf 0%, var(--cream) 100%); }
.page-hero .lead { margin-top: 18px; }

/* Prose (legal etc.) */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.prose h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.prose p, .prose li { color: var(--ink); font-size: 0.99rem; margin-bottom: 14px; }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 16px; }
.prose .updated { color: var(--muted); font-size: 0.9rem; }

/* Notice */
.notice {
  background: var(--gold-soft); border: 1px solid #e5d5ac; border-radius: 12px;
  padding: 18px 22px; font-size: 0.94rem; color: #5d4a1e; margin-top: 28px;
}

/* Booking */
.booking-frame { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 12px; min-height: 640px; margin-top: 36px; }
#cal-inline { width: 100%; height: 100%; min-height: 620px; overflow: auto; }

/* Footer */
footer.site {
  background: var(--navy-deep); color: #b9c3dd; padding: 64px 0 36px; margin-top: 40px;
  font-size: 0.94rem;
}
footer.site a { color: #dfe6f5; }
footer.site a:hover { color: var(--gold); text-decoration: none; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.foot-brand .brand-name { color: var(--white); font-size: 1.3rem; }
.foot-brand p { margin-top: 14px; max-width: 30em; }
.foot-col h4 { color: var(--white); font-family: "Inter", sans-serif; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; display: grid; gap: 10px; }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 28px; font-size: 0.82rem; color: #8d99bd; }
.foot-legal p { margin-bottom: 10px; }

@media (max-width: 960px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .grid-3, .steps { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-art { max-width: 520px; }
}
@media (max-width: 680px) {
  section { padding: 52px 0; }
  .grid-3, .grid-2, .steps, .pricing-grid { grid-template-columns: 1fr; }
  .steps { gap: 38px; }
  nav.links {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: flex-start; padding: 20px 24px 26px; gap: 18px;
    box-shadow: var(--shadow-lg);
  }
  nav.links.open { display: flex; }
  .nav-toggle { display: block; }
  .cta-band { padding: 48px 26px; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
}
