/* Victorian Highland Ranch — boutique conservatory ranch */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-500i.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-600i.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-700i.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/sourcesans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/sourcesans-400i.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/sourcesans-500.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/sourcesans-600.woff2") format("woff2");
}

:root {
  --ivory: #fbf6ec;
  --paper: #f3eadb;
  --paper-deep: #e7dcc8;
  --oxblood: #b56d79;
  --oxblood-deep: #8a4452;
  --gold: #b8954c;
  --gold-soft: #d4bc7a;
  --forest: #2c4a3c;
  --forest-deep: #1b3228;
  --charcoal: #2a241f;
  --ink: #1c1814;
  --muted: #6e6458;
  --rule: rgba(184, 149, 76, 0.48);
  --glass: rgba(44, 74, 60, 0.12);
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: "Source Sans 3", "Source Sans Pro", "Segoe UI", sans-serif;
  --shadow: 0 18px 40px -28px rgba(28, 24, 20, 0.45);
  --header-h: 5.35rem;
  --wrap: 70rem;
  --gutter: clamp(1.15rem, 4vw, 2.25rem);
  --section: clamp(3.25rem, 7vw, 5.75rem);
  --step-0: clamp(1.02rem, 0.96rem + 0.28vw, 1.125rem);
  --step-1: clamp(1.12rem, 1.02rem + 0.5vw, 1.32rem);
  --step-2: clamp(1.55rem, 1.2rem + 1.4vw, 2.2rem);
  --step-3: clamp(2.15rem, 1.35rem + 3.2vw, 3.85rem);
  --step-4: clamp(2.7rem, 1.5rem + 5vw, 5.4rem);
}

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

html { scroll-behavior: smooth; }

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--charcoal);
  background-color: var(--paper);
  background-image:
    url("../img/paper.svg"),
    linear-gradient(180deg, var(--ivory) 0%, var(--paper) 38%, var(--paper) 100%);
  background-size: 180px 180px, auto;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--oxblood); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--forest); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

::selection {
  background: var(--oxblood);
  color: var(--ivory);
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 80;
  background: var(--oxblood);
  color: var(--ivory);
  padding: 0.55rem 0.9rem;
}
.skip:focus { top: 0.75rem; color: var(--ivory); }

.wrap {
  width: min(var(--wrap), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.65em;
}
h1 { font-size: var(--step-4); font-weight: 500; }
h2 { font-size: var(--step-3); font-weight: 500; }
h3 { font-size: var(--step-2); font-weight: 600; }
h4 { font-size: var(--step-1); }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  transform: rotate(45deg);
  background: var(--gold);
}

.lede {
  font-family: var(--serif);
  font-size: var(--step-1);
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  color: var(--forest);
  max-width: 38rem;
}

