
:root {
  --paper: #f4f0e7;
  --paper-deep: #ebe5d8;
  --ink: #2f332f;
  --olive: #4f6507;
  --olive-deep: #31331a;
  --blue: #315f78;
  --blue-deep: #234a63;
  --sage: #a9b3a0;
  --berry: #a84b6f;
  --accent: #9CAD36;
  --accent-deep: #7F9028;
  --line: rgba(47,51,47,.17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-shell { max-width: 1540px; padding-inline: clamp(22px, 4.2vw, 72px); }
.site-header {
  background: rgba(250,248,242,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.site-header .navbar { padding: 14px 0; }
.navbar-brand img { width: clamp(205px, 21vw, 320px); height: auto; }
.navbar-nav { gap: .42rem; }
.nav-link {
  font-family: var(--sans);
  font-size: .80rem;
  font-weight: 600;
  letter-spacing: .10em;
  color: var(--ink);
  padding: .8rem .82rem !important;
}
.nav-link:hover, .nav-link:focus { color: var(--blue); }
.nav-cta { white-space: nowrap; }
.btn {
  border-radius: 0;
  border: 0;
  padding: .92rem 1.45rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .12em;
}
.btn-olive { background: var(--olive-deep); color: white; }
.btn-olive:hover { background: var(--olive); color: white; }
.btn-blue { background: var(--blue); color: white; }
.btn-blue:hover { background: var(--blue-deep); color: white; }
.btn-paper { background: var(--paper); color: var(--blue-deep); min-width: 210px; }
.btn-paper:hover { background: white; }
.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--paper);
}
.min-vh-hero { min-height: 690px; }
.hero-photo {
  position: absolute;
  inset: 0 0 0 39%;
  background: url("../images/hero-anywhere-tidy.webp") center center / cover no-repeat;
}
.hero-art {
  position: absolute;
  inset: 0 53% 0 0;
  background: linear-gradient(90deg, rgba(244,240,231,.99) 0%, rgba(244,240,231,.96) 70%, rgba(244,240,231,0) 100%);
  opacity: 1;
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 34%, rgba(244,240,231,.38) 45%, transparent 58%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; }
.hero-copy { max-width: 650px; padding: 65px 0; }
.eyebrow, .micro-label {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .2em;
}
.text-blue { color: var(--blue); }
h1, h2, h3, h4 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: .98;
}
h1 { font-size: clamp(3.25rem, 4.55vw, 5.35rem); line-height: 1.02; }
h2 { font-size: clamp(3rem, 4.4vw, 5rem); }
h3 { font-size: 2rem; }
.hero-script {
  margin: 1.5rem 0 1.8rem;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
}
.hero .lead { max-width: 520px; font-size: 1.02rem; margin: 1.8rem 0 2rem; }
.section-space { padding: clamp(80px, 8vw, 135px) 0; }
.section-space-sm { padding: clamp(60px, 6vw, 100px) 0; }
.intro-section { background: #f7f4ed; }
.intro-section h2 { max-width: 470px; font-size: clamp(3rem, 4vw, 4.8rem); }
.intro-section p:not(.eyebrow) { max-width: 550px; }
.botanical-rule { width: 78px; height: 1px; background: var(--olive); margin: 1.5rem 0; }
.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--blue-deep);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.image-wash-frame {
  position: relative;
  overflow: hidden;
  min-height: 490px;
}
.image-wash-frame::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 18%;
  z-index: 1;
  background: linear-gradient(90deg, #f7f4ed, transparent);
}
.image-wash-frame img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.projects-section { background: var(--paper); }
.section-heading { margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.story-card { background: #f7f3eb; border: 1px solid var(--line); position: relative; }
.story-card > img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.story-card-body { padding: 2rem; position: relative; }
.story-card h3 { font-size: 2.1rem; margin-bottom: .6rem; }
.story-card p { min-height: 50px; }
.story-card a, .journal-card a { color: var(--blue); font-size: .7rem; font-weight: 600; letter-spacing: .08em; }
.story-dot {
  position: absolute;
  top: -24px;
  left: 22px;
  width: 48px; height: 48px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: white; border: 4px solid var(--paper);
}
.story-dot.blue { background: var(--blue); }
.story-dot.olive { background: var(--olive); }
.story-dot.berry { background: var(--berry); }
.exploring-strip {
  background:
    linear-gradient(rgba(238,239,231,.88), rgba(238,239,231,.88)),
    url("../images/watercolour-green.webp") center / cover;
  border-block: 1px solid var(--line);
}
.exploring-title, .exploring-item { padding: 3.3rem 2.2rem; }
.exploring-title { display: flex; flex-direction: column; justify-content: center; }
.exploring-title h3 { font-family: var(--sans); font-size: 1rem; letter-spacing: .18em; }
.exploring-item { border-left: 1px solid var(--line); }
.exploring-item h4 { font-size: 1.8rem; margin-bottom: .75rem; }
.exploring-item p { margin-bottom: 0; }
.journal-section { background: #f8f5ee; }
.journal-card { display: grid; grid-template-columns: 48% 52%; min-height: 300px; background: var(--paper); border: 1px solid var(--line); }
.journal-card img { width: 100%; height: 100%; object-fit: cover; }
.journal-copy { padding: 1.8rem; }
.journal-copy h3 { font-size: 2rem; line-height: 1.05; }
.artwork-section { background: #e8eee6; }
.artwork-image img { width: 100%; height: 100%; min-height: 190px; max-height: 245px; object-fit: cover; }
.artwork-copy {
  min-height: 190px;
  padding: clamp(24px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(232,238,230,.87), rgba(232,238,230,.87)),
    url("../images/watercolour-tree.webp") center / cover;
}
.artwork-copy h2 { max-width: 500px; font-size: clamp(2.4rem, 3.6vw, 4rem); }
.artwork-copy p:not(.eyebrow) { max-width: 450px; }
.artwork-copy .btn { align-self: flex-start; }
.site-footer { background: #3f6870; color: white; }
.footer-cta { padding: 3.25rem 0; }
.footer-cta h2 { font-size: clamp(2.6rem, 3.6vw, 4.2rem); }
.footer-meta {
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 1.3rem 0;
  font-size: .68rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.footer-meta a { color: white; }
@media (max-width: 1199.98px) {
  .navbar-brand img { width: 245px; }
  .navbar-collapse { padding: 1rem 0 1.5rem; }
  .navbar-nav { align-items: stretch !important; }
  .nav-cta { margin-top: .6rem; }
}
@media (max-width: 991.98px) {
  .hero { min-height: auto; padding-top: 0; }
  .min-vh-hero { min-height: 760px; }
  .hero-photo { inset: 42% 0 0 0; }
  .hero-art { inset: 0 0 45% 0; }
  .hero::after { background: linear-gradient(180deg, transparent 36%, var(--paper) 49%, transparent 61%); }
  .hero-copy { padding-top: 70px; }
  .exploring-item { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 767.98px) {
  h1 { font-size: 3.15rem; }
  .site-shell { padding-inline: 20px; }
  .navbar-brand img { width: 205px; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-card img { aspect-ratio: 1.5; }
}


.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  transition: background-color .2s ease, transform .2s ease;
}
.social-link:hover,
.social-link:focus {
  color: white;
  background: var(--berry);
  transform: translateY(-1px);
}
.social-link svg {
  width: 22px;
  height: 22px;
}


.projects-section .row.g-4 {
  row-gap: 2rem !important;
}


.header-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: .45rem;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  transition: background-color .2s ease, transform .2s ease;
}
.header-social-link:hover,
.header-social-link:focus {
  color: white;
  background: var(--berry);
  transform: translateY(-1px);
}
.header-social-link svg {
  width: 20px;
  height: 20px;
}


@media (min-width: 1200px) {
  .journal-section .col-xl-4 {
    width: 25%;
  }
  .journal-section .journal-card {
    grid-template-columns: 1fr;
    min-height: 100%;
  }
  .journal-section .journal-card img {
    aspect-ratio: 1.35;
    height: auto;
  }
}


.contact-section {
  padding: clamp(80px, 8vw, 130px) 0;
  background: #eef1eb;
  border-top: 1px solid var(--line);
}
.contact-section h2 {
  margin-bottom: 1.5rem;
}
.contact-intro {
  max-width: 520px;
  margin-bottom: 2.2rem;
}
.contact-email-label {
  margin: 0 0 .4rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
}
.contact-email {
  color: var(--blue-deep);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 3rem);
}
.contact-form label {
  display: block;
  margin-bottom: .55rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(47,51,47,.35);
  background: transparent;
  padding: .8rem 0;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--blue);
}
.contact-form textarea {
  resize: vertical;
}
.site-footer {
  background: #3f6870;
  color: white;
}
.footer-nav {
  padding: 2.4rem 0;
}
.footer-brand {
  display: inline-block;
  font-family: var(--serif);
  font-size: 1.8rem;
  letter-spacing: .05em;
}
.footer-nav p {
  margin: .25rem 0 0;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu a {
  color: white;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* Version 12: contact and footer refinements */
.contact-section {
  padding: clamp(88px, 9vw, 150px) 0;
  background: #edf1ec;
  border-top: 1px solid var(--line);
}
.contact-panel {
  padding: clamp(34px, 4vw, 64px);
  background: rgba(255,255,255,.36);
  border: 1px solid rgba(47,51,47,.14);
}
.contact-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(0px, 3vw, 40px);
}
.contact-copy h2 {
  margin-bottom: 1.25rem;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 2rem;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.contact-details span {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-details a {
  color: var(--blue-deep);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
}
.contact-form {
  height: 100%;
  padding: clamp(8px, 1.4vw, 18px) 0;
}
.contact-form label {
  display: block;
  margin-bottom: .45rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(47,51,47,.22);
  background: rgba(255,255,255,.72);
  padding: .9rem 1rem;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(49,95,120,.08);
}
.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}
.site-footer {
  background: #3f6870;
  color: white;
}
.footer-main {
  padding: 2.6rem 0 2.2rem;
}
.footer-brand {
  display: inline-block;
  color: white;
  font-family: var(--serif);
  font-size: 2rem;
  letter-spacing: .04em;
}
.footer-tagline {
  margin: .2rem 0 0;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.74);
}
.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(90px, 1fr));
  gap: .65rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu a {
  color: white;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-meta {
  border-top: 1px solid rgba(255,255,255,.22);
  padding: 1.25rem 0 1.5rem;
}
.footer-meta,
.footer-meta a {
  color: rgba(255,255,255,.82);
}
@media (max-width: 991.98px) {
  .contact-panel {
    padding: 32px 24px;
  }
  .contact-copy {
    padding-right: 0;
  }
  .footer-menu {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
}
@media (max-width: 575.98px) {
  .footer-menu {
    grid-template-columns: repeat(2, auto);
  }
}


/* Version 13: centred logo navigation */
.nav-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
}
.nav-left,
.nav-right {
  min-width: 0;
}
.nav-left .navbar-nav {
  justify-content: flex-start;
}
.nav-right .navbar-nav {
  justify-content: flex-end;
}
.navbar-brand {
  margin: 0;
  justify-self: center;
}
.navbar-brand img {
  width: clamp(210px, 19vw, 300px);
}
.dropdown-menu {
  border-radius: 0;
  border: 1px solid var(--line);
  background: rgba(250,248,242,.98);
  padding: .55rem 0;
  min-width: 220px;
  box-shadow: 0 12px 30px rgba(47,51,47,.08);
}
.dropdown-item {
  padding: .65rem 1rem;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .06em;
  color: var(--ink);
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(185,111,84,.10);
  color: var(--terracotta-deep);
}
.dropdown-toggle::after {
  margin-left: .45em;
  vertical-align: .14em;
}
.btn-accent {
  background: var(--terracotta);
  color: white;
}
.btn-accent:hover,
.btn-accent:focus {
  background: var(--terracotta-deep);
  color: white;
}
.nav-contact-btn {
  white-space: nowrap;
  padding: .8rem 1.1rem;
}
.header-social-link {
  background: var(--terracotta);
}
.header-social-link:hover,
.header-social-link:focus {
  background: var(--blue);
}
.footer-brand-baskerville {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: .02em;
}
.footer-email-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .75rem 1.25rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255,255,255,.22);
}
.footer-email-row span {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
}
.footer-email-row a {
  color: white;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}
.footer-meta {
  border-top: 1px solid rgba(255,255,255,.14);
}

@media (min-width: 1200px) {
  .navbar-collapse {
    display: flex !important;
  }
}

@media (max-width: 1199.98px) {
  .nav-layout {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1rem;
  }
  .navbar-brand {
    order: 1 !important;
    margin-right: auto;
  }
  .navbar-toggler {
    order: 2 !important;
  }
  .nav-left,
  .nav-right {
    flex-basis: 100%;
  }
  .nav-left {
    order: 3 !important;
  }
  .nav-right {
    order: 4 !important;
  }
  .nav-left .navbar-nav,
  .nav-right .navbar-nav {
    align-items: stretch !important;
  }
  .header-social-link {
    margin: .6rem 0 0;
  }
  .nav-contact-btn {
    margin-top: .6rem;
    display: inline-block;
  }
  .dropdown-menu {
    border: 0;
    box-shadow: none;
    background: rgba(255,255,255,.42);
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 200px;
  }
}


/* Version 14: simplified navigation and revised accent colour */
.site-header .navbar {
  padding: 14px 0;
}
.site-header .site-shell {
  display: flex;
  align-items: center;
}
.site-header .navbar-brand {
  margin-right: 2rem;
}
.site-header .navbar-brand img {
  width: clamp(205px, 21vw, 320px);
}
.site-header .navbar-collapse {
  flex-grow: 1;
}
.site-header .navbar-nav {
  gap: .38rem;
}
.site-header .nav-link {
  font-size: .78rem;
  letter-spacing: .095em;
}
.btn-accent {
  background: var(--accent);
  color: white;
}
.btn-accent:hover,
.btn-accent:focus {
  background: var(--accent-deep);
  color: white;
}
.header-social-link {
  background: var(--accent);
}
.header-social-link:hover,
.header-social-link:focus {
  background: var(--blue);
}
.social-link {
  background: var(--accent);
}
.social-link:hover,
.social-link:focus {
  background: var(--blue);
}
.dropdown-menu {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .site-header .site-shell {
    display: flex;
    flex-wrap: wrap;
  }
  .site-header .navbar-brand {
    margin-right: auto;
  }
  .site-header .navbar-collapse {
    flex-basis: 100%;
  }
  .site-header .navbar-nav {
    align-items: stretch !important;
    padding-top: 1rem;
  }
}


/* Version 15: olive-lime accent, restored dropdowns, tighter footer */
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  border-radius: 0;
  border: 1px solid var(--line);
  background: rgba(250,248,242,.98);
  padding: .55rem 0;
  min-width: 225px;
  box-shadow: 0 12px 30px rgba(47,51,47,.08);
}
.nav-item.dropdown:hover > .dropdown-menu,
.nav-item.dropdown:focus-within > .dropdown-menu,
.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.dropdown-item {
  padding: .68rem 1rem;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .055em;
  color: var(--ink);
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(156,173,54,.12);
  color: var(--olive-deep);
}
.btn-accent,
.header-social-link,
.social-link {
  background: var(--accent);
}
.btn-accent:hover,
.btn-accent:focus,
.header-social-link:hover,
.header-social-link:focus,
.social-link:hover,
.social-link:focus {
  background: var(--accent-deep);
}
.footer-main {
  padding: 2.1rem 0 1.6rem;
}
.footer-brand-baskerville {
  font-size: 1.45rem;
}
.footer-menu {
  grid-template-columns: repeat(2, minmax(80px, 1fr));
  gap: .5rem 1.2rem;
}
.footer-contact-column {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.footer-contact-column span {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
.footer-contact-column a {
  color: white;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.35;
}
.footer-meta {
  padding-top: 1rem;
}
@media (max-width: 1199.98px) {
  .dropdown-menu {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: 0;
    box-shadow: none;
    background: rgba(255,255,255,.4);
  }
  .dropdown-menu.show {
    display: block;
  }
}


/* Version 16: functional Bootstrap dropdowns and sketchbook refinements */
.site-header .dropdown-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  transform: none;
  margin-top: .35rem;
}
.site-header .dropdown-menu.show {
  display: block;
}
.site-header .nav-item.dropdown:hover > .dropdown-menu {
  display: none;
}
.site-header .nav-item.dropdown:focus-within > .dropdown-menu {
  display: none;
}
.site-header .nav-item.dropdown:has(.dropdown-menu.show) > .dropdown-menu {
  display: block;
}
.site-header .btn-blue.nav-contact-btn {
  background: var(--blue-deep);
  color: white;
}
.site-header .btn-blue.nav-contact-btn:hover,
.site-header .btn-blue.nav-contact-btn:focus {
  background: var(--blue);
  color: white;
}

/* Make the sketchbook section shallower and show the full landscape artwork. */
.artwork-section {
  overflow: hidden;
}
.artwork-image {
  background: #eef1eb;
  display: flex;
  align-items: center;
}
.artwork-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 235px;
  object-fit: contain;
  object-position: center;
}
.artwork-copy {
  min-height: 235px;
  padding: clamp(26px, 3vw, 44px);
}
.artwork-copy h2 {
  font-size: clamp(2.4rem, 3.4vw, 3.8rem);
}
@media (max-width: 991.98px) {
  .artwork-image img {
    max-height: none;
  }
  .artwork-copy {
    min-height: auto;
  }
}


/* Version 17: refined sketchbook section with two-image gallery */
.artwork-section {
  background: #e8eee6;
  overflow: hidden;
}
.artwork-gallery {
  padding: clamp(18px, 2.2vw, 26px);
  background: #eef1eb;
  display: flex;
  align-items: center;
}
.artwork-gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: stretch;
}
.artwork-tile {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f8f5ee;
  box-shadow: 0 12px 30px rgba(35, 47, 45, 0.06);
}
.artwork-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.artwork-tile-tall img {
  object-position: center top;
}
.artwork-copy {
  min-height: 300px;
  padding: clamp(28px, 3vw, 48px);
}
.artwork-copy h2 {
  font-size: clamp(2.5rem, 3.3vw, 3.9rem);
}
.artwork-copy p:not(.eyebrow) {
  max-width: 29rem;
}
@media (max-width: 991.98px) {
  .artwork-gallery-grid {
    grid-template-columns: 1fr;
  }
  .artwork-tile img {
    min-height: 220px;
    max-height: none;
  }
  .artwork-copy {
    min-height: auto;
  }
}


/* Version 18: working dropdowns + editorial sketchbook collage */
.site-header .navbar-nav {
  gap: .55rem;
}
.site-header .dropdown-menu {
  display: none;
  position: absolute;
  inset: auto auto auto 0;
  margin-top: .7rem;
  min-width: 230px;
  padding: .55rem 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(250,248,242,.98);
  box-shadow: 0 16px 36px rgba(34, 41, 40, 0.10);
}
.site-header .dropdown-menu.show {
  display: block;
}
.site-header .dropdown-item {
  padding: .68rem 1rem;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
}
.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background: rgba(164, 181, 54, 0.12);
  color: var(--olive-deep);
}
.site-header .dropdown-toggle::after {
  margin-left: .42rem;
  vertical-align: .16em;
}
.site-header .nav-contact-btn {
  background: var(--blue-deep);
  color: #fff;
}
.site-header .nav-contact-btn:hover,
.site-header .nav-contact-btn:focus {
  background: var(--blue);
  color: #fff;
}

@media (max-width: 1199.98px) {
  .site-header .dropdown-menu {
    position: static;
    float: none;
    margin-top: .15rem;
    min-width: 100%;
    background: rgba(255,255,255,.45);
    box-shadow: none;
  }
}

.artwork-section {
  background: #e8eee6;
  overflow: hidden;
}
.artwork-collage-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  background: #eef1eb;
}
.artwork-collage-stage {
  position: relative;
  width: min(100%, 760px);
  min-height: 360px;
}
.artwork-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #f8f5ee;
  border: 1px solid rgba(60, 72, 60, 0.12);
  box-shadow: 0 14px 28px rgba(35, 47, 45, 0.08);
}
.artwork-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artwork-card-main {
  left: 0;
  top: 24px;
  width: 52%;
  height: 250px;
  z-index: 1;
}
.artwork-card-main img {
  object-position: center;
}
.artwork-card-tall {
  left: 36%;
  top: 0;
  width: 27%;
  height: 330px;
  z-index: 3;
}
.artwork-card-tall img {
  object-position: center top;
}
.artwork-card-accent {
  right: 2%;
  bottom: 8px;
  width: 29%;
  height: 175px;
  z-index: 2;
  transform: rotate(-3deg);
}
.artwork-card-accent img {
  object-position: center;
}
.artwork-copy {
  min-height: 360px;
  padding: clamp(28px, 3vw, 48px);
}
.artwork-copy h2 {
  font-size: clamp(2.5rem, 3.3vw, 3.9rem);
}
.artwork-copy p:not(.eyebrow) {
  max-width: 29rem;
}
@media (max-width: 991.98px) {
  .artwork-collage-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .artwork-card {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    transform: none;
  }
  .artwork-card-main,
  .artwork-card-tall,
  .artwork-card-accent {
    height: auto;
  }
  .artwork-card-main {
    grid-column: 1 / -1;
  }
  .artwork-card img {
    height: 240px;
  }
  .artwork-copy {
    min-height: auto;
  }
}


