@font-face {
  font-family: "Kaushan Script";
  src: url("/assets/fonts/KaushanScript-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/assets/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/assets/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/assets/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/assets/fonts/Barlow-ExtraBold.ttf") format("truetype");
  font-weight: 800 950;
  font-style: normal;
  font-display: swap;
}

:root {
  --night: #071820;
  --night-soft: #102b35;
  --ink: #10262d;
  --muted: #596b70;
  --cream: #f5efe2;
  --paper: #fffaf0;
  --white: #fffdf8;
  --ocean: #0b7182;
  --aqua: #2eb6b2;
  --sun: #ffad0d;
  --coral: #f04c24;
  --red: #c92f35;
  --line: #18333a;
  --soft-line: #c8c6ba;
  --warning: #ffe5a0;
  --shadow: 9px 9px 0 rgba(7, 24, 32, 0.16);
  color: var(--ink);
  background: var(--cream);
  font-family: "Barlow", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--cream); font-size: 16px; }
[hidden] { display: none !important; }
button, input, select { font: inherit; }
button { touch-action: manipulation; }
a { color: inherit; }

.topbar,
.admin-topbar {
  position: relative;
  z-index: 20;
  min-height: 74px;
  padding: 10px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--night);
  border-bottom: 5px solid var(--coral);
}

.topbar {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand { display: inline-flex; width: fit-content; align-items: center; gap: 13px; text-decoration: none; }
.brand-compass {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 3px 3px 0 var(--coral);
}
.brand-mark {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--sun);
  border-radius: 50%;
  color: var(--white);
  background: var(--ocean);
  box-shadow: 3px 3px 0 var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 800;
}
.brand-lockup strong,
.brand-lockup small { display: block; }
.brand-lockup strong { line-height: 0.9; white-space: nowrap; }
.brand-lockup strong em {
  font-family: "Kaushan Script", "Segoe Script", cursive;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}
.brand-lockup strong b { margin-left: 9px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: 0.24em; }
.brand-lockup small { margin-top: 6px; color: #b7cbd0; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
nav a { padding: 23px 0 19px; text-decoration: none; }
nav .active { color: var(--sun); border-bottom: 3px solid var(--sun); }
nav span { color: #77939a; }
.pilot-pill {
  justify-self: end;
  padding: 8px 12px;
  border: 1px solid #47646b;
  border-radius: 2px;
  color: #c9d9dc;
  background: #0c242d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.account-link {
  justify-self: end;
  padding: 10px 14px;
  border: 2px solid var(--aqua);
  border-radius: 2px;
  color: var(--white);
  background: #0c242d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.account-link:hover,
.account-link.active-account { color: var(--night); background: var(--sun); border-color: var(--sun); }
.button-reset { font: inherit; cursor: pointer; }

main { overflow: hidden; }
.intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1440px;
  min-height: 345px;
  margin: 0 auto;
  padding: 34px clamp(20px, 5vw, 72px) 38px;
  color: var(--white);
  background:
    linear-gradient(115deg, transparent 0 67%, rgba(46, 182, 178, 0.12) 67% 69%, transparent 69%),
    radial-gradient(circle at 22% 15%, rgba(240, 76, 36, 0.28), transparent 28%),
    var(--night-soft);
}
.intro::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(135deg, transparent 0 35px, var(--aqua) 36px 37px),
    repeating-linear-gradient(45deg, transparent 0 65px, var(--sun) 66px 67px);
  pointer-events: none;
}
.intro > * { position: relative; }
.intro-copy { max-width: 620px; }
.eyebrow,
.step-label,
.summary-kicker {
  margin: 0 0 12px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
h1 {
  max-width: 650px;
  margin: 0;
  font-family: "Kaushan Script", "Segoe Script", cursive;
  font-size: clamp(42px, 4.8vw, 68px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.015em;
}
h1 span { color: var(--coral); }
.intro-copy > p:not(.eyebrow) { max-width: 560px; margin: 18px 0 0; color: #c5d7da; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; }
.intro-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; color: #d6e2e4; font-size: 14px; }
.intro-facts span { padding: 8px 10px; border: 1px solid #49666d; background: rgba(5, 22, 29, 0.55); }
.intro-facts strong { color: var(--sun); }

.camper-photo {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: visible;
  border: 7px solid var(--paper);
  border-radius: 3px;
  background: var(--paper);
  box-shadow: 13px 13px 0 var(--coral);
  transform: rotate(0.7deg);
}
.camper-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 50%, rgba(7, 24, 32, 0.68)); pointer-events: none; }
.camper-photo img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; object-position: center 53%; }
.camper-photo figcaption { position: absolute; z-index: 2; right: 20px; bottom: 15px; left: 20px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.photo-stamp {
  position: absolute;
  z-index: 3;
  top: -20px;
  right: -18px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 3px solid var(--night);
  border-radius: 50%;
  color: var(--night);
  background: var(--sun);
  box-shadow: 4px 4px 0 var(--aqua);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  transform: rotate(7deg);
}

.booking-shell { max-width: 1440px; margin: 0 auto 70px; padding: 0 clamp(20px, 5vw, 72px); }
.booking-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 32px 0 24px; border-bottom: 3px solid var(--line); }
.booking-head .step-label { color: var(--coral); }
.booking-head h2 { margin: 0; font-family: "Kaushan Script", "Segoe Script", cursive; font-size: clamp(34px, 3.4vw, 52px); font-weight: 400; letter-spacing: -0.015em; }
.booking-head > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); line-height: 1.55; }

