:root {
  --cream: #fff4e4;
  --cream-2: #fffaf2;
  --pink: #ffe1e9;
  --blue: #e6f5fb;
  --peach: #ffe4c8;
  --apricot: #ffd9b1;
  --ink: #342b2f;
  --muted: #776c70;
  --line: rgba(67, 53, 58, 0.14);
  --shadow: 0 20px 60px rgba(84, 68, 80, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 2%, rgba(255, 217, 177, 0.54), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(255, 225, 233, 0.4), transparent 30%),
    linear-gradient(135deg, rgba(255, 244, 228, 0.96), rgba(255, 232, 214, 0.9) 44%, rgba(230, 245, 251, 0.5) 100%),
    var(--cream);
  letter-spacing: 0;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255, 253, 248, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe0eb, #e4f4ff);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(120, 91, 110, 0.16);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.site-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  color: #54474d;
  font-size: 0.92rem;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0);
  padding: 110px clamp(22px, 6vw, 76px) 86px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
}

.hero-media {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 248, 238, 0.92) 0%, rgba(255, 248, 238, 0.66) 38%, rgba(223, 243, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 220, 232, 0.34));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: #9b7080;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

#hero-title {
  margin-bottom: 20px;
  font-size: clamp(3.4rem, 10vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  width: min(520px, 100%);
  margin-bottom: 30px;
  color: #5f5358;
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  line-height: 1.8;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.primary-button,
.secondary-button,
.text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.primary-button {
  padding: 0 22px;
  color: #3d3035;
  background: linear-gradient(135deg, #ffdce8, #dff3ff);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(113, 87, 103, 0.18);
}

.secondary-button {
  padding: 0 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.text-link {
  color: #5c5156;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.intro-band div {
  padding: 24px;
  background: rgba(255, 253, 248, 0.66);
}

.intro-band strong,
.intro-band span {
  display: block;
}

.intro-band strong {
  font-size: clamp(2rem, 5vw, 3rem);
}

.intro-band span {
  color: var(--muted);
}

.section,
.gallery-section,
.seo-section,
.booking-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section,
.gallery-section,
.seo-section {
  padding: 92px 0 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-head h2,
.booking-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.68);
  box-shadow: 0 16px 44px rgba(89, 73, 82, 0.1);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.service-card div {
  padding: 18px;
}

.service-card span {
  color: #a07384;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 8px 0;
  font-size: 1.35rem;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.filter-bar {
  position: sticky;
  top: 76px;
  z-index: 12;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  backdrop-filter: blur(18px);
}

.filter-bar button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: #5c5156;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-bar button.is-active {
  color: #3d3035;
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.95), rgba(223, 243, 255, 0.95));
  box-shadow: 0 10px 24px rgba(103, 80, 94, 0.12);
}

.gallery-grid {
  columns: 4 220px;
  column-gap: 14px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.gallery-grid.is-switching {
  animation: gallerySwitch 0.55s ease both;
}

.media-tile {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --tile-delay: 0ms;
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 12px 32px rgba(88, 71, 82, 0.1);
  cursor: pointer;
  opacity: 0;
  text-align: left;
  transform: translate3d(0, 34px, 0) scale(0.96) rotate(var(--entry-rotate, -1deg));
  transform-style: preserve-3d;
  transition:
    opacity 0.72s ease var(--tile-delay),
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--tile-delay),
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  will-change: opacity, transform;
}

.media-tile::before,
.media-tile::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.media-tile::before {
  inset: -80% -120%;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.66) 48%, transparent 60%);
  transform: translateX(-38%) rotate(16deg);
}

.media-tile::after {
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: inherit;
  box-shadow: inset 0 0 0 0 rgba(255, 220, 232, 0);
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.media-tile.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
}

.media-tile.is-exiting {
  pointer-events: none;
  opacity: 0;
  filter: blur(5px) saturate(0.88);
  transform: translate3d(0, -28px, 0) scale(0.94) rotate(var(--entry-rotate, -1deg));
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.7, 0, 0.84, 0),
    filter 0.34s ease;
}

