/* ==========================================================================
   Baroque Bavaria — production stylesheet
   Ported from design_handoff_baroque_bavaria. Inline prototype styles have
   been consolidated into tokens + classes; values are unchanged.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Fonts (self-hosted — no request leaves the visitor's browser to a third
   party, which is why the privacy policy needs no external-fonts clause)
   -------------------------------------------------------------------------- */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/cormorant-garamond-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/cormorant-garamond-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/karla-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/karla-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   Tokens
   -------------------------------------------------------------------------- */

:root {
  /* Palette */
  --parchment: #f6f1e7;
  --parchment-deep: #efe7d7;
  --parchment-light: #fbf8f1;
  --field: #fffdf8;
  --ink: #17140f;
  --ink-80: #3e382f;
  --ink-55: #6b6257;
  --gold: #8a6b2f;
  --gold-light: #c9a455;
  --gold-pale: #c9b78f;

  /* Hairlines — light sections */
  --hair-10: rgba(23, 20, 15, 0.1);
  --hair-12: rgba(23, 20, 15, 0.12);
  --hair-14: rgba(23, 20, 15, 0.14);
  --hair-16: rgba(23, 20, 15, 0.16);
  --hair-22: rgba(23, 20, 15, 0.22);
  --hair-25: rgba(23, 20, 15, 0.25);

  /* Hairlines and text — dark sections */
  --dhair-16: rgba(239, 231, 215, 0.16);
  --dhair-18: rgba(239, 231, 215, 0.18);
  --dhair-28: rgba(239, 231, 215, 0.28);
  --dtext-78: rgba(239, 231, 215, 0.78);
  --dtext-75: rgba(239, 231, 215, 0.75);
  --dtext-72: rgba(239, 231, 215, 0.72);
  --dtext-68: rgba(239, 231, 215, 0.68);
  --dtext-65: rgba(239, 231, 215, 0.65);
  --dtext-60: rgba(239, 231, 215, 0.6);
  --dtext-50: rgba(239, 231, 215, 0.5);

  /* Type */
  --serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans: 'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Rhythm */
  --pad-y: clamp(64px, 8vw, 104px);
  --pad-x: clamp(20px, 4vw, 48px);
  --gap-row: clamp(32px, 4vw, 56px);
  --header-h: 88px;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

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

/* The UA rule for [hidden] is display:none at element specificity, so any
   class that sets a display value beats it. Everything toggled with .hidden
   in site.js depends on this. */
[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

::selection {
  background: #e3d6bb;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}
a:hover {
  color: var(--ink);
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: balance;
}

p {
  margin: 0;
  text-wrap: pretty;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* Focus — not designed in the prototype. Square, gold, matches the hairline
   language; never removed, only replaced. */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.dark :focus-visible,
.footer :focus-visible {
  outline-color: var(--gold-light);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--parchment);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.skip-link:focus {
  left: 0;
  color: var(--parchment);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Anchored sections must clear the sticky header. */
[id] {
  scroll-margin-top: var(--header-h);
}

/* --------------------------------------------------------------------------
   Shared type utilities
   -------------------------------------------------------------------------- */

.eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}
.dark .eyebrow {
  color: var(--gold-light);
}

.kicker {
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.label {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.dark .label {
  color: var(--gold-light);
}

.lead {
  max-width: 46ch;
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--ink-80);
}

.muted {
  color: var(--ink-55);
}

/* --------------------------------------------------------------------------
   Buttons and links
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.btn--dark {
  background: var(--ink);
  color: var(--parchment);
}
.btn--dark:hover {
  background: var(--gold);
  color: var(--parchment);
}

.btn--outline {
  background: none;
  border-color: var(--hair-25);
  color: var(--ink);
}
.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Inverted — only inside the dark Grand Tour section */
.btn--invert {
  background: var(--parchment-deep);
  color: var(--ink);
}
.btn--invert:hover {
  background: var(--gold-light);
  color: var(--ink);
}

.btn--wide {
  min-height: 50px;
  padding: 16px 34px;
}

.textlink {
  align-self: flex-start;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.textlink:hover {
  border-color: var(--ink);
}

.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-55);
}
.pill {
  padding: 7px 13px;
  border: 1px solid var(--hair-16);
}
.dark .pill-row {
  color: var(--dtext-65);
}
.dark .pill {
  border-color: var(--dhair-28);
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px var(--pad-x);
  background: rgba(246, 241, 231, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hair-10);
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  color: var(--ink);
}
.brand:hover {
  color: var(--ink);
}
.brand__name {
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: 0.04em;
}
.brand__tag {
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 28px);
  font-size: 13.5px;
  letter-spacing: 0.06em;
}
/* :not(.btn) matters: a bare `.nav a` rule outranks `.btn--dark` and would
   paint the BOOK button's label ink-on-ink. */
.nav a:not(.btn) {
  color: var(--ink-80);
}
.nav a:not(.btn):hover {
  color: var(--ink);
}
.nav .btn {
  min-height: 44px;
  padding: 13px 22px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
}

/* Mobile navigation — not in the prototype. A square drawer, same hairline
   and parchment language, no radius, no shadow. */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 16px;
  background: none;
  border: 1px solid var(--hair-25);
  border-radius: 0;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-toggle:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.nav-toggle__bars {
  position: relative;
  display: block;
  width: 16px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.nav-toggle__bars::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid currentColor;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }
  /* The drawer wraps onto its own row inside the sticky header rather than
     being positioned under a guessed header height — no sliver of page shows
     through between the two, whatever the header ends up measuring. */
  .header {
    flex-wrap: wrap;
    row-gap: 0;
    padding-bottom: 16px;
  }
  .nav {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    /* Stays inside the header's own padding, so the hairlines line up with
       the wordmark above them. */
    margin: 8px 0 -16px;
    padding: 8px 0 20px;
    font-size: 16px;
    letter-spacing: 0.04em;
    max-height: calc(100dvh - 140px);
    overflow-y: auto;
  }
  .nav a:not(.btn) {
    padding: 15px 0;
    border-bottom: 1px solid var(--hair-12);
  }
  .nav .btn {
    margin-top: 18px;
    align-self: flex-start;
  }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  border-bottom: 1px solid var(--hair-10);
}

.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: clamp(56px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.hero__text h1 {
  font-size: clamp(38px, 6.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.01em;
}
.hero__text h1 em {
  color: var(--gold);
}

.hero__sub {
  max-width: 46ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-55);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero__meta {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--hair-12);
  font-size: 13.5px;
  color: var(--ink-55);
}

.hero__media {
  position: relative;
  min-height: clamp(340px, 52vw, 660px);
}

/* The hero grid stacks below 840px (2 x 420px tracks). At exactly that point
   the photograph moves above the text, as specified in the handoff — but not
   before, or it would sit left of the headline on desktop. */
@media (max-width: 839px) {
  .hero__media {
    order: -1;
  }
}

/* Frame: every image sits in a fixed-height box and covers it. */
.frame {
  position: relative;
  overflow: hidden;
  background: var(--parchment-deep);
}
.frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   Proof strip
   -------------------------------------------------------------------------- */

/* The prototype ended this grid with a full-width 72px spacer element. That
   element occupies every track, so auto-fit can never collapse the unused
   fourth track and the three cells sit squashed to the left above ~1350px.
   The spacer is layout padding, so it is padding here — three equal cells,
   as the handoff describes, at every width. */
.proof {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(48px, 6vw, 72px) var(--pad-x) 72px;
  border-bottom: 1px solid var(--hair-10);
}
.proof__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof__item .frame {
  height: clamp(220px, 26vw, 260px);
}
.proof__caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 12px;
}
.proof__caption span:last-child {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-80);
}
/* --------------------------------------------------------------------------
   Tours
   -------------------------------------------------------------------------- */

.tours {
  padding: var(--pad-y) var(--pad-x) 24px;
}

.tours__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.tours__head h2 {
  margin-top: 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}
.tours__head p {
  max-width: 40ch;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-55);
}

