@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-vietnamese.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9,
    U+20AB;
}

@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-vietnamese.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9,
    U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --cobalt: #1739c6;
  --cobalt-dark: #102783;
  --cobalt-light: #dce4ff;
  --red: #c92b26;
  --red-dark: #941b18;
  --cream: #f4eddc;
  --paper: #fffaf0;
  --paper-deep: #e7dcc4;
  --ink: #151613;
  --ink-soft: #4e4e46;
  --white: #fff;
  --green: #28725b;
  --amber: #b05d16;
  --line: rgb(21 22 19 / 16%);
  --line-light: rgb(255 255 255 / 20%);
  --sans: "Vietlinker Sans", "Segoe UI", Arial, sans-serif;
  --serif: "Vietlinker Serif", Georgia, serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(calc(100% - 72px), 1480px);
  --banner-h: 34px;
  --header-h: 82px;
  --route-progress: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--banner-h) + var(--header-h) + 18px);
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body:has(dialog[open]) {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffcc32;
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  width: var(--shell);
  margin-inline: auto;
}

.eyebrow {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow.light,
.eyebrow.cream {
  color: var(--cream);
}

.eyebrow.cobalt {
  color: var(--cobalt);
}

.eyebrow.red {
  color: var(--red);
}

.demo-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 12px;
  height: var(--banner-h);
  padding: 0 28px;
  color: var(--cream);
  background: var(--red);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.demo-banner > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-banner a {
  margin-left: auto;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
}

.demo-pulse {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(244 237 220 / 60%);
  animation: pulse 2.6s infinite;
}

@keyframes pulse {
  60%,
  100% {
    box-shadow: 0 0 0 11px rgb(244 237 220 / 0%);
  }
}

.site-header {
  position: fixed;
  inset: var(--banner-h) 0 auto;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-h);
  padding: 0 32px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background: rgb(255 250 240 / 94%);
  backdrop-filter: blur(16px);
  transition:
    color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header:has(.mobile-menu:not([hidden])) {
  color: var(--ink);
  background: rgb(255 250 240 / 96%);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 34px rgb(21 22 19 / 9%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.brand-route {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-route i {
  width: 21px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  transform: rotate(-17deg);
}

.brand-route b,
.brand-route::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}

.brand-route b {
  left: 8px;
  bottom: 12px;
}

.brand-route::after {
  top: 11px;
  right: 8px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 0.94rem;
  letter-spacing: 0.17em;
}

.brand-copy small {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 52px);
  font-size: 0.78rem;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 800;
}

.lang-button {
  padding: 5px;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.55;
}

.lang-button.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header-track {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  min-height: 48px;
  padding: 0 18px;
  color: var(--white);
  background: var(--cobalt);
  font-size: 0.76rem;
  font-weight: 800;
}

.site-header.is-scrolled .header-track {
  color: var(--white);
  background: var(--cobalt);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid currentColor;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  inset: var(--header-h) 0 auto;
  min-height: calc(100svh - var(--header-h) - var(--banner-h));
  padding: 28px 24px 120px;
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.mobile-menu a,
.mobile-menu button {
  display: flex;
  width: 100%;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  font-size: 1.5rem;
  font-weight: 650;
  text-align: left;
}

.hero {
  position: relative;
  min-height: max(780px, 100svh);
  color: var(--ink);
  background: var(--cream);
  isolation: isolate;
}

.hero-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  inset: 0 0 0 53%;
  z-index: -3;
  overflow: hidden;
  border-left: 1px solid rgb(21 22 19 / 12%);
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media video {
  position: absolute;
  inset: 0;
}

.hero-shade {
  inset: 0 0 0 53%;
  z-index: -2;
  background:
    linear-gradient(0deg, rgb(13 20 26 / 55%) 0%, transparent 44%),
    linear-gradient(90deg, rgb(23 57 198 / 10%), transparent 45%);
}

.hero-grid {
  right: 47%;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgb(255 255 255 / 40%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 40%) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, black, transparent 92%);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: end;
  gap: 64px;
  width: var(--shell);
  min-height: max(780px, 100svh);
  margin-inline: auto;
  padding: calc(var(--banner-h) + var(--header-h) + 92px) 0 100px;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1,
.section-heading h2,
.journey-intro h2,
.tracking-copy h2,
.film-copy h2,
.faq-heading h2,
.final-cta h2 {
  font-size: clamp(3.4rem, 7.7vw, 8.6rem);
  font-weight: 450;
  letter-spacing: -0.075em;
  line-height: 0.83;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 28px 0 30px;
}

h1 em,
h2 em {
  font-family: var(--serif);
  font-weight: 400;
}

.hero-lede {
  max-width: 610px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-red {
  color: var(--white);
  background: var(--red);
}

.button-red:hover {
  background: var(--red-dark);
}

.button-cobalt {
  color: var(--white);
  background: var(--cobalt);
}

.button-cobalt:hover {
  background: var(--cobalt-dark);
}

.text-link,
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-note {
  margin-top: 24px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.05em;
}

.hero-ticket {
  align-self: end;
  min-height: 320px;
  padding: 26px;
  color: var(--ink);
  background: rgb(255 250 240 / 96%);
  box-shadow:
    12px 12px 0 var(--red),
    0 22px 70px rgb(9 20 44 / 20%);
  backdrop-filter: blur(10px);
}

.ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgb(21 22 19 / 40%);
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.1em;
}

.ticket-top span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ticket-top i {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
}

.hero-ticket > p {
  margin-top: 26px;
  font-size: 1.42rem;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.ticket-route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  font-family: var(--mono);
  font-size: 0.7rem;
}

.ticket-route i {
  position: relative;
  height: 1px;
  background: var(--ink);
}

.ticket-route b {
  position: absolute;
  top: -4px;
  left: 48%;
  width: 9px;
  height: 9px;
  background: var(--cobalt);
  border-radius: 50%;
}

.hero-ticket dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px dashed rgb(21 22 19 / 40%);
  border-bottom: 1px dashed rgb(21 22 19 / 40%);
}

.hero-ticket dt {
  color: var(--ink-soft);
  font-size: 0.65rem;
}

.hero-ticket dd {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-ticket > small {
  display: block;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.62rem;
  line-height: 1.5;
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.14em;
  color: var(--ink);
}

.hero-scroll span {
  width: 36px;
  height: 1px;
  overflow: hidden;
  background: rgb(21 22 19 / 24%);
}

.hero-scroll span::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--red);
  animation: scroll-line 2.4s ease-in-out infinite;
}

@keyframes scroll-line {
  from {
    transform: translateX(-105%);
  }
  to {
    transform: translateX(105%);
  }
}

.action-rail {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--white);
  background: var(--cobalt);
}