.booking-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 30px; align-items: start; padding-top: 26px; }
form { display: grid; gap: 18px; }
fieldset { margin: 0; padding: clamp(22px, 3vw, 32px); border: 2px solid var(--line); border-radius: 5px; background: var(--white); box-shadow: var(--shadow); }
legend { padding: 0 12px 0 0; color: var(--ink); font-size: 20px; font-weight: 900; letter-spacing: -0.02em; }
legend span { display: inline-grid; width: 34px; height: 34px; margin-right: 9px; place-items: center; border: 2px solid var(--line); border-radius: 50%; color: var(--white); background: var(--ocean); box-shadow: 3px 3px 0 var(--sun); font-size: 13px; }
.fields { display: grid; gap: 17px; margin-top: 14px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { color: #284248; font-size: 14px; font-weight: 800; }
input:not([type="radio"]):not([type="checkbox"]),
select {
  width: 100%;
  min-height: 50px;
  margin-top: 7px;
  padding: 0 14px;
  border: 2px solid #aab6b4;
  border-radius: 3px;
  color: var(--ink);
  background: #fff;
  outline: none;
}
input:focus,
select:focus { border-color: var(--ocean); box-shadow: 0 0 0 4px rgba(46, 182, 178, 0.22); }
.field-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.choice-grid,
.extras-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 14px; }
.choice-card,
.extra-card { position: relative; display: flex; align-items: center; gap: 12px; min-height: 88px; padding: 16px; border: 2px solid #aab6b4; border-radius: 3px; cursor: pointer; background: #fff; }
.choice-card:has(input:checked),
.extra-card:has(input:checked) { border-color: var(--ocean); background: #e0f4f1; box-shadow: 4px 4px 0 var(--aqua); }
.choice-card input { position: absolute; opacity: 0; }
.choice-dot { width: 20px; height: 20px; flex: 0 0 auto; border: 2px solid #82928f; border-radius: 50%; background: white; }
.choice-card:has(input:checked) .choice-dot { border: 6px solid var(--ocean); }
.choice-card strong,
.choice-card small,
.extra-card strong,
.extra-card small { display: block; }
.choice-card strong,
.extra-card strong { color: var(--ink); font-size: 14px; }
.choice-card small,
.extra-card small { margin-top: 4px; color: var(--muted); font-weight: 550; line-height: 1.4; }
.extra-card input { width: 19px; height: 19px; accent-color: var(--coral); }
.extra-card span { flex: 1; }
.extra-card b { color: var(--coral); font-size: 16px; }
.conditional-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 17px; padding: 18px; border: 2px dashed var(--ocean); background: #dff2f0; }
.conditional-fields > p { grid-column: 1 / -1; margin: 0; color: #365e62; font-size: 13px; line-height: 1.5; }

.summary {
  position: sticky;
  top: 98px;
  overflow: hidden;
  padding: 30px;
  border: 2px solid var(--night);
  border-radius: 5px;
  color: #fff;
  background:
    linear-gradient(150deg, transparent 0 73%, rgba(46, 182, 178, 0.14) 73% 75%, transparent 75%),
    var(--night-soft);
  box-shadow: 10px 10px 0 var(--aqua);
}
.summary::before { position: absolute; top: 0; right: 0; width: 92px; height: 8px; content: ""; background: linear-gradient(90deg, var(--sun) 0 45%, var(--coral) 45%); }
.summary > * { position: relative; }
.summary h3 { margin: 0; font-family: "Kaushan Script", "Segoe Script", cursive; font-size: 38px; font-weight: 400; }
.summary-dates { margin: 9px 0 24px; color: #bed1d5; font-size: 14px; }
.member-discount { margin: -8px 0 18px; padding: 10px 12px; border: 1px solid var(--sun); color: var(--night); background: var(--sun); font-size: 12px; font-weight: 900; letter-spacing: 0.03em; text-transform: uppercase; }
.pricing-lines { display: grid; gap: 13px; padding: 20px 0; border-top: 1px solid #456068; border-bottom: 1px solid #456068; }
.price-line { display: flex; justify-content: space-between; gap: 12px; color: #eef5f5; font-size: 14px; }
.price-line small { display: block; margin-top: 3px; color: #96b5ba; font-size: 12px; }
.price-line.member_discount strong { color: var(--aqua); }
.notice { display: grid; gap: 4px; margin: 16px 0 0; padding: 14px; border-left: 5px solid var(--aqua); color: #113f48; background: #d9f0ed; font-size: 13px; line-height: 1.45; }
.notice.warning { border-left-color: var(--sun); color: #624515; background: var(--warning); }
.notice.error { border-left-color: var(--red); color: #742d24; background: #ffe1dc; }
.total-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 23px; }
.total-row span { color: #b8cdd1; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; }
.total-row strong { color: var(--sun); font-family: "Barlow", sans-serif; font-size: 40px; font-weight: 800; }
.deposit-note,
.nonbinding { color: #a8bec3; font-size: 12px; line-height: 1.5; }
.deposit-note { margin: 9px 0 20px; }
.primary-button { width: 100%; min-height: 54px; border: 2px solid #fff; border-radius: 2px; color: #fff; background: var(--coral); box-shadow: 5px 5px 0 var(--sun); font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; transition: transform 150ms ease, box-shadow 150ms ease; }
.primary-button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--sun); }
.primary-button:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.primary-button:disabled { cursor: not-allowed; opacity: 0.55; transform: none; }
.nonbinding { margin: 14px 0 0; text-align: center; }
.success-panel { margin-top: 18px; padding: 17px; border-left: 5px solid var(--aqua); color: #dff7f3; background: #12464d; }
.success-panel span,
.success-panel strong { display: block; }
.success-panel span { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.success-panel strong { margin-top: 5px; color: var(--sun); font-family: "Barlow", sans-serif; font-size: 24px; font-weight: 800; }
.success-panel p { margin: 8px 0 0; font-size: 13px; line-height: 1.5; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(20px, 5vw, 72px); border-top: 5px solid var(--coral); color: #b7cbd0; background: var(--night); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.admin-body { min-height: 100vh; background: var(--cream); }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; }
.admin-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.admin-toolbar .danger-button { margin-left: 0; }
.admin-main { max-width: 1320px; margin: 0 auto; padding: 46px clamp(20px, 5vw, 72px) 80px; overflow: visible; }
.admin-overview { margin-bottom: 58px; }
.admin-overview .admin-section-head { margin-bottom: 20px; }
.admin-overview h1 { margin: 0; color: var(--ink); font-size: clamp(38px, 4.5vw, 60px); }
.admin-welcome { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.admin-stat-grid article { min-height: 122px; padding: 20px; border: 2px solid var(--line); background: var(--white); box-shadow: 5px 5px 0 rgba(7, 24, 32, 0.14); }
.admin-stat-grid span,
.admin-stat-grid strong { display: block; }
.admin-stat-grid span { color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.35; }
.admin-stat-grid strong { margin-top: 9px; color: var(--coral); font-size: 38px; font-weight: 800; line-height: 1; }
.admin-site-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.admin-site-links a { display: grid; gap: 4px; min-height: 82px; padding: 15px 16px; border: 2px solid var(--ocean); color: var(--ink); background: #e0f4f1; text-decoration: none; }
.admin-site-links a:hover { color: #fff; background: var(--ocean); box-shadow: 4px 4px 0 var(--sun); }
.admin-site-links strong { font-size: 15px; font-weight: 900; text-transform: uppercase; }
.admin-site-links span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.admin-site-links a:hover span { color: #d6edef; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 3px solid var(--line); }
.admin-heading h1 { color: var(--ink); font-size: clamp(38px, 4.5vw, 60px); }
.admin-legend { display: flex; flex-wrap: wrap; gap: 13px; color: var(--muted); font-size: 12px; }
.admin-legend span { display: flex; align-items: center; gap: 6px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ocean); }
.dot.orange { background: var(--coral); }
.dot.blue { background: #3b75b8; }
.dot.green { background: #3d9a64; }
.request-list { display: grid; gap: 18px; }
.request-card { display: grid; grid-template-columns: 1fr 250px; gap: 24px; padding: 27px; border: 2px solid var(--line); border-radius: 4px; background: var(--white); box-shadow: var(--shadow); }
.request-card-head { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 2px solid #c4c5bc; }
.request-card h2 { margin: 4px 0 0; font-family: "Kaushan Script", "Segoe Script", cursive; font-size: 28px; font-weight: 400; }
.reference { color: var(--ocean); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; }
.status-badge { height: fit-content; padding: 8px 10px; border: 2px solid #4e716e; border-radius: 2px; color: #244f4a; background: #d9efeb; font-size: 12px; font-weight: 900; }
.status-badge.transport_review { border-color: #b85234; color: #77331f; background: #ffe0cf; }
.status-badge.quote_ready { border-color: #537da5; color: #284f75; background: #deebf7; }
.status-badge.awaiting_deposit { border-color: #4b8b60; color: #2c633e; background: #dcefe2; }
.status-badge.cancelled { border-color: #8a9290; color: #565f5e; background: #e4e7e6; }
.request-info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; }
.info-pair span,
.info-pair strong { display: block; }
.info-pair span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.info-pair strong { margin-top: 4px; font-size: 14px; line-height: 1.45; }
.admin-price { padding-left: 22px; border-left: 2px solid #c4c5bc; }
.admin-price span { color: var(--muted); font-size: 12px; }
.admin-price strong { display: block; margin-top: 6px; color: var(--coral); font-family: "Barlow", sans-serif; font-size: 30px; font-weight: 800; }
.admin-price p { color: #7a6431; font-size: 12px; line-height: 1.45; }
.admin-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: end; gap: 12px; padding-top: 18px; border-top: 2px solid #c4c5bc; }
.secondary-button,
.hold-button,
.danger-button { min-height: 43px; padding: 0 16px; border-radius: 2px; font-weight: 900; cursor: pointer; }
.secondary-button { border: 2px solid var(--aqua); color: #fff; background: var(--night-soft); }
.hold-button { border: 2px solid var(--night); color: #fff; background: var(--ocean); box-shadow: 4px 4px 0 var(--sun); }
.danger-button { margin-left: auto; border: 2px solid #b8786d; color: #792f26; background: #fff1ed; }
.km-field { width: min(220px, 100%); }
.km-field input { min-height: 43px !important; }
.hold-note { margin: 0; color: var(--muted); font-size: 13px; }
.empty-state { padding: 50px; border: 2px dashed #839491; color: var(--muted); text-align: center; background: rgba(255, 255, 255, 0.55); }
.admin-login { max-width: 680px; margin: 8vh auto 0; padding: 37px; border: 2px solid var(--line); border-radius: 4px; background: var(--white); box-shadow: 10px 10px 0 var(--aqua); }
.admin-login h1 { color: var(--ink); font-size: clamp(36px, 5vw, 54px); }
.admin-login > p:not(.eyebrow) { color: var(--muted); line-height: 1.55; }
.admin-login form { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; }
.admin-auth-form .hold-button { grid-column: 1 / -1; width: fit-content; min-width: 180px; }
#admin-password-form label:first-child { grid-column: 1 / -1; }
.event-log { flex-basis: 100%; color: var(--muted); font-size: 13px; }
.event-log summary { width: fit-content; cursor: pointer; color: var(--ocean); font-weight: 850; }
.event-log ul { display: grid; gap: 5px; margin: 10px 0 0; padding-left: 20px; }

.admin-subsection { margin-top: 64px; padding-top: 30px; border-top: 4px solid var(--line); }
.admin-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.admin-section-head h2 { margin: 0; font-family: "Kaushan Script", "Segoe Script", cursive; font-size: clamp(30px, 4vw, 44px); font-weight: 400; }
.customer-list,
.source-list { display: grid; gap: 14px; }
.customer-card,
.source-card { display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; align-items: center; gap: 22px; padding: 20px 22px; border: 2px solid var(--line); background: var(--white); box-shadow: 5px 5px 0 rgba(7, 24, 32, 0.12); }
.customer-card h3,
.source-card h3 { margin: 0; font-size: 18px; }
.customer-card p,
.source-card p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.customer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.customer-actions { display: flex; align-items: center; gap: 9px; }
.customer-actions .danger-button { margin-left: 0; }
.status-badge.customer-active { border-color: #4b8b60; color: #2c633e; background: #dcefe2; }
.status-badge.customer-pending { border-color: #b85234; color: #77331f; background: #ffe0cf; }
.status-badge.customer-disabled { border-color: #8a9290; color: #565f5e; background: #e4e7e6; }
.source-state { padding: 8px 10px; border: 2px solid #8a9290; color: #565f5e; background: #e4e7e6; font-size: 12px; font-weight: 900; }
.source-state.state-active { border-color: #4b8b60; color: #2c633e; background: #dcefe2; }
.source-state.state-error { border-color: #b85234; color: #77331f; background: #ffe0cf; }
.source-message { width: min(300px, 100%); }

.club-body { min-height: 100vh; background: var(--cream); }
.club-topbar { position: sticky; }
.account-main,
.stories-main { max-width: 1320px; min-height: calc(100vh - 170px); margin: 0 auto; padding: 48px clamp(20px, 5vw, 72px) 84px; overflow: visible; }
.account-intro { max-width: 920px; padding: 36px clamp(24px, 5vw, 55px); border: 2px solid var(--night); color: var(--white); background: radial-gradient(circle at 88% 20%, rgba(240, 76, 36, 0.32), transparent 30%), var(--night-soft); box-shadow: 10px 10px 0 var(--aqua); }
.account-intro h1 { max-width: 760px; font-size: clamp(42px, 6vw, 70px); }
.account-intro > p:last-child { max-width: 720px; margin: 20px 0 0; color: #c5d7da; font-size: 18px; line-height: 1.55; }
.account-message { max-width: 920px; margin-top: 30px; }
.account-message.success { border-left-color: #3d9a64; color: #245c39; background: #dcefe2; }
.account-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 26px; margin-top: 40px; }
.account-card,
.signed-in-panel { padding: 32px; border: 2px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.account-card h2,
.signed-in-panel h2 { margin: 0; font-family: "Kaushan Script", "Segoe Script", cursive; font-size: clamp(32px, 4vw, 46px); font-weight: 400; }
.account-card > p:not(.eyebrow),
.signed-in-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.55; }
.signed-in-panel .discount-copy { padding: 12px 14px; border-left: 4px solid var(--sun); color: var(--ink); background: #fff0bd; font-weight: 800; }
.account-card form { margin-top: 24px; }
.account-card button { width: fit-content; min-width: 180px; }
.input-help { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 600; }
.consent-row { display: flex; align-items: flex-start; gap: 11px; line-height: 1.5; }
.consent-row input { width: 19px; height: 19px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--coral); }
.signed-in-panel { max-width: 720px; margin-top: 40px; }
.account-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.account-actions .danger-button { margin-left: 0; }
.button-link { display: inline-grid; place-items: center; text-decoration: none; }

.stories-main { max-width: 1440px; }
.stories-heading { display: flex; justify-content: space-between; align-items: end; gap: 38px; padding: 35px clamp(24px, 5vw, 52px); border: 2px solid var(--night); color: var(--white); background: radial-gradient(circle at 12% 0, rgba(46, 182, 178, 0.24), transparent 36%), var(--night-soft); box-shadow: 10px 10px 0 var(--coral); }
.stories-heading h1 { color: var(--sun); }
.stories-heading > div:first-child > p:last-child { max-width: 780px; margin: 17px 0 0; color: #c5d7da; font-size: 17px; line-height: 1.55; }
.member-chip { min-width: 220px; padding: 14px 16px; border-left: 4px solid var(--aqua); background: #0a2028; }
.member-chip span,
.member-chip strong,
.member-chip small { display: block; }
.member-chip span { color: #9eb9be; font-size: 11px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.member-chip strong { margin-top: 5px; font-size: 15px; }
.member-chip small { margin-top: 6px; color: var(--sun); font-size: 12px; font-weight: 850; }
.content-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin: 40px 0 24px; }
.filter-button { min-height: 43px; padding: 0 16px; border: 2px solid var(--line); border-radius: 2px; color: var(--ink); background: transparent; font-weight: 850; cursor: pointer; }
.filter-button:hover,
.filter-button.active { color: #fff; background: var(--ocean); box-shadow: 4px 4px 0 var(--sun); }
.stories-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.story-card { overflow: hidden; border: 2px solid var(--line); background: var(--white); box-shadow: 7px 7px 0 rgba(7, 24, 32, 0.15); }
.story-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 5px solid var(--aqua); background: var(--night-soft); }
.story-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 200ms ease; }
.story-image:hover img { transform: scale(1.025); }
.story-image-placeholder { display: grid; place-items: center; padding: 24px; color: var(--sun); font-family: "Kaushan Script", "Segoe Script", cursive; font-size: 24px; text-align: center; }
.source-youtube .story-image { border-bottom-color: var(--coral); }
.source-patreon .story-image { border-bottom-color: var(--sun); }
.story-body { display: grid; gap: 14px; padding: 22px; }
.story-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; }
.source-label { color: var(--ocean); font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.story-body h2 { margin: 0; font-family: "Kaushan Script", "Segoe Script", cursive; font-size: 25px; font-weight: 400; line-height: 1.15; }
.story-body > p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.story-link { width: fit-content; color: var(--coral); font-size: 14px; font-weight: 900; text-underline-offset: 4px; }
.stories-empty { grid-column: 1 / -1; }
.stories-empty strong,
.stories-empty p { display: block; }
.stories-empty strong { color: var(--ink); font-family: "Kaushan Script", "Segoe Script", cursive; font-size: 26px; font-weight: 400; }
.stories-empty p { margin: 9px 0 0; }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .intro { grid-template-columns: 1fr; gap: 32px; }
  .camper-photo { min-height: 340px; transform: none; }
  .camper-photo img { min-height: 340px; }
  .booking-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .account-grid { grid-template-columns: 1fr; }
  .stories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .customer-card,
  .source-card { grid-template-columns: 1fr auto; }
  .customer-actions,
  .source-message { grid-column: 1 / -1; }
  .admin-stat-grid,
  .admin-site-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .topbar { min-height: 68px; padding-inline: 15px; }
  .brand-lockup small,
  .pilot-pill { display: none; }
  .brand-mark { width: 41px; height: 41px; }
  .brand-compass { width: 50px; height: 50px; }
  .intro { min-height: auto; padding: 31px 16px 38px; }
  h1 { font-size: clamp(39px, 13vw, 56px); }
  .camper-photo { min-height: 270px; border-width: 5px; box-shadow: 8px 8px 0 var(--coral); }
  .camper-photo img { min-height: 270px; }
  .photo-stamp { right: -8px; }
  .booking-shell { padding-inline: 16px; }
  .booking-head { display: block; }
  .booking-head > p { margin-top: 12px; }
  .two-columns,
  .choice-grid,
  .extras-grid,
  .conditional-fields { grid-template-columns: 1fr; }
  .conditional-fields > p { grid-column: 1; }
  fieldset { padding: 22px 16px; box-shadow: 6px 6px 0 rgba(7, 24, 32, 0.14); }
  .summary { padding: 25px 20px; box-shadow: 7px 7px 0 var(--aqua); }
  footer { flex-direction: column; padding-inline: 20px; }
  .admin-heading,
  .request-card-head { align-items: start; flex-direction: column; }
  .admin-topbar { align-items: flex-start; gap: 15px; }
  .admin-toolbar { max-width: 140px; }
  .admin-toolbar > * { width: 100%; }
  .request-card { grid-template-columns: 1fr; padding: 21px 17px; }
  .request-info { grid-template-columns: 1fr; }
  .admin-price { padding: 16px 0 0; border-top: 2px solid #c4c5bc; border-left: 0; }
  .admin-login { padding: 28px 20px; }
  .admin-login form { grid-template-columns: 1fr; }
  .admin-auth-form .hold-button,
  #admin-password-form label:first-child { grid-column: 1; }
  .danger-button { margin-left: 0; }
  .account-link { padding: 9px 10px; font-size: 11px; }
  .account-main,
  .stories-main { padding: 26px 16px 60px; }
  .account-intro,
  .stories-heading { padding: 27px 20px; box-shadow: 7px 7px 0 var(--aqua); }
  .account-intro > p:last-child { font-size: 16px; }
  .account-grid { margin-top: 28px; }
  .account-card,
  .signed-in-panel { padding: 25px 18px; }
  .account-card button { width: 100%; }
  .stories-heading { align-items: start; flex-direction: column; }
  .member-chip { width: 100%; min-width: 0; }
  .content-toolbar { margin-top: 30px; }
  .filter-button { flex: 1 1 calc(50% - 10px); }
  .stories-grid { grid-template-columns: 1fr; }
  .admin-section-head { align-items: stretch; flex-direction: column; }
  .customer-card,
  .source-card { grid-template-columns: 1fr; padding: 18px 16px; }
  .customer-actions,
  .source-message { grid-column: auto; }
  .customer-meta { justify-content: flex-start; }
  .admin-stat-grid,
  .admin-site-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-button { transition: none; }
}
