/* The public booking page: the V1 design (Claude Design project f08bbbcf, imported 2026-09-19; T-CW-1011 E2l).
 *
 * Direction B's layout and booking behaviour (the Shorebirds mirror, E2d) carrying Direction A's identity on a white
 * page. Every value below comes from the design's tokens/*.css. Colours were sampled from the house itself: the
 * peacock painting, the pool-step mosaic, the living-room wall and two sunsets. Ratios in the token comments are
 * measured, so do not lighten a token that carries one.
 *
 * Three faces, three jobs: Marcellus for display (three sizes only), Hanken Grotesk for everything read, Martian Mono
 * for anything a guest could check - labels, eyebrows, dates, calendar cells. All SIL OFL, self-hosted: the CSP in
 * src/safety.ts forbids a runtime font service, inline style and inline script, and everything here works without
 * JavaScript - the gallery opens with :target, the menus are anchors, the forms are plain POSTs.
 *
 * Motifs, two per screen: the tile rule under every section heading, and the stay band in the calendar.
 */

@font-face { font-family: "Marcellus"; src: url("/fonts/marcellus-regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("/fonts/hanken-grotesk-variable.woff2") format("woff2-variations"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Martian Mono"; src: url("/fonts/martian-mono-variable.woff2") format("woff2-variations"); font-weight: 100 800; font-stretch: 75% 112.5%; font-display: swap; }

:root {
  /* surfaces */
  --paper: #ffffff;
  --sand: #efe9dc;          /* chips, bands, the footer */
  --line: #d8d2c4;          /* card borders and hairlines */
  --line-soft: #eae4d6;     /* section dividers */
  /* ink */
  --ink: #1d2745;           /* all primary text. 14.9:1 on paper */
  --ink-muted: #4e6a73;     /* secondary text only. 5.8:1 on paper, 4.8:1 on sand */
  --deep-water: #1a3b55;    /* hover */
  /* blues */
  --blue: #2a5d8d;          /* links, primary buttons. 6.3:1 on paper */
  --tile: #3d87b4;          /* the light chip of the tile rule. Non-text */
  --teal: #3d7c7f;          /* borders and strokes only. 3.9:1 */
  /* accents */
  --wall-green: #455747;    /* confirmation */
  --confirm-wash: #e8ede7;
  --ochre: #c39e79;         /* the focus ring only. 2.1:1, never text */
  --danger: #8c3a2e;        /* refusals and field errors. 6.6:1 on paper */
  --danger-wash: #fbf2f0;
  /* the evening ramp: one band per page */
  --dusk-ramp: linear-gradient(90deg, #e39a84, #c18187, #927086, #6b5c76);
  /* the calendar */
  --night-booked: #f3dfd8;
  /* type */
  --font-display: "Marcellus", Georgia, serif;
  --font-sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  /* shape and space */
  --max: 1120px;
  --gut: 24px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --shadow-card: 0 10px 30px rgba(29, 39, 69, 0.08);
  --shadow-bar: 0 -8px 24px rgba(29, 39, 69, 0.10);
  --tile-rule: linear-gradient(90deg, var(--blue) 0 50%, var(--tile) 50% 100%);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 64px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; color: var(--ink); }
h1 { font-size: 52px; line-height: 1.05; letter-spacing: -0.01em; margin: 0 0 14px; }
h2 { font-size: 30px; line-height: 1.2; margin: 0 0 12px; }
h3 { font-size: 18px; line-height: 1.3; margin: 0 0 4px; }
p { margin: 0 0 16px; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--deep-water); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--ochre);
  outline-offset: 2px;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }

/* The one label style: mono, uppercase, tracked. Form labels, eyebrows, the header nav, every button. */
.area, .date-pair label, .field label, .site-nav a, .button {
  font-family: var(--font-mono);
  text-transform: uppercase;
}