.muted { color: var(--muted); }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* Ornament */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.4rem 0 1.6rem;
  color: var(--gold);
}
.ornament span {
  display: block;
  height: 1px;
  width: min(7rem, 22vw);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.ornament svg { width: 3.4rem; height: 1.25rem; flex: none; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.55rem 1.35rem;
  border: 1px solid var(--oxblood);
  background: var(--oxblood);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover {
  background: var(--oxblood-deep);
  border-color: var(--oxblood-deep);
  color: var(--ivory);
}
.btn-ghost {
  background: transparent;
  color: var(--oxblood);
  border-color: var(--oxblood);
}
.btn-ghost:hover {
  background: var(--oxblood);
  color: var(--ivory);
}
.btn-gold {
  background: transparent;
  color: var(--ivory);
  border-color: var(--gold-soft);
}
.btn-gold:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    url("../img/linen.svg"),
    var(--ivory);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  width: min(var(--wrap), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.brand:hover { color: inherit; }
.brand-mark {
  width: 2.35rem;
  height: auto;
  flex: none;
}
.brand-logo {
  height: 4.55rem;
  width: auto;
  flex: none;
  display: block;
}
.footer-brand .brand-logo {
  height: 5.4rem;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-victorian {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  font-size: 1.18rem;
  color: var(--oxblood);
  letter-spacing: 0.01em;
}
.brand-highland {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--forest);
  margin-top: 0.12rem;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid var(--rule);
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 1.05rem;
  height: 1.5px;
  margin-inline: auto;
  background: var(--charcoal);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.site-nav {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: rgba(251, 246, 236, 0.97);
  padding: 1.5rem var(--gutter) 2rem;
  transform: translateY(-0.5rem);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.site-nav.is-open,
.site-nav:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.site-nav a {
  display: block;
  padding: 0.7rem 0.15rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  border-bottom: 1px solid var(--paper-deep);
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--oxblood); }

body.nav-open { overflow: hidden; }

@media (min-width: 880px) {
  .nav-toggle { display: none; }
  .site-nav {
    position: static;
    inset: auto;
    background: transparent;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
  }
  .site-nav ul {
    flex-direction: row;
    align-items: center;
    gap: 0.15rem 1.35rem;
  }
  .site-nav a {
    padding: 0.2rem 0;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 0;
    color: var(--forest);
    box-shadow: inset 0 -1px 0 transparent;
  }
  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    color: var(--oxblood);
    box-shadow: inset 0 -1px 0 var(--gold);
  }
}

@media (max-width: 879px) {
  :root { --header-h: 4.7rem; }
  .brand-logo { height: 3.85rem; }
  .hero-logo { width: min(18.5rem, 86vw); }
}

/* Hero */
.hero {
  position: relative;
  padding: clamp(2.4rem, 6vw, 3.8rem) 0 2.4rem;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 8% 5% auto;
  height: 70%;
  background-image:
    linear-gradient(to right, rgba(184, 149, 76, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(184, 149, 76, 0.1) 1px, transparent 1px);
  background-size: 42px 48px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 78%);
  pointer-events: none;
}
.hero-inner { position: relative; text-align: center; }
.hero h1 {
  margin: 0 auto 0.35rem;
  max-width: 16ch;
}
.hero-kicker {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: var(--oxblood);
}
.hero-rest { display: block; font-weight: 600; letter-spacing: 0.02em; }
.hero-art {
  width: min(52rem, 100%);
  margin: 0.4rem auto 0.9rem;
}
.hero-logo {
  width: min(22rem, 78vw);
  height: auto;
  margin: 0.35rem auto 1.1rem;
  filter: drop-shadow(0 22px 36px rgba(28, 24, 20, 0.16));
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero .lede { margin: 0 auto 1.35rem; }

.page-hero {
  padding: clamp(2.1rem, 5vw, 3.2rem) 0 0.4rem;
  text-align: center;
}
.page-hero h1 { margin-bottom: 0.15rem; }
.page-hero .lede { margin: 0.4rem auto 0; }

/* Conservatory pane invitations */
.panes {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--forest);
  background: var(--ivory);
  box-shadow: var(--shadow);
}
.pane {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.55rem;
  padding: 1.35rem 1.25rem 1.45rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--forest);
  min-height: 12.5rem;
  background:
    linear-gradient(180deg, rgba(232, 240, 230, 0.35), transparent 42%),
    var(--ivory);
  transition: background 0.2s ease;
}
.pane:last-child { border-bottom: 0; }
.pane:hover { background: #f7f1e4; }
.pane-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.08em;
}
.pane h2 {
  font-size: 1.85rem;
  margin: 0;
  color: var(--oxblood);
}
.pane p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.pane-link {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
}
.pane img {
  width: 4.6rem;
  margin: 0.2rem 0 0.15rem;
}

@media (min-width: 720px) {
  .panes {
    grid-template-columns: 1fr 1fr;
  }
  .pane { border-right: 1px solid var(--forest); }
  .pane:nth-child(2n) { border-right: 0; }
  .pane:nth-child(1),
  .pane:nth-child(2) { border-bottom: 1px solid var(--forest); }
  .pane:nth-child(3),
  .pane:nth-child(4) { border-bottom: 0; }
}

@media (min-width: 1040px) {
  .panes { grid-template-columns: repeat(4, 1fr); }
  .pane {
    border-right: 1px solid var(--forest);
    border-bottom: 0;
    min-height: 22rem;
    padding: 1.6rem 1.25rem 1.7rem;
  }
  .pane:last-child { border-right: 0; }
}

/* Story */
.story {
  display: grid;
  gap: 1.75rem;
  padding-block: var(--section);
  align-items: center;
}
.story-copy h2 { max-width: 12ch; }
.story-frame {
  position: relative;
  min-height: 16rem;
  border: 1px solid var(--gold);
  padding: 0.7rem;
  background: var(--ivory);
}
.story-frame-inner {
  height: 100%;
  min-height: 14.5rem;
  border: 1px solid var(--oxblood);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.4rem 1.1rem;
  background:
    linear-gradient(180deg, rgba(44, 74, 60, 0.05), transparent 40%),
    var(--paper);
  text-align: center;
}
.story-frame img { width: min(18rem, 100%); }
.story-frame img.photo {
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  object-position: center 58%;
}
.story-frame.has-photo .story-frame-inner {
  padding: 0.45rem;
  gap: 0.55rem;
}
.frame-caption {
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 22ch;
}

@media (min-width: 860px) {
  .story {
    grid-template-columns: 1.15fr 0.95fr;
    gap: 3rem;
  }
}

.pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: var(--step-1);
  color: var(--oxblood);
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
  margin: 1.1rem 0 0;
}

/* Band CTA */
.band {
  background:
    url("../img/linen.svg"),
    var(--forest-deep);
  color: var(--ivory);
  padding: clamp(2.4rem, 6vw, 3.6rem) 0;
  text-align: center;
}
.band h2 { color: var(--ivory); }
.band p { color: rgba(251, 246, 236, 0.82); max-width: 34rem; margin-inline: auto; }
.band .eyebrow { color: var(--gold-soft); }
.band .eyebrow::before,
.band .eyebrow::after { background: var(--gold); }

/* Sections */
.section { padding-block: var(--section); }
.section-tight { padding-block: clamp(2.2rem, 5vw, 3.5rem); }
.section-head { max-width: 38rem; margin-bottom: 1.8rem; }

.split {
  display: grid;
  gap: 1.6rem;
  align-items: center;
}
@media (min-width: 800px) {
  .split { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .split.reverse { direction: rtl; }
  .split.reverse > * { direction: ltr; }
}

/* Amenity list */
.amenities {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.amenities li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--rule);
}
.amenities .roman {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1.15rem;
  width: 1.6rem;
}
.amenities h3 { margin: 0 0 0.15rem; font-size: 1.35rem; }
.amenities p { margin: 0; color: var(--muted); }

/* Hours of a stay */
.hours {
  display: grid;
  gap: 0;
  border: 1px solid var(--forest);
  background: var(--ivory);
}
.hours article {
  padding: 1.4rem 1.25rem;
  border-bottom: 1px solid var(--forest);
}
.hours article:last-child { border-bottom: 0; }
.hours h3 { color: var(--oxblood); margin-bottom: 0.35rem; }
@media (min-width: 800px) {
  .hours { grid-template-columns: repeat(3, 1fr); }
  .hours article { border-bottom: 0; border-right: 1px solid var(--forest); }
  .hours article:last-child { border-right: 0; }
}

/* Animal sections */
.creature {
  display: grid;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--rule);
  align-items: center;
}
.creature:last-of-type { border-bottom: 1px solid var(--rule); }
.creature figure {
  margin: 0;
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 1rem 1rem 0.4rem;
}
.creature figcaption {
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
  color: var(--muted);
  font-size: 0.98rem;
  padding: 0.45rem 0.4rem 0.7rem;
}
.creature img { width: min(22rem, 100%); margin-inline: auto; }
@media (min-width: 800px) {
  .creature { grid-template-columns: 0.85fr 1.15fr; gap: 2.4rem; }
  .creature:nth-of-type(even) { grid-template-columns: 1.15fr 0.85fr; }
  .creature:nth-of-type(even) figure { order: 2; }
}

