:root {
  --ink: #17251e;
  --forest: #163c2b;
  --lime: #d8ed72;
  --sand: #f3f0e9;
  --paper: #fffdf8;
  --clay: #d96c4d;
  --muted: #647067;
  --line: #d7d8ce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header { height: 84px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 700 13px/1 "DM Mono", monospace; letter-spacing: .08em; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--forest); font-weight: 500; }
nav { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
nav a:hover, .text-link:hover { color: var(--clay); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 23px; border: 1px solid var(--forest); color: var(--paper); background: var(--forest); cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #255b40; }
.button-small { min-height: 41px; padding: 0 16px; font-size: 12px; }

.hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--sand); }
.hero-copy { padding: clamp(64px, 10vw, 142px) 5.5vw 70px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow, .plan-label { margin: 0; font: 500 11px/1.3 "DM Mono", monospace; letter-spacing: .09em; color: var(--muted); }
h1, h2, h3 { margin: 0; letter-spacing: -.055em; }
h1 { max-width: 720px; margin-top: 25px; font-size: clamp(50px, 6.4vw, 96px); line-height: .96; }
h1 em, h2 em { color: var(--clay); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.06em; }
.hero-description { max-width: 460px; margin: 33px 0 27px; color: #4c5b51; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 13px; font-weight: 800; }
.hero-proof { margin-top: auto; padding-top: 74px; display: flex; align-items: center; gap: 13px; }
.hero-proof p { margin: 0; font-size: 11px; line-height: 1.45; color: var(--muted); }.hero-proof strong { color: var(--ink); }
.avatars { display: flex; }.avatars span { width: 29px; height: 29px; margin-right: -7px; display: grid; place-items: center; border: 2px solid var(--sand); border-radius: 50%; color: white; background: var(--clay); font: 11px Georgia, serif; }.avatars span:nth-child(2) { background: #73846f; }.avatars span:nth-child(3) { background: #b99a64; }
.hero-image-wrap { position: relative; min-height: 540px; overflow: hidden; }.hero-image { width: 100%; height: 100%; min-height: 660px; display: block; object-fit: cover; filter: saturate(.8) contrast(1.04); }.image-caption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; justify-content: space-between; color: #fff; font: 11px "DM Mono", monospace; }.hero-stat { position: absolute; right: 0; bottom: 68px; padding: 20px 24px; display: flex; align-items: center; gap: 11px; background: var(--lime); }.hero-stat strong { font-size: 40px; line-height: 1; }.hero-stat span { font: 10px/1.35 "DM Mono", monospace; }

.intro { padding: 118px 5.5%; }.intro h2, .section-heading h2, .booking h2 { margin-top: 22px; font-size: clamp(37px, 4.5vw, 64px); line-height: 1.03; }.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 82px; }.pillars article { padding-top: 18px; border-top: 1px solid var(--ink); }.number { font: 11px "DM Mono", monospace; color: var(--clay); }.pillars h3 { margin-top: 35px; font-size: 25px; }.pillars p { max-width: 310px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.plans { padding: 100px 5.5% 116px; background: var(--forest); color: var(--paper); }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.section-heading .eyebrow { color: var(--lime); }.section-heading > p { max-width: 310px; margin: 0; color: #c5d3ca; font-size: 13px; line-height: 1.65; }.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 58px; }.plan-card { min-height: 460px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #426451; }.plan-card.featured { color: var(--ink); background: var(--lime); border-color: var(--lime); }.plan-card .plan-label { color: inherit; opacity: .7; }.plan-card h3 { margin-top: 30px; font-size: 34px; }.plan-description { max-width: 260px; min-height: 55px; color: #c5d3ca; font-size: 13px; line-height: 1.55; }.featured .plan-description { color: #405146; }.price { margin: 19px 0 8px; font-size: 13px; }.price strong { font-size: 31px; letter-spacing: -.05em; }ul { flex: 1; padding: 0; list-style: none; font-size: 12px; line-height: 2.2; }li::before { content: "✓"; margin-right: 8px; color: var(--lime); }.featured li::before { color: var(--clay); }.plan-button { width: 100%; padding: 14px 0; border: 1px solid currentColor; color: inherit; background: transparent; cursor: pointer; text-align: left; font-size: 12px; font-weight: 800; }.plan-button span { float: right; }.plan-button:hover { color: var(--lime); }.featured .plan-button:hover { color: var(--clay); }

.testimonial { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 515px; }.testimonial > img { width: 100%; height: 100%; object-fit: cover; }.testimonial > div { position: relative; padding: 74px 9%; background: #e5a782; }.quote-mark { margin: 0; color: var(--paper); font: 110px/.4 Georgia, serif; }.testimonial blockquote { max-width: 650px; margin: 40px 0 28px; font-size: clamp(25px, 3.1vw, 44px); line-height: 1.15; letter-spacing: -.05em; }.client { font: 11px "DM Mono", monospace; letter-spacing: .06em; }.client span { color: var(--paper); }.result-chip { position: absolute; right: 9%; bottom: 50px; padding: 16px 20px; background: var(--paper); }.result-chip strong { display: block; font-size: 24px; }.result-chip span { font-size: 10px; color: var(--muted); }

.booking { display: grid; grid-template-columns: 1fr .8fr; gap: 9%; padding: 118px 12%; }.booking-copy > p:not(.eyebrow) { max-width: 410px; color: var(--muted); font-size: 14px; line-height: 1.75; }.booking-copy > a { border-bottom: 1px solid; font-size: 13px; font-weight: 800; }form { display: grid; align-content: start; gap: 20px; }label { display: grid; gap: 8px; font-size: 11px; font-weight: 800; }input, select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; color: var(--ink); background: transparent; font-size: 14px; }input:focus, select:focus { border-color: var(--forest); }.form-submit { margin-top: 12px; }.form-message { min-height: 22px; margin: 0; color: var(--forest); font-size: 12px; font-weight: 800; }footer { min-height: 91px; padding: 0 5.5%; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }footer .brand { color: var(--ink); }footer p { margin: 0; }

@media (max-width: 760px) { .site-header { height: 68px; padding: 0 6%; }.site-header nav { display: none; }.button-small { display: none; }.hero, .testimonial, .booking { grid-template-columns: 1fr; }.hero-copy { min-height: 560px; padding: 65px 7% 42px; }.hero-image-wrap, .hero-image { min-height: 420px; }.intro, .plans { padding: 75px 7%; }.pillars, .plan-grid { grid-template-columns: 1fr; }.pillars { gap: 30px; margin-top: 52px; }.pillars h3 { margin-top: 20px; }.section-heading { display: block; }.section-heading > p { margin-top: 24px; }.plan-grid { margin-top: 38px; }.plan-card { min-height: 380px; }.testimonial > img { height: 360px; }.testimonial > div { min-height: 450px; padding: 65px 8%; }.result-chip { right: 8%; bottom: 30px; }.booking { gap: 56px; padding: 75px 7%; }footer { min-height: 130px; padding: 26px 7%; align-items: flex-start; flex-direction: column; gap: 12px; } }
@media (max-width: 390px) { .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-proof { padding-top: 42px; } }
