﻿:root {
  --ink: #241d18;
  --muted: #70665c;
  --paper: #f6efe4;
  --white: #ffffff;
  --sakura: #b85f6a;
  --green: #2f6b55;
  --green-dark: #174638;
  --gold: #b89457;
  --line: #ded0bd;
  --shadow: 0 22px 55px rgba(58, 40, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(246, 239, 228, 0.9), rgba(246, 239, 228, 0.9)),
    url("assets/wa_images.png") center top / 720px auto;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Noto Serif JP",
    "Source Han Serif JP",
    "MS PMincho",
    serif;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(32, 24, 18, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(222, 208, 189, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: block;
  width: 92px;
  height: 42px;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.32));
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.brand small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.site-menu {
  display: contents;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 46px;
  min-height: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

button,
.header-cta,
.primary-button,
.secondary-button,
.footer-call {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    system-ui,
    sans-serif;
  font-weight: 800;
}


.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: #9e3f3b;
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: block;
  overflow: hidden;
  color: var(--white);
  background: url("hotel_images/externalview_1_new.jpg") center / cover fixed;
  padding: 0 0 28px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.hero-overlay {
  background:
    rgba(43, 31, 21, 0.04);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 112px);
  padding-top: clamp(450px, 55vh, 530px);
}

.hero .eyebrow,
.hero h1,
.hero .lead,
.hero-actions,
.quick-facts {
  opacity: 0;
  transform: translateY(18px);
  animation: heroReveal 0.72s ease forwards;
}

.hero h1 {
  animation-delay: 0.12s;
}

.hero .lead {
  animation-delay: 0.24s;
}

.hero-actions {
  animation-delay: 0.36s;
}

.quick-facts {
  animation-delay: 0.5s;
}

@keyframes heroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow,
.section-kicker,
.room-label {
  margin: 0 0 12px;
  color: var(--sakura);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffd27a;
  box-shadow: none;
  font-size: 14px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.section-kicker::before,
.eyebrow::before,
.room-label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin-right: 9px;
  vertical-align: middle;
  background: currentColor;
}

.hero .eyebrow::before {
  display: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-size: clamp(24px, 3.1vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
  font-weight: 700;
  white-space: pre-line;
  word-break: keep-all;
}

.hero-title-line {
  white-space: nowrap;
  font-size: 50px;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.8);
}

.hero-title-subline {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

.lead {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.primary-button {
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.quick-facts {
  position: relative;
  z-index: 1;
  width: calc(100% - clamp(36px, 16vw, 224px));
  margin: clamp(44px, 6vh, 72px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 87, 0.38);
  border-radius: 8px;
  background: rgba(184, 148, 87, 0.34);
  box-shadow: var(--shadow);
}

.quick-facts div {
  min-height: 92px;
  padding: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("assets/wa_images.png") center / 540px auto;
  color: var(--ink);
}

.quick-facts span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-facts strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(15px, 1.55vw, 21px);
  line-height: 1.25;
  white-space: nowrap;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-band {
  background:
    linear-gradient(90deg, transparent 0 49.7%, rgba(184, 148, 87, 0.16) 49.7% 50.3%, transparent 50.3% 100%),
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("assets/wa_images.png") center / 760px auto;
  background-size: 420px 100%, auto, 760px auto;
  border-block: 1px solid rgba(222, 208, 189, 0.72);
}

.intro {
  padding: 72px 0;
}

.intro-grid,
.access {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

h2 {
  position: relative;
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.18;
  font-weight: 700;
}

h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--gold), rgba(184, 148, 87, 0));
}

.intro p,
.access-copy p,
.guide-item p,
.room-card p {
  color: var(--muted);
}

.rooms {
  padding: 86px 0;
}

.section-heading {
  margin-bottom: 28px;
}


.room-clean-note {
  width: fit-content;
  max-width: 100%;
  margin: -10px 0 26px;
  padding: 12px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(184, 148, 87, 0.12);
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.room-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.room-card {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("assets/wa_images.png") center / 680px auto;
  box-shadow: 0 14px 34px rgba(58, 40, 26, 0.08);
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.3s ease;
}

.room-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.room-card:nth-child(2) {
  transition-delay: 0.12s;
}

.room-card:nth-child(3) {
  transition-delay: 0.24s;
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(184, 148, 87, 0.18);
  border-radius: 6px;
}

.room-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.room-card .room-label,
.room-card h3,
.room-card p:not(.room-label),
.room-card strong {
  margin-left: 28px;
  margin-right: 28px;
}

.room-card .room-label {
  margin-top: 24px;
}

.room-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.room-card strong {
  margin-top: auto;
  margin-bottom: 28px;
  color: var(--green-dark);
  font-size: 28px;
  line-height: 1.1;
}

.featured-room {
  border-color: rgba(184, 148, 87, 0.6);
  box-shadow: 0 18px 45px rgba(184, 148, 87, 0.18);
}

.guide-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 72px);
  padding: 86px 0;
}

.guide-layout::before {
  content: "";
  position: absolute;
  inset: 54px auto 54px -42px;
  width: min(260px, 28vw);
  pointer-events: none;
  border: 1px solid rgba(184, 148, 87, 0.24);
  border-radius: 2px;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(184, 148, 87, 0.22) 49% 51%, transparent 51% 100%),
    linear-gradient(rgba(255, 252, 247, 0.58), rgba(255, 252, 247, 0.58)),
    url("assets/wa_images.png") center / 620px auto;
}