.media-tile.is-visible:hover,
.media-tile.is-visible:focus-visible {
  z-index: 3;
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 54px rgba(88, 71, 82, 0.22);
  outline: none;
  transform:
    translate3d(0, -10px, 0)
    scale(1.025)
    rotateX(var(--tilt-y))
    rotateY(var(--tilt-x));
  transition-delay: 0ms;
}

.media-tile.is-visible:hover::before,
.media-tile.is-visible:focus-visible::before {
  animation: tileShine 1s ease both;
}

.media-tile.is-visible:hover::after,
.media-tile.is-visible:focus-visible::after {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 220, 232, 0.58),
    inset 0 -42px 64px rgba(223, 243, 255, 0.18);
}

.media-tile.is-pressed {
  animation: tilePress 0.34s ease both;
}

.media-tile img,
.media-tile video {
  width: 100%;
  min-height: 170px;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), filter 0.72s ease;
  will-change: transform;
}

.media-tile.is-visible:hover img,
.media-tile.is-visible:hover video,
.media-tile.is-visible:focus-visible img,
.media-tile.is-visible:focus-visible video {
  filter: saturate(1.08) brightness(1.04);
  transform: scale(1.12);
}

.tile-meta {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 253, 248, 0.78);
  transform: translateY(8px);
  transition: background 0.28s ease, transform 0.45s ease, color 0.28s ease;
}

.media-tile.is-visible .tile-meta {
  transform: translateY(0);
}

.media-tile.is-visible:hover .tile-meta,
.media-tile.is-visible:focus-visible .tile-meta {
  background: rgba(255, 253, 248, 0.94);
}

.tile-meta strong {
  font-size: 0.94rem;
  transition: transform 0.28s ease;
}

.tile-meta span {
  color: #947582;
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 0.28s ease, transform 0.28s ease;
}

.tile-tags {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #9f6379;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-tile.is-visible:hover .tile-meta strong,
.media-tile.is-visible:focus-visible .tile-meta strong {
  transform: translateX(3px);
}

.media-tile.is-visible:hover .tile-meta span,
.media-tile.is-visible:focus-visible .tile-meta span {
  color: #7f5d6a;
  transform: translateX(-2px);
}

.media-tile.is-video .tile-meta::after {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7d5e6b;
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.86), rgba(223, 243, 255, 0.86));
  box-shadow: 0 8px 18px rgba(103, 80, 94, 0.12);
  content: "▶";
  flex: 0 0 auto;
  font-size: 0.78rem;
}

.seo-section {
  padding-bottom: 96px;
}

.seo-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-article {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(255, 220, 232, 0.5)),
    rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 44px rgba(89, 73, 82, 0.1);
}

.seo-article::after {
  position: absolute;
  inset: auto 18px 18px auto;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(155, 112, 128, 0.12);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.66), rgba(223, 243, 255, 0.58));
  content: "";
  opacity: 0.72;
}

.seo-article span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 10px;
  border: 1px solid rgba(155, 112, 128, 0.14);
  border-radius: 999px;
  color: #8f6677;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-article h3 {
  max-width: 92%;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.28;
}

.seo-article p {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #5f5358;
  line-height: 1.85;
}

.seo-article .article-keyword {
  margin-bottom: 0;
  color: #8c7280;
  font-size: 0.9rem;
  font-weight: 850;
}

.article-link {
  position: relative;
  z-index: 2;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 15px;
  border: 1px solid rgba(155, 112, 128, 0.18);
  border-radius: 999px;
  color: #3d3035;
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.82), rgba(223, 243, 255, 0.82));
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(103, 80, 94, 0.12);
}

.article-page {
  padding-top: 98px;
}

.article-hero {
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: stretch;
  gap: 24px;
  margin: 0 auto 28px;
}

.article-hero-copy {
  min-height: 420px;
  display: grid;
  align-content: end;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 220, 232, 0.84), rgba(223, 243, 255, 0.76)),
    rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}