.action-rail a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 126px;
  padding: 24px 36px;
  border-right: 1px solid rgb(255 255 255 / 20%);
  transition: background 180ms ease;
}

.action-rail a:hover {
  background: var(--cobalt-dark);
}

.action-rail a > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  align-self: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.64rem;
}

.action-rail a:nth-child(2) {
  color: var(--ink);
  background: var(--cream);
  border-right-color: var(--line);
}

.action-rail a:nth-child(2) small {
  color: var(--ink-soft);
}

.action-rail a:nth-child(2):hover {
  background: var(--paper-deep);
}

.action-rail a:nth-child(3) {
  color: var(--white);
  background: var(--red);
}

.action-rail a:nth-child(3):hover {
  background: var(--red-dark);
}

.action-rail div {
  display: flex;
  flex-direction: column;
}

.action-rail b {
  font-size: 1.05rem;
}

.action-rail small {
  margin-top: 5px;
  color: rgb(255 255 255 / 64%);
  font-size: 0.73rem;
}

.action-rail i {
  font-style: normal;
}

.quote-section {
  padding-block: clamp(92px, 12vw, 180px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 140px);
  margin-bottom: 70px;
}

.section-heading h2,
.journey-intro h2,
.tracking-copy h2,
.film-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin-top: 20px;
  font-size: clamp(3rem, 5.3vw, 6.4rem);
  line-height: 0.91;
}

.section-heading > p,
.section-heading > div > p:last-child,
.journey-intro > p,
.faq-heading > p:last-child {
  max-width: 550px;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: start;
}

.quote-form {
  border: 1px solid var(--line);
  background: var(--white);
}

.quote-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 32px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.quote-form legend {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  font-size: 0.82rem;
}

.quote-form legend span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: var(--cobalt);
  font-family: var(--mono);
  font-size: 0.6rem;
  border-radius: 50%;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quote-form label:not(.check-label) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

.quote-form input,
.quote-form select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
}

.quote-form input:focus,
.quote-form select:focus,
.tracking-form input:focus,
.search-field input:focus {
  border-color: var(--cobalt);
}

.privacy-line {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.66rem;
}

.check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.77rem;
}

.check-label input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--red);
}

.quote-form > .button {
  margin: 28px 32px 12px;
}

