:root {
  --ink: #172019;
  --muted: #657067;
  --paper: #f2efe8;
  --card: #fffefa;
  --line: #dbdcd5;
  --green: #235b36;
  --green-dark: #154426;
  --green-soft: #e8f0e9;
  --acid: #d8f264;
  --shadow: 0 30px 90px rgba(21, 45, 28, .12), 0 3px 14px rgba(21, 45, 28, .06);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.ambient { position: fixed; z-index: -1; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.ambient-one { width: 520px; height: 520px; right: -180px; top: -190px; background: radial-gradient(circle, rgba(150, 190, 133, .22), transparent 69%); }
.ambient-two { width: 420px; height: 420px; left: -230px; bottom: 4%; background: radial-gradient(circle, rgba(204, 223, 151, .15), transparent 70%); }

.site-header {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 32, 25, .13);
}
.brand { display: flex; align-items: center; color: inherit; text-decoration: none; }
.brand-logo { width: 168px; max-width: 42vw; height: auto; display: block; }
.header-note { display: flex; align-items: center; gap: 10px; color: #4f5b52; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.header-note span { width: 7px; height: 7px; background: var(--green); border: 2px solid #b8d1be; border-radius: 50%; box-sizing: content-box; }

.hero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}
.hero-copy { padding-top: 24px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 13px; color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow-rule { width: 42px; height: 1px; background: #9aa89d; }
h1 { margin: 0; max-width: 620px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(49px, 5vw, 73px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--green); font-weight: 400; }
.lead { max-width: 560px; margin: 28px 0 38px; color: #566158; font-size: 17px; line-height: 1.72; }
.promise-list { border-top: 1px solid rgba(23, 32, 25, .15); }
.promise-list article { display: grid; grid-template-columns: 43px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(23, 32, 25, .11); }
.promise-number { color: #879189; font: 11px/1.5 ui-monospace, monospace; }
.promise-list strong { font-size: 14px; }
.promise-list p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.profile-note { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.avatar { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #315a3c, #173723); border: 3px solid rgba(255,255,255,.65); outline: 1px solid #c3c9c1; border-radius: 50%; font-family: Georgia, serif; font-size: 12px; }
.profile-note p { margin: 0; color: #657067; font-size: 12px; line-height: 1.5; }
.profile-note strong { color: var(--ink); }

.booking-card { min-height: 670px; padding: 35px 38px 30px; background: rgba(255, 254, 250, .96); border: 1px solid rgba(157, 164, 153, .42); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.card-topline { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.card-kicker { margin: 0 0 7px; color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.card-topline h2, .success-view h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; letter-spacing: -.025em; }
.duration { display: flex; align-items: center; gap: 6px; margin-top: 7px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 99px; color: #4f5c52; font-size: 10px; font-weight: 700; white-space: nowrap; }
.duration svg, .timezone svg, .privacy-line svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.steps { display: grid; grid-template-columns: auto 1fr auto; align-items: center; margin: 28px 0 31px; }
.step { display: flex; align-items: center; gap: 10px; opacity: .44; transition: opacity .25s; }
.step.active, .step.done { opacity: 1; }
.step > span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #aeb5ae; border-radius: 50%; font: 10px/1 ui-monospace, monospace; }
.step.active > span, .step.done > span { color: white; background: var(--green); border-color: var(--green); }
.step p { margin: 0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.step small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 500; text-transform: none; letter-spacing: .03em; }
.step-line { height: 1px; margin: 0 15px; background: #daddd7; overflow: hidden; }
.step-line i { display: block; width: 0; height: 100%; background: var(--green); transition: width .3s; }
.step-line.done i { width: 100%; }
.preview-banner { margin: -12px 0 23px; padding: 10px 12px; color: #66705e; background: #f2f5e6; border: 1px solid #e1e8c5; border-radius: 10px; font-size: 10px; line-height: 1.5; }
.preview-banner span { margin-right: 5px; color: #45552e; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.view { display: none; animation: reveal .3s ease both; }
.view.active { display: block; }
@keyframes reveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.date-heading, .slot-heading { display: flex; justify-content: space-between; align-items: center; }
.field-label { margin: 0; color: #39443c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.month-label { margin: 4px 0 0; color: #7c857e; font-size: 10px; text-transform: capitalize; }
.date-arrows { display: flex; gap: 5px; }
.date-arrows button { width: 29px; height: 29px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; transition: .2s; }
.date-arrows button:hover:not(:disabled) { color: white; background: var(--green); border-color: var(--green); }
.date-arrows button:disabled { opacity: .25; cursor: default; }
.date-arrows svg, .back-button svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.date-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; margin: 14px 0 29px; }
.date-button { min-width: 0; padding: 11px 3px 10px; border: 1px solid var(--line); border-radius: 11px; background: transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.date-button:hover { transform: translateY(-2px); border-color: #9aab9d; }
.date-button.active { color: white; background: var(--green); border-color: var(--green); box-shadow: 0 8px 18px rgba(35, 91, 54, .2); }
.date-button span { display: block; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.date-button strong { display: block; margin-top: 6px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.timezone { margin: 0; display: flex; align-items: center; gap: 5px; color: #7a847c; font-size: 9px; }
.slot-status { padding: 24px 0; color: var(--muted); font-size: 12px; text-align: center; }
.slot-status:empty { display: none; }
.loading-dots::after { content: ''; animation: dots 1.3s infinite; }
@keyframes dots { 0% { content: ''; } 33% { content: '.'; } 66% { content: '..'; } 100% { content: '...'; } }
.slot-groups { margin-top: 15px; display: grid; gap: 14px; }
.slot-group { display: grid; grid-template-columns: 74px 1fr; gap: 10px; align-items: start; }
.slot-group-name { padding-top: 10px; color: #7c857e; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.slot-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.slot-button { padding: 10px 4px; border: 1px solid #d6dad4; background: #fbfbf7; border-radius: 9px; font-size: 11px; font-weight: 750; cursor: pointer; transition: .18s; }
.slot-button:hover { color: white; background: var(--green); border-color: var(--green); transform: translateY(-1px); }
.privacy-line { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 27px 0 0; color: #89918a; font-size: 9px; }

.back-button { display: inline-flex; align-items: center; gap: 6px; margin: -4px 0 17px; padding: 0; color: #68726a; background: none; border: 0; font-size: 10px; cursor: pointer; }
.selected-slot { margin-bottom: 20px; padding: 14px 16px; background: var(--green-soft); border: 1px solid #d1dfd3; border-radius: 12px; color: var(--green-dark); font-size: 12px; font-weight: 750; text-transform: capitalize; }
.selected-slot span { display: block; margin-top: 3px; color: #68766b; font-size: 9px; font-weight: 500; text-transform: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: 6px; color: #414b43; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
input, textarea { width: 100%; border: 1px solid #d7dad5; border-radius: 10px; outline: none; background: #fbfbf8; color: var(--ink); font-size: 12px; transition: border .2s, box-shadow .2s, background .2s; }
input { height: 42px; padding: 0 12px; }
textarea { min-height: 92px; padding: 11px 12px; line-height: 1.5; resize: vertical; }
input::placeholder, textarea::placeholder { color: #a0a7a1; }
input:focus, textarea:focus { background: white; border-color: #6d8e76; box-shadow: 0 0 0 3px rgba(35, 91, 54, .09); }
input:invalid:not(:placeholder-shown), textarea:invalid:not(:placeholder-shown) { border-color: #b4665d; }
.form-grid label small { display: block; margin-top: 5px; color: #929992; font-size: 8px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden; }
.form-error { min-height: 16px; margin: 9px 0 2px; color: #a34338; font-size: 10px; }
.submit-button { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; color: white; background: var(--green); border: 0; border-radius: 11px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; box-shadow: 0 9px 22px rgba(35, 91, 54, .2); transition: background .2s, transform .2s; }
.submit-button:hover { background: var(--green-dark); transform: translateY(-1px); }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.submit-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.consent { margin: 10px auto 0; max-width: 430px; color: #939a94; font-size: 8px; line-height: 1.45; text-align: center; }
.success-view { padding: 42px 24px 20px; text-align: center; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 10px var(--green-soft); }
.success-icon svg { width: 34px; fill: none; stroke: white; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.success-date { margin: 23px 0 8px; color: var(--green-dark); font-family: Georgia, serif; font-size: 18px; text-transform: capitalize; }
.success-copy { max-width: 410px; margin: 0 auto 25px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.email-recap-note { margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--green-dark); font-size: 11px; font-weight: 700; }
.email-recap-note svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.meet-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; color: white; background: var(--green); border-radius: 10px; text-decoration: none; font-size: 11px; font-weight: 750; }
.text-button { display: block; margin: 20px auto 0; padding: 5px; color: #7a847c; background: none; border: 0; border-bottom: 1px solid #adb4ae; font-size: 10px; cursor: pointer; }

footer { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 25px 0 35px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(23, 32, 25, .13); color: #7b847d; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 690px; }
  .booking-card { width: min(650px, 100%); }
}

@media (max-width: 640px) {
  .site-header, .hero, footer { width: min(100% - 28px, 1240px); }
  .site-header { height: 82px; }
  .header-note { font-size: 9px; }
  .hero { padding: 40px 0 50px; gap: 45px; }
  .hero-copy { padding-top: 0; }
  h1 { font-size: clamp(43px, 13vw, 58px); }
  .lead { font-size: 15px; }
  .booking-card { min-height: 650px; padding: 27px 18px 24px; border-radius: 21px; }
  .card-topline h2 { font-size: 27px; }
  .duration { margin-top: 2px; }
  .steps { margin: 24px 0 27px; }
  .date-strip { gap: 4px; overflow-x: auto; padding-bottom: 3px; }
  .date-button { min-width: 42px; }
  .slot-group { grid-template-columns: 1fr; gap: 7px; }
  .slot-group-name { padding-top: 0; }
  .slot-list { grid-template-columns: repeat(4, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  footer { flex-direction: column; }
}

@media (max-width: 390px) {
  .brand-logo { width: 138px; }
  .slot-list { grid-template-columns: repeat(3, 1fr); }
  .step small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
