/* Montserrat: SIL Open Font License, see fonts/Montserrat-OFL.txt.
   This version is standalone; older shared styles remain unchanged. */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/seo-assets/fonts/montserrat-latin.v1.woff2') format('woff2');
}
:root {
  --sand: #f0ebe4;
  --paper: #ffffff;
  --ink: #282828;
  --muted: #625b52;
  --gold: #826537;
  --line: #d5cec4;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--sand); font: 400 16px/1.75 Montserrat, Arial, sans-serif; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img { display: block; max-width: 100%; }
p { margin: 0 0 20px; max-width: 64ch; }
h1, h2, h3 { margin: 0; font-weight: 500; }
h1 { max-width: 13ch; font-size: clamp(36px, 4.4vw, 62px); line-height: 1.15; letter-spacing: -0.035em; }
h2 { font-size: clamp(28px, 3vw, 39px); line-height: 1.25; letter-spacing: -0.025em; }
h3 { font-size: 21px; line-height: 1.45; }
.wrap { width: min(1220px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 20px; z-index: 20; background: var(--paper); padding: 12px 18px; }
.skip:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 19px; }
.brand { text-decoration: none; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.brand span { display: block; margin-top: 5px; font-size: 11px; font-weight: 400; letter-spacing: 0; }
.header-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.header-nav a, .languages span { display: inline-flex; align-items: center; min-height: 44px; }
.languages { display: flex; gap: 14px; }
.languages [aria-current] { font-weight: 600; border-bottom: 1px solid var(--ink); }
.breadcrumbs { margin-block: 25px 0; color: var(--muted); font-size: 12px; }
.breadcrumbs ol { padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--muted); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; padding-block: 34px 68px; }
.hero-copy p { margin-top: 27px; font-size: 17px; line-height: 1.8; }
.hero-copy .visit-note { margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.hero-photo { margin: 0; }
.hero-photo img { width: 100%; height: auto; aspect-ratio: 1010 / 1533; object-fit: cover; }
.hero-photo figcaption { margin-top: 11px; color: var(--muted); font-size: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; text-decoration: none; font-size: 14px; font-weight: 500; line-height: 1.5; text-align: center; background: var(--ink); color: var(--paper); }
.button:hover { background: #45413d; text-decoration: none; }
.day-visit { background: var(--paper); padding-block: 72px; }
.visit-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 88px); }
.visit-copy h2, .stay h2 { margin-bottom: 24px; }
.visit-copy p:last-child { margin-bottom: 0; }
.spend { align-self: start; border-left: 1px solid var(--line); padding-left: 36px; }
.spend-label { margin-bottom: 6px; color: var(--muted); font-size: 14px; }
.spend-amount { margin: 0 0 15px; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.3; letter-spacing: -0.04em; font-weight: 500; }
.spend p:not(.spend-amount):not(.spend-label) { font-size: 14px; }
.stay { padding-block: 72px; display: grid; grid-template-columns: 1.1fr 1fr; column-gap: clamp(32px, 6vw, 88px); align-items: start; }
.stay h2 { max-width: 16ch; }
.stay-link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 500; font-size: 14px; }
.faq { padding-block: 62px 76px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 50px; }
.faq h2 { max-width: 14ch; }
.faq details { border-bottom: 1px solid var(--line); padding-block: 18px; }
.faq details:first-child { padding-top: 0; }
.faq summary { cursor: pointer; min-height: 32px; font-weight: 500; line-height: 1.55; padding-right: 5px; }
.faq details p { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.site-footer { background: var(--ink); color: var(--paper); }
.footer-inner { padding-block: 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-brand { margin: 0; font-size: 14px; font-weight: 500; }
.footer-brand span { display: block; font-size: 12px; font-weight: 400; }
.footer-nav { display: flex; flex-wrap: wrap; column-gap: 28px; row-gap: 4px; font-size: 12px; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; }
@media (min-width: 1600px) { .hero { grid-template-columns: 1.15fr 1fr; } }
@media (max-width: 850px) {
  .wrap { width: calc(100% - 48px); }
  .hero { gap: 30px; }
  h1 { font-size: 40px; }
  .hero-copy p { font-size: 15px; }
  .visit-grid, .stay { gap: 32px; }
  .spend { padding-left: 26px; }
  .faq { gap: 30px; grid-template-columns: 1fr 1.3fr; }
  .footer-inner { align-items: flex-start; }
  .footer-nav { flex-direction: column; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 36px); }
  .header-inner { padding-block: 14px; gap: 16px; }
  .brand { font-size: 21px; }
  .brand span { font-size: 10px; }
  .header-nav { gap: 17px; font-size: 12px; }
  .languages { gap: 10px; }
  .breadcrumbs { margin-top: 19px; font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding-block: 28px 40px; gap: 30px; }
  h1 { max-width: 15ch; font-size: clamp(35px, 9.1vw, 48px); }
  .hero-copy p { margin-top: 21px; font-size: 16px; }
  .hero-photo img { max-height: 570px; object-position: 50% 58%; }
  .hero-photo figcaption { font-size: 11px; }
  .day-visit { padding-block: 42px; }
  .visit-grid, .stay, .faq { grid-template-columns: 1fr; gap: 28px; }
  .spend { padding: 26px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .spend-amount { font-size: 39px; }
  .stay { padding-block: 42px; gap: 0; }
  .stay h2, .faq h2 { max-width: none; }
  .faq { padding-block: 38px 46px; }
  .footer-inner { flex-direction: column; gap: 14px; }
  .footer-nav { row-gap: 0; }
}
@media (max-width: 360px) {
  .hotel-link { display: none !important; }
  .button { width: 100%; padding-inline: 15px; }
}

.service-page h1 { max-width: 18ch; font-size: clamp(35px, 3.7vw, 53px); line-height: 1.14; }
.service-page h2 { font-size: clamp(28px, 2.65vw, 36px); }
.service-hero { display: grid; grid-template-columns: 1.25fr 1fr; gap: 52px; align-items: center; padding-block: 35px 62px; }
.service-hero-copy p { margin-top: 24px; font-size: 16px; }
.service-hero-copy .service-note { margin-top: 14px; margin-bottom: 0; color: var(--muted); font-size: 12px; }
.service-photo, .service-gallery figure { margin: 0; }
.service-photo img, .service-gallery img { width: 100%; height: auto; object-fit: cover; }
.service-photo figcaption, .service-gallery figcaption { color: var(--muted); font-size: 12px; margin-top: 10px; }
.service-hero--massage { grid-template-columns: 1.12fr minmax(240px, 479px); column-gap: 80px; }
.service-hero--massage .service-photo { width: 100%; max-width: 479px; justify-self: end; }
.service-hero--massage h1 { max-width: 13ch; }
.service-band { padding-block: 62px; background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.service-grid h2 { margin-bottom: 22px; }
.service-grid p { font-size: 15px; }
.service-grid p:last-child { margin-bottom: 0; }
.service-text-link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 500; font-size: 14px; }
.service-gallery { display: grid; grid-template-columns: 1.45fr 0.85fr; align-items: start; gap: 28px; padding-block: 60px; }
.service-gallery .breakfast-photo { max-width: 560px; }
.service-considerations { padding-block: 0 58px; }
.service-steps { padding: 0 0 0 24px; margin: 0; }
.service-steps li { padding-left: 8px; margin-bottom: 23px; font-size: 15px; }
.service-steps li:last-child { margin-bottom: 0; }
.service-steps strong { display: block; font-size: 16px; font-weight: 500; margin-bottom: 5px; }
.service-page .faq { border-top: 0; padding-bottom: 58px; }
.service-related { border-top: 1px solid var(--line); padding-block: 48px 58px; }
.service-related h2 { margin-bottom: 18px; }
.service-related p { font-size: 15px; }
.service-link-list { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 26px; }
.service-link-list a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 500; font-size: 14px; }
.service-page .footer-nav { max-width: 760px; justify-content: flex-end; }
@media (max-width: 950px) {
  .service-hero { gap: 32px; grid-template-columns: 1fr 1fr; }
  .service-hero--massage { grid-template-columns: 1fr 0.85fr; gap: 38px; }
  .service-grid { gap: 36px; }
}
@media (max-width: 720px) {
  .service-hero { grid-template-columns: 1fr; gap: 30px; padding-block: 29px 42px; }
  .service-hero-copy { order: -1; }
  .service-page h1 { max-width: 19ch; font-size: clamp(35px, 7.7vw, 47px); }
  .service-hero--massage .service-photo { max-width: 420px; justify-self: start; }
  .service-band { padding-block: 42px; }
  .service-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-gallery { padding-block: 40px; gap: 20px; }
  .service-considerations { padding-bottom: 38px; }
  .service-related { padding-block: 36px 42px; }
  .service-page .faq { padding-block: 42px; }
}
@media (max-width: 620px) {
  .service-gallery { grid-template-columns: 1fr; gap: 28px; }
  .service-gallery .breakfast-photo { max-width: 82%; }
  .service-page .footer-nav { justify-content: flex-start; }
}
