@font-face {
  font-family: "Akwa Serif";
  src: url("assets/fonts/source-serif-4.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --navy: #0b1930;
  --navy-soft: #14243f;
  --ivory: #f7f4f0;
  --paper: #fffdf9;
  --slate: #566071;
  --line: #bdc2c7;
  --line-strong: #7d8793;
  --max: 1240px;
  --serif: "Akwa Serif", Georgia, serif;
  --sans: "Akwa Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--accent, #b94731) var(--ivory);
  scrollbar-width: thin;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--accent, #b94731);
  color: var(--accent-on, #fff);
}

*:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent, #b94731) 76%, #fff);
  outline-offset: 4px;
}

input,
select {
  caret-color: var(--accent, #b94731);
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 5px;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 520;
  letter-spacing: -.032em;
}

h1 {
  font-size: clamp(3.35rem, 5.7vw, 5.75rem);
  line-height: .96;
}

h2 {
  font-size: clamp(2.55rem, 4.4vw, 4.65rem);
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.18;
}

.skip-link {
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 1000;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  background: var(--navy);
  color: var(--ivory);
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  overflow: visible;
  clip: auto;
  clip-path: none;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--navy);
  background: var(--ivory);
}

.announcement {
  min-height: 34px;
  margin: 0;
  padding: 7px max(22px, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--navy);
  color: var(--ivory);
  font-size: 12px;
  line-height: 1.35;
}

.announcement p {
  margin: 0;
}

.announcement a {
  flex: 0 0 auto;
  color: var(--ivory);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.header-inner {
  width: min(var(--max), calc(100% - 44px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto auto;
  align-items: center;
  gap: 28px;
}

.brand {
  min-width: 0;
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--navy);
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.brand-monogram {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
}

.brand-name {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 580;
  line-height: .95;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-name small {
  margin-top: 6px;
  color: var(--slate);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.site-menu {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-menu a {
  padding: 27px 0 23px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-menu a:hover,
.site-menu a[aria-current="page"] {
  border-color: var(--accent, #b94731);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  border-left: 1px solid var(--line-strong);
  padding-left: 20px;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .07em;
}

.language-switch a {
  color: var(--slate);
  text-decoration: none;
}

.language-switch a[aria-current="true"] {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.header-book,
.btn {
  min-height: 48px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  border-radius: 0;
  font-size: 14px;
  font-weight: 670;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.header-book,
.btn-primary {
  border-color: var(--accent, #b94731);
  background: var(--accent, #b94731);
  color: var(--accent-on, #fff);
}

.header-book:hover,
.btn-primary:hover {
  filter: brightness(.9);
}

.header-book:active,
.btn:active {
  transform: translateY(1px);
}

.btn-secondary {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}

.btn-secondary:hover {
  background: var(--navy);
  color: var(--ivory);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--navy);
  padding: 10px;
}

.menu-toggle span {
  width: 26px;
  height: 1px;
  display: block;
  margin: 5px 0;
  background: currentColor;
}

.menu-toggle b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(80px, 9vw, 128px) 0;
}

.hero {
  width: 100%;
  min-height: clamp(620px, calc(100dvh - 110px), 760px);
  display: grid;
  grid-template-columns: max(22px, calc((100% - var(--max)) / 2)) minmax(400px, 530px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--navy);
  background: var(--ivory);
}

.hero-copy {
  grid-column: 2;
  min-width: 0;
  padding: clamp(62px, 7vw, 94px) 54px 44px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy::before {
  width: 112px;
  height: 1px;
  margin-bottom: 44px;
  display: block;
  background: var(--navy);
  content: "";
}

.hero h1 {
  max-width: 12ch;
}

.hero-lede {
  max-width: 34ch;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--navy);
  color: var(--slate);
  font-size: 18px;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-trust {
  max-width: 44ch;
  margin: 34px 0 0;
  color: var(--slate);
  font-size: 12px;
}

.hero-media {
  position: relative;
  grid-column: 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--navy);
  background: #d7d4cf;
}

.hero-media img {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.home-story {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(56px, 8vw, 110px);
  align-items: center;
  border-bottom: 1px solid var(--navy);
}

.home-story-copy {
  grid-column: 2;
  grid-row: 1;
}

.home-story-copy h2 {
  max-width: 10ch;
}

.home-story-copy > p:last-of-type {
  max-width: 46ch;
  margin: 26px 0 0;
  color: var(--slate);
}

.home-story-copy > a,
.section-link,
.service-card-copy > a,
.room-copy a,
.visit-copy > a,
.contact-card > a:last-child {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 670;
  text-decoration: none;
}

.home-story figure {
  grid-column: 1;
  grid-row: 1;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--navy);
}

.home-story img {
  min-height: 600px;
  object-fit: cover;
}

.section-head {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-head h2 {
  max-width: 13ch;
}

.section-head > p {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--slate);
}

.services-preview {
  border-bottom: 1px solid var(--navy);
}

.service-list {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  border-top: 1px solid var(--navy);
  border-left: 1px solid var(--navy);
}

.service-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border-right: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
}

.service-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: none;
}

.service-photo {
  min-height: 360px;
  display: block;
  overflow: hidden;
  background: #d8d6d1;
}

.service-card:first-child .service-photo {
  min-height: 500px;
  border-right: 1px solid var(--navy);
}

.service-photo img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}

.service-photo:hover img {
  transform: scale(1.018);
}

.service-card-copy {
  min-width: 0;
  padding: 30px 30px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card:first-child .service-card-copy {
  padding: 54px 46px;
  justify-content: center;
}

.service-meta {
  width: 100%;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--slate);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 620;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service-meta span:last-child {
  margin-left: auto;
  color: color-mix(in srgb, var(--accent-text, var(--accent, #b94731)) 86%, var(--navy));
}

.service-card h3 {
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 540;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.service-card p:not(.service-meta) {
  max-width: 46ch;
  margin: 0;
  color: var(--slate);
  font-size: 15px;
}

.service-card-copy > a {
  margin-top: auto;
  padding-top: 28px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 68px;
  border-right: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  background: var(--paper);
}

.empty-state h2,
.empty-state h3 {
  margin: 0 0 14px;
}

.empty-state p {
  color: var(--slate);
}

.craft {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(56px, 8vw, 112px);
  border-bottom: 1px solid var(--navy);
}

.craft-title {
  align-self: start;
}

.craft-title h2 {
  max-width: 9ch;
}

.craft-points {
  border-top: 1px solid var(--navy);
}

.craft-points article {
  padding: 28px 0;
  border-bottom: 1px solid var(--navy);
}

.craft-points h3 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 540;
}

.craft-points p {
  max-width: 42ch;
  margin: 0;
  color: var(--slate);
}

.process {
  border-bottom: 1px solid var(--navy);
}

.process ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--navy);
  border-left: 1px solid var(--navy);
  list-style: none;
}

.process li {
  min-width: 0;
  min-height: 220px;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 20px;
  border-right: 1px solid var(--navy);
}

.process li > b {
  color: var(--accent-text, var(--accent, #b94731));
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.process h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 540;
}

.process p {
  margin: 0;
  color: var(--slate);
  font-size: 15px;
}

.room-feature {
  min-height: 660px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border-bottom: 1px solid var(--navy);
  background: var(--paper);
}

.room-feature figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--navy);
}

.room-feature img {
  height: 100%;
  object-fit: cover;
}

.room-copy {
  padding: clamp(52px, 7vw, 104px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.room-copy h2 {
  max-width: 10ch;
}

.room-copy p:not(.section-label) {
  max-width: 42ch;
  margin: 26px 0 0;
  color: var(--slate);
}

.visit {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  border-bottom: 1px solid var(--navy);
}

.visit-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.visit-copy h2 {
  max-width: 11ch;
}

.visit-copy > p {
  margin: 28px 0 0;
  color: var(--slate);
}

.visit-copy > p + p {
  margin-top: 8px;
}

.visit-photo {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--navy);
}

.visit-photo img {
  min-height: 420px;
  height: 100%;
  object-fit: cover;
}

.visit > .sb-location-map--embedded {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 0;
}

.quote-section {
  padding: clamp(90px, 11vw, 154px) 22px;
  border-bottom: 1px solid var(--navy);
  background: var(--ivory);
  text-align: center;
}

.quote-section blockquote {
  max-width: 980px;
  margin: 0 auto;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.2vw, 5.65rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.032em;
}

.quote-section p {
  margin: 28px 0 0;
  color: color-mix(in srgb, var(--accent-text, var(--accent, #b94731)) 82%, var(--navy));
  font-size: 12px;
  font-weight: 670;
}

.closing {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(78px, 9vw, 118px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.closing h2 {
  max-width: 12ch;
}

.closing-with-media {
  grid-template-columns: minmax(0, 1fr) auto minmax(260px, .7fr);
  align-items: center;
}

.closing-media {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--navy);
}

.closing-media img {
  min-height: 260px;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  padding: 66px max(22px, calc((100% - var(--max)) / 2)) 24px;
  border-top: 1px solid var(--navy);
  background: var(--paper);
  color: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .58fr .9fr .9fr;
  gap: 44px;
}

.footer-grid > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-grid p {
  max-width: 36ch;
  margin: 0;
  color: var(--slate);
  font-size: 14px;
}

.footer-grid a {
  font-size: 14px;
  text-decoration: none;
}

.footer-grid a:hover {
  text-decoration: underline;
}

.footer-label {
  color: var(--navy) !important;
  font-size: 11px !important;
  font-weight: 680;
}

.footer-cta {
  border-bottom: 1px solid currentColor;
  font-weight: 680;
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--slate);
  font-size: 11px;
}

.page-intro {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 120px) 0 68px;
  border-bottom: 1px solid var(--navy);
}

.page-intro h1 {
  max-width: 14ch;
}

.page-intro > p {
  max-width: 62ch;
  margin: 28px 0 0;
  color: var(--slate);
  font-size: 18px;
}

.services-page {
  padding-top: 68px;
}

.services-page .service-list {
  grid-template-columns: 1fr 1fr;
}

.services-page .service-card:first-child {
  grid-column: auto;
  grid-template-columns: none;
  grid-template-rows: auto 1fr;
}

.services-page .service-card:first-child .service-photo {
  min-height: 360px;
  border-right: 0;
}

.services-page .service-card:first-child .service-card-copy {
  padding: 30px 30px 36px;
  justify-content: flex-start;
}

.services-page .service-card-copy {
  min-height: 300px;
}

.booking-page {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 118px) 0;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(54px, 8vw, 112px);
}

.booking-copy h1 {
  max-width: 11ch;
}

.booking-copy > p {
  max-width: 43ch;
  margin: 26px 0 0;
  color: var(--slate);
}

.booking-promise {
  max-width: 450px;
  padding: 21px 0;
  border-top: 1px solid var(--navy);
}

.booking-promise:first-of-type {
  margin-top: 38px;
}

.booking-promise b {
  font-size: 14px;
}

.booking-promise p {
  margin: 3px 0 0;
  color: var(--slate);
  font-size: 14px;
}

.booking-panel {
  align-self: start;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--navy);
  background: var(--paper);
}

.form-head {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 670;
}

.booking-panel form {
  display: grid;
  gap: 22px;
}

.booking-panel label,
.field-label {
  display: block;
}

.booking-panel label > span,
.field-label {
  margin-bottom: 8px;
  display: block;
  color: var(--slate);
  font-size: 11px;
  font-weight: 680;
}

.booking-panel input,
.booking-panel select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: var(--paper);
  color: var(--navy);
}

.booking-panel input::placeholder {
  color: #697280;
  opacity: 1;
}

.booking-panel input:focus,
.booking-panel select:focus {
  border-color: var(--accent, #b94731);
  outline: 3px solid color-mix(in srgb, var(--accent, #b94731) 34%, transparent);
  outline-offset: 1px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.slot-grid button {
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: var(--paper);
  color: var(--navy);
  cursor: pointer;
}

.slot-grid button:hover,
.slot-grid button.is-selected {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--ivory);
}

.slot-grid button:active {
  transform: translateY(1px);
}

.slot-note {
  margin: 8px 0 0;
  color: var(--slate);
  font-size: 13px;
}

.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;
  line-height: 1.45 !important;
}

.booking-panel button[disabled] {
  opacity: .48;
  cursor: not-allowed;
}

.form-note,
.booking-status {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
}

.booking-status:not(:empty) {
  padding: 12px;
  border: 1px solid #9f2334;
  background: #fff1f2;
  color: #7b1726;
}

.booking-success {
  padding: 40px 8px;
  text-align: center;
}

.booking-success h2 {
  margin: 0 0 18px;
  font-size: 3.1rem;
}

.booking-success p:not(.section-label) {
  margin: 0 0 26px;
  color: var(--slate);
}

.section-label {
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--accent-text, var(--accent, #b94731)) 82%, var(--navy));
  font-size: 11px;
  font-weight: 680;
}

.about-story {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(54px, 8vw, 108px);
  align-items: center;
}

.about-story figure {
  max-height: 720px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--navy);
}

.about-story img {
  max-height: 720px;
  height: 100%;
  object-fit: cover;
}

.about-story h2 {
  max-width: 10ch;
}

.about-story > div > p:last-child {
  max-width: 46ch;
  margin-top: 26px;
  color: var(--slate);
}

.values {
  padding: 0;
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  border-top: 1px solid var(--navy);
  border-left: 1px solid var(--navy);
}

.values article {
  min-height: 250px;
  padding: 38px;
  border-right: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
}

.values h3 {
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 540;
}

.values p {
  margin: 0;
  color: var(--slate);
}

.team {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(54px, 8vw, 108px);
}

.team-intro h2 {
  max-width: 11ch;
}

.team-list {
  border-top: 1px solid var(--navy);
}

.team-list article {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--navy);
}

.team-list article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 17px;
}

.team-list h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 540;
}

.team-list p {
  margin: 0;
  color: var(--slate);
}

.contact-page {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 120px) 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(54px, 8vw, 108px);
}

.contact-copy h1 {
  max-width: 11ch;
}

.contact-copy > p {
  max-width: 46ch;
  margin-top: 26px;
  color: var(--slate);
}

.contact-ledger {
  margin-top: 46px;
  border-top: 1px solid var(--navy);
}

.contact-ledger > div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--navy);
}

.contact-ledger span {
  color: var(--slate);
  font-size: 11px;
  font-weight: 680;
}

.contact-ledger p,
.contact-ledger a {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 15px;
}

.contact-card {
  align-self: start;
  padding: clamp(38px, 5vw, 62px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--navy);
  background: var(--paper);
  color: var(--navy);
}

.contact-card h2 {
  margin: 0;
}

.contact-card p:not(.section-label) {
  margin: 22px 0 0;
  color: var(--slate);
}

.contact-card .btn {
  margin-top: 26px;
}

body .sb-location-map__canvas {
  position: relative;
  isolation: isolate;
  border-radius: 0;
  background: var(--paper);
}

.akwa-map-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

body .sb-location-map__canvas iframe {
  position: relative;
  z-index: 0;
}

.contact-page .sb-location-map--embedded {
  grid-column: 1 / -1;
  width: 100%;
  margin: 64px 0 0;
}

.sb-location-map,
.sb-location-map--embedded {
  background: var(--ivory) !important;
  color: var(--navy) !important;
}

.sb-location-map__canvas {
  border-color: var(--navy) !important;
  border-radius: 0 !important;
}

.sb-location-map__directions:focus-visible {
  outline-color: var(--accent, #b94731) !important;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  max-width: 360px;
  padding: 13px 16px;
  border: 1px solid var(--ivory);
  background: var(--navy);
  color: var(--ivory);
  font-size: 14px;
  transform: translateY(150%);
  transition: transform .25s cubic-bezier(.16, 1, .3, 1);
}

.toast:empty {
  display: none;
}

.toast.is-visible {
  display: block;
  transform: none;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
    min-height: 72px;
  }

  .site-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 22px 22px;
    border-bottom: 1px solid var(--navy);
    background: var(--ivory);
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-toggle {
    display: block;
  }

  .header-book {
    display: none;
  }

  .hero {
    grid-template-columns: 22px minmax(360px, 500px) minmax(0, 1fr);
  }

  .hero-copy {
    padding-right: 38px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 7vw, 4.8rem);
  }

  .home-story,
  .about-story {
    gap: 54px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr .8fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 900px) {
  .hero {
    position: relative;
    isolation: isolate;
    min-height: 0;
    grid-template-columns: 1fr;
    background: var(--navy);
    color: var(--ivory);
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    grid-column: 1;
    order: 1;
    padding: 64px max(22px, calc((100% - 680px) / 2)) 50px;
  }

  .hero-copy::before {
    margin-bottom: 34px;
    background: rgba(247, 244, 240, .82);
  }

  .hero-lede {
    border-top-color: rgba(247, 244, 240, .48);
    color: rgba(247, 244, 240, .9);
  }

  .hero-actions .btn-secondary {
    border-color: rgba(247, 244, 240, .78);
    color: var(--ivory);
  }

  .hero-actions .btn-secondary:hover {
    background: var(--ivory);
    color: var(--navy);
  }

  .hero-trust {
    color: rgba(247, 244, 240, .78);
  }

  .hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    grid-column: 1;
    order: 0;
    height: auto;
    min-height: 0;
    border: 0;
    background: var(--navy);
  }

  .hero-media::after {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(var(--navy-rgb, 11, 25, 48), .34) 0%, rgba(var(--navy-rgb, 11, 25, 48), .58) 52%, rgba(var(--navy-rgb, 11, 25, 48), .92) 100%),
      linear-gradient(90deg, rgba(var(--navy-rgb, 11, 25, 48), .76) 0%, rgba(var(--navy-rgb, 11, 25, 48), .32) 100%);
    content: "";
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-position: center 34%;
    filter: saturate(.76) contrast(1.04);
  }

  .home-story,
  .craft,
  .team,
  .about-story,
  .booking-page,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .home-story-copy,
  .home-story figure {
    grid-column: 1;
    grid-row: auto;
  }

  .home-story figure {
    order: 2;
    min-height: 500px;
    border-right: 0;
  }

  .home-story img {
    min-height: 500px;
  }

  .service-card:first-child {
    grid-template-columns: 1fr;
  }

  .service-card:first-child .service-photo {
    border-right: 0;
    border-bottom: 1px solid var(--navy);
  }

  .room-feature {
    grid-template-columns: 1fr;
  }

  .room-feature figure {
    min-height: 500px;
    border-right: 0;
    border-bottom: 1px solid var(--navy);
  }

  .room-copy {
    min-height: 440px;
  }

  .visit {
    grid-template-columns: 1fr;
  }

  .visit-photo {
    border-left: 0;
  }

  .closing-with-media {
    grid-template-columns: 1fr 1fr;
  }

  .closing-with-media > div {
    grid-column: 1 / -1;
  }

  .about-story figure {
    max-height: 560px;
    border-right: 0;
  }

  .values {
    grid-template-columns: 1fr;
  }

  .values article {
    min-height: 0;
  }
}

@media (max-width: 725px) {
  body {
    font-size: 16px;
  }

  .announcement {
    min-height: 0;
    padding: 8px 14px;
  }

  .announcement a {
    display: none;
  }

  .header-inner,
  .section,
  .closing,
  .page-intro,
  .booking-page,
  .contact-page {
    width: calc(100% - 28px);
  }

  .header-inner {
    gap: 12px;
  }

  .brand-monogram {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    max-width: 180px;
    font-size: 23px;
  }

  .brand-name small {
    display: none;
  }

  .language-switch {
    padding-left: 12px;
  }

  .section {
    padding: 70px 0;
  }

  .hero-copy {
    padding: 56px 20px 44px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 11.7vw, 4rem);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-media {
    height: auto;
    min-height: 0;
  }

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

  h2 {
    font-size: clamp(2.45rem, 8vw, 3.8rem);
  }

  .home-story figure,
  .home-story img {
    min-height: 430px;
  }

  .service-list,
  .services-page .service-list {
    grid-template-columns: 1fr;
  }

  .service-card:first-child {
    grid-column: auto;
  }

  .service-photo,
  .service-card:first-child .service-photo,
  .services-page .service-card:first-child .service-photo {
    min-height: 340px;
  }

  .service-card-copy,
  .service-card:first-child .service-card-copy,
  .services-page .service-card:first-child .service-card-copy {
    min-height: 0;
    padding: 28px 22px 34px;
  }

  .service-meta span:last-child {
    width: 100%;
    margin-left: 0;
  }

  .process ol {
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--navy);
  }

  .process li {
    min-height: 0;
    border-bottom: 1px solid var(--navy);
  }

  .process li:last-child {
    border-bottom: 0;
  }

  .room-feature figure {
    min-height: 430px;
  }

  .room-copy {
    min-height: 0;
    padding: 62px 22px;
  }

  .quote-section blockquote {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .closing,
  .closing-with-media {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .closing-with-media > div {
    grid-column: auto;
  }

  .closing .btn {
    width: 100%;
  }

  .closing-media {
    min-height: 220px;
    border-left: 0;
  }

  .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: 66px 0 52px;
  }

  .page-intro h1,
  .booking-copy h1,
  .contact-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4.15rem);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .slot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-panel {
    padding: 26px 18px;
  }

  .contact-ledger > div {
    grid-template-columns: 86px 1fr;
  }

  .contact-card {
    padding: 34px 22px;
  }
}

@media (max-width: 430px) {
  .brand {
    gap: 9px;
  }

  .brand-monogram {
    display: none;
  }

  .brand-name {
    max-width: 150px;
    font-size: 21px;
  }

  .language-switch span {
    display: none;
  }

  .site-menu {
    padding-inline: 14px;
  }

  .hero-copy::before {
    width: 84px;
    margin-bottom: 28px;
  }

  .hero-trust {
    margin-top: 24px;
  }

  .service-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-meta span:last-child {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --navy: #f2eee7;
    --navy-soft: #e7e0d5;
    --ivory: #0b1930;
    --paper: #10213c;
    --slate: #c0c8d2;
    --line: #6e7888;
    --line-strong: #9da6b2;
  }

  .hero-media,
  .service-photo {
    background: #25324a;
  }

  .booking-status:not(:empty) {
    background: #3e1720;
    color: #ffdce2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .header-book,
  .btn,
  .service-photo img,
  .toast {
    transition: none;
  }
}

/* MBOA_INSPIRED_EDITORIAL_POLISH_V1: composition quality, Akwa identity. */
:root { --polish-shadow: rgba(14,36,64,.14); }
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,5.25vw,4.6rem); 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.85rem,12vw,3.25rem); } .contact-page { gap: 40px; } }
@media (prefers-reduced-motion:reduce) { :is(.btn,.header-book,.service-card) { transition: none; } }

/* AKWA_MBOA_CONTACT_SURFACE_V2: Mboa depth hierarchy, Akwa palette and geometry. */
.contact-card { background: var(--navy); color: var(--ivory); border-color: var(--navy); border-radius: 0; min-height: 438px; box-shadow: 0 26px 64px rgba(11,25,48,.20), 0 8px 22px rgba(11,25,48,.08); }
.contact-card h2 { color: var(--ivory); max-width: none; }
.contact-card p:not(.section-label) { color: color-mix(in srgb, var(--ivory) 72%, transparent); max-width: 34ch; }
.contact-card > a:last-child { color: var(--ivory); border-color: color-mix(in srgb, var(--ivory) 52%, transparent); }
.contact-card .btn { box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.contact-page .sb-location-map__canvas { box-shadow: 0 18px 48px rgba(11,25,48,.12), 0 4px 14px rgba(11,25,48,.05); }
@media (hover:hover) and (pointer:fine) { .contact-card { transition: transform .28s cubic-bezier(.16,1,.3,1), box-shadow .28s ease; } .contact-card:hover { transform: translateY(-2px); box-shadow: 0 32px 72px rgba(11,25,48,.24), 0 10px 26px rgba(11,25,48,.10); } }
@media (max-width:680px) { .contact-card { min-height: 0; padding: 38px 30px 42px; } .contact-card h2 { max-width: 10ch; } }
@media (prefers-reduced-motion:reduce) { .contact-card { transition: none; transform: none; } }

/* MBOA_FULL_SITE_POLISH_V3 */
:root{--polish-radius:4px;--polish-radius-sm:3px;--polish-ease:cubic-bezier(.16,1,.3,1);--polish-shadow-soft:0 12px 34px rgba(14,36,64,.10);--polish-shadow-deep:0 26px 68px rgba(14,36,64,.18)}
: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(14,36,64,.10);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(14,36,64,.16)}: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(14,36,64,.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)}}

