:root {
  --blue:#245fea;
  --blue-dark:#1945ad;
  --navy:#172a46;
  --text:#273a51;
  --muted:#657183;
  --bg:#fafbfd;
  --line:#e2e7ef;
  --pale:#edf3ff;
  --white:#fff;
  --danger:#b32636;
  --radius:18px;
  --shadow:0 10px 45px -20px #1e3a6230;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--bg);
  font-synthesis:none;
  color-scheme:light
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  font-size:16px;
  line-height:1.55
}
.password-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:-10px;
  margin-bottom:6px
}
.password-heading label {
  font-size:14px;
  font-weight:500
}
.password-generate,.password-copy,.password-toggle {
  border:0;
  background:none;
  color:var(--blue);
  font-size:12px;
  font-weight:600;
  min-height:44px;
  padding:8px 0
}
.password-generate {
  display:inline-flex;
  align-items:center;
  gap:6px
}
.password-generate .icon {
  width:15px;
  height:15px
}
.password-generate:hover,.password-copy:hover,.password-toggle:hover {
  color:var(--blue-dark)
}
.password-field {
  position:relative;
  margin-bottom:18px
}
.password-field input {
  padding-right:70px
}
.password-toggle {
  position:absolute;
  right:5px;
  top:1px;
  min-width:60px
}
.password-feedback {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  font-size:12px;
  line-height:1.6;
  color:var(--muted)
}
.password-feedback:has(#password-status:not(:empty)) {
  margin:-6px 0 14px
}
.password-generate[hidden],.password-toggle[hidden],.password-copy[hidden] {
  display:none
}
button,input,textarea,select {
  font:inherit
}
button,a,input,textarea,select {
  touch-action:manipulation
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
button:disabled {
  cursor:wait;
  opacity:.7
}
button,a {
  transition:background .18s,color .18s,box-shadow .18s,transform .18s
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible {
  outline:3px solid #8eb0ff;
  outline-offset:4px
}
p {
  color:var(--muted)
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  color:var(--navy)
}
h1 {
  line-height:1.16;
  letter-spacing:-1.8px;
  font-weight:500
}
h2 {
  font-size:1.4rem;
  letter-spacing:-.5px;
  line-height:1.3
}
h3 {
  font-size:1.1rem;
  line-height:1.4
}
em {
  font-family:Georgia,'Times New Roman',serif;
  color:var(--blue);
  font-weight:400
}
svg {
  flex-shrink:0;
  vertical-align:middle
}
.page-width {
  width:min(1120px,calc(100% - 64px));
  margin-inline:auto
}
.site-header {
  position:relative;
  z-index:20;
  height:74px;
  border-bottom:1px solid var(--line);
  background:var(--white)
}
.header-inner {
  width:min(1320px,calc(100% - 80px));
  height:100%;
  margin:auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px
}
.brand {
  display:inline-flex;
  align-items:center;
  flex:0 1 192px;
  min-width:0;
  min-height:44px
}
.brand-logo {
  display:block;
  width:192px;
  max-width:100%;
  height:auto
}
.brand-mark {
  display:inline-flex;
  background:var(--blue);
  color:white;
  border-radius:12px;
  width:37px;
  height:37px;
  align-items:center;
  justify-content:center
}
.brand-mark .icon {
  width:27px;
  height:27px
}
.brand-mark img {
  display:block;
  width:100%;
  height:100%
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--bg);
  font-size:14px
}
.desktop-nav a {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:40px;
  padding:8px 16px;
  border-radius:22px;
  color:var(--muted);
  white-space:nowrap
}
.desktop-nav a:hover {
  color:var(--navy);
  background:var(--white)
}
.desktop-nav a.active {
  color:var(--blue-dark);
  background:var(--white);
  box-shadow:0 1px 4px #172a4614;
  font-weight:600
}
.desktop-nav a.active:before {
  content:'';
  width:5px;
  height:5px;
  border-radius:50%;
  background:currentColor
}
.account-nav {
  display:flex;
  justify-self:end;
  flex-shrink:0;
  align-items:center;
  gap:12px;
  font-size:14px
}
.account-nav form {
  margin:0
}
.account-avatar {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  background:var(--pale);
  color:var(--blue);
  border-radius:50%;
  font-weight:700
}
.button {
  background:var(--blue);
  border:1px solid var(--blue);
  border-radius:10px;
  min-height:48px;
  padding:12px 22px;
  color:white;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-weight:600;
  font-size:14px;
  white-space:nowrap
}
.button:hover {
  background:var(--blue-dark);
  border-color:var(--blue-dark);
  box-shadow:0 4px 15px #245fea20
}
.button .icon {
  width:18px;
  height:18px
}
.button-small {
  min-height:42px;
  padding:10px 17px;
  border-radius:8px
}
.text-button {
  border:0;
  background:none;
  color:var(--muted);
  padding:10px 0;
  min-height:44px
}
.text-button:hover,.login-link:hover {
  color:var(--blue)
}
.account-nav .login-link,.account-nav .text-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 12px;
  border-radius:24px;
  color:var(--navy)
}
.account-nav .login-link:hover,.account-nav .text-button:hover {
  color:var(--blue-dark);
  background:var(--pale)
}
.account-nav .button-small {
  min-height:44px;
  border-radius:24px;
  padding:10px 18px;
  gap:12px
}
.mobile-menu {
  display:none;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--bg);
  min-width:44px;
  min-height:44px
}
.mobile-menu:hover,.mobile-menu[aria-expanded="true"] {
  border-color:var(--blue);
  color:var(--blue-dark);
  background:var(--pale)
}
.mobile-menu .menu-close,.mobile-menu[aria-expanded="true"] .menu-open {
  display:none
}
.mobile-menu[aria-expanded="true"] .menu-close {
  display:block
}
.mobile-nav {
  padding:8px;
  width:calc(100% - 40px);
  max-width:360px;
  background:var(--white);
  position:absolute;
  top:calc(100% + 8px);
  right:20px;
  z-index:10;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 12px 32px -12px #172a4640
}
.mobile-nav a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:12px 16px;
  border-radius:12px;
  font-size:14px
}
.mobile-nav a + a {
  margin-top:4px
}
.mobile-nav a:hover,.mobile-nav a.active {
  color:var(--blue-dark);
  background:var(--pale)
}
.mobile-nav a.active {
  font-weight:600
}
.mobile-nav a.active:after {
  content:'';
  width:6px;
  height:6px;
  border-radius:50%;
  background:currentColor
}
@media(min-width:761px) {
  .mobile-nav {
    display:none
  }
}
.hero-stage {
  position:relative;
  isolation:isolate;
  width:min(1440px,calc(100% - 48px));
  margin:24px auto 0;
  overflow:hidden;
  border-radius:26px;
  background:var(--navy)
}
.hero-backdrop,.hero-backdrop img,.hero-stage:after {
  position:absolute;
  inset:0;
  width:100%;
  height:100%
}
.hero-backdrop {
  z-index:-2
}
.hero-backdrop img {
  object-fit:cover;
  object-position:center
}
.hero-stage:after {
  content:'';
  z-index:-1;
  background:linear-gradient(180deg,#102b456b 0%,#102b458c 50%,#102b45a6 100%)
}
.hero {
  text-align:center;
  padding:52px 0 26px;
  max-width:960px
}
.hero-stage .eyebrow,.hero-stage h1 {
  color:var(--white)
}
.hero-stage h1 em {
  color:#c6e9ff
}
.hero-stage .hero-copy {
  color:#ffffffed;
  text-shadow:0 1px 12px #102b45
}
.hero-stage .availability-note {
  color:var(--white);
  margin:16px auto 0;
  text-shadow:0 1px 6px #102b45
}
.eyebrow {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:var(--blue);
  font-size:11px;
  letter-spacing:1.8px;
  font-weight:700
}
.eyebrow .icon {
  width:17px;
  height:17px
}
.hero h1 {
  font-family:Georgia,'Times New Roman',serif;
  font-size:74px;
  font-weight:400;
  letter-spacing:-2.8px;
  margin:22px 0 20px;
  line-height:1.02
}
.hero h1 em {
  display:inline-block;
  padding:0 6px 6px
}
.hero-copy {
  font-size:17px;
  line-height:1.6;
  margin-bottom:30px;
  color:var(--muted)
}
.trip-composer {
  text-align:left;
  background:white;
  border:1px solid #d6deeb;
  border-radius:18px;
  padding:22px 24px 18px;
  max-width:760px;
  margin:auto;
  box-shadow:0 10px 45px -18px #46679030;
  transition:border-color .2s,box-shadow .2s
}
.trip-composer:focus-within {
  border-color:#8aabef;
  box-shadow:0 10px 48px -15px #46679040
}
.composer-label {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  font-weight:600;
  color:var(--navy)
}
.composer-label .icon {
  color:var(--blue)
}
.trip-composer textarea {
  display:block;
  width:100%;
  resize:vertical;
  min-height:94px;
  max-height:350px;
  border:0;
  padding:17px 0 6px;
  font-size:18px;
  line-height:1.6;
  background:transparent;
  color:var(--text)
}
.trip-composer textarea::placeholder {
  color:#768292;
  opacity:1
}
.trip-composer textarea:focus {
  outline:none
}
.composer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:12px
}
.composer-bottom>span {
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:12px
}
.composer-bottom>span .icon {
  width:15px;
  height:15px
}
.availability-note {
  font-size:12px;
  margin:13px 0 26px;
  color:#627086
}
.prompt-section {
  padding-top:36px
}
.carousel-controls {
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0
}
.carousel-controls[hidden] {
  display:none
}
.carousel-position {
  min-width:44px;
  padding-right:8px;
  font-size:12px;
  color:var(--muted);
  font-variant-numeric:tabular-nums
}
.carousel-button {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid #b8c4d5;
  border-radius:50%;
  background:var(--white);
  color:var(--navy)
}
.carousel-button:hover:not(:disabled) {
  background:var(--pale);
  border-color:var(--blue);
  color:var(--blue)
}
.carousel-button:disabled {
  cursor:default;
  opacity:.38
}
.carousel-track {
  display:flex;
  gap:16px;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  overflow-anchor:none;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:6px;
  scrollbar-width:none;
  list-style:none;
  margin:-6px;
  padding:6px 6px 16px
}
.carousel-track.is-sliding,.carousel-track.is-dragging {
  scroll-snap-type:none
}
.carousel-track.is-sliding>* {
  will-change:transform
}
.carousel-track.is-draggable,.carousel-track.is-draggable [data-prompt] {
  cursor:grab;
  user-select:none;
  -webkit-user-select:none
}
.carousel-track.is-dragging,.carousel-track.is-dragging * {
  cursor:grabbing!important
}
.carousel-track.is-draggable img {
  -webkit-user-drag:none
}
.carousel-track::-webkit-scrollbar {
  display:none
}
.carousel-item {
  flex:0 0 264px;
  min-width:0;
  scroll-snap-align:start
}
.prompt-card {
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
  padding:7px;
  border:1px solid var(--line);
  border-radius:18px;
  text-align:left;
  background:var(--white);
  color:var(--navy);
  transition:border-color .2s,box-shadow .2s,background .2s
}
.prompt-card-photo {
  position:relative;
  display:block;
  width:100%;
  height:124px;
  overflow:hidden;
  border-radius:12px;
  background:var(--pale)
}
.prompt-thumbnail {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease
}
.prompt-card-category {
  position:absolute;
  left:10px;
  bottom:10px;
  padding:4px 9px;
  border-radius:6px;
  background:var(--white);
  color:var(--navy);
  font-size:12px;
  font-weight:600;
  line-height:1.5
}
.prompt-card-body {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:16px 9px 7px
}
.prompt-card-title {
  font-size:16px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:5px
}
.prompt-card-detail {
  font-size:13px;
  line-height:1.5;
  color:var(--muted)
}
.prompt-card-action {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:16px;
  color:var(--blue-dark);
  font-size:12px;
  font-weight:600
}
.prompt-card-arrow {
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  color:var(--blue);
  background:var(--pale);
  transition:background .2s,color .2s
}
.prompt-card-arrow .icon {
  width:15px;
  height:15px
}
.prompt-card:focus-visible {
  border-color:var(--blue)
}
.prompt-card:active {
  background:var(--pale)
}
@media (hover:hover) {
  .prompt-card:hover {
    border-color:var(--blue);
    box-shadow:0 6px 16px -10px var(--blue)
  }
  .prompt-card:hover .prompt-thumbnail {
    transform:scale(1.045)
  }
  .prompt-card:hover .prompt-card-arrow {
    color:var(--white);
    background:var(--blue)
  }
}
@media (prefers-reduced-motion:reduce) {
  .prompt-thumbnail,.prompt-card,.prompt-card-arrow {
    transition:none
  }
  .prompt-card:hover .prompt-thumbnail {
    transform:none
  }
}
.destination-carousel {
  gap:24px
}
.destination-carousel>.destination-card {
  flex:0 0 calc((100% - 48px)/2.65);
  scroll-snap-align:start
}
.inspiration {
  padding-top:62px;
  padding-bottom:60px
}
.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-bottom:24px
}
.section-heading h2 {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:28px;
  margin:8px 0 0;
  letter-spacing:-.7px
}
.eyebrow.small {
  font-size:10px;
  letter-spacing:1.6px;
  justify-content:flex-start;
  color:#65768d
}
.section-caption {
  font-size:12px;
  color:var(--muted)
}
.destination-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}
.destination-card {
  min-width:0
}
.destination-image {
  position:relative;
  display:block;
  width:100%;
  border:none;
  background:#e6ecf5;
  padding:0;
  border-radius:14px;
  overflow:hidden;
  aspect-ratio:1.7
}
.destination-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s
}
.destination-image:hover img {
  transform:scale(1.035)
}
.photo-tag {
  position:absolute;
  top:16px;
  left:16px;
  background:#fffffff0;
  border-radius:6px;
  padding:5px 9px;
  font-size:11px;
  color:#24394c;
  font-weight:500
}
.photo-arrow {
  position:absolute;
  right:14px;
  bottom:14px;
  width:34px;
  height:34px;
  background:white;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--navy)
}
.photo-arrow .icon {
  width:17px;
  height:17px
}
.destination-info {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 2px 0;
  gap:10px
}
.destination-info>div>span {
  font-size:10px;
  letter-spacing:1.5px;
  color:var(--muted)
}
.destination-info h3 {
  font-family:Georgia,serif;
  font-size:23px;
  margin:1px 0 0;
  font-weight:400
}
.photo-credit {
  font-size:11px;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:5px;
  min-height:44px
}
.photo-credit:hover {
  color:var(--blue)
}
.photo-credit .icon {
  width:11px;
  height:11px
}
.site-footer {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:12px;
  color:var(--muted);
  min-height:86px
}
.site-footer>div {
  display:flex;
  gap:20px;
  flex-wrap:wrap
}
.footer-note {
  font-family:Georgia,serif;
  font-style:italic;
  font-size:15px;
  color:#53647d
}
.footer-label {
  font-size:11px
}
.skip-link {
  position:absolute;
  left:20px;
  top:-100px;
  padding:12px 18px;
  background:var(--navy);
  color:#fff;
  z-index:99
}
.skip-link:focus {
  top:12px
}
.flash,.error-summary {
  padding:14px 20px;
  border-radius:10px;
  font-size:14px;
  margin-top:20px
}
.flash {
  background:#eaf4ed;
  color:#28563d;
  display:flex;
  align-items:center;
  gap:10px
}
.error-summary {
  background:#fff0f0;
  color:#962132;
  border:1px solid #edd0d0
}
.error-summary ul {
  margin:8px 0 0;
  padding-left:22px
}
.content-page {
  padding-top:55px;
  padding-bottom:80px;
  min-height:calc(100vh - 160px)
}
.content-page>h1,.content-page .section-heading h1 {
  font-family:Georgia,serif;
  font-size:42px;
  margin:14px 0 12px;
  letter-spacing:-1.4px
}
.content-page .section-heading p {
  margin-bottom:0
}
.panel {
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  margin-bottom:24px;
  min-width:0
}
.panel h2 {
  font-size:19px;
  font-weight:600
}
.panel p {
  font-size:14px
}
.panel-heading {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px
}
.panel-heading>.icon {
  color:var(--blue)
}
.panel-heading h2 {
  margin:0
}
.panel-heading p {
  margin:7px 0 0
}
.panel-footer {
  display:flex;
  align-items:center;
  gap:7px;
  border-top:1px solid var(--line);
  padding-top:18px;
  color:var(--muted);
  font-size:12px
}
.panel-footer .icon {
  width:14px;
  height:14px
}
.empty-state {
  text-align:center;
  padding:75px 20px;
  background:var(--white);
  border:1px dashed #ced8e8;
  border-radius:20px;
  margin-top:36px
}
.empty-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  background:var(--pale);
  color:var(--blue);
  border-radius:14px;
  flex-shrink:0
}
.empty-state .empty-icon {
  width:64px;
  height:64px;
  margin-bottom:20px
}
.empty-state .empty-icon .icon {
  width:28px;
  height:28px
}
.empty-state h2 {
  font-family:Georgia,serif;
  font-size:28px;
  font-weight:400
}
.empty-state p {
  font-size:15px;
  margin-bottom:28px
}
.inline-link,.back-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:var(--blue);
  min-height:44px
}
.inline-link:hover,.back-link:hover {
  text-decoration:underline
}
.back-link {
  color:var(--muted);
  margin-bottom:20px
}
.recent-section {
  padding-top:50px
}
.recent-grid,.saved-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.recent-card,.saved-card {
  background:var(--white);
  border:1px solid var(--line);
  padding:24px;
  border-radius:16px;
  min-width:0
}
.recent-card:hover,.saved-card:hover {
  border-color:#a6bfee;
  box-shadow:var(--shadow)
}
.recent-card>.icon {
  color:var(--blue)
}
.recent-card h3 {
  font-size:16px;
  margin:13px 0;
  overflow-wrap:anywhere
}
.recent-card>span {
  color:var(--muted);
  font-size:12px
}
.saved-card-top,.saved-card-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.saved-card h2 {
  font-size:19px;
  margin:22px 0 14px;
  overflow-wrap:anywhere
}
.saved-card p {
  font-size:14px;
  overflow-wrap:anywhere
}
.saved-card-bottom {
  border-top:1px solid var(--line);
  padding-top:16px;
  font-size:12px;
  color:var(--muted)
}
.badge {
  display:inline-flex;
  background:var(--pale);
  color:#426295;
  border-radius:30px;
  padding:5px 12px;
  font-size:12px;
  white-space:nowrap
}
.trip-title {
  max-width:850px;
  overflow-wrap:anywhere
}
.trip-detail-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:24px;
  align-items:start;
  margin-top:32px
}
.trip-prompt-text {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:18px!important;
  color:var(--text);
  line-height:1.75;
  margin:28px 0 35px
}
.research-panel {
  background:#f1f5fc
}
.research-panel .empty-icon {
  background:#e1ebff;
  margin-bottom:20px
}
.research-panel h2 {
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:400;
  max-width:310px
}
.research-state {
  display:flex;
  align-items:center;
  gap:9px;
  background:var(--white);
  border:1px solid #d5ddec;
  border-radius:8px;
  padding:12px;
  font-size:13px;
  color:#536784;
  margin:24px 0 12px
}
.detail-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.danger-text {
  color:var(--danger)
}
.auth-shell {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  padding-top:75px;
  padding-bottom:80px;
  align-items:center;
  min-height:calc(100vh - 180px)
}
.auth-story>.eyebrow {
  justify-content:flex-start
}
.auth-story h1 {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:58px;
  margin:27px 0
}
.auth-story>p {
  font-size:16px;
  line-height:1.75;
  max-width:420px
}
.auth-benefits {
  display:grid;
  gap:18px;
  margin-top:32px;
  font-size:14px
}
.auth-benefits span {
  display:flex;
  align-items:center;
  gap:12px
}
.auth-benefits .icon {
  color:var(--blue)
}
.auth-card {
  background:var(--white);
  padding:38px;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow)
}
.auth-card>.brand-mark {
  margin-bottom:24px
}
.auth-card h2 {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:29px;
  margin-bottom:10px
}
.auth-card>p {
  font-size:14px
}
.stack-form {
  display:flex;
  flex-direction:column;
  margin-top:28px
}
.stack-form>label,.field>label {
  font-size:14px;
  font-weight:500;
  color:var(--text);
  margin-bottom:8px
}
.stack-form>input {
  margin-bottom:18px
}
.stack-form .field-hint {
  margin-top:-12px;
  margin-bottom:18px
}
input,textarea,select {
  border:1px solid #c9d2df;
  border-radius:8px;
  background:white;
  padding:11px 13px;
  color:var(--text);
  width:100%;
  font-size:16px
}
input,select {
  min-height:46px
}
textarea {
  resize:vertical
}
input::placeholder,textarea::placeholder {
  color:#7b8593;
  opacity:1
}
.full-width {
  width:100%
}
.auth-card .auth-switch {
  margin:24px 0 18px;
  text-align:center;
  font-size:13px
}
.auth-switch a,.fine-print a {
  color:var(--blue)
}
.fine-print {
  font-size:12px!important;
  line-height:1.6;
  color:var(--muted);
  margin-bottom:0
}
.auth-card>.fine-print {
  text-align:center
}
.pending-prompt {
  font-family:Georgia,serif;
  margin:32px 0 0;
  background:var(--pale);
  padding:24px;
  border-left:2px solid var(--blue);
  font-size:18px;
  overflow-wrap:anywhere
}
.pending-prompt span {
  display:block;
  font-family:Arial,sans-serif;
  font-size:10px;
  letter-spacing:1.5px;
  margin-bottom:12px;
  color:var(--blue)
}
.profile-page {
  max-width:830px
}
.profile-form {
  margin-top:32px
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px
}
.field {
  display:flex;
  flex-direction:column;
  margin-bottom:22px
}
.form-grid .field {
  margin-bottom:0
}
.field-hint {
  font-size:12px;
  color:var(--muted);
  margin-top:6px
}
.optional {
  float:right;
  font-size:12px;
  color:var(--muted);
  font-weight:400
}
fieldset {
  border:0;
  padding:0;
  margin:30px 0
}
legend {
  font-size:14px;
  font-weight:500;
  margin-bottom:14px
}
.choice-chips {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.choice-chips label {
  position:relative;
  cursor:pointer
}
.choice-chips input {
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  min-height:0
}
.choice-chips span {
  display:block;
  padding:10px 18px;
  border-radius:25px;
  border:1px solid #c9d2df;
  color:var(--muted);
  font-size:14px
}
.choice-chips input:checked+span {
  background:var(--pale);
  border-color:var(--blue);
  color:var(--blue)
}
.choice-chips input:focus-visible+span {
  outline:3px solid #8eb0ff;
  outline-offset:3px
}
.form-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-top:1px solid var(--line);
  padding-top:24px;
  margin-top:24px
}
.form-actions>span {
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  font-size:12px
}
.form-actions .icon {
  width:16px;
  height:16px
}
.delete-account {
  margin-top:32px
}
.delete-account summary {
  font-size:14px;
  cursor:pointer;
  padding-block:6px
}
.delete-account p {
  margin-top:22px
}
.delete-account form {
  max-width:400px
}
.button-danger {
  background:var(--danger);
  border-color:var(--danger)
}
.button-danger:hover {
  background:#90202c;
  border-color:#90202c
}
.public-intro {
  max-width:720px;
  margin-bottom:40px
}
.public-intro h1 {
  font-family:Georgia,serif;
  font-size:58px;
  font-weight:400;
  line-height:1.08;
  letter-spacing:-2px;
  margin:20px 0
}
.public-intro>p {
  font-size:18px;
  line-height:1.75;
  max-width:650px;
  margin-bottom:0
}
.public-steps {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.public-steps .panel {
  margin-bottom:0
}
.public-steps h2 {
  margin-bottom:12px
}
.public-steps p {
  line-height:1.75;
  margin-bottom:0
}
.public-steps .empty-icon {
  margin-bottom:22px
}
.step-number {
  display:block;
  font-family:Georgia,serif;
  font-size:28px;
  color:var(--blue);
  margin-bottom:22px
}
.public-status {
  display:flex;
  align-items:center;
  gap:20px;
  background:var(--pale);
  margin:24px 0 0
}
.public-status h2 {
  margin:0 0 8px
}
.public-status p {
  margin:0;
  line-height:1.75
}
.public-faq {
  max-width:760px;
  margin:52px auto
}
.public-faq>h2,.public-cta h2,.about-story>h2 {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:30px;
  line-height:1.25
}
.public-faq details {
  border-bottom:1px solid var(--line)
}
.public-faq summary {
  cursor:pointer;
  padding:20px 0;
  font-weight:600;
  color:var(--navy)
}
.public-faq summary::marker {
  color:var(--blue)
}
.public-faq details p {
  margin:0 0 20px;
  font-size:15px;
  line-height:1.75
}
.public-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  border-radius:20px;
  background:var(--pale);
  padding:32px;
  margin-top:48px
}
.public-cta h2 {
  margin-bottom:10px
}
.public-cta p {
  margin-bottom:0;
  line-height:1.7
}
.public-cta .button {
  flex-shrink:0
}
.about-intro {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  align-items:center;
  gap:60px
}
.about-intro .public-intro {
  margin-bottom:0
}
.about-photo {
  display:block;
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:85% center;
  border-radius:24px
}
.about-story {
  display:grid;
  grid-template-columns:.7fr 1fr;
  gap:60px;
  margin:56px 0
}
.about-story p {
  font-size:16px;
  line-height:1.8
}
.about-story p:last-child {
  margin-bottom:0
}
.prose {
  max-width:760px
}
.prose h2 {
  margin-top:34px
}
.prose p {
  font-size:16px;
  line-height:1.8
}
.stats-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  margin-top:35px
}
.stat {
  display:flex;
  flex-direction:column;
  gap:8px
}
.stat>span {
  font-size:12px;
  color:var(--muted)
}
.stat>strong {
  font-size:32px;
  font-weight:500;
  color:var(--navy)
}
table {
  border-collapse:collapse;
  width:100%;
  font-size:14px;
  text-align:left
}
th {
  color:var(--muted);
  font-size:12px;
  font-weight:500
}
td,th {
  padding:14px 12px;
  border-bottom:1px solid var(--line)
}
.table-scroll {
  overflow:auto
}
td a {
  color:var(--blue)
}
.usage-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.usage-grid strong {
  display:block;
  margin-top:8px;
  color:var(--navy);
  font-size:20px
}
pre {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:13px;
  background:var(--bg);
  padding:18px;
  border-radius:8px
}
.pagination {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-top:30px;
  font-size:14px
}
.pagination a {
  color:var(--blue);
  padding:10px
}
.pagination span {
  color:var(--muted)
}
@media(min-width:1550px) {
  .hero {
    padding-top:64px
  }
  .hero h1 {
    font-size:84px
  }
  .inspiration {
    padding-top:75px
  }
  
}
@media(max-width:1000px) {
  .header-inner {
    display:flex;
    justify-content:space-between;
    width:calc(100% - 48px);
    gap:16px
  }
  .desktop-nav a {
    padding-inline:10px
  }
  .account-nav {
    gap:8px
  }
  .auth-shell {
    gap:40px
  }
  .auth-story h1 {
    font-size:47px
  }
  .auth-card {
    padding:28px
  }
  .stats-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .section-caption {
    display:none
  }
  .footer-label {
    display:none
  }
  
}
@media(max-width:760px) {
  .public-intro h1 {
    font-size:42px;
    letter-spacing:-1.4px
  }
  .public-intro>p {
    font-size:16px
  }
  .public-steps,.about-intro,.about-story {
    grid-template-columns:1fr;
    gap:20px
  }
  .about-photo {
    height:240px
  }
  .about-story {
    margin:36px 0
  }
  .about-story>h2 {
    margin-bottom:0
  }
  .public-status {
    align-items:flex-start;
    padding:22px;
    gap:14px
  }
  .public-cta {
    flex-direction:column;
    align-items:flex-start;
    padding:24px
  }

  .page-width {
    width:calc(100% - 40px)
  }
  .site-header {
    height:64px
  }
  .header-inner {
    width:calc(100% - 40px);
    gap:12px
  }
  .brand {
    flex-basis:154px
  }
  .brand-mark {
    width:32px;
    height:32px;
    border-radius:10px
  }
  .brand-mark .icon {
    width:24px;
    height:24px
  }
  .desktop-nav {
    display:none
  }
  .mobile-menu {
    display:inline-grid;
    place-items:center;
    color:var(--navy)
  }
  .account-nav {
    gap:8px
  }
  .account-nav .login-link,.account-nav .text-button {
    padding-inline:8px
  }
  .account-nav .button {
    display:none
  }
  .hero-stage {
    width:calc(100% - 24px);
    margin-top:12px;
    border-radius:20px
  }
  .hero {
    width:calc(100% - 32px);
    padding:36px 0 24px
  }
  .hero-backdrop img {
    object-position:82% center
  }
  .prompt-section {
    padding-top:28px
  }
  .prompt-section .section-heading,.inspiration .section-heading {
    align-items:flex-end
  }
  .carousel-item {
    flex-basis:248px
  }
  .destination-carousel>.destination-card {
    flex-basis:86%
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.2px
  }
  .hero h1 {
    font-size:62px;
    margin-top:24px
  }
  .hero-copy {
    font-size:15px;
    margin-bottom:25px
  }
  .trip-composer {
    padding:20px 18px 16px;
    border-radius:15px
  }
  .trip-composer textarea {
    font-size:16px;
    min-height:115px
  }
  .composer-bottom>span {
    max-width:145px;
    font-size:11px
  }
  .composer-bottom>span .icon {
    display:none
  }
  .composer-bottom .button {
    padding:11px 16px;
    gap:10px
  }
  .availability-note {
    max-width:300px;
    margin:13px auto 24px;
    font-size:11px
  }
  .inspiration {
    padding-top:43px;
    padding-bottom:32px
  }
  .section-heading {
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:22px
  }
  .section-heading h2 {
    font-size:25px
  }
  .eyebrow.small {
    font-size:9px;
    letter-spacing:1.3px
  }
  .destination-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .destination-image {
    aspect-ratio:1.85
  }
  .destination-info {
    padding-top:10px
  }
  .destination-info h3 {
    font-size:24px
  }
  .photo-tag {
    font-size:12px
  }
  .site-footer {
    min-height:100px;
    flex-wrap:wrap;
    gap:8px;
    font-size:11px;
    padding-block:22px
  }
  .footer-note {
    display:none
  }
  .site-footer>div {
    gap:16px
  }
  .content-page {
    padding-top:35px;
    padding-bottom:55px
  }
  .content-page>h1,.content-page .section-heading h1 {
    font-size:34px;
    letter-spacing:-1px
  }
  .section-heading>.button {
    min-height:44px
  }
  .saved-grid,.recent-grid {
    grid-template-columns:1fr
  }
  .trip-detail-grid {
    grid-template-columns:1fr;
    gap:0;
    margin-top:24px
  }
  .panel {
    padding:22px
  }
  .auth-shell {
    grid-template-columns:1fr;
    gap:30px;
    padding-top:36px;
    padding-bottom:40px
  }
  .auth-story {
    display:none
  }
  .auth-card {
    max-width:480px;
    width:100%;
    margin:auto;
    padding:28px
  }
  .auth-card h2 {
    font-size:27px
  }
  .form-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .profile-form {
    padding:22px
  }
  .form-actions {
    align-items:flex-start;
    flex-direction:column
  }
  .form-actions .button {
    width:100%
  }
  .choice-chips {
    gap:8px
  }
  .choice-chips span {
    padding:9px 15px
  }
  .stats-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .usage-grid {
    grid-template-columns:1fr 1fr
  }
  .stat>strong {
    font-size:28px
  }
  .empty-state {
    padding:46px 20px
  }
  .empty-state h2 {
    font-size:25px
  }
  .trip-title {
    word-break:break-word
  }
  .detail-bottom {
    flex-wrap:wrap
  }
  .recent-section {
    padding-top:38px
  }
  
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important
  }
  
}
/* Readable prompt controls and metadata at every viewport. */.prompt-chip {
  font-size:14px;
  min-height:44px
}
.prompt-label,.availability-note,.composer-bottom>span,.section-caption,.photo-credit {
  font-size:12px
}
.eyebrow,.eyebrow.small {
  font-size:12px
}
.photo-tag,.destination-info>div>span,.site-footer,.footer-label {
  font-size:12px
}
.login-link {
  display:inline-flex;
  align-items:center;
  min-height:44px
}
.choice-chips input:checked+span:before {
  content:'✓ ';
  font-weight:700
}
@media(max-width:760px) {
  .hero .eyebrow {
    font-size:10px
  }
  .eyebrow.small {
    font-size:11px
  }
  .availability-note {
    font-size:12px
  }
  .hero h1 {
    font-size:clamp(36px,11.5vw,54px)
  }
  .composer-bottom>span {
    font-size:12px
  }
  .photo-credit {
    font-size:12px
  }
  
}