/* Version 19: cleaner sketchbook gallery + custom dropdown behaviour */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header .nav-item.dropdown {
  position: relative;
}
.site-header .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  min-width: 230px;
  margin-top: .6rem;
  padding: .55rem 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(250,248,242,.99);
  box-shadow: 0 18px 34px rgba(34, 41, 40, 0.10);
  z-index: 1001;
}
.site-header .nav-item.dropdown.is-open > .dropdown-menu {
  display: block;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .site-header .nav-item.dropdown:hover > .dropdown-menu,
  .site-header .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}
.site-header .dropdown-menu.dropdown-menu-end {
  right: 0;
  left: auto;
}
.site-header .dropdown-item {
  padding: .7rem 1rem;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background: rgba(156,173,54,.12);
  color: var(--olive-deep);
}
.site-header .dropdown-toggle::after {
  margin-left: .38rem;
  vertical-align: .14em;
}

@media (max-width: 1199.98px) {
  .site-header .dropdown-menu,
  .site-header .nav-item.dropdown.is-open > .dropdown-menu {
    position: static;
    display: none;
    margin-top: .15rem;
    min-width: 100%;
    border: 0;
    box-shadow: none;
    background: rgba(255,255,255,.42);
  }
  .site-header .nav-item.dropdown.is-open > .dropdown-menu {
    display: block;
  }
}

.artwork-section {
  background: #e8eee6;
}
.sketch-gallery-pane {
  padding: clamp(26px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf1ea;
}
.sketch-gallery-grid {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .9fr);
  grid-template-rows: 218px 132px;
  gap: 18px;
  align-items: stretch;
}
.sketch-tile {
  margin: 0;
  overflow: hidden;
  background: #f8f5ee;
  border: 8px solid #f8f5ee;
  box-shadow: 0 16px 30px rgba(35, 47, 45, 0.08);
}
.sketch-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sketch-tile-feature {
  grid-column: 1;
  grid-row: 1;
}
.sketch-tile-feature img {
  object-position: center;
}
.sketch-tile-portrait {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.sketch-tile-portrait img {
  object-position: center top;
}
.sketch-tile-accent {
  grid-column: 1;
  grid-row: 2;
  max-width: 235px;
  justify-self: end;
  transform: translateX(14px);
}
.sketch-copy-panel {
  min-height: 390px;
}
.sketch-copy-panel h2 {
  font-size: clamp(2.45rem, 3.2vw, 3.85rem);
  max-width: 10ch;
}
.sketch-copy-panel p:not(.eyebrow) {
  max-width: 30rem;
}
@media (max-width: 991.98px) {
  .sketch-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .sketch-tile-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .sketch-tile-feature img {
    height: 260px;
  }
  .sketch-tile-portrait,
  .sketch-tile-accent {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    justify-self: stretch;
    transform: none;
  }
  .sketch-tile-portrait img,
  .sketch-tile-accent img {
    height: 220px;
  }
  .sketch-copy-panel {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .sketch-gallery-grid {
    grid-template-columns: 1fr;
  }
  .sketch-tile-feature,
  .sketch-tile-portrait,
  .sketch-tile-accent {
    grid-column: 1;
  }
}


/* Version 20: approved sketchbook image and reliable custom dropdowns */
.site-header {
  overflow: visible;
}
.site-header .navbar,
.site-header .site-shell,
.site-header .navbar-collapse,
.site-header .navbar-nav {
  overflow: visible;
}

.site-header .nav-item.dropdown {
  position: relative;
}

.site-header .dropdown-menu {
  display: none !important;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1100;
  min-width: 230px;
  margin: 0;
  padding: .55rem 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(250, 248, 242, .99);
  box-shadow: 0 18px 38px rgba(34, 41, 40, .12);
}

.site-header .nav-item.dropdown.is-open > .dropdown-menu {
  display: block !important;
}

.site-header .dropdown-menu.dropdown-menu-end {
  right: 0;
  left: auto;
}

.site-header .dropdown-item {
  padding: .72rem 1rem;
  color: var(--ink);
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  color: var(--olive-deep);
  background: rgba(156, 173, 54, .13);
}

.btn-accent,
.site-header .nav-contact-btn {
  color: #fff;
  background: var(--accent);
}

.btn-accent:hover,
.btn-accent:focus,
.site-header .nav-contact-btn:hover,
.site-header .nav-contact-btn:focus {
  color: #fff;
  background: var(--accent-deep);
}

.sketchbook-photo {
  min-height: 420px;
  background: #edf1ea;
  overflow: hidden;
}

.sketchbook-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.sketch-copy-panel {
  min-height: 420px;
}

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

@media (max-width: 1199.98px) {
  .site-header .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    margin-top: .2rem;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, .42);
  }
}

@media (max-width: 991.98px) {
  .sketchbook-photo,
  .sketchbook-photo img,
  .sketch-copy-panel {
    min-height: auto;
  }

  .sketchbook-photo img {
    height: auto;
  }
}


/* Version 21: prepared Studio Notes crops */
.journal-section .journal-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  object-position: center;
}


/* Version 22: multi-page templates */
.nav-link.active { color: var(--blue); }

.page-hero {
  padding: clamp(90px, 10vw, 170px) 0 clamp(65px, 7vw, 110px);
  background: var(--paper);
}

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

.page-hero-intro {
  max-width: 520px;
  font-size: 1.05rem;
}

.page-hero-image {
  position: relative;
  min-height: 650px;
  padding: 0;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(26,35,31,.72), rgba(26,35,31,.08)),
    var(--page-hero-image) center / cover no-repeat;
  color: white;
}