.note {
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 1.15rem 1.2rem;
  color: var(--forest);
  font-size: 0.98rem;
}

/* Goods */
.goods {
  display: grid;
  gap: 1.1rem;
}
@media (min-width: 720px) {
  .goods { grid-template-columns: repeat(3, 1fr); }
}
.good {
  background: var(--ivory);
  border: 1px solid var(--forest);
  padding: 1.3rem 1.2rem 1.45rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}
.good img { width: 7.5rem; margin-bottom: 0.2rem; }
.good h3 { margin: 0; color: var(--oxblood); }
.good p { margin: 0; color: var(--muted); }

/* Photo gallery of empty frames */
.gallery {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 720px) {
  .gallery { grid-template-columns: 1.15fr 0.85fr; }
  .gallery .gilt:first-child { grid-row: span 2; }
}
.gilt {
  margin: 0;
  background: var(--forest-deep);
  padding: 0.7rem;
  box-shadow: var(--shadow);
}
.gilt-mat {
  min-height: 14rem;
  height: 100%;
  background:
    linear-gradient(180deg, #efe6d4, #e4d8c2);
  border: 1px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1.1rem;
  gap: 0.55rem;
}
.gilt-mat p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 18ch;
}
.gilt figcaption {
  color: var(--gold-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.65rem 0.3rem 0.15rem;
  font-weight: 600;
}

/* Forms */
.form-panel {
  background: var(--ivory);
  border: 1px solid var(--forest);
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}
.form-panel h2 { margin-top: 0; }
form { display: grid; gap: 1rem; }
.field { display: grid; gap: 0.35rem; }
.field-row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .field-row { grid-template-columns: 1fr 1fr; }
}
label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
}
input, select, textarea {
  font: inherit;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--paper-deep);
  border-bottom-color: var(--gold);
  padding: 0.7rem 0.75rem;
  width: 100%;
  appearance: none;
  border-radius: 0;
}
textarea { min-height: 8rem; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fffdf8;
}
.form-help { font-size: 0.9rem; color: var(--muted); margin: 0; }
.form-status {
  display: none;
  padding: 0.9rem 1rem;
  border: 1px solid var(--gold);
  background: #f7f1e4;
  color: var(--forest);
}
.form-status.is-visible { display: block; }
.form-status.is-error { display: block; color: var(--oxblood-deep); font-weight: 600; }
.form-status strong { font-family: var(--serif); font-size: 1.2rem; color: var(--oxblood); }

