:root {
  --paper: #f4f0e9;
  --soft: #e9e2d8;
  --white: #fff;
  --ink: #11110f;
  --muted: #68635d;
  --line: rgba(17, 17, 15, 0.18);
  --accent: #742333;
  --promo-height: 38px;
  --nav-height: 62px;
  --header-height: calc(var(--promo-height) + var(--nav-height));
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.dialog-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.screen {
  min-height: 100vh;
  min-height: 100dvh;
}

.skip-link {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 50;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.14), transparent);
}

.promo-bar {
  min-height: var(--promo-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px max(12px, env(safe-area-inset-right)) 7px max(12px, env(safe-area-inset-left));
  background: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.promo-bar button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 9px;
  text-transform: uppercase;
  cursor: pointer;
}

.topbar {
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: max(16px, env(safe-area-inset-left));
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.wordmark,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  font-family: "Arial Narrow", "Aptos Narrow", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.wordmark span,
.footer-brand span {
  margin-top: 4px;
  font-size: 7px;
  letter-spacing: 0.24em;
}

.topbar-actions {
  display: flex;
  align-items: stretch;
  gap: 2px;
}

.text-button {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: max(760px, 100dvh);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: #272624;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
  object-fit: cover;
  object-position: 43% center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(to top, rgba(8, 8, 7, 0.97) 0%, rgba(8, 8, 7, 0.66) 42%, rgba(8, 8, 7, 0.1) 72%),
    linear-gradient(to right, rgba(8, 8, 7, 0.28), transparent 70%);
}

.hero-content {
  padding-block: 146px 112px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--muted);
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(40px, 11.7vw, 80px);
  line-height: 0.98;
}

h2 {
  font-size: clamp(34px, 8.2vw, 62px);
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.14;
}

.hero-copy {
  max-width: 590px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.5;
}

.offer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.offer-chips span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.button-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.hero-note {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.hero-proof {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-proof span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 7px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.hero-proof span + span {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
}

.section-space {
  padding-block: 78px;
}

.editorial-grid,
.consultation-grid,
.faq-grid {
  display: grid;
  gap: 34px;
}

.consultation-layout {
  display: grid;
  gap: 42px;
}

.story-copy {
  max-width: 600px;
}

.story-copy p,
.craft-copy > p,
.consultation-copy > p,
.step p,
.offer-card > p {
  margin: 0;
  color: var(--muted);
}

.story-copy p + p {
  margin-top: 18px;
}

.underlined-link,
.terms-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.craft {
  display: grid;
  background: var(--white);
}

.craft-image-wrap {
  min-height: 440px;
  overflow: hidden;
}

.craft-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.craft-copy {
  padding: 58px 16px 66px;
}

.craft-copy > p {
  margin-top: 20px;
}

.spec-list,
.consultation-points {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.spec-list li,
.consultation-points li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.spec-list li::before,
.consultation-points li::before {
  content: "•";
  position: absolute;
  inset-inline-start: 2px;
  color: var(--accent);
}

.ink {
  background: var(--ink);
  color: var(--white);
}

.steps {
  display: grid;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.step {
  padding-block: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.step > span {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.step p {
  max-width: 390px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.offer {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  overflow: hidden;
}

.offer > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.offer-card {
  position: relative;
  width: min(100%, 570px);
  padding: 28px;
  background: rgba(248, 245, 240, 0.95);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.offer-card > p {
  margin-top: 18px;
}

.offer-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 20px;
  border-block: 1px solid var(--line);
}

.offer-benefits div {
  min-width: 0;
  display: grid;
  align-content: center;
  min-height: 104px;
  padding: 14px;
}

.offer-benefits div + div {
  border-inline-start: 1px solid var(--line);
}

.offer-benefits strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.offer-benefits span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-card .button {
  width: 100%;
}

.offer-card .terms-link {
  width: fit-content;
  margin: 8px auto 0;
}

.consultation {
  background: var(--white);
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.consultation-copy > p {
  max-width: 510px;
  margin-top: 20px;
}

.inline-enquiry {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 22px 56px rgba(17, 17, 15, 0.08);
}

.soft {
  background: var(--soft);
}

.accordion {
  border-top: 1px solid var(--ink);
}

.faq-item {
  border-bottom: 1px solid var(--ink);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border: 0;
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: start;
  cursor: pointer;
}

.faq-item button span:last-child {
  flex: 0 0 auto;
  font-size: 20px;
  transition: transform 180ms ease;
}

.faq-item button[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 36px 20px 0;
  color: var(--muted);
}

[dir="rtl"] .faq-answer {
  padding: 0 0 20px 36px;
}

.faq-answer p {
  margin: 0;
}

.site-footer {
  padding-block: 58px 112px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 24px;
}

.footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-actions button {
  min-height: 38px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: inherit;
  font-size: 12px;
  cursor: pointer;
}

.sticky-action {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 40;
  padding: 9px 12px max(9px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(244, 240, 233, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.sticky-action .button {
  width: 100%;
}

.panel-dialog,
.booking-dialog,
.info-dialog {
  max-width: none;
  max-height: none;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

.panel-dialog {
  width: min(100%, 520px);
  height: 100%;
  margin: 0 0 0 auto;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) 20px;
}

[dir="rtl"] .panel-dialog {
  margin: 0 auto 0 0;
}

.booking-dialog {
  width: min(100%, 680px);
  min-height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
}

[dir="rtl"] .booking-dialog {
  margin: 0 auto 0 0;
}

.booking-shell {
  min-height: 100%;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
}

.info-dialog {
  width: min(calc(100% - 24px), 620px);
  margin: auto;
  padding: 24px;
}

.panel-dialog::backdrop,
.booking-dialog::backdrop,
.info-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dialog-header p {
  margin: 0;
}

.dialog-header button {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.dialog-nav {
  display: grid;
  margin-top: 28px;
}

.dialog-nav a,
.dialog-nav > button {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  text-align: start;
  cursor: pointer;
}

.language-list {
  display: grid;
  margin-top: 20px;
}

.language-list button {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-size: 16px;
  text-align: start;
  cursor: pointer;
}

.language-list button[aria-selected="true"] {
  font-weight: 700;
}

.language-list button[aria-selected="true"]::before {
  content: "•";
  margin-inline-end: 8px;
  color: var(--accent);
}

.language-list button span {
  margin-inline-start: auto;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.language-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.booking-intro {
  margin: 34px 0 26px;
}

.booking-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.consultation-form {
  display: grid;
  gap: 18px;
}

.form-progress {
  height: 3px;
  overflow: hidden;
  background: var(--soft);
}

.form-progress span {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--accent);
  transition: width 180ms ease;
}

.consultation-form[data-step="2"] .form-progress span {
  width: 100%;
}

.step-label {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.consultation-form fieldset {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  border: 0;
}

.consultation-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
  appearance: none;
}

.consultation-form textarea {
  min-height: 92px;
  resize: vertical;
}

.consultation-form select {
  padding-inline-end: 24px;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

[dir="rtl"] .consultation-form select {
  padding-inline: 24px 0;
  background-position: 13px 50%, 8px 50%;
}

.consent-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
}

.consent-field input {
  width: 20px;
  min-height: 20px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.form-actions {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8px;
}

.consultation-form fieldset > .button,
.form-actions .button {
  width: 100%;
}

.inline-privacy {
  width: fit-content;
  min-height: 36px;
  margin-top: -8px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status:not(:empty) {
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.form-status[data-tone="success"] {
  border-color: rgba(31, 102, 65, 0.35);
  background: #edf6f0;
  color: #164b2d;
}

.form-success-panel {
  padding: 28px;
  border: 1px solid rgba(31, 102, 65, 0.28);
  background: #edf6f0;
}

.form-success-panel h3 {
  margin-top: 16px;
}

.form-success-panel p {
  margin: 16px 0 0;
  color: #275b3d;
}

.form-success-panel strong {
  color: #164b2d;
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  letter-spacing: 0.08em;
}

.honeypot {
  position: absolute !important;
  inset-inline-start: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.info-dialog h2 {
  margin-top: 30px;
  font-size: 34px;
}

.info-dialog > p {
  margin: 20px 0 0;
  color: var(--muted);
}

.info-dialog > .button {
  width: 100%;
  margin-top: 26px;
}

.consent-banner {
  position: fixed;
  inset-inline: 12px;
  inset-block-end: calc(74px + env(safe-area-inset-bottom));
  z-index: 80;
  width: min(calc(100% - 24px), 560px);
  margin-inline: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #171714;
  color: var(--white);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.36);
}

.consent-banner h2 {
  font-family: "Arial Narrow", "Aptos Narrow", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.consent-banner p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.consent-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.consent-actions .button-outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--white);
}

@media (hover: hover) {
  .button-light:hover {
    background: var(--paper);
  }

  .button-ghost:hover {
    background: var(--white);
    color: var(--ink);
  }

  .button-dark:hover {
    background: var(--accent);
  }

  .button-outline:hover {
    border-color: var(--accent);
    color: var(--accent);
  }

  .language-list button:hover,
  .dialog-nav a:hover,
  .dialog-nav > button:hover {
    color: var(--accent);
  }
}

@media (min-width: 720px) {
  .container {
    width: min(calc(100% - 64px), var(--max));
  }

  .topbar {
    padding-inline: 32px;
  }

  .promo-bar {
    font-size: 11px;
  }

  .hero-content {
    padding-block-end: 138px;
  }

  .section-space {
    padding-block: 112px;
  }

  .editorial-grid,
  .consultation-grid,
  .faq-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 8vw;
    align-items: start;
  }

  .consultation-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 7vw;
    align-items: start;
  }

  .inline-enquiry {
    padding: 36px;
  }

  .craft {
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  }

  .craft-copy {
    padding: 9vw 7vw;
  }

  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .step {
    min-height: 284px;
    padding: 26px;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.24);
  }

  .step:last-child {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.24);
  }

  .offer {
    min-height: 820px;
    padding: 40px;
  }

  .offer-card {
    padding: 40px;
  }

  .sticky-action {
    display: none;
  }

  .consent-banner {
    inset-inline: auto 24px;
    inset-block-end: 24px;
    margin: 0;
  }

  .consent-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    padding-block-end: 58px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr auto;
    align-items: end;
  }

  .footer-grid > p:last-child {
    grid-column: 1 / -1;
    margin-top: 24px;
  }

  .booking-dialog {
    min-height: 100%;
  }

  .booking-shell {
    padding: 32px 42px 42px;
  }
}

@media (min-width: 1080px) {
  .hero-media {
    object-position: center 30%;
  }

  .craft-image-wrap {
    min-height: 690px;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .hero {
    min-height: 660px;
  }

  .hero-content {
    padding-block: 122px 98px;
  }

  h1 {
    font-size: clamp(38px, 7vw, 58px);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