.article-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1;
}

.article-hero-copy p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #5f5358;
  font-size: 1.08rem;
  line-height: 1.85;
}

.article-hero img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-layout {
  width: min(980px, calc(100% - 36px));
  display: grid;
  gap: 18px;
  margin: 0 auto 96px;
}

.article-body,
.article-cta {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 16px 44px rgba(89, 73, 82, 0.1);
}

.article-body {
  padding: clamp(24px, 4vw, 42px);
}

.article-body h2 {
  margin: 30px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p,
.article-body li {
  color: #5f5358;
  line-height: 1.95;
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 1.2rem;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.article-cta p {
  margin: 0;
  color: #5f5358;
  line-height: 1.7;
}

.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-footer {
  position: relative;
  width: 100%;
  margin: clamp(48px, 8vw, 88px) 0 0;
  padding: clamp(28px, 5vw, 52px) clamp(18px, 4vw, 48px) clamp(34px, 5vw, 56px);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.82) 18%),
    linear-gradient(135deg, rgba(255, 220, 232, 0.7), rgba(223, 243, 255, 0.72) 54%, rgba(255, 248, 238, 0.92));
}

.site-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  opacity: 0.42;
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1fr);
  align-items: end;
  gap: clamp(22px, 4vw, 42px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 220, 232, 0.48)),
    rgba(255, 253, 248, 0.76);
  box-shadow: 0 24px 70px rgba(84, 68, 80, 0.16);
  backdrop-filter: blur(18px);
}

.footer-copy {
  min-width: 0;
}

.footer-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.footer-copy address {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid rgba(155, 112, 128, 0.16);
  border-radius: 999px;
  color: #5f5358;
  background: rgba(255, 255, 255, 0.58);
  font-style: normal;
  font-weight: 850;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer-copy address::before {
  flex: 0 0 auto;
  margin-right: 9px;
  color: #9b7080;
  content: "地址";
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.footer-links a {
  position: relative;
  min-height: 88px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(155, 112, 128, 0.16);
  border-radius: 8px;
  color: #3d3035;
  background: rgba(255, 255, 255, 0.62);
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.footer-links a::before {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #8f6677;
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.92), rgba(223, 243, 255, 0.9));
  content: "↗";
  font-size: 0.95rem;
  line-height: 1;
}

.footer-links a::after {
  color: #8c7280;
  content: "開啟連結";
  font-size: 0.78rem;
  font-weight: 850;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  border-color: rgba(155, 112, 128, 0.3);
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(103, 80, 94, 0.16);
  outline: none;
  transform: translateY(-3px);
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  align-items: start;
  gap: 28px;
  margin-top: 96px;
  margin-bottom: 36px;
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 220, 232, 0.82), rgba(223, 243, 255, 0.82)),
    rgba(255, 253, 248, 0.74);
  box-shadow: var(--shadow);
}

.booking-copy p:last-child {
  width: min(600px, 100%);
  margin: 16px 0 0;
  color: #5f5358;
  line-height: 1.8;
}

.booking-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.booking-photos img {
  width: 100%;
  aspect-ratio: 1072 / 1526;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 34px rgba(103, 80, 94, 0.12);
}

.booking-form {
  display: grid;
  gap: 18px;
}

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

.booking-grid label,
.booking-field {
  display: grid;
  gap: 7px;
  color: #6d5c64;
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-grid input,
.booking-grid select,
.date-trigger {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(67, 53, 58, 0.16);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.78);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.booking-grid select {
  appearance: none;
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, #9b7080 50%),
    linear-gradient(135deg, #9b7080 50%, transparent 50%),
    linear-gradient(135deg, rgba(255, 220, 232, 0.72), rgba(223, 243, 255, 0.72));
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 15px) 50%,
    calc(100% - 38px) 50%;
  background-size:
    7px 7px,
    7px 7px,
    28px 28px;
  background-repeat: no-repeat;
}

.booking-grid select option {
  color: var(--ink);
  background: #fffdf8;
}

.booking-grid select option:disabled {
  color: #b7a8ae;
}

.booking-grid input:focus,
.booking-grid select:focus,
.date-trigger:focus-visible {
  border-color: rgba(155, 112, 128, 0.48);
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 220, 232, 0.42);
}