/* AKWA_SERVICE_CARD_SPACING_V5 */
.service-list{gap:24px;border:0}
.service-card{border:1px solid var(--navy)}
@media(max-width:725px){.service-list{gap:16px}}

/* AKWA_PLAIN_CLOSING_RHYTHM_V6 */
.closing:not(.closing-with-media){padding-block:var(--space-compact);grid-template-columns:minmax(0,1fr) auto;gap:clamp(32px,5vw,72px);align-items:center}
.closing:not(.closing-with-media) h2{max-width:none;text-wrap:balance}
@media(max-width:725px){.closing:not(.closing-with-media){grid-template-columns:1fr;gap:28px;align-items:start;padding-block:48px}}

/* AKWA_HOME_CRAFT_ITEMS_V7 */
.craft{align-items:start}
.craft-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;border:0;counter-reset:craft-item;align-self:start}
.craft-points article{counter-increment:craft-item;min-height:190px;padding:28px;position:relative;display:flex;flex-direction:column;align-items:flex-start;border:1px solid color-mix(in srgb,var(--navy) 78%,transparent);border-radius:var(--polish-radius);background:color-mix(in srgb,var(--paper) 92%,white);box-shadow:0 8px 22px rgba(14,36,64,.08)}
.craft-points article::before{content:counter(craft-item,decimal-leading-zero);margin-bottom:24px;color:var(--accent-text,var(--accent));font-size:12px;font-weight:720;letter-spacing:.12em;font-variant-numeric:tabular-nums}
.craft-points h3{font-size:clamp(1.55rem,2.25vw,1.9rem);line-height:1.08;text-wrap:balance}
.craft-points p{max-width:none;text-wrap:pretty}
@keyframes akwaCraftRevealV7{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.craft-points article.craft-item{opacity:0;transform:translateY(14px);transition:transform .22s var(--polish-ease),box-shadow .22s ease,border-color .22s ease,background-color .22s ease}
.craft-points article.craft-item.is-visible{opacity:1;transform:none;animation:akwaCraftRevealV7 .26s var(--polish-ease) backwards;animation-delay:calc(var(--craft-index,0) * 55ms)}
@media(hover:hover) and (pointer:fine){.craft-points article.craft-item.is-visible:hover{transform:translateY(-4px);border-color:var(--navy);background:var(--paper);box-shadow:0 18px 42px rgba(14,36,64,.16)}}
@media(max-width:725px){.craft-points{grid-template-columns:1fr;gap:14px}.craft-points article{min-height:0;padding:24px}.craft-points article::before{margin-bottom:18px}}
@media(prefers-reduced-motion:reduce){.craft-points article.craft-item,.craft-points article.craft-item.is-visible{opacity:1;transform:none;animation:none;transition:opacity .12s linear,background-color .12s linear,border-color .12s linear}}

/* AKWA_HOME_SECTION_ALIGNMENT_V8 */
.room-feature{width:min(calc(100% - 44px),var(--max));margin-inline:auto}
@media(min-width:901px){.room-copy{padding:clamp(56px,5vw,72px)}}
@media(max-width:725px){.room-feature{width:calc(100% - 28px)}}

/* AKWA_PRIMARY_FOOTER_V9 */
.site-footer{background:var(--navy);color:var(--paper);border-top-color:var(--navy)}
.site-footer .footer-grid p{color:color-mix(in srgb,var(--paper) 76%,var(--navy))}
.site-footer .footer-label{color:var(--paper)!important}
.site-footer a{color:var(--paper)}
.site-footer .footer-brand .brand-name,.site-footer .footer-brand .brand-monogram{color:var(--paper)}
.site-footer .footer-brand .brand-monogram{border-color:var(--paper)}
.site-footer .footer-brand .brand-name small{color:color-mix(in srgb,var(--paper) 76%,var(--navy))}
.site-footer .footer-bottom{border-top-color:color-mix(in srgb,var(--paper) 22%,var(--navy));color:color-mix(in srgb,var(--paper) 76%,var(--navy))}
/* Published pages are one language, so the header grid has no EN / FR column. */
.header-inner.header-inner--one-language { grid-template-columns: minmax(230px, 1fr) auto auto; }
@media (max-width: 1080px) { .header-inner.header-inner--one-language { grid-template-columns: 1fr auto; } }

/* A brand colour as dark as the contact card keeps its button's edge visible
   there (2026-09-26). */
.contact-card .btn-primary{border-color:var(--accent-edge,var(--accent,#b94731))}

/* On a phone the design's own hero photograph shows its people (they sit
   right of centre; the middle showed a wall), 2026-09-26. */
@media(max-width:899px){:root body section.hero .hero-media img[src*="hero-briefing"]{object-position:65% 42%}}

/* Wide screens (2026-09-26, Tumi: "most hero images are cropped"): from 1500px
   the hero grows with the width (45vw: about 60% of a 4:3 photograph shows,
   instead of half), and a business's own photograph is framed on its upper
   part, where heads are; the design's own photograph keeps its faces. */
@media(min-width:1500px){
  :root body section.hero{min-height:max(clamp(600px,84vh,820px),45vw)}
  :root body section.hero .hero-media img{object-position:50% 30%}
}

/* >>> standard 2026-09-25 */
/* ---- The finished sites' standard (goal 2026-09-25) ----------------------
   The photograph across the whole hero, the words on it in white over a dark
   fade from their side (the bottom on a phone, the left on a computer); no
   drawn ornaments in the hero; the menu on one row however many pages the
   business switches on; every service card the same size; sections at most
   68px a side (40px on a phone); headings across their column; photographs
   keep their frames in the editors, and a tap beside the hero's words
   reaches the photograph. The rules start ":root body" so they outweigh a
   design's own, which some scope under a page class. */
:root body .hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr;grid-template-rows:none;align-items:end;align-content:end;width:100%;max-width:none;min-height:max(460px,calc(100svh - 250px));margin:0;padding:0;background:#141a19;border:0;border-radius:0;box-shadow:none;overflow:hidden;gap:0}
:root body .hero::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;display:block;width:auto;height:auto;border:0;transform:none;background:linear-gradient(0deg,rgba(12,16,15,.92) 0%,rgba(12,16,15,.78) 45%,rgba(12,16,15,.5) 80%,rgba(12,16,15,.4) 100%)}
:root body .hero::after{display:none}
:root body .hero-media{position:absolute;inset:0;z-index:-2;grid-area:auto;width:100%;height:100%;min-height:0;max-height:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;transform:none;clip-path:none;overflow:hidden}
:root body .hero-media img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 42%;border:0;border-radius:0;box-shadow:none;transform:none;filter:none}
:root body .hero-media::before,:root body .hero-media::after,:root body .hero-media figcaption{display:none}
:root body :is(.hero-copy,.hero-plan){position:relative;z-index:1;grid-area:auto;width:100%;max-width:none;margin:0;padding:28px 20px 30px;background:none;border:0;box-shadow:none;color:#fff;transform:none;pointer-events:none}
:root body :is(.hero-copy,.hero-plan) > *{pointer-events:auto}
:root body :is(.hero-copy,.hero-plan) :is(h1,p,.hero-lede,.hero-trust,.hero-scope,.hero-kicker){color:#fff;transform:none}
:root body :is(.hero-copy,.hero-plan) h1{max-width:14ch;text-wrap:balance}
:root body :is(.hero-copy,.hero-plan) .hero-lede{max-width:44ch;color:#e6ebe8}
:root body .hero-actions{position:static;left:auto;margin-top:22px;display:flex;flex-wrap:wrap;gap:10px}
:root body .hero-actions .btn{left:auto;transform:none}
:root body .hero :is(.btn-secondary,.btn-outline){background:transparent;border-color:#fff;color:#fff}
:root body .hero :is(.btn-secondary,.btn-outline):hover{background:#fff;color:#141a19}
:root body :is(.hero-band,.coordinate-rule,.hero-folio){display:none}
:root body .hero-facts{position:relative;z-index:1;grid-area:auto;margin:0;padding:0 20px 26px;color:#fff;background:none;border:0}
:root body .hero-facts :is(dt,dd){color:#fff}
@media(min-width:900px){
  :root body .hero{align-items:center;align-content:center;min-height:clamp(600px,84vh,820px);padding:clamp(40px,7vh,90px) max(24px,calc((100% - var(--max,1240px))/2))}
  :root body .hero::before{background:linear-gradient(90deg,rgba(12,16,15,.9) 0%,rgba(12,16,15,.72) 38%,rgba(12,16,15,.2) 68%,rgba(12,16,15,0) 84%)}
  :root body :is(.hero-copy,.hero-plan){width:min(640px,54%);padding:0}
  :root body .hero-facts{width:min(640px,54%);padding:28px 0 0}
}
/* The menu on one row beside the header's booking button, however many
   pages are on: the links close up. */
@media(min-width:1025px){
  :root body .site-menu{flex-wrap:nowrap;gap:clamp(9px,.95vw,15px)}
  :root body .site-menu:has(> a:nth-child(7)) a{font-size:13px;white-space:nowrap;letter-spacing:0}
  :root body .header-inner:has(.site-menu > a:nth-child(7)) .header-book{padding-inline:14px;font-size:13px;white-space:nowrap}
}
/* Every service card the same size: a photograph on top, its words, its
   button; no giant first card with an empty panel. */
:root body .service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(16px,2vw,24px)}
:root body .service-list > .service-card{grid-column:auto;grid-row:auto;display:flex;flex-direction:column;min-height:0;height:auto}
:root body .service-list > .service-card > .service-photo{display:block;width:100%;height:auto;aspect-ratio:4/3;min-height:0;overflow:hidden}
:root body .service-list > .service-card > .service-photo img{width:100%;height:100%;object-fit:cover}
:root body .service-list > .service-card > .service-card-copy{flex:1;min-height:0}
:root body .service-list > .service-card > .sb-shop-add{align-self:flex-start;margin:0 20px 20px}
/* Sections at most 68px a side; headings across their column. */
:root body .section{padding-top:clamp(40px,5vw,68px);padding-bottom:clamp(40px,5vw,68px)}
:root body .section.eng-sec{padding-top:clamp(36px,4vw,52px);padding-bottom:clamp(36px,4vw,52px)}
:root body .quote-section{padding-top:clamp(40px,5vw,68px);padding-bottom:clamp(40px,5vw,68px)}
:root body :is(.section,.quote-section) > :first-child{margin-top:0}
:root body :is(.section,.quote-section) > :last-child{margin-bottom:0}
:root body .eng-sec .eng-head{margin-top:0}
@media(max-width:760px){:root body :is(.section,.quote-section){padding-top:40px;padding-bottom:40px}}
:root body :is(.section h2,.section-head h2){max-width:none}
/* The editors: every photograph keeps its frame inside the editor's wrapper. */
:root body .hero-media > [data-paurtal-img-wrap]{position:absolute !important;inset:0;width:100% !important;height:100% !important}
:root body :is(figure,.service-photo,.eng-card__photo) > [data-paurtal-img-wrap]{display:block !important;width:100%;height:100%}
/* No drawn lines or dots on the hero words; the cart never covers the
   hero buttons on a phone; engine bands keep the same gaps, whatever
   class the design gives its sections. */
:root body :is(.hero-copy,.hero-plan)::before,:root body :is(.hero-copy,.hero-plan)::after{display:none}
:root body :is(.hero-copy,.hero-plan) :is(h1,.hero-lede,.hero-kicker){position:relative;left:auto;right:auto;top:auto}
@media(max-width:699px){:root body .hero-actions{padding-right:58px}}
:root body .eng-sec{margin-top:0;margin-bottom:0;padding-top:clamp(36px,4vw,52px);padding-bottom:clamp(36px,4vw,52px)}
@media(min-width:1025px){:root body .site-menu > a{flex-shrink:0}:root body .site-menu > .mobile-book{display:none}}
/* The steps and principle boxes as tall as their words. */
:root body .process li,:root body .craft-points article{min-height:0}
@media(min-width:900px){:root body .hero-actions .btn{width:auto;flex:0 0 auto}}
/* <<< standard 2026-09-25 */