/* Visit facts */
.facts {
  display: grid;
  gap: 1rem;
}
.fact {
  padding: 1.1rem 0;
  border-top: 1px solid var(--rule);
}
.fact:last-child { border-bottom: 1px solid var(--rule); }
.fact h3 { margin: 0 0 0.25rem; font-size: 1.4rem; }
@media (min-width: 800px) {
  .visit-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2.5rem;
    align-items: start;
  }
}

/* Footer */
.site-footer {
  background:
    url("../img/linen.svg"),
    var(--oxblood-deep);
  color: #f3eadb;
  padding: 2.4rem 0 1.5rem;
  margin-top: 0;
}
.footer-inner {
  display: grid;
  gap: 1.4rem;
}
.footer-brand .brand-victorian { color: var(--gold-soft); }
.footer-brand .brand-highland { color: #f3eadb; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav a {
  color: #f3eadb;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-nav a:hover { color: var(--gold-soft); }
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1.5rem;
  border-top: 1px solid rgba(212, 188, 122, 0.28);
  padding-top: 1rem;
  font-size: 0.88rem;
  color: rgba(243, 234, 219, 0.75);
}
@media (min-width: 800px) {
  .footer-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .footer-nav { justify-content: flex-end; }
}

/* Utility */
.botanical-edge {
  position: relative;
}
.botanical-edge::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -1rem;
  width: 7rem;
  height: 9rem;
  background: url("../img/botanical.svg") no-repeat center / contain;
  opacity: 0.28;
  pointer-events: none;
  display: none;
}
@media (min-width: 960px) {
  .botanical-edge::after { display: block; }
}

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

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236f1f31' stroke-width='1.4' d='M1 1.5 L6 6.5 L11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  padding-right: 2.2rem;
}