.page-hero-image .site-shell {
  width: 100%;
}

.page-hero-overlay {
  max-width: 760px;
  padding: clamp(80px, 10vw, 150px) 0 clamp(70px, 8vw, 120px);
}

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

.page-section {
  padding: clamp(75px, 8vw, 130px) 0;
  background: #f8f5ee;
}

.page-section-tint {
  background: #eaf0e8;
}

.page-feature-image,
.page-gallery-image {
  width: 100%;
  object-fit: cover;
}

.page-feature-image {
  min-height: 440px;
  max-height: 690px;
}

.page-gallery-image {
  height: 390px;
}

.page-card,
.project-feature-card {
  height: 100%;
  background: var(--paper);
  border: 1px solid var(--line);
}

.page-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.page-card-copy,
.project-feature-copy {
  padding: clamp(24px, 3vw, 38px);
}

.page-card h3 {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
}

.project-feature-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.press-list {
  border-top: 1px solid var(--line);
}

.press-item {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--line);
}

.press-item h2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.press-item .micro-label {
  padding-top: .35rem;
}

@media (max-width: 991.98px) {
  .page-hero-image { min-height: 530px; }
  .page-feature-image { min-height: 320px; }
  .press-item { grid-template-columns: 1fr; gap: .75rem; }
}


/* Version 23: compact five-page site and private-garden accordion */
.process-section {
  background: #f4f0e7;
}

.process-list {
  border-top: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1.5rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}

.process-step > span {
  color: var(--accent-deep);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: .9rem;
}

.process-step h3 {
  margin-bottom: .55rem;
  font-size: clamp(1.8rem, 2.1vw, 2.45rem);
}

.process-step p {
  margin-bottom: 0;
  max-width: 640px;
}

.process-note {
  margin-top: 2rem;
  max-width: 650px;
  font-style: italic;
}

.recognition-list {
  border-top: 1px solid var(--line);
}

.recognition-list a {
  display: grid;
  grid-template-columns: minmax(160px, .75fr) minmax(0, 1.5fr);
  gap: 1.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.recognition-list span {
  color: var(--blue);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.recognition-list strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

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

.garden-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.garden-accordion .accordion-button {
  gap: 1.25rem;
  padding: 1.45rem 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  font-weight: 500;
}

.garden-accordion .accordion-button:not(.collapsed) {
  color: var(--blue-deep);
  background: transparent;
  box-shadow: none;
}

.garden-accordion .accordion-button > span {
  min-width: 34px;
  color: var(--accent-deep);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: .75rem;
}

.garden-accordion .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem;
}

.garden-accordion .accordion-body {
  padding: 0 0 2.2rem 3.7rem;
}

.garden-accordion .accordion-body img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .process-step {
    grid-template-columns: 42px 1fr;
  }

  .recognition-list a {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .garden-accordion .accordion-body {
    padding-left: 0;
  }

  .garden-accordion .accordion-body img {
    height: 260px;
  }
}


/* Version 24: richer compact navigation */
.site-header .navbar-nav {
  gap: .1rem;
}

.site-header .nav-link {
  position: relative;
  padding-left: .78rem !important;
  padding-right: .78rem !important;
}

.site-header .nav-link.active::after {
  content: "";
  position: absolute;
  left: .78rem;
  right: .78rem;
  bottom: .25rem;
  height: 1px;
  background: var(--accent);
}

.site-header .dropdown-menu {
  min-width: 250px;
  padding: .7rem 0;
}

.site-header .dropdown-item {
  padding: .78rem 1.15rem;
}

.site-header .dropdown-item + .dropdown-item {
  border-top: 1px solid rgba(34, 41, 40, .05);
}

@media (max-width: 1199.98px) {
  .site-header .nav-link.active::after {
    display: none;
  }

  .site-header .dropdown-menu {
    min-width: 100%;
  }
}


/* Version 25: refined About introduction */
.about-intro {
  padding: clamp(54px, 6vw, 96px) 0;
  background: #f3f0e7;
}

.about-intro-grid {
  min-height: 650px;
  border: 1px solid rgba(34, 41, 40, .12);
  background: var(--paper);
}

.about-portrait-panel {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #dfe7dc;
}

.about-portrait-panel img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center 42%;
}

.about-portrait-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(22, 30, 26, .26));
  pointer-events: none;
}

.image-note {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  left: 22px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-intro-copy {
  display: flex;
  align-items: center;
}

.about-intro-inner {
  max-width: 690px;
  padding: clamp(48px, 7vw, 108px);
}

.about-intro h1 {
  max-width: 10ch;
  margin-bottom: 1.7rem;
  font-size: clamp(4rem, 6.7vw, 7.7rem);
  line-height: .92;
}

.about-lead {
  max-width: 620px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.35;
}

.about-intro-inner > p:not(.eyebrow):not(.about-lead) {
  max-width: 590px;
}

.about-approach {
  background: #fbf8f2;
}

.about-approach h2 {
  max-width: 11ch;
}

.about-approach-image {
  min-height: 560px;
  object-position: center;
}

@media (max-width: 991.98px) {
  .about-intro-grid,
  .about-portrait-panel,
  .about-portrait-panel img {
    min-height: auto;
  }

  .about-portrait-panel img {
    height: 520px;
  }

  .about-intro-inner {
    padding: 54px 32px 62px;
  }

  .about-intro h1 {
    font-size: clamp(3.8rem, 13vw, 6.5rem);
  }

  .about-approach-image {
    min-height: 390px;
  }
}

@media (max-width: 575.98px) {
  .about-intro {
    padding-top: 24px;
  }

  .about-portrait-panel img {
    height: 410px;
  }

  .image-note {
    font-size: .58rem;
  }
}


/* Version 26: refined active navigation marker */
.site-header .nav-link.active::after {
  left: 50%;
  right: auto;
  bottom: .18rem;
  width: 34px;
  height: 1px;
  transform: translateX(-50%);
  background: var(--accent-deep);
}


/* Version 27: blue active-navigation highlight without underline */
.site-header .nav-link.active {
  color: var(--blue) !important;
}

.site-header .nav-link.active::after {
  display: none !important;
}


/* Version 28: Camden courtyard approach section */
.project-image-caption {
  margin: .85rem 0 0;
  color: rgba(34, 41, 40, .62);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-align: right;
  text-transform: uppercase;
}

.about-approach-image {
  aspect-ratio: 4 / 3;
  min-height: 0;
  object-fit: cover;
}


/* Version 29: Approach heading above image and text */
.about-approach-title {
  max-width: 13ch;
  margin-bottom: 0;
}

.about-approach-content {
  margin-top: clamp(42px, 5vw, 72px);
}

.about-approach-content .botanical-rule {
  margin-top: 0;
}

.about-approach-content p {
  max-width: 620px;
}

.about-approach-content .about-approach-image {
  width: 100%;
}

@media (max-width: 991.98px) {
  .about-approach-title {
    max-width: 11ch;
  }

  .about-approach-content {
    margin-top: 36px;
  }
}


/* Version 30: controlled two-line Approach heading */
.about-approach-title {
  max-width: none;
  font-size: clamp(3.6rem, 5.4vw, 6.8rem);
  line-height: .96;
}

@media (max-width: 991.98px) {
  .about-approach-title {
    max-width: 12ch;
    font-size: clamp(3.2rem, 10vw, 5.4rem);
  }
}


/* Version 31: fixed two-line Approach title */
.about-approach-title {
  width: 100%;
  max-width: none;
  font-size: clamp(3.2rem, 4.15vw, 5.55rem);
  line-height: .96;
}

.about-approach-title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .about-approach-title {
    font-size: clamp(3.1rem, 5.4vw, 4.8rem);
  }
}

@media (max-width: 991.98px) {
  .about-approach-title {
    max-width: 12ch;
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .about-approach-title span {
    display: inline;
    white-space: normal;
  }

  .about-approach-title span + span::before {
    content: " ";
  }
}


/* Version 32: expanded six-stage design process */
.process-step div p + p {
  margin-top: .8rem;
}

.process-step div p:last-child {
  margin-bottom: 0;
}


/* Version 33: refined Background section */
.page-section-tint .page-feature-image[src*="sketchbook-pink-study"] {
  aspect-ratio: 1.3 / 1;
  min-height: 0;
  object-fit: cover;
}


/* Version 35: expanded Press and Recognition section */
.recognition-intro {
  max-width: 380px;
}

.recognition-list-expanded a {
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr);
}

.media-coverage {
  margin-top: clamp(42px, 5vw, 70px);
  border-top: 1px solid var(--line);
}

.media-coverage > .micro-label {
  padding-top: 1.5rem;
}

.media-coverage-item {
  display: grid;
  grid-template-columns: minmax(210px, .9fr) minmax(0, 1.5fr);
  gap: 2rem;
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--line);
}

.media-coverage-item div {
  display: grid;
  gap: .35rem;
}

.media-coverage-item span {
  color: var(--blue);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.media-coverage-item strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.media-coverage-item p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .recognition-list-expanded a,
  .media-coverage-item {
    grid-template-columns: 1fr;
    gap: .45rem;
  }
}


/* Version 38: embedded BBC video feature */
.press-video-feature {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: start;
  padding: 2.25rem 0;
  border-bottom: 1px solid var(--line);
}

.press-video-copy > span {
  display: block;
  margin-bottom: .7rem;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.press-video-copy h3 {
  margin-bottom: 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 500;
}

.press-video-copy p {
  margin-bottom: 0;
}

.press-video-poster {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #1d2421;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.press-video-poster img,
.press-video-poster iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.34));
  pointer-events: none;
}

.press-video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  color: white;
}

.press-video-play svg {
  width: 100%;
  height: 100%;
}

.press-video-play circle {
  fill: rgba(49, 102, 132, .92);
}

.press-video-play path {
  fill: white;
}

.press-video-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 15px;
  color: white;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.press-video-poster.is-playing::after,
.press-video-poster.is-playing .press-video-play,
.press-video-poster.is-playing .press-video-caption {
  display: none;
}

@media (max-width: 767.98px) {
  .press-video-feature {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}


/* Version 39: BBC feature at top of Press */
.press-video-feature-top {
  display: block;
  margin-top: 2.25rem;
  padding: 0;
  border-bottom: 0;
}

.press-video-feature-top .press-video-copy {
  margin-bottom: 1.2rem;
}

.press-video-feature-top .press-video-copy h3 {
  font-size: clamp(1.9rem, 2.4vw, 2.75rem);
}

.press-video-feature-top .press-video-poster {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: #111;
  cursor: pointer;
}

.press-video-feature-top .press-video-poster img,
.press-video-feature-top .press-video-poster iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.press-video-feature-top .press-video-poster.is-playing {
  cursor: default;
}

.press-video-feature-top .press-video-play {
  width: 64px;
  height: 64px;
}

.press-video-feature-top .press-video-play svg {
  display: block;
  width: 64px;
  height: 64px;
}

.press-video-feature-top .press-video-play circle {
  fill: rgba(49, 102, 132, .94);
}

.press-video-feature-top .press-video-play path {
  fill: #fff;
}


/* Version 40: BBC video above the press list */
.press-video-embed {
  margin-bottom: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(36px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
}

.press-video-embed .press-video-copy {
  max-width: 720px;
  margin-bottom: 1.35rem;
}

.press-video-embed .press-video-copy > span {
  display: block;
  margin-bottom: .65rem;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.press-video-embed .press-video-copy h3 {
  margin-bottom: .8rem;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: 500;
}

.press-video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  aspect-ratio: 16 / 9;
}

.press-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.press-video-note {
  margin: .8rem 0 0;
  color: rgba(34, 41, 40, .65);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .07em;
  text-align: right;
  text-transform: uppercase;
}


/* Version 41: BBC press video and homepage feature */
.press-video-click .press-video-poster {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: #111;
  cursor: pointer;
}

.press-video-click .press-video-poster img,
.press-video-click .press-video-poster iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.press-video-click .press-video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.26));
  pointer-events: none;
}

.press-video-click .press-video-poster.is-playing::after,
.press-video-click .press-video-poster.is-playing .press-video-play,
.press-video-click .press-video-poster.is-playing .press-video-caption {
  display: none;
}

.bbc-home-feature {
  padding: clamp(72px, 8vw, 120px) 0;
  background: #f6f2e9;
}

.bbc-home-feature .row {
  border: 1px solid var(--line);
  background: var(--paper);
}

.bbc-home-image {
  position: relative;
  display: block;
  height: 100%;
  min-height: 460px;
  overflow: hidden;
  background: #111;
}

.bbc-home-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.bbc-home-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.24));
}

.bbc-home-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
}

.bbc-home-play svg {
  width: 100%;
  height: 100%;
}

.bbc-home-play circle {
  fill: rgba(49, 102, 132, .94);
}

.bbc-home-play path {
  fill: #fff;
}

.bbc-home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 86px);
}

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

@media (max-width: 991.98px) {
  .bbc-home-image,
  .bbc-home-image img {
    min-height: 340px;
  }
}


/* Version 42: refined Press layout and inline homepage video */
.recognition-section {
  background: #f7f3eb;
}

.press-heading {
  max-width: 980px;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.press-heading h2 {
  max-width: 15ch;
}

.press-heading > p:last-child {
  max-width: 620px;
}

.press-video-embed {
  max-width: 1080px;
  margin: 0 auto clamp(54px, 6vw, 86px);
  padding-bottom: clamp(42px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}

.press-video-embed .press-video-copy {
  max-width: 760px;
}

.press-video-poster,
.bbc-home-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.press-video-poster img,
.press-video-poster iframe,
.bbc-home-video img,
.bbc-home-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.press-video-poster::after,
.bbc-home-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.01), rgba(0,0,0,.24));
  pointer-events: none;
}

