/* Consolidated CSS: duplicate selectors merged; later declarations kept as final. */

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes toastOut {
  to {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
}

@keyframes reviewFlow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nav-open,
body.gallery-open {
  overflow: hidden;
}

.toast-text {
  min-width: 0;
}

.toast-message.is-hiding {
  animation: toastOut 0.2s ease-in forwards;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.brand-logo-img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.brand-text {
  min-width: 0;
}

.brand-text strong,
.brand-text small,
.drawer-head strong,
.drawer-head small {
  display: block;
}

.nav-toggle,
.mobile-drawer,
.drawer-backdrop {
  display: none;
}

.section-kicker {
  display: block;
  margin-bottom: var(--space-sm);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.section-kicker+h1,
.section-kicker+h2 {
  margin-top: 0;
}

.hero-copy p,
.content-band p,
.page-hero p,
.reserve-title p,
.lookup-card p {
  max-width: 650px;
  color: #53615c;
  font-size: 18px;
  line-height: 1.7;
}

.hero-slide-track figcaption {
  display: none;
}

.hero-panel {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: var(--space-lg);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(16px);
}

.hero-panel>a {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
  border-bottom: 1px solid #dfe7e4;
  padding-bottom: 16px;
}

.panel-top span {
  color: var(--brand-dark);
  font-weight: 900;
}

.hero-panel dl {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
}

.hero-panel div:not(.panel-top) {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #eef2f0;
  padding: 14px 0;
}

.hero-panel dt {
  color: #65736e;
  font-weight: 900;
}

.hero-panel dd {
  margin: 0;
  color: #15201d;
  font-weight: 900;
  text-align: right;
}

.quick-grid,
.brand-promise,
.content-band,
.photo-story,
.process-section,
.page-shell,
.reserve-layout,
.narrow-v2 {
  width: var(--container);
  margin: 0 auto;
}

.trust-strip {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 18px auto 0;
  border: 1px solid #dce5e1;
  border-radius: 8px;
  background: #dce5e1;
}

.trust-strip div {
  display: grid;
  gap: 5px;
  background: #fff;
  padding: 18px 20px;
}

.trust-strip span {
  color: #64736e;
  font-size: 13px;
  font-weight: 900;
}

.trust-strip strong {
  color: #1f2d28;
  font-size: 17px;
}

.quick-grid a,
.feature-list article,
.info-grid article,
.notice-board,
.live-reservation-list article,
.live-reservation-table-wrap,
.operation-hours,
.guide-step-grid article,
.notice-list-card,
.fee-reasons article,
.lookup-card,
.reserve-card,
.reserve-notice-card,
.fare-panel {
  border: 1px solid #dce5e1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(14px);
}

.quick-grid a:hover,
.feature-list article:hover,
.home-preview article:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
}

.quick-grid a:hover {
  box-shadow: 0 24px 54px color-mix(in srgb, var(--brand) 30%, transparent);
}

.live-reservations-head p {
  max-width: 720px;
}

.live-reservations-head a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  padding: 0 var(--space-lg);
  font-weight: 900;
  white-space: nowrap;
}

.live-reservation-table tbody tr:last-child td {
  border-bottom: 0;
}

.live-reservation-table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--brand) 4%, #fff);
}

.standard-band .feature-list article {
  background: rgba(255, 255, 255, 0.9);
}

.content-band h2,
.process-section h2,
.page-hero h1,
.reserve-title h1,
.lookup-card h1 {
  margin: 0 0 var(--space-md);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  word-break: keep-all;
}

.feature-list strong,
.feature-list span,
.info-grid span,
.info-grid h2,
.info-grid p {
  display: block;
}

.feature-list span {
  margin-top: 8px;
}

.operation-guide {
  display: grid;
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

.operation-hours,
.notice-list-card {
  padding: var(--space-xl);
}

.operation-hours h2,
.notice-list-card h2 {
  margin: 0 0 var(--space-md);
  font-size: 30px;
  line-height: 1.25;
  word-break: keep-all;
}

.operation-hours p {
  margin: 0;
  color: #53615c;
  font-size: 17px;
  line-height: 1.7;
}

.guide-step-grid article>span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.guide-step-grid h2 {
  margin: var(--space-sm) 0 var(--space-lg);
  font-size: 28px;
  line-height: 1.25;
}

.guide-step-grid ol,
.notice-list-card ul {
  display: grid;
  gap: var(--space-sm);
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-step-grid li {
  border-top: 1px solid #e5ece9;
  padding-top: var(--space-sm);
}

.guide-step-grid strong {
  display: block;
  color: #14211d;
  font-size: 17px;
}

.guide-step-grid p {
  margin: 6px 0 0;
  color: #64736e;
  line-height: 1.65;
}

.notice-list-card {
  margin-top: var(--space-lg);
}

.notice-list-card li {
  position: relative;
  padding-left: 18px;
  color: #54635d;
  line-height: 1.65;
}

.notice-list-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.assurance-band,
.home-preview {
  width: var(--container);
  margin: 0 auto;
}

.assurance-band {
  padding: var(--section-y) 0;
}

.review-head h2 {
  max-width: 620px;
  margin: 0;
  font-size: 36px;
  line-height: 1.22;
}

.review-head a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid #d6dfdc;
  border-radius: 8px;
  padding: 0 16px;
  color: var(--brand-dark);
  font-weight: 900;
}

.stars {
  display: flex;
  gap: 2px;
  color: #ffd22e;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(145, 105, 0, 0.14);
}

.review-track small {
  display: block;
  margin-top: 14px;
  color: #627086;
  font-size: 14px;
  font-weight: 700;
}

.home-preview h2 {
  margin: 12px 0 8px;
}

.home-preview p {
  color: #64736e;
  line-height: 1.65;
}

.home-preview a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--brand-dark);
  font-weight: 900;
}

.photo-story figure,
.gallery-v2 figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce5e1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
}

.photo-story img,
.gallery-v2 img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.photo-story figcaption,
.gallery-v2 figcaption {
  padding: 16px 18px;
  color: #24312d;
  font-weight: 900;
}

.process-section strong,
.process-section span {
  display: block;
}

.process-section strong {
  margin-top: var(--space-md);
  font-size: 20px;
}

.process-section span,
.timeline-v2 p {
  color: #64736e;
}

.info-grid,
.fee-reasons,
.gallery-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

.parking-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

.map-card,
.parking-photo,
.proof-section,
.policy-card article {
  border: 1px solid #dce5e1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(14px);
}

.map-card {
  padding: var(--space-xl);
}

.map-card h2 {
  margin: 0 0 var(--space-md);
  font-size: 32px;
  font-weight: 600;
}

.map-card p {
  color: #53615c;
  line-height: 1.7;
}