.tour {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: var(--gap-row);
  align-items: center;
  padding-bottom: 84px;
}
.tour--last {
  padding-bottom: 40px;
}
.tour .frame {
  height: clamp(300px, 42vw, 470px);
}
/* Image right: swap the visual order without reordering the source, so the
   text still comes first for screen readers and on a stacked layout. */
.tour--flip .frame {
  order: 2;
}
/* The tour grid stacks below 800px (2 x 400px tracks); from there the image
   goes back on top for every tour, alternating sides being meaningless once
   there is only one column. */
@media (max-width: 799px) {
  .tour--flip .frame {
    order: 0;
  }
}

.tour__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tour__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.tour__num {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1;
  color: var(--gold-pale);
}
.tour__titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tour__titles h3 {
  font-size: clamp(25px, 3vw, 33px);
  line-height: 1.18;
}
.tour__sub {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.tour__copy {
  font-size: 16.5px;
  line-height: 1.68;
  color: var(--ink-80);
}
.tour__note {
  font-size: 14.5px;
  color: var(--ink-55);
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 8px;
  border-top: 1px solid var(--hair-12);
}
.highlights ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 7px 24px;
  font-size: 15px;
  color: var(--ink-80);
}

.tour .textlink {
  margin-top: 6px;
}

.tours__divider {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 84px;
  padding: 26px 0;
  border-top: 1px solid var(--hair-14);
  border-bottom: 1px solid var(--hair-14);
}
.tours__divider .eyebrow {
  white-space: nowrap;
}
.tours__divider p {
  flex: 1 1 340px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-80);
}