.form-status {
  min-height: 1.5em;
  margin: 4px 32px 24px;
  color: var(--red-dark);
  font-size: 0.73rem;
  font-weight: 700;
}

.quote-result {
  position: sticky;
  top: calc(var(--banner-h) + var(--header-h) + 20px);
  min-height: 610px;
  padding: 34px;
  color: var(--cream);
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--paper-deep);
}

.result-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
}

.result-label span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 1rem;
}

.quote-result > p:first-of-type {
  margin-top: 28px;
  color: rgb(244 237 220 / 72%);
  font-size: 0.88rem;
}

.result-price {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 24px 0 8px;
}

.result-price strong {
  color: var(--white);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
}

.result-price span {
  padding-bottom: 8px;
  font-family: var(--mono);
  font-size: 0.63rem;
}

.result-window {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  color: var(--cobalt-light);
  font-size: 0.78rem;
}

.result-window b {
  color: var(--white);
}

.quote-result dl {
  border-top: 1px solid var(--line-light);
}

.quote-result dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.73rem;
}

.quote-result dd {
  color: var(--white);
  font-weight: 800;
  text-align: right;
}

.quote-result > p:last-of-type {
  margin: 24px 0;
  color: rgb(244 237 220 / 58%);
  font-size: 0.65rem;
}

.quote-result .text-button {
  color: var(--cream);
}

.checker {
  padding-block: clamp(88px, 10vw, 150px);
  color: var(--cream);
  background: var(--cobalt);
}

.checker-head h2 {
  max-width: 1000px;
  margin-top: 22px;
  font-size: clamp(3.2rem, 6.5vw, 7.5rem);
  font-weight: 450;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.checker-head h2 em {
  color: var(--white);
}

.checker-head > p:nth-of-type(2) {
  max-width: 690px;
  margin-top: 30px;
  color: rgb(244 237 220 / 75%);
}

.checker-tools {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 54px;
}

.search-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
}

.search-field i {
  font-size: 1.3rem;
  font-style: normal;
}

.search-field input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.checker-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.checker-filters button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--cream);
  border: 1px solid rgb(244 237 220 / 33%);
  background: transparent;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 750;
}

.checker-filters button.is-active {
  color: var(--cobalt);
  background: var(--cream);
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid rgb(244 237 220 / 23%);
  border-left: 1px solid rgb(244 237 220 / 23%);
}

.item-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid rgb(244 237 220 / 23%);
  border-bottom: 1px solid rgb(244 237 220 / 23%);
  transition:
    color 180ms ease,
    background 180ms ease;
}

.item-card:hover {
  color: var(--ink);
  background: var(--cream);
}

.item-card[hidden] {
  display: none;
}

.item-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.66rem;
}

.cobalt-icon {
  color: var(--cobalt);
  background: var(--cobalt-light);
}

.red-icon {
  color: var(--white);
  background: var(--red);
}

.dark-icon {
  color: var(--cream);
  background: var(--ink);
}

.item-state {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0 18px;
  font-size: 0.61rem;
  letter-spacing: 0.12em;
}

.item-state i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}

.item-state.usual {
  color: #9ee5c5;
}

.item-card:hover .item-state.usual {
  color: var(--green);
}

.item-state.review {
  color: #ffd68f;
}

.item-card:hover .item-state.review {
  color: var(--amber);
}

.item-state.stop {
  color: #ffaba7;
}

.item-card:hover .item-state.stop {
  color: var(--red-dark);
}

.item-card h3 {
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.item-card > p {
  margin-top: 16px;
  color: rgb(244 237 220 / 78%);
  font-size: 0.79rem;
}

.item-card:hover > p {
  color: var(--ink-soft);
}

.item-card button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding: 15px 0 0;
  color: inherit;
  border: 0;
  border-top: 1px solid rgb(244 237 220 / 23%);
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 750;
}

.item-card:hover button {
  border-top-color: var(--line);
}

.checker-count,
.checker-disclaimer {
  width: var(--shell);
  margin-inline: auto;
  color: rgb(244 237 220 / 78%);
  font-size: 0.68rem;
}

.checker-count {
  margin-top: 18px;
}

.checker-disclaimer {
  margin-top: 8px;
}

.journey {
  padding-block: clamp(90px, 12vw, 180px);
  background: var(--cream);
}

.journey-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 90px;
}

.journey-intro > p {
  color: var(--ink-soft);
}

.journey-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 0;
  width: var(--shell);
  margin-inline: auto;
}