.service-choice {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #6d5c64;
  font-size: 0.86rem;
  font-weight: 800;
}

.service-choice legend {
  padding: 0;
  margin: 0 0 2px;
}

.service-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.booking-grid .service-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(67, 53, 58, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.booking-grid .service-check:hover {
  border-color: rgba(155, 112, 128, 0.34);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.booking-grid .service-check input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(155, 112, 128, 0.42);
  border-radius: 5px;
  appearance: none;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  cursor: pointer;
}

.booking-grid .service-check input[type="checkbox"]:checked {
  border-color: rgba(155, 112, 128, 0.72);
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.94), rgba(223, 243, 255, 0.94));
}

.booking-grid .service-check input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  margin: 4px auto 0;
  border: solid #5d4650;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.booking-grid .service-check:has(input[type="checkbox"]:checked) {
  border-color: rgba(155, 112, 128, 0.46);
  background: linear-gradient(135deg, rgba(255, 232, 240, 0.88), rgba(231, 247, 255, 0.88));
  box-shadow: 0 12px 28px rgba(103, 80, 94, 0.12);
}

.service-choice.is-invalid .service-check {
  border-color: rgba(195, 77, 112, 0.5);
}

.booking-grid select:hover,
.date-trigger:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.date-picker,
.time-picker {
  position: relative;
}

.native-time-select {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  min-height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.date-trigger {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.date-trigger::after {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7d5e6b;
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.72), rgba(223, 243, 255, 0.72));
  content: "⌄";
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

.date-trigger.has-value {
  color: var(--ink);
}

.date-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 30;
  width: min(330px, calc(100vw - 48px));
  padding: 14px;
  border: 1px solid rgba(67, 53, 58, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 220, 232, 0.92), rgba(223, 243, 255, 0.9)),
    #fffdf8;
  box-shadow: 0 24px 58px rgba(84, 68, 80, 0.22);
}

.time-popover {
  right: 0;
  left: auto;
  width: min(430px, calc(100vw - 48px));
}

.date-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.date-picker-head strong {
  color: #3d3035;
  font-size: 1rem;
  font-weight: 900;
}

.date-picker-head button,
.date-day,
.time-slot {
  appearance: none;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.date-picker-head button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(67, 53, 58, 0.12);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.78);
  color: #7d5e6b;
  font-size: 1.45rem;
  line-height: 1;
}

.date-weekdays,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.date-weekdays {
  margin-bottom: 6px;
}

.date-weekdays span {
  display: grid;
  min-height: 24px;
  place-items: center;
  color: #8d747f;
  font-size: 0.74rem;
  font-weight: 900;
}

.date-day {
  display: grid;
  min-width: 0;
  min-height: 36px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
  font-size: 0.88rem;
  font-weight: 850;
}

.time-slot {
  display: grid;
  min-width: 0;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(67, 53, 58, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.66);
  font-size: 0.9rem;
  font-weight: 850;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.date-day:hover,
.date-day:focus-visible,
.time-slot:hover,
.time-slot:focus-visible,
.date-picker-head button:hover,
.date-picker-head button:focus-visible {
  border-color: rgba(155, 112, 128, 0.32);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
}

.time-slot:hover,
.time-slot:focus-visible {
  transform: translateY(-1px);
}

.date-day.is-muted {
  color: rgba(52, 43, 47, 0.38);
}

.date-day.is-today {
  border-color: rgba(126, 159, 150, 0.5);
}

.date-day.is-selected,
.time-slot.is-selected {
  color: #3d3035;
  border-color: rgba(155, 112, 128, 0.35);
  background: linear-gradient(135deg, #ffdce8, #dff3ff);
  box-shadow: 0 8px 18px rgba(103, 80, 94, 0.14);
}

.date-day:disabled,
.time-slot:disabled {
  cursor: not-allowed;
  color: rgba(52, 43, 47, 0.3);
  background: rgba(255, 255, 255, 0.34);
  filter: grayscale(1);
}

.time-slot:disabled {
  transform: none;
}

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

.form-status {
  min-height: 22px;
  margin: 0;
  color: #5f5358;
  font-weight: 800;
}

.success-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 120px clamp(18px, 5vw, 64px) 48px;
}

.success-panel {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 220, 232, 0.84), rgba(223, 243, 255, 0.82)),
    rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}