/* ---- the header bar ------------------------------------------------------ */
.site-head { border-bottom: 1px solid var(--line); background: var(--paper); }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 74px; }
.wordmark { display: flex; align-items: center; gap: 10px; min-width: 0; text-decoration: none; color: var(--ink); font-family: var(--font-display); font-size: 19px; line-height: 1.15; letter-spacing: 0.01em; }
.wordmark img { display: block; width: 38px; height: 33px; flex: none; }
.site-nav { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.site-nav a { font-size: 10.5px; letter-spacing: 0.16em; text-decoration: none; color: var(--blue); }
.site-nav a:hover { color: var(--deep-water); }
/* The BOOK NOW button sits inside the nav, and `.site-nav a` (0,1,1) outranks `.button` (0,1,0): without this its
   label turned accent blue on an accent-blue button and vanished. */
.site-nav .button, .site-nav .button:hover { color: #fff; }

/* Every button is a pill; nothing else is. Solid blue, white mono label, 44px minimum; hover deepens, no press
   transform. */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 999px;
  background: var(--blue); color: #fff; font-size: 11px; font-weight: 400;
  letter-spacing: 0.14em; text-indent: 0.14em; text-decoration: none; cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease;
}
.button:hover { background: var(--deep-water); border-color: var(--deep-water); color: #fff; }
.button-ghost { background: var(--paper); color: var(--blue); }
.button-ghost:hover { background: var(--sand); color: var(--deep-water); }
.button-wide { display: flex; width: 100%; min-height: 48px; }

/* ---- the name and the fact chips ----------------------------------------- */
.listing-head { padding-block: 26px 22px; }
.area { margin: 0 0 8px; font-size: 11px; letter-spacing: 0.16em; color: var(--ink-muted); }
/* Facts as sand pills: one approved fact each, never a link, never a claim. */
.fact-strip { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.fact-strip li { background: var(--sand); color: var(--ink); border-radius: 999px; padding: 5px 13px; font-size: 13.5px; line-height: 1.4; }

/* ---- the gallery -------------------------------------------------------- */
/* A FIXED container height, and every image filling its cell. The first attempt let the images carry both
 * aspect-ratio and height:100% inside auto-sized rows; on a phone the lead grew without bound and overlapped the
 * page below it. Nothing here depends on an image's own proportions. */
.gallery { position: relative; display: grid; grid-template-columns: 1.45fr 1fr; gap: 6px; height: 430px; border-radius: var(--r-md); overflow: hidden; }
.gallery-lead { min-width: 0; min-height: 0; }
.gallery-mosaic { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; min-width: 0; min-height: 0; }
.gallery-mosaic > li { min-width: 0; min-height: 0; }
/* ONLY the photograph links fill their cell. This selector used to be `.gallery a`, which also caught the
 * View all photos button: it beat .button on specificity, so the button became a full-height block with its
 * label in the top-left corner - a white box a thousand pixels tall on a phone. */
.gallery-lead a, .gallery-mosaic a, .gallery picture { display: block; width: 100%; height: 100%; }
.gallery-all .button { height: auto; }
.gallery img { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--sand); }
.gallery-all { position: absolute; right: 12px; bottom: 12px; margin: 0; }
.gallery-all .button { background: rgba(255, 255, 255, 0.95); color: var(--blue); border-color: var(--blue); }
.gallery-all .button:hover { background: var(--sand); color: var(--deep-water); border-color: var(--deep-water); }

/* ---- the sticky section menu --------------------------------------------- */
.section-nav { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); margin: 22px 0 0; }
.section-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; overflow-x: auto; white-space: nowrap; }
.section-nav a { display: inline-block; padding: 14px 0; text-decoration: none; color: var(--ink); font-size: 15px; border-bottom: 2px solid transparent; }
.section-nav a:hover { color: var(--blue); border-bottom-color: var(--blue); }

/* ---- the two-column body ------------------------------------------------- */
.listing-body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; padding-block: 36px 64px; }
.listing-block { padding: 0 0 34px; }
.listing-block + .listing-block { border-top: 1px solid var(--line-soft); padding-top: 30px; }
/* The tile rule: a 56x4 band, blue then tile, from the pool's glazed mosaic, under every section heading in place
   of a hairline. Drawn by the stylesheet, so a heading from the database never needs markup for it. */