input[type="date"] { min-height: 2.85rem; }

.pane img[src*="frame.svg"] { width: 3.6rem; }
.pane img[src*="mark.svg"] { width: 3.4rem; }

/* Form actions should not stretch with the grid */
form .btn { justify-self: start; width: auto; }

.site-footer .brand-mark {
  filter: brightness(0) invert(0.9) sepia(0.45) saturate(3.2) hue-rotate(6deg);
}
.site-footer .brand-logo {
  filter: none;
  background: var(--ivory);
  padding: 0.2rem;
}
.site-footer .brand:hover { color: inherit; }

.pane img {
  width: min(8.5rem, 72%);
  margin: 0.45rem 0 0.15rem;
}

@media (min-width: 1040px) {
  .pane { min-height: 19.5rem; }
}

::placeholder { color: #8a7f72; opacity: 1; }

.site-header {
  box-shadow: inset 0 2px 0 var(--gold);
}

.pane:hover .pane-link { color: var(--oxblood); }

/* Shop */
.cart-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0;
  color: var(--forest);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  flex: none;
}
.cart-btn:hover { color: var(--oxblood); }
.cart-count {
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--oxblood);
  color: var(--ivory);
  font-size: 0.62rem;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 879px) {
  .cart-btn { margin-left: 0; margin-right: 0.35rem; font-size: 0.64rem; }
}
.cart-drawer {
  position: fixed;
  inset: 0;
  background: rgba(28, 24, 20, 0.28);
  z-index: 70;
  display: none;
}
.cart-drawer.is-open { display: block; }
.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(24rem, 100%);
  height: 100%;
  background: var(--ivory);
  border-left: 1px solid var(--rule);
  padding: 1.5rem 1.25rem 2rem;
  overflow: auto;
}
.cart-panel h2 { font-size: 1.8rem; }
.cart-line {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--paper-deep);
  align-items: center;
}
.cart-line img { width: 3.2rem; }
.qty-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
}
.qty-row button {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--rule);
  background: transparent;
  cursor: pointer;
  color: var(--ink);
}
.cart-note { color: var(--muted); font-size: 0.92rem; margin: 1rem 0; }
.cart-actions { display: flex; flex-direction: column; gap: 0.6rem; }
.shop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px) {
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
}
.product {
  border: 1px solid var(--gold);
  padding: 1.1rem 1rem 1.25rem;
  background: var(--ivory);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.product img { width: 5.5rem; }
.product h2 { font-size: 1.7rem; margin: 0; color: var(--oxblood); }
.product p { margin: 0; color: var(--muted); }
.product .price {
  font-family: var(--serif);
  font-style: italic;
  color: var(--forest);
}
.product .btn { margin-top: 0.4rem; width: fit-content; }
.checkout-layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 860px) {
  .checkout-layout { grid-template-columns: 1fr 1.1fr; align-items: start; }
}
.checkout-list { padding-left: 1.1rem; }
body.cart-open { overflow: hidden; }

