@font-face {
  font-family: SUIT;
  src: url('./assets/SUIT-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --forest: #174b3d;
  --lime: #d4ee83;
  --paper: #f6f8f3;
  --ink: #263d36;
  --muted: #6b786f;
  --line: #dce3da;
  --peach: #eead74;
  --radius: 20px;
  font-family: SUIT, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
img {
  display: block;
  max-width: 100%;
}
button {
  border: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #4b8a67;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button,
a,
input,
select {
  transition:
    background-color 0.18s,
    color 0.18s;
}
svg {
  display: block;
}
::selection {
  background: var(--lime);
  color: var(--forest);
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 15px;
  background: var(--forest);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.announcement {
  height: 34px;
  background: var(--forest);
  color: #f4f8ec;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.demo-label {
  padding-left: 20px;
  border-left: 1px solid #ffffff40;
  color: var(--lime);
}
.site-header {
  height: 92px;
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: white;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: var(--forest);
  font-size: 30px;
  letter-spacing: -1.7px;
  font-weight: 850;
}
.brand-mark {
  width: 40px;
  height: 45px;
}
.brand-park {
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-left: 3px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 650;
}
.site-header nav > a:not(.button):hover {
  color: #578538;
}
.my-booking {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  margin-left: 26px;
  font-size: 13px;
}
.my-booking svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.button {
  min-height: 49px;
  padding: 14px 23px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  white-space: nowrap;
}
.button span[aria-hidden] {
  font-size: 19px;
  font-weight: 400;
}
.button-forest {
  background: var(--forest);
  color: #fff;
}
.button-forest:hover {
  background: #24634f;
}
.button-lime {
  background: var(--lime);
  color: var(--forest);
}
.button-lime:hover {
  background: #e0f6a5;
}
.button-outline {
  border: 1px solid #c9d5c6;
  background: transparent;
  color: var(--forest);
}
.button-outline:hover {
  background: #edf3e6;
}
.header-book {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 13px;
}
.menu-toggle {
  display: none;
}
.hero {
  margin: 0 24px;
  position: relative;
  min-height: 580px;
  height: min(650px, 65vw);
  isolation: isolate;
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  background: #385245;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  z-index: -3;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(10, 35, 27, 0.63),
      rgba(10, 35, 27, 0.14) 60%,
      rgba(10, 35, 27, 0.03)
    ),
    linear-gradient(0deg, rgba(10, 35, 27, 0.4), transparent 40%);
}
.hero-copy {
  position: absolute;
  top: 15.5%;
  left: max(5.3%, calc((100vw - 1240px) / 2));
}
.hero-note {
  font-family: Georgia, serif;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: italic;
}
.small-spark {
  font-family: SUIT, sans-serif;
  font-size: 26px;
  font-style: normal;
  color: var(--lime);
}
h1 {
  font-size: clamp(44px, 4.4vw, 66px);
  line-height: 1.23;
  letter-spacing: -3px;
  font-weight: 760;
  margin: 24px 0;
}
.hero-description {
  font-size: 16px;
  line-height: 1.85;
  color: #fffffff0;
  letter-spacing: -0.3px;
}
.hero-copy .button {
  margin-top: 30px;
  min-height: 53px;
}
.hero-bottom {
  position: absolute;
  left: 5.3%;
  right: 5.3%;
  bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-bottom a span {
  font-size: 22px;
}
.hero-stamp {
  position: absolute;
  right: 5.5%;
  bottom: 99px;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--lime);
  transform: rotate(12deg);
  box-shadow: 0 0 0 5px #d4ee8330;
}
.hero-stamp > span {
  font-family: Georgia, serif;
  font-size: 10px;
}
.hero-stamp strong {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 29px;
  line-height: 0.95;
  text-align: center;
}
.quick-plan {
  max-width: 1190px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.hours-summary {
  display: flex;
  gap: 17px;
  align-items: center;
  min-width: 300px;
  border-right: 1px solid var(--line);
  padding-right: 32px;
}
.line-icon {
  font-size: 40px;
  line-height: 1;
  color: var(--forest);
}
.field-caption {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 7px;
}
.hours-summary strong {
  display: block;
  font-size: 23px;
  letter-spacing: -0.7px;
}
.hours-summary strong span {
  color: #9ba89a;
  font-weight: 300;
  margin: 0 4px;
}
.hours-summary small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 6px;
}
.quick-plan form {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.quick-plan label {
  flex: 1;
  min-width: 0;
}
.quick-plan input,
.quick-plan select {
  border: 0;
  background: none;
  font-size: 15px;
  font-weight: 650;
  color: var(--ink);
  width: 100%;
  padding: 2px 0;
  min-height: 30px;
}
.quick-plan .button {
  min-height: 52px;
  padding-inline: 24px;
}
.section {
  max-width: 1190px;
  margin: 0 auto;
  padding: 90px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}
.section-kicker {
  font-size: 13px;
  color: #527642;
  font-weight: 700;
  margin-bottom: 13px;
}
.section h2,
.season-copy h2 {
  font-size: 36px;
  line-height: 1.32;
  letter-spacing: -1.5px;
  font-weight: 760;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  text-align: right;
}
.experience-tabs {
  display: flex;
  gap: 9px;
  margin: 28px 0;
}
.filter {
  background: #f3f5ef;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 650;
}
.filter:hover {
  background: #e9eedf;
}
.filter.active {
  background: var(--forest);
  color: white;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  min-height: 350px;
}
.experience-card {
  padding: 0;
  background: transparent;
  text-align: left;
  align-self: start;
}
.experience-photo {
  height: 290px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: var(--paper);
}
.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.photo-wheel img {
  object-position: 90% center;
  width: 180%;
  max-width: none;
  transform: translateX(-40%);
}
.experience-card:hover .experience-photo img {
  transform: scale(1.035);
}
.experience-card:hover .photo-wheel img {
  transform: translateX(-40%) scale(1.035);
}
.photo-tag {
  position: absolute;
  left: 16px;
  top: 16px;
  background: #ffffffed;
  border-radius: 4px;
  padding: 7px 9px;
  font-size: 10px;
  font-weight: 650;
}
.circle-arrow {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.experience-caption {
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: end;
}
.experience-caption div > span {
  font-size: 12px;
  color: var(--muted);
}
.experience-caption h3 {
  font-size: 20px;
  font-weight: 750;
  margin-top: 6px;
  letter-spacing: -0.6px;
}
.card-category {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
  margin-bottom: 4px;
}
.season-section {
  max-width: 1294px;
  margin: 10px auto 0;
  background: #f1f4e9;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  overflow: hidden;
  min-height: 430px;
}
.season-visual {
  position: relative;
  min-height: 430px;
  background: #527642;
}
.season-visual:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #163b3466, transparent 70%);
}
.season-visual > img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.season-script {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 40px;
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 49px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.season-copy {
  padding: 48px 65px;
}
.season-copy h2 {
  font-size: 39px;
}
.season-copy > p:not(.section-kicker) {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
}
.season-detail {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.season-detail span:first-child {
  font-size: 13px;
  font-weight: 750;
}
.season-detail span:last-child {
  font-size: 11px;
  color: var(--muted);
}
.text-button {
  padding: 0 0 6px;
  background: none;
  border-bottom: 1px solid var(--forest);
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.text-button span {
  font-size: 18px;
}
.tickets-section {
  padding-top: 100px;
}
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}
.ticket-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  position: relative;
}
.ticket-featured {
  background: #f1f7df;
  border-color: #bbd293;
}
.ticket-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
}
.ticket-symbol {
  font-size: 32px;
  line-height: 1;
  color: #537342;
}
.moon-symbol {
  font-size: 40px;
  line-height: 0.8;
}
.ticket-label {
  font-size: 12px;
  font-weight: 650;
  color: #5b7156;
}
.recommend-label {
  margin-left: auto;
  border-radius: 20px;
  padding: 6px 11px;
  background: var(--forest);
  color: white;
  font-size: 10px;
}
.ticket-card h3 {
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.8px;
}
.ticket-card > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.ticket-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0 22px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #cbd8bc;
}
.ticket-price strong {
  font-size: 34px;
  letter-spacing: -1.4px;
}
.ticket-price strong span {
  font-size: 17px;
  font-weight: 650;
  margin-left: 3px;
}
.ticket-price > span {
  font-size: 11px;
  color: var(--muted);
}
.ticket-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0 0 29px;
  font-size: 13px;
}
.ticket-card li:before {
  content: '✓';
  color: #678b43;
  margin-right: 10px;
}
.ticket-card .button {
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
  padding: 12px 17px;
  gap: 10px;
}
.ticket-small {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 14px;
  color: var(--muted);
}
.ticket-notice {
  text-align: center;
  margin-top: 23px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.visit-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
  padding-top: 70px;
}
.visit-intro > p:not(.section-kicker) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 17px;
}
.visit-hours {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
.visit-hours > span {
  font-size: 30px;
  line-height: 1;
}
.visit-hours strong {
  font-size: 16px;
}
.visit-hours p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 8px;
}
.fiction-note {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 23px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 30px 23px 0;
}
.closing {
  max-width: 1294px;
  margin: 0 auto 80px;
  background: var(--forest);
  color: white;
  padding: 42px 54px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-radius: 16px;
}
.closing-flower {
  font-size: 74px;
  color: var(--lime);
  line-height: 1;
}
.closing p {
  font-size: 13px;
  color: #dce9d7;
  margin-bottom: 8px;
}
.closing h2 {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 650;
}
.closing .button {
  margin-left: auto;
}
.closing .button span {
  font-size: 22px;
}
footer {
  background: var(--paper);
  padding: 38px max(5%, calc((100vw - 1190px) / 2)) 27px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 32px;
}
.footer-brand {
  font-size: 26px;
  gap: 0;
}
.footer-top p {
  font-size: 11px;
  color: var(--muted);
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 12px;
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  margin-bottom: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.footer-contact h2 {
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -0.5px;
}
.footer-contact p {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.footer-contact .button {
  flex-shrink: 0;
  font-size: 12px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}
.footer-bottom p:last-child {
  display: flex;
  gap: 20px;
}
dialog {
  border: 0;
  border-radius: 20px;
  padding: 28px;
  width: min(490px, calc(100vw - 32px));
  max-height: calc(100dvh - 40px);
  color: var(--ink);
  box-shadow: 0 24px 90px #10291f40;
  overscroll-behavior: contain;
}
dialog::backdrop {
  background: #102d246e;
  backdrop-filter: blur(5px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.dialog-eyebrow {
  font-size: 12px;
  color: #527642;
  font-weight: 650;
}
.close-dialog {
  background: var(--paper);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
}
.close-dialog:hover {
  background: #e4eadf;
}
dialog h2 {
  font-size: 27px;
  letter-spacing: -1px;
}
.dialog-description {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 11px 0 21px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  margin: 17px 0;
}
.form-field input,
.form-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cad5c7;
  border-radius: 7px;
  padding: 10px 12px;
  background: white;
  color: var(--ink);
  color-scheme: light;
}
.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.guest-row > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.guest-row strong {
  font-size: 14px;
}
.guest-row span {
  font-size: 11px;
  color: var(--muted);
}
.stepper {
  display: flex;
  gap: 17px;
  align-items: center;
}
.stepper button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  font-size: 20px;
}
.stepper output {
  min-width: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 650;
}
.guest-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.booking-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.booking-total > span {
  font-size: 13px;
  font-weight: 650;
}
.booking-total strong {
  font-size: 27px;
  letter-spacing: -0.8px;
  color: var(--forest);
}
.booking-inclusions {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 8px;
}
.consent {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 11px;
  line-height: 1.7;
  padding: 14px 12px;
  background: var(--paper);
  border-radius: 7px;
  margin: 19px 0;
}
.consent input {
  accent-color: var(--forest);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin: 2px 0;
}
.submit-booking {
  width: 100%;
}
.form-error {
  color: #a83825;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
.booking-empty {
  text-align: center;
  background: var(--paper);
  padding: 35px 20px;
  border-radius: 12px;
  margin: 25px 0;
}
.booking-empty > span {
  display: block;
  font-size: 38px;
  margin-bottom: 16px;
  color: #688b50;
}
.booking-empty strong {
  font-size: 16px;
}
.booking-empty p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 9px;
}
.booking-record {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  margin: 14px 0;
}
.booking-record header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.booking-record h3 {
  font-size: 17px;
}
.record-badge {
  font-size: 10px;
  background: #eaf1d9;
  color: var(--forest);
  padding: 5px 8px;
  border-radius: 4px;
}
.booking-record p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 10px;
}
.record-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 13px;
}
.record-bottom strong {
  font-size: 18px;
}
.delete-booking {
  font-size: 11px;
  background: transparent;
  border-bottom: 1px solid #a8b3a1;
  padding: 5px 0;
}
.storage-message {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 15px 0;
}
.bookings-new {
  width: 100%;
  margin-top: 10px;
}
#experience-image {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 22px;
}
#experience-facts {
  background: var(--paper);
  border-radius: 10px;
  padding: 17px;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 12px;
  font-size: 12px;
  line-height: 1.6;
  margin: 20px 0;
}
#experience-facts dt {
  font-weight: 700;
}
#experience-facts dd {
  margin: 0;
  color: var(--muted);
}
.experience-book {
  width: 100%;
}
.noscript-note {
  padding: 18px;
  background: var(--lime);
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 1600px) {
  .hero {
    max-width: 1440px;
    margin-inline: auto;
  }
  .hero-copy {
    left: 7%;
  }
}
@media (max-width: 1280px) {
  .site-header {
    padding-inline: 4%;
  }
  .site-header nav {
    gap: 24px;
  }
  .my-booking {
    margin-left: 5px;
  }
  .quick-plan,
  .section {
    margin-inline: 6%;
  }
  .quick-plan {
    gap: 24px;
  }
  .hours-summary {
    min-width: 270px;
    padding-right: 20px;
  }
  .quick-plan form {
    gap: 20px;
  }
  .season-section,
  .closing {
    margin-inline: 4%;
  }
  .season-copy {
    padding: 45px;
  }
  .experience-photo {
    height: 260px;
  }
  .visit-section {
    gap: 65px;
  }
  .ticket-card {
    padding: 25px;
  }
}
@media (max-width: 1000px) {
  .brand {
    font-size: 26px;
  }
  .brand-mark {
    width: 33px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 12px;
  }
  .my-booking {
    font-size: 12px;
  }
  .header-book {
    font-size: 12px;
    padding: 10px 12px;
  }
  .hero {
    height: 570px;
    min-height: 0;
  }
  .hero-copy {
    top: 16%;
  }
  h1 {
    font-size: 53px;
  }
  .hero-description {
    font-size: 15px;
  }
  .quick-plan {
    flex-wrap: wrap;
    gap: 22px;
  }
  .hours-summary {
    width: 100%;
    border-right: 0;
    padding: 0;
    gap: 12px;
  }
  .hours-summary > div {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .hours-summary .field-caption {
    margin: 0;
  }
  .hours-summary small {
    margin: 0;
  }
  .hours-summary strong {
    font-size: 19px;
  }
  .line-icon {
    font-size: 29px;
  }
  .quick-plan form {
    width: 100%;
    flex-basis: 100%;
  }
  .experience-grid {
    gap: 18px;
  }
  .experience-photo {
    height: 225px;
  }
  .experience-caption {
    align-items: start;
  }
  .experience-caption h3 {
    font-size: 18px;
  }
  .experience-caption .card-category {
    display: none;
  }
  .section h2 {
    font-size: 30px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .season-copy {
    padding: 35px;
  }
  .season-copy h2 {
    font-size: 34px;
  }
  .ticket-grid {
    gap: 15px;
  }
  .ticket-card {
    padding: 23px 19px;
  }
  .ticket-card h3 {
    font-size: 22px;
  }
  .ticket-card > p {
    line-height: 1.7;
    min-height: 40px;
  }
  .ticket-price strong {
    font-size: 29px;
  }
  .ticket-card ul {
    font-size: 12px;
    gap: 12px;
  }
  .ticket-card .button {
    font-size: 12px;
  }
  .visit-section {
    gap: 40px;
  }
  .closing {
    padding: 35px 32px;
    gap: 18px;
  }
  .closing h2 {
    font-size: 22px;
  }
  .closing-flower {
    font-size: 60px;
  }
  .closing .button {
    font-size: 12px;
    gap: 20px;
  }
  .footer-top {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .announcement {
    font-size: 9px;
    gap: 12px;
    height: 30px;
  }
  .demo-label {
    padding-left: 12px;
  }
  .site-header {
    height: 77px;
    padding: 0 22px;
    position: relative;
    z-index: 3;
  }
  .brand {
    font-size: 27px;
  }
  .brand-mark {
    height: 39px;
    width: 34px;
  }
  .menu-toggle {
    display: flex;
    background: var(--paper);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--forest);
  }
  .menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(3.7px) rotate(45deg);
  }
  .menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-3.7px) rotate(-45deg);
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 77px;
    left: 12px;
    right: 12px;
    background: white;
    box-shadow: 0 18px 25px #163b3420;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px;
    align-items: stretch;
    font-size: 14px;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-header nav > a:not(.button),
  .my-booking {
    padding: 13px 12px;
  }
  .my-booking {
    margin: 0;
    justify-content: space-between;
    font-size: 14px;
  }
  .header-book {
    margin-top: 8px;
  }
  .hero {
    margin: 0 12px;
    border-radius: 16px;
    height: 580px;
  }
  .hero-image {
    object-position: 64% 50%;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #0a231bac, #0a231b15),
      linear-gradient(0deg, #0a231b70, transparent 50%);
  }
  .hero-copy {
    top: 65px;
    left: 28px;
    right: 24px;
  }
  .hero-note {
    font-size: 15px;
    gap: 8px;
  }
  .small-spark {
    font-size: 22px;
  }
  h1 {
    font-size: 44px;
    letter-spacing: -2.2px;
    line-height: 1.27;
    margin: 21px 0;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.9;
  }
  .hero-copy .button {
    font-size: 13px;
    margin-top: 26px;
    min-height: 48px;
    padding: 12px 19px;
  }
  .hero-stamp {
    width: 96px;
    height: 96px;
    right: 25px;
    bottom: 74px;
  }
  .hero-stamp strong {
    font-size: 23px;
  }
  .hero-stamp > span {
    font-size: 8px;
  }
  .hero-bottom {
    left: 28px;
    right: 28px;
    bottom: 25px;
    font-size: 10px;
  }
  .hero-bottom a {
    gap: 8px;
  }
  .quick-plan {
    margin-inline: 25px;
    padding: 24px 0;
  }
  .hours-summary > div {
    flex-wrap: wrap;
    gap: 7px 13px;
  }
  .hours-summary small {
    width: 100%;
    font-size: 9px;
  }
  .hours-summary .field-caption {
    font-size: 11px;
  }
  .hours-summary strong {
    font-size: 18px;
  }
  .line-icon {
    font-size: 34px;
  }
  .quick-plan form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
  }
  .quick-plan input,
  .quick-plan select {
    font-size: 12px;
    min-width: 0;
    width: 100%;
  }
  .field-caption {
    font-size: 11px;
  }
  .quick-plan .button {
    grid-column: 1/-1;
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
  }
  .section {
    padding: 60px 0;
    margin-inline: 25px;
  }
  .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 23px;
  }
  .section h2 {
    font-size: 28px;
    letter-spacing: -1.2px;
  }
  .section-kicker {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .section-heading > p {
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }
  .experience-tabs {
    gap: 6px;
    margin: 22px 0;
    flex-wrap: wrap;
  }
  .filter {
    font-size: 10px;
    padding: 9px 13px;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
  }
  .experience-photo {
    height: 310px;
  }
  .experience-caption {
    margin-top: 14px;
    align-items: end;
  }
  .experience-caption h3 {
    font-size: 20px;
  }
  .experience-caption div > span {
    font-size: 11px;
  }
  .experience-caption .card-category {
    display: block;
  }
  .season-section {
    margin: 0 12px;
    grid-template-columns: 1fr;
    border-radius: 15px;
  }
  .season-visual {
    min-height: 290px;
  }
  .season-script {
    font-size: 42px;
    bottom: 27px;
    left: 30px;
  }
  .season-copy {
    padding: 31px;
  }
  .season-copy h2 {
    font-size: 32px;
  }
  .season-copy > p:not(.section-kicker) {
    font-size: 13px;
  }
  .season-detail {
    margin-top: 22px;
  }
  .text-button {
    margin-top: 23px;
  }
  .ticket-grid {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 26px;
  }
  .ticket-card {
    padding: 26px;
  }
  .ticket-top {
    margin-bottom: 20px;
  }
  .ticket-card h3 {
    font-size: 25px;
  }
  .ticket-card > p {
    min-height: 0;
    font-size: 12px;
  }
  .ticket-price strong {
    font-size: 34px;
  }
  .ticket-card ul {
    font-size: 13px;
  }
  .ticket-card .button {
    font-size: 13px;
  }
  .ticket-small {
    font-size: 10px;
  }
  .ticket-notice {
    text-align: left;
    font-size: 10px;
  }
  .visit-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 45px;
  }
  .visit-intro > p:not(.section-kicker) {
    margin-top: 12px;
  }
  .visit-hours {
    margin-top: 25px;
  }
  .fiction-note {
    font-size: 10px;
  }
  .faq-list summary {
    font-size: 13px;
    padding: 20px 0;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .closing {
    margin: 0 12px 45px;
    padding: 30px;
    flex-wrap: wrap;
    gap: 17px;
    border-radius: 14px;
  }
  .closing-flower {
    font-size: 48px;
  }
  .closing p {
    font-size: 11px;
  }
  .closing h2 {
    font-size: 20px;
    max-width: 230px;
    line-height: 1.5;
  }
  .closing .button {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
  }
  footer {
    padding: 29px 25px 24px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 13px;
    padding-bottom: 24px;
  }
  .footer-brand {
    font-size: 26px;
  }
  .footer-top p {
    order: 2;
    width: 100%;
    font-size: 10px;
  }
  .footer-top > a:last-child {
    font-size: 11px;
  }
  .footer-contact {
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
    gap: 20px;
    margin-bottom: 24px;
  }
  .footer-contact h2 {
    font-size: 17px;
  }
  .footer-contact p {
    font-size: 11px;
  }
  .footer-contact .button {
    justify-content: space-between;
    gap: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 11px;
    font-size: 9px;
  }
  .footer-bottom p:last-child {
    flex-wrap: wrap;
    gap: 4px 20px;
  }
  dialog {
    padding: 22px;
    max-height: calc(100dvh - 24px);
  }
  dialog h2 {
    font-size: 25px;
  }
  .dialog-description {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .hero-copy {
    left: 22px;
    right: 16px;
  }
  h1 {
    font-size: 39px;
  }
  .hero-note {
    font-size: 13px;
  }
  .hero-stamp {
    right: 22px;
  }
  .announcement {
    font-size: 8px;
    gap: 8px;
  }
  .section h2 {
    font-size: 25px;
  }
  .closing h2 {
    font-size: 18px;
  }
  .closing-flower {
    font-size: 40px;
  }
  .closing {
    padding: 26px;
    gap: 13px;
  }
  .experience-photo {
    height: 265px;
  }
  .ticket-card {
    padding: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
