:root {
  --burgundy: #6f1f35;
  --burgundy-dark: #4b1224;
  --burgundy-soft: #8d384d;
  --charcoal: #242221;
  --ink: #171514;
  --stone: #efe7dc;
  --stone-deep: #d8c8b2;
  --ivory: #fbf7f0;
  --white: #ffffff;
  --green: #355846;
  --green-soft: #e5ece4;
  --gold: #b5905a;
  --shadow: 0 24px 70px rgba(36, 34, 33, 0.18);
  --max-width: 1180px;
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: "Montserrat", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: clip;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(36, 34, 33, 0.18);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  padding: 0.8rem 0.9rem;
}

textarea {
  min-height: 8.5rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(181, 144, 90, 0.65);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 13ch;
  color: var(--white);
  font-size: 4.7rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2rem;
}

p {
  margin: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-180%);
  background: var(--white);
  color: var(--burgundy);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-weight: 700;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.25rem;
  padding: 1rem 2rem;
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  min-height: 4.5rem;
  background: rgba(251, 247, 240, 0.97);
  color: var(--charcoal);
  box-shadow: 0 12px 30px rgba(36, 34, 33, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  gap: 0.1rem;
  text-decoration: none;
}

.brand__name {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.brand__place {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  border-radius: 4px;
  background: var(--burgundy);
  color: var(--white);
  padding: 0.75rem 1rem;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  padding: 0.58rem;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 0.31rem 0;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
  padding: 8rem 2rem 4.5rem;
}

.hero__image,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__image {
  background-image: url("../assets/AH-Front-no-cars.jpg");
  background-position: center center;
  background-size: cover;
  transform: scale(1.02);
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(23, 21, 20, 0.82), rgba(23, 21, 20, 0.5) 43%, rgba(23, 21, 20, 0.16)),
    linear-gradient(0deg, rgba(23, 21, 20, 0.52), rgba(23, 21, 20, 0.04) 40%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero .eyebrow,
.room-hero .eyebrow,
.cta-band .eyebrow {
  color: var(--stone-deep);
}

.hero__copy {
  max-width: 43rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
}

.hero__actions,
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.85rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--burgundy);
  color: var(--white);
}

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

.button--secondary {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.1);
  color: var(--white);
}

.section-actions .button--secondary {
  background: rgba(0, 0, 0, 0.12);
  color: var(--white);
}

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

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 42rem;
  margin: 2.4rem 0 0;
  background: rgba(255, 255, 255, 0.28);
}

.hero__stats div {
  padding: 1rem;
  background: rgba(23, 21, 20, 0.54);
}

.hero__stats dt {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.hero__stats dd {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid rgba(36, 34, 33, 0.1);
  background: var(--burgundy-dark);
  color: var(--white);
}

.trust-strip span {
  min-height: 4.4rem;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.9rem 1rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 6rem 2rem;
}

section[id] {
  scroll-margin-top: 5.25rem;
}

.section__inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section--intro {
  background: var(--stone);
}

.intro-grid,
.split-grid,
.garden-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 4rem;
  align-items: center;
}