.line-tag {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.15rem;
}
.grocery-cat { margin-bottom: 2.2rem; }
.grocery-cat h2 { font-size: 1.85rem; color: var(--oxblood); }
.grocery-list { border-top: 1px solid var(--rule); }
.grocery-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--paper-deep);
}
.grocery-item h3 { margin: 0 0 0.2rem; font-size: 1.25rem; }
.grocery-item p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.grocery-item .btn { min-height: 2.35rem; padding: 0.35rem 0.9rem; }

.check-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.check-line input { width: auto; min-height: 0; }

/* Dense nav for expanded primary links */
@media (min-width: 880px) {
  .site-nav ul { gap: 0.1rem 0.85rem; }
  .site-nav a {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 1100px) {
  .site-nav ul { gap: 0.15rem 1.1rem; }
  .site-nav a { font-size: 0.7rem; letter-spacing: 0.14em; }
}

.home-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.4rem;
  margin-top: 1.75rem;
}
.home-more a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--forest);
  box-shadow: inset 0 -1px 0 transparent;
}
.home-more a:hover {
  color: var(--oxblood);
  box-shadow: inset 0 -1px 0 var(--gold);
}

/* Booking calendar */
.cal-shell {
  background: var(--ivory);
  border: 1px solid var(--forest);
  padding: clamp(1.1rem, 3vw, 1.75rem);
  box-shadow: var(--shadow);
}
.cal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.cal-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  justify-content: center;
  font-size: 0.95rem;
}
.cal-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.cal-pair { display: grid; gap: 1.25rem; }
@media (min-width: 800px) {
  .cal-pair { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
}
.cal-month h3 {
  margin: 0 0 0.75rem;
  font-size: 1.45rem;
  color: var(--oxblood);
  text-align: center;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.28rem;
}
.cal-dow {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.25rem 0;
}
.cal-pad { min-height: 2.35rem; }
.cal-day {
  min-height: 2.35rem;
  border: 1px solid var(--paper-deep);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cal-day:hover:not(:disabled) {
  border-color: var(--gold);
  background: #fffdf8;
}
.cal-day.is-disabled,
.cal-day:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  text-decoration: line-through;
}
.cal-day.is-blocked {
  background: repeating-linear-gradient(-45deg, var(--paper-deep), var(--paper-deep) 3px, var(--paper) 3px, var(--paper) 6px);
}
.cal-day.is-in {
  background: rgba(181, 109, 121, 0.18);
  border-color: rgba(181, 109, 121, 0.35);
}
.cal-day.is-arrive,
.cal-day.is-depart {
  background: var(--oxblood);
  border-color: var(--oxblood);
  color: var(--ivory);
}

.cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1rem 0 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.cal-legend .swatch {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.35rem;
  vertical-align: -0.1rem;
  border: 1px solid var(--rule);
}
.swatch-open { background: var(--paper); }
.swatch-blocked {
  background: repeating-linear-gradient(-45deg, var(--paper-deep), var(--paper-deep) 2px, var(--paper) 2px, var(--paper) 4px);
}
.swatch-range { background: rgba(181, 109, 121, 0.35); }
.cal-actions { margin-top: 0.85rem; }
.avail-result {
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  display: none;
}
.avail-result:not(:empty) { display: block; }
.avail-result.is-yes {
  border-color: var(--gold);
  background: #f7f1e4;
  color: var(--forest);
}
.avail-result.is-warn,
.avail-result.is-no {
  border-color: var(--oxblood);
  background: rgba(181, 109, 121, 0.1);
  color: var(--oxblood-deep);
}
.avail-result strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.addon-grid,
.place-grid { display: grid; gap: 1.1rem; }
@media (min-width: 720px) {
  .addon-grid,
  .place-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1040px) {
  .addon-grid { grid-template-columns: repeat(4, 1fr); }
}
.addon-card,
.place-card {
  background: var(--ivory);
  border: 1px solid var(--forest);
  padding: 1.25rem 1.15rem 1.4rem;
  display: grid;
  gap: 0.45rem;
  align-content: start;
}
.addon-card h3,
.place-card h3 {
  margin: 0;
  color: var(--oxblood);
  font-size: 1.45rem;
}
.addon-card p,
.place-card p { margin: 0; color: var(--muted); }
.place-meta {
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold) !important;
}
.addon-fieldset {
  border: 1px solid var(--rule);
  padding: 0.9rem 1rem 1rem;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}