.guide-layout .section-heading,
.guide-list {
  position: relative;
  z-index: 1;
}

.guide-list {
  display: grid;
  gap: 14px;
}

.guide-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("assets/wa_images.png") center / 620px auto;
  opacity: 0;
  transform: translateY(-26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.guide-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.guide-item:nth-child(2) {
  transition-delay: 0.12s;
}

.guide-item:nth-child(3) {
  transition-delay: 0.24s;
}

.guide-item:nth-child(4) {
  transition-delay: 0.36s;
}

.guide-item::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 3px;
  background: var(--gold);
}

.guide-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(184, 148, 87, 0.68);
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.guide-item h3 {
  margin-bottom: 4px;
}

.guide-item p {
  margin-bottom: 0;
   
}

.guide-notice {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid rgba(184, 148, 87, 0.38);
  border-radius: 8px;
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 16px 34px rgba(58, 40, 26, 0.08);
}

.guide-notice h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 3vw, 30px);
}

.notice-list {
  display: grid;
}

.notice-list span {
	color: #FE0000;
	font-weight: 700;
}

.notice-list section {
  padding: 18px 0;
  border-top: 1px solid rgba(184, 148, 87, 0.34);
}

.notice-list section:last-child {
  border-bottom: 1px solid rgba(184, 148, 87, 0.34);
}

.notice-list h4 {
  margin: 0 0 6px;
  color: var(--green-dark);
  font-size: 18px;
  font-weight: 900;
}

.notice-list p {
  margin-bottom: 0;
  color: var(--muted);
}


.access {
  padding: 86px 0;
}

.access-copy {
  align-self: start;
}

.access-address {
  margin: 18px 0 0;
  color: var(--green-dark);
  font-style: normal;
  font-weight: 900;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green-dark);
  color: var(--white);
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    system-ui,
    sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.access-details {
  display: grid;
  gap: 14px;
}

.map-frame {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(58, 40, 26, 0.08);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 360px;
}

.route-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--line);
}

.route-panel div {
  min-height: 132px;
  padding: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url("assets/wa_images.png") center / 620px auto;
}

.route-panel span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.route-panel small {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.route-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--green-dark);
  font-size: 30px;
}