.route-stage {
  position: sticky;
  top: calc(var(--banner-h) + var(--header-h) + 30px);
  height: min(70vh, 700px);
  min-height: 560px;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 20% 65%, rgb(221 54 46 / 30%), transparent 27%),
    radial-gradient(circle at 85% 55%, rgb(255 255 255 / 9%), transparent 23%),
    var(--ink);
}

.route-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background-image:
    linear-gradient(rgb(255 255 255 / 35%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 35%) 1px, transparent 1px);
  background-size: 66px 66px;
}

.route-stage svg {
  position: absolute;
  inset: 4% 4% 8%;
  width: 92%;
  height: 84%;
  overflow: visible;
}

.route-stage path {
  fill: none;
  stroke-linecap: round;
}

.route-shadow {
  stroke: rgb(244 237 220 / 18%);
  stroke-width: 3;
  stroke-dasharray: 8 12;
}

.route-line {
  stroke: var(--red);
  stroke-width: 5;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--route-progress));
  transition: stroke-dashoffset 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.map-label {
  position: absolute;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.us-label {
  bottom: 18%;
  left: 7%;
}

.vn-label {
  right: 7%;
  bottom: 24%;
}

.route-dot {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: var(--cream);
  border: 5px solid var(--ink);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.55rem;
  transition:
    color 300ms ease,
    background 300ms ease,
    transform 300ms ease;
}

.route-dot.is-active {
  color: var(--white);
  background: var(--red);
  transform: scale(1.2);
}

.route-dot-1 {
  bottom: 24%;
  left: 9%;
}

.route-dot-2 {
  top: 24%;
  left: 37%;
}

.route-dot-3 {
  top: 22%;
  right: 30%;
}

.route-dot-4 {
  right: 8%;
  bottom: 30%;
}

.parcel {
  position: absolute;
  z-index: 4;
  top: 64%;
  left: 10%;
  display: grid;
  place-items: center;
  width: 56px;
  height: 50px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 7px 7px 0 var(--red);
  transform: translate(-50%, -50%);
  transition:
    top 700ms cubic-bezier(0.16, 1, 0.3, 1),
    left 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.parcel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 9px;
  content: "";
  background: var(--paper-deep);
  transform: translateX(-50%);
}

.parcel b {
  position: relative;
  z-index: 1;
  padding: 2px 4px;
  background: var(--cream);
  font-family: var(--mono);
  font-size: 0.56rem;
}

.parcel[data-stage="2"] {
  top: 28%;
  left: 37%;
  transform: translate(-50%, -50%) rotate(-6deg);
}

.parcel[data-stage="3"] {
  top: 27%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(6deg);
}

.parcel[data-stage="4"] {
  top: 59%;
  left: 89%;
  transform: translate(-50%, -50%);
}

.route-readout {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 0.63rem;
}

.route-readout b {
  color: var(--white);
}

.journey-steps {
  list-style: none;
  padding-left: 60px;
}

.journey-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  min-height: 64vh;
  padding: 80px 0;
  color: rgb(21 22 19 / 43%);
  border-bottom: 1px solid var(--line);
  transition: color 350ms ease;
}

.journey-steps li.is-active {
  color: var(--ink);
}

.journey-steps > li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.62rem;
}

.journey-steps li > div > p:first-child {
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.12em;
}

.journey-steps h3 {
  margin: 22px 0 18px;
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.journey-steps li > div > p:nth-child(3) {
  color: inherit;
  font-size: 0.93rem;
}

.journey-steps small {
  display: block;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 750;
}

.tracking {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: center;
  padding-block: clamp(100px, 13vw, 190px);
}

.tracking-copy h2 {
  margin-bottom: 28px;
}

.tracking-copy > p:nth-of-type(2) {
  max-width: 520px;
  color: var(--ink-soft);
}

.tracking-form {
  margin-top: 36px;
}

.tracking-form label > span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 750;
}

.tracking-form label > div {
  display: grid;
  grid-template-columns: 1fr auto;
}

