@font-face {
  font-family: system-local;
  src: local("Inter");
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: light;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fcf7ed;
  color: #273e3b;
  font:
    16px/1.6 system-local,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: #235955;
  text-underline-offset: 4px;
}
a:hover {
  color: #943e2d;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 650;
  line-height: 1.35;
  transition: background 0.15s;
}
button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
button:hover:not(:disabled) {
  filter: brightness(0.94);
}
:focus-visible {
  outline: 3px solid #a0482d;
  outline-offset: 4px;
}
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline-offset: 3px;
}
.primary {
  background: #235955;
  color: #fff;
}
.primary span {
  margin-left: 24px;
}
.secondary {
  background: #edf0e5;
  border: 1px solid #a7b7a9;
  color: #254e46;
}
.quiet {
  background: transparent;
  color: #235955;
  border: 1px solid transparent;
}
.danger {
  color: #943628;
}
.site-header {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 48px;
}
.demo-bar {
  max-width: 1184px;
  margin: 0 auto 16px;
  padding: 12px 24px;
  background: #edf0e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.demo-bar button {
  margin-left: auto;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.6px;
  color: #235955;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  background: #235955;
  border-radius: 13px;
  color: #fcf7ed;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 1;
}
.brand-dot {
  color: #b95439;
}
#account-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}
#account-nav button {
  font-size: 14px;
  padding: 10px 13px;
}
main {
  max-width: 1280px;
  padding: 24px 48px 64px;
  margin: auto;
  min-height: 70vh;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -1.7px;
  margin-bottom: 24px;
}
h1:focus {
  outline: none;
}
h2 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 12px;
}
h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
p {
  margin-bottom: 20px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 750;
  color: #536a58;
  margin-bottom: 18px;
}
.lead {
  font-size: 19px;
  line-height: 1.65;
  max-width: 350px;
  color: #51605a;
}
.micro,
small {
  font-size: 13px;
  color: #56655c;
  line-height: 1.5;
}
.micro {
  margin: 14px 0;
}
.welcome {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 24px;
  min-height: 500px;
}
.welcome-copy {
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
.welcome h1 {
  max-width: 420px;
}
.welcome .primary {
  padding: 17px 25px;
}
.hero-art {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 38% 38% 18% 18% / 26% 26% 12% 12%;
  background: #f6ecdc;
}
.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 410px;
  max-height: 490px;
  object-position: center;
}
.welcome-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  border-top: 1px solid #d6d9ca;
  margin-top: 40px;
  padding-top: 36px;
}
.welcome-bottom p {
  font-size: 15px;
  max-width: 290px;
  color: #58655d;
}
.number {
  display: block;
  font-size: 12px;
  color: #97462f;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.pilot {
  border-left: 3px solid #a7b6a0;
  padding: 0 0 0 14px;
  color: #56655c;
  font-size: 13px;
  margin-top: 24px;
  max-width: 800px;
}
.site-footer {
  border-top: 1px solid #d8d9cd;
  margin: auto;
  max-width: 1184px;
  padding: 28px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  font-size: 13px;
  color: #58655d;
}
.site-footer p {
  margin: 0;
  flex: 1;
}
.site-footer span {
  flex-basis: 100%;
  font-size: 12px;
}
.form-layout {
  max-width: 760px;
  margin: 0 auto;
}
.progress {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 8px 0 32px;
  gap: 12px;
  color: #6b7469;
  font-size: 13px;
  text-align: center;
}
.progress li {
  padding-bottom: 14px;
  border-bottom: 3px solid #dddcd0;
}
.progress span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #eae7db;
  line-height: 28px;
  font-size: 12px;
}
.progress .done {
  border-color: #75978a;
  color: #235955;
}
.progress .done span {
  background: #235955;
  color: #fff;
}
.progress [aria-current] {
  font-weight: 750;
}
.form-card {
  background: #fffcf6;
  border: 1px solid #daddce;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 6px 25px #35524c05;
}
.step-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.step-heading h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.step-heading .eyebrow {
  margin-bottom: 8px;
}
.step-heading img {
  object-fit: contain;
  max-width: 100px;
  height: 85px;
  mix-blend-mode: multiply;
}
.form-card label,
dialog label,
.proposal label {
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin: 20px 0 8px;
}
input:not([type="checkbox"]),
select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  background: #fffefb;
  border: 1px solid #aab9aa;
  border-radius: 10px;
  padding: 10px 12px;
  color: #273e3b;
  font-size: 16px;
}
input:read-only {
  background: #f1f0e8;
}
small {
  display: block;
  margin-top: 7px;
}
input[type="checkbox"] {
  appearance: auto;
  accent-color: #235955;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0;
}
.check {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  font-weight: 400 !important;
  min-height: 48px;
  padding: 12px 0;
}
.check input {
  margin-top: 2px;
}
.optional {
  font-weight: 400;
  color: #647060;
}
.note {
  background: #eff0e4;
  border-left: 3px solid #8d9f7f;
  padding: 15px 18px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  margin: 24px 0;
}
.hint {
  font-size: 14px;
  color: #5a665b;
  margin-top: 12px;
}
.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e1e1d5;
}
.form-actions .primary {
  min-width: 150px;
}
.zone-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.zone {
  padding: 24px 12px;
  min-height: 76px;
  background: #e9eddf;
  color: #335443;
  border: 2px solid transparent;
}
.zone.selected {
  border-color: #235955;
  background: #d8e4d4;
}
.day-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 8px;
  align-items: center;
  margin: 24px 0;
}
.day-grid > span {
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.day-grid strong {
  font-size: 15px;
}
.day-toggle {
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  border-radius: 12px;
  background: #f2f1e7;
  cursor: pointer;
}
.day-toggle:has(:checked) {
  background: #d8e4d4;
}
.day-toggle input {
  height: 24px;
  width: 24px;
}
.day-toggle span {
  color: #49694c;
}
.slot {
  min-width: 0;
  border: 1px solid #cdd5c5;
  border-radius: 16px;
  margin: 20px 0;
  padding: 8px 18px 18px;
}
.slot legend {
  padding: 0 8px;
  font-weight: 750;
  color: #235955;
}
.slot label {
  font-size: 13px;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.compact {
  max-width: 680px;
  margin: 30px auto;
}
.compact h1 {
  font-size: 44px;
}
.compact form .primary {
  margin-top: 24px;
  width: 100%;
}
.message {
  position: relative;
  margin: 12px auto;
  padding: 18px 22px;
  max-width: 760px;
  background: #ffeddf;
  border: 1px solid #bb7557;
  border-radius: 12px;
  color: #75341f;
  font-size: 15px;
}
.message[hidden] {
  display: none;
}
.account-heading {
  padding: 28px 0 12px;
}
.account-heading h1 {
  font-size: 44px;
  overflow-wrap: anywhere;
}
.account-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: start;
}
.account-grid .form-card {
  padding: 28px;
}
.itinerary {
  padding: 0;
  list-style: none;
}
.itinerary li {
  padding: 14px 0;
  border-bottom: 1px solid #dddcd0;
}
.itinerary span {
  display: block;
  font-size: 14px;
}
.stack {
  display: grid;
  gap: 8px;
}
.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.row h2 {
  flex: 1;
  margin-bottom: 0;
}
.row button {
  font-size: 14px;
}
.empty {
  background: #eff0e4;
  padding: 36px 28px;
  border-radius: 20px;
  margin: 22px 0;
  text-align: center;
}
.empty img {
  mix-blend-mode: multiply;
  object-fit: contain;
  margin-bottom: 16px;
}
.empty p {
  font-size: 15px;
  max-width: 350px;
  margin: 0 auto;
}
.proposal {
  padding: 28px;
  background: #fffcf6;
  border: 1px solid #cbd6c8;
  border-radius: 20px;
  margin: 24px 0;
}
.proposal .eyebrow {
  font-size: 11px;
}
.proposal > p {
  font-size: 15px;
}
.proposal .primary {
  width: 100%;
}
.proposal .row {
  margin-top: 14px;
}
.proposal summary {
  cursor: pointer;
  min-height: 48px;
  padding: 13px 0;
  color: #456a5b;
  font-size: 14px;
}
.proposal details {
  border-top: 1px solid #e0e3d6;
  margin-top: 12px;
}
.contact-reveal {
  background: #e5eddf;
  border-radius: 12px;
  padding: 18px;
  overflow-wrap: anywhere;
}
.contact-reveal a {
  display: block;
}
.contact-reveal p {
  margin: 10px 0;
}
.safety {
  font-size: 13px;
  border-left: 3px solid #c99b7f;
  padding: 0 0 0 15px;
  color: #58655d;
  margin-top: 24px;
}
.loading {
  text-align: center;
  margin: 100px auto;
}
dialog {
  max-width: min(520px, calc(100% - 32px));
  border: 1px solid #b8c5b2;
  border-radius: 20px;
  padding: 28px;
  background: #fffcf6;
  color: #273e3b;
}
dialog::backdrop {
  background: #1c363c80;
}
dialog .row {
  justify-content: flex-end;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 12px;
  top: 12px;
  background: #fff;
  z-index: 10;
  padding: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.legal h1 {
  font-size: 42px;
}
.legal h2 {
  margin-top: 32px;
}
.legal li {
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .site-header {
    padding: 24px;
  }
  .site-footer {
    margin: 0 24px;
  }
  main {
    padding: 16px 24px 48px;
  }
  .welcome {
    gap: 20px;
    min-height: 450px;
  }
  .hero-art img {
    min-height: 380px;
  }
  .welcome h1 {
    font-size: 48px;
  }
  .account-grid {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .site-header {
    padding: 20px;
  }
  .brand {
    font-size: 26px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 28px;
  }
  .site-header nav button {
    padding: 8px;
    font-size: 13px;
  }
  main {
    padding: 10px 20px 40px;
  }
  .welcome {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .welcome-copy {
    padding: 24px 0 10px;
  }
  .welcome h1 {
    max-width: 360px;
    font-size: 46px;
    line-height: 1.1;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.4px;
  }
  .welcome .lead {
    font-size: 17px;
    max-width: 320px;
  }
  .welcome .primary {
    width: 100%;
    padding: 17px;
  }
  .welcome .micro {
    text-align: center;
  }
  .hero-art {
    margin-top: 8px;
    border-radius: 26px;
  }
  .hero-art img {
    height: auto;
    min-height: 0;
    max-height: 320px;
  }
  .welcome-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    padding-top: 28px;
  }
  .welcome-bottom > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0 12px;
  }
  .welcome-bottom h2 {
    font-size: 18px;
  }
  .welcome-bottom p {
    grid-column: 2;
    margin-bottom: 0;
    max-width: none;
  }
  .number {
    margin: 3px 0;
  }
  .site-footer {
    margin: 0 20px;
    padding: 24px 0;
    display: grid;
    gap: 12px;
  }
  .site-footer p {
    max-width: 260px;
  }
  .progress {
    gap: 6px;
    font-size: 11px;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .progress li {
    padding-bottom: 10px;
  }
  .form-card {
    padding: 22px 18px;
    border-radius: 18px;
  }
  .step-heading h1 {
    font-size: 36px;
  }
  .step-heading img {
    width: 80px;
    height: 70px;
  }
  .form-actions {
    gap: 12px;
  }
  .form-actions button {
    padding: 12px 15px;
  }
  .form-actions .primary {
    min-width: 0;
    flex: 1;
  }
  .compact {
    margin: 24px auto;
  }
  .compact h1 {
    font-size: 36px;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .slot {
    padding: 8px 12px 16px;
  }
  .slot label {
    font-size: 12px;
  }
  .check {
    font-size: 14px;
  }
  .account-grid {
    grid-template-columns: 1fr;
  }
  .account-heading {
    padding-top: 24px;
  }
  .account-heading h1 {
    font-size: 36px;
  }
  .account-grid .form-card {
    padding: 22px;
  }
  .proposal {
    padding: 22px 18px;
  }
  .account-heading p {
    font-size: 15px;
  }
  .row h2 {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .message {
    margin: 12px 20px;
  }
  .site-header:has([data-nav="logout"]) {
    align-items: flex-start;
  }
  .site-header:has([data-nav="logout"]) nav {
    max-width: 230px;
  }
  .legal h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 359px) {
  .welcome h1 {
    font-size: 40px;
  }
  main {
    padding-left: 14px;
    padding-right: 14px;
  }
  .site-header {
    padding: 16px 14px;
  }
  .brand-mark {
    display: none;
  }
  .progress {
    font-size: 10px;
  }
}
