@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #173f3b;
  --ink-deep: #10302e;
  --sand: #f2e6d3;
  --sand-light: #faf7f1;
  --coral: #d96f59;
  --sage: #84a59c;
  --navy: #030a26;
  --aqua: #54e0cb;
  --white: #fff;
  --muted: #667b77;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink-deep);
  background: var(--sand-light);
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg:not(.coast):not(.svg-sprite) { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--sand-light); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 96px);
  color: var(--ink);
}

.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .01em; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; border-radius: 50%; background: white; box-shadow: 0 2px 12px rgba(3,10,38,.12); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; }
.brand em { font-family: 'DM Sans', sans-serif; font-style: normal; font-size: 8px; letter-spacing: .27em; margin-top: 5px; }

nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ''; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
nav a:hover::after { width: 100%; }
.nav-cta, .primary-button, .light-button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 600; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.nav-cta { background: var(--ink); color: white; padding: 13px 20px; }
.nav-cta:hover, .primary-button:hover, .light-button:hover { transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; color: inherit; }

.hero { min-height: 780px; display: grid; grid-template-columns: 52% 48%; background: var(--sand); overflow: hidden; }
.hero-copy { grid-column: 1; grid-row: 1; padding: 170px clamp(24px, 6vw, 96px) 90px; align-self: center; position: relative; z-index: 2; }
.hero-art { grid-column: 2; grid-row: 1; position: relative; min-height: 780px; overflow: hidden; background: linear-gradient(150deg, #b6d1ca 0%, #8eb6ad 58%, #78a59b 100%); }
.sun { width: 220px; aspect-ratio: 1; border-radius: 50%; background: #f5d9a9; position: absolute; top: 165px; left: 22%; opacity: .9; box-shadow: 0 0 80px rgba(255, 236, 197, .35); }
.coast { position: absolute; inset: 0; width: 100%; height: 100%; }
.sea-back { fill: #4f8179; opacity: .78; }
.sea-front { fill: #245f59; opacity: .97; }
.shore { fill: #e5cfac; }
.palm { fill: none; stroke: #183f3a; stroke-width: 11; stroke-linecap: round; opacity: .9; }
.hero-stamp { position: absolute; right: 8%; bottom: 10%; width: 126px; height: 126px; border: 1px solid rgba(255,255,255,.65); color: white; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); line-height: 1.4; backdrop-filter: blur(4px); }
.hero-stamp span { font-size: 8px; letter-spacing: .18em; }
.hero-stamp strong { font-family: 'Playfair Display', serif; font-size: 19px; }

.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 20px; }
h1, h2 { font-family: 'Playfair Display', serif; font-weight: 600; line-height: .99; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(54px, 6.2vw, 94px); max-width: 790px; }
h1 i, h2 i { color: var(--coral); font-weight: 600; }
.hero-lede { max-width: 590px; color: #49635f; line-height: 1.7; font-size: clamp(16px, 1.5vw, 19px); margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.primary-button { background: var(--coral); color: white; padding: 17px 23px; box-shadow: 0 10px 25px rgba(166, 69, 51, .16); }
.primary-button:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.text-link { font-size: 13px; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid rgba(23,63,59,.16); margin-top: 42px; padding-top: 22px; color: #55706c; font-size: 11px; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 5px; }

.services { padding: 120px clamp(24px, 8vw, 130px); background: var(--sand-light); }
.section-heading { max-width: 740px; margin: 0 auto 70px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
h2 { font-size: clamp(43px, 5vw, 72px); }
.section-heading > p:last-child { color: var(--muted); line-height: 1.75; max-width: 610px; margin: 28px auto 0; }
.journey-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #ded9ce; background: white; }
.journey-grid article { position: relative; min-height: 290px; padding: 70px 25px 32px; border-right: 1px solid #ded9ce; }
.journey-grid article:last-child { border: 0; }
.number { position: absolute; top: 20px; right: 24px; font: italic 600 23px 'Playfair Display'; color: #d7d1c7; }
.journey-grid h3 { font: 600 25px 'Playfair Display'; margin: 0 0 14px; }
.journey-grid h3::before { content: ''; display: block; width: 34px; height: 3px; margin-bottom: 28px; background: var(--coral); }
.journey-grid p { color: var(--muted); line-height: 1.65; font-size: 13px; margin: 0; }

.fit { background: var(--ink); color: white; padding: 120px clamp(24px, 8vw, 130px) 0; }
.fit-intro { max-width: 1140px; margin: 0 auto 60px; }
.fit-intro h2 { max-width: 860px; }
.trip-options { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trip-options button { min-height: 160px; padding: 25px; border: 1px solid rgba(255,255,255,.19); color: white; background: rgba(255,255,255,.04); text-align: left; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; transition: background .22s ease, transform .22s ease; }
.trip-options button:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.trip-options button > svg { width: 18px; }
.option-icon { width: 49px; height: 49px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); }
.option-icon svg { width: 21px; }
.trip-options button span:nth-child(2) { display: grid; gap: 8px; }
.trip-options strong { font: 600 21px 'Playfair Display'; }
.trip-options small { color: rgba(255,255,255,.58); line-height: 1.45; font-size: 11px; }
.about-danielle { max-width: 1080px; margin: 100px auto; display: grid; grid-template-columns: minmax(290px, .75fr) 1.25fr; align-items: center; gap: clamp(45px, 7vw, 90px); }
.danielle-photo { position: relative; margin: 0; }
.danielle-photo::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(84,224,203,.5); }
.danielle-photo img { position: relative; width: 100%; aspect-ratio: 1; display: block; object-fit: cover; }
.about-copy h2 { font-size: clamp(43px, 5vw, 68px); }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
blockquote { font: italic 600 clamp(22px, 2.5vw, 32px)/1.35 'Playfair Display'; margin: 28px 0; color: var(--sand); }
.signature { display: grid; min-width: 105px; }
.signature strong { font: italic 600 25px 'Playfair Display'; color: var(--sand); }
.signature span { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 5px; }
.newsletter { max-width: 1140px; margin: 0 auto 90px; padding: clamp(35px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 90px); align-items: center; background: var(--navy); border-top: 4px solid var(--aqua); }
.newsletter h2 { font-size: clamp(38px, 4vw, 56px); }
.newsletter > div > p:last-child { color: rgba(255,255,255,.65); line-height: 1.7; }
.newsletter-fields { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12px; }
.newsletter label > span { color: white; }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 16px 0; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--coral); }
.consent span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.45; }
.consultation-consent span { color: var(--ink); }
.newsletter-message { padding: 11px 13px; background: rgba(84,224,203,.12); color: #c9fff6; font-size: 12px; line-height: 1.5; }
.final-cta { max-width: 1140px; margin: 0 auto; background: var(--coral); padding: 60px clamp(28px, 6vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 30px; transform: translateY(65px); }
.final-cta .eyebrow { color: #ffe7dc; }
.final-cta h2 { font-size: clamp(38px, 4.6vw, 66px); }
.light-button { background: white; color: var(--ink); padding: 17px 24px; white-space: nowrap; }

footer { min-height: 245px; background: var(--navy); color: white; padding: 115px clamp(24px, 8vw, 130px) 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 40px; }
footer p { color: rgba(255,255,255,.55); text-align: center; margin: 0; font-size: 12px; }
footer > span { font-size: 10px; color: rgba(255,255,255,.55); letter-spacing: .05em; }
.footer-link, .inline-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: inherit; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 22px; display: grid; place-items: center; background: rgba(10, 34, 32, .74); backdrop-filter: blur(9px); animation: fade .2s ease; }
.planner-modal { width: min(760px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; background: var(--sand-light); border-radius: 4px; box-shadow: 0 30px 90px rgba(0,0,0,.25); animation: rise .3s ease; }
.modal-top { height: 82px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e3ddd2; }
.close-button { width: 39px; height: 39px; border: 1px solid #d9d4ca; border-radius: 50%; display: grid; place-items: center; background: transparent; color: var(--ink); }
.close-button svg { width: 18px; }
.progress-track { height: 3px; background: #e5dfd5; }
.progress-track span { display: block; height: 100%; background: var(--coral); transition: width .35s ease; }
.form-step, .success-panel { padding: 45px 58px 18px; }
.step-label { margin: 0 0 12px; color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.form-step h2, .success-panel h2 { font-size: clamp(37px, 5vw, 52px); }
.form-step > p:not(.step-label), .success-panel > p { color: var(--muted); line-height: 1.6; font-size: 13px; }
.choice-list { display: grid; gap: 10px; margin-top: 28px; }
.choice-list button { min-height: 81px; background: white; border: 1px solid #ddd7cc; color: var(--ink); padding: 16px 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; text-align: left; transition: border .2s ease, background .2s ease; }
.choice-list button.selected, .choice-list button:hover { border-color: var(--coral); background: #fff9f5; }
.choice-list button > svg:first-child { color: var(--coral); }
.selected-check { opacity: 0; }
.choice-list button.selected .selected-check { opacity: 1; }
.choice-list button span { display: grid; gap: 4px; }
.choice-list strong { font-size: 14px; }
.choice-list small { color: var(--muted); font-size: 11px; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.chip-grid button { border: 1px solid #d9d3c8; color: var(--ink); background: white; border-radius: 999px; padding: 10px 14px; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; }
.chip-grid button.selected { color: white; border-color: var(--ink); background: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin-top: 16px; }
label > span { font-size: 11px; font-weight: 700; }
label small { font-weight: 400; color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid #dcd6cb; border-radius: 0; background: white; color: var(--ink); padding: 13px 14px; outline: none; font-size: 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(217,111,89,.1); }
textarea { resize: vertical; }
.request-recap { background: var(--sand); padding: 16px 18px; display: flex; align-items: center; gap: 13px; margin: 24px 0 10px; }
.request-recap svg { color: var(--coral); }
.request-recap span { display: grid; gap: 3px; }
.request-recap strong { font-size: 13px; }
.request-recap small { color: var(--muted); font-size: 10px; }
.privacy-note { padding-left: 19px; position: relative; }
.privacy-note::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); position: absolute; left: 0; top: 8px; }
.privacy-content { padding: 48px 58px 60px; }
.privacy-content h2 { font-size: clamp(38px, 5vw, 52px); margin-bottom: 32px; }
.privacy-content h3 { font: 600 21px 'Playfair Display'; margin: 25px 0 7px; }
.privacy-content p { color: var(--muted); line-height: 1.7; font-size: 13px; }
.privacy-content a { color: var(--coral); text-decoration: underline; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { color: #9d382e; background: #fff0ec; margin: 18px 58px 0; padding: 11px 14px; font-size: 12px; line-height: 1.45; }
.form-actions { display: flex; justify-content: space-between; align-items: center; padding: 24px 58px 38px; }
.back-button { border: 0; background: transparent; color: var(--ink); display: inline-flex; align-items: center; gap: 5px; font-weight: 600; }
.success-panel { text-align: center; padding: 66px 64px 70px; }
.success-panel .eyebrow { justify-content: center; margin-top: 22px; }
.success-icon { width: 65px; height: 65px; border-radius: 50%; color: white; background: var(--coral); display: grid; place-items: center; margin: 0 auto; }
.success-summary { color: var(--ink) !important; font-weight: 700; background: var(--sand); padding: 13px; margin: 26px 0 18px; }
.success-panel .primary-button { margin-top: 18px; }
.success-panel .back-button { margin: 18px auto 0; }

@keyframes fade { from { opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-button { display: grid; place-items: center; }
  nav { position: absolute; top: 75px; left: 18px; right: 18px; display: none; padding: 24px; background: var(--sand-light); box-shadow: 0 20px 50px rgba(16,48,46,.16); flex-direction: column; align-items: stretch; gap: 21px; }
  nav.nav-open { display: flex; }
  .nav-cta { width: 100%; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { grid-column: 1; grid-row: 2; padding-top: 72px; }
  .hero-art { grid-column: 1; grid-row: 1; min-height: 430px; }
  .sun { top: 100px; width: 150px; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid article { min-height: 245px; border-bottom: 1px solid #ded9ce; }
  .journey-grid article:nth-child(2n) { border-right: 0; }
  .journey-grid article:last-child { border-bottom: 0; }
  .trip-options { grid-template-columns: 1fr; }
  .trip-options button { min-height: 125px; }
  .about-danielle { grid-template-columns: minmax(250px, .75fr) 1.25fr; }
  .newsletter { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; align-items: center; text-align: center; justify-items: center; }
}

@media (max-width: 560px) {
  .hero-art { min-height: 360px; }
  .hero-copy { padding-bottom: 70px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: center; }
  .services, .fit { padding-top: 85px; }
  .section-heading { margin-bottom: 45px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article { border-right: 0; min-height: auto; }
  .about-danielle { margin: 75px auto; grid-template-columns: 1fr; }
  .newsletter-fields { grid-template-columns: 1fr; gap: 0; }
  .final-cta { padding: 42px 28px; }
  .modal-backdrop { padding: 0; }
  .planner-modal { height: 100vh; max-height: 100vh; border-radius: 0; }
  .modal-top { padding: 0 20px; }
  .form-step, .success-panel { padding: 34px 24px 14px; }
  .form-actions { padding: 22px 24px 30px; }
  .form-error { margin: 18px 24px 0; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .privacy-content { padding: 36px 24px 48px; }
  .choice-list small { line-height: 1.35; }
}