.tracking-form input {
  min-width: 0;
  height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: var(--white);
  font-family: var(--mono);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.tracking-form label button {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 20px;
  color: var(--white);
  border: 0;
  background: var(--red);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.tracking-form > p:not(.form-status) {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.sample-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.sample-codes button {
  min-height: 35px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.61rem;
}

.sample-codes button:hover {
  color: var(--white);
  background: var(--cobalt);
}

.tracking-form .form-status {
  margin: 12px 0 0;
}

.tracking-board {
  padding: 36px;
  color: var(--cream);
  background: var(--cobalt);
  box-shadow: 14px 14px 0 var(--paper-deep);
}

.tracking-board-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(244 237 220 / 23%);
}

.tracking-board-head > div {
  display: flex;
  flex-direction: column;
}

.tracking-board-head span,
.tracking-board-head strong {
  font-family: var(--mono);
}

.tracking-board-head > div span {
  color: rgb(244 237 220 / 78%);
  font-size: 0.59rem;
  letter-spacing: 0.12em;
}

.tracking-board-head > div strong {
  margin-top: 6px;
  color: var(--white);
  font-size: 1.15rem;
}

.tracking-state {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.tracking-state i {
  width: 9px;
  height: 9px;
  background: #9ee5c5;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(158 229 197 / 17%);
}

.tracking-state.is-hold i {
  background: #ffd68f;
  box-shadow: 0 0 0 5px rgb(255 214 143 / 17%);
}

.tracking-state.is-done i {
  background: var(--white);
  box-shadow: 0 0 0 5px rgb(255 255 255 / 17%);
}

.attention-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  color: var(--ink);
  background: #ffd68f;
}

.attention-card > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-weight: 900;
}

.attention-card p {
  margin-top: 4px;
  font-size: 0.72rem;
}

.tracking-timeline {
  list-style: none;
  margin-top: 28px;
}

.tracking-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 18px 130px 1fr;
  gap: 15px;
  min-height: 94px;
}

.tracking-timeline li::before {
  position: absolute;
  top: 16px;
  bottom: -2px;
  left: 6px;
  width: 1px;
  content: "";
  background: rgb(244 237 220 / 24%);
}

.tracking-timeline li:last-child::before {
  display: none;
}

.tracking-timeline li > i {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border: 2px solid rgb(244 237 220 / 45%);
  background: var(--cobalt);
  border-radius: 50%;
}

.tracking-timeline li.is-complete > i {
  border-color: #9ee5c5;
  background: #9ee5c5;
}

.tracking-timeline li.is-current > i {
  border-color: var(--cream);
  box-shadow: 0 0 0 5px rgb(244 237 220 / 15%);
}

.tracking-timeline time {
  padding-top: 2px;
  color: rgb(244 237 220 / 78%);
  font-family: var(--mono);
  font-size: 0.57rem;
}

.tracking-timeline strong {
  display: block;
  color: var(--white);
  font-size: 0.83rem;
}

.tracking-timeline p {
  margin-top: 4px;
  color: rgb(244 237 220 / 78%);
  font-size: 0.7rem;
}

.tracking-disclaimer {
  padding-top: 20px;
  border-top: 1px solid rgb(244 237 220 / 23%);
  color: rgb(244 237 220 / 78%);
  font-size: 0.62rem;
}

.film-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  min-height: 760px;
  color: var(--cream);
  background: var(--ink);
}

.film-frame {
  position: relative;
  margin: 0;
  background: #080906;
}

.film-frame video {
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
}

.film-frame figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  color: var(--cream);
  background: rgb(21 22 19 / 79%);
  backdrop-filter: blur(10px);
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.08em;
}

.film-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 110px);
}

.film-copy h2 {
  color: var(--white);
}

.film-copy > p:nth-of-type(2) {
  margin-top: 28px;
  color: rgb(244 237 220 / 67%);
}

.film-copy .text-button {
  align-self: flex-start;
  margin-top: 34px;
  color: var(--cream);
}

.film-copy .eyebrow.red {
  color: #ff8278;
}

.red-link b {
  color: var(--red);
}

.guides {
  padding-block: clamp(100px, 12vw, 180px);
}

.guide-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  min-height: 630px;
  color: var(--cream);
  background: var(--cobalt);
}

.guide-feature figure {
  min-height: 100%;
  overflow: hidden;
}

.guide-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.guide-feature:hover img {
  transform: scale(1.025);
}

.guide-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.guide-number {
  align-self: flex-end;
  font-family: var(--mono);
  font-size: 0.66rem;
}

.guide-feature h3 {
  margin-top: 22px;
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4.3rem);
  font-weight: 480;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.guide-feature ul {
  list-style: none;
  margin-top: 30px;
}

.guide-feature li {
  padding: 12px 0;
  border-bottom: 1px solid rgb(244 237 220 / 22%);
  font-size: 0.79rem;
}

.guide-feature li::before {
  margin-right: 10px;
  color: var(--red);
  content: "✓";
}

