﻿@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");
@import url("https://cdn.jsdelivr.net/npm/pretendard/dist/web/static/pretendard.css");

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --text: #171717;
  --muted: #6f6b67;
  --muted-soft: #a19a92;
  --line: rgba(23, 23, 23, 0.12);
  --line-strong: rgba(23, 23, 23, 0.18);
  --max-width: min(1680px, 88vw);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

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

button {
  appearance: none;
  border: 0;
  background: none;
}

button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: #ffffff;
  color: var(--text);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #232323;
}

img,
input,
select,
textarea,
button,
label,
a,
p,
strong,
span,
h1,
h2,
h3 {
  word-break: keep-all;
}

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

.page-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.98);
  z-index: 90;
  transition: opacity 320ms ease, visibility 320ms ease;
  font-family: "Instrument Serif", serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.site-header,
main,
.site-footer {
  width: var(--max-width);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.25rem;
  align-items: center;
  min-height: 5.4rem;
}

.site-header__meta,
.site-header__nav,
.site-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.site-header__meta,
.site-header__nav {
  font-size: 0.96rem;
  color: var(--muted);
}

.site-header__nav {
  justify-content: flex-end;
}

.site-header__nav a[aria-current="page"] {
  color: var(--text);
}

.site-header__brand {
  font-family: "Instrument Serif", serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

main {
  padding-bottom: 3rem;
}

.home-hero,
.page-hero,
.archive-hero {
  padding: 6.5rem 0 3rem;
}

.home-hero__topline,
.page-hero__label,
.section-heading__eyebrow,
.home-links__eyebrow,
.package-card__eyebrow,
.booking-card span,
.about-info span,
.eyebrow,
.archive-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-hero {
  min-height: 72vh;
}

.home-hero__grid,
.page-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  align-items: start;
}

.home-hero__grid > div:first-child {
  grid-column: 1 / span 7;
  display: grid;
  gap: 0.85rem;
}

.home-hero__info {
  grid-column: 9 / span 3;
  margin-top: 9rem;
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
}

.home-hero__title,
.page-hero__title,
.archive-switch__link,
.home-links__item strong,
.package-card h3,
.feed-card__copy h3,
.archive-detail__title,
.section-heading__title,
.calendar-toolbar h3,
.booking-shell__times h3,
.booking-card strong {
  font-family: "Instrument Serif", serif;
  color: var(--text);
}

.home-hero__title,
.page-hero__title {
  margin: 0;
  font-size: clamp(5rem, 11vw, 9.4rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-weight: 400;
  max-width: 9ch;
}

.home-hero__copy,
.page-hero__copy,
.section-heading__note,
.archive-detail__subtitle,
.archive-detail__description,
.feed-card__copy p,
.package-card p,
.package-card li,
.contact-info__lead,
.contact-recall,
.form-status,
.about-copy p,
.home-links__item p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.home-hero__copy,
.page-hero__copy {
  max-width: 32rem;
  padding-top: 1.1rem;
}

.home-hero__copy-ko,
.page-hero__copy-ko,
.archive-detail__subtitle-ko,
.archive-detail__description-ko,
.feed-card__translation,
.package-card__translation,
.package-card__translation-note,
.home-links__translation {
  margin: 0;
  color: var(--muted-soft);
  font-size: 0.98rem;
  line-height: 1.95;
}

.home-hero__copy-ko,
.page-hero__copy-ko {
  max-width: 32rem;
}

.home-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 28px);
  padding: 2.2rem 0 5.8rem;
  align-items: start;
}

.home-links__item,
.package-card,
.booking-card,
.booking-shell__calendar,
.booking-shell__times,
.about-copy,
.about-info,
.contact-info,
.contact-form,
.feed-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.home-links__item {
  display: grid;
  gap: 0.95rem;
  padding: 1.75rem;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  min-height: 15.5rem;
}

.home-links__item:nth-child(1),
.home-links__item:nth-child(2),
.home-links__item:nth-child(3),
.home-links__item:nth-child(4) {
  grid-column: auto;
  margin-top: 0;
}