.listing-block h2::after { content: ""; display: block; width: 56px; height: 4px; margin: 12px 0 4px; border-radius: 2px; background: var(--tile-rule); }
[data-section-id] + [data-section-id] { margin-top: 36px; }
.listing-block p { text-wrap: pretty; }

/* ---- the booking card ---------------------------------------------------- */
.booking-card { position: sticky; top: 70px; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; background: var(--paper); box-shadow: var(--shadow-card); }
.booking-card .from { margin: 0 0 2px; color: var(--ink); font-family: var(--font-display); font-size: 26px; line-height: 1.2; }
.booking-card .hint { margin: 0 0 16px; font-size: 14px; color: var(--ink-muted); }
.date-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 12px; }
.date-pair p { margin: 0; }
.date-pair label, .field label { display: block; font-size: 10px; letter-spacing: 0.12em; color: var(--ink-muted); margin: 0 0 6px; }
input, textarea {
  width: 100%; min-width: 0; min-height: 44px; padding: 10px 12px; font: inherit; font-size: 16px; line-height: 1.4;
  border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--paper); color: var(--ink);
}
.quote { margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.quote-line { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; }
.quote-total { color: var(--ink); font-weight: 600; border-top: 1px solid var(--line); margin-top: 6px; padding-top: 9px; }
.quote-note { margin: 12px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--ink-muted); }
.quote-refused { color: var(--danger); background: var(--danger-wash); border-top: 0; border-left: 3px solid var(--danger); border-radius: var(--r-sm); padding: 12px 14px; }