/* --------------------------------------------------------------------------
   Dark sections (Grand Tour, Rates)
   -------------------------------------------------------------------------- */

.dark {
  background: var(--ink);
  color: var(--parchment-deep);
}
.dark a {
  color: var(--gold-light);
}
.dark a:hover {
  color: var(--parchment-deep);
}

.grand {
  margin-top: 88px;
  padding: var(--pad-y) 0 0;
}

.grand__intro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: clamp(32px, 4vw, 64px);
  align-items: end;
  padding: 0 var(--pad-x) 64px;
}
.grand__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grand__text h2 {
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.06;
}
.grand__text h2 em {
  color: var(--gold-light);
}
.grand__text p {
  max-width: 44ch;
  font-size: 17px;
  line-height: 1.7;
  color: var(--dtext-78);
}
.grand__text .btn {
  align-self: flex-start;
  margin-top: 10px;
}
/* Makes the commercial boundary explicit: the guiding is the product, the
   overnight stays are the guest's own booking. */
.grand__note {
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--dtext-60);
}
.grand__media {
  height: clamp(280px, 38vw, 420px);
}

.grand__days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1px;
  background: var(--dhair-18);
  border-top: 1px solid var(--dhair-18);
}
.day {
  display: flex;
  flex-direction: column;
  background: var(--ink);
}
.day .frame {
  height: clamp(200px, 24vw, 240px);
  background: #241f18;
}
.day__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 38px 34px;
}
.day__body h3 {
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 1.14;
}
.day__timeline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--dtext-72);
}
.day__timeline dt {
  color: var(--gold-light);
  white-space: nowrap;
}
.day__timeline dd {
  margin: 0;
}

.grand__close {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: var(--gap-row);
  padding: clamp(56px, 6vw, 76px) var(--pad-x) var(--pad-y);
  border-top: 1px solid var(--dhair-18);
}
.grand__close > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.grand__close p {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.72;
  color: var(--dtext-72);
}
.variants {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--dtext-72);
}
.variants strong {
  color: var(--parchment-deep);
  font-weight: 500;
}
.variants + span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--dtext-50);
}

/* --------------------------------------------------------------------------
   Beyond Munich
   -------------------------------------------------------------------------- */

.beyond {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  border-top: 1px solid var(--hair-12);
  border-bottom: 1px solid var(--hair-12);
}
.beyond__panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(56px, 7vw, 88px) clamp(24px, 4vw, 56px);
}
.beyond__panel--left {
  border-right: 1px solid var(--hair-12);
}
.beyond__panel--right {
  background: var(--parchment-deep);
}
.beyond__panel h2 {
  font-size: clamp(27px, 3.4vw, 38px);
  line-height: 1.12;
}
.beyond__panel p {
  max-width: 44ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-80);
}
.beyond__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 8px 24px;
  margin-top: 8px;
  font-size: 15px;
  color: var(--ink-55);
}
.beyond__panel .textlink {
  margin-top: 8px;
}
.beyond__panel > span:not([class]) {
  font-size: 14.5px;
  color: var(--ink-55);
}

/* --------------------------------------------------------------------------
   Rates
   -------------------------------------------------------------------------- */

.rates {
  padding: var(--pad-y) var(--pad-x);
}
.rates__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: clamp(36px, 4vw, 72px);
  align-items: start;
}
.rates__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rates__intro h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
.rates__intro p {
  max-width: 40ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--dtext-72);
}
.rates__intro p + p {
  font-size: 14px;
  color: var(--dtext-50);
}

/* Hairline grids draw their dividers as a 1-2px gap over a coloured
   container. That only works while the last row is full — an unfilled cell
   shows the container colour as a solid block. auto-fit cannot guarantee it
   (it only collapses tracks that are empty in every row), so the column count
   is pinned to divisors of the item count: 4 prices means 1 or 2 columns. */
.prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(239, 231, 215, 0.16);
}
@media (min-width: 620px) {
  .prices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px 28px;
  background: var(--ink);
}
.price__label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.price__value {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
}
.price__note {
  font-size: 14px;
  color: var(--dtext-60);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 32px;
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid var(--dhair-18);
}
.step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.step__title {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--gold-light);
}
.step span:last-child {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--dtext-68);
}