.home-links__item:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 23, 23, 0.22);
  box-shadow: 0 18px 36px rgba(23, 23, 23, 0.05);
}
.home-links__item strong {
  font-size: 2rem;
  line-height: 1.02;
  font-weight: 400;
}

.page-section {
  padding: 2.5rem 0 4.5rem;
}

.section-heading {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.section-heading__title,
.archive-detail__title,
.calendar-toolbar h3,
.booking-shell__times h3 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 0.98;
  font-weight: 400;
}

.section-heading__note {
  max-width: 40rem;
}

.archive-hero {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
}

.archive-hero__spacer {
  min-height: 7rem;
}

.archive-switch {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.archive-switch__link {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6.3rem);
  line-height: 0.88;
  font-weight: 400;
  color: rgba(23, 23, 23, 0.18);
  transition: color 180ms ease, transform 180ms ease;
}

.archive-switch__link.is-active {
  color: var(--text);
}

.archive-layout {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem 0 4.5rem;
}

.archive-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
  position: sticky;
  top: 6.8rem;
}

.archive-sidebar__block {
  display: grid;
  gap: 0.7rem;
}

.archive-sidebar__block:last-child {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.archive-link,
.calendar-toolbar__button,
.time-slot,
.package-card__button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.archive-link {
  justify-content: flex-start;
}

.archive-link:hover,
.calendar-toolbar__button:hover,
.time-slot:hover,
.package-card__button:hover,
.button:hover,
.archive-switch__link:hover {
}
.archive-link.is-active,
.time-slot.is-active,
.package-card__button.is-active,
.button--primary,
.calendar-day.is-active {
  background: #161616;
  border-color: #161616;
  color: #ffffff;
}

.archive-detail__subtitle,
.archive-detail__subtitle-ko,
.archive-detail__description,
.archive-detail__description-ko {
  max-width: 42rem;
}

.archive-detail__subtitle {
  padding-top: 0.9rem;
}

.archive-detail__subtitle-ko,
.archive-detail__description-ko,
.package-card__translation,
.package-card__translation-note,
.feed-card__translation,
.home-links__translation {
  padding-top: 0.35rem;
}

.archive-detail__meta,
.archive-detail__actions,
.package-card__footer,
.contact-form__footer,
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.archive-detail__meta {
  margin-top: 1.7rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
  color: var(--muted);
}

.archive-detail__meta strong {
  color: var(--text);
}

.archive-detail__description {
  padding-top: 1.3rem;
}

.archive-detail__actions {
  padding-top: 1.5rem;
}

.archive-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding-top: 1.9rem;
}

.archive-gallery figure,
.scroll-focus-item,
.masonry-card,
.feed-card {
  margin: 0;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #ffffff;
}

.archive-gallery figure {
  cursor: pointer;
}

.archive-gallery img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.archive-gallery figure:first-child {
  grid-column: span 2;
}

.archive-gallery figure:first-child img {
  aspect-ratio: 5 / 3.4;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 40px);
  align-items: start;
  padding-top: 0.8rem;
}

.masonry-card {
  grid-column: var(--col-start) / span var(--col-span);
  margin-top: var(--item-mt);
  transform: translate3d(var(--item-shift), 0, 0) scale(var(--focus-scale, 1));
  filter: blur(var(--focus-blur, 0px));
  opacity: var(--focus-opacity, 1);
  transition: filter 220ms linear, opacity 220ms linear, transform 220ms linear;
  cursor: pointer;
}

.masonry-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.masonry-card[data-ratio="landscape"] img {
  aspect-ratio: 4 / 3;
}

.masonry-card[data-ratio="square"] img {
  aspect-ratio: 1 / 1;
}

.archive-gallery .scroll-focus-item {
  transform: scale(var(--focus-scale, 1));
  filter: blur(var(--focus-blur, 0px));
  opacity: var(--focus-opacity, 1);
  transition: filter 220ms linear, opacity 220ms linear, transform 220ms linear;
}