.press-video-poster.is-playing::after,
.press-video-poster.is-playing .press-video-play,
.press-video-poster.is-playing .press-video-caption,
.bbc-home-video.is-playing::after,
.bbc-home-video.is-playing .press-video-play,
.bbc-home-video.is-playing .press-video-caption {
  display: none;
}

.press-links-heading {
  max-width: 1080px;
  margin: 0 auto;
}

.recognition-list-expanded {
  max-width: 1080px;
  margin: 0 auto;
}

.bbc-home-feature {
  background: #e7efed;
}

.bbc-home-feature .row {
  background: transparent;
  border-color: rgba(34, 41, 40, .14);
}

.bbc-home-video {
  height: 100%;
  min-height: 460px;
  aspect-ratio: auto;
}

.bbc-home-video img,
.bbc-home-video iframe {
  min-height: 460px;
}

.bbc-home-copy {
  background: rgba(255,255,255,.22);
}

@media (max-width: 991.98px) {
  .bbc-home-video,
  .bbc-home-video img,
  .bbc-home-video iframe {
    min-height: 340px;
  }
}


/* Version 43: balanced About-page Press layout */
.press-feature-row {
  margin-bottom: clamp(54px, 7vw, 96px);
}

.press-feature-row .press-heading {
  position: sticky;
  top: 150px;
  margin-bottom: 0;
}

.press-feature-row .press-heading h2 {
  max-width: 10ch;
}

.press-feature-row .press-video-embed {
  max-width: none;
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.press-feature-row .press-video-copy {
  max-width: 760px;
}

.press-feature-row .press-video-copy h3 {
  max-width: 16ch;
}

.press-links-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: clamp(38px, 4vw, 56px);
  border-top: 1px solid var(--line);
}

.press-links-wrap .press-links-heading,
.press-links-wrap .recognition-list-expanded {
  max-width: none;
}

@media (max-width: 991.98px) {
  .press-feature-row .press-heading {
    position: static;
  }

  .press-feature-row .press-heading h2 {
    max-width: 13ch;
  }
}


/* Version 44: centred Press layout */
.press-heading-centred {
  max-width: 900px;
  margin: 0 auto clamp(50px, 6vw, 82px);
  text-align: center;
}

.press-heading-centred h2 {
  max-width: 14ch;
  margin-right: auto;
  margin-left: auto;
}

.press-heading-centred > p:last-child {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.press-video-embed {
  max-width: 1060px;
  margin: 0 auto clamp(58px, 7vw, 92px);
}

.press-video-copy-centred {
  max-width: 800px;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.press-video-copy-centred h3 {
  max-width: 17ch;
  margin-right: auto;
  margin-left: auto;
}

.press-video-copy-centred p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.press-links-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.press-links-heading {
  text-align: center;
}

@media (max-width: 767.98px) {
  .press-heading-centred,
  .press-video-copy-centred,
  .press-links-heading {
    text-align: left;
  }

  .press-heading-centred h2,
  .press-heading-centred > p:last-child,
  .press-video-copy-centred h3,
  .press-video-copy-centred p {
    margin-right: 0;
    margin-left: 0;
  }
}


/* Version 45: simplified editorial Press hierarchy */
.press-heading-simple {
  max-width: 760px;
  margin: 0 auto clamp(44px, 5vw, 70px);
  text-align: center;
}

.press-heading-simple h2 {
  margin-bottom: 1rem;
  font-size: clamp(3.8rem, 6vw, 6.8rem);
  line-height: .95;
}

.press-heading-simple > p:last-child {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.press-video-editorial {
  max-width: 1040px;
  margin: 0 auto clamp(60px, 7vw, 96px);
}

.press-video-editorial .press-video-copy {
  max-width: 760px;
  margin: 0 0 1.35rem;
  text-align: left;
}

.press-video-editorial .press-video-copy h3 {
  max-width: 15ch;
  margin-bottom: .7rem;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1;
}

.press-video-editorial .press-video-copy p {
  max-width: 640px;
  margin: 0;
}

.press-video-editorial .press-video-note {
  text-align: left;
}

.press-links-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.press-links-heading {
  text-align: left;
}

@media (max-width: 767.98px) {
  .press-heading-simple {
    text-align: left;
  }

  .press-heading-simple > p:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .press-heading-simple h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
  }
}


/* Version 46: tighter BBC feature and no extra dividers */
.press-heading-simple {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.press-video-editorial {
  max-width: 1060px;
  margin-bottom: clamp(38px, 5vw, 62px);
  padding-bottom: 0;
  border-bottom: 0;
}

.press-video-editorial .press-video-copy {
  max-width: 900px;
  margin: 0 auto 1.15rem;
  text-align: center;
}

.press-video-editorial .press-video-copy h3 {
  max-width: 18ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.4rem, 3.6vw, 4rem);
}

.press-video-editorial .press-video-copy p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.press-video-editorial .press-video-poster {
  margin-top: 0;
}

.press-links-wrap {
  padding-top: 0;
  border-top: 0;
}

.press-links-heading {
  margin-bottom: .5rem;
}

.press-links-wrap .recognition-list {
  border-top: 1px solid var(--line);
}

@media (max-width: 767.98px) {
  .press-video-editorial .press-video-copy {
    text-align: left;
  }

  .press-video-editorial .press-video-copy h3,
  .press-video-editorial .press-video-copy p {
    margin-right: 0;
    margin-left: 0;
  }
}


/* Version 47: BBC feature moved higher on About page */
.bbc-about-feature {
  background: #e7efed;
}

.bbc-about-heading {
  max-width: 820px;
  margin: 0 auto clamp(34px, 4vw, 52px);
  text-align: center;
}

.bbc-about-heading h2 {
  max-width: 14ch;
  margin-right: auto;
  margin-left: auto;
}

.bbc-about-heading > p:last-child {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.bbc-about-feature .press-video-editorial {
  max-width: 1060px;
  margin-bottom: 0;
}

.bbc-about-feature .press-video-poster {
  box-shadow: 0 22px 45px rgba(34, 41, 40, .10);
}

.recognition-section .press-heading-simple {
  margin-bottom: clamp(28px, 3vw, 42px);
}

.recognition-section .press-links-wrap {
  max-width: 1120px;
}

@media (max-width: 767.98px) {
  .bbc-about-heading {
    text-align: left;
  }

  .bbc-about-heading h2,
  .bbc-about-heading > p:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}


/* Version 49: BBC placement correction */
.press-video-in-press {
  max-width: 1060px;
  margin: 0 auto clamp(48px, 6vw, 78px);
}

.press-video-in-press .press-video-copy {
  max-width: 820px;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.press-video-in-press .press-video-copy h3 {
  max-width: 16ch;
  margin-right: auto;
  margin-left: auto;
}

.press-video-in-press .press-video-copy p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .press-video-in-press .press-video-copy {
    text-align: left;
  }

  .press-video-in-press .press-video-copy h3,
  .press-video-in-press .press-video-copy p {
    margin-right: 0;
    margin-left: 0;
  }
}


/* Version 50: compact 6/6 About approach */
.about-approach-copy {
  max-width: 640px;
  padding-right: clamp(0px, 2vw, 28px);
}

.about-approach-copy h2 {
  max-width: 12ch;
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 4.1vw, 5.15rem);
  line-height: .98;
}

.about-approach-copy .botanical-rule {
  margin: 0 0 1.7rem;
}

.about-approach-copy p {
  max-width: 610px;
}

.about-approach-figure {
  margin: 0;
}

.about-approach-figure .about-approach-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .about-approach-copy {
    max-width: none;
    padding-right: 0;
  }

  .about-approach-copy h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 9vw, 5rem);
  }
}


/* Version 51: wider, smaller Approach heading */
.about-approach-copy h2 {
  max-width: 17ch;
  font-size: clamp(2.55rem, 3.25vw, 4.15rem);
  line-height: 1.02;
}

@media (max-width: 1199.98px) {
  .about-approach-copy h2 {
    max-width: 15ch;
    font-size: clamp(2.5rem, 4vw, 3.75rem);
  }
}

@media (max-width: 991.98px) {
  .about-approach-copy h2 {
    max-width: 14ch;
    font-size: clamp(2.8rem, 8.5vw, 4.6rem);
  }
}


/* Version 52: consistent About section heading scale */
.about-approach-copy h2,
.process-section h2,
.page-section-tint h2,
.recognition-section .press-heading-simple h2 {
  font-size: clamp(2.55rem, 3.25vw, 4.15rem);
  line-height: 1.02;
}

.process-section h2 {
  max-width: 11ch;
}

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

.recognition-section .press-heading-simple h2 {
  max-width: 13ch;
}

@media (max-width: 1199.98px) {
  .about-approach-copy h2,
  .process-section h2,
  .page-section-tint h2,
  .recognition-section .press-heading-simple h2 {
    font-size: clamp(2.5rem, 4vw, 3.75rem);
  }
}

@media (max-width: 991.98px) {
  .about-approach-copy h2,
  .process-section h2,
  .page-section-tint h2,
  .recognition-section .press-heading-simple h2 {
    font-size: clamp(2.8rem, 8.5vw, 4.6rem);
  }
}


/* Version 53: consistent heading scale and natural wrapping on About */
.about-intro h1,
.about-approach-copy h2,
.process-section h2,
.page-section-tint h2,
.recognition-section .press-heading-simple h2 {
  font-size: clamp(2.55rem, 3.25vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

/* Let headings use the available column instead of forcing narrow wraps */
.about-intro h1 {
  max-width: 17ch;
  margin-bottom: 1.5rem;
}

.about-approach-copy h2 {
  max-width: 18ch;
}

.process-section h2 {
  max-width: none;
}

.page-section-tint h2 {
  max-width: none;
}

.recognition-section .press-heading-simple h2 {
  max-width: none;
}

/* Give the process heading a little more room without changing the list structure */
.process-section > .container-fluid > .row > .col-lg-4 {
  width: 40%;
}

.process-section > .container-fluid > .row > .col-lg-7 {
  width: 60%;
  margin-left: 0;
}

/* Background section: balance the title and image more evenly */
.page-section-tint > .container-fluid > .row > .col-lg-7 {
  width: 58.333333%;
}

.page-section-tint > .container-fluid > .row > .col-lg-4 {
  width: 41.666667%;
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .about-intro h1,
  .about-approach-copy h2,
  .process-section h2,
  .page-section-tint h2,
  .recognition-section .press-heading-simple h2 {
    font-size: clamp(2.45rem, 4vw, 3.7rem);
  }
}

@media (max-width: 991.98px) {
  .about-intro h1,
  .about-approach-copy h2,
  .process-section h2,
  .page-section-tint h2,
  .recognition-section .press-heading-simple h2 {
    max-width: 16ch;
    font-size: clamp(2.7rem, 8vw, 4.4rem);
  }

  .process-section > .container-fluid > .row > .col-lg-4,
  .process-section > .container-fluid > .row > .col-lg-7,
  .page-section-tint > .container-fluid > .row > .col-lg-7,
  .page-section-tint > .container-fluid > .row > .col-lg-4 {
    width: 100%;
    margin-left: 0;
  }
}


/* =========================================================
   The Tarot Path
   ========================================================= */
.tarot-page-hero,
.tarot-info-section,
.tarot-reflection-section,
.tarot-player-section {
  --tarot-bg: #07362b;
  --tarot-bg-deep: #05281f;
  --tarot-panel: #0d493a;
  --tarot-gold: #d7b65a;
  --tarot-cream: #f3ead3;
  color: var(--tarot-cream);
}

.tarot-page-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #07362b 0%, #052d24 100%);
  border-bottom: 1px solid rgba(215,182,90,.32);
}

.tarot-page-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 0;
}

.tarot-page-hero h1,
.tarot-info-section h2,
.tarot-reflection-section h2,
.tarot-reflection-section h3,
.tarot-player-section h2,
.tarot-player-section h3 {
  color: var(--tarot-gold);
}

.tarot-page-hero h1 {
  margin-bottom: 1.6rem;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .95;
}

.tarot-page-intro {
  max-width: 760px;
  margin: 0 auto 2rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.55;
}

.tarot-eyebrow {
  color: var(--tarot-gold) !important;
}

