:root {
  --forest: #1f4d3a;
  --forest-deep: #143226;
  --moss: #4b6d54;
  --cream: #f7f1e3;
  --paper: #fffdf8;
  --sand: #e8d8b7;
  --clay: #c67a5b;
  --brick: #a93a32;
  --ink: #173127;
  --mist: rgba(255, 255, 255, 0.78);
  --line: rgba(23, 49, 39, 0.12);
  --shadow: 0 24px 60px rgba(20, 50, 38, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: #f8f3e8;
  background-image:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78) 0%, rgba(247, 241, 227, 0.72) 46%, rgba(255, 253, 248, 0.82) 100%),
    radial-gradient(circle at top left, rgba(232, 216, 183, 0.28), transparent 28rem),
    radial-gradient(circle at top right, rgba(169, 58, 50, 0.08), transparent 24rem),
    url("/assets/images/amsterdam-by-night.jpg");
  background-size: auto, auto, auto, cover;
  background-position: center center, top left, top right, center center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)),
    radial-gradient(rgba(23, 49, 39, 0.035) 0.7px, transparent 0.7px);
  background-size: auto, 18px 18px;
  opacity: 0.22;
  z-index: -2;
}

.site-shell {
  position: relative;
  min-height: 100vh;
}

.page-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.is-loaded .page-reveal {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  transition: box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 18px 48px rgba(20, 50, 38, 0.11);
  background-color: rgba(255, 252, 245, 0.9);
  border-color: rgba(23, 49, 39, 0.12);
}

.soft-card {
  border: 1px solid rgba(23, 49, 39, 0.09);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow);
}

.forest-card {
  background: linear-gradient(160deg, rgba(31, 77, 58, 0.98), rgba(20, 50, 38, 0.97));
  color: #f8f5ed;
  box-shadow: 0 24px 60px rgba(20, 50, 38, 0.26);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(31, 77, 58, 0.08);
  color: var(--forest);
}

.section-label::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--brick);
  box-shadow: 0 0 0 5px rgba(169, 58, 50, 0.12);
}

.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-ghost:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--forest);
  color: #fffdf8;
  box-shadow: 0 16px 30px rgba(31, 77, 58, 0.2);
}

.btn-primary:hover {
  background: var(--forest-deep);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--forest);
  border: 1px solid rgba(31, 77, 58, 0.16);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.95);
}

.btn-ghost {
  background: rgba(169, 58, 50, 0.08);
  color: var(--brick);
  border: 1px solid rgba(169, 58, 50, 0.12);
}

.btn-ghost:hover {
  background: rgba(169, 58, 50, 0.12);
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.6rem 0.95rem;
  font-weight: 700;
  color: rgba(23, 49, 39, 0.78);
  transition: color 0.18s ease, background-color 0.18s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--forest);
  background: rgba(31, 77, 58, 0.08);
}

.field-shell {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(23, 49, 39, 0.14);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.95rem 1rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.field-shell:focus {
  border-color: rgba(31, 77, 58, 0.45);
  box-shadow: 0 0 0 4px rgba(31, 77, 58, 0.12);
  background: rgba(255, 255, 255, 0.98);
}

.hidden-iframe {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.signup-shell {
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(247, 241, 227, 0.94) 100%);
  border: 1px solid rgba(31, 77, 58, 0.12);
  box-shadow: 0 28px 70px rgba(20, 50, 38, 0.1);
}

.signup-shell label,
.signup-shell legend {
  color: var(--forest-deep);
}

.signup-kicker {
  letter-spacing: 0.22em;
}

.wf-form-note {
  color: rgba(23, 49, 39, 0.72);
}

.wf-form-card,
.wf-form-check-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 77, 58, 0.12);
  box-shadow: 0 12px 28px rgba(20, 50, 38, 0.05);
}

.wf-postcode-feedback {
  display: none;
  margin-top: 0.75rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.wf-postcode-feedback.is-visible {
  display: block;
}

.wf-postcode-feedback.is-info {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(31, 77, 58, 0.1);
  color: rgba(23, 49, 39, 0.72);
}

.wf-postcode-feedback.is-pending {
  background: rgba(244, 239, 230, 0.94);
  border-color: rgba(140, 111, 49, 0.18);
  color: #6d5927;
}

.wf-postcode-feedback.is-success {
  background: rgba(235, 245, 238, 0.96);
  border-color: rgba(52, 112, 72, 0.2);
  color: #264a35;
}

.wf-postcode-feedback.is-error {
  background: rgba(255, 240, 236, 0.96);
  border-color: rgba(171, 74, 57, 0.22);
  color: #8b392a;
}

.wf-submit-bar {
  background: linear-gradient(180deg, rgba(244, 239, 230, 0.94) 0%, rgba(255, 253, 250, 0.98) 100%);
  border: 1px solid rgba(31, 77, 58, 0.12);
  box-shadow: 0 20px 40px rgba(20, 50, 38, 0.08);
}

.wf-submit-button {
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 100%);
  border: 1px solid rgba(20, 50, 38, 0.16);
  box-shadow: 0 18px 32px rgba(20, 50, 38, 0.2);
}

.wf-submit-button:hover {
  background: linear-gradient(135deg, #1d3c2f 0%, #2c5945 100%);
}

.wf-submit-button[disabled] {
  cursor: wait;
  opacity: 0.88;
}

.wf-submit-feedback {
  display: none;
  margin-top: 1rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(31, 77, 58, 0.16);
  padding: 1rem 1.25rem;
  color: var(--forest-deep);
  outline: none;
}

.wf-submit-feedback.is-visible {
  display: block;
}

.wf-submit-feedback-title {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.wf-submit-feedback-text {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.wf-submit-feedback.is-pending {
  background: #f5efe4;
  border-color: rgba(198, 122, 91, 0.22);
}

.wf-submit-feedback.is-success {
  background: #edf4ea;
  border-color: rgba(31, 77, 58, 0.24);
  box-shadow: 0 14px 28px rgba(31, 77, 58, 0.1);
}

.wf-submit-feedback.is-error {
  background: #fff2ec;
  border-color: rgba(198, 122, 91, 0.28);
}

.notice {
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  font-weight: 600;
}

.notice--success {
  background: rgba(31, 77, 58, 0.12);
  color: var(--forest);
  border: 1px solid rgba(31, 77, 58, 0.16);
}

.notice--error {
  background: rgba(169, 58, 50, 0.09);
  color: var(--brick);
  border: 1px solid rgba(169, 58, 50, 0.14);
}

.future-grid {
  background: linear-gradient(135deg, rgba(31, 77, 58, 0.04), rgba(169, 58, 50, 0.05)), rgba(255, 253, 248, 0.7);
}

.future-slot {
  border: 1px dashed rgba(31, 77, 58, 0.18);
  background: rgba(255, 255, 255, 0.6);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(169, 58, 50, 0.5);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  body {
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav.is-open {
    display: grid;
  }
}