.addon-fieldset legend {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
  padding: 0 0.35rem;
}

.product-grid .product .price,
.shop-grid .product .price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--forest);
}

.rate-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--forest);
  background: var(--ivory);
}
.rate-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
}
.rate-table caption {
  caption-side: top;
  text-align: left;
  padding: 0.85rem 1rem;
  font-family: var(--serif);
  font-style: italic;
  color: var(--oxblood);
  background: #f7f1e4;
  border-bottom: 1px solid var(--rule);
}
.rate-table th,
.rate-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--paper-deep);
  vertical-align: top;
}
.rate-table th {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  font-weight: 600;
}
.rate-table tr:last-child td { border-bottom: 0; }

/* House rules */
.rules-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  justify-content: center;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
}
.rules-toc a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 0.1rem;
}
.rules-toc a:hover { color: var(--oxblood); border-color: var(--oxblood); }

.rules-stack {
  display: grid;
  gap: 1.35rem;
  max-width: 46rem;
  margin-inline: auto;
}
.rules-card {
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 1.35rem 1.35rem 1.45rem;
  box-shadow: var(--shadow);
}
.rules-card h2 {
  margin: 0 0 0.65rem;
  color: var(--oxblood-deep);
  font-size: var(--step-2);
}
.rules-card h3 {
  margin: 1rem 0 0.35rem;
  font-size: 1.2rem;
  color: var(--forest);
}
.rules-card p,
.rules-card li { color: var(--charcoal); }
.rules-card ul {
  margin: 0.55rem 0 0;
  padding-left: 1.15rem;
}
.rules-card li + li { margin-top: 0.4rem; }

.warning-box {
  background: #f7ebe8;
  border: 2px solid var(--oxblood-deep);
  padding: 1.25rem 1.3rem;
  color: var(--ink);
}
.warning-box .warning-label {
  margin: 0 0 0.65rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oxblood-deep);
}
.warning-box .statute {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.disclaimer-box {
  background: var(--paper-deep);
  border: 1px dashed var(--gold);
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  color: var(--muted);
}
.disclaimer-box strong { color: var(--forest-deep); }


/* Cottage choice */
.cottage-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.75rem;
}
@media (min-width: 800px) {
  .cottage-grid { grid-template-columns: repeat(2, 1fr); }
}
.cottage-card {
  background: var(--ivory);
  border: 1px solid var(--forest);
  padding: 1.4rem 1.25rem 1.5rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}
.cottage-card h3 {
  margin: 0;
  color: var(--oxblood);
  font-size: 1.65rem;
}
.cottage-card > p { margin: 0; color: var(--muted); }
.cottage-points {
  list-style: none;
  margin: 0.35rem 0 0.5rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.cottage-points li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  color: var(--ink);
}
.cottage-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}
.cottage-card .btn { justify-self: start; margin-top: 0.35rem; }
.cottage-option.is-selected,
label.cottage-option:has(input:checked) {
  font-weight: 600;
  color: var(--oxblood-deep);
}

/* Visit map */
.map-panel { display: grid; gap: 0.65rem; }
.map-heading {
  margin: 0;
  font-family: var(--serif);
  color: var(--oxblood);
  font-size: 1.55rem;
}
.map-embed {
  border: 1px solid var(--forest);
  background: var(--ivory);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 220px;
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-actions { margin: 0.25rem 0 0; }


/* Soft open */
.soft-open-banner {
  background: var(--oxblood);
  color: #f7f0e8;
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.soft-open-banner a {
  color: #f7d9a8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.soft-open-banner strong { font-weight: 700; }