.naver-map-frame {
  display: grid;
  width: 100%;
  min-height: 260px;
  align-content: end;
  gap: 8px;
  margin: var(--space-lg) 0;
  border: 1px solid #dce5e1;
  padding: var(--space-lg);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(10, 184, 112, 0.8), rgba(67, 128, 255, 0.6)),
    url("/assets/img/map.jpg") center / cover no-repeat;
}

.naver-map-frame strong {
  color: var(--surface);
  font-size: 28px;
  font-weight: 600;
}

.naver-map-frame span {
  color: var(--surface);
  font-weight: 500;
}

.naver-map-frame small {
  color: var(--surface-muted);
  font-weight: 400;
}

.parking-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.parking-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parking-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 14px 16px;
  color: #24312d;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.proof-section h2 {
  margin: 0 0 var(--space-md);
  font-size: 32px;
}

.proof-section p {
  color: #53615c;
  line-height: 1.7;
}

.proof-grid,
.proof-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}

.proof-grid .proof-doc,
.proof-guide div {
  display: grid;
  gap: var(--space-sm);
  min-height: 300px;
  align-content: center;
  border: 1px solid #dce5e1;
  border-radius: 14px;
  background: #fff;
  padding: var(--space-md);
  color: inherit;
  font: inherit;
  text-align: left;
  box-shadow: 0 12px 28px rgba(31, 43, 67, 0.05);
}

.proof-grid .proof-doc {
  grid-template-rows: 220px auto auto;
  align-content: start;
  width: 100%;
  cursor: pointer;
}

.proof-thumb-img,
.proof-thumb {
  display: grid;
  width: 100%;
  height: 220px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #eef3f6;
  object-fit: cover;
}

.proof-thumb {
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 900;
}

.proof-pdf {
  background: color-mix(in srgb, var(--brand) 10%, #eef3f6 90%);
}

.proof-empty {
  border: 1px dashed #cfd9d5;
  color: #64736e;
  font-size: 15px;
}

.proof-grid span,
.proof-guide span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.proof-grid .proof-thumb,
.proof-guide .proof-thumb {
  display: grid;
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 900;
}

.proof-grid strong {
  color: #1f2d28;
}

.proof-guide strong {
  color: #1f2d28;
}

.proof-guide code {
  color: #64736e;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-all;
}

.policy-card {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.policy-card article {
  padding: 24px;
}

.policy-card h2 {
  margin: 0 0 8px;
}

.policy-card p {
  margin: 0;
  color: #53615c;
  line-height: 1.75;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  background: rgba(12, 19, 18, 0.58);
  padding: var(--space-lg);
}

body.legal-open {
  overflow: hidden;
}

.legal-modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(80vh, 760px);
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.legal-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dce5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #111817;
  cursor: pointer;
}

.legal-modal__close svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.legal-modal__content {
  max-height: min(80vh, 760px);
  overflow: auto;
  padding: 58px var(--space-xl) var(--space-xl);
  scrollbar-gutter: stable;
}

.legal-modal__content h2 {
  margin: 8px 0 var(--space-md);
  color: #111817;
  font-size: 28px;
  line-height: 1.25;
}

.legal-modal__content p,
.legal-modal__content li {
  color: #53615c;
  line-height: 1.75;
}

.legal-modal__content ul {
  display: grid;
  gap: var(--space-sm);
  margin: var(--space-md) 0 0;
  padding-left: 18px;
}

.legal-policy-list {
  display: grid;
  gap: var(--space-md);
}

.legal-policy-list article,
.policy-card article {
  border: 1px solid #dce5e1;
  border-radius: 12px;
  background: #fff;
}

.legal-policy-list article {
  padding: 18px;
}

.legal-policy-list h2 {
  margin: 0 0 10px;
  color: #111817;
  font-size: 18px;
  line-height: 1.35;
}

.legal-policy-list p {
  margin: 8px 0 0;
}

.legal-policy-list ol,
.legal-policy-list ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 20px;
}

.info-grid span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.info-grid h2,
.fee-reasons h2 {
  margin: 12px 0 8px;
}

.timeline-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

.notice-board span {
  color: #64736e;
  font-weight: 900;
}

.price-table-v2 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.price-table-v2 span {
  color: #64736e;
  font-weight: 900;
}

.gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  background: rgba(11, 16, 15, 0.82);
  padding: 24px;
}

.gallery-viewer[hidden] {
  display: none;
}

.gallery-viewer img {
  width: min(980px, 100%);
  max-height: 78vh;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.gallery-viewer p {
  margin: 12px 0 0;
  color: #fff;
  font-weight: 900;
}

.gallery-close-v2 {
  position: fixed;
  top: 20px;
  right: 20px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  padding: 0 16px;
  font-weight: 900;
}

.reserve-card {
  display: grid;
  gap: var(--space-lg);
  padding: var(--space-xl);
}

.reserve-notice-card {
  border-color: color-mix(in srgb, var(--brand) 20%, #dce5e1);
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-soft) 68%, #fff 32%), #fff 58%);
  padding: var(--space-xl);
}

.reserve-notice-card h2 {
  margin: 0 0 var(--space-md);
  color: #111817;
  font-size: 26px;
  line-height: 1.3;
}

.input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}

.field {
  display: block;
}

.field.full {
  grid-column: 1 / -1;
}

.form-step>.field.full+.input-grid {
  margin-top: 12px;
}

.field span {
  display: block;
  margin-bottom: 8px;
  color: #41514c;
  font-size: 13px;
  font-weight: 900;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
  margin-top: var(--space-md);
}

.choice-field {
  display: grid;
  gap: var(--space-sm);
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.choice-field legend {
  margin-bottom: 8px;
  color: #41514c;
  font-size: 13px;
  font-weight: 900;
}

.choice-card input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--brand);
}

.choice-card b,
.choice-card small {
  display: block;
}

.time-grid {
  margin-top: var(--space-md);
}

input[type="time"][data-time-picker] {
  cursor: pointer;
}

.vehicle-note {
  border-radius: 8px;
  background: #fff7e8;
  color: #71480c;
  padding: 13px 14px;
  font-weight: 900;
  line-height: 1.55;
  font-size: 14px;
}

.agree-line {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.agree-line.compact {
  font-size: 13px;
}

.agree-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--brand);
}

.submit-reserve {
  width: 100%;
  font-size: 17px;
  margin-top: var(--space-lg);
}