.tarot-btn {
  padding: .95rem 1.8rem;
  border: 1px solid var(--tarot-gold);
  border-radius: 4px;
  background: var(--tarot-gold);
  color: #173126;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.tarot-btn:hover,
.tarot-btn:focus {
  border-color: #e6ca77;
  background: #e6ca77;
  color: #173126;
}

.tarot-info-section,
.tarot-reflection-section,
.tarot-player-section {
  padding: clamp(80px, 8vw, 125px) 0;
  background: var(--tarot-bg);
}

.tarot-reflection-section {
  background: var(--tarot-bg-deep);
}

.tarot-section-heading {
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.tarot-section-heading h2,
.tarot-reflection-section h2,
.tarot-player-section h2 {
  font-size: clamp(2.7rem, 4vw, 4.5rem);
}

.tarot-section-heading > p:last-child,
.tarot-reflection-section p,
.tarot-player-section p {
  font-size: 1rem;
  line-height: 1.75;
}

.tarot-position-card {
  padding: 2.2rem 1.8rem;
  border: 1px solid rgba(215,182,90,.35);
  border-radius: 10px;
  background: rgba(13,73,58,.72);
}

.tarot-position-card h3 {
  margin-bottom: .9rem;
  color: var(--tarot-gold);
  font-size: 2.2rem;
}

.tarot-position-card p {
  margin-bottom: 0;
  color: var(--tarot-cream);
}

.tarot-position-number {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border: 1px solid var(--tarot-gold);
  border-radius: 50%;
  color: var(--tarot-gold);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.tarot-reflection-box {
  padding: clamp(28px, 4vw, 48px);
  border-left: 3px solid var(--tarot-gold);
  background: rgba(13,73,58,.58);
}

.tarot-reflection-box h3 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

.tarot-player-section {
  background: #043f33;
  border: 0;
}

.tarot-player-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #043f33;
  box-shadow: none;
}



.tarot-player-loading {
  padding: 1rem;
  text-align: center;
  color: var(--tarot-gold);
  background: #043f33;
}

.tarot-player-loading[hidden],
.tarot-game-frame[hidden] {
  display: none !important;
}

.tarot-game-frame {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 700px;
  border: 0;
  overflow: hidden;
  background: #043f33;
}

@media (max-width: 767.98px) {
  .tarot-page-hero {
    min-height: auto;
  }

  .tarot-page-hero-inner {
    padding: 82px 0;
  }

  .tarot-page-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .tarot-info-section,
  .tarot-reflection-section,
  .tarot-player-section {
    padding: 72px 0;
  }

  .tarot-player-shell {
    width: min(100%, 420px);
  }

  .tarot-player-placeholder {
    min-height: 150px;
    padding: 1.5rem;
  }

  .tarot-game-frame {
    aspect-ratio: 390 / 844;
    min-height: 0;
  }
}


/* Tarot player refinements */
#tarot-player {
  scroll-margin-top: 110px;
}

@media (min-width: 768px) {
  .tarot-player-section .site-shell {
    max-width: 1650px;
  }
}


/* Clean player area: no duplicate text above the Unity experience */
.tarot-player-section {
  padding: 46px 0 72px;
}

@media (max-width: 767.98px) {
  .tarot-player-section {
    padding: 32px 0 56px;
  }
}


/* Final Tarot page refinements */
.tarot-player-section {
  padding: 46px 0 72px;
}

.tarot-subheading {
  margin: 1.8rem 0 1rem;
  color: var(--tarot-gold);
  font-size: clamp(2rem, 2.7vw, 2.8rem);
}

.tarot-origin-box {
  padding: clamp(30px, 4vw, 50px);
  border-left: 3px solid var(--tarot-gold);
  background: rgba(13,73,58,.58);
}

.tarot-origin-box h3 {
  margin-bottom: 1rem;
  color: var(--tarot-gold);
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

.tarot-origin-box p {
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .tarot-player-section {
    padding: 32px 0 56px;
  }

  .tarot-origin-box {
    padding: 28px 24px;
  }
}


/* Launch baseline v4: Work page */
.work-page-hero h1 {
  max-width: 15ch;
}

.section-intro {
  max-width: 42rem;
  margin-bottom: 0;
}

.work-project-card {
  background: rgba(255,255,255,.32);
  display: flex;
  flex-direction: column;
}

.work-project-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.work-project-image-link {
  display: block;
}

.work-project-copy {
  padding: 1.6rem 0 0;
}

.work-project-copy h3,
.project-feature-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}

.work-project-copy p {
  max-width: 34rem;
}

.hampton-work-feature {
  border-top: 1px solid rgba(37, 39, 32, .18);
  border-bottom: 1px solid rgba(37, 39, 32, .18);
  padding: clamp(3rem, 6vw, 6rem) 0;
}

.hampton-work-feature h2 {
  max-width: 12ch;
}

@media (max-width: 991.98px) {
  .work-project-grid > div + div {
    margin-top: 1rem;
  }

  .work-project-copy {
    padding-bottom: 1.5rem;
  }
}


/* Launch baseline v6: Work begins directly with Private Gardens */
.work-first-section {
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.work-section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.5vw, 5rem);
  font-weight: 500;
  line-height: .98;
  margin: 0;
}

.work-project-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}


/* Launch baseline v7: private garden project pages */
.project-page-intro {
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(3rem, 5vw, 5rem);
}

.project-page-intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.25rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: .95;
  max-width: 12ch;
  margin: 0;
}

.project-page-lead {
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  line-height: 1.65;
  max-width: 34rem;
  margin: 0;
}

.project-page-image img {
  display: block;
  width: 100%;
  max-height: 74vh;
  object-fit: cover;
}

.project-page-image .image-caption {
  margin: .8rem 0 0;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .65;
}

.project-page-story h2 {
  font-size: clamp(2.75rem, 4vw, 4.5rem);
  line-height: 1;
  max-width: 12ch;
}

.project-page-story p {
  max-width: 42rem;
}

.project-page-return {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

@media (max-width: 991.98px) {
  .project-page-intro h1 {
    max-width: 15ch;
  }

  .project-page-image img {
    max-height: none;
  }
}


/* Launch baseline v8: simpler Private Gardens introduction */
#private-gardens .work-section-title {
  margin-bottom: 0;
}

#private-gardens > .site-shell > .row:first-child {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem) !important;
}


/* Launch baseline v10: project pages rebuilt from original content */
.project-page-original .project-page-intro {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 5vw, 5rem);
}

.project-page-original .project-page-intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-weight: 500;
  line-height: .96;
  margin-bottom: 1.5rem;
  max-width: 11ch;
}

.project-page-original .project-page-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 38rem;
  margin-bottom: 1.1rem;
}

.project-hero-media {
  margin: 0;
}

.project-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.project-gallery-grid figure {
  margin: 0;
}

.project-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.project-page-return {
  padding: 0 0 clamp(4rem, 7vw, 6rem);
}

@media (max-width: 767.98px) {
  .project-gallery-grid {
    grid-template-columns: 1fr;
  }

  .project-page-original .project-page-intro h1 {
    max-width: 15ch;
  }
}


/* Launch baseline v11: Mediterranean Garden project */
.mediterranean-project .project-hero-media img {
  object-position: center;
}

.project-gallery-grid--mediterranean .project-gallery-wide {
  grid-column: 1 / -1;
}

.project-gallery-grid--mediterranean .project-gallery-wide img {
  aspect-ratio: 16 / 9;
  object-position: center 58%;
}

@media (max-width: 767.98px) {
  .project-gallery-grid--mediterranean .project-gallery-wide {
    grid-column: auto;
  }

  .project-gallery-grid--mediterranean .project-gallery-wide img {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v12: Hampton Court leads the Work page */
.work-hampton-feature {
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.work-hampton-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.work-hampton-feature .work-section-title {
  max-width: 10ch;
  margin-bottom: 1.5rem;
}

.work-hampton-feature p:not(.eyebrow) {
  max-width: 31rem;
}


/* Launch baseline v13: Whiskers and Wildflowers */
.whiskers-intro {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
}

.whiskers-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.whiskers-intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 5.4vw, 5.7rem);
  font-weight: 500;
  line-height: .96;
  max-width: 11ch;
  margin-bottom: 1.4rem;
}

.whiskers-linkline {
  margin-bottom: 1.5rem;
}

.whiskers-linkline a,
.whiskers-sponsors a {
  color: inherit;
}

.whiskers-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 38rem;
}

.whiskers-sponsors {
  margin-top: 1.5rem;
  font-size: .94rem;
  line-height: 1.7;
}

.whiskers-sponsors span {
  font-weight: 600;
  margin-right: .35rem;
}

.whiskers-plant-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.whiskers-plant-list {
  padding-left: 1.2rem;
  margin: 0;
  line-height: 1.9;
}

.whiskers-cat-card {
  border-left: 1px solid rgba(37, 39, 32, .18);
  padding-left: clamp(1.5rem, 3vw, 3rem);
}

.whiskers-cat-card h3,
.whiskers-sponsor-row h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  font-weight: 500;
}

.whiskers-cat-card h4 {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: .35rem;
}

.whiskers-cat-card p {
  font-size: .96rem;
  line-height: 1.65;
}

.whiskers-gallery .project-gallery-wide {
  grid-column: 1 / -1;
}

.whiskers-gallery .project-gallery-wide img {
  aspect-ratio: 16 / 9;
}

.work-hampton-image {
  aspect-ratio: 16 / 9;
}

@media (max-width: 767.98px) {
  .whiskers-plant-grid {
    grid-template-columns: 1fr;
  }

  .whiskers-cat-card {
    border-left: 0;
    border-top: 1px solid rgba(37, 39, 32, .18);
    padding-left: 0;
    padding-top: 2rem;
  }

  .whiskers-gallery .project-gallery-wide {
    grid-column: auto;
  }

  .whiskers-gallery .project-gallery-wide img {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v15: rebalance RHS Hampton Court page */
.whiskers-intro .row {
  --bs-gutter-x: clamp(2rem, 5vw, 5rem);
}

.whiskers-intro h1 {
  max-width: 12ch;
}

.whiskers-water-section {
  padding-top: 0;
}

.whiskers-water-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.whiskers-water-section h2,
.whiskers-planting-section h2,
.whiskers-sponsor-row h2 {
  font-size: clamp(2.75rem, 4vw, 4.35rem);
  line-height: 1;
  max-width: 11ch;
}

.whiskers-planting-plan {
  display: block;
  width: 100%;
  margin-top: 2rem;
  background: #fff;
}

.whiskers-plant-list--columns {
  padding-left: 1.15rem;
  margin-top: clamp(3.25rem, 6vw, 5rem);
  font-size: 1rem;
  line-height: 1.85;
}

.whiskers-cat-benefits {
  border-top: 1px solid rgba(37, 39, 32, .18);
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-top: clamp(2.5rem, 4vw, 4rem);
}

.whiskers-cat-heading {
  max-width: 32rem;
  margin-bottom: 2rem;
}

.whiskers-cat-heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 3.6vw, 3.8rem);
  font-weight: 500;
  line-height: 1;
}

.whiskers-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(37, 39, 32, .18);
  border-left: 1px solid rgba(37, 39, 32, .18);
}

.whiskers-cat-grid article {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(37, 39, 32, .18);
  border-bottom: 1px solid rgba(37, 39, 32, .18);
}

.whiskers-cat-grid h4 {
  margin-bottom: .65rem;
  font-size: 1rem;
}

.whiskers-cat-grid p {
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.65;
}

.sponsor-logo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 25rem;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(37, 39, 32, .12);
}

.sponsor-logo-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13rem;
  padding: 1rem;
  background: #fff;
}

.sponsor-logo-card img {
  display: block;
  width: 100%;
  max-width: 18rem;
  max-height: 9rem;
  object-fit: contain;
}

.sponsor-logo-card--dark > a {
  background: #000;
}

.sponsor-logo-card h3 {
  margin-top: 1.75rem;
  margin-bottom: .35rem;
}

.sponsor-logo-card p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .whiskers-water-section .row,
  .whiskers-planting-section .row {
    align-items: start !important;
  }

  .whiskers-plant-list--columns {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .whiskers-cat-grid {
    grid-template-columns: 1fr;
  }

  .sponsor-logo-card {
    min-height: auto;
  }
}


/* Launch baseline v16: tighten Work page section spacing */
.work-hampton-feature {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.work-hampton-feature .row {
  align-items: center;
}

.work-hampton-feature .work-section-title {
  margin-bottom: 1rem;
}

.work-hampton-feature p:not(.eyebrow) {
  margin-bottom: 1.25rem;
}

#private-gardens {
  padding-top: clamp(3.5rem, 5vw, 5rem);
  border-top: 1px solid rgba(37, 39, 32, .12);
}

#private-gardens > .site-shell > .row:first-child {
  margin-bottom: clamp(2rem, 3.5vw, 3rem) !important;
}

#private-gardens .work-section-title {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .work-hampton-feature {
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
  }

  #private-gardens {
    padding-top: 3.25rem;
  }
}


/* Launch baseline v17: Community Projects */
#community-gardens > .site-shell > .row:first-child {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem) !important;
}

#community-gardens .project-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.relocation-intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: .96;
  max-width: 12ch;
  margin-bottom: 1.5rem;
}

.relocation-hero-image,
.relocation-detail-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.relocation-hero-image {
  aspect-ratio: 16 / 9;
}

.relocation-detail-image {
  aspect-ratio: 4 / 3;
}

.relocation-story h2,
.relocation-impact h2 {
  font-size: clamp(2.75rem, 4vw, 4.5rem);
  line-height: 1;
  max-width: 11ch;
}

.relocation-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.relocation-gallery figure {
  margin: 0;
}

.relocation-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.relocation-gallery-wide {
  grid-column: 1 / -1;
}