.intro-copy {
  display: grid;
  gap: 1.7rem;
  color: rgba(36, 34, 33, 0.82);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.audience-grid span,
.garden-points span {
  border-left: 3px solid var(--burgundy);
  background: rgba(255, 255, 255, 0.62);
  padding: 0.8rem 0.9rem;
  font-weight: 700;
}

.section-heading {
  max-width: 58rem;
  margin-bottom: 2.8rem;
}

.section-heading--narrow {
  max-width: 46rem;
}

.section-heading p:last-child {
  max-width: 45rem;
  margin-top: 1rem;
  color: rgba(36, 34, 33, 0.72);
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.section-actions--center {
  justify-content: flex-start;
}

.seo-layout {
  display: grid;
  gap: 1.6rem;
}

.seo-copy {
  display: grid;
  gap: 1rem;
  max-width: 58rem;
  color: rgba(36, 34, 33, 0.78);
}

.seo-copy p {
  max-width: 55rem;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.room-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(36, 34, 33, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 15px 44px rgba(36, 34, 33, 0.08);
}

.room-card__image-link {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}

.room-card img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.room-card:hover img {
  transform: scale(1.03);
}

.room-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem;
}

.room-card__topline {
  display: flex;
  align-items: center;
  min-height: 1.7rem;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.room-card__body h3 {
  min-height: 4.1rem;
  overflow-wrap: anywhere;
}

.room-card__body p {
  min-height: 6.2rem;
  overflow-wrap: anywhere;
}

.room-card p {
  color: rgba(36, 34, 33, 0.76);
}

.room-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0;
  min-height: 5.5rem;
  background: rgba(36, 34, 33, 0.12);
}

.room-card dl div {
  background: var(--ivory);
  padding: 0.75rem;
}

.room-card dt {
  color: rgba(36, 34, 33, 0.62);
  font-size: 0.75rem;
  font-weight: 700;
}

.room-card dd {
  margin: 0.1rem 0 0;
  color: var(--ink);
  font-weight: 800;
}

.room-card a,
.pricing-row a,
.text-link,
.site-footer a {
  color: var(--burgundy);
  font-weight: 800;
  text-decoration: none;
}

.room-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.room-card h3 a:hover {
  color: var(--burgundy);
  text-decoration: none;
}

.room-card a:hover,
.pricing-row a:hover,
.text-link:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.room-hero {
  position: relative;
  min-height: 70svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
  padding: 8rem 2rem 4.5rem;
}

.room-hero__image,
.room-hero__overlay {
  position: absolute;
  inset: 0;
}

.room-hero__image {
  background-position: center center;
  background-size: cover;
  transform: scale(1.02);
}

.room-hero__overlay {
  background:
    linear-gradient(90deg, rgba(23, 21, 20, 0.82), rgba(23, 21, 20, 0.46) 48%, rgba(23, 21, 20, 0.18)),
    linear-gradient(0deg, rgba(23, 21, 20, 0.58), rgba(23, 21, 20, 0.08) 44%);
}

.room-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

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

.room-hero__copy {
  max-width: 47rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
}

.room-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.room-page .site-header:not(.is-scrolled) {
  color: var(--white);
}

.room-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 4rem;
  align-items: start;
}

.room-main {
  display: grid;
  gap: 3.2rem;
}

.room-section {
  display: grid;
  gap: 1rem;
}

.room-section p {
  color: rgba(36, 34, 33, 0.78);
}

.room-sidebar {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
}

.room-panel {
  border: 1px solid rgba(36, 34, 33, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  padding: 1.2rem;
  box-shadow: 0 15px 44px rgba(36, 34, 33, 0.08);
}

.room-panel h2,
.room-panel h3 {
  font-size: 1.85rem;
}

.capacity-list,
.room-fact-list {
  display: grid;
  gap: 1px;
  margin: 0;
  background: rgba(36, 34, 33, 0.12);
}

.capacity-list div,
.room-fact-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--ivory);
  padding: 0.9rem;
}

.capacity-list dt,
.room-fact-list dt {
  color: rgba(36, 34, 33, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.capacity-list dd,
.room-fact-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  text-align: right;
}

.tag-list,
.layout-list,
.faq-list,
.related-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.tag-list li,
.layout-list li,
.faq-list li,
.related-list a,
.practical-list li {
  border-left: 3px solid var(--burgundy);
  background: rgba(255, 255, 255, 0.74);
  padding: 0.85rem 1rem;
  font-weight: 700;
}

.layout-list li,
.faq-list li,
.practical-list li {
  color: rgba(36, 34, 33, 0.84);
}

.faq-list strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.practical-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 15px 44px rgba(36, 34, 33, 0.08);
}

