:root {
  --ink: #292b28;
  --muted: #6f746d;
  --paper: #f7f5ef;
  --paper-deep: #efede5;
  --white: #fffefb;
  --sage: #778476;
  --sage-dark: #566457;
  --sage-soft: #e6ebe3;
  --wood: #967c63;
  --wood-soft: #e9dfd2;
  --line: #dddcd3;
  --danger: #a04646;
  --shadow: 0 18px 50px rgba(55, 59, 52, .08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang TC", "Hiragino Sans", "Microsoft JhengHei", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
body.age-gate-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 8px; color: var(--sage-dark); font-size: 10px; font-weight: 700; letter-spacing: .22em; }

.age-gate[hidden] { display: none; }
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  padding: 24px;
  place-items: center;
  overflow-y: auto;
  background:
    linear-gradient(rgba(39, 43, 38, .76), rgba(39, 43, 38, .76)),
    url("../assets/gallery/space-04.webp") center / cover no-repeat;
  backdrop-filter: blur(9px);
}
.age-gate-card {
  position: relative;
  width: min(590px, 100%);
  padding: clamp(32px, 6vw, 58px);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 3px 3px 56px 3px;
  background: rgba(255, 254, 251, .97);
  box-shadow: 0 32px 90px rgba(15, 18, 15, .34);
}
.age-gate-mark {
  position: absolute;
  top: -22px;
  right: 28px;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  color: white;
  background: var(--sage-dark);
  font-family: "Yu Mincho", "Noto Serif TC", serif;
  font-size: 21px;
  letter-spacing: .04em;
}
.age-gate-card h2 {
  margin: 8px 0 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif TC", serif;
  font-size: clamp(30px, 6vw, 43px);
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1.45;
}
.age-gate-card > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }
.age-gate-actions { display: grid; gap: 10px; margin: 30px 0 16px; }
.age-confirm, .age-leave { min-height: 52px; padding: 0 18px; border-radius: 3px; transition: transform .2s, background .2s; }
.age-confirm { display: flex; border: 0; align-items: center; justify-content: space-between; color: white; background: var(--sage-dark); font-weight: 650; }
.age-confirm:hover { background: #455247; transform: translateY(-1px); }
.age-leave { border: 1px solid var(--line); color: var(--muted); background: transparent; }
.age-leave:hover { color: var(--ink); background: var(--paper); }
.age-gate-card small { display: block; color: #969b93; font-size: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  min-height: 78px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(111, 116, 109, .12);
  background: rgba(247, 245, 239, .9);
  backdrop-filter: blur(16px);
}
.brand-lockup { display: flex; gap: 13px; align-items: center; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid #cfd5cc;
  border-radius: 50%;
  color: var(--sage-dark);
  background: var(--white);
  font-family: "Yu Mincho", "Noto Serif TC", serif;
  font-size: 19px;
}
.brand-lockup h1 { margin: 0; font-family: "Yu Mincho", "Noto Serif TC", serif; font-size: 20px; font-weight: 600; letter-spacing: .14em; line-height: 1; }
.brand-lockup .eyebrow { margin-bottom: 6px; font-size: 8px; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { color: #555a54; font-size: 12px; text-decoration: none; }
.site-nav a:hover { color: var(--sage-dark); }
.site-nav .nav-booking { padding: 9px 17px; border-radius: 999px; color: white; background: var(--sage-dark); }

main { overflow: hidden; }
.hero {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 72px 0 80px;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}
.hero h2, .section-intro h2, .booking-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: .035em;
}
.hero h2 { font-size: clamp(42px, 5.4vw, 70px); line-height: 1.35; }
.hero h2 em { color: var(--sage-dark); font-style: normal; }
.hero-lead { max-width: 540px; margin: 28px 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 34px; }
.primary-link, .primary-button, .secondary-button { transition: background .2s, color .2s, transform .2s; }
.primary-link {
  display: inline-flex;
  min-width: 184px;
  padding: 13px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  color: white;
  background: var(--sage-dark);
  font-size: 13px;
  text-decoration: none;
}
.primary-link:hover { background: #455247; transform: translateY(-2px); }
.text-link { color: var(--sage-dark); font-size: 13px; text-underline-offset: 5px; }
.hero-facts { display: flex; gap: 0; margin: 48px 0 0; }
.hero-facts div { min-width: 130px; padding-right: 28px; }
.hero-facts div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.hero-facts dt { color: #969b93; font-size: 8px; letter-spacing: .18em; }
.hero-facts dd { margin: 4px 0 0; font-size: 12px; font-weight: 600; }

.room-visual {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 2px 90px 2px;
  background: #8b8b89;
  box-shadow: 24px 30px 0 #e4e8e0;
}
.room-visual img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.room-visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  margin: 0;
  padding: 8px 10px;
  color: rgba(255, 255, 255, .9);
  background: rgba(41, 43, 40, .66);
  font-family: "Yu Mincho", serif;
  font-size: 10px;
  letter-spacing: .13em;
}

.test-notice {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  margin: -26px auto 74px;
  padding: 13px 18px;
  gap: 10px;
  align-items: center;
  border: 1px solid #dce2d9;
  background: rgba(255,254,251,.76);
  color: var(--muted);
  font-size: 12px;
}
.test-notice strong { color: var(--sage-dark); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #718c70; box-shadow: 0 0 0 5px rgba(113,140,112,.12); }

.content-section, .booking-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.section-intro { display: grid; max-width: 980px; grid-template-columns: 1.3fr .8fr; gap: 54px; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -36px; }
.section-intro h2, .booking-heading h2 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.45; }
.section-intro > p:last-child, .booking-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.section-intro.compact { display: block; max-width: 720px; }
.section-intro.compact .eyebrow { margin-bottom: 8px; }
.section-intro.compact p:last-child { max-width: 620px; margin-top: 18px; }

.about-section { border-top: 1px solid var(--line); }
.feature-grid { display: grid; margin-top: 72px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card { min-height: 245px; padding: 38px 40px; }
.feature-card + .feature-card { border-left: 1px solid var(--line); }
.feature-number { color: #a2a79f; font-size: 10px; letter-spacing: .18em; }
.feature-card h3 { margin: 42px 0 10px; font-family: "Yu Mincho", serif; font-size: 22px; font-weight: 500; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }

.gallery-section { padding-top: 80px; }
.photo-gallery {
  display: grid;
  margin-top: 62px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.photo-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.photo-gallery .photo-wide { grid-column: 1 / -1; }
.photo-gallery img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #8b8b89; }
.photo-gallery .photo-wide img { max-height: 720px; }
.photo-gallery figcaption { display: grid; gap: 3px; padding: 17px 20px 19px; }
.photo-gallery figcaption strong { font-family: "Yu Mincho", "Noto Serif TC", serif; font-size: 17px; font-weight: 500; }
.photo-gallery figcaption span { color: var(--muted); font-size: 11px; }

.plan-overview-section { width: 100%; padding-right: max(24px, calc((100vw - 1180px) / 2)); padding-left: max(24px, calc((100vw - 1180px) / 2)); background: #e9ece6; }
.overview-plans { display: grid; margin-top: 54px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.overview-plans article { display: flex; min-height: 270px; padding: 30px; flex-direction: column; border: 1px solid rgba(86,100,87,.15); background: rgba(255,254,251,.7); }
.plan-label { margin: 0; color: #90988e; font-size: 9px; letter-spacing: .18em; }
.overview-plans h3 { margin: 38px 0 10px; font-family: "Yu Mincho", serif; font-size: 25px; font-weight: 500; }
.overview-plans strong { color: var(--sage-dark); font-family: "Yu Mincho", serif; font-size: 29px; font-weight: 500; }
.overview-plans strong small { font-size: 12px; }
.overview-plans span { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.journey-section { display: grid; grid-template-columns: 300px 1fr; gap: 86px; }
.journey-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey-list li { display: grid; padding: 23px 0; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); }
.journey-list li > span { color: #a1a69f; font-size: 10px; letter-spacing: .18em; }
.journey-list strong { font-family: "Yu Mincho", serif; font-size: 18px; font-weight: 500; }
.journey-list p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.guide-section { border-top: 1px solid var(--line); }
.guide-list { margin-top: 56px; border-top: 1px solid var(--line); }
.guide-list details { border-bottom: 1px solid var(--line); }
.guide-list summary { display: flex; padding: 25px 5px; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-family: "Yu Mincho", serif; font-size: 19px; }
.guide-list summary::-webkit-details-marker { display: none; }
.guide-list summary i { color: var(--sage); font-family: sans-serif; font-size: 22px; font-style: normal; font-weight: 300; transition: transform .2s; }
.guide-list details[open] summary i { transform: rotate(45deg); }
.guide-content { max-width: 860px; padding: 0 5px 26px; color: var(--muted); font-size: 13px; }
.guide-content ul { margin: 0; padding-left: 1.25rem; }
.guide-content li + li { margin-top: 5px; }

.booking-section { width: 100%; padding-right: max(24px, calc((100vw - 1180px) / 2)); padding-left: max(24px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.booking-heading { max-width: 740px; }
.booking-heading > p:last-child { margin-top: 15px; }
.booking-layout { display: grid; margin-top: 52px; grid-template-columns: minmax(0, 1fr) 370px; gap: 26px; align-items: start; }
.form-card, .quote-card { border: 1px solid rgba(90,95,85,.1); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-card { padding: clamp(24px, 5vw, 52px); }
.section-heading { display: flex; gap: 14px; align-items: center; margin-bottom: 30px; }
.section-heading h3, .quote-card h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 26px; font-weight: 500; line-height: 1.25; }
.section-number { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #cbd2c8; border-radius: 50%; color: var(--sage-dark); font-size: 10px; }
.divider { height: 1px; margin: 44px 0; background: var(--line); }
.field-grid { display: grid; gap: 18px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.full-width { grid-column: 1 / -1; }
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.field > span, .plan-picker legend { color: #4d514c; font-size: 12px; font-weight: 650; }
.field b, .plan-picker b { color: var(--wood); }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d9d8cf; border-radius: 5px; outline: none; color: var(--ink); background: #fdfcf8; transition: border .2s, box-shadow .2s, background .2s; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--sage); background: white; box-shadow: 0 0 0 3px rgba(119,132,118,.13); }
.field-hint { color: #91968e; font-size: 10px; }
.availability-status { display: block; min-height: 1.5em; color: var(--sage-dark); font-size: 10px; }
.availability-status.is-loading { color: var(--wood); }
.availability-status.is-error, .availability-status.is-unavailable { color: var(--danger); font-weight: 650; }
.availability-status.is-available { color: #47704f; }
.field-error { min-height: 1em; color: var(--danger); font-size: 10px; }
.is-disabled { opacity: .55; }
.is-disabled input, .is-disabled select { background: #f2f1eb; }

.plan-picker { margin: 0 0 25px; padding: 0; border: 0; }
.plan-picker legend { margin-bottom: 11px; }
.plan-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.plan-card { position: relative; cursor: pointer; }
.plan-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.plan-card-body { display: flex; min-height: 135px; padding: 17px; flex-direction: column; justify-content: space-between; border: 1px solid #deddd5; border-radius: 7px; background: #fdfcf8; transition: border .2s, background .2s, transform .2s; }
.plan-card-body strong { font-family: "Yu Mincho", serif; font-size: 16px; font-weight: 500; }
.plan-card-body small { color: var(--muted); font-size: 10px; }
.plan-card-body > span { color: var(--sage-dark); font-size: 11px; font-weight: 700; }
.plan-card input:checked + .plan-card-body { border-color: var(--sage); background: var(--sage-soft); box-shadow: inset 0 0 0 1px var(--sage); transform: translateY(-2px); }
.plan-card input:focus-visible + .plan-card-body { outline: 3px solid rgba(119,132,118,.2); }
.booking-options { align-items: start; }
.calculated-time { display: grid; gap: 4px; min-height: 88px; padding: 14px; border-radius: 5px; background: var(--paper); }
.calculated-time span { color: var(--muted); font-size: 10px; }
.calculated-time strong { font-size: 12px; }
.agreement { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 4px; padding: 15px; border-radius: 5px; background: var(--sage-soft); font-size: 11px; }
.agreement input { width: 17px; min-height: 17px; margin-top: 4px; accent-color: var(--sage-dark); }
.form-alert { margin: 14px 0; padding: 12px 14px; border-radius: 5px; color: var(--danger); background: #f7e9e7; font-size: 12px; }
.primary-button, .secondary-button { display: flex; min-height: 52px; padding: 0 21px; border: 0; border-radius: 4px; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 650; }
.primary-button { width: 100%; color: white; background: var(--sage-dark); box-shadow: 0 10px 22px rgba(86,100,87,.18); }
.primary-button:hover { background: #455247; transform: translateY(-1px); }
.secondary-button { color: var(--sage-dark); background: var(--sage-soft); }

.quote-card { position: sticky; top: 100px; padding: 30px; color: #f7f7f1; background: var(--sage-dark); }
.quote-topline { display: flex; justify-content: space-between; color: #d8ded5; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.price-badge { padding: 4px 8px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: white; }
.quote-card h3 { margin-top: 30px; color: #dce2da; font-size: 17px; }
.quote-total { display: flex; gap: 7px; align-items: baseline; margin: 7px 0 2px; }
.quote-total span { color: #d6ddd4; font-family: "Yu Mincho", serif; font-size: 13px; }
.quote-total strong { font-family: "Yu Mincho", serif; font-size: 52px; font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.quote-reason { margin: 10px 0 24px; color: #c9d0c7; font-size: 10px; }
.quote-breakdown { margin: 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.quote-breakdown div { display: flex; justify-content: space-between; padding: 4px 0; }
.quote-breakdown dt { color: #c9d0c7; font-size: 10px; }
.quote-breakdown dd { margin: 0; font-size: 10px; font-weight: 700; }
.quote-schedule { display: grid; gap: 4px; margin: 18px 0; }
.quote-schedule span { color: #c9d0c7; font-size: 9px; }
.quote-schedule strong { font-size: 11px; }
.quote-facts { display: grid; gap: 7px; margin: 22px 0 0; padding: 0; color: #dde2db; font-size: 9px; list-style: none; }
.quote-facts span { margin-right: 6px; color: #d6c3a5; }

footer { display: flex; min-height: 150px; padding: 38px max(24px, calc((100vw - 1180px) / 2)); align-items: center; justify-content: space-between; border-top: 1px solid var(--line); background: #f2f0e9; }
footer div:first-child { display: grid; }
footer strong { font-family: "Yu Mincho", serif; font-size: 17px; font-weight: 500; letter-spacing: .12em; }
footer span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--sage-dark); font-size: 11px; text-underline-offset: 5px; }

dialog { width: min(620px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 34px; border: 0; border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: 0 30px 90px rgba(35,40,35,.28); }
dialog::backdrop { background: rgba(35,40,35,.55); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 20px; top: 16px; border: 0; color: var(--muted); background: none; font-size: 28px; }
.dialog-heading h2, .success-dialog h2 { margin: 0 0 24px; font-family: "Yu Mincho", serif; font-size: 28px; font-weight: 500; }
.confirm-content dl { margin: 0; }
.confirm-content dl div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.confirm-content dt { color: var(--muted); font-size: 11px; }
.confirm-content dd { margin: 0; text-align: right; font-size: 12px; font-weight: 650; overflow-wrap: anywhere; }
.confirm-total { display: flex; margin-top: 20px; align-items: flex-end; justify-content: space-between; }
.confirm-total span { color: var(--muted); }
.confirm-total strong { color: var(--sage-dark); font-family: "Yu Mincho", serif; font-size: 28px; font-weight: 500; }
.dialog-notice { margin: 22px 0; padding: 12px 14px; border-radius: 5px; color: #725f44; background: #f2ebdc; font-size: 11px; }
.dialog-actions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 12px; }
.success-dialog { text-align: center; }
.success-dialog .primary-button { justify-content: center; }
.success-dialog p:not(.eyebrow) { color: var(--muted); }
.success-icon { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: white; background: var(--sage); font-size: 28px; }

@media (max-width: 960px) {
  .site-nav a:not(.nav-booking) { display: none; }
  .hero { min-height: auto; padding-top: 56px; grid-template-columns: 1fr; gap: 54px; }
  .room-visual { width: min(680px, 100%); justify-self: center; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; }
  .section-intro .eyebrow { grid-column: auto; margin-bottom: -12px; }
  .journey-section { grid-template-columns: 1fr; gap: 50px; }
  .booking-layout { grid-template-columns: 1fr; }
  .quote-card { position: static; grid-row: 1; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 68px; padding: 10px 16px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-lockup h1 { font-size: 17px; }
  .site-nav { gap: 0; }
  .site-nav .nav-booking { padding: 8px 13px; }
  .hero, .test-notice, .content-section { width: min(100% - 28px, 1180px); }
  .hero { padding: 50px 0 64px; }
  .hero h2 { font-size: clamp(38px, 11.5vw, 54px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .primary-link { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-width: 0; padding: 0 10px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts div + div { padding-left: 12px; }
  .hero-facts dd { font-size: 10px; }
  .room-visual { border-radius: 2px 2px 54px 2px; box-shadow: 12px 14px 0 #e4e8e0; }
  .room-visual figcaption { right: 12px; bottom: 12px; max-width: calc(100% - 24px); letter-spacing: .08em; }
  .test-notice { margin-top: -8px; align-items: flex-start; flex-wrap: wrap; }
  .content-section, .booking-section { padding-top: 76px; padding-bottom: 76px; }
  .section-intro h2, .booking-heading h2 { font-size: 34px; }
  .feature-grid, .overview-plans { grid-template-columns: 1fr; }
  .photo-gallery { margin-top: 38px; grid-template-columns: 1fr; gap: 14px; }
  .photo-gallery .photo-wide { grid-column: auto; }
  .photo-gallery figcaption { padding: 14px 16px 16px; }
  .feature-card { min-height: auto; padding: 30px 10px; }
  .feature-card + .feature-card { border-top: 1px solid var(--line); border-left: 0; }
  .feature-card h3 { margin-top: 24px; }
  .overview-plans article { min-height: 235px; }
  .journey-list li { grid-template-columns: 50px 1fr; }
  .guide-list summary { font-size: 17px; }
  .booking-layout { margin-top: 36px; }
  .form-card, .quote-card { padding: 24px 19px; border-radius: 10px; }
  .two-columns, .plan-options { grid-template-columns: 1fr; }
  .plan-card-body { min-height: 94px; }
  footer { gap: 25px; align-items: flex-start; flex-direction: column; }
  dialog { padding: 28px 20px; }
  .dialog-actions { grid-template-columns: 1fr; }
  .age-gate { padding: 16px; }
  .age-gate-card { padding: 35px 24px 28px; border-radius: 3px 3px 36px 3px; }
  .age-gate-mark { top: -15px; right: 18px; width: 58px; height: 58px; font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