.relocation-gallery-wide img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 767.98px) {
  .relocation-gallery {
    grid-template-columns: 1fr;
  }

  .relocation-gallery-wide {
    grid-column: auto;
  }

  .relocation-gallery-wide img {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v18: Anywhere Courtyard relocation layout */
.relocation-intro {
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.relocation-hero-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.relocation-story {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.relocation-story h2,
.relocation-before-after h2 {
  font-size: clamp(2.8rem, 4.1vw, 4.5rem);
  line-height: 1;
  max-width: 11ch;
}

.relocation-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
  margin-top: clamp(3rem, 5vw, 4.5rem);
}

.relocation-care-grid figure,
.relocation-before-after-grid figure {
  margin: 0;
}

.relocation-care-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.relocation-before-after {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.relocation-before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.relocation-before-after-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.relocation-before-after-grid figcaption {
  margin-top: .8rem;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(37, 39, 32, .7);
}

@media (max-width: 767.98px) {
  .relocation-care-grid,
  .relocation-before-after-grid {
    grid-template-columns: 1fr;
  }

  .relocation-care-grid img {
    aspect-ratio: 4 / 5;
  }

  .relocation-before-after-grid img {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v19: Anywhere Courtyard concept and versatility */
.relocation-concept {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.relocation-concept h2,
.relocation-chelsea-gallery h2 {
  font-size: clamp(2.8rem, 4.1vw, 4.5rem);
  line-height: 1;
  max-width: 11ch;
}

.relocation-render-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: rgba(255,255,255,.55);
}

.relocation-chelsea-gallery {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.relocation-chelsea-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.relocation-chelsea-grid figure {
  margin: 0;
}

.relocation-chelsea-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.relocation-chelsea-wide {
  grid-column: 1 / -1;
}

.relocation-chelsea-wide img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 767.98px) {
  .relocation-chelsea-grid {
    grid-template-columns: 1fr;
  }

  .relocation-chelsea-wide {
    grid-column: auto;
  }

  .relocation-chelsea-wide img {
    aspect-ratio: 4 / 3;
  }

  .relocation-render-image {
    aspect-ratio: auto;
  }
}


/* Launch baseline v20: cleaner Grimsby relocation page */
.relocation-story-head {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.relocation-story-head .relocation-story-copy {
  max-width: 46rem;
}

.relocation-story-head .relocation-story-copy p {
  line-height: 1.7;
}

.relocation-care-grid {
  margin-top: 0;
}

.relocation-community-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.9rem, 1.4vw, 1.4rem);
  margin-top: clamp(1.25rem, 2vw, 2rem);
}

.relocation-community-strip figure {
  margin: 0;
}

.relocation-community-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .relocation-story-head {
    align-items: start !important;
  }

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

@media (max-width: 575.98px) {
  .relocation-community-strip {
    grid-template-columns: 1fr;
  }

  .relocation-community-strip img {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v21: calmer Hampton Court page */
.whiskers-page-v21 .whiskers-intro {
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.whiskers-page-v21 .whiskers-linkline {
  margin-bottom: 1.6rem;
  color: rgba(37,39,32,.72);
}

.whiskers-gallery-section {
  padding-top: 0;
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.whiskers-top-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.whiskers-page-v21 .whiskers-water-section {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.whiskers-page-v21 .whiskers-water-image {
  aspect-ratio: 16 / 10;
}

.whiskers-page-v21 .whiskers-planting-section {
  background: #fff;
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.whiskers-page-v21 .whiskers-planting-intro {
  max-width: 32rem;
  margin: 0 0 2rem;
  line-height: 1.7;
}

.whiskers-page-v21 .whiskers-planting-plan {
  margin-top: 0;
}

.whiskers-page-v21 .whiskers-plant-list--columns {
  margin-top: clamp(4.5rem, 7vw, 6.5rem);
}

.whiskers-page-v21 .whiskers-cat-benefits {
  margin-top: 3rem;
  padding-top: 2.5rem;
}

.whiskers-page-v21 .whiskers-cat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.whiskers-final-image-section {
  padding-top: clamp(3.5rem, 5vw, 5rem);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.whiskers-final-image {
  display: block;
  width: 100%;
  max-height: 72vh;
  object-fit: cover;
}

.whiskers-sponsor-strip {
  padding: 2rem 0;
  border-top: 1px solid rgba(37,39,32,.1);
  border-bottom: 1px solid rgba(37,39,32,.1);
  background: #f7f4ed;
}

.sponsor-strip-inner {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  flex-wrap: wrap;
}

.sponsor-strip-label {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(37,39,32,.65);
  margin-right: .5rem;
}

.sponsor-strip-inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  height: 2.5rem;
  padding: .25rem .65rem;
  background: #fff;
}

.sponsor-strip-inner img {
  display: block;
  max-width: 7rem;
  max-height: 1.6rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sponsor-strip-inner .sponsor-strip-dark {
  background: #000;
}

@media (max-width: 991.98px) {
  .whiskers-page-v21 .whiskers-plant-list--columns {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .whiskers-page-v21 .whiskers-cat-grid {
    grid-template-columns: 1fr;
  }

  .sponsor-strip-inner {
    gap: 1rem;
  }

  .sponsor-strip-inner a {
    min-width: 5rem;
  }

  .sponsor-strip-inner img {
    max-width: 6rem;
  }
}


/* Launch baseline v22: simplified Hampton Court composition */
.whiskers-page-v22 .whiskers-hero {
  padding: clamp(2rem, 4vw, 3.75rem) 0 0;
}

.whiskers-page-v22 .whiskers-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.whiskers-page-v22 .whiskers-project-intro {
  padding: clamp(3rem, 5vw, 4.75rem) 0 clamp(3.25rem, 5vw, 4.75rem);
}

.whiskers-page-v22 .whiskers-project-intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.7vw, 5rem);
  font-weight: 500;
  line-height: .98;
  margin: 0 0 1rem;
  max-width: 12ch;
}

.whiskers-page-v22 .whiskers-festival-link {
  margin: 0;
}

.whiskers-page-v22 .whiskers-festival-link a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}

.whiskers-page-v22 .whiskers-intro-copy {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.75;
  max-width: 40rem;
  margin: .5rem 0 0;
}

.whiskers-page-v22 .whiskers-gallery-section {
  padding-top: 0;
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.whiskers-page-v22 .whiskers-top-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.whiskers-page-v22 .whiskers-water-section {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.whiskers-page-v22 .whiskers-water-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.whiskers-page-v22 .whiskers-water-section h2 {
  font-size: clamp(2.75rem, 4vw, 4.35rem);
  line-height: 1;
  max-width: 11ch;
}

.whiskers-page-v22 .whiskers-planting-section {
  background: #fff;
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.whiskers-page-v22 .whiskers-planting-heading {
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.whiskers-page-v22 .whiskers-planting-heading h2 {
  font-size: clamp(2.75rem, 4vw, 4.25rem);
  line-height: 1;
  margin-bottom: 0;
}

.whiskers-page-v22 .whiskers-planting-plan {
  display: block;
  width: 100%;
  margin: 0;
  background: #fff;
}

.whiskers-page-v22 .whiskers-plant-list-simple {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.85;
  font-size: 1rem;
}

.whiskers-page-v22 .whiskers-cat-simple {
  padding: 0;
  border: 0;
}

.whiskers-page-v22 .whiskers-cat-simple h3 {
  font-family: inherit;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

.whiskers-page-v22 .whiskers-cat-item {
  margin-bottom: 1.65rem;
}

.whiskers-page-v22 .whiskers-cat-item:last-child {
  margin-bottom: 0;
}

.whiskers-page-v22 .whiskers-cat-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .4rem;
}

.whiskers-page-v22 .whiskers-cat-item p {
  font-size: .95rem;
  line-height: 1.65;
  margin: 0;
}

.whiskers-page-v22 .whiskers-sponsor-links {
  padding: 1.75rem 0;
  background: #f7f4ed;
  border-top: 1px solid rgba(37,39,32,.09);
  border-bottom: 1px solid rgba(37,39,32,.09);
}

.whiskers-page-v22 .sponsor-text-row {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.75rem);
  flex-wrap: wrap;
}

.whiskers-page-v22 .sponsor-text-row span {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(37,39,32,.62);
}

.whiskers-page-v22 .sponsor-text-row a {
  color: inherit;
  font-size: .92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(37,39,32,.45);
  padding-bottom: .1rem;
}

.whiskers-page-v22 .sponsor-text-row a:hover {
  border-bottom-color: currentColor;
}

@media (max-width: 991.98px) {
  .whiskers-page-v22 .whiskers-hero-image {
    aspect-ratio: 16 / 9;
  }

  .whiskers-page-v22 .whiskers-intro-copy {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .whiskers-page-v22 .whiskers-hero {
    padding-top: 1.5rem;
  }

  .whiskers-page-v22 .whiskers-hero-image {
    aspect-ratio: 4 / 3;
  }

  .whiskers-page-v22 .whiskers-project-intro {
    padding-top: 2.5rem;
  }

  .whiskers-page-v22 .sponsor-text-row {
    align-items: flex-start;
    flex-direction: column;
    gap: .8rem;
  }
}


/* Launch baseline v23: community project cards and concept pages */
.community-projects-v23 .community-projects-intro {
  margin-bottom: clamp(2.75rem, 4.5vw, 4.25rem);
}

.community-projects-v23 .community-projects-intro h2 {
  max-width: 10ch;
}

.community-projects-v23 .community-projects-intro .section-intro {
  max-width: 42rem;
  margin-bottom: 0;
}

.community-projects-v23 .community-project-card {
  display: flex;
  flex-direction: column;
}

.community-projects-v23 .community-project-card > a img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.community-projects-v23 .community-project-card .project-feature-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.community-projects-v23 .community-project-card .text-link {
  margin-top: auto;
  padding-top: 1rem;
}

.concept-project-hero {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.concept-project-main-image,
.concept-project-secondary img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.concept-project-main-image {
  aspect-ratio: 16 / 10;
}

.concept-project-secondary img {
  aspect-ratio: 4 / 3;
}

.concept-project-page h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: .98;
  max-width: 12ch;
  margin-bottom: 1.5rem;
}

.concept-project-page h2 {
  font-size: clamp(2.75rem, 4vw, 4.25rem);
  line-height: 1;
  max-width: 11ch;
}

.concept-project-lead {
  font-size: 1.08rem;
  line-height: 1.7;
}

.concept-project-note {
  margin-top: 1.5rem;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(37,39,32,.6);
}

@media (max-width: 991.98px) {
  .community-projects-v23 .community-projects-intro h2 {
    max-width: none;
  }
}


/* Launch baseline v24: four-card community section */
.community-projects-v24 .community-project-grid-v24 {
  align-items: stretch;
}

.community-projects-v24 .community-intro-card,
.community-projects-v24 .community-project-card {
  min-height: 100%;
}

.community-intro-card {
  background: #f7f2e9;
  border: 1px solid rgba(37, 39, 32, .12);
  display: flex;
  align-items: center;
}

.community-intro-inner {
  padding: clamp(2.5rem, 5vw, 4.75rem);
  max-width: 39rem;
}

.community-intro-inner h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.5vw, 4.9rem);
  font-weight: 500;
  line-height: .98;
  max-width: 10ch;
  margin-bottom: 1.5rem;
}

.community-intro-inner p:last-child {
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.community-projects-v24 .community-project-card {
  display: flex;
  flex-direction: column;
}

.community-projects-v24 .community-project-card .project-feature-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.community-projects-v24 .community-project-card > .work-project-image-link img,
.community-card-slider {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.community-projects-v24 .community-project-card > .work-project-image-link img {
  object-fit: cover;
}

.community-card-slider {
  overflow: hidden;
  position: relative;
  background: #ece8df;
}

.community-card-slider-track {
  display: flex;
  width: 200%;
  height: 100%;
  animation: communityCardSlide 10s ease-in-out infinite;
}

.community-card-slider-track--offset {
  animation-delay: -5s;
}

.community-card-slider-track img {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

@keyframes communityCardSlide {
  0%, 42% {
    transform: translateX(0);
  }
  50%, 92% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-card-slider-track,
  .community-card-slider-track--offset {
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .community-intro-inner {
    padding: 2.25rem;
  }

  .community-intro-inner h2 {
    max-width: none;
  }

  .community-projects-v24 .community-project-card > .work-project-image-link img,
  .community-card-slider {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v25: manual community card carousels */
.community-card-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ece8df;
}

.community-card-carousel-viewport {
  position: relative;
  width: 100%;
  height: 100%;
}

.community-carousel-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease;
}

.community-carousel-image.is-active {
  opacity: 1;
  visibility: visible;
}

.community-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(37, 39, 32, .18);
  border-radius: 50%;
  background: rgba(247, 242, 233, .94);
  color: #252720;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 3px 14px rgba(0,0,0,.08);
}

.community-carousel-arrow:hover {
  background: #fff;
}

.community-carousel-arrow--prev {
  left: 1rem;
}

.community-carousel-arrow--next {
  right: 1rem;
}

@media (max-width: 767.98px) {
  .community-card-carousel {
    aspect-ratio: 4 / 3;
  }

  .community-carousel-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }

  .community-carousel-arrow--prev {
    left: .75rem;
  }

  .community-carousel-arrow--next {
    right: .75rem;
  }
}


/* Launch baseline v26: stronger planting section on Work */
.work-planting-section {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.work-planting-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 52%;
}

.work-planting-section h2 {
  font-size: clamp(2.8rem, 4vw, 4.35rem);
  line-height: 1;
  max-width: 11ch;
  margin-bottom: 1.5rem;
}

.work-planting-section p:not(.eyebrow) {
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .work-planting-image {
    aspect-ratio: 16 / 10;
  }

  .work-planting-section h2 {
    max-width: 14ch;
  }
}


/* Launch baseline v27: planting image and balance */
.work-planting-section .row {
  align-items: center;
}

.work-planting-section .work-planting-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 58%;
}

.work-planting-section h2 {
  max-width: 12ch;
}

@media (max-width: 991.98px) {
  .work-planting-section .work-planting-image {
    aspect-ratio: 4 / 3;
    object-position: 50% 58%;
  }
}


/* Launch baseline v28: white planting section */
.work-planting-section--white {
  background: #ffffff;
}

.work-planting-section--white .container-fluid {
  background: transparent;
}


/* Launch baseline v29: Planting page */
.planting-page {
  background: #fff;
}

.planting-hero {
  padding: clamp(2rem, 4vw, 3.75rem) 0 0;
  background: #fff;
}

.planting-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 54%;
}

.planting-intro {
  padding: clamp(3.5rem, 6vw, 6rem) 0;
  background: #fff;
}

.planting-intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.25rem, 5.2vw, 5.7rem);
  font-weight: 500;
  line-height: .96;
  max-width: 12ch;
  margin-bottom: 0;
}

.planting-lead {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.75;
}

.planting-approach {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.planting-approach h2,
.planting-gallery-section h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
  line-height: 1;
  max-width: 11ch;
  margin-bottom: 1.5rem;
}

.planting-approach p:not(.eyebrow) {
  line-height: 1.72;
}

.planting-palette-figure {
  margin: 0;
}

.planting-palette-figure img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: contain;
  background: #fff;
}

.planting-palette-figure figcaption {
  margin-top: .85rem;
  font-size: .72rem;
  letter-spacing: .06em;
  color: rgba(37,39,32,.62);
}

.planting-gallery-section {
  background: #fff;
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.planting-gallery-heading {
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.planting-masonry {
  columns: 3 18rem;
  column-gap: clamp(1rem, 1.8vw, 1.75rem);
}

.planting-masonry figure {
  break-inside: avoid;
  margin: 0 0 clamp(1rem, 1.8vw, 1.75rem);
}

.planting-masonry img {
  display: block;
  width: 100%;
  height: auto;
}

.planting-page-return {
  padding: 2.5rem 0 4rem;
  background: #fff;
}

.work-planting-section .text-link {
  margin-top: .5rem;
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .planting-intro h1 {
    max-width: 14ch;
  }

  .planting-hero-image {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767.98px) {
  .planting-hero {
    padding-top: 1.5rem;
  }

  .planting-hero-image {
    aspect-ratio: 4 / 3;
  }

  .planting-intro {
    padding-top: 2.75rem;
  }

  .planting-masonry {
    columns: 1;
  }
}


/* Launch baseline v30: split Planting hero and stronger seasonal copy */
.planting-page .planting-hero-split {
  padding: clamp(4rem, 6vw, 6rem) 0;
  background: #fff;
}

.planting-page .planting-hero-split .planting-hero-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 52%;
}

.planting-page .planting-hero-split h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.5vw, 5rem);
  font-weight: 500;
  line-height: .97;
  max-width: 11.5ch;
  margin-bottom: 1.75rem;
}

.planting-hero-copy {
  max-width: 35rem;
}

.planting-hero-copy p {
  font-size: 1rem;
  line-height: 1.72;
}

.planting-seasons-copy {
  max-width: 44rem;
}

.planting-seasons-copy p {
  font-size: 1rem;
  line-height: 1.72;
}

@media (max-width: 991.98px) {
  .planting-page .planting-hero-split {
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
  }

  .planting-page .planting-hero-split h1 {
    max-width: 14ch;
  }
}

@media (max-width: 767.98px) {
  .planting-page .planting-hero-split .planting-hero-image {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v31: homepage Selected Work 2x2 */
.home-selected-work-v31 .section-heading {
  margin-bottom: clamp(2.75rem, 4.5vw, 4rem);
}

.home-selected-work-v31 .home-selected-work-grid {
  align-items: stretch;
}

.home-selected-work-v31 .home-selected-work-card {
  display: flex;
  flex-direction: column;
}

.home-selected-work-v31 .home-selected-work-image-link {
  display: block;
  overflow: hidden;
}

.home-selected-work-v31 .home-selected-work-image-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-selected-work-v31 .home-selected-work-card .story-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1.75rem, 3vw, 2.5rem);
}

.home-selected-work-v31 .home-selected-work-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  margin-bottom: .9rem;
}

.home-selected-work-v31 .home-selected-work-card .micro-label {
  margin-bottom: .85rem;
}

.home-selected-work-v31 .home-selected-work-card .story-card-body > a {
  margin-top: auto;
  padding-top: 1rem;
}

@media (max-width: 767.98px) {
  .home-selected-work-v31 .home-selected-work-image-link img {
    aspect-ratio: 4 / 3;
  }
}


/* Launch baseline v34: RHS Chelsea 2024 story page */
.chelsea-story-page {
  background: #fff;
}

.chelsea-story-hero {
  padding: clamp(3.5rem, 6vw, 6rem) 0;
  background: #fff;
}

.chelsea-story-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.chelsea-story-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 5.2vw, 5.8rem);
  font-weight: 500;
  line-height: .95;
  max-width: 9ch;
  margin-bottom: 1.6rem;
}

.chelsea-story-lead {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
  max-width: 34rem;
}

.chelsea-medal {
  display: block;
  width: min(10.5rem, 38%);
  height: auto;
  margin-top: 2rem;
}

.chelsea-story-heading-row {
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.chelsea-story-page h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.65rem);
  line-height: 1;
  max-width: 11ch;
}

.chelsea-story-page p:not(.eyebrow):not(.micro-label) {
  line-height: 1.72;
}

.chelsea-sebastian-row {
  margin-top: 0;
}

.chelsea-photo {
  margin: 0;
  height: 100%;
}

.chelsea-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.chelsea-planting-palette {
  margin: 0;
}

.chelsea-planting-palette img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.chelsea-planting-palette figcaption {
  margin-top: .75rem;
  font-size: .72rem;
  letter-spacing: .06em;
  color: rgba(37,39,32,.62);
}

.chelsea-build-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 1.6vw, 1.5rem);
}

.chelsea-build-item {
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
}

.chelsea-build-item--wide {
  grid-column: span 8;
}

.chelsea-build-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.chelsea-build-item--wide img {
  aspect-ratio: 16 / 9;
}

.chelsea-relocation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(.8rem, 1.5vw, 1.25rem);
}

.chelsea-relocation-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.chelsea-courtyard-plan {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .chelsea-story-hero h1,
  .chelsea-story-page h2 {
    max-width: 14ch;
  }

  .chelsea-medal {
    width: 9rem;
  }

  .chelsea-build-item,
  .chelsea-build-item--wide {
    grid-column: span 6;
  }

  .chelsea-build-item img,
  .chelsea-build-item--wide img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 767.98px) {
  .chelsea-story-hero {
    padding-top: 2.5rem;
  }

  .chelsea-story-hero-image {
    aspect-ratio: 4 / 3;
  }

  .chelsea-photo img {
    min-height: 0;
  }

  .chelsea-build-grid {
    grid-template-columns: 1fr;
  }

  .chelsea-build-item,
  .chelsea-build-item--wide {
    grid-column: auto;
  }

  .chelsea-build-item img,
  .chelsea-build-item--wide img {
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
  }

  .chelsea-relocation-grid {
    grid-template-columns: 1fr;
  }
}


/* Launch baseline v35: tighten RHS Chelsea opening */
.chelsea-story-hero {
  padding: clamp(3rem, 4.8vw, 4.75rem) 0;
}

.chelsea-story-hero .row {
  align-items: center !important;
}

.chelsea-story-hero h1 {
  font-size: clamp(3.15rem, 4.5vw, 5rem);
  line-height: .94;
  max-width: 11.5ch;
  margin-bottom: 1.35rem;
}

.chelsea-story-lead {
  margin-bottom: 1.5rem;
}

.chelsea-award-lockup {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  max-width: 31rem;
  margin-top: .35rem;
}

.chelsea-medal {
  flex: 0 0 auto;
  width: 5.6rem;
  margin-top: 0;
}

.chelsea-award-copy {
  font-size: .98rem;
  line-height: 1.55 !important;
  max-width: 22rem;
}

@media (max-width: 991.98px) {
  .chelsea-story-hero h1 {
    max-width: 12ch;
  }

  .chelsea-medal {
    width: 5.2rem;
  }
}

@media (max-width: 575.98px) {
  .chelsea-award-lockup {
    align-items: flex-start;
  }

  .chelsea-medal {
    width: 4.8rem;
  }
}


/* Bootstrap build 5: RHS Chelsea finished-garden editorial layout */
.chelsea-finished-garden .chelsea-finished-feature {
  margin: 0 0 clamp(3.25rem, 5vw, 5.25rem);
}

.chelsea-finished-garden .chelsea-finished-feature img {
  display: block;
  width: 100%;
  height: auto;
}

.chelsea-finished-garden .chelsea-finished-copy {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.chelsea-sebastian-natural-row {
  margin-top: 0;
}

.chelsea-sebastian-natural {
  margin: 0;
}

.chelsea-sebastian-natural img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .chelsea-finished-garden .chelsea-finished-feature {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .chelsea-sebastian-natural {
    margin-bottom: 0;
  }
}


/* Bootstrap build 6: Chelsea lower layout, copy left / images right */
.chelsea-finished-garden .chelsea-finished-lower {
  align-items: flex-start;
}

.chelsea-finished-copy-left h2 {
  margin-bottom: 1.5rem;
}

.chelsea-finished-copy-left p:not(.eyebrow) {
  max-width: 34rem;
}

.chelsea-finished-lower .chelsea-sebastian-natural img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .chelsea-finished-copy-left {
    margin-bottom: .5rem;
  }
}


/* Bootstrap build 9: Chelsea planting palette + list */
.chelsea-planting-detail-row {
  margin-top: .25rem;
}

.chelsea-planting-palette--compact {
  margin: 0;
  max-width: 760px;
}

.chelsea-planting-palette--compact img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
}

.chelsea-planting-list {
  max-width: 42rem;
}

.chelsea-planting-list .eyebrow {
  margin-bottom: 1.15rem;
}

.chelsea-planting-list ul {
  columns: 2;
  column-gap: 2.5rem;
  margin: 0;
  padding-left: 1.15rem;
}

.chelsea-planting-list li {
  break-inside: avoid;
  margin-bottom: .7rem;
  padding-left: .15rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .chelsea-planting-palette--compact,
  .chelsea-planting-palette--compact img {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .chelsea-planting-list ul {
    columns: 1;
  }
}


/* Bootstrap build 10: tighter RHS Chelsea planting section */
.chelsea-planting-section {
  padding-top: clamp(3.5rem, 5vw, 5rem);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.chelsea-planting-section .chelsea-planting-heading-row {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.chelsea-planting-section .chelsea-planting-heading-row h2 {
  font-size: clamp(2.65rem, 3.7vw, 4rem);
  line-height: .98;
  max-width: 10ch;
  margin-bottom: 0;
}

.chelsea-planting-section .chelsea-planting-heading-row p:not(.eyebrow) {
  max-width: 43rem;
}

.chelsea-planting-detail-row {
  margin-top: 0;
}

.chelsea-planting-palette--compact {
  max-width: 620px;
}

.chelsea-planting-palette--compact img {
  max-width: 620px;
}

.chelsea-planting-palette figcaption {
  margin-top: .55rem;
}

.chelsea-planting-list {
  max-width: none;
  padding-top: .05rem;
}

.chelsea-planting-list .eyebrow {
  margin-bottom: .9rem;
}

.chelsea-planting-list ul {
  column-gap: 1.75rem;
  padding-left: 1.05rem;
}

.chelsea-planting-list li {
  margin-bottom: .55rem;
  line-height: 1.38;
  font-size: .97rem;
}

@media (max-width: 991.98px) {
  .chelsea-planting-section .chelsea-planting-heading-row h2 {
    max-width: 13ch;
  }

  .chelsea-planting-palette--compact,
  .chelsea-planting-palette--compact img {
    max-width: 100%;
  }

  .chelsea-planting-list {
    margin-top: .5rem;
  }
}


/* Bootstrap build 11: rebalance Chelsea planting composition */
.chelsea-planting-section .chelsea-planting-heading-row h2 {
  font-size: clamp(2.8rem, 3.9vw, 4.15rem);
  line-height: .98;
  max-width: 15ch;
}

.chelsea-planting-section .chelsea-planting-heading-row p:not(.eyebrow) {
  max-width: 34rem;
}

.chelsea-planting-palette--compact {
  max-width: 700px;
}

.chelsea-planting-palette--compact img {
  max-width: 700px;
}

.chelsea-planting-list {
  max-width: 34rem;
  margin-left: auto;
}

.chelsea-planting-list ul {
  column-gap: 1.5rem;
}

.chelsea-planting-list li {
  font-size: .9rem;
  line-height: 1.34;
  margin-bottom: .48rem;
}

@media (max-width: 991.98px) {
  .chelsea-planting-section .chelsea-planting-heading-row h2 {
    max-width: 15ch;
  }

  .chelsea-planting-list {
    max-width: none;
    margin-left: 0;
  }
}


/* Bootstrap build 12: Chelsea credits */
.chelsea-photo-credit {
  margin-top: .6rem;
  font-size: .78rem;
  line-height: 1.45;
}

.chelsea-photo-credit a,
.chelsea-contractor-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.chelsea-photo-credit a:hover,
.chelsea-contractor-credit a:hover {
  color: var(--bs-blue, #376f88);
}

.chelsea-contractor-credit {
  font-size: .92rem;
}


/* Bootstrap build 13: footer navigation mirrors the live site */
.footer-nav-title {
  margin: 0 0 .85rem;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}

.footer-menu--single {
  display: grid;
  grid-template-columns: 1fr;
  gap: .45rem;
}

.footer-menu--single li {
  margin: 0;
}

.footer-contact-link {
  margin-top: .65rem;
  color: white;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-contact-link:hover,
.footer-contact-link:focus {
  color: white;
  opacity: .78;
}

.footer-social-link {
  margin-top: .85rem;
  align-self: flex-start;
}

@media (max-width: 991.98px) {
  .footer-main {
    row-gap: 2rem !important;
  }
}


/* Bootstrap build 14: simplified footer */
.footer-menu--main-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: .5rem;
  margin: 0;
  padding: 0;
}

.footer-menu--main-links li {
  margin: 0;
}

.footer-contact-column--simple {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact-column--simple .footer-social-link {
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .footer-menu--main-links {
    grid-template-columns: 1fr;
  }
}


/* Bootstrap build 15: dedicated Sketchbook page */
.sketchbook-page {
  background: #fff;
}

.sketchbook-page-hero {
  padding: clamp(4rem, 6vw, 6rem) 0;
  background: #fff;
}

.sketchbook-page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 5vw, 5.6rem);
  font-weight: 500;
  line-height: .96;
  max-width: 9ch;
  margin-bottom: 1.5rem;
}

.sketchbook-page-lead {
  max-width: 31rem;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
}

.sketchbook-page-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.sketchbook-gallery-section {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.sketchbook-gallery-heading {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.sketchbook-gallery-heading h2 {
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1;
  margin-bottom: 0;
}

.sketchbook-masonry {
  columns: 2 28rem;
  column-gap: clamp(1.25rem, 2vw, 2rem);
}

.sketchbook-gallery-item {
  break-inside: avoid;
  margin: 0 0 clamp(1.25rem, 2vw, 2rem);
}

.sketchbook-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.sketchbook-gallery-placeholder {
  opacity: .78;
}

@media (max-width: 991.98px) {
  .sketchbook-page-hero h1 {
    max-width: 12ch;
  }
}

@media (max-width: 767.98px) {
  .sketchbook-page-hero {
    padding-top: 3rem;
  }

  .sketchbook-masonry {
    columns: 1;
  }
}


/* Bootstrap build 16: interactive Sketchbook */
.sketchbook-open-button {
  margin-top: 1.35rem;
}

.sketchbook-hero-book {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.sketchbook-hero-book img {
  transition: transform .35s ease, box-shadow .35s ease;
}

.sketchbook-hero-book:hover img,
.sketchbook-hero-book:focus-visible img {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(39, 42, 34, .13);
}

.sketchbook-hero-book:focus-visible {
  outline: 2px solid #376f88;
  outline-offset: 5px;
}

.sketchbook-hero-book-label {
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  padding: .55rem .8rem;
  background: rgba(248, 245, 238, .92);
  color: #252720;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sketchbook-reader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2.5vw, 2.5rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.sketchbook-reader.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sketchbook-reader-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 27, 21, .82);
  backdrop-filter: blur(5px);
}

.sketchbook-reader-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 95vw);
  max-height: 94vh;
  padding: clamp(1rem, 2vw, 1.75rem);
  overflow: auto;
  background: #f8f5ee;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.sketchbook-reader-close {
  position: absolute;
  top: .8rem;
  right: 1rem;
  z-index: 10;
  border: 0;
  background: transparent;
  color: #252720;
  font-family: Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.sketchbook-reader-kicker {
  margin: 0 3rem 1rem 0;
  color: #376f88;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .17em;
}

.sketchbook-reader-stage {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 1rem;
  align-items: center;
}

.sketchbook-reader-nav {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(37,39,32,.2);
  background: transparent;
  color: #252720;
  font-size: 1.35rem;
  cursor: pointer;
  transition: background .2s ease, opacity .2s ease;
}

.sketchbook-reader-nav:hover:not(:disabled) {
  background: #fff;
}

.sketchbook-reader-nav:disabled {
  opacity: .22;
  cursor: default;
}

.sketchbook-book {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(66vh, 650px);
  perspective: 2200px;
  filter: drop-shadow(0 18px 28px rgba(41,43,35,.14));
}

.sketchbook-book::before,
.sketchbook-book::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: .8%;
  bottom: .8%;
  width: 50%;
  background: #d9d5c7;
}

.sketchbook-book::before {
  left: -.45rem;
}

.sketchbook-book::after {
  right: -.45rem;
}

.sketchbook-reader-page {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(1.25rem, 2.4vw, 2.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.65), transparent 35%),
    #f2eee2;
}

.sketchbook-reader-page--left {
  border-radius: 8px 2px 2px 8px;
  box-shadow: inset -18px 0 24px -25px rgba(33,35,29,.6);
}

.sketchbook-reader-page--right {
  border-radius: 2px 8px 8px 2px;
  box-shadow: inset 18px 0 24px -25px rgba(33,35,29,.6);
}

.sketchbook-reader-page img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 56vh;
  object-fit: contain;
}

.sketchbook-reader-page-number {
  position: absolute;
  bottom: .65rem;
  color: rgba(37,39,32,.48);
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: .08em;
}

.sketchbook-reader-page--left .sketchbook-reader-page-number {
  left: 1rem;
}

.sketchbook-reader-page--right .sketchbook-reader-page-number {
  right: 1rem;
}

.sketchbook-book-spine {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(72,72,61,.16);
  box-shadow: 0 0 18px 5px rgba(68,67,57,.08);
  transform: translateX(-.5px);
  pointer-events: none;
}

.sketchbook-turn-sheet {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  transform-origin: left center;
  transform-style: preserve-3d;
  visibility: hidden;
  pointer-events: none;
}

.sketchbook-turn-sheet.is-turning-next {
  visibility: visible;
  animation: sketchbookTurnNext .58s cubic-bezier(.55,.05,.35,.95) forwards;
}

.sketchbook-turn-sheet.is-turning-prev {
  right: 50%;
  transform-origin: right center;
  visibility: visible;
  animation: sketchbookTurnPrev .58s cubic-bezier(.55,.05,.35,.95) forwards;
}

.sketchbook-turn-sheet-front,
.sketchbook-turn-sheet-back {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 2.4vw, 2.5rem);
  overflow: hidden;
  backface-visibility: hidden;
  background: #f2eee2;
}

.sketchbook-turn-sheet-back {
  transform: rotateY(180deg);
}

.sketchbook-turn-sheet img {
  width: 100%;
  height: 100%;
  max-height: 56vh;
  object-fit: contain;
}

@keyframes sketchbookTurnNext {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-180deg); }
}