.fare-panel p,
.fee-details-v2 li {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.fare-summary {
  display: grid;
  gap: var(--space-sm);
  margin: var(--space-lg) 0 0;
}

.fee-details-v2 {
  display: grid;
  gap: var(--space-sm);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fee-details-v2 .fee-empty {
  grid-template-columns: 1fr;
}

.fare-rules {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.fare-rules h3 {
  margin: 0 0 var(--space-sm);
  color: #111817;
  font-size: 16px;
  line-height: 1.35;
}

.fare-rules ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fare-rules li {
  position: relative;
  border: 1px solid color-mix(in srgb, var(--brand) 13%, #dce5e1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: #53615c;
  padding: 13px 15px 13px 38px;
  font-size: 14px;
  line-height: 1.65;
}

.fare-rules li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--brand) 13%, transparent);
}

.fare-panel .fare-rules {
  margin-top: var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: var(--space-md);
}

.fare-panel .fare-rules ul {
  grid-template-columns: 1fr;
  gap: 8px;
}

.fare-panel .fare-rules h3 {
  color: #fff;
}

.fare-panel .fare-rules li {
  min-height: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  padding: 0;
  font-size: 12px;
  line-height: 1.55;
}

.fare-panel .fare-rules li::before {
  display: none;
}

.fare-action-box {
  display: grid;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  padding-top: 0;
}

.fare-panel .agree-line {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.legal-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--brand-dark);
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.form-error {
  border-radius: 8px;
  background: #fff0ed;
  color: #9b3329;
  padding: 14px;
  font-weight: 900;
}

.inline-notice {
  margin-bottom: var(--space-sm);
}

.narrow-v2 {
  width: min(560px, calc(100% - 36px));
}

.lookup-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.lookup-consent {
  display: grid;
  gap: var(--space-xs);
  border-radius: 8px;
  background: #f4f8f6;
  padding: 14px;
}

.reservation-result {
  display: grid;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.reservation-actions {
  margin-top: var(--space-sm);
}

.edit-success {
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand-soft) 74%, #fff 26%);
  color: var(--brand-dark);
  padding: 14px;
  font-weight: 900;
  line-height: 1.55;
}

.edit-back-link {
  margin-top: var(--space-sm);
}

.success-pill {
  display: inline-flex;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  padding: 8px 12px;
  font-weight: 900;
}

.wide {
  width: 100%;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: var(--space-lg);
  align-items: start;
  margin-top: var(--space-lg);
}

.faq-v2 {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.support-card h2 {
  margin: 10px 0;
}

.support-card p {
  color: #64736e;
  line-height: 1.65;
}

.support-card div {
  display: grid;
  gap: 4px;
  border-top: 1px solid #e7eeeb;
  padding: 14px 0;
}

.support-card span {
  color: #64736e;
  font-size: 13px;
  font-weight: 900;
}

.footer-cta span,
.footer-info span {
  display: block;
  color: #8ea0aa;
  font-size: 12px;
  font-weight: 900;
}

.footer-cta strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
}

.footer-main {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: var(--space-xl);
  padding-top: var(--space-xl);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-brand p {
  margin: 8px 0 0;
  color: #fff;
  font-weight: 900;
}

.footer-brand small {
  color: #9badb6;
  font-weight: 800;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md) var(--space-xl);
}

.footer-info strong {
  display: block;
  margin-top: 4px;
  color: #eef4f7;
  line-height: 1.5;
}

.footer-brand .brand-logo-box {
  background: transparent;
  padding: 0;
}

.footer-copy {
  margin-top: 8px;
  color: #81939d;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.footer-legal {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: var(--space-xl);
  text-align: center;
  color: #9badb6;
  font-size: 12px;
  font-weight: 600;
}

.footer-legal a {
  color: #d9e2e7;
  font-size: 12px;
  font-weight: 800;
}

.flatpickr-months .flatpickr-month {
  height: 48px;
}

.flatpickr-current-month {
  left: 0;
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 42px 0;
  font-size: 15px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  width: auto;
  min-width: 76px;
  height: 30px;
  font-size: 15px;
  font-weight: 800;
}

.flatpickr-current-month .numInputWrapper {
  width: 74px;
}

.flatpickr-current-month input.cur-year {
  height: 30px;
  padding: 0 0 0 6px;
  font-size: 15px;
  font-weight: 800;
}

.flatpickr-weekdays,
.dayContainer,
.flatpickr-days {
  width: 340px;
  min-width: 340px;
  max-width: 340px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

strong,
b {
  font-weight: 700;
}

.brand-lockup {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.brand-logo-box,
.brand-logo-img {
  height: 34px;
}

.brand-logo-box {
  display: grid;
  width: auto;
  height: 42px;
  flex: 0 0 auto;
  overflow: hidden;
  align-items: center;
  border-radius: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 8px;
  background: var(--brand);
  font-size: 15px;
}

.brand-text strong {
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111820;
  font-size: 18px;
  font-weight: 700;
}

.brand-text small,
.drawer-head small {
  color: #8a949d;
  font-size: 12px;
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  position: relative;
  border-radius: 999px;
  padding: 8px 13px;
  color: #69747d;
  font-size: 14px;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a.active {
  background: #f2f6f4;
  color: #151c22;
}

.site-nav a.reserve-link {
  background: var(--brand);
  color: #fff;
  font-weight: 700;
}

.section-kicker,
.eyebrow {
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-app::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(245, 247, 248, 0.98) 0%, rgba(245, 247, 248, 0.92) 42%, rgba(245, 247, 248, 0.24) 66%, rgba(245, 247, 248, 0.04) 100%);
  pointer-events: none;
  display: none;
}

.hero-copy p,
.content-band p,
.page-hero p,
.reserve-title p,
.lookup-card p,
.brand-promise-copy strong,
.operation-hours p,
.faq-v2 p,
.support-card p,
.policy-card p,
.legal-policy-list p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.hero-slide-track,
.hero-slide-track figure,
.hero-slide-track img {
  height: 100%;
  min-height: 0;
}

.slider-controls {
  position: absolute;
  display: inline-flex;
  align-items: center;
  color: #fff;
  backdrop-filter: blur(10px);
  right: calc(var(--wide-offset) + 16px);
  bottom: 88px;
  z-index: 4;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(16, 22, 28, 0.62);
  padding: 5px 6px 5px 12px;
  box-shadow: 0 8px 24px rgba(20, 30, 40, 0.12);
}

.slider-controls span {
  text-align: center;
  min-width: auto;
  font-size: 12px;
  font-weight: 600;
}

.slider-controls button {
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.solid-action,
.line-action,
.submit-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 700;
}

.solid-action,
.submit-reserve {
  border: 0;
  color: #fff;
  background: var(--brand);
  box-shadow: none;
}

.solid-action:hover,
.submit-reserve:hover,
.site-nav a.reserve-link:hover {
  filter: brightness(0.96);
}

.line-action {
  border: 1px solid #d6dfdc;
  border-color: var(--line);
  background: #fff;
  color: #26323a;
}

.hero-direct-menu {
  display: grid;
  width: min(560px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.hero-direct-menu a {
  position: relative;
  display: grid;
  gap: var(--space-xs);
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 16px 38px 16px 16px;
  box-shadow: none;
}

.hero-direct-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%);
  right: 14px;
  width: 15px;
  height: 15px;
  background: #9aa4ac;
}

.hero-direct-menu b {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
}

.hero-direct-menu span {
  color: #17212a;
  font-size: 14px;
  font-weight: 600;
}

.quick-grid,
.brand-promise,
.content-band,
.photo-story,
.process-section,
.assurance-band,
.home-preview,
.review-marquee,
.page-shell,
.reserve-layout,
.narrow-v2 {
  width: var(--container);
}

.quick-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -38px;
}

.quick-grid a {
  position: relative;
  display: grid;
  gap: var(--space-sm);
  border-color: transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  min-height: 106px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #17212a;
  padding: 24px 58px 22px 24px;
  box-shadow: var(--soft-shadow);
}

.quick-grid a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%);
  right: 24px;
  width: 18px;
  height: 18px;
  background: var(--brand);
}