.masonry-card__caption,
.feed-card__copy {
  padding: 1rem 1rem 1.2rem;
}

.masonry-card__caption strong,
.feed-card__copy strong {
  display: block;
  font-size: 0.92rem;
  color: var(--muted);
}

.masonry-card__caption span {
  display: block;
  padding-top: 0.2rem;
  font-size: 0.92rem;
  color: var(--muted-soft);
}

.pricing-grid,
.feed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

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

.package-card {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
}

.package-card h3,
.feed-card__copy h3 {
  margin: 0.35rem 0 0;
  font-size: 2rem;
  line-height: 1.04;
  font-weight: 400;
}

.package-card__price {
  display: block;
  padding-top: 0.8rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.package-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.package-card__footer {
  align-items: flex-start;
}

.package-card__footer > span {
  display: block;
  max-width: 18rem;
  color: var(--muted);
}

.booking-shell {
  display: grid;
  grid-template-columns: 17rem minmax(0, 1fr) 15rem;
  gap: 1rem;
}

.booking-shell__summary {
  display: grid;
  gap: 1rem;
}

.booking-card,
.booking-shell__calendar,
.booking-shell__times,
.about-copy,
.about-info,
.contact-info,
.contact-form {
  padding: 1.8rem;
}

.button--full {
  width: 100%;
}

.calendar-toolbar,
.calendar-weekdays,
.calendar-grid,
.time-slots,
.contact-form,
.about-info,
.contact-info__list {
  display: grid;
  gap: 0.9rem;
}

.calendar-toolbar {
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.calendar-weekdays,
.calendar-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays span {
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
}

.calendar-day {
  display: grid;
  place-items: center;
  min-height: 4.7rem;
  border: 1px solid var(--line);
  border-radius: 1.05rem;
  background: #ffffff;
}

.calendar-day.is-muted,
.calendar-day:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

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

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 1rem;
  padding: 0.6rem 0 3.8rem;
}

.about-copy {
  display: grid;
  gap: 1rem;
}

.about-info div {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.about-info div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-info strong {
  display: block;
  padding-top: 0.3rem;
  color: var(--muted);
}

.feed-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(640px, 1.22fr);
  gap: 1.25rem;
  align-items: start;
  padding: 0.8rem 0 3.8rem;
}

.contact-info {
  display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 6.8rem;
}

.contact-info__lead {
  max-width: 28rem;
}

.contact-info__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.2rem;
  color: var(--text);
}

.contact-info__list a,
.contact-info__list span {
  display: block;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.contact-recall {
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: rgba(23, 23, 23, 0.02);
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 1.2rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.98rem;
  line-height: 1.6;
}

.contact-form__wide,
.contact-form__footer {
  grid-column: 1 / -1;
}

.contact-form__footer {
  padding-top: 0.4rem;
  align-items: center;
}

.button__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: none;
  animation: spin 900ms linear infinite;
}

button.is-loading .button__spinner {
  display: inline-block;
}

