:root {
  --orange: #ff6a2b;
  --orange-text: #c2410c;
  --ink: #14212b;
  --ink-soft: #52606b;
  --pale: #ffede4;
  --paper: #ffffff;
  --ground: #f4f6f8;
  --line: rgba(20, 33, 43, 0.2);
  --line-on-ink: rgba(255, 255, 255, 0.18);
  --sans: "Geist", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --wordmark: "Bricolage Grotesque", "Geist", system-ui, sans-serif;
  --pad: clamp(20px, 2.6vw, 40px);
  --display: clamp(2.9rem, 6.6vw, 6.4rem);
  --title: clamp(2rem, 3.9vw, 3.6rem);
  color-scheme: light;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font: 400 1rem/1.55 var(--sans);
  font-feature-settings: "ss01";
  -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }

.skip {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 10;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 14px;
}
.skip:focus { top: 12px; }

.page {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(16px, 2.2vw, 32px);
  padding-block: clamp(16px, 2.2vw, 32px);
}

/* The grid: 1px gaps over a line-coloured ground draw the hairlines. */
.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.grid + .grid,
main > .grid:first-child,
.site-footer { border-top: 0; }
.cell {
  background: var(--paper);
  padding: var(--pad);
  min-width: 0;
}

/* The highlight sits behind the heading's other lines, so it never covers their letters. */
h1, h2 { isolation: isolate; }
mark {
  position: relative;
  z-index: -1;
  background: var(--orange);
  color: var(--ink);
  padding: 0.02em 0.06em 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.arrow {
  width: 1.15em;
  height: 1.15em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
}

.wordmark {
  font-family: var(--wordmark);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* Header */
.site-header .cell { padding-block: 0; display: flex; align-items: center; min-height: 64px; }
.brand {
  grid-column: span 3;
  background: var(--ink);
  color: var(--paper);
  gap: 10px;
  text-decoration: none;
}
.brand .wordmark { font-size: 1.9rem; margin-top: -4px; }
.nav {
  grid-column: span 7;
  gap: clamp(16px, 2.4vw, 36px);
  font-size: 0.95rem;
}
.nav a { text-decoration: none; padding-block: 8px; }
.nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.header-cta {
  grid-column: span 2;
  background: var(--orange);
  justify-content: space-between;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
}
.header-cta:hover { background: #ff7d45; }

/* Hero */
.hero-main {
  grid-column: span 7;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.4vw, 32px);
  padding-block: clamp(32px, 4.4vw, 64px) var(--pad);
}
h1 {
  font-size: var(--display);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  max-width: 11ch;
}
.lede {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.5;
  max-width: 38em;
}
.hero-photo {
  grid-column: span 5;
  padding: 0;
  position: relative;
  background: var(--ink);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
}

.dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding: 10px 12px;
  background: var(--paper);
}
.dots i { display: block; border-radius: 50%; background: var(--ink); }
.dots i:nth-child(1) { width: 8px; height: 8px; }
.dots i:nth-child(2) { width: 12px; height: 12px; }
.dots i:nth-child(3) { width: 16px; height: 16px; background: var(--orange); }

/* Waitlist form */
.join { margin-top: auto; }
.join-form { display: grid; gap: 16px; }
.join-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 12px;
}
.field { display: grid; gap: 6px; }
.field label { font-size: 0.85rem; font-weight: 500; }
input[type="email"],
select {
  width: 100%;
  height: 52px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding-inline: 14px;
}
select {
  appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='%2314212B' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}
input::placeholder { color: #6b7780; }
input[aria-invalid="true"] { box-shadow: inset 0 0 0 2px var(--ink); }
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  cursor: pointer;
}
.consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  flex: none;
  accent-color: var(--ink);
}
.join-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.fine { font-size: 0.85rem; }
.fine a, .status a { font-weight: 500; }
.status { font-weight: 500; min-height: 1.5em; }
.status:empty { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 52px;
  padding-inline: 20px;
  border: 0;
  border-radius: 0;
  font: 600 1rem/1 var(--sans);
  text-decoration: none;
  cursor: pointer;
}
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: #22323e; }
.btn:disabled { opacity: 0.6; cursor: progress; }

.join-done {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--paper);
  padding: 20px;
}
.join-done img { width: 88px; }
.done-title { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.02em; }
.join-done:focus { outline: none; }

/* Section heads */
.head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 16px var(--pad);
  align-items: end;
  padding-block: clamp(32px, 4vw, 56px) var(--pad);
}
h2 {
  font-size: var(--title);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.head p { color: var(--ink-soft); max-width: 34em; }
h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -0.015em; line-height: 1.2; }

/* How it works */
.steps {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}
.step { background: var(--paper); display: grid; grid-template-rows: auto 1fr; }
.art {
  background: var(--pale);
  display: grid;
  place-items: center;
  padding: 28px;
  min-height: 250px;
}
.art img { width: auto; max-height: 191px; }
.step-text {
  padding: var(--pad);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  align-content: start;
}
.num {
  grid-row: span 2;
  font-size: 2.6rem;
  line-height: 0.85;
  font-weight: 500;
  color: var(--orange-text);
  font-variant-numeric: tabular-nums;
}
.step-text p { color: var(--ink-soft); }