.quick-grid a:hover,
.feature-list article:hover,
.home-preview article:hover,
.info-grid article:hover,
.proof-doc:hover,
.gallery-v2 figure:hover {
  transform: translateY(-2px);
  box-shadow: var(--soft-shadow-hover);
}

.quick-grid b {
  font-size: 18px;
  font-weight: 700;
}

.quick-grid span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.content-band {
  padding: 80px 0;
}

.content-band h2,
.process-section h2,
.page-hero h1,
.reserve-title h1,
.lookup-card h1,
.proof-section h2,
.review-head h2,
.home-preview h2 {
  color: #141a20;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.28;
}

.live-reservations {
  display: grid;
  gap: 18px;
}

.live-reservations-head {
  display: flex;
  justify-content: space-between;
  gap: var(--space-lg);
  align-items: flex-start;
}

.live-reservation-table-wrap,
.notice-board,
.operation-hours,
.notice-list-card,
.lookup-card,
.reserve-card,
.reserve-notice-card,
.fare-panel,
.support-card,
.policy-card,
.map-card,
.proof-section,
.gallery-v2 figure,
.photo-story figure,
.home-preview article,
.parking-photo,
.trust-strip,
.feature-list article,
.info-grid article,
.fee-reasons article,
.price-table-v2 div,
.proof-doc,
.proof-guide div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.live-reservation-table-wrap {
  overflow-x: auto;
  border-color: color-mix(in srgb, var(--brand) 18%, #dce5e1);
  padding: 0;
  overflow: hidden;
}

.live-reservation-table {
  width: 100%;
  min-width: 560px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
}

.live-reservation-table th,
.live-reservation-table td {
  border-bottom: 1px solid #e2ebe7;
  text-align: center;
  padding: 17px 18px;
}

.live-reservation-table th {
  background: #f7f9fa;
  color: #7b8790;
  font-size: 13px;
  font-weight: 600;
}

.live-reservation-table td {
  color: #202a32;
  font-size: 16px;
  font-weight: 400;
}

.live-reservation-table strong,
.live-reservation-table b {
  color: #162028;
  font-size: 16px;
  font-weight: 700;
}

.two-col {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 44px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-list article,
.info-grid article,
.fee-reasons article {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  padding: 24px;
}

.feature-list strong {
  font-size: 18px;
  font-weight: 700;
}

.feature-list span,
.process-section span,
.timeline-v2 p,
.info-grid p,
.fee-reasons p,
.faq-v2 p {
  line-height: 1.65;
  color: var(--muted);
  font-weight: 400;
}

.photo-story {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 80px 0;
}

.photo-story figure {
  overflow: hidden;
}

.photo-story img,
.gallery-v2 img,
.parking-photo img {
  object-fit: cover;
}

.photo-story figcaption,
.gallery-v2 figcaption,
.parking-photo figcaption {
  padding: 16px 18px 18px;
  color: #27323a;
  font-weight: 600;
}

.home-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 80px 0;
}

.home-preview article {
  border: 1px solid #dce5e1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(14px);
  padding: 24px;
}

.home-preview article a {
  color: var(--brand-dark);
  font-weight: 700;
}

.process-section ol,
.timeline-v2,
.price-table-v2,
.fee-reasons,
.gallery-v2,
.info-grid,
.proof-grid,
.proof-guide {
  gap: 12px;
}

.page-shell,
.reserve-layout,
.narrow-v2 {
  padding: 54px 0 92px;
}

.page-hero,
.reserve-title {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 34px 0 30px;
  box-shadow: none;
}

.compact-hero {
  min-height: 0;
}

.parking-overview,
.support-layout,
.reserve-workspace {
  gap: 18px;
}

.map-card,
.support-card,
.reserve-card,
.reserve-notice-card,
.lookup-card,
.policy-card {
  padding: 28px;
}

.info-grid h2,
.fee-reasons h2,
.operation-hours h2,
.notice-list-card h2,
.guide-step-grid h2,
.support-card h2 {
  color: #141a20;
  font-size: 22px;
  font-weight: 600;
}

.info-grid span,
.guide-step-grid article>span,
.proof-doc>span,
.proof-guide span,
.price-table-v2 span {
  color: var(--brand-dark);
  font-weight: 700;
}

.proof-section {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: var(--space-lg);
  align-items: start;
  margin-top: 18px;
  padding: 28px;
}

.proof-doc,
.proof-guide div {
  padding: 18px;
}

.proof-thumb,
.proof-thumb-img {
  border-radius: 8px;
}

.operation-guide,
.notice-list-card,
.notice-board {
  margin-top: 18px;
}

.guide-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-step-grid article {
  border-radius: 8px;
  padding: 24px;
}

.notice-board {
  margin-top: var(--space-lg);
  padding: 24px 28px;
}

.notice-board h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
}

.notice-board div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e8eeeb;
  padding: 16px 0;
  border-top-color: var(--line);
}

.notice-board strong {
  text-align: right;
  color: #202a32;
  font-weight: 600;
}

.notice-list-card ul,
.fare-rules ul {
  gap: 10px;
}

.notice-list-card li,
.fare-rules li {
  color: var(--muted);
  font-weight: 400;
}

.price-table-v2 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #dce5e1;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.price-table-v2 strong {
  font-weight: 700;
}

.gallery-v2 figure {
  overflow: hidden;
}

.gallery-v2 button {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
}

.gallery-close-v2,
.legal-modal__close {
  border-radius: 999px;
}

.reserve-title {
  max-width: 720px;
}

.reserve-workspace {
  display: grid;
  gap: var(--space-lg);
  align-items: start;
  margin-top: var(--space-lg);
  grid-template-columns: minmax(0, 1fr) 340px;
}

.reserve-main-stack {
  display: grid;
  gap: 16px;
}