.guide-feature button,
.guide-grid button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 28px;
  padding: 16px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: 1px solid var(--line);
}

.guide-grid article {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 42px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.guide-grid article > span,
.guide-grid article > p:first-of-type {
  font-family: var(--mono);
  font-size: 0.62rem;
}

.guide-grid article > span {
  color: var(--red);
}

.guide-grid article > p:first-of-type {
  margin-top: 36px;
  color: var(--cobalt);
  letter-spacing: 0.1em;
}

.guide-grid h3 {
  max-width: 560px;
  margin: 16px 0;
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.guide-grid article > p:nth-of-type(2) {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.guide-grid button {
  margin-top: auto;
}

.stories {
  padding-block: clamp(100px, 12vw, 180px);
  color: var(--cream);
  background: var(--red);
}

.stories .section-heading {
  margin-bottom: 60px;
}

.stories .section-heading h2 {
  max-width: 1050px;
  color: var(--white);
}

.stories .section-heading > p:last-child {
  margin-top: 26px;
  color: var(--cream);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.story-grid figure {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 36px;
  border: 1px solid rgb(244 237 220 / 28%);
  border-right: 0;
}

.story-grid figure:last-child {
  border-right: 1px solid rgb(244 237 220 / 28%);
}

.story-grid .featured-story {
  color: var(--ink);
  background: var(--cream);
  transform: translateY(-18px);
}

.story-grid blockquote {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  line-height: 1.08;
}

.story-grid figcaption {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 36px;
}

.story-grid figcaption strong {
  font-size: 0.77rem;
}

.story-grid figcaption small {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  opacity: 1;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(540px, 1.25fr);
  gap: clamp(70px, 10vw, 180px);
  padding-block: clamp(100px, 13vw, 180px);
}

.faq-heading {
  position: sticky;
  top: calc(var(--banner-h) + var(--header-h) + 30px);
  align-self: start;
}

.faq-heading > p:last-child {
  margin-top: 26px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary strong {
  font-size: 1.05rem;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--cobalt);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  padding: 0 62px 30px 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.final-cta {
  position: relative;
  min-height: 760px;
  color: var(--white);
  isolation: isolate;
}

.final-cta-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.final-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgb(15 18 18 / 92%) 0%, rgb(15 18 18 / 57%) 58%, rgb(15 18 18 / 23%));
}

.final-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta-copy > p:nth-of-type(2) {
  max-width: 600px;
  margin-top: 28px;
  color: rgb(255 255 255 / 73%);
}

.final-cta-copy > div {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.final-cta .text-link {
  color: var(--white);
}

.disclosure {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  padding-block: 68px;
}

.disclosure-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
}

.disclosure h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 1;
}

.disclosure > div > p:last-child {
  max-width: 1100px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: center;
  gap: 32px;
  padding: 52px 36px 68px;
  color: var(--cream);
  background: var(--ink);
}

footer > p {
  color: rgb(244 237 220 / 65%);
  font-size: 0.77rem;
}

footer nav {
  display: flex;
  gap: 22px;
  font-size: 0.72rem;
  font-weight: 700;
}

footer > small {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: rgb(244 237 220 / 58%);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.mobile-dock {
  display: none;
}

.demo-dialog {
  width: min(calc(100% - 36px), 560px);
  max-height: min(86vh, 760px);
  padding: 30px;
  color: var(--ink);
  border: 0;
  background: var(--paper);
  box-shadow: 18px 18px 0 var(--red);
  overflow-y: auto;
}

.demo-dialog::backdrop {
  background: rgb(11 13 13 / 78%);
  backdrop-filter: blur(5px);
}

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.dialog-brand {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--cobalt);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.66rem;
}

.dialog-head button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.demo-dialog > .eyebrow {
  margin-top: 26px;
}

.demo-dialog h2 {
  margin: 14px 0 18px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.demo-dialog [data-dialog-body] {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.demo-dialog [data-dialog-body] p + p,
.demo-dialog [data-dialog-body] ul {
  margin-top: 14px;
}

.demo-dialog [data-dialog-body] ul {
  padding-left: 20px;
}

.dialog-close-button {
  margin-top: 28px;
}

.global-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 150;
  max-width: 390px;
  padding: 14px 18px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--red);
  font-size: 0.74rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 40px));
  visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 240ms ease,
    visibility 0s linear 240ms;
}

.global-status.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.data-saver .hero-media video {
  display: none;
}

