:root {
  --white: #ffffff;
  --ink: #161516;
  --ink-soft: #3d3838;
  --rose: #b9786f;
  --rose-bright: #d69a92;
  --blush: #e9b9b4;
  --blush-soft: #faefed;
  --line: rgba(185, 120, 111, 0.58);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --page: min(88vw, 1376px);
  --wide: 1376px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.22, .8, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white) url("assets/paint-ribbon.png") center 82vh / 150% auto no-repeat; color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only, .skip-link:not(:focus) { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link:focus { position: fixed; z-index: 20; inset: 1rem auto auto 1rem; padding: .7rem 1rem; background: var(--ink); color: var(--white); }

.site-header { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; margin: 0 auto; min-height: 116px; padding: 1.5rem max(calc((100vw - var(--page)) / 2), var(--gutter)); position: absolute; inset: 0 0 auto; z-index: 10; transition: background .35s var(--ease), box-shadow .35s var(--ease), min-height .35s var(--ease); }
.site-header.is-sticky { background: rgba(255,255,255,.92); box-shadow: 0 1px 0 rgba(22,21,22,.08); min-height: 78px; position: fixed; backdrop-filter: blur(15px); }
.site-header--dark .brand__name, .site-header--dark .nav a { color: var(--white); }
.site-header--dark .button--line { border-color: rgba(214,154,146,.9); color: #f1b9b2; }
.site-header--dark.is-sticky .brand__name, .site-header--dark.is-sticky .nav a { color: var(--ink); }
.site-header--dark.is-sticky .button--line { border-color: var(--rose); color: var(--rose); }
.brand { display: inline-flex; flex-direction: column; justify-self: start; line-height: 1; width: max-content; }
.brand__name { color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.3rem); letter-spacing: .09em; }
.brand__descriptor { color: var(--rose); font-family: var(--mono); font-size: .58rem; letter-spacing: .18em; margin-top: .42rem; text-transform: uppercase; }
.nav { display: flex; gap: clamp(1.1rem, 2.5vw, 3.2rem); justify-content: center; }
.nav a, .footer nav a { font-size: .84rem; transition: color .2s ease; }
.nav a:hover, .footer nav a:hover, .text-link:hover { color: var(--rose); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }

.section { padding: clamp(6rem, 12vw, 11rem) max(calc((100vw - var(--page)) / 2), var(--gutter)); }
.section--wide { padding-left: max(calc((100vw - var(--page)) / 2), var(--gutter)); padding-right: max(calc((100vw - var(--page)) / 2), var(--gutter)); }
.eyebrow { color: var(--rose); font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; margin: 0 0 1.2rem; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 em { color: var(--rose); font-style: normal; }
h1 { font-size: clamp(4rem, 7.7vw, 8.4rem); letter-spacing: -.035em; margin-bottom: 2.5rem; }
h2 { font-size: clamp(3.25rem, 5.4vw, 6.2rem); letter-spacing: -.035em; margin-bottom: 2rem; }
h3 { font-size: clamp(2.3rem, 3vw, 3.65rem); letter-spacing: -.03em; margin-bottom: 1.25rem; }
.button { align-items: center; border: 1px solid var(--rose); display: inline-flex; font-family: var(--mono); font-size: .69rem; justify-content: center; letter-spacing: .13em; min-height: 56px; padding: .9rem 1.5rem; text-transform: uppercase; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }
.button span { font-size: 1.25rem; line-height: 0; margin-left: 1.5rem; }
.button:hover { transform: translateY(-3px); }
.button--fill { background: var(--rose); color: var(--white); }
.button--fill:hover { background: var(--ink); border-color: var(--ink); }
.button--line { color: var(--rose); }
.button--line:hover { background: var(--rose); color: var(--white); }

.hero { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 0; overflow: hidden; padding-bottom: clamp(3.5rem, 5vw, 5rem); padding-top: max(8.75rem, 11vh); position: relative; }
.hero h1 { font-size: clamp(4.3rem, 5.8vw, 6.4rem); }
.hero__copy { align-self: center; max-width: 680px; padding-bottom: 4rem; position: relative; z-index: 1; }
.hero__intro { color: var(--ink-soft); font-size: 1.08rem; max-width: 31rem; margin-bottom: 2.5rem; }
.hero__media { align-self: stretch; margin: 0; min-height: clamp(31rem, 34vw, 38rem); overflow: hidden; }
.hero__media img { height: 100%; object-fit: cover; width: 100%; }
.hero__ornament { display: none; }
.hero::after { background: url("assets/paint-ribbon.png") center / contain no-repeat; bottom: -5.4rem; content: ""; height: 14rem; left: .5rem; opacity: .56; pointer-events: none; position: absolute; width: 55vw; animation: ribbonDrift 22s ease-in-out infinite alternate; }
.scroll-cue { align-items: center; bottom: 3.5rem; color: var(--rose); display: flex; font-family: var(--mono); font-size: .6rem; gap: .65rem; letter-spacing: .14em; position: absolute; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { background: var(--rose); border-radius: 50%; height: 7px; width: 7px; animation: drift 2s infinite var(--ease); }

.about { align-items: center; background: rgba(255, 255, 255, .96); display: grid; gap: clamp(3rem, 9vw, 11rem); grid-template-columns: minmax(280px, .8fr) minmax(330px, 1fr); position: relative; }
.about__image { height: min(58vw, 650px); overflow: hidden; }
.about__image img { height: 100%; object-fit: cover; object-position: 61% center; width: 100%; }
.about__copy { max-width: 590px; }
.about__copy > p:not(.eyebrow), .decor__heading > p:not(.eyebrow) { color: var(--ink-soft); max-width: 34rem; }
.rule { background: var(--rose); height: 1px; margin: 2rem 0; width: 94px; }
.text-link { border-bottom: 1px solid var(--rose); color: var(--rose); display: inline-block; font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; margin-top: 1.2rem; padding-bottom: .45rem; text-transform: uppercase; }
.text-link span { font-size: 1.2rem; margin-left: .75rem; }

.services { background: var(--blush-soft) url("assets/paint-ribbon.png") 116% 106% / 28rem auto no-repeat; padding-bottom: clamp(4.5rem, 7vw, 6.5rem); padding-top: clamp(4.5rem, 7vw, 6.5rem); position: relative; }
.services::before { background: var(--rose); content: ""; height: 1px; left: max(calc((100vw - var(--page)) / 2), var(--gutter)); position: absolute; top: 0; width: 70px; }
.services__heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 4.5rem; }
.services__heading h2 { margin: 0; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.service { min-height: 300px; padding: 0 clamp(1.2rem, 3vw, 3.7rem); position: relative; }
.service:first-child { padding-left: 0; }
.service + .service { border-left: 1px solid var(--line); }
.service span { color: var(--rose); font-family: var(--mono); font-size: .72rem; }
.service p { color: var(--ink-soft); max-width: 24rem; }

.decor { background: var(--white); overflow: hidden; position: relative; }
.decor__heading { margin-left: clamp(0rem, 13vw, 12rem); max-width: 880px; position: relative; }
.decor__heading h2 { white-space: nowrap; }
.decor-gallery { display: grid; gap: 10px; grid-template-columns: .38fr 1.45fr .38fr; margin-top: 3.8rem; min-height: 360px; position: relative; }
.decor-gallery > div { background-color: #d5c6c5; background-image: url("assets/paint-night-hero.png"); background-position: center; background-size: cover; display: flex; overflow: hidden; position: relative; }
.decor-gallery__main { align-items: center; justify-content: center; }
.decor-gallery__main { background-image: url("assets/paint-gallery-main.png") !important; }
.decor-gallery__main::after { display: none; }
.decor-gallery__main span { display: none; }
.decor-gallery__side { align-items: end; min-height: 260px; padding: 1.25rem; }
.decor-gallery__side::before { background: rgba(22,21,22,.2); content: ""; inset: 0; position: absolute; }
.decor-gallery__side span { color: var(--white); font-family: var(--mono); font-size: .58rem; letter-spacing: .15em; line-height: 1.6; position: relative; text-transform: uppercase; z-index: 1; }
.decor-gallery__side--one { background-image: url("assets/paint-floral.png") !important; }
.decor-gallery__side--two { background-image: url("assets/paint-colourful.png") !important; background-position: 77% center !important; }
.decor-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
.decor-links a { align-items: center; border-right: 1px solid var(--line); display: flex; font-family: var(--mono); font-size: .85rem; gap: 1rem; justify-content: center; letter-spacing: .12em; padding: 1.5rem; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.decor-links a:first-child { border-left: 1px solid var(--line); }
.decor-links a:hover { background: var(--blush-soft); color: var(--rose); }
.decor-links span { color: var(--rose); font-family: var(--serif); font-size: 2.4rem; letter-spacing: 0; }
.decor-links b { color: var(--rose); font-size: 1.2rem; font-weight: 400; }
.decor-note { color: var(--rose); font-size: .76rem; font-style: italic; margin: 1.25rem 0 0; text-align: right; }

.offering { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.offering__image { background: center / cover no-repeat; min-height: 540px; }
.offering__copy { align-self: center; padding: clamp(4rem, 9vw, 10rem); }
.offering__copy > p:not(.eyebrow) { font-size: 1.05rem; max-width: 32rem; }
.offering__points { border-top: 1px solid currentColor; display: grid; margin: 2.7rem 0; max-width: 32rem; }
.offering__points span { border-bottom: 1px solid currentColor; font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; padding: .9rem 0; text-transform: uppercase; }
.offering--supper { background: #181415; color: #f7ece5; }
.offering--supper .offering__image { background-image: url("assets/supper-table-hero.png"); }
.offering--supper .eyebrow { color: #dea89b; }
.offering--supper .button--fill { background: #9e6258; border-color: #9e6258; }
.offering--bloom { background: #fff; }
.offering--bloom .offering__image { background-image: url("assets/in-bloom-hero.png"); }
.offering--bloom .offering__copy { background: #faefed url("assets/paint-ribbon.png") 120% 8% / 38rem auto no-repeat; min-height: 760px; }
.offering--bloom .button--fill { background: var(--rose); }

.booking { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.32fr .72fr; }
.booking__form { padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.booking .eyebrow { color: var(--blush); }
.booking h2 { max-width: 700px; }
.booking form { margin-top: 3rem; max-width: 790px; }
.form-grid { display: grid; gap: 2rem 2.5rem; grid-template-columns: 1fr 1fr; }
label { color: var(--blush); display: flex; flex-direction: column; font-family: var(--mono); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
input, textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(233,185,180,.72); border-radius: 0; color: var(--white); margin-top: .65rem; outline: 0; padding: .55rem 0; transition: border-color .2s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--white); }
.form-full { grid-column: 1 / -1; }
.booking .button { margin-top: 2.5rem; min-width: 250px; }
.form-status { color: var(--blush); margin-top: 1rem; min-height: 1.5em; }
.booking__aside { display: grid; grid-template-rows: 1fr auto; min-height: 790px; }
.booking__aside > img { height: 100%; min-height: 410px; object-fit: cover; object-position: center; width: 100%; }
.contact-panel { background: var(--blush-soft); color: var(--ink); padding: clamp(2rem, 4vw, 4rem); }
.contact-panel h3 { font-size: clamp(2.2rem, 3.1vw, 3.6rem); }
.contact-panel p:not(.eyebrow) { color: var(--ink-soft); font-size: .9rem; }
.contact-panel a { border-top: 1px solid var(--line); display: flex; font-size: .9rem; justify-content: space-between; padding: 1.1rem 0; transition: color .2s ease; }
.contact-panel a:hover { color: var(--rose); }

.footer { align-items: center; display: grid; gap: 2rem; grid-template-columns: 1fr auto 1fr; padding: 3rem max(calc((100vw - var(--page)) / 2), var(--gutter)); }
.footer nav { display: flex; gap: 1.4rem; }
.footer p { color: var(--ink-soft); font-family: var(--mono); font-size: .62rem; justify-self: end; letter-spacing: .06em; margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal, .subpage-hero .reveal, .contact-hero .reveal { opacity: 1; transform: none; transition: none; }
.reveal--later { transition-delay: .13s; }
.reveal--latest { transition-delay: .25s; }
@keyframes drift { 50% { transform: translateY(9px); } }
@keyframes ribbonDrift { 0% { filter: saturate(.96); transform: translate3d(0, 0, 0) rotate(-.4deg); } 100% { filter: saturate(1.06); transform: translate3d(1.25%, -7px, 0) rotate(.4deg); } }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 92px; padding: 1.2rem var(--gutter); }
  .site-header.is-sticky { min-height: 68px; }
  .header-cta { display: none; }
  .menu-toggle { background: transparent; border: 0; display: grid; gap: 5px; padding: .5rem 0 .5rem .75rem; z-index: 2; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 1px; transition: transform .25s var(--ease); width: 27px; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .nav { background: var(--white); display: flex; flex-direction: column; gap: 1.5rem; inset: 0; justify-content: center; opacity: 0; padding: 6rem var(--gutter); pointer-events: none; position: fixed; transform: translateY(-10px); transition: opacity .25s ease, transform .25s var(--ease); }
  .nav a { font-family: var(--serif); font-size: 2.65rem; }
  .nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 9.7rem; }
  .hero__copy { padding-bottom: 4.3rem; }
  .hero__media { height: 70svh; min-height: 480px; margin: 0 calc(-1 * var(--gutter)); }
  .scroll-cue { display: none; }
  .about { grid-template-columns: 1fr; }
  .about__image { height: min(118vw, 600px); }
  .services__heading { align-items: start; display: block; }
  .service-list { grid-template-columns: 1fr; }
  .service { min-height: 0; padding: 2.25rem 0; }
  .service:first-child { padding-top: 0; }
  .service + .service { border-left: 0; border-top: 1px solid var(--line); }
  .decor__heading { margin-left: 0; }
  .decor__heading h2 { white-space: normal; }
  .decor-gallery { grid-template-columns: 1fr; min-height: auto; }
  .decor-gallery__side { display: none !important; }
  .decor-gallery__main { min-height: 300px; }
  .decor-links { grid-template-columns: 1fr; }
  .decor-links a, .decor-links a:first-child { border: 0; border-bottom: 1px solid var(--line); justify-content: start; padding-left: 0; }
  .booking { grid-template-columns: 1fr; }
  .offering { grid-template-columns: 1fr; min-height: 0; }
  .offering--supper .offering__image { order: 2; }
  .offering__image { min-height: 460px; }
  .offering__copy, .offering--bloom .offering__copy { min-height: 0; padding: 5rem var(--gutter); }
  .booking__aside { grid-template-rows: 380px auto; min-height: 0; }
  .booking__aside > img { min-height: 0; }
  .footer { grid-template-columns: 1fr; }
  .footer nav { flex-wrap: wrap; }
  .footer p { justify-self: start; }
}

@media (max-width: 530px) {
  .brand__name { font-size: 2.25rem; }
  .brand__descriptor { font-size: .48rem; }
  h1 { font-size: clamp(3.75rem, 16vw, 5.4rem); }
  h2 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
  .hero__media { height: 57svh; min-height: 390px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
}

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

/* WordPress multi-page experience */
.home-intro, .story { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: .9fr 1.1fr; padding-block: clamp(4.5rem, 7vw, 7rem); }
.home-intro__image, .story__image { min-height: clamp(23rem, 42vw, 38rem); }
.home-intro__image img, .story__image img { height: 100%; object-fit: cover; width: 100%; }
.home-intro__copy, .story__copy { max-width: 34rem; }
.home-intro h2, .story h2, .home-offerings h2 { font-size: clamp(3.4rem, 6.5vw, 7rem); line-height: .93; margin: .8rem 0 1.8rem; }
.home-intro p:not(.eyebrow), .story p:not(.eyebrow) { max-width: 30rem; }
.home-offerings { padding-block: clamp(4.5rem, 7vw, 6.5rem); }
.home-offerings__heading { margin-bottom: 3rem; max-width: 42rem; }
.offering-grid { background: var(--rose); display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.offering-card { background-position: center; background-size: cover; color: #fff; display: flex; flex-direction: column; isolation: isolate; justify-content: flex-end; min-height: 29rem; overflow: hidden; padding: 2rem; position: relative; text-decoration: none; }
.offering-card::before { background: linear-gradient(180deg, rgba(20,18,17,.14) 0%, rgba(20,18,17,.28) 43%, rgba(20,18,17,.86) 100%); content: ''; inset: 0; position: absolute; transition: background .35s var(--ease); z-index: -1; }
.offering-card::after { border: 1px solid rgba(255,255,255,.32); content: ''; inset: 1rem; opacity: 0; position: absolute; transform: scale(.97); transition: opacity .35s ease, transform .35s var(--ease); }
.offering-card:hover::before, .offering-card:focus-visible::before { background: linear-gradient(180deg, rgba(20,18,17,.24), rgba(20,18,17,.9)); }
.offering-card:hover::after, .offering-card:focus-visible::after { opacity: 1; transform: scale(1); }
.offering-card span { font: 500 .65rem/1 var(--mono); left: 2rem; letter-spacing: .16em; position: absolute; top: 1.75rem; }
.offering-card h3 { font: 400 clamp(2.9rem, 4.8vw, 5rem)/.88 var(--serif); margin: 0; }
.offering-card p { margin: .9rem 0 1.7rem; max-width: 15rem; }
.offering-card b { font: 500 .68rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.offering-card i { font-style: normal; margin-left: .6rem; }
.offering-card--paint { background-image: url('assets/paint-night-hero.png'); }
.offering-card--supper { background-image: url('assets/supper-table-hero.png'); }
.offering-card--bloom { background-image: url('assets/in-bloom-hero.png'); }
.home-contact { align-items: stretch; background: #191718; color: #fff; display: grid; gap: clamp(2rem, 6vw, 7rem); grid-template-columns: minmax(18rem, .85fr) minmax(22rem, 1.15fr); overflow: hidden; padding: clamp(4.5rem, 7vw, 6.5rem) max(1.25rem, calc((100vw - var(--wide)) / 2)); position: relative; }
.home-contact::before { border: 1px solid rgba(214,154,146,.35); border-radius: 50%; content: ''; height: min(56vw, 48rem); left: -23rem; position: absolute; top: -25rem; width: min(56vw, 48rem); }
.home-contact__copy { align-self: center; max-width: 41rem; position: relative; z-index: 1; }
.home-contact__copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); max-width: 29rem; }
.home-contact h2 { font-size: clamp(3.4rem, 6vw, 6.8rem); line-height: .9; margin: .7rem 0 1.7rem; }
.home-contact__visual { align-self: stretch; margin: 0; min-height: 30rem; overflow: hidden; position: relative; }
.home-contact__visual::after { background: linear-gradient(90deg, rgba(25,23,24,.28), transparent 48%); content: ''; inset: 0; position: absolute; }
.home-contact__visual img { height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.02); transition: transform 1.2s var(--ease); width: 100%; }
.home-contact:hover .home-contact__visual img { transform: scale(1.07); }
.home-contact__visual figcaption { bottom: 1.3rem; color: #fff; font: .6rem/1 var(--mono); left: 1.4rem; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 1; }
.subpage-hero { align-items: center; display: grid; gap: clamp(2rem, 5vw, 6rem); grid-template-columns: .82fr 1.18fr; min-height: min(48rem, 88svh); padding: max(8rem, 12vh) max(1.25rem, calc((100vw - var(--wide)) / 2)) 3.5rem; }
.subpage-hero__copy { max-width: 36rem; position: relative; z-index: 1; }
.subpage-hero__copy h1 { font-size: clamp(4rem, 7vw, 8rem); line-height: .86; margin: .9rem 0 1.7rem; }
.subpage-hero__copy > p:not(.eyebrow) { margin-bottom: 2rem; max-width: 25rem; }
.subpage-hero__image { height: min(64vw, 39rem); min-height: 28rem; }
.subpage-hero__image img { height: 100%; object-fit: cover; width: 100%; }
.subpage-hero--supper { background: #181415; color: #fff; }
.subpage-hero--supper .eyebrow { color: #d69a92; }
.subpage-hero--supper .button--fill { background: #d69a92; color: #181415; }
.subpage-hero--bloom, .contact-hero { background: #faefed; }
.story ul { border-top: 1px solid var(--rose); list-style: none; margin: 2rem 0 0; padding: 0; }
.story li { border-bottom: 1px solid var(--rose); font: 500 .68rem/1.4 var(--mono); letter-spacing: .1em; padding: .9rem 0; text-transform: uppercase; }
.story--bloom { grid-template-columns: 1.1fr .9fr; }
.contact-hero { align-items: center; display: grid; gap: clamp(2rem, 8vw, 9rem); grid-template-columns: 1fr .8fr; min-height: 42rem; padding: max(8rem, 14vh) max(1.25rem, calc((100vw - var(--wide)) / 2)) 4rem; }
.contact-hero__copy { max-width: 36rem; }
.contact-hero h1 { font-size: clamp(4rem, 7vw, 8rem); line-height: .86; margin: .9rem 0 1.7rem; }
.contact-hero > img { height: min(42vw, 32rem); object-fit: cover; width: 100%; }
@media (max-width: 850px) { .site-header--dark .brand__name, .site-header--dark .menu-toggle span:not(.sr-only) { color: #fff; background-color: #fff; } .site-header--dark .nav a { color: var(--ink); } .site-header--dark.is-sticky .brand__name { color: var(--ink); } .site-header--dark.is-sticky .menu-toggle span:not(.sr-only) { background-color: var(--ink); } .home-intro, .story, .story--bloom, .subpage-hero, .contact-hero, .home-contact { grid-template-columns: 1fr; } .story--bloom .story__image { grid-row: 1; } .offering-grid { grid-template-columns: 1fr; } .offering-card { min-height: 27rem; } .subpage-hero { padding-top: 9rem; } .subpage-hero__image { height: 72vw; min-height: 21rem; } .contact-hero { padding-top: 9rem; } .home-contact { gap: 2.5rem; padding-block: 5rem; } .home-contact__visual { aspect-ratio: 4 / 5; min-height: 0; } }
@media (max-width: 530px) { body { background-position: center 72vh; background-size: 225% auto; } .site-header { min-height: 78px; padding-block: .9rem; } .site-header.is-sticky { min-height: 64px; } .hero { padding-top: 8.4rem; } .hero__copy { padding-bottom: 3.1rem; } .hero__intro { font-size: 1rem; } .hero__media { height: 57svh; min-height: 22rem; } .section { padding-block: 4.7rem; } .home-intro, .story { gap: 2.5rem; padding-block: 4.7rem; } .home-intro__image, .story__image { min-height: 22rem; } .home-offerings__heading { margin-bottom: 2.15rem; } .offering-card { min-height: 24rem; padding: 1.45rem; } .offering-card span { left: 1.45rem; top: 1.4rem; } .offering-card h3 { font-size: 3.35rem; } .subpage-hero__copy h1, .contact-hero h1 { font-size: clamp(3.8rem, 18vw, 5.1rem); } .subpage-hero__image { height: 88vw; min-height: 20rem; } .services__heading { margin-bottom: 3rem; } .services { background-position: 180% 104%; background-size: 23rem auto; } .decor-gallery { margin-top: 2.3rem; } .decor-gallery__main { min-height: 17rem; } .booking__form { padding-block: 4.7rem; } .booking .button { min-width: 0; width: 100%; } .contact-hero { min-height: 0; padding-bottom: 4.7rem; } .contact-hero > img { height: 105vw; } .footer { gap: 1.5rem; padding-block: 2.5rem; } }
