:root {
  --paper: #f7f6f0;
  --paper-deep: #eeeee5;
  --ink: #263c32;
  --green: #2d493d;
  --muted: #656b60;
  --line: #dadfd3;
  --white: #ffffff;
  --gold: #9d793d;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --gutter: clamp(22px, 4.6vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img, svg { max-width: 100%; }
img { display: block; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, a, summary { touch-action: manipulation; }
button:disabled { cursor: not-allowed; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #7a652d; outline-offset: 5px; }
::selection { background: #d9e3d1; color: var(--ink); }
figure, p, h1, h2, h3 { margin: 0; }
p + p { margin-top: 18px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.13; }
h1 { font-size: clamp(48px, 4.55vw, 70px); letter-spacing: -2.2px; }
h2 { font-size: clamp(37px, 3.1vw, 49px); letter-spacing: -1.4px; }
h3 { font-size: 25px; letter-spacing: -.45px; }
em { font-weight: 400; }
.wrap { width: calc(100% - 2 * var(--gutter)); max-width: 1312px; margin-inline: auto; }
.section { padding-top: 96px; padding-bottom: 96px; }
.eyebrow { font-size: 10px; line-height: 1.7; font-weight: 650; text-transform: uppercase; letter-spacing: 2px; }
.eyebrow > span:not(.chapter) { margin-inline: 7px; }
.chapter { display: inline-block; padding-right: 10px; margin-right: 10px; border-right: 1px solid #a4af9e; font-weight: 500; }
.icon { width: 21px; height: 21px; flex: none; vertical-align: middle; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 15px 24px; min-height: 52px; border: 1px solid var(--green); border-radius: 4px; background: var(--green); color: var(--paper); font-size: 13px; font-weight: 550; line-height: 1.4; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: #1d3529; border-color: #1d3529; }
.button-small { padding: 12px 18px; min-height: 46px; font-size: 12px; }
.button .icon { width: 18px; height: 18px; }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--green); color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 550; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.text-link:hover { color: #556b49; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: white; padding: 10px 20px; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(247,246,240,.96); border-bottom: 1px solid rgba(38,60,50,.09); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; gap: 28px; height: 89px; }
.brand { display: flex; align-items: center; gap: 13px; flex: none; font: 23px/1.04 var(--serif); letter-spacing: -.6px; }
.brand-mark { width: 45px; height: 40px; }
.brand-second { display: block; font-size: 17px; letter-spacing: -.3px; margin-top: 2px; }
.main-nav { display: flex; gap: clamp(15px, 2.2vw, 32px); margin-left: auto; align-items: center; }
.main-nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: #627a50; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 12px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span { display: block; height: 1px; width: 21px; background: var(--ink); transition: transform .2s; }
.hero { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(28px, 3.2vw, 49px); padding-top: 38px; padding-bottom: 40px; }
.hero-copy { align-self: center; padding-block: 16px; }
.hero-copy .eyebrow { font-size: 9px; letter-spacing: 1.55px; }
.hero h1 { margin-top: 27px; margin-bottom: 22px; }
.hero h1 em { white-space: nowrap; }
.hero-intro { max-width: 340px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 27px; }
.hero-actions .text-link { font-size: 12px; }
.hero-rating { display: flex; gap: 10px; align-items: center; width: fit-content; min-height: 44px; margin-top: 26px; font-size: 11px; }
.hero-rating > .icon { color: var(--gold); fill: var(--gold); width: 17px; height: 17px; }
.hero-rating strong { font-size: 17px; font-weight: 550; }
.hero-rating strong span { font-size: 12px; margin-left: 2px; font-weight: 400; }
.rating-divider { height: 20px; width: 1px; background: var(--line); margin-inline: 3px; }
.hero-visual { position: relative; height: clamp(445px, 42vw, 596px); overflow: hidden; border-radius: 5px; }
.hero-image-button { display: block; width: 100%; height: 100%; border: 0; padding: 0; background: #ccccc2; }
.hero-image-button img { width: 100%; height: 100%; object-position: 45% 50%; transition: transform 1s; }
.hero-image-button:hover img { transform: scale(1.02); }
.hero-photo-label { position: absolute; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; background: rgba(250,248,240,.95); padding: 10px 14px; border-radius: 2px; font-size: 10px; pointer-events: none; }
.label-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.hero-gallery { position: absolute; top: 18px; right: 18px; display: flex; gap: 9px; align-items: center; min-height: 44px; padding: 9px 13px; background: rgba(250,248,240,.94); border: 0; border-radius: 3px; font-size: 11px; }
.hero-gallery .icon { width: 15px; height: 15px; }
.facts { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts ul { display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; padding: 0; margin: 0; }
.facts li { display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--line); font-size: 11px; }
.facts li:first-child { justify-content: flex-start; }
.facts li:last-child { border: none; justify-content: flex-end; }
.facts .icon { height: 23px; width: 23px; }
.intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8.5%; align-items: center; }
.intro h2 { margin: 21px 0 26px; }
.intro-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.9; }
.intro .text-link { margin-top: 22px; }
.photo-button { display: block; position: relative; width: 100%; height: 100%; padding: 0; border: none; background: #e1e2d8; overflow: hidden; border-radius: 3px; }
.photo-button img { width: 100%; height: 100%; transition: transform .5s; }
.photo-button:hover img { transform: scale(1.025); }
.photo-expand { display: flex; align-items: center; justify-content: center; position: absolute; bottom: 14px; right: 14px; width: 35px; height: 35px; background: rgba(247,246,240,.94); border-radius: 50%; }
.photo-expand .icon { width: 16px; height: 16px; }
.terrace-figure > button { aspect-ratio: 1.27; height: auto; }
.terrace-figure img { object-position: center; }
.terrace-figure figcaption { display: flex; justify-content: space-between; gap: 10px; font-size: 10px; color: var(--muted); margin-top: 13px; }
.caption-count { flex: none; letter-spacing: 1px; }
.rooms-section { background: var(--paper-deep); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 40px; }
.section-heading h2 { margin-top: 18px; }
.section-heading > .button { white-space: nowrap; margin-bottom: 4px; }
.room-grid { display: grid; grid-template-columns: 1.38fr 1fr 1fr; gap: 22px; }
.room-card > .photo-button { height: 350px; }
.room-card-01 img { object-position: 48% 50%; }
.room-card-02 img { object-position: 48% 46%; }
.room-card-03 img { object-position: 52% 43%; }
.room-caption { display: flex; gap: 12px; margin-top: 21px; }
.room-num { font-size: 10px; letter-spacing: 1px; line-height: 28px; color: var(--muted); }
.room-caption h3 { font-size: 23px; }
.room-caption p { color: var(--muted); font-size: 11px; line-height: 1.8; margin-top: 8px; max-width: 250px; }
.comfort-line { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding-top: 27px; margin-top: 36px; border-top: 1px solid #d4d9cb; }
.comfort-line > span { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; }
.comfort-line .icon { width: 19px; height: 19px; }
.reviews-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8.5%; align-items: center; }
.reviews-heading h2 { margin-top: 20px; }
.reviews-heading > p:last-child { margin-top: 24px; font-size: 14px; color: var(--muted); max-width: 315px; }
.review-panel { display: grid; grid-template-columns: 1.03fr .97fr; gap: 0 34px; padding: 32px; border: 1px solid var(--line); border-radius: 4px; }
.stars { display: inline-flex; gap: 3px; color: var(--gold); }
.stars .icon { width: 15px; height: 15px; fill: currentColor; }
.score-number { font-family: var(--serif); font-size: 62px; line-height: 1.4; letter-spacing: -3px; margin-top: 0; white-space: nowrap; }
.score-number > span { font-size: 23px; letter-spacing: -.3px; margin-left: 8px; }
.review-score > p { font-size: 11px; }
.review-score strong { font-weight: 600; }
.review-tag { display: inline-block; margin-top: 17px; font-size: 9px; color: var(--muted); }
.review-details { padding: 3px 0 0; margin: 0; }
.review-details > div { display: flex; justify-content: space-between; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.review-details > div:last-child { border: 0; }
.review-details dt { font-size: 11px; }
.review-details dd { margin: 0; font-size: 17px; font-weight: 550; white-space: nowrap; }
.review-details dd span { margin-left: 3px; font-size: 10px; font-weight: 400; color: var(--muted); }
.source-note { grid-column: 1/-1; border-top: 1px solid var(--line); margin-top: 22px; padding-top: 16px; font-size: 9px; line-height: 1.8; color: var(--muted); }
.environs-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--green); color: var(--paper); }
.environs-photo { position: relative; min-height: 490px; }
.environs-photo > .photo-button { border-radius: 0; position: absolute; inset: 0; }
.environs-photo img { object-position: 61% center; }
.environs-label { position: absolute; left: var(--gutter); bottom: 20px; color: white; background: rgba(32,49,38,.79); font-size: 9px; padding: 5px 9px; }
.environs-copy { padding: 73px 15% 65px 14%; align-self: center; max-width: 720px; }
.environs-copy .eyebrow { color: #d5decb; }
.environs-copy h2 { margin-top: 20px; margin-bottom: 23px; font-size: clamp(40px, 3.2vw, 50px); }
.environs-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.9; color: #dbe1d3; }
.location-line { display: flex; gap: 12px; padding-top: 25px; margin-top: 29px; border-top: 1px solid rgba(247,246,240,.25); }
.location-line .icon { margin-top: 3px; }
.location-line strong, .location-line span { display: block; font-size: 12px; font-weight: 500; }
.location-line span { color: #d5decb; margin-top: 2px; font-size: 11px; font-weight: 400; }
.environs-copy > .small-note { font-size: 9px !important; margin-top: 21px; color: #d1d8c9; }
.booking-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: center; }
.booking-copy h2 { margin-top: 21px; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 23px; }
.host-card { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.host-initial { display: flex; align-items: center; justify-content: center; background: #e7e9dd; border: 1px solid #d7ddcb; width: 47px; height: 47px; border-radius: 50%; font: 23px var(--serif); }
.host-card strong, .host-card div > span { display: block; }
.host-card strong { font-size: 12px; font-weight: 550; }
.host-card div > span { font-size: 10px; color: var(--muted); margin-top: 1px; }
.booking-copy > p.host-note { font-size: 11px; margin-top: 18px; }
.booking-widget { background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 14px; min-width: 0; }
.booking-placeholder { padding: 47px 35px 43px; background: #f6f7f1; border: 1px dashed #cbd4bf; border-radius: 3px; text-align: center; }
.calendar-icon { display: flex; align-items: center; justify-content: center; height: 56px; width: 56px; margin: 0 auto 23px; background: #e5ebde; border-radius: 50%; }
.calendar-icon .icon { width: 27px; height: 27px; }
.booking-placeholder .eyebrow { font-size: 9px; }
.booking-placeholder h3 { font-size: 29px; margin: 15px auto 14px; max-width: 310px; }
.booking-placeholder > p:not(.eyebrow) { font-size: 12px; line-height: 1.9; color: var(--muted); max-width: 340px; margin-inline: auto; }
.pending-badge { display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: 26px; padding: 7px 10px; border-radius: 3px; background: #e8ecdf; font-size: 9px; }
.pending-badge span { width: 5px; height: 5px; background: #5b7053; border-radius: 50%; }
#booking-load { margin-top: 23px; }
.booking-frame { display: block; width: 100%; min-height: 400px; border: 0; border-radius: 3px; }
.booking-fallback { font-size: 11px; margin: 12px 5px 2px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 16px; }
.contact-actions a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.faq-section { background: var(--paper-deep); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; }
.faq-layout h2 { margin-top: 19px; }
.faq-layout > div > p:last-child { color: var(--muted); font-size: 13px; margin-top: 23px; max-width: 260px; }
.faq-list details { border-bottom: 1px solid #cdd5c4; }
.faq-list details:first-child { border-top: 1px solid #cdd5c4; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 13px; line-height: 1.6; cursor: pointer; list-style: none; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { flex: none; font-size: 24px; font-weight: 300; width: 20px; text-align: center; transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details > div { font-size: 12px; color: #5b6355; line-height: 1.9; padding: 0 26px 25px 0; }
.site-footer { background: var(--paper); padding-top: 48px; }
.footer-top { display: flex; gap: 30px; align-items: center; padding-bottom: 42px; }
.footer-top p { margin-left: auto; font: 22px/1.4 var(--serif); color: var(--muted); }
.footer-toplink { margin-left: 5%; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); min-height: 84px; padding-block: 20px; color: var(--muted); font-size: 9px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 23px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom a:hover { text-decoration: underline; }
.mobile-booking { display: none; }
.gallery-dialog { width: min(1160px, 96vw); max-width: 96vw; max-height: 96dvh; padding: 0; border: 0; border-radius: 6px; background: #17271f; color: var(--paper); }
.gallery-dialog::backdrop, .info-dialog::backdrop { background: rgba(8,21,14,.83); backdrop-filter: blur(6px); }
.gallery-inner { padding: 24px; }
.gallery-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.gallery-top .eyebrow { color: #c9d2c0; font-size: 9px; }
.gallery-top h2 { font: 22px/1.3 var(--serif); letter-spacing: -.3px; margin-top: 2px; }
.icon-button { display: inline-flex; justify-content: center; align-items: center; width: 46px; height: 46px; flex: none; background: transparent; color: inherit; border: 1px solid currentColor; border-radius: 50%; }
.icon-button .icon { width: 21px; height: 21px; }
.icon-button:hover { background: rgba(200,214,194,.13); }
.gallery-stage { position: relative; display: flex; align-items: center; justify-content: center; background: #101d16; min-height: 240px; }
.gallery-stage > img { width: 100%; height: min(58dvh, 630px); object-fit: contain; }
.gallery-prev, .gallery-next { position: absolute; z-index: 2; background: rgba(10,24,14,.72); color: white; border: 1px solid rgba(255,255,255,.5); }
.gallery-prev { left: 13px; }
.gallery-next { right: 13px; }
.gallery-prev .icon { transform: rotate(180deg); }
.gallery-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; }
#gallery-caption { font-size: 13px; }
#gallery-category { display: block; font-size: 10px; margin-top: 3px; color: #c4cfbd; }
#gallery-count { font-size: 11px; letter-spacing: 1px; flex: none; }
.gallery-thumbs { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #647659 #17271f; margin-top: 20px; padding: 5px 2px; }
.gallery-thumbs > button { background: transparent; padding: 0; border: 2px solid transparent; border-radius: 3px; width: 77px; height: 55px; flex: 0 0 auto; opacity: .6; }
.gallery-thumbs > button[aria-current="true"] { border-color: var(--paper); opacity: 1; }
.gallery-thumbs img { height: 100%; width: 100%; }
.info-dialog { border: 0; border-radius: 5px; width: min(740px, 92vw); max-height: 90dvh; padding: 0; background: var(--paper); color: var(--ink); }
.info-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; background: var(--paper-deep); }
.info-dialog-header h2 { font-size: 25px; }
.info-dialog-body { padding: 10px 35px 40px; }
.info-dialog-body section { padding-top: 25px; }
.info-dialog-body h2 { font-size: 28px; margin: 12px 0 22px; }
.info-dialog-body p { font-size: 13px; }
.info-dialog-body p + p { margin-top: 16px; }
.legal-main { max-width: 860px; padding-top: 72px; padding-bottom: 80px; }
.legal-main h1 { font-size: 46px; }
.legal-intro { margin-top: 23px; color: var(--muted); }
.legal-main section { margin-top: 60px; padding-top: 35px; border-top: 1px solid var(--line); scroll-margin-top: 105px; }
.legal-main h2 { font-size: 32px; margin: 10px 0 25px; }
.legal-main section p { font-size: 14px; }
.not-found { min-height: 100dvh; display: grid; place-items: center; padding: 25px; text-align: center; }
.not-found h1 { margin: 18px 0 22px; }
.not-found .button { margin-top: 30px; }
@media (min-width: 1600px) {
  .hero { grid-template-columns: .84fr 1.16fr; }
  .environs-section { max-width: 1920px; margin-inline: auto; }
}
@media (max-width: 1150px) {
  :root { --gutter: 35px; }
  .header-inner { gap: 20px; }
  .main-nav { gap: 20px; }
  .brand { font-size: 21px; }
  .brand-second { font-size: 15px; }
  .brand-mark { width: 38px; }
  .hero { gap: 30px; }
  .hero h1 { font-size: 52px; }
  .hero-visual { height: 495px; }
  .hero-copy .eyebrow { letter-spacing: 1px; font-size: 8px; }
  .hero-intro { font-size: 14px; }
  .hero-rating { margin-top: 18px; }
  .room-card > .photo-button { height: 300px; }
  .review-panel { padding: 26px 22px; gap: 0 22px; }
  .review-details dt { font-size: 10px; }
  .environs-copy { padding-inline: 11%; }
  .comfort-line { gap: 17px; }
}
@media (max-width: 959px) {
  :root { --gutter: 30px; }
  html { scroll-padding-top: 90px; }
  .header-inner { height: 75px; gap: 17px; }
  .main-nav { display: none; position: absolute; top: 75px; left: 0; right: 0; margin: 0; background: var(--paper); padding: 15px var(--gutter) 25px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px rgba(30,50,35,.06); }
  .main-nav.is-open { display: flex; }
  .main-nav a { font-size: 15px; min-height: 53px; border-bottom: 1px solid var(--line); }
  .header-booking { margin-left: auto; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 37px; }
  .hero-copy { max-width: 640px; padding: 0; }
  .hero h1 { font-size: clamp(44px, 7.4vw, 61px); margin-top: 21px; }
  .hero-copy .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
  .hero-intro { font-size: 15px; max-width: 470px; }
  .hero-actions { flex-direction: row; gap: 24px; align-items: center; margin-top: 23px; }
  .hero-rating { margin-top: 14px; }
  .hero-visual { height: auto; aspect-ratio: 16/10; }
  .hero-image-button img { object-position: center; }
  .facts { padding-block: 21px; }
  .facts ul { grid-template-columns: repeat(3, 1fr); gap: 24px 0; }
  .facts li:nth-child(3n) { border-right: 0; }
  .facts li:first-child, .facts li:last-child { justify-content: center; }
  .section { padding-block: 70px; }
  .intro { grid-template-columns: 1fr 1.05fr; gap: 5%; }
  h2 { font-size: 37px; }
  .intro-copy > p:not(.eyebrow) { font-size: 13px; }
  .terrace-figure > button { aspect-ratio: .87; }
  .section-heading { align-items: flex-start; gap: 22px; }
  .section-heading h2 { max-width: 390px; }
  .section-heading > .button { padding-inline: 15px; margin-top: 22px; font-size: 12px; }
  .room-grid { gap: 16px; grid-template-columns: 1.15fr 1fr 1fr; }
  .room-card > .photo-button { height: 270px; }
  .room-caption { gap: 7px; }
  .room-caption h3 { font-size: 20px; }
  .room-caption p { font-size: 10px; }
  .comfort-line { display: grid; grid-template-columns: 1fr 1fr; }
  .reviews-section { grid-template-columns: 1fr; gap: 33px; }
  .reviews-heading > p:last-child { max-width: 460px; }
  .review-panel { padding: 30px; gap: 0 40px; }
  .review-details dt { font-size: 13px; }
  .review-tag { font-size: 11px; }
  .review-details dd { font-size: 21px; }
  .review-score p { font-size: 13px; }
  .source-note { font-size: 10px; }
  .environs-section { grid-template-columns: 1fr 1fr; }
  .environs-copy { padding: 45px 10%; }
  .environs-copy h2 { font-size: 38px; }
  .environs-photo { min-height: 470px; }
  .booking-section { grid-template-columns: .9fr 1.1fr; gap: 6%; align-items: start; }
  .booking-copy h2 { font-size: 38px; }
  .booking-placeholder { padding: 32px 20px; }
  .booking-placeholder h3 { font-size: 26px; }
  .pending-badge { font-size: 8px; padding-inline: 8px; }
  .booking-copy > p:not(.eyebrow) { font-size: 13px; }
  .faq-layout { grid-template-columns: .75fr 1.25fr; gap: 5%; }
  .faq-list summary { font-size: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .footer-bottom nav { gap: 22px; }
}
@media (max-width: 599px) {
  :root { --gutter: 22px; }
  body { font-size: 15px; padding-bottom: 78px; }
  h1 { letter-spacing: -1.9px; }
  h2 { font-size: 36px; letter-spacing: -1.2px; }
  .section { padding-block: 53px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.7px; }
  .header-inner { gap: 7px; height: 70px; }
  .brand { font-size: 20px; gap: 9px; }
  .brand-second { font-size: 14px; }
  .brand-mark { width: 36px; height: 34px; }
  .header-booking { padding: 10px 12px; min-height: 41px; font-size: 10px; border-radius: 3px; }
  .header-booking .icon { display: none; }
  .menu-toggle { width: 36px; padding: 7px; margin-right: -7px; }
  .main-nav { top: 70px; }
  .hero { gap: 25px; padding-top: 31px; padding-bottom: 28px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: 1.1px; }
  .hero h1 { font-size: clamp(39px, 10.8vw, 60px); margin-top: 19px; margin-bottom: 19px; line-height: 1.09; }
  .hero-intro { font-size: 13px; max-width: 320px; line-height: 1.85; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; column-gap: 20px; row-gap: 6px; margin-top: 22px; }
  .hero-actions .button { min-height: 48px; padding: 13px 17px; font-size: 11px; gap: 11px; }
  .hero-actions .text-link { font-size: 10px; min-height: 44px; }
  .hero-rating { font-size: 10px; margin-top: 12px; gap: 8px; }
  .hero-rating strong { font-size: 16px; }
  .hero-rating strong span { font-size: 11px; }
  .hero-visual { aspect-ratio: 1.3; border-radius: 3px; }
  .hero-image-button img { object-position: 45% center; }
  .hero-photo-label { bottom: 12px; left: 12px; padding: 7px 9px; font-size: 8px; gap: 6px; }
  .hero-gallery { top: 12px; right: 12px; min-height: 40px; padding: 8px 10px; font-size: 9px; gap: 6px; }
  .facts ul { gap: 20px 0; }
  .facts li { flex-direction: column; gap: 5px; font-size: 9px; }
  .facts .icon { width: 21px; height: 21px; }
  .facts { padding-block: 23px; }
  .intro { grid-template-columns: 1fr; gap: 32px; }
  .intro h2 { margin-top: 17px; margin-bottom: 20px; }
  .intro-copy > p:not(.eyebrow) { font-size: 13px; }
  .intro-copy .text-link { margin-top: 16px; }
  .terrace-figure > button { aspect-ratio: 1.16; }
  .terrace-figure figcaption { font-size: 8px; }
  .section-heading { flex-direction: column; gap: 17px; margin-bottom: 27px; }
  .section-heading h2 { margin-top: 16px; }
  .section-heading .button { margin-top: 0; min-height: 46px; }
  .room-grid { grid-template-columns: 1fr 1fr; gap: 28px 17px; }
  .room-card-01 { grid-column: 1/-1; }
  .room-card-01 > .photo-button { height: auto; aspect-ratio: 1.38; }
  .room-card-02 > .photo-button, .room-card-03 > .photo-button { height: 250px; }
  .room-caption { margin-top: 15px; gap: 7px; }
  .room-caption h3 { font-size: 22px; }
  .room-num { font-size: 8px; }
  .room-caption p { font-size: 10px; line-height: 1.8; margin-top: 7px; }
  .photo-expand { width: 31px; height: 31px; right: 10px; bottom: 10px; }
  .comfort-line { grid-template-columns: 1fr; gap: 15px; margin-top: 26px; padding-top: 23px; }
  .comfort-line > span { font-size: 11px; }
  .reviews-section { gap: 28px; }
  .reviews-heading > p:last-child { margin-top: 19px; font-size: 13px; }
  .review-panel { gap: 0 18px; padding: 23px 18px; grid-template-columns: 1fr 1fr; }
  .score-number { font-size: 51px; letter-spacing: -2px; }
  .score-number > span { font-size: 18px; margin-left: 6px; }
  .review-score > p { font-size: 10px; }
  .stars .icon { width: 13px; height: 13px; }
  .review-tag { font-size: 8px; margin-top: 12px; line-height: 1.7; }
  .review-details dt { font-size: 9px; }
  .review-details dd { font-size: 16px; }
  .review-details dd span { font-size: 9px; }
  .review-details > div { gap: 5px; padding-block: 13px; }
  .source-note { font-size: 8px; margin-top: 19px; padding-top: 15px; }
  .environs-section { grid-template-columns: 1fr; }
  .environs-photo { min-height: 0; aspect-ratio: 1.3; }
  .environs-photo img { object-position: 75% center; }
  .environs-label { font-size: 8px; bottom: 14px; }
  .environs-copy { padding: 43px var(--gutter) 45px; }
  .environs-copy h2 { font-size: 40px; }
  .environs-copy > p:not(.eyebrow) { max-width: 420px; }
  .location-line { margin-top: 26px; padding-top: 22px; }
  .booking-section { grid-template-columns: 1fr; gap: 32px; }
  .booking-copy h2 { margin-top: 16px; }
  .booking-copy > p:not(.eyebrow) { margin-top: 20px; }
  .booking-copy > p.host-note { font-size: 11px; }
  .booking-placeholder { padding: 31px 18px; }
  .booking-placeholder h3 { font-size: 29px; }
  .booking-placeholder > p:not(.eyebrow) { font-size: 11px; }
  .pending-badge { font-size: 9px; }
  .booking-frame { min-height: 400px; }
  .faq-layout { grid-template-columns: 1fr; gap: 29px; }
  .faq-layout > div > p:last-child { max-width: 100%; margin-top: 19px; }
  .faq-list summary { font-size: 12px; padding-block: 20px; gap: 18px; }
  .faq-list details > div { font-size: 12px; }
  .site-footer { padding-top: 36px; }
  .footer-top { flex-wrap: wrap; padding-bottom: 26px; gap: 23px 15px; }
  .footer-top .brand { width: 100%; }
  .footer-top p { margin-left: 0; font-size: 20px; }
  .footer-toplink { margin-left: auto; font-size: 10px; }
  .footer-bottom { font-size: 9px; padding-top: 23px; padding-bottom: 21px; gap: 7px; }
  .footer-bottom nav { gap: 2px 17px; }
  .footer-bottom a { min-height: 36px; }
  .mobile-booking { position: fixed; z-index: 25; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px var(--gutter) calc(11px + env(safe-area-inset-bottom)); background: rgba(247,246,240,.98); border-top: 1px solid var(--line); box-shadow: 0 -5px 24px rgba(25,42,28,.05); transition: transform .2s; }
  .mobile-booking > span { font-size: 9px; line-height: 1.6; }
  .mobile-booking strong { font-weight: 550; font-size: 11px; }
  .mobile-booking .button { font-size: 11px; min-height: 46px; }
  .mobile-booking.is-hidden { transform: translateY(110%); visibility: hidden; }
  .gallery-dialog { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .gallery-inner { padding: 18px 14px; min-height: 100dvh; display: flex; flex-direction: column; }
  .gallery-top { margin-bottom: 25px; }
  .gallery-top h2 { font-size: 20px; }
  .gallery-top .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .gallery-stage { margin-block: auto; flex: none; }
  .gallery-stage > img { height: min(57dvh, 590px); }
  .gallery-caption { margin-top: 20px; }
  #gallery-caption { font-size: 12px; }
  #gallery-category { font-size: 9px; }
  .gallery-prev { left: 8px; }
  .gallery-next { right: 8px; }
  .gallery-prev, .gallery-next { width: 43px; height: 43px; }
  .gallery-thumbs { margin-top: 25px; flex: none; }
  .info-dialog { width: 94vw; max-width: 94vw; }
  .info-dialog-header { padding: 18px; }
  .info-dialog-header h2 { font-size: 23px; }
  .info-dialog-body { padding: 0 22px 30px; }
  .info-dialog-body p { font-size: 12px; }
  .legal-page { padding-bottom: 0; }
  .legal-page .header-inner > .text-link { font-size: 10px; margin-left: auto; }
  .legal-page .header-inner > .text-link .icon { display: none; }
  .legal-main { padding-top: 45px; }
  .legal-main h1 { font-size: 37px; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .brand { font-size: 18px; }
  .brand-second { font-size: 13px; }
  .brand-mark { width: 30px; }
  .header-booking { padding-inline: 8px; font-size: 9px; }
  .hero-copy .eyebrow { font-size: 7px; }
  .hero-actions { gap: 3px 15px; }
  .hero-actions .button { padding-inline: 13px; font-size: 10px; }
  .hero-actions .text-link { font-size: 9px; }
  .review-panel { gap: 0 12px; padding-inline: 14px; }
  .review-details dt { font-size: 8px; }
  .room-card-02 > .photo-button, .room-card-03 > .photo-button { height: 220px; }
  .room-caption h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* V2: booking integration and owner-supplied terms. */
.booking-frame-mount { width: 100%; max-width: 100%; min-width: 0; overflow: visible; }
.booking-frame { height: 800px; max-width: 100%; }
.booking-loading, .booking-help { padding: 14px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.booking-help { border-left: 2px solid var(--green); background: var(--paper); }
.booking-widget-footer { padding: 7px 6px 2px; }
.booking-fallback { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 12px; margin: 0; }
.booking-terms-note { font-size: 12px; line-height: 1.8; margin: 2px 0 6px; color: var(--muted); }
.booking-terms-note a, .faq-list a, .condition-article a, .info-dialog-body a { text-decoration: underline; text-underline-offset: 3px; }
.booking-placeholder > .booking-service-note { margin-top: 15px; font-size: 11px !important; line-height: 1.7; }
.booking-section { align-items: start; }
.booking-section.is-booking-open { grid-template-columns: minmax(0, 1fr); gap: 30px; }
.is-booking-open .booking-copy { max-width: 740px; }
.is-booking-open .booking-widget { width: 100%; }
.booking-conditions { grid-column: 1 / -1; margin-top: 30px; padding: 27px 30px; background: var(--paper-deep); border: 1px solid var(--line); border-radius: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.booking-conditions h3 { font: 29px var(--serif); margin: 12px 0; }
.booking-conditions p { font-size: 12px; color: var(--muted); line-height: 1.8; }
.booking-conditions h4 { font-size: 12px; font-weight: 550; margin-bottom: 10px; }
.booking-conditions .text-link { font-size: 12px; margin-top: 12px; display: inline-block; padding-block: 7px; }
.cancellation-summary { margin: 0; font-size: 12px; }
.cancellation-summary > div { display: flex; justify-content: space-between; gap: 12px; padding-block: 6px; border-bottom: 1px solid var(--line); }
.cancellation-summary dd { margin: 0; text-align: right; font-weight: 550; }
.terms-date { margin-top: 16px; color: var(--muted); font-size: 14px; }
.terms-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 25px; margin: 25px 0; }
.terms-tools .text-link { font-size: 13px; }
.terms-toc { border: 1px solid var(--line); border-radius: 4px; padding: 18px 22px; margin-bottom: 30px; }
.terms-toc summary { cursor: pointer; font-size: 14px; font-weight: 550; }
.terms-toc nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 25px; margin-top: 18px; }
.terms-toc a { font-size: 13px; line-height: 1.5; padding-block: 7px; text-decoration: underline; text-underline-offset: 3px; }
.terms-intro p { margin-top: 16px; font-size: 15px; }
.condition-article p, .condition-article li { font-size: 15px !important; line-height: 1.9; }
.condition-article p + p { margin-top: 12px; }
.condition-article ul { padding-left: 23px; margin: 13px 0; }
.condition-article li { list-style: disc; margin-top: 4px; }
.condition-article { overflow-wrap: anywhere; }
.conditions-page .legal-main h1 { margin-top: 18px; }
.legal-back { font-size: 12px; }
.info-dialog-body .condition-article { border-top: 1px solid var(--line); margin-top: 24px; }
.info-dialog-body .condition-article h2 { font-size: 24px; }
@media (max-width: 959px) {
 .booking-section { grid-template-columns: minmax(0, 1fr); gap: 28px; }
 .booking-conditions { margin-top: 8px; }
}
@media (max-width: 599px) {
 .booking-widget { padding: 6px; }
 .booking-conditions { grid-template-columns: minmax(0, 1fr); padding: 22px 18px; gap: 22px; }
 .booking-conditions h3 { font-size: 27px; }
 .booking-widget-footer { padding: 6px 9px; }
 .booking-fallback, .booking-terms-note { font-size: 12px; }
 .legal-main { padding-top: 40px; }
 .legal-main h1 { font-size: clamp(29px, 8vw, 40px); overflow-wrap: anywhere; }
 .legal-main h2 { font-size: 27px; }
 .legal-main section { margin-top: 34px; padding-top: 23px; }
 .condition-article p, .condition-article li, .terms-intro p { font-size: 14px !important; }
 .terms-toc nav { grid-template-columns: minmax(0, 1fr); }
 .terms-tools { align-items: flex-start; flex-direction: column; gap: 15px; }
 .legal-back { max-width: 130px; text-align: right; line-height: 1.5; font-size: 11px; }
 .terms-toc { padding: 16px; }
}
@media print {
 .conditions-page .site-header, .conditions-page .site-footer, .conditions-page .skip-link, .terms-tools, .terms-toc { display: none !important; }
 .conditions-page { background: #fff; color: #000; }
 .conditions-page .legal-main { margin: 0; padding: 0; width: 100%; max-width: none; }
 .conditions-page .legal-main h1 { font-size: 25pt; }
 .conditions-page .legal-main h2 { font-size: 15pt; break-after: avoid; }
 .conditions-page .legal-main section { margin-top: 18pt; padding-top: 10pt; }
 .conditions-page .condition-article p, .conditions-page .condition-article li, .terms-intro p { font-size: 10pt !important; line-height: 1.5; }
}

.conditions-page .legal-back { margin-left: auto; }