button.is-loading .button__label {
  opacity: 0.7;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.site-footer {
  padding: 1.8rem 0 2.8rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
  color: var(--text);
}

.lightbox {
  width: min(1120px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-height: 2.5rem;
  padding: 0 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #ffffff;
}

.lightbox__content {
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
}

.lightbox__content img {
  max-height: 80vh;
  object-fit: contain;
}

.lightbox__caption {
  color: var(--muted);
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

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

@media (max-width: 1280px) {
  .pricing-grid,
  .feed-grid,
  .pricing-grid--compact,
  .home-links,
  .home-hero__grid,
  .page-hero__grid,
  .archive-layout,
  .archive-hero,
  .booking-shell,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .home-hero__grid > div:first-child,
  .home-hero__info,
  .home-links__item:nth-child(n) {
    grid-column: span 1;
    margin-top: 0;
  }

  .home-hero__info {
    margin-top: 1rem;
  }

  .archive-switch {
    justify-content: flex-start;
  }

  .archive-sidebar,
  .contact-info {
    position: static;
  }

  .contact-info__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .site-header,
  main,
  .site-footer {
    width: min(1680px, calc(100vw - 28px));
  }

  .site-header__inner {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1rem 0;
  }

  .site-header__meta,
  .site-header__nav,
  .site-footer,
  .archive-detail__meta,
  .archive-detail__actions,
  .package-card__footer,
  .contact-form__footer {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .masonry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .masonry-card,
  .masonry-card:nth-child(n) {
    grid-column: span 1;
    margin-top: 0;
    transform: scale(var(--focus-scale, 1));
  }

  .contact-form,
  .archive-gallery,
  .time-slots,
  .contact-info__list {
    grid-template-columns: 1fr;
  }

  .archive-gallery figure:first-child {
    grid-column: span 1;
  }
}

@media (max-width: 560px) {
  .home-hero,
  .page-hero,
  .archive-hero {
    padding: 4.5rem 0 2rem;
  }

  .home-hero__title,
  .page-hero__title {
    font-size: clamp(4rem, 22vw, 5.4rem);
  }

  .archive-switch__link {
    font-size: 2.8rem;
  }

  .home-links,
  .pricing-grid,
  .feed-grid,
  .pricing-grid--compact,
  .masonry-grid {
    grid-template-columns: 1fr;
  }

  .masonry-card,
  .masonry-card:nth-child(n) {
    grid-column: span 1;
    margin-top: 0;
    transform: scale(var(--focus-scale, 1));
  }
}





/* OCUZ overrides: spacing and image presentation */
.page-hero__grid {
  grid-template-columns: minmax(280px, 1.2fr) minmax(320px, 0.9fr) minmax(280px, 0.9fr);
  gap: clamp(26px, 3vw, 52px);
}

.page-hero__title {
  max-width: none;
  font-size: clamp(4.8rem, 9.4vw, 7.4rem);
}

.page-hero__grid > .page-hero__copy,
.page-hero__grid > .page-hero__copy-ko {
  max-width: 18rem;
  padding-top: 0;
}

.archive-layout {
  grid-template-columns: 20rem minmax(0, 1fr);
  gap: 2.8rem;
  padding: 2.4rem 0 5rem;
}

.archive-sidebar {
  gap: 1.3rem;
}

.archive-sidebar__block {
  gap: 0.9rem;
}

.archive-link,
.calendar-toolbar__button,
.time-slot,
.package-card__button,
.button {
  min-height: 3.3rem;
  padding: 0 1.2rem;
  line-height: 1.55;
}

.archive-detail__actions {
  padding-top: 2.4rem;
}

.archive-gallery img,
.archive-gallery figure:first-child img,
.masonry-card img,
.masonry-card[data-ratio="landscape"] img,
.masonry-card[data-ratio="square"] img,
.feed-card img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* OCUZ overrides: fullscreen lightbox */
.lightbox {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  border-radius: 0;
  background: rgba(10, 10, 10, 0.96);
}

.lightbox__close {
  position: fixed;
  top: 1.4rem;
  right: 1.4rem;
  min-height: 2.7rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  z-index: 2;
}

.lightbox__content {
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  min-height: 100vh;
  padding: 3.5rem 2rem 2rem;
}

.lightbox__content img {
  width: auto;
  max-width: min(94vw, 1800px);
  max-height: 84vh;
  object-fit: contain;
}

.lightbox__caption {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  text-align: center;
}

@media (max-width: 1280px) {
  .page-hero__grid,
  .archive-layout {
    grid-template-columns: 1fr;
  }

  .page-hero__grid > .page-hero__copy,
  .page-hero__grid > .page-hero__copy-ko {
    max-width: 32rem;
  }
}

/* OCUZ override: bring home menu cards upward */
.home-hero {
  min-height: 52vh;
}

.home-links {
  padding-top: 0;
}

.home-hero__info {
  margin-top: 5.5rem;
  gap: 0.15rem;
  justify-items: end;
  align-content: start;
}

.home-hero__info p {
  margin: 0;
}
/* OCUZ override: home scroll cue */
.scroll-cue {
  position: fixed;
  left: 50%;
  bottom: 1.9rem;
  transform: translateX(-50%);
  display: inline-grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.9rem;
  border: 0;
  background: transparent;
  color: rgba(23, 23, 23, 0.46);
  z-index: 30;
  transition: opacity 220ms ease, transform 220ms ease;
}

.scroll-cue:hover {
  transform: translateX(-50%) translateY(-2px);
}

.scroll-cue.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
}

.scroll-cue__label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue__arrow {
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  animation: scrollCueFloat 1.8s ease-in-out infinite;
}

@keyframes scrollCueFloat {
  0%,
  100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.55;
  }

  50% {
    transform: rotate(45deg) translate(3px, 3px);
    opacity: 1;
  }
}

@media (max-width: 860px) {
  .scroll-cue {
    bottom: 1.2rem;
  }
}

/* OCUZ override: home footer contact line */
.site-footer__contact {
  width: 100%;
  margin: 0.35rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  font-size: 0.82rem;
  line-height: 1.8;
  color: var(--muted-soft);
}

.site-footer__contact a {
  color: inherit;
}

/* OCUZ override: home gallery entry button */
.home-hero__gallery {
  width: fit-content;
  min-width: 8.5rem;
  justify-self: start;
}

/* OCUZ override: right-align page hero copy */
.page-hero__copy,
.page-hero__copy-ko {
  text-align: right;
  justify-self: end;
  margin-left: auto;
}

/* OCUZ override: gallery button final alignment */
.home-hero__gallery {
  min-width: 11.5rem;
  min-height: 4rem;
  padding: 0 1.75rem;
  justify-self: end;
  font-size: 1.06rem;
}

.site-header__toggle,
.site-header__mobile-menu {
  display: none;
}

.booking-shell__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
}

.booking-shell__footer .button {
  min-width: 20rem;
}

.button:disabled,
.package-card__button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

@media (max-width: 860px) {
  body.has-mobile-menu {
    overflow: hidden;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    min-height: 4.6rem;
    padding: 0.85rem 0;
  }

  .site-header__meta,
  .site-header__nav {
    display: none;
  }

  .site-header__brand {
    font-size: 1.8rem;
  }

  .site-header__toggle {
    display: inline-grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    position: relative;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
  }

  .site-header__toggle::before,
  .site-header__toggle::after,
  .site-header__toggle span {
    display: block;
    width: 1.05rem;
    height: 1px;
    background: var(--text);
    transition: transform 180ms ease, opacity 180ms ease, width 180ms ease;
  }

  .site-header__toggle::before,
  .site-header__toggle::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -0.525rem;
  }

  .site-header__toggle::before {
    top: 1.08rem;
  }

  .site-header__toggle::after {
    top: 1.84rem;
  }

  .site-header__toggle span:first-child {
    position: absolute;
    top: 1.46rem;
    left: 50%;
    margin-left: -0.525rem;
  }

  .site-header__toggle span:last-child {
    display: none;
  }

  .site-header.is-menu-open .site-header__toggle::before {
    transform: translateY(0.38rem) rotate(45deg);
  }

  .site-header.is-menu-open .site-header__toggle::after {
    transform: translateY(-0.38rem) rotate(-45deg);
  }

  .site-header.is-menu-open .site-header__toggle span:first-child {
    opacity: 0.35;
    width: 0.72rem;
  }

  .site-header__mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 0.3rem 0 0.8rem;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 18px 40px rgba(23, 23, 23, 0.06);
  }

  .site-header__mobile-menu[hidden] {
    display: none;
  }

  .site-header__mobile-link {
    display: block;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(23, 23, 23, 0.07);
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.5;
  }

  .site-header__mobile-link[aria-current="page"] {
    color: var(--text);
  }

  .booking-shell__footer {
    padding-top: 1.2rem;
  }

  .booking-shell__footer .button {
    width: 100%;
    min-width: 0;
  }
}