/* Destinations */
.stage {
  grid-column: span 3;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  min-height: 230px;
}
.stage-first { background: var(--orange); }
.stage-name {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 14px;
}
.stage-places { font-size: 1.1rem; font-weight: 600; line-height: 1.3; }
.stage-note { align-self: end; font-size: 0.92rem; color: var(--ink-soft); }
.stage-first .stage-note { color: var(--ink); }
.strip { margin: 0; padding: 0; grid-column: span 3; background: var(--ink); }
.strip-wide { grid-column: span 6; }
.strip img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.strip-wide img { aspect-ratio: 2 / 1; }

/* Why */
.reason {
  grid-column: span 3;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  padding: 0 0 var(--pad);
}
.reason img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 12px;
}
.reason h3, .reason p { padding-inline: var(--pad); }
.reason p { color: var(--ink-soft); }

/* Team band */
.team-text {
  grid-column: span 8;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 20px;
  align-content: start;
  padding-block: clamp(32px, 4vw, 56px) var(--pad);
}
.team-text p { max-width: 40em; color: #d3dae0; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  color: var(--paper);
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 4px;
}
.text-link:hover { color: var(--orange); }
.team-art {
  grid-column: span 4;
  background: var(--pale);
  display: grid;
  place-items: center;
}
.team-art img { width: 160px; }
.languages {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}
.languages li {
  background: var(--paper);
  padding: 18px var(--pad);
  font-size: 0.92rem;
  font-weight: 500;
}
.languages li:lang(ja),
.languages li:lang(ko),
.languages li:lang(zh-Hant) {
  font-family: "Hiragino Sans", "Apple SD Gothic Neo", "PingFang TC", "Noto Sans CJK JP", "Noto Sans CJK KR", "Noto Sans CJK TC", "Microsoft JhengHei", "Malgun Gothic", "Yu Gothic", var(--sans);
}

/* FAQ */
.faq-head {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.faq-head img { width: 112px; }
.faq-list { grid-column: span 8; padding-block: 12px; }
details { border-bottom: 1px solid var(--line); }
details:last-child { border-bottom: 0; }
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "";
  flex: none;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(var(--ink), var(--ink)) center / 14px 2px no-repeat,
    linear-gradient(var(--ink), var(--ink)) center / 2px 14px no-repeat;
}
details[open] summary::after {
  background: linear-gradient(var(--ink), var(--ink)) center / 14px 2px no-repeat;
}
details p { padding-bottom: 22px; max-width: 44em; color: var(--ink-soft); }

/* Closing call */
.cta-main {
  grid-column: span 9;
  background: var(--orange);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-block: clamp(32px, 4vw, 56px) var(--pad);
}
.cta-main h2 { max-width: 14ch; }
.cta-art {
  grid-column: span 3;
  background: var(--pale);
  display: grid;
  place-items: center;
}
.cta-art img { width: 137px; }

/* Privacy */
.privacy .head { grid-template-columns: 1fr; }
.privacy h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.privacy-list {
  grid-column: 1 / -1;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 24px var(--pad);
  font-size: 0.92rem;
}
.privacy-list dt { font-weight: 600; margin-bottom: 4px; }
.privacy-list dd { margin: 0; color: var(--ink-soft); }

/* Footer */
.site-footer .cell { background: var(--ink); color: #d3dae0; font-size: 0.9rem; }
.footer-brand { grid-column: span 4; display: grid; gap: 12px; align-content: start; }
.brand-inline { display: inline-flex; align-items: center; gap: 8px; color: var(--paper); }
.brand-inline .wordmark { font-size: 1.6rem; margin-top: -3px; }
.footer-legal { grid-column: span 8; display: grid; gap: 10px; }
.site-footer a { color: var(--paper); }
.site-footer a:hover { color: var(--orange); }

/* Tablet */
@media (max-width: 1080px) {
  .site-header .nav { display: none; }
  .brand { grid-column: span 8; }
  .header-cta { grid-column: span 4; }
  .hero-main, .hero-photo { grid-column: 1 / -1; }
  .hero-photo { aspect-ratio: 16 / 10; }
  .hero-photo img { object-position: 30% 35%; }
  .stage { grid-column: span 6; }
  .strip-wide { grid-column: 1 / -1; }
  .strip { grid-column: span 6; }
  .reason { grid-column: span 6; }
  .team-text { grid-column: span 8; }
  .faq-head { grid-column: 1 / -1; flex-direction: row; align-items: flex-end; }
  .faq-head img { width: 80px; }
  .faq-list { grid-column: 1 / -1; }
  .footer-brand, .footer-legal { grid-column: 1 / -1; }
}

/* Phone */
@media (max-width: 680px) {
  .brand { grid-column: span 7; }
  .header-cta { grid-column: span 5; font-size: 0.95rem; }
  .join-row { grid-template-columns: 1fr; }
  .head { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .art { min-height: 170px; padding: 20px; }
  .art img { max-height: 130px; }
  .stage { grid-column: 1 / -1; min-height: 0; }
  .strip { grid-column: span 6; }
  .strip-wide { grid-column: 1 / -1; }
  .reason { grid-column: 1 / -1; }
  .team-text { grid-column: 1 / -1; }
  .team-art { display: none; }
  .languages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-main { grid-column: 1 / -1; }
  .cta-art { display: none; }
  .btn { width: 100%; }
  .join-actions .fine { width: 100%; }
}

/* 404 */
.notfound { grid-column: span 8; min-height: 60vh; justify-content: flex-end; }
.notfound-art { grid-column: span 4; }
@media (max-width: 680px) {
  .notfound, .notfound-art { grid-column: 1 / -1; min-height: 0; }
  .notfound-art { display: grid; padding-block: 32px; }
}