@keyframes sketchbookTurnPrev {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(180deg); }
}

.sketchbook-reader-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .85rem;
  color: rgba(37,39,32,.62);
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .05em;
}

body.sketchbook-reader-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .sketchbook-reader {
    padding: .5rem;
  }

  .sketchbook-reader-dialog {
    width: 100%;
    max-height: 98vh;
    padding: .8rem;
  }

  .sketchbook-reader-stage {
    grid-template-columns: 2.6rem minmax(0, 1fr) 2.6rem;
    gap: .45rem;
  }

  .sketchbook-reader-nav {
    width: 2.6rem;
    height: 2.6rem;
  }

  .sketchbook-book {
    display: block;
    min-height: min(72vh, 650px);
  }

  .sketchbook-reader-page {
    min-height: min(72vh, 650px);
  }

  .sketchbook-reader-page--left {
    display: none;
  }

  .sketchbook-reader-page--right {
    border-radius: 6px;
    box-shadow: none;
  }

  .sketchbook-book-spine,
  .sketchbook-turn-sheet {
    display: none !important;
  }

  .sketchbook-reader-page img {
    max-height: 65vh;
  }

  .sketchbook-reader-footer {
    justify-content: center;
    text-align: center;
  }

  .sketchbook-reader-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sketchbook-turn-sheet.is-turning-next,
  .sketchbook-turn-sheet.is-turning-prev {
    animation-duration: .01ms;
  }

  .sketchbook-hero-book img {
    transition: none;
  }
}