@media (max-width: 1180px) {
  :root {
    --shell: min(calc(100% - 48px), 1100px);
  }

  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .header-track {
    display: none;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
  }

  .quote-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tracking {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
  }

  .film-story {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .guide-feature > div {
    padding: 38px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(calc(100% - 36px), 820px);
    --header-h: 72px;
  }

  .demo-banner {
    padding-inline: 16px;
  }

  .demo-banner a {
    display: none;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand-route {
    width: 38px;
    height: 38px;
  }

  .language-switch {
    display: none;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    min-height: auto;
    padding-top: calc(var(--banner-h) + var(--header-h) + 410px);
    padding-bottom: 74px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    inset: calc(var(--banner-h) + var(--header-h)) 0 auto;
    height: 370px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-media img,
  .hero-media video {
    object-position: center 42%;
  }

  .hero-shade {
    inset: calc(var(--banner-h) + var(--header-h)) 0 auto;
    height: 370px;
    background: linear-gradient(0deg, rgb(15 20 23 / 38%), transparent 62%);
  }

  .hero-grid {
    display: none;
  }

  .hero-ticket {
    width: min(100%, 520px);
    min-height: auto;
    margin-top: 40px;
    box-shadow:
      8px 8px 0 var(--red),
      0 18px 45px rgb(9 20 44 / 12%);
  }

  .hero-scroll {
    display: none;
  }

  .action-rail {
    grid-template-columns: 1fr;
  }

  .action-rail a {
    min-height: 98px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }

  .action-rail a:nth-child(2) {
    border-bottom-color: var(--line);
  }

  .section-heading,
  .journey-intro,
  .tracking,
  .faq {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .journey-intro {
    gap: 32px;
  }

  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-result,
  .faq-heading {
    position: static;
  }

  .checker-tools {
    grid-template-columns: 1fr;
  }

  .checker-filters {
    justify-content: flex-start;
  }

  .journey-shell {
    grid-template-columns: 1fr;
  }

  .route-stage {
    top: calc(var(--banner-h) + var(--header-h) + 10px);
    height: min(54vh, 470px);
    min-height: 390px;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0 18px 60px rgb(21 22 19 / 12%);
  }

  .journey-steps {
    padding-left: 0;
  }

  .journey-steps li {
    min-height: 62vh;
    padding: 90px 12px;
  }

  .tracking {
    gap: 60px;
  }

  .film-story {
    grid-template-columns: 1fr;
  }

  .film-frame video {
    min-height: 54vw;
  }

  .film-copy {
    min-height: 580px;
  }

  .guide-feature {
    grid-template-columns: 1fr;
  }

  .guide-feature figure {
    min-height: 480px;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-grid figure,
  .story-grid figure:last-child {
    min-height: 310px;
    border-right: 1px solid rgb(244 237 220 / 28%);
    border-bottom: 0;
  }

  .story-grid figure:last-child {
    border-bottom: 1px solid rgb(244 237 220 / 28%);
  }

  .story-grid .featured-story {
    transform: none;
  }

  .faq {
    gap: 50px;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  footer > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(calc(100% - 28px), 560px);
    --banner-h: 30px;
    --header-h: 66px;
  }

  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .demo-banner {
    gap: 8px;
    padding-inline: 12px;
    font-size: 0.54rem;
    letter-spacing: 0.09em;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    gap: 8px;
  }

  .brand-route {
    width: 34px;
    height: 34px;
  }

  .brand-route i {
    width: 17px;
  }

  .brand-copy strong {
    font-size: 0.78rem;
  }

  .brand-copy small {
    font-size: 0.48rem;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
    padding-top: calc(var(--banner-h) + var(--header-h) + 318px);
    padding-bottom: 48px;
  }

  .hero-media,
  .hero-shade {
    height: 285px;
  }

  .hero-copy h1 {
    margin: 20px 0 24px;
    font-size: clamp(3rem, 14.5vw, 4.2rem);
    line-height: 0.9;
  }

  .hero-lede {
    font-size: 0.94rem;
  }

  .hero-actions,
  .final-cta-copy > div {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .button,
  .hero-actions .text-link,
  .final-cta .button,
  .final-cta .text-link {
    width: 100%;
  }

  .hero-ticket {
    padding: 20px;
    margin-bottom: 10px;
  }

  .hero-ticket dl {
    gap: 12px;
  }

  .action-rail a {
    padding: 20px;
  }

  .section-heading h2,
  .journey-intro h2,
  .tracking-copy h2,
  .film-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .quote-form fieldset {
    padding: 22px 18px;
  }

  .form-grid.two,
  .form-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-form > .button {
    width: calc(100% - 36px);
    margin: 22px 18px 12px;
  }

  .quote-form .form-status {
    margin-inline: 18px;
  }

  .quote-result {
    min-height: auto;
    padding: 26px 22px;
    box-shadow: 8px 8px 0 var(--paper-deep);
  }

  .checker-head h2 {
    font-size: clamp(3.25rem, 14vw, 5rem);
  }

  .checker-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .item-grid {
    grid-template-columns: 1fr;
  }

  .item-card {
    min-height: 340px;
    padding: 24px;
  }

  .route-stage {
    height: 390px;
    min-height: 390px;
  }

  .route-readout {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .route-dot {
    width: 29px;
    height: 29px;
    border-width: 4px;
  }

  .parcel {
    width: 47px;
    height: 42px;
  }

  .journey-steps li {
    min-height: 56vh;
    gap: 16px;
    padding-block: 75px;
  }

  .journey-steps h3 {
    font-size: 2.2rem;
  }

  .tracking-board {
    padding: 24px 18px;
    box-shadow: 8px 8px 0 var(--paper-deep);
  }

  .tracking-board-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .tracking-timeline li {
    grid-template-columns: 18px 1fr;
    gap: 12px;
    min-height: 116px;
  }

  .tracking-timeline time {
    grid-column: 2;
    grid-row: 1;
  }

  .tracking-timeline li > div {
    grid-column: 2;
    margin-top: 22px;
  }

  .tracking-timeline li > i {
    grid-row: 1 / span 2;
  }

  .tracking-form label > div {
    grid-template-columns: 1fr;
  }

  .tracking-form label button {
    justify-content: space-between;
    min-height: 52px;
  }

  .film-frame video {
    min-height: 66vw;
  }

  .film-frame figcaption {
    right: 12px;
    bottom: 10px;
    left: 12px;
    flex-direction: column;
    gap: 4px;
  }

  .film-copy {
    min-height: 540px;
    padding: 60px 20px;
  }

  .guide-feature figure {
    min-height: 350px;
  }

  .guide-feature > div {
    padding: 32px 22px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-grid article {
    min-height: 350px;
    padding: 30px 22px;
  }

  .story-grid figure {
    padding: 28px 22px;
  }

  .faq-list summary {
    min-height: 82px;
  }

  .faq-list summary strong {
    font-size: 0.92rem;
  }

  .final-cta,
  .final-cta-copy {
    min-height: 720px;
  }

  .disclosure {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 44px 20px 60px;
  }

  footer nav {
    flex-wrap: wrap;
  }

  .mobile-dock {
    position: fixed;
    inset: auto 0 0;
    z-index: 95;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: calc(64px + env(safe-area-inset-bottom));
    height: auto;
    padding-bottom: env(safe-area-inset-bottom);
    color: var(--white);
    background: var(--ink);
    border-top: 1px solid var(--line-light);
  }

  .mobile-dock a,
  .mobile-dock button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: inherit;
    border: 0;
    border-right: 1px solid var(--line-light);
    background: transparent;
    font-size: 0.63rem;
    min-height: 64px;
  }

  .mobile-dock span {
    color: var(--cream);
    font-size: 1rem;
  }

  .global-status {
    right: 12px;
    bottom: 82px;
    left: 12px;
    max-width: none;
  }

  .demo-dialog {
    padding: 22px;
    box-shadow: 9px 9px 0 var(--red);
  }
}

@media (max-width: 390px) {
  .form-grid.two,
  .form-grid.four,
  .checker-filters {
    grid-template-columns: 1fr;
  }

  .hero-ticket dl {
    grid-template-columns: 1fr;
  }
}

@media (orientation: landscape) and (max-height: 520px) and (max-width: 900px) {
  .hero,
  .hero-content {
    min-height: 740px;
  }

  .mobile-menu {
    overflow-y: auto;
  }

  .route-stage {
    position: relative;
    top: 0;
    height: 520px;
  }

  .journey-steps li {
    min-height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-media video {
    display: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .route-line {
    stroke-dashoffset: 0;
  }
}

@media print {
  .demo-banner,
  .site-header,
  .mobile-dock,
  .hero-media video,
  .hero-scroll,
  .global-status {
    display: none !important;
  }

  body {
    padding: 0;
    color: #000;
    background: #fff;
  }

  .hero,
  .checker,
  .tracking-board,
  .film-story,
  .stories,
  footer {
    color: #000;
    background: #fff;
  }
}