.success-panel h1 {
  margin-bottom: 16px;
  font-size: clamp(2.4rem, 8vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.success-panel > p {
  margin-bottom: 24px;
  color: #5f5358;
  font-size: 1.08rem;
  line-height: 1.8;
}

.booking-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
}

.booking-summary div {
  padding: 14px;
  border: 1px solid rgba(67, 53, 58, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
}

.booking-summary dt {
  margin-bottom: 6px;
  color: #8c7280;
  font-size: 0.8rem;
  font-weight: 800;
}

.booking-summary dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(42, 35, 38, 0.68);
  backdrop-filter: blur(12px);
}

.lightbox.is-open {
  display: grid;
}

.lightbox-stage {
  width: min(900px, 100%);
  max-height: 88svh;
}

.lightbox-stage img,
.lightbox-stage video {
  width: 100%;
  max-height: 88svh;
  border-radius: 8px;
  object-fit: contain;
  background: #fff8ee;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@keyframes tileShine {
  0% {
    opacity: 0;
    transform: translateX(-42%) rotate(16deg);
  }

  18% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateX(42%) rotate(16deg);
  }
}

@keyframes tilePress {
  0% {
    transform: translate3d(0, -10px, 0) scale(1.025);
  }

  45% {
    transform: translate3d(0, -5px, 0) scale(0.985);
  }

  100% {
    transform: translate3d(0, -10px, 0) scale(1.025);
  }
}

@keyframes gallerySwitch {
  0% {
    filter: saturate(0.92) blur(2px);
    transform: translateY(6px);
  }

  100% {
    filter: saturate(1) blur(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-grid,
  .gallery-grid.is-switching,
  .media-tile,
  .media-tile::before,
  .media-tile::after,
  .media-tile img,
  .media-tile video,
  .tile-meta,
  .tile-meta strong,
  .tile-meta span {
    animation: none !important;
    transition: none !important;
  }

  .media-tile,
  .media-tile.is-visible,
  .media-tile.is-visible:hover,
  .media-tile.is-visible:focus-visible {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 86svh;
    padding: 144px 18px 72px;
  }

  .intro-band,
  .service-grid,
  .seo-article-grid,
  .article-hero,
  .booking-grid,
  .service-check-grid,
  .booking-band {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-bar {
    top: 116px;
    border-radius: 8px;
  }

  .article-hero-copy,
  .article-hero img {
    min-height: 320px;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-cta-actions,
  .footer-links {
    justify-content: flex-start;
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .intro-band {
    width: 100%;
  }

  .section,
  .gallery-section,
  .seo-section,
  .article-hero,
  .article-layout,
  .booking-band {
    width: calc(100% - 24px);
  }

  .site-footer {
    padding-inline: 12px;
  }

  .footer-inner {
    padding: 22px;
  }

  .article-cta-actions,
  .article-cta-actions a,
  .footer-links,
  .footer-links a {
    width: 100%;
  }

  .article-cta-actions a,
  .footer-links a {
    justify-content: center;
  }

  .time-popover {
    right: auto;
    left: 0;
  }

  .site-nav a {
    padding-inline: 10px;
  }

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

  #hero-title {
    font-size: clamp(3.15rem, 21vw, 5rem);
  }
}