.reservation {
  position: relative;
  padding: 86px 0;
  background:
    linear-gradient(rgba(246, 239, 228, 0.84), rgba(246, 239, 228, 0.84)),
    url("assets/wa_images.png") center / 760px auto fixed;
}

.reservation::before {
  content: "";
  position: absolute;
  top: 54px;
  right: max(18px, calc((100vw - 1120px) / 2));
  width: min(360px, 34vw);
  height: 210px;
  pointer-events: none;
  border: 1px solid rgba(184, 148, 87, 0.22);
  border-radius: 2px;
  opacity: 0.55;
  background:
    linear-gradient(90deg, transparent 0 49.5%, rgba(184, 148, 87, 0.26) 49.5% 50.5%, transparent 50.5% 100%),
    linear-gradient(rgba(255, 252, 247, 0.46), rgba(255, 252, 247, 0.46)),
    url("assets/wa_images.png") center / 700px auto;
}

.reservation > * {
  position: relative;
}

.reservation .section-heading {
  max-width: 720px;
}

.reservation .section-heading p:not(.section-kicker) {
  color: var(--muted);
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
  min-width: 0;
  align-items: start;
}

.reservation-form,
.reservation-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("assets/wa_images.png") center / 720px auto;
  box-shadow: 0 18px 45px rgba(58, 40, 26, 0.1);
}

.reservation-form {
  padding: clamp(22px, 4vw, 34px);
  min-width: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.reservation-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.form-wide {
  grid-column: 1 / -1;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  inline-size: 100%;
  min-width: 0;
  min-inline-size: 0;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 252, 247, 0.9);
  color: var(--ink);
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    system-ui,
    sans-serif;
}

.reservation-form textarea {
  resize: vertical;
}

.reservation-form input[type="date"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  display: block;
  width: 100%;
}

.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus {
  outline: 3px solid rgba(184, 148, 87, 0.22);
  border-color: var(--gold);
}

.reservation-trap {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  margin-top: 22px;
  padding: 0 26px;
}

.form-note,
.form-message {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.form-message {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(184, 148, 87, 0.16);
  color: var(--green-dark);
  font-weight: 800;
}

.form-message.is-visible {
  display: block;
}

.reservation-summary {
  position: sticky;
  top: 96px;
  padding: 26px;
}

.reservation-summary::before {
  content: "";
  display: block;
  height: 88px;
  margin: -26px -26px 22px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(184, 148, 87, 0.24) 49% 51%, transparent 51% 100%),
    linear-gradient(rgba(248, 240, 223, 0.72), rgba(248, 240, 223, 0.72)),
    url("assets/wa_images.png") center / 560px auto;
}

.summary-label {
  margin-bottom: 8px;
  color: var(--sakura);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reservation-summary h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.reservation-summary dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.reservation-summary dl div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.reservation-summary dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.reservation-summary dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.secondary-reservation-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 46px;
  margin-top: 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--green-dark);
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(rgba(36, 29, 24, 0.94), rgba(36, 29, 24, 0.94)),
    url("assets/wa_images.png") center / 740px auto;
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer .footer-copy {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 5px;
}

.footer-link:hover {
  color: var(--white);
  text-decoration-color: var(--gold);
}

.footer-call {
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  background: var(--white);
  color: var(--ink);
}

.privacy-main {
  min-height: 100vh;
  padding: 128px clamp(18px, 5vw, 72px) 80px;
}