.form-step {
  padding: 20px 0;
}

.reserve-card>.form-step:first-of-type {
  padding-top: 0;
}

.reserve-card>.form-step:last-of-type {
  padding-bottom: 0;
}

.form-step+.form-step {
  border-top: 1px dashed #e8eeeb;
  padding-top: 40px;
  border-top-color: var(--line);
}

.form-step h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
}

.form-step h2 span {
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-weight: 700;
}

.field span,
.choice-field legend {
  color: #43505a;
  font-size: 13px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d4ded9;
  padding: 0 14px;
  outline: none;
  min-height: 48px;
  border-color: #dfe6ea;
  border-radius: 8px;
  background: #fff;
  color: #141a20;
  font-weight: 400;
  font-size: 16px;
}

textarea {
  padding-top: 14px;
  resize: vertical;
  min-height: 108px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 14%, transparent);
}

.field-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #8a949d;
  font-weight: 400;
}

.field-label {
  display: inline-flex;
  margin-left: 4px;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}


.field-label-required {
  background: var(--brand);
  color: #fff;
}

.field-label-optional {
  background: #eeeeee;
  color: #444444;
}

.choice-card {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid #d4ded9;
  padding: 11px 13px;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  min-height: 56px;
  border-color: #dfe6ea;
  border-radius: 8px;
  background: #fff;
}

.choice-card:has(input:checked) {
  border-color: var(--brand);
  background: color-mix(in srgb, var(--brand) 7%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 10%, transparent);
}

.choice-card b {
  color: #14201c;
  font-size: 14px;
  font-weight: 600;
}

.choice-card small {
  margin-top: 2px;
  font-size: 12px;
  color: #8a949d;
  font-weight: 400;
}

.vehicle-note,
.form-error,
.edit-success {
  border-radius: 8px;
  font-weight: 600;
}

.fare-panel {
  position: sticky;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  scrollbar-gutter: stable;
  top: 84px;
  border: 1px solid var(--line);
  background: #fff;
  color: #141a20;
  padding: 24px;
  box-shadow: var(--soft-shadow);
}

.fare-panel .section-kicker {
  color: var(--brand-dark);
}

.fare-panel>strong {
  display: block;
  margin: 10px 0 0;
  line-height: 1;
  color: var(--brand-dark);
  font-size: 34px;
  font-weight: 700;
}

.fare-panel h2 {
  margin: var(--space-lg) 0 var(--space-sm);
  font-size: 18px;
  line-height: 1.35;
  color: #141a20;
  font-weight: 600;
}

.fare-panel p,
.fee-details-v2 li,
.fare-panel .agree-line {
  color: var(--muted);
}

.fare-summary div,
.fee-details-v2 li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 12px;
  border-bottom: 0;
  border-radius: 8px;
  background: #f7f9fa;
  padding: 12px 14px;
}

.fare-summary b,
.fee-details-v2 b {
  white-space: nowrap;
  color: #17212a;
}

.fare-panel .legal-link {
  color: var(--brand-dark);
}

.side-submit {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: 14px;
  box-shadow: none;
}

.lookup-card {
  padding: var(--space-xl);
  margin-top: 24px;
}

.reservation-result div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e5ece9;
  padding-bottom: 10px;
  border-bottom-color: var(--line);
}

.reservation-result span {
  color: var(--muted);
  font-weight: 600;
}

.support-card {
  position: sticky;
  border: 1px solid #dce5e1;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  top: 84px;
  box-shadow: none;
}

.faq-v2 details {
  border: 1px solid #dce5e1;
  background: #fff;
  border-color: var(--line);
  border-radius: 8px;
  padding: 22px 24px;
}

.site-footer-v2 {
  font-size: 14px;
  border-top: 1px solid var(--line);
  background: #f8fafb;
  color: #5f6b74;
}

.footer-inner {
  margin: 0 auto;
  width: var(--container);
  padding: 60px 0;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 26px;
  backdrop-filter: blur(14px);
  border-color: var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.footer-cta strong,
.footer-brand p,
.footer-info strong,
.footer-legal a {
  color: #17212a;
  font-weight: 600;
}

.footer-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  background: var(--brand);
  padding: 0 18px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  border-radius: 999px;
  box-shadow: none;
}

.footer-cta span,
.footer-info span,
.footer-brand small,
.footer-copy,
.footer-legal {
  color: #7b8790;
  font-weight: 400;
}

.footer-info div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding-bottom: 12px;
  border-bottom-color: var(--line);
}

.mobile-bottom-actions {
  display: none;
  border-radius: 8px;
}

.mobile-bottom-actions a {
  border-radius: 8px;
  font-weight: 700;
}

.flatpickr-calendar {
  width: 340px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.2);
  border-radius: 8px;
}

:root {
  --page-x: 24px;
  --container: min(1080px, calc(100% - (var(--page-x) * 2)));
  --wide-offset: max(var(--page-x), calc((100vw - 1080px) / 2));
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --section-y: 72px;
  --section-y-lg: 88px;
  --surface: #ffffff;
  --surface-muted: #f6f8fa;
  --line: #e5e9ed;
  --text: #1f2933;
  --muted: #6b7680;
  --soft-shadow: 0 10px 30px rgba(20, 30, 40, 0.06);
  --soft-shadow-hover: 0 16px 42px rgba(20, 30, 40, 0.1);
  --card-shadow: var(--soft-shadow);
  --card-shadow-hover: var(--soft-shadow-hover);
  --header-offset: max(24px, calc((100vw - 1400px) / 2));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  backdrop-filter: blur(18px);
  min-height: 64px;
  border-bottom: 1px solid #eff2f4;
  background: rgba(255, 255, 255, 0.96);
  padding: 0 var(--wide-offset);
  box-shadow: none;
  padding-right: var(--header-offset);
  padding-left: var(--header-offset);
}