/* ---- content blocks ------------------------------------------------------ */
.rooms, .amenity-group ul, .review-list { list-style: none; margin: 0; padding: 0; }
.rooms { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.room { border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; transition: border-color 120ms ease; }
.room:hover { border-color: var(--teal); }
.room p { margin: 2px 0 0; color: var(--ink-muted); font-size: 15px; }
.amenity-groups { columns: 3 190px; column-gap: 32px; }
.amenity-group { break-inside: avoid; margin: 0 0 20px; }
.amenity-group h3 { font-size: 17px; }
.amenity-group li { padding: 1px 0; font-size: 15.5px; }
.policy + .policy { margin-top: 22px; }
.policy p { font-size: 15.5px; line-height: 1.65; }

/* ---- availability: six months and the stay band -------------------------- */
.months { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.month { border-collapse: collapse; width: 100%; font-family: var(--font-mono); font-size: 12px; }
.month caption { text-align: left; font-family: var(--font-display); font-size: 17px; color: var(--ink); padding: 0 0 8px; }
.month th { font-size: 9.5px; letter-spacing: 0.1em; color: var(--ink-muted); font-weight: 400; padding: 3px 0; }
.month td { text-align: center; padding: 5px 0; color: var(--ink); }
.day-past { color: var(--ink-muted); opacity: 0.6; }
/* A booked stay is one continuous band, cut on the diagonal at arrival and departure and square where it wraps a
   week. Booked text keeps its ink; the strike is the cue that does not depend on colour. */
.day-taken { background: var(--night-booked); text-decoration: line-through; text-decoration-color: rgba(29, 39, 69, 0.45); }
.day-taken[data-band="start"] { background: linear-gradient(108deg, rgba(243, 223, 216, 0) 0 40%, var(--night-booked) 40%); }
.day-taken[data-band="end"] { background: linear-gradient(108deg, var(--night-booked) 0 60%, rgba(243, 223, 216, 0) 60%); }
.day-taken[data-band="single"] { background: linear-gradient(108deg, rgba(243, 223, 216, 0) 0 26%, var(--night-booked) 26% 74%, rgba(243, 223, 216, 0) 74%); }
.cal-legend { list-style: none; display: flex; flex-wrap: wrap; gap: 20px; margin: 16px 0 0; padding: 0; font-size: 14px; color: var(--ink-muted); }
.cal-legend li { display: flex; align-items: center; gap: 7px; }
.swatch { display: inline-block; width: 13px; height: 13px; border: 1px solid var(--line); border-radius: 3px; }
.swatch-taken { width: 30px; border: 0; border-radius: 0; background: linear-gradient(108deg, rgba(243, 223, 216, 0) 0 24%, var(--night-booked) 24% 76%, rgba(243, 223, 216, 0) 76%); }

/* ---- the request form ---------------------------------------------------- */
.field { margin: 0 0 14px; }
.field-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.hint-inline { font-family: var(--font-sans); text-transform: none; letter-spacing: 0; color: var(--ink-muted); }
#request form .button { min-height: 48px; padding: 0 30px; }
/* Callouts: a confirmation or a refusal; nothing else earns a coloured ground. */
.message { border-left: 3px solid var(--wall-green); border-radius: var(--r-sm); padding: 12px 16px; margin: 0 0 18px; background: var(--confirm-wash); }
.message.bad { border-left-color: var(--danger); background: var(--danger-wash); }
.message.bad p:first-child { color: var(--danger); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---- photographs, room by room ------------------------------------------- */
/* Each room leads with one large photograph and continues in a five-up row. No printed caption: the description
   is the alt text, by the owner's ruling. */
.photo-room { margin: 0 0 26px; }
.photo-room h3 { font-size: 19px; margin: 0 0 8px; }
.photo-lead { margin: 0 0 6px; }
.photo-lead-frame img { display: block; width: 100%; height: 300px; object-fit: cover; border-radius: 10px; background: var(--sand); }
.photo-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.photo-grid > li { min-width: 0; }
.photo-open { display: block; text-decoration: none; transition: opacity 120ms ease; }
.photo-open:hover { opacity: 0.9; }
.photo-thumb-frame { display: block; }
.photo-thumb-frame img { display: block; width: 100%; height: 104px; object-fit: cover; border-radius: var(--r-sm); background: var(--sand); }

.photo-box { display: none; position: fixed; inset: 0; z-index: 60; background: rgba(29, 39, 69, 0.96); padding: 18px; overflow: auto; }
.photo-box:target { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.photo-box img { display: block; max-width: 100%; max-height: 82vh; width: auto; border-radius: var(--r-sm); }
.photo-box-caption { color: #fff; margin: 12px 0 0; font-size: 14px; text-align: center; }
.photo-box-dismiss { position: absolute; top: 12px; right: 12px; min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-size: 26px; background: rgba(239, 233, 220, 0.18); border-radius: 999px; }

/* ---- the peacock band, the dusk rule, the footer ------------------------- */
.peacock-band { position: relative; height: 380px; overflow: hidden; background: var(--ink); }
.peacock-band picture, .peacock-band img { display: block; width: 100%; height: 100%; }
.peacock-band img { object-fit: cover; }
/* The evening ramp: a sunset, not a brand gradient. Once, as the rule above the footer. */
.dusk-rule { height: 8px; background: var(--dusk-ramp); }
.site-foot { background: var(--sand); padding: 26px 0 34px; color: var(--ink-muted); font-size: 15px; }
.site-foot p { margin: 0; }
.site-foot a { color: var(--blue); }

/* ---- the site around the booking page (E2n) ------------------------------ */
.head-actions { display: flex; align-items: center; gap: 12px; }
.site-nav a[aria-current="page"] { color: var(--ink); }
/* The phone menu: a <details>, so it opens with no script. Hidden where the header nav shows. */
.site-menu { display: none; position: relative; }
.site-menu summary { list-style: none; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.site-menu summary::-webkit-details-marker { display: none; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 18px; height: 2px; border-radius: 1px; background: var(--ink); }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.site-menu[open] summary { border-color: var(--blue); }
.site-menu-panel { position: absolute; right: 0; top: 52px; z-index: 60; width: min(300px, calc(100vw - 32px)); padding: 12px 16px 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-card); }
.site-menu-panel p { margin: 4px 0 6px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); }
.site-menu-panel ul { list-style: none; margin: 0; padding: 0; }
.site-menu-panel a { display: flex; align-items: center; min-height: 44px; color: var(--ink); text-decoration: none; font-size: 16px; }
.site-menu-panel a:hover { color: var(--blue); }

.page { max-width: 760px; padding-block: 44px 64px; }
.page h1 { margin: 0 0 14px; }
.page h1::after { content: ""; display: block; width: 56px; height: 4px; margin: 14px 0 0; border-radius: 2px; background: var(--tile-rule); }
.crumb { margin: 0 0 10px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); }
.crumb a { color: var(--ink-muted); }
.page-body { margin-top: 28px; }
.page-body p { margin: 0 0 18px; font-size: 17px; line-height: 1.75; color: var(--ink); }
.page-body p.lede { font-size: 19px; line-height: 1.7; margin-bottom: 28px; }
.page-body h2 { margin: 36px 0 12px; font-family: var(--font-display); font-weight: 400; font-size: 26px; line-height: 1.2; color: var(--ink); }
.page-body > h2:first-child, .page-body > section:first-child > h2 { margin-top: 0; }
.page-photo img { display: block; width: 100%; height: 280px; object-fit: cover; border-radius: var(--r-md); background: var(--sand); margin: 0 0 24px; }
.place-group { margin: 0 0 26px; }
.page-body h2.place-group-head { margin: 0 0 8px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); }
.places { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.place { background: var(--sand); border-radius: var(--r-md); padding: 16px 20px; }
.page-body .place p { margin: 0; font-size: 16px; line-height: 1.6; }
.page-body .place-name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; font-weight: 600; }
.dist { font-family: var(--font-mono); font-weight: 400; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); background: var(--paper); border-radius: 999px; padding: 3px 10px; }
.page-body .place-addr { font-size: 14px; color: var(--ink-muted); }
.note-band { margin: 28px 0 0; background: var(--sand); border-radius: var(--r-md); padding: 18px 22px; }
.page-body .note-band p { margin: 0; font-size: 15.5px; line-height: 1.6; }
.kicker { display: inline-block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wall-green); background: var(--confirm-wash); border-radius: 999px; padding: 5px 12px; }
.page-body p.kicker { font-size: 10.5px; line-height: 1.4; margin-bottom: 18px; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 6px 22px; margin: 0 0 14px; }
.foot-nav a { display: inline-flex; align-items: center; min-height: 44px; }

