@font-face {
  font-family: "Ledger Archivo";
  src: url("assets/fonts/archivo-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #171b1d;
  --ink-soft: #2b3032;
  --stone: #eeece8;
  --stone-deep: #dfd9d0;
  --paper: #f7f5f1;
  --white: #fff;
  --muted: #65635f;
  --line: #c8c2b9;
  --line-dark: #4e5354;
  --max: 1240px;
  --sans: "Ledger Archivo", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--stone);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--accent); color: var(--accent-on); }
* { scrollbar-color: var(--accent) var(--stone-deep); scrollbar-width: thin; }
*:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 78%, #fff);
  outline-offset: 4px;
}
input, select { caret-color: var(--accent); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; }
button, input, select { border-radius: 0; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: normal; word-break: normal; hyphens: none; }
h1, h2, h3 {
  margin-top: 0;
  font-weight: 535;
  letter-spacing: -.045em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.4rem, 6.2vw, 6rem); line-height: .9; }
h2 { font-size: clamp(2.55rem, 4.8vw, 4.8rem); line-height: .94; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.25rem); line-height: 1.02; }
.icon { display: none; }
.skip-link {
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { transform: none; }
.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: var(--stone);
}
.announcement {
  min-height: 34px;
  padding: 7px max(28px, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  font-weight: 520;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}
.announcement p { margin: 0; }
.announcement a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.header-inner {
  width: min(var(--max), calc(100% - 56px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto auto;
  align-items: center;
  gap: 26px;
}
.brand {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-logo {
  width: auto;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}
.brand-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: .08em;
  line-height: 1;
}
.brand-name {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-name small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 620;
  letter-spacing: .19em;
  line-height: 1;
  text-transform: uppercase;
}
.site-menu { display: flex; align-items: center; gap: 28px; }
.site-menu a {
  position: relative;
  padding: 25px 0 23px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 580;
  text-decoration: none;
}
.site-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 150ms ease-out;
}
.site-menu a:hover::after,
.site-menu a[aria-current="page"]::after { transform: scaleX(1); }
.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
}
.language-switch a { text-decoration: none; }
.language-switch a[aria-current="true"] {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
}
.header-book, .btn {
  min-height: 46px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 140ms ease-out, color 140ms ease-out, transform 100ms ease-out;
}
.header-book, .btn-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--accent-on);
}
.btn-secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.header-book:hover, .btn-primary:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.btn-secondary:hover { background: var(--ink); color: var(--paper); }
.header-book:active, .btn:active { transform: translateY(1px); }
.menu-toggle {
  display: none;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle span { display: none; }
.menu-toggle b {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(82px, 9vw, 126px) 0;
}
.section-label {
  margin: 0 0 16px;
  color: var(--accent-text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero {
  width: 100%;
  min-height: clamp(650px, calc(100dvh - 106px), 760px);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(430px, 5fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--stone);
  color: var(--ink);
}
.hero-copy {
  min-height: inherit;
  padding: clamp(76px, 8vw, 116px) clamp(42px, 6vw, 92px) clamp(70px, 7vw, 100px) max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero h1 { max-width: 10.8ch; margin: 0; }
.hero h1::after {
  content: "";
  width: 72px;
  height: 3px;
  margin-top: 30px;
  display: block;
  background: var(--accent);
}
.hero-lede {
  max-width: 48ch;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-actions .btn { min-width: 188px; }
.hero-media {
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  border-left: 4px solid var(--accent);
  background: var(--stone-deep);
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 48%;
}
.home-story {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: center;
}
.home-story-copy {
  align-self: start;
  padding-top: 18px;
  border-top: 3px solid var(--ink);
}
.home-story h2 { margin: 0 0 30px; font-size: clamp(2.5rem, 4.1vw, 4.25rem); }
.home-story p { margin: 0 0 26px; color: var(--muted); }
.home-story a, .section-link, .room-copy a, .visit-copy a, .service-card-copy > a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 13px;
  font-weight: 640;
  text-decoration: none;
}
.home-story figure {
  height: min(56vw, 650px);
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  background: var(--stone-deep);
}
.home-story figure img { width: 100%; height: 100%; object-fit: cover; }
.services-preview { border-top: 1px solid var(--line); }
.section-head {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: end;
}
.section-head h2 { max-width: 13ch; margin: 0; }
.section-head > p { max-width: 44ch; margin: 0 0 8px; color: var(--muted); }
.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 20px;
}
.service-card {
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--ink);
}
.service-card[data-availability="unavailable"] { border-top-color: var(--line-dark); }
.service-photo {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--stone-deep);
}
.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease-out;
}
.service-photo:hover img { transform: scale(1.015); }
.service-card-copy {
  flex: 1;
  padding: 24px 0 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-meta {
  width: 100%;
  min-height: 32px;
  margin: 0 0 18px;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.service-availability { margin-left: auto; color: var(--accent-text); text-align: right; }
.service-card h3 { max-width: 13ch; margin: 0 0 16px; }
.service-card-copy > p:not(.service-meta) { margin: 0 0 24px; color: var(--muted); }
.service-card-copy > a { margin-top: auto; }
.section-link { margin-top: 42px; }
.empty-state {
  grid-column: 1 / -1;
  padding: 54px 0;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.empty-state h2, .empty-state h3 { max-width: 18ch; margin-bottom: 18px; }

.craft {
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100% - var(--max)) / 2));
  padding-left: max(28px, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(64px, 9vw, 130px);
  background: var(--ink);
  color: var(--paper);
}
.craft-title { align-self: start; }
.craft-title h2 { max-width: 11ch; margin: 0; }
.craft-title h2::before {
  content: "";
  width: 48px;
  height: 3px;
  margin-bottom: 26px;
  display: block;
  background: var(--accent);
}
.craft-points { border-top: 1px solid var(--line-dark); }
.craft-points article {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line-dark);
}
.principle-icon {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  display: block;
  background: var(--accent);
}
.craft-points h3 {
  margin: 0 0 8px;
  color: var(--paper);
  font-size: 1.35rem;
  letter-spacing: -.025em;
}
.craft-points p { max-width: 46ch; margin: 0; color: #c6c4be; }
.process { border-bottom: 1px solid var(--line); }
.process .section-head { margin-bottom: 42px; }
.process ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  list-style: none;
}
.process li {
  min-height: 214px;
  padding: 28px 30px 30px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  border-right: 1px solid var(--line);
}
.process li + li { padding-left: 30px; }
.process li:last-child { border-right: 0; }
.process li > b {
  color: var(--accent-text);
  font-size: 12px;
  letter-spacing: .08em;
}
.process h3 { margin: 0 0 12px; font-size: 1.65rem; }
.process p { margin: 0; color: var(--muted); }
.room-feature {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.room-large {
  min-height: inherit;
  margin: 0;
  overflow: hidden;
}
.room-large img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.room-copy {
  padding: clamp(58px, 8vw, 118px) max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
}
.room-copy h2 { max-width: 10ch; margin-bottom: 28px; }
.room-copy p { max-width: 37ch; margin: 0 0 28px; color: var(--muted); }
.visit {
  display: grid;
  grid-template-columns: minmax(240px, 4fr) minmax(0, 8fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: start;
}
.visit-copy { padding-top: 18px; border-top: 3px solid var(--ink); }
.visit h2 { max-width: 9ch; margin-bottom: 28px; }
.visit-copy p { margin: 0 0 7px; color: var(--muted); }
.visit-copy a { margin-top: 20px; }
.visit-photo {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: var(--stone-deep);
}
.visit-photo img { width: 100%; height: 100%; object-fit: cover; }
body.ledger-office .sb-location-map--embedded {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 0;
}
body.ledger-office .sb-location-map__inner { width: 100%; }
body.ledger-office .sb-location-map__canvas {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--stone-deep);
}
body.ledger-office .sb-location-map__canvas iframe {
  height: clamp(340px, 35vw, 470px);
  filter: grayscale(.82) contrast(.94);
}
body.ledger-office .sb-location-map__copy h2 {
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 535;
  letter-spacing: -.045em;
}
body.ledger-office .sb-location-map__address { color: var(--muted); }
body.ledger-office .sb-location-map__directions {
  border-bottom-width: 1px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 640;
}
.quote-section {
  padding: clamp(90px, 11vw, 152px) max(28px, calc((100% - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--stone-deep);
  text-align: left;
}
.quote-section blockquote {
  max-width: 1020px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.8rem, 5.3vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}
.quote-section p {
  margin: 32px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--accent-text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.closing {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(76px, 8vw, 116px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}
.closing h2 { max-width: 13ch; margin: 0; }
.closing-with-media {
  grid-template-columns: minmax(0, 1fr) auto minmax(260px, .72fr);
  align-items: center;
}
.closing-media { min-height: 250px; margin: 0; overflow: hidden; }
.closing-media img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}
.site-footer {
  padding: 72px max(28px, calc((100% - var(--max)) / 2)) 24px;
  border-top: 4px solid var(--accent);
  background: var(--ink);
  color: var(--paper);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .6fr .95fr .9fr;
  gap: 46px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-brand { margin-bottom: 13px; }
.footer-brand .brand-monogram {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}
.footer-brand .brand-name { color: var(--paper); }
.footer-brand .brand-name small { color: #aaa9a5; }
.footer-grid p { max-width: 34ch; margin: 0; color: #bbb9b4; font-size: 13px; }
.footer-grid a { color: var(--paper); font-size: 13px; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-label {
  color: #aaa9a5 !important;
  font-size: 9px !important;
  font-weight: 680;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-cta { border-bottom: 1px solid var(--accent); font-weight: 650; }
.footer-bottom {
  margin-top: 58px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-dark);
  color: #9e9c98;
  font-size: 10px;
  letter-spacing: .06em;
}

.page-intro {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(84px, 9vw, 132px) 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 5fr);
  gap: clamp(44px, 8vw, 104px);
  align-items: end;
  border-bottom: 3px solid var(--ink);
}
.page-intro h1 { max-width: 13ch; margin: 0; }
.page-intro > p {
  max-width: 40ch;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 18px;
}
.services-page { padding-top: 62px; }
.services-page .service-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 62px 28px;
}
.services-page .service-photo { aspect-ratio: 3 / 2; }
.booking-page {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(78px, 9vw, 124px) 0;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(440px, 7fr);
  gap: clamp(54px, 9vw, 126px);
}
.booking-copy {
  align-self: start;
  padding-top: 18px;
  border-top: 3px solid var(--ink);
}
.booking-copy h1 {
  max-width: 11ch;
  margin-bottom: 26px;
  font-size: clamp(3rem, 5vw, 5.2rem);
}
.booking-copy > p { max-width: 42ch; color: var(--muted); }
.booking-promise {
  max-width: 440px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 16px;
  border-top: 1px solid var(--line);
}
.booking-promise:first-of-type { margin-top: 40px; }
.booking-promise > span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  display: block;
  background: var(--accent);
}
.booking-promise b { font-size: 13px; }
.booking-promise p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.booking-panel {
  align-self: start;
  padding: clamp(30px, 4.5vw, 52px);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  background: var(--paper);
}
.form-head {
  margin-bottom: 30px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.form-head b { color: var(--accent-text); }
.booking-panel form { display: grid; gap: 22px; }
.booking-panel label, .field-label { display: block; }
.booking-panel label > span, .field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.booking-panel input, .booking-panel select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #bcb6ad;
  background: var(--white);
  color: var(--ink);
}
.booking-panel input:focus, .booking-panel select:focus {
  outline: 3px solid color-mix(in srgb, var(--accent) 34%, transparent);
  outline-offset: 1px;
  border-color: var(--accent);
}
.booking-panel option:disabled { color: #777; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.slot-grid button {
  min-height: 46px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.slot-grid button:hover, .slot-grid button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}
.slot-note { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}
.consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
}
.consent span {
  margin: 0 !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}
.booking-panel button[disabled] { cursor: not-allowed; opacity: .48; }
.form-note, .booking-status { margin: 0; color: var(--muted); font-size: 12px; }
.booking-status:not(:empty) {
  padding: 12px;
  border-top: 3px solid #8b1f2e;
  background: #fff1f1;
  color: #741524;
}
.booking-success { padding: 34px 8px; text-align: center; }
.success-mark {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--accent-on);
}
.success-mark::before {
  content: "OK";
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .12em;
}
.booking-success h2 { margin: 0 0 18px; font-size: 3rem; }
.booking-success p:not(.section-label) { margin: 0 0 26px; color: var(--muted); }
.about-story {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
}
.about-story figure {
  min-height: 590px;
  max-height: 760px;
  margin: 0;
  overflow: hidden;
}
.about-story img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}
.about-story > div { padding-top: 18px; border-top: 3px solid var(--ink); }
.about-story h2 { max-width: 10ch; margin-bottom: 26px; }
.about-story > div > p:last-child { max-width: 44ch; color: var(--muted); }
.values {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.values article {
  min-height: 270px;
  padding: 34px 30px;
  border-top: 3px solid var(--ink);
  border-right: 1px solid var(--line);
}
.values article:last-child { border-right: 0; }
.values h3 { margin-bottom: 16px; font-size: 1.75rem; }
.values p { margin: 0; color: var(--muted); }
.team {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(52px, 8vw, 112px);
  border-top: 1px solid var(--line);
}
.team-intro h2 { max-width: 11ch; }
.team-list { border-top: 3px solid var(--ink); }
.team-list article {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.team-list article > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.team-list h3 { margin: 0 0 8px; font-size: 1.45rem; }
.team-list p { margin: 0; color: var(--muted); }
.contact-page {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(82px, 9vw, 126px) 0;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  gap: clamp(54px, 8vw, 112px);
}
.contact-copy { padding-top: 18px; border-top: 3px solid var(--ink); }
.contact-copy h1 { max-width: 11ch; margin-bottom: 26px; }
.contact-copy > p { max-width: 44ch; color: var(--muted); }
.contact-ledger { margin-top: 46px; border-top: 1px solid var(--line); }
.contact-ledger > div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.contact-ledger span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact-ledger p, .contact-ledger a {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
}
.contact-card {
  align-self: start;
  padding: clamp(38px, 5vw, 62px);
  border-top: 4px solid var(--accent);
  background: var(--ink);
  color: var(--paper);
}
.contact-card h2 { margin-bottom: 20px; }
.contact-card p:not(.section-label) { color: #c2c0bb; }
.contact-card .btn { width: max-content; max-width: 100%; margin: 24px 0; }
.contact-card > a:last-child {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: var(--paper);
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
}
.contact-page .sb-location-map--embedded {
  grid-column: 1 / -1;
  margin-top: 20px;
}
.contact-page .sb-location-map--embedded.sb-location-map__inner {
  grid-template-columns: minmax(230px, 4fr) minmax(0, 8fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}
.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  max-width: 360px;
  padding: 13px 16px;
  transform: translateY(150%);
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  transition: transform 180ms ease-out;
}
.toast:empty { display: none; }
.toast.is-visible { display: block; transform: none; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: minmax(190px, 1fr) auto auto; }
  .site-menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    padding: 8px max(28px, calc((100% - var(--max)) / 2)) 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }
  .site-menu.is-open { display: flex; }
  .site-menu a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .site-menu a::after { display: none; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header-book { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy {
    min-height: 590px;
    padding-right: max(28px, calc((100vw - var(--max)) / 2));
  }
  .hero h1 { max-width: 12ch; }
  .hero-media {
    min-height: 440px;
    max-height: 520px;
    border-top: 4px solid var(--accent);
    border-left: 0;
  }
  .hero-media img {
    min-height: 440px;
    object-position: 50% 40%;
  }
  .home-story, .about-story, .team { grid-template-columns: 1fr; }
  .home-story figure { height: 560px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .craft { grid-template-columns: 1fr; }
  .room-feature { min-height: 0; grid-template-columns: 1fr; }
  .room-large, .room-large img { min-height: 560px; }
  .room-copy {
    padding-right: max(28px, calc((100vw - var(--max)) / 2));
    padding-left: max(28px, calc((100vw - var(--max)) / 2));
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .closing-with-media { grid-template-columns: 1fr 1fr; }
  .closing-with-media > div { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .page-intro, .booking-page, .contact-page { grid-template-columns: 1fr; }
  .booking-copy, .contact-copy { max-width: 760px; }
  .booking-panel { width: 100%; }
  .values { grid-template-columns: 1fr; }
  .values article {
    min-height: 0;
    border-right: 0;
    border-top-width: 1px;
  }
  .values article:first-child { border-top-width: 3px; }
}

@media (max-width: 760px) {
  .service-list, .services-page .service-list { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .process li, .process li + li {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .process li:last-child { border-bottom: 0; }
  .visit { grid-template-columns: 1fr; }
  .contact-page .sb-location-map--embedded.sb-location-map__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .announcement {
    min-height: 32px;
    padding: 7px 14px;
    letter-spacing: .055em;
  }
  .announcement p { max-width: 43ch; }
  .announcement a { display: none; }
  .header-inner {
    width: calc(100% - 28px);
    min-height: 68px;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }
  .brand-monogram { width: 38px; height: 38px; font-size: 13px; }
  .brand-name { max-width: 156px; font-size: 16px; }
  .brand-name small { font-size: 7px; }
  .language-switch { gap: 4px; font-size: 9px; }
  .menu-toggle { min-height: 38px; padding: 8px 9px; }
  .site-menu { padding-right: 14px; padding-left: 14px; }
  .section, .closing, .page-intro, .booking-page, .contact-page {
    width: calc(100% - 28px);
  }
  .section { padding: 66px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.55rem, 12.7vw, 4rem); }
  .hero-copy {
    min-height: 590px;
    padding: 76px 20px 64px 14px;
  }
  .hero h1 {
    font-size: clamp(3.1rem, 14.2vw, 4.25rem);
    line-height: .91;
  }
  .hero h1::after { margin-top: 24px; }
  .hero-lede { font-size: 16px; }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .btn { width: 100%; }
  .hero-media, .hero-media img { min-height: 470px; }
  .home-story { gap: 38px; }
  .home-story figure { height: 430px; min-height: 430px; }
  .section-head { margin-bottom: 38px; }
  .service-photo, .services-page .service-photo { aspect-ratio: 4 / 3; }
  .craft { padding: 72px 14px; gap: 46px; }
  .craft-points article { grid-template-columns: 14px 1fr; gap: 14px; }
  .room-large, .room-large img { min-height: 470px; }
  .room-copy { padding: 64px 14px; }
  .visit-photo { aspect-ratio: 16 / 10; }
  body.ledger-office .sb-location-map__canvas iframe { height: 310px; }
  .quote-section { padding: 78px 14px; }
  .quote-section blockquote {
    font-size: clamp(2.55rem, 12.8vw, 4.25rem);
  }
  .closing, .closing-with-media {
    padding: 68px 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .closing-with-media > div { grid-column: auto; }
  .closing .btn { width: 100%; }
  .closing-media, .closing-media img { min-height: 230px; }
  .site-footer { padding: 58px 14px 22px; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-intro {
    padding: 68px 0 50px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-intro h1, .booking-copy h1 {
    font-size: clamp(2.9rem, 13vw, 4.15rem);
  }
  .booking-panel { padding: 28px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story figure, .about-story img { min-height: 460px; }
  .team { gap: 32px; }
  .contact-ledger > div { grid-template-columns: 82px 1fr; }
  .contact-card { padding: 36px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-menu a::after,
  .header-book,
  .btn,
  .service-photo img,
  .toast { transition: none; }
}

/* On phones the side portrait extends behind the ledger copy instead of stacking. */
@media (max-width: 680px) {
  .hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    display: block;
    background: var(--ink);
    color: var(--paper);
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    min-height: 720px;
    background: transparent;
  }

  .hero h1,
  .hero-lede {
    color: var(--paper);
  }

  .hero-lede {
    color: rgba(250, 248, 243, .84);
  }

  .hero-actions .btn-secondary {
    border-color: rgba(250, 248, 243, .76);
    color: var(--paper);
  }

  .hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    max-height: none;
    border: 0;
  }

  .hero-media::after {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(29, 29, 27, .94) 0%, rgba(29, 29, 27, .72) 57%, rgba(29, 29, 27, .28) 100%),
      linear-gradient(180deg, rgba(29, 29, 27, .16), rgba(29, 29, 27, .88));
    content: "";
    pointer-events: none;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-position: 68% center;
  }
}

/* MBOA_INSPIRED_EDITORIAL_POLISH_V1: composition quality, Ledger identity. */
:root { --polish-shadow: rgba(23,27,29,.15); }
html,body { overflow-x: clip; }
:is(.hero h1,.section-head h2,.craft-title h2,.room-copy h2,.visit-copy h2,.closing h2,.page-intro h1,.booking-copy h1,.contact-copy h1,.contact-card h2,.about-story h2,.team-intro h2) { text-wrap: balance; }
p { text-wrap: pretty; }
.contact-page { grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); gap: clamp(40px,5vw,64px); align-items: start; }
.contact-copy h1 { max-width: none; font-size: clamp(3rem,5vw,4.5rem); text-wrap: balance; }
.contact-card { border-radius: 0; box-shadow: 0 22px 54px var(--polish-shadow); }
:is(.btn,.header-book,.service-card) { transition: transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,background-color .22s ease,color .22s ease,border-color .22s ease; }
:is(a,button,input,select):focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
@media (hover:hover) and (pointer:fine) { .service-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px var(--polish-shadow); } :is(.btn,.header-book):hover { transform: translateY(-2px); } :is(.btn,.header-book):active { transform: translateY(0); } }
@media (max-width:980px) { .contact-page { grid-template-columns: 1fr; gap: 52px; } .contact-card { width: min(100%,680px); } }
@media (max-width:680px) { .contact-copy h1 { font-size: clamp(2.8rem,12vw,3.2rem); } .contact-page { gap: 40px; } }
@media (prefers-reduced-motion:reduce) { :is(.btn,.header-book,.service-card) { transition: none; } }
/* MBOA_FULL_SITE_POLISH_V3 */
:root{--polish-radius:3px;--polish-radius-sm:2px;--polish-ease:cubic-bezier(.16,1,.3,1);--polish-shadow-soft:0 12px 34px rgba(23,27,29,.11);--polish-shadow-deep:0 26px 68px rgba(23,27,29,.19)}
:is(.service-card,.contact-card,.contact-actions,.booking-panel){border-radius:var(--polish-radius);box-shadow:var(--polish-shadow-soft);overflow:hidden;transition:transform .32s var(--polish-ease),box-shadow .32s ease}:is(.hero-media,.service-photo,.home-story figure,.about-story figure,.room-large,.visit-photo,.closing-media,.sb-location-map__canvas){border-radius:var(--polish-radius);overflow:hidden;box-shadow:var(--polish-shadow-soft)}:is(.hero-media,.service-photo,.home-story figure,.about-story figure,.room-large,.visit-photo,.closing-media) img{transition:transform .7s var(--polish-ease),filter .35s ease}:is(.btn,.header-book){border-radius:var(--polish-radius-sm);box-shadow:0 7px 18px rgba(23,27,29,.11);will-change:transform}.service-card-copy{padding:clamp(26px,3vw,40px)}:is(.hero-lede,.section-head>p,.home-story-copy>p,.room-copy>p,.visit-copy>p,.booking-copy>p,.contact-copy>p){max-width:62ch}:is(.booking-panel input,.booking-panel select){border-radius:var(--polish-radius-sm);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
@keyframes polishRevealV3{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}:is(.hero-copy,.page-intro>*,.contact-copy,.contact-card,.contact-actions,.booking-panel,.service-card){animation:polishRevealV3 .62s var(--polish-ease) backwards}.service-card:nth-child(2){animation-delay:.06s}.service-card:nth-child(3){animation-delay:.12s}@media(hover:hover) and (pointer:fine){:is(.service-card,.contact-card,.contact-actions,.booking-panel):hover{transform:translateY(-4px);box-shadow:var(--polish-shadow-deep)}:is(.service-card,.home-story,.about-story,.room-feature,.visit,.closing):hover img{transform:scale(1.025)}:is(.btn,.header-book):hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(23,27,29,.17)}:is(.btn,.header-book):active{transform:translateY(0) scale(.985)}}@media(max-width:680px){:is(.service-card,.contact-card,.contact-actions,.booking-panel,.hero-media,.service-photo,.home-story figure,.about-story figure,.room-large,.visit-photo,.closing-media,.sb-location-map__canvas){box-shadow:0 10px 28px rgba(23,27,29,.10)}}@media(prefers-reduced-motion:reduce){:is(.hero-copy,.page-intro>*,.contact-copy,.contact-card,.contact-actions,.booking-panel,.service-card){animation:none}:is(.service-card,.contact-card,.contact-actions,.booking-panel,.hero-media img,.service-photo img,.home-story img,.about-story img,.room-large img,.visit-photo img,.closing-media img){transition:none!important;transform:none!important}}

/* PROFESSIONAL_RHYTHM_AND_READING_V4 */
:root{--space-section:clamp(64px,6.25vw,80px);--space-editorial:clamp(76px,7.5vw,96px);--space-compact:clamp(48px,5vw,64px)}
:is(.home-story.section,.services-preview.section,.craft.section,.process.section,.visit.section,.team.section,.values.section,.about-story.section,.services-page,.booking-page,.contact-page){padding-block:var(--space-section)}:is(.quote-section,.quote){padding-block:var(--space-editorial)}body :is(.closing-with-media,.page-intro){padding-block:var(--space-compact)}:is(.home-story,.craft,.room-feature,.visit,.closing-with-media,.about-story,.team,.section-head,.page-intro,.booking-copy,.contact-copy) :is(h1,h2){max-width:none;text-wrap:balance}:is(.home-story,.about-story,.craft,.room-feature,.visit,.closing-with-media,.booking-grid,.contact-grid){column-gap:clamp(32px,5vw,64px)}:is(.booking-copy,.contact-copy) h1{font-size:clamp(42px,4.5vw,60px);line-height:1.02}
@media(max-width:680px){:root{--space-section:56px;--space-editorial:68px;--space-compact:48px}:is(.home-story.section,.services-preview.section,.craft.section,.process.section,.visit.section,.team.section,.values.section,.about-story.section,.services-page,.booking-page,.contact-page){padding-block:var(--space-section)}:is(.quote-section,.quote){padding-block:var(--space-editorial)}body :is(.closing-with-media,.page-intro){padding-block:var(--space-compact)}:is(.booking-copy,.contact-copy) h1{font-size:clamp(36px,11vw,44px)}}

/* LEDGER_PALM_TRANSFER_V5 */
:is(.home-story,.craft,.room-feature){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
:is(.home-story-copy h2,.craft-title h2,.room-copy h2,.visit-copy h2,.team-intro h2){max-width:none;text-wrap:balance}
.closing:not(.closing-with-media) h2{max-width:none;text-wrap:balance}
.visit{grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)}
:is(.room-feature,.quote-section){width:min(var(--max),calc(100% - 56px));margin-inline:auto;overflow:hidden}
:is(.room-feature,.quote-section,.room-large){border-radius:0}
.room-copy{padding:clamp(40px,5vw,64px)}
.quote-section{padding-inline:clamp(28px,5vw,64px)}
.services-page .service-card h3{max-width:none;text-wrap:balance}
.services-page .service-card-copy>p:not(.service-meta){max-width:56ch}
.services-page .service-meta{align-items:center;gap:10px 14px}
.services-page .service-meta span:nth-child(2){order:-2;padding:8px 10px;background:var(--accent);color:var(--accent-on);font-size:14px;font-weight:700;letter-spacing:0;font-variant-numeric:tabular-nums}
.services-page .service-meta span:first-child{order:-1}
.services-page .service-availability{order:0}
.site-footer{background:var(--accent);color:var(--accent-on);border-top-color:var(--accent-on)}
.site-footer :is(.brand-name,.brand-name small,.footer-grid p,.footer-grid a,.footer-label,.footer-bottom){color:var(--accent-on)!important}
.site-footer .brand-name{max-width:none;overflow:visible;text-overflow:clip;white-space:normal}
.site-footer .brand-monogram{border-color:var(--accent-on);background:var(--accent-on);color:var(--accent)}
.site-footer :is(.footer-bottom,.footer-cta){border-color:color-mix(in srgb,var(--accent-on) 42%,transparent)}
@media(max-width:1080px){:is(.home-story,.craft,.room-feature){grid-template-columns:1fr}}
@media(max-width:760px){:is(.room-feature,.quote-section){width:calc(100% - 28px)}.visit{grid-template-columns:1fr}.room-copy{padding:56px 20px}}
@media(max-width:480px){.services-page .service-availability{width:100%;margin-left:0;text-align:left}}