.privacy-shell {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.privacy-shell h1 {
  margin: 8px 0 18px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.25;
}

.privacy-lead {
  margin: 0 0 34px;
  color: var(--muted);
  font-weight: 700;
}

.privacy-section {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.privacy-section h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.privacy-section p,
.privacy-section li {
  color: var(--muted);
}

.privacy-section ul {
  padding-left: 1.2em;
  margin: 0;
}

.privacy-section li + li {
  margin-top: 6px;
}

.privacy-contact {
  margin-top: 16px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.privacy-contact p {
  margin: 0;
}

.privacy-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 34px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--green-dark);
  font-weight: 900;
}

.back-to-top {
  position: fixed;
  z-index: 9;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(184, 148, 87, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(rgba(36, 29, 24, 0.9), rgba(36, 29, 24, 0.9)),
    url("assets/wa_images.png") center / 260px auto;
  color: var(--white);
  box-shadow: 0 14px 28px rgba(36, 29, 24, 0.24);
  font-size: 22px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  background:
    linear-gradient(rgba(23, 70, 56, 0.92), rgba(23, 70, 56, 0.92)),
    url("assets/wa_images.png") center / 260px auto;
}

.gallery-section {
  padding: 86px 0;
}

.gallery-section .section-heading {
  max-width: 760px;
}

.gallery-section .section-heading p:not(.section-kicker) {
  color: var(--muted);
}

.hotel-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 87, 0.36);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 16px 34px rgba(58, 40, 26, 0.1);
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 474px;
}

.gallery-tall {
  grid-row: span 2;
  min-height: 474px;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(36, 29, 24, 0.58), transparent 46%);
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 14px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow,
  .hero h1,
  .hero .lead,
  .hero-actions,
  .quick-facts,
  .reveal-on-scroll,
  .room-card,
  .guide-item {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .site-menu,
  .menu-toggle span {
    transition: none;
  }
}

@media (min-width: 1000px) {
  h1 {
    max-width: 760px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
  }

  .site-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(222, 208, 189, 0.28);
    border-radius: 8px;
    background: rgba(32, 24, 18, 0.96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .site-header.is-menu-open .site-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 15px;
  }

  .main-nav a {
    padding: 12px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .brand small {
    display: none;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
    background-attachment: scroll;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 420px;
  }

  .quick-facts {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 36px);
    margin: 22px auto 28px;
  }

  .intro-grid,
  .guide-layout,
  .access,
  .room-list,
  .reservation-layout {
    grid-template-columns: 1fr;
  }

  .rooms,
  .intro,
  .guide-layout,
  .access,
  .reservation,
  .gallery-section {
    padding: 58px 0;
  }

  .reservation-summary {
    position: static;
  }

  .hotel-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-large,
  .gallery-tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }

  .guide-layout::before,
  .reservation::before {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand-mark {
    width: 78px;
    height: 38px;
  }

  .brand strong {
    font-size: 13px;
  }

  .header-cta {
    min-width: 92px;
    padding: 0 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 20px;
  }
  
	
  .hero-title-line {
    font-size: 25px;
  }

.hero-title-subline {
    font-size: 12px;
  }
  
	
  .lead {
    font-size: 15px;
  }

  .quick-facts div {
    min-height: 86px;
    padding: 14px;
  }

  .guide-item,
  .route-panel div,
  .reservation-form,
  .reservation-summary {
    padding: 20px;
  }

  .room-card .room-label,
  .room-card h3,
  .room-card p:not(.room-label),
  .room-card strong {
    margin-left: 20px;
    margin-right: 20px;
  }

  .room-card strong {
    margin-bottom: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .reservation-form input[type="date"] {
    padding-left: 10px;
    padding-right: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }

  .form-submit {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .hotel-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-large,
  .gallery-tall {
    height: 250px;
    min-height: 250px;
  }
}


.reservation-result {
  min-height: 100vh;
  padding: 96px 0;
}

.reservation-result h1 {
  margin-bottom: 16px;
  font-size: clamp(20px, 5vw, 42px);
}

.result-errors {
  margin: 18px 0;
  padding: 16px 20px;
  border-radius: 8px;
  background: rgba(151, 54, 54, 0.1);
  color: #7a2626;
  font-weight: 800;
}

.result-summary {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.result-summary div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.result-summary dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.result-summary dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.result-actions .secondary-reservation-link {
  width: auto;
  min-width: 180px;
  margin-top: 0;
  padding: 0 24px;
}