/* ---- narrower screens ---------------------------------------------------- */
@media (max-width: 900px) {
  .listing-body { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .booking-card { position: static; }
  .amenity-groups { columns: 2 160px; }
}
/* The header nav hides below 700px, not 640: between the two the desktop nav is wider than the viewport. */
@media (max-width: 700px) {
  .site-nav { display: none; }
  .site-menu { display: block; }
}
@media (max-width: 640px) {
  :root { --gut: 16px; }
  h1 { font-size: 34px; line-height: 1.08; }
  .wordmark { font-size: 16px; }
  .gallery { display: block; height: auto; border-radius: var(--r-md); }
  .gallery-lead { height: 235px; }
  .gallery-mosaic { grid-template-columns: repeat(4, 1fr); grid-template-rows: none; gap: 4px; margin-top: 4px; }
  .gallery-mosaic > li { height: 68px; }
  .gallery-all { position: static; margin-top: 12px; }
  .gallery-all .button { width: 100%; }
  .photo-lead-frame img { height: 200px; }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .photo-thumb-frame img { height: 84px; }
  .amenity-groups { columns: 1; }
  .field-pair { grid-template-columns: 1fr; }
  .peacock-band { height: 260px; }
  .page { padding-block: 28px 48px; }
  .page-photo img { height: 200px; }
  .place { padding: 14px 16px; }
}

/* ---- the phone's booking bar --------------------------------------------- */
/* Above 700px the header carries the call to action; below it the header nav is hidden, so the call to action
 * lives here instead - pinned, out of the way, and only when there is a price to show. */
.book-bar { display: none; }
@media (max-width: 700px) {
  .book-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    padding: 10px var(--gut) calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97); border-top: 1px solid var(--line);
    box-shadow: var(--shadow-bar);
  }
  .book-bar p { margin: 0; font-size: 15px; line-height: 1.35; color: var(--ink); }
  .book-bar span { display: block; font-size: 12.5px; color: var(--ink-muted); }
  body { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  .photo-open, .button, .room { transition: none; }
  .photo-open:hover { opacity: 1; }
  html { scroll-behavior: auto; }
}