.gallery-grid figure:first-child {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.gallery-grid figure:first-child img {
  min-height: 33rem;
}

.gallery-grid figcaption {
  padding: 0.8rem 0.9rem;
  color: rgba(36, 34, 33, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.room-cta {
  display: grid;
  gap: 1.2rem;
  border-radius: var(--radius);
  background: var(--burgundy-dark);
  color: var(--white);
  padding: 2rem;
}

.room-cta h2 {
  color: var(--white);
  font-size: 2.5rem;
}

.room-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.room-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.related-list a {
  display: block;
  color: var(--burgundy);
  text-decoration: none;
}

.related-list a:hover {
  text-decoration: underline;
}

.room-card a {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 0.25rem;
}

.section--split {
  background: var(--white);
}

.split-media {
  display: grid;
  gap: 1rem;
}

.split-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.split-media img:first-child {
  aspect-ratio: 16 / 11;
}

.split-media img:last-child {
  aspect-ratio: 21 / 9;
}

.split-copy {
  display: grid;
  gap: 1.35rem;
}

.split-copy p {
  color: rgba(36, 34, 33, 0.76);
}

.feature-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1.65rem;
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  content: "";
  background: var(--green);
}

.section--garden {
  background: var(--green-soft);
}

.section--seo {
  background: var(--stone);
}

.garden-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.garden-copy {
  display: grid;
  gap: 1.4rem;
}

.garden-copy p {
  color: rgba(36, 34, 33, 0.78);
}

.garden-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.garden-points span {
  border-left-color: var(--green);
}

.garden-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.pricing-table {
  overflow: hidden;
  border: 1px solid rgba(36, 34, 33, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(36, 34, 33, 0.08);
}

.pricing-row {
  display: grid;
  grid-template-columns: 0.9fr 0.7fr 1.45fr 0.8fr;
  min-height: 4.6rem;
  border-top: 1px solid rgba(36, 34, 33, 0.1);
}

.pricing-row:first-child {
  border-top: 0;
}

.pricing-row span {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid rgba(36, 34, 33, 0.1);
}

.pricing-row span:last-child {
  border-right: 0;
}

.pricing-row--head {
  min-height: 3.7rem;
  background: var(--burgundy-dark);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-row--head span {
  border-right-color: rgba(255, 255, 255, 0.16);
}

.cta-band {
  background: var(--burgundy-dark);
  color: var(--white);
  padding: 4rem 2rem;
}

.cta-band h2 {
  max-width: 15ch;
  color: var(--white);
  font-size: 3.2rem;
}

.cta-band__inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.section--contact {
  background: var(--stone);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.contact-copy {
  display: grid;
  gap: 1.35rem;
  position: sticky;
  top: 6rem;
}

.contact-copy p {
  color: rgba(36, 34, 33, 0.78);
}

.contact-details {
  display: grid;
  gap: 0.45rem;
  color: var(--charcoal);
  font-style: normal;
  font-weight: 700;
}

.contact-details a {
  color: var(--burgundy);
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.enquiry-form {
  border: 1px solid rgba(36, 34, 33, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  padding: 1.4rem;
  box-shadow: 0 20px 55px rgba(36, 34, 33, 0.1);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-grid label {
  display: grid;
  gap: 0.35rem;
  color: var(--charcoal);
  font-size: 0.86rem;
  font-weight: 800;
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.form-submit {
  width: 100%;
  margin-top: 1rem;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 1.4rem;
  margin-top: 0.7rem;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 700;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  padding: 2.1rem 2rem;
}

.site-footer__inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer__inner > div,
.footer-nav {
  display: grid;
  gap: 0.25rem;
}

.site-footer strong,
.footer-nav strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.site-footer a {
  color: var(--stone-deep);
}

@media (max-width: 1120px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

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

  .room-card img {
    height: 14rem;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 0.85rem 1rem;
  }

  .nav-toggle {
    display: block;
    position: relative;
    flex: 0 0 auto;
    margin-left: 1rem;
    z-index: 22;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    z-index: 21;
    display: none;
    gap: 0.3rem;
    border: 1px solid rgba(36, 34, 33, 0.12);
    border-radius: var(--radius);
    background: var(--ivory);
    color: var(--charcoal);
    padding: 0.8rem;
    box-shadow: 0 20px 45px rgba(36, 34, 33, 0.16);
    font-size: 1rem;
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    padding: 0.7rem 0.8rem;
  }

  .nav-cta {
    font-size: 1rem;
  }

  .hero {
    min-height: 86svh;
    padding: 7rem 1.25rem 3rem;
  }

  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(23, 21, 20, 0.84), rgba(23, 21, 20, 0.45)),
      linear-gradient(0deg, rgba(23, 21, 20, 0.52), rgba(23, 21, 20, 0.04) 40%);
  }

  h1 {
    max-width: 12ch;
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero__copy {
    font-size: 1rem;
  }

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

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

  .trust-strip span:last-child {
    grid-column: 1 / -1;
  }

  .section {
    padding: 4.5rem 1.25rem;
  }

  .intro-grid,
  .split-grid,
  .garden-grid,
  .contact-grid,
  .room-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-copy,
  .room-sidebar {
    position: static;
  }

  .room-hero {
    min-height: 68svh;
    padding: 7rem 1.25rem 3rem;
  }

  .room-hero__copy {
    font-size: 1rem;
  }

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

  .gallery-grid figure:first-child {
    grid-row: auto;
  }

  .gallery-grid figure:first-child img,
  .gallery-grid img {
    min-height: 16rem;
  }

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

  .pricing-row span {
    min-height: 3.2rem;
    border-right: 0;
    border-top: 1px solid rgba(36, 34, 33, 0.1);
  }

  .pricing-row span:first-child {
    border-top: 0;
  }

  .pricing-row--head {
    display: none;
  }

  .cta-band__inner,
  .site-footer__inner {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 2.82rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .hero__actions,
  .cta-band__actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .audience-grid,
  .garden-points,
  .tag-list,
  .room-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .room-card__topline {
    display: grid;
    min-height: 0;
    align-items: start;
  }

  .room-card__body h3 {
    min-height: 0;
    height: auto;
  }

  .room-card__body p {
    min-height: 0;
    height: auto;
  }

  .room-card img {
    height: 12.5rem;
  }

  .hero__stats dt {
    font-size: 1.8rem;
  }

  .cta-band h2 {
    font-size: 2.25rem;
  }

  .room-cta h2 {
    font-size: 2.1rem;
  }

  .room-hero__actions,
  .room-cta__actions {
    display: grid;
  }

  .enquiry-form {
    padding: 1rem;
  }
}

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