/* --------------------------------------------------------------------------
   Your guide
   -------------------------------------------------------------------------- */

.guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  padding: var(--pad-y) var(--pad-x);
}
.guide .frame {
  height: clamp(340px, 46vw, 520px);
}
.guide__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.guide__body h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
.guide__body p {
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-80);
}
.guide__body p:last-child {
  font-size: 15.5px;
  color: var(--ink-55);
}
/* Four rhetorical questions — deliberately not a list: no bullets, no markers. */
.guide__questions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-width: 50ch;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.45;
  color: var(--ink);
}

/* Placeholder frame for the portrait that has not been photographed yet. */
.frame--empty {
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--parchment-deep);
  border: 1px dashed var(--hair-25);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-55);
}

/* --------------------------------------------------------------------------
   Booking
   -------------------------------------------------------------------------- */

.booking {
  padding: 0 var(--pad-x) var(--pad-y);
}
.booking__frame {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  border: 1px solid var(--hair-14);
  background: var(--parchment-light);
}
.booking__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  padding: clamp(36px, 4vw, 52px) clamp(24px, 3vw, 44px);
  background: var(--parchment-deep);
}
.booking__aside h2 {
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.1;
}
.booking__aside p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-80);
}
.booking__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--hair-14);
  font-size: 14.5px;
  color: var(--ink-55);
}
.booking__contact a {
  font-size: 15.5px;
}
.booking__panel {
  min-width: 0;
  padding: clamp(36px, 4vw, 52px) clamp(20px, 3vw, 32px);
}

.form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
  gap: 22px;
}
.form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-55);
}
.form__field--full {
  grid-column: 1 / -1;
}

.form input[type='date'],
.form input[type='time'],
.form input[type='number'],
.form input[type='text'],
.form input[type='email'],
.form select,
.form textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid var(--hair-22);
  border-radius: 0;
  background: var(--field);
  color: var(--ink);
  font-size: 15.5px;
  letter-spacing: 0;
  text-transform: none;
}
.form textarea {
  resize: vertical;
}
.form select {
  /* Safari otherwise rounds the corners and ignores the background. */
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-55) 50%),
    linear-gradient(135deg, var(--ink-55) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 1px), calc(100% - 13px) calc(50% + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}
.form :is(input, select, textarea):hover {
  border-color: var(--hair-25);
}

/* Error state — flagged as missing in the handoff. Hairline + gold, no red
   fill: the palette has no saturated colour and should not gain one. */
.form :is(input, select, textarea)[aria-invalid='true'] {
  border-color: #a4462a;
  background: #fff7f3;
}
.form__error {
  display: none;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #a4462a;
}
.form__field.is-invalid .form__error {
  display: block;
}

.form__consent {
  display: flex;
  /* .form__field above sets column direction; the checkbox belongs beside its
     label, not above it. */
  flex-direction: row;
  align-items: flex-start;
  gap: 11px;
  grid-column: 1 / -1;
  font-size: 13.5px;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-55);
}
.form__consent input {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.form__submit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.form__reassurance {
  font-size: 13.5px;
  color: var(--ink-55);
}
.form button[disabled] {
  opacity: 0.55;
  cursor: progress;
}

/* Submission failure — the enquiry is the only conversion on the site, so a
   failed send must never look like a success. */
.form__status {
  grid-column: 1 / -1;
  padding: 16px 18px;
  border: 1px solid #a4462a;
  background: #fff7f3;
  font-size: 14.5px;
  line-height: 1.6;
  color: #7d3520;
}
.form__status a {
  color: #7d3520;
  border-bottom: 1px solid currentColor;
}

.confirmation {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 16px 0;
}
.confirmation__greeting {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.1;
}
.confirmation p {
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-80);
}
.confirmation__summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 22px;
  background: var(--parchment-deep);
  font-size: 14.5px;
  color: var(--ink-80);
}
.confirmation__summary dt {
  color: var(--ink-55);
}
.confirmation__summary dd {
  margin: 0;
}
.confirmation .btn {
  align-self: flex-start;
  min-height: 44px;
  padding: 13px 26px;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.faq {
  padding: 0 var(--pad-x) var(--pad-y);
}
.faq > h2 {
  margin-bottom: 44px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
/* Same rule as .prices: 6 questions means 1, 2 or 3 columns, never 4. */
.faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--hair-12);
}
@media (min-width: 660px) {
  .faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1040px) {
  .faq__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Not an accordion — every answer stays visible. */
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 34px;
  background: var(--parchment);
}
.faq__q {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
}
.faq__a {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-55);
}

/* --------------------------------------------------------------------------
   Closing CTA
   -------------------------------------------------------------------------- */

.closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: clamp(64px, 8vw, 96px) var(--pad-x);
  background: var(--parchment-deep);
  border-top: 1px solid var(--hair-12);
  text-align: center;
}
.closing h2 {
  max-width: 24ch;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.08;
}
.closing__line {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--gold);
}
.closing .btn {
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer {
  padding: clamp(56px, 7vw, 72px) var(--pad-x) 40px;
  background: var(--ink);
  color: var(--dtext-75);
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: clamp(28px, 3vw, 44px);
  padding-bottom: 44px;
  border-bottom: 1px solid var(--dhair-16);
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14.5px;
}
.footer__brand {
  gap: 12px;
}
.footer__brand span:first-child {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--parchment-deep);
}
.footer__brand span:last-child {
  line-height: 1.7;
}
.footer__heading {
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.footer a {
  color: var(--dtext-75);
}
.footer a:hover {
  color: var(--parchment-deep);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 26px;
  font-size: 13px;
  color: var(--dtext-50);
}

/* --------------------------------------------------------------------------
   Legal pages
   -------------------------------------------------------------------------- */

.legal-banner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px var(--pad-x);
  background: var(--ink);
  color: var(--parchment-deep);
}
.legal-banner__title {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.1;
  color: var(--gold-light);
  white-space: nowrap;
}
.legal-banner p {
  max-width: 100ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(239, 231, 215, 0.8);
}
.legal-banner strong {
  color: var(--parchment-deep);
  font-weight: 500;
}

.legal-section {
  padding: clamp(56px, 7vw, 88px) var(--pad-x) clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--hair-12);
}
.legal-section--last {
  padding-bottom: clamp(56px, 7vw, 88px);
  border-bottom: none;
}
.legal-section--deep {
  background: var(--parchment-deep);
}
.legal-section__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(32px, 4vw, 64px);
  max-width: 1240px;
}
.legal-section__aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.legal-section__aside h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
.legal-section__aside p {
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-55);
}
.legal-section__aside p + p {
  padding-top: 12px;
  border-top: 1px solid var(--hair-14);
  font-size: 14px;
  line-height: 1.6;
}
.legal-section__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 72ch;
}
.clause {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.clause h3 {
  font-size: 24px;
  line-height: 1.25;
}
.clause h3 .gloss {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.clause p,
.clause .clause__address {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-80);
}
.clause__address {
  line-height: 1.75;
}
/* Editorial notes for whoever finalises the text. Delete before launch. */
.clause__note {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-55);
}
.clause__table {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 22px;
  padding: 18px 20px;
  background: var(--parchment);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-80);
}
.legal-section--deep .clause__table {
  background: var(--parchment);
}
.legal-section:not(.legal-section--deep) .clause__table {
  background: var(--parchment-deep);
}
.clause__table dt {
  color: var(--ink-55);
  white-space: nowrap;
}
.clause__table dd {
  margin: 0;
}
.clause__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 22px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-80);
}
.clause__contact dt {
  color: var(--ink-55);
}
.clause__contact dd {
  margin: 0;
}

/* Every invented value carries this mark so nothing fictional ships by
   accident. Removing the <mark> is part of going live. */
mark.todo {
  padding: 1px 6px;
  background: rgba(138, 107, 47, 0.12);
  border: 1px dashed rgba(138, 107, 47, 0.55);
  color: inherit;
}
.dark mark.todo,
.legal-banner mark.todo {
  background: rgba(201, 164, 85, 0.22);
  border-color: rgba(201, 164, 85, 0.6);
  color: var(--gold-light);
}

.legal-footer {
  padding: clamp(48px, 6vw, 64px) var(--pad-x) 36px;
  background: var(--ink);
  color: var(--dtext-75);
}
.legal-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--dhair-16);
}
.legal-footer__brand {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--parchment-deep);
}
.legal-footer__links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  font-size: 14.5px;
}
.legal-footer__note {
  max-width: 90ch;
  padding-top: 24px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--dtext-50);
}

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */

.notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 70vh;
  padding: var(--pad-y) var(--pad-x);
  text-align: center;
}
.notfound h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.06;
}
.notfound p {
  max-width: 44ch;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-55);
}

/* --------------------------------------------------------------------------
   Print — the enquiry confirmation and the legal pages get printed
   -------------------------------------------------------------------------- */

@media print {
  .header,
  .nav-toggle,
  .skip-link,
  .footer,
  .legal-footer {
    display: none !important;
  }
  body {
    background: #fff;
  }
  .dark,
  .legal-banner {
    background: #fff !important;
    color: #000 !important;
  }
}