.hero-app {
  gap: var(--space-xl);
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  padding: 80px var(--wide-offset);
  background: linear-gradient(180deg, #fff 0%, #f4f6f8 100%);
  min-height: 520px;
  padding-top: 78px;
  padding-bottom: 72px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(590px, 100%);
}

.hero-copy h1 {
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 560px;
  margin: 0 0 18px;
  color: #141a20;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.24;
}

.hero-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-slide-track,
.hero-slide-track figure {
  overflow: visible;
}

.hero-slide-track figure {
  position: relative;
  min-width: 100%;
  margin: 0;
  display: grid;
  min-height: 0;
  place-items: center;
}

.slider-controls,
.hero-direct-menu,
.quick-grid {
  display: none !important;
}

.timeline-v2 article {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  box-shadow: none;
}

.timeline-v2 b {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 9%, #fff);
  padding: 5px 9px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
}

.timeline-v2 h2 {
  margin: 14px 0 10px;
  color: #141a20;
  font-weight: 600;
}

.timeline-v2 p {
  color: var(--muted);
}

.route-confirm .narrow-v2 {
  width: min(430px, calc(100% - 36px));
}

.route-confirm .lookup-card {
  margin-top: 34px;
  padding: 30px;
}

.route-confirm .lookup-card h1 {
  font-size: 28px;
}

.route-confirm .lookup-form {
  gap: 12px;
}

.toast-stack {
  position: fixed;
  z-index: 500;
  display: grid;
  gap: 12px;
  pointer-events: none;
  top: 76px;
  right: var(--header-offset);
  width: min(420px, calc(100% - 36px));
}

.toast-message {
  --toast-accent: var(--brand, #168f68);
  --toast-bg: #f4fbf7;
  --toast-border: #bfebd4;
  --toast-text: #0d5945;
  display: grid;
  align-items: center;
  line-height: 1.5;
  pointer-events: auto;
  animation: toastIn 0.22s ease-out both;
  grid-template-columns: 28px minmax(0, 1fr) 32px;
  gap: 10px;
  min-height: 54px;
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #17212a;
  padding: 12px;
  box-shadow: 0 14px 34px rgba(20, 30, 40, 0.1);
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(16px);
}

.toast-error {
  --toast-bg: #fff7f4;
  --toast-border: #ffd4c8;
  --toast-text: #7c2d12;
  --toast-accent: #ef5b49;
}

.toast-success {
  --toast-accent: var(--brand);
}

.toast-icon,
.toast-close {
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
}

.toast-icon {
  font-size: 16px;
  font-weight: 900;
  background: color-mix(in srgb, var(--toast-accent) 12%, #fff);
  color: var(--toast-accent);
  box-shadow: none;
}

.toast-icon svg,
.toast-close svg,
.nav-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.toast-close {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #8a949d;
  padding: 0;
}

.toast-close:hover {
  background: #f3f6f8;
  color: #17212a;
}

.faq-v2 summary {
  cursor: pointer;
  color: #17212a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
}

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

.faq-v2 summary::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: #7c8790;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.5 9 5.5 5.5L17.5 9' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.5 9 5.5 5.5L17.5 9' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.18s ease, background 0.18s ease;
}

.faq-v2 details[open] summary::after {
  background: var(--brand-dark);
  transform: rotate(180deg);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #f4f7f9;
  color: #17212a;
  box-shadow: none;
}

.nav-toggle:hover {
  background: #eef2f5;
}

.nav-toggle span {
  display: none;
}

.hero-bg-slider {
  position: absolute;
  right: var(--wide-offset);
  bottom: 72px;
  z-index: 2;
  border-radius: 8px;
  inset: auto var(--wide-offset) 60px auto;
  width: min(430px, 32vw);
  height: 400px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden !important;
}

.hero-slide-track {
  display: flex;
  height: 100%;
  transition: transform 0.48s ease;
  width: 100%;
}

.hero-slide-track img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.hero-slide-track img[src$=".png"] {
  object-fit: contain;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  --brand-soft: color-mix(in srgb, var(--brand, #16b878) 6%, #fff) !important;
  --brand-wash-soft: color-mix(in srgb, var(--brand, #16b878) 8%, #fff);
  --brand-wash-panel: color-mix(in srgb, var(--brand, #16b878) 10%, #fff);
  --brand-line-soft: color-mix(in srgb, var(--brand, #16b878) 13%, var(--line, #dce5e1));
}

.brand-promise {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  gap: 32px;
  border-color: var(--brand-line-soft);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, var(--brand-wash-soft) 100%);
  padding: 38px;
  box-shadow: 0 22px 58px rgba(20, 30, 40, 0.07);
}

.brand-promise::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 32%, #fff));
}

.brand-promise-copy,
.brand-contact-card {
  position: relative;
}

.brand-promise-copy h2 {
  margin: 0 0 var(--space-md);
  word-break: keep-all;
  color: #141a20;
  line-height: 1.28;
  max-width: 760px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
}

.brand-promise-copy p {
  margin: 0 0 var(--space-md);
  word-break: keep-all;
  font-size: 16px;
  margin-bottom: 10px;
  color: #2b363e;
  font-weight: 500;
  line-height: 1.7;
}

.brand-promise-copy strong {
  display: block;
  max-width: 780px;
  font-size: 16px;
  word-break: keep-all;
  color: #5d6872;
  font-weight: 500;
  line-height: 1.65;
}

.brand-contact-card {
  display: grid;
  align-content: center;
  gap: 6px;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 26px;
}

.brand-contact-card div {
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  border-radius: 8px;
  padding: 14px 20px;
  transition: background 0.18s ease;
  border: 1px solid var(--line);
}

.brand-contact-card div:hover {
  background: rgba(255, 255, 255, 0.8);
}

.brand-contact-card span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  background: var(--brand-wash-panel);
}

.brand-contact-card a {
  letter-spacing: 0;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #111b22;
  line-height: 1.2;
}

.contact-arrow {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--brand-dark);
  transition: transform 0.18s ease;
}

.brand-contact-card a:hover .contact-arrow {
  transform: translateX(3px);
}

.standard-band {
  max-width: none;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  padding: 80px var(--wide-offset);
  background: color-mix(in srgb, var(--brand, #16b878) 3%, #f8fafb);
}

.review-band {
  max-width: none;
  box-sizing: border-box;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 72px 0;
  background: color-mix(in srgb, var(--brand, #16b878) 3%, #f8fafb);
  overflow: hidden;
}

.review-band+.home-preview {
  padding-top: 0;
}

.review-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-lg);
  width: var(--container);
  margin: 0 auto 26px;
}

.review-marquee {
  --review-gap: 18px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.review-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: reviewFlow 20s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.review-track article {
  width: 300px;
  flex: 0 0 300px;
  margin-right: var(--review-gap);
  border: 1px solid color-mix(in srgb, var(--brand, #16b878) 10%, var(--line, #dce5e1));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 22px;
  box-shadow: none;
}

.review-track h3 {
  margin: 14px 0 12px;
  color: #101820;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}

.review-body {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
  padding: 16px;
  color: #25342f;
  font-size: 16px;
  line-height: 1.65;
}

.review-track small {
  display: block;
  margin-top: 14px;
  color: #627086;
  font-size: 14px;
  font-weight: 700;
}

@keyframes reviewFlow {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.process-section {
  width: var(--container);
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0 0;
  background: transparent;
}

.process-section>.section-kicker {
  display: inline-flex;
  margin: 0;
  color: var(--brand-dark);
}

.process-section h2 {
  margin: 12px 0 0;
}

.process-section ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: var(--space-lg) 0 0;
  padding: 0;
  list-style: none;
  gap: 14px;
  margin-top: 26px;
}

.process-section li,
.timeline-v2 article {
  border: 1px solid #1f2a32;
  border-radius: 8px;
  border-color: var(--line);
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  color: #17212a;
  padding: 26px;
}

.process-section b,
.timeline-v2 b {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--brand-wash-panel);
  padding: 6px 10px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.process-section strong,
.timeline-v2 h2 {
  margin-top: 22px;
  color: #141a20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.process-section li span,
.timeline-v2 p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .process-section ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .site-nav {

    display: none;

  }



  .nav-toggle span {

    display: block;

    width: 18px;

    height: 2px;

    margin: 2.5px 0;

    border-radius: 999px;

    background: currentColor;

  }



  .nav-toggle em {

    position: absolute;

    width: 1px;

    height: 1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

  }



  .mobile-drawer {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: 130;

    display: flex;

    width: min(330px, 86vw);

    flex-direction: column;

    gap: 8px;

    background: #fff;

    padding: var(--space-lg);

    box-shadow: -24px 0 70px rgba(17, 24, 39, 0.18);

    transform: translateX(105%);

    transition: transform 0.2s ease;

  }



  .drawer-head {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

  }



  .mobile-drawer a {

    display: flex;

    min-height: 52px;

    align-items: center;

    border-radius: 8px;

    padding: 0 16px;

    color: #24312d;

    font-weight: 900;

  }



  .mobile-drawer a.active {

    background: var(--brand-soft);

    color: var(--brand-dark);

  }



  .mobile-drawer a.reserve-link {

    background: var(--brand);

    color: #fff;

  }



  .drawer-backdrop {

    position: fixed;

    inset: 0;

    z-index: 120;

    border: 0;

    background: rgba(17, 24, 39, 0.36);

  }



  body.nav-open .mobile-drawer {

    transform: translateX(0);

  }



  body.nav-open .drawer-backdrop {

    display: block;

  }





  .hero-panel {

    max-width: 520px;

  }



  .support-card {

    position: static;

  }



  .feature-list,
  .live-reservation-list,
  .guide-step-grid,
  .choice-grid,
  .input-grid {

    grid-template-columns: 1fr;

  }



  .fare-panel {

    position: static;

    max-height: none;

    overflow: visible;

    order: 2;

  }



  .reserve-main-stack {

    order: 1;

  }



  .reserve-card {

    order: 1;

  }



  .reserve-notice-card {

    order: 2;

  }



  .hero-direct-menu {

    width: min(620px, 100%);

  }



  .brand-promise,
  .two-col,
  .parking-overview,
  .support-layout,
  .reserve-workspace {

    grid-template-columns: 1fr;

  }

  .price-table-v2 {
    grid-template-columns: 1fr 1fr;
  }


  .brand-contact-card {

    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid var(--line);

    border-left: 0;

    padding: 20px 0 0;

  }







  .fare-panel,
  .support-card {

    position: static;

  }



  :root {

    --header-offset: 18px;

  }



  .nav-toggle {

    width: 46px;

    height: 46px;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 1px solid #dce5e1;

    border-radius: 8px;

    background: #fff;

    color: #101817;

    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);

    display: inline-flex;

  }



  .hero-app {

    display: grid;

    min-height: 0;

    grid-template-columns: minmax(0, 1fr) minmax(260px, 34vw);

    gap: 26px;

    align-items: center;


  }



  .hero-bg-slider {

    position: relative;

    inset: auto;

    display: block;

    width: 100%;

    height: 360px;

    opacity: 1;

    justify-self: end;

  }



  .hero-copy {

    width: 100%;

  }
}

@media (max-width: 720px) {
  .route-reserve {

    padding-bottom: 0;

  }



  .brand-text small {

    display: none;

  }



  .hero-app::after {

    background: linear-gradient(180deg, rgba(245, 247, 248, 0.97), rgba(245, 247, 248, 0.9) 62%, rgba(245, 247, 248, 0.42));

  }



  .hero-copy h1,
  .content-band h2,
  .process-section h2,
  .page-hero h1,
  .reserve-title h1,
  .lookup-card h1 {

    font-size: 29px;

    line-height: 1.18;

  }



  .live-reservations-head {

    display: grid;

    align-items: start;

  }



  .live-reservations-head a {

    width: 100%;

  }



  .hero-direct-menu {

    grid-template-columns: 1fr;

  }



  .brand-promise-copy p {

    font-size: 16px;

  }



  .trust-strip {

    grid-template-columns: 1fr 1fr;

  }



  .proof-grid,
  .proof-guide {

    grid-template-columns: 1fr;

  }



  .proof-grid .proof-doc {

    grid-template-rows: 240px auto auto;

    min-height: 318px;

  }



  .proof-thumb-img,
  .proof-thumb {

    height: 240px;

  }



  .content-band {

    padding: var(--section-y) 0;

  }



  .content-band.standard-band {

    width: 100%;

    padding-right: var(--page-x);

    padding-left: var(--page-x);

  }



  .live-reservation-table-wrap {

    overflow-x: visible;

    padding: 4px;

  }



  .live-reservation-table {

    min-width: 0;

    table-layout: fixed;

    font-size: 13px;

  }



  .live-reservation-table th,
  .live-reservation-table td {

    padding: 12px 6px;

    font-size: 13px;

    line-height: 1.35;

    word-break: keep-all;

  }



  .live-reservation-table strong,
  .live-reservation-table b {

    font-size: 14px;

  }



  .live-reservation-table th:nth-child(1),
  .live-reservation-table td:nth-child(1) {

    width: 29%;

  }



  .live-reservation-table th:nth-child(2),
  .live-reservation-table td:nth-child(2) {

    width: 34%;

  }



  .live-reservation-table th:nth-child(3),
  .live-reservation-table td:nth-child(3) {

    width: 37%;

  }



  .photo-story img {

    height: 160px;

  }

  .gallery-v2 img {

    height: 230px;

  }




  .notice-board div,
  .reservation-result div {

    flex-direction: column;

  }



  .notice-board strong {

    text-align: left;

  }



  .fare-summary div,
  .fee-details-v2 li {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }



  .fare-rules ul {

    grid-template-columns: 1fr;

  }



  .side-submit {

    margin-top: 18px;

  }



  .legal-modal {

    align-items: end;

    padding: 10px;

  }



  .legal-modal__panel {

    max-height: 86vh;

    border-radius: 18px;

    padding: 0;

  }



  .legal-modal__content {

    max-height: 86vh;

    padding: 58px 20px 24px;

  }



  .legal-modal__close {

    top: 12px;

    right: 12px;

  }



  .legal-modal__content h2 {

    font-size: 23px;

  }



  .footer-cta {

    align-items: flex-start;

    flex-direction: column;

  }



  .mobile-bottom-actions {

    position: fixed;

    right: 12px;

    bottom: 12px;

    left: 12px;

    z-index: 90;

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 8px;

    border: 1px solid rgba(220, 229, 225, 0.92);

    border-radius: 8px;

    background: rgba(255, 255, 255, 0.94);

    padding: 8px;

    box-shadow: 0 16px 48px rgba(17, 24, 39, 0.16);

    backdrop-filter: blur(16px);

  }



  .mobile-bottom-actions a {

    display: grid;

    min-height: 48px;

    place-items: center;

    border-radius: 8px;

    background: #edf2f0;

    color: #24312d;

    font-weight: 900;

  }



  .mobile-bottom-actions a:last-child {

    background: var(--brand);

    color: #fff;

  }



  .flatpickr-calendar,
  .flatpickr-weekdays,
  .dayContainer,
  .flatpickr-days {

    width: 318px;

    min-width: 318px;

    max-width: 318px;

  }



  .brand-logo-box,
  .brand-logo-img {

    height: 30px;

  }



  .brand-text strong {

    max-width: 210px;

    font-size: 16px;

  }



  .mobile-drawer {

    padding: 22px;

  }



  .mobile-drawer a {

    border-radius: 8px;

    font-weight: 600;

  }





  .hero-copy p,
  .content-band p,
  .page-hero p,
  .reserve-title p,
  .lookup-card p {

    font-size: 15px;

    line-height: 1.68;

  }



  .solid-action,
  .line-action,
  .submit-reserve {

    min-height: 46px;

    padding: 0 16px;

    font-size: 14px;

  }

  .two-col {
    gap: 0;
  }


  .hero-direct-menu,
  .quick-grid,
  .photo-story,
  .home-preview,
  .timeline-v2,
  .fee-reasons,
  .gallery-v2,
  .proof-grid,
  .proof-guide,
  .guide-step-grid,
  .choice-grid,
  .input-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .photo-story,
  .feature-list,
  .process-section ol {
    grid-template-columns: 1fr 1fr;
  }



  .hero-direct-menu a {

    min-height: 68px;

  }



  .quick-grid {

    grid-template-columns: 1fr;

    margin-top: 14px;

  }



  .quick-grid a {

    min-height: 90px;

    padding: 20px 54px 20px 20px;

  }



  .brand-promise-copy h2,
  .content-band h2,
  .process-section h2,
  .page-hero h1,
  .reserve-title h1,
  .lookup-card h1,
  .proof-section h2,
  .review-head h2 {

    font-size: 26px;

    line-height: 1.28;

  }

  .home-preview,
  .content-band,
  .photo-story {

    padding: 60px 0;

  }



  .standard-band {

    padding: 60px var(--page-x);

  }




  .page-shell,
  .reserve-layout,
  .narrow-v2 {

    padding: 34px 0 82px;

  }



  .page-hero,
  .reserve-title {

    padding: 22px 0 18px;

  }



  .map-card,
  .support-card,
  .reserve-card,
  .reserve-notice-card,
  .lookup-card,
  .policy-card,
  .proof-section,
  .notice-board,
  .fare-panel {
    padding: 22px 18px;
    grid-template-columns: 1fr;
  }



  .fare-panel>strong {

    font-size: 30px;

  }



  .footer-main,
  .footer-info {

    grid-template-columns: 1fr;

  }



  :root {

    --page-x: 18px;

    --section-y: 58px;

    --header-offset: 18px;

  }



  .site-header {

    min-height: 62px;

    padding: 0 var(--page-x);

    padding-right: var(--header-offset);

    padding-left: var(--header-offset);

  }



  .nav-toggle {

    border-radius: 8px;

    box-shadow: none;

    width: 42px;

    height: 42px;

    border: 0;

    background: transparent;

    color: #18232c;

  }



  .nav-toggle svg {

    width: 24px;

    height: 24px;

  }



  .hero-app {

    width: 100%;

    min-height: 0;

    padding: 60px var(--page-x);

    grid-template-columns: 1fr;

    gap: 20px;

  }



  .hero-copy {

    grid-row: 1;

  }



  .hero-copy h1 {

    max-width: 100%;

    line-height: 1.24;

    font-size: 30px;

  }



  .hero-bg-slider {

    grid-row: 2;

    width: min(310px, 92%);

    height: 300px;

    justify-self: center;

  }



  .hero-actions-v2 {

    gap: 8px;

    display: grid;

    grid-template-columns: 1fr 1fr;

  }



  .toast-stack {

    top: 70px;

    right: 14px;

    left: 14px;

    width: auto;

  }



  .toast-message {

    border-radius: 8px;

  }



  .route-confirm .narrow-v2 {

    width: min(430px, calc(100% - 28px));

  }



  .route-confirm .lookup-card {

    padding: 24px 18px;

  }



  .brand-promise {

    grid-template-columns: 1fr;

    margin-bottom: 0;

    margin-top: 60px;

    padding: 28px 20px;

  }



  .brand-promise-copy h2 {

    font-size: 28px;

  }



  .brand-contact-card {

    grid-template-columns: 1fr;

    gap: 10px;

    border-top: 1px solid var(--brand-line-soft);

    border-left: 0;

    padding: 18px 0 0;

  }


  .brand-contact-card a {

    font-size: 19px;

  }



  .review-band {
    padding: 60px 0;
  }

  .review-head {
    width: var(--container);
    margin-bottom: 20px;
  }

  .review-marquee {
    --review-gap: 12px;
    padding: 14px 0;
  }

  .review-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: reviewFlow 10s linear infinite;
  }

  .review-track article {
    width: 260px;
    flex: 0 0 260px;
    margin-right: var(--review-gap);
    padding: 18px;
  }

  .review-body {
    min-height: 96px;
    padding: 14px;
  }



  .process-section {

    padding: 60px 0 0;

  }



  .process-section ol {

    margin-top: 20px;

  }



  .process-section li {

    padding: 20px;

  }



  .process-section strong {

    margin-top: 18px;

  }

  .footer-inner {
    padding: 60px 0 100px;
  }
}

@media (max-width: 640px) {

  input,
  select,
  textarea {
    padding: 11px;
    font-size: 14px;
  }

  .toast-stack {

    top: 72px;

    left: 14px;

    right: 14px;

    width: auto;

  }



  .toast-message {

    grid-template-columns: 28px minmax(0, 1fr) 28px;

    gap: 10px;

    min-height: 52px;

    border-radius: 16px;

    padding: 12px 12px 12px 10px;

    font-size: 13px;

    line-height: 1.45;

  }



  .toast-icon,
  .toast-close {

    width: 28px;

    height: 28px;

  }



  .toast-close {

    font-size: 18px;

  }
}