/* Bootstrap build 17: teal overlay + single artwork on left page */
.sketchbook-reader-backdrop {
  background: rgba(63, 104, 112, .90);
  backdrop-filter: blur(5px);
}

.sketchbook-reader-page--blank {
  background:
    radial-gradient(circle at 70% 24%, rgba(255,255,255,.55), transparent 36%),
    #f2eee2;
}

.sketchbook-blank-mark {
  align-self: end;
  justify-self: end;
  margin: 0 1rem 1rem 0;
  color: rgba(37,39,32,.17);
  font-family: var(--sans);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.sketchbook-turn-sheet-front {
  background:
    radial-gradient(circle at 70% 24%, rgba(255,255,255,.55), transparent 36%),
    #f2eee2;
}

.sketchbook-turn-blank {
  width: 100%;
  height: 100%;
}

.sketchbook-turn-sheet-back {
  background:
    radial-gradient(circle at 22% 20%, rgba(255,255,255,.58), transparent 36%),
    #f2eee2;
}

.sketchbook-reader-page--left img,
.sketchbook-turn-sheet-back img {
  width: 100%;
  height: 100%;
  max-height: 56vh;
  object-fit: contain;
}

/* Remove any residual image behaviour from the facing page. */
.sketchbook-reader-page--right img {
  display: none !important;
}

@media (max-width: 767.98px) {
  .sketchbook-book {
    display: block;
  }

  .sketchbook-reader-page--left {
    display: grid !important;
    border-radius: 6px;
    box-shadow: none;
  }

  .sketchbook-reader-page--right {
    display: none !important;
  }

  .sketchbook-reader-page--left img {
    max-height: 65vh;
  }

  .sketchbook-reader-page--left .sketchbook-reader-page-number {
    left: 1rem;
  }
}


/* Bootstrap build 18: artwork on the right-hand sketchbook page */
.sketchbook-reader-page--left.sketchbook-reader-page--blank {
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.55), transparent 36%),
    #f2eee2;
}

.sketchbook-reader-page--right img {
  display: block !important;
  width: 100%;
  height: 100%;
  max-height: 56vh;
  object-fit: contain;
}

.sketchbook-reader-page--right .sketchbook-reader-page-number {
  right: 1rem;
}

@media (max-width: 767.98px) {
  .sketchbook-reader-page--left {
    display: none !important;
  }

  .sketchbook-reader-page--right {
    display: grid !important;
    border-radius: 6px;
    box-shadow: none;
  }

  .sketchbook-reader-page--right img {
    max-height: 65vh;
  }
}


/* Bootstrap build 19: keep artwork fixed to the right page during turns */
.sketchbook-reader-page--right img {
  opacity: 1;
  transition: opacity .16s ease;
}

.sketchbook-reader-page--right.is-changing img {
  opacity: 0;
}

.sketchbook-turn-sheet-front,
.sketchbook-turn-sheet-back {
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.55), transparent 36%),
    #f2eee2;
}

.sketchbook-turn-sheet-back img {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .sketchbook-reader-page--right img {
    transition: none;
  }
}


/* Bootstrap build 20: Sketchbook is now interactive-book only */
.sketchbook-page .sketchbook-gallery-section {
  display: none !important;
}


/* Bootstrap build 21: launch Sketchbook from Home and About */
.about-sketchbook-link {
  display: block;
}

.about-sketchbook-link img {
  transition: transform .3s ease, box-shadow .3s ease;
}

.about-sketchbook-link:hover img,
.about-sketchbook-link:focus-visible img {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(39, 42, 34, .12);
}

.about-sketchbook-link:focus-visible {
  outline: 2px solid #376f88;
  outline-offset: 5px;
}


/* Bootstrap build 23: decoded artwork swap during sketchbook page turn */
.sketchbook-reader-page--right img {
  opacity: 1;
  transition: opacity .14s ease;
  will-change: opacity;
}

.sketchbook-reader-page--right.is-changing img {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .sketchbook-reader-page--right img {
    transition: none;
  }
}


/* Launch polish: accessibility, contact form and privacy */
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: .7rem 1rem;
  background: #fff;
  color: #1f3951;
  border: 2px solid currentColor;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-optional { font-weight: 400; opacity: .7; }
.contact-privacy-note { margin: 0; font-size: .82rem; line-height: 1.6; }
.contact-privacy-note a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.contact-form-status { margin-bottom: 1.5rem; padding: 1rem 1.1rem; border: 1px solid rgba(31,57,81,.22); background: rgba(255,255,255,.55); }
.contact-form-status--error { border-color: rgba(120,48,48,.35); }
:focus-visible { outline: 3px solid #376f88; outline-offset: 3px; }
.work-page-hero { padding-bottom: 0; }
@media (max-width: 767.98px) {
  .skip-link { left: .5rem; top: .5rem; }
}

/* =========================================================
   Mobile homepage hero fix
   Stacks copy above the photograph on tablet and mobile,
   removes the forced 760px hero height and prevents the
   introduction/button from overlapping the image.
   ========================================================= */
@media (max-width: 991.98px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .hero-art,
  .hero::after {
    display: none;
  }

  .hero-inner {
    order: 1;
    width: 100%;
  }

  .hero .min-vh-hero {
    min-height: 0;
    align-items: flex-start !important;
  }

  .hero .hero-copy {
    max-width: 720px;
    padding: clamp(42px, 7vw, 60px) 0 clamp(36px, 6vw, 50px);
  }

  .hero-photo {
    order: 2;
    position: relative;
    inset: auto;
    width: 100%;
    min-height: clamp(320px, 58vw, 500px);
    background-position: center 52%;
  }
}

@media (max-width: 575.98px) {
  .hero .hero-copy {
    padding: 38px 0 32px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 13vw, 3.55rem);
    line-height: .98;
  }

  .hero .lead {
    margin: 1.25rem 0 1.5rem;
    font-size: .96rem;
    line-height: 1.62;
  }

  .hero-photo {
    min-height: 310px;
    background-position: center 55%;
  }
}

