:root {
  --plum: #552e57;
  --plum-deep: #291b2b;
  --plum-mid: #3f2642;
  --amber: #d0bc70;
  --cream: #f7f3ee;
  --white: #fff;
  --ink: #201b20;
  --muted: #6f676d;
  --line: rgba(85, 46, 87, .18);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --radius: 30px;
  --shadow: 0 26px 70px rgba(41, 27, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#content, #services, #enquiry { scroll-margin-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: clamp(1rem, .12vw + .98rem, 1.0625rem); line-height: 1.62; letter-spacing: -.006em; font-kerning: normal; font-optical-sizing: auto; text-rendering: optimizeLegibility; }
main { overflow: clip; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .65em; font-family: var(--display); font-weight: 700; font-kerning: normal; text-wrap: balance; }
h1 { max-width: 980px; color: var(--white); font-size: clamp(3.2rem, 7.4vw, 7.6rem); line-height: 1.015; letter-spacing: -.052em; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.7rem); line-height: 1.075; letter-spacing: -.043em; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.18; letter-spacing: -.026em; }
h4 { line-height: 1.28; letter-spacing: -.018em; }
p { margin: 0 0 1.15em; text-wrap: pretty; }
li { line-height: 1.58; }
.wrap { width: min(1440px, calc(100% - 56px)); margin-inline: auto; }
.section { padding: clamp(80px, 9vw, 150px) 0; }
.intro { padding-top: clamp(52px, 6vw, 92px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); border-radius: 99px; background: var(--amber); color: var(--plum-deep); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--plum); font-size: .74rem; font-weight: 700; line-height: 1.35; letter-spacing: .145em; text-transform: uppercase; }
.eyebrow::before { width: 38px; height: 3px; content: ""; background: var(--amber); }
.eyebrow--light { color: var(--amber); }

.site-header { position: fixed; z-index: 50; top: 18px; right: 0; left: 0; pointer-events: none; }
.header__inner { position: relative; display: grid; grid-template-columns: 235px 1fr; align-items: center; gap: 32px; min-height: 82px; padding: 0 20px; border: 1px solid rgba(255,255,255,.58); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.54), rgba(255,255,255,.34)); box-shadow: 0 18px 55px rgba(41,27,43,.12), inset 0 1px 0 rgba(255,255,255,.5); -webkit-backdrop-filter: blur(34px) saturate(170%); backdrop-filter: blur(34px) saturate(170%); pointer-events: auto; }
.brand img { width: 225px; height: auto; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(13px, 1.35vw, 25px); }
.site-nav a, .site-nav button { padding: 12px 0; border: 0; background: none; color: var(--ink); font-size: .86rem; font-weight: 700; line-height: 1.25; letter-spacing: -.012em; text-decoration: none; cursor: pointer; }
.site-nav > a:hover, .site-nav > a[aria-current="page"], .nav-dropdown > button:hover { color: var(--plum); }
.nav-dropdown { position: relative; }
.nav-dropdown button { display: inline-flex; gap: 5px; }
.nav-dropdown__menu { position: absolute; z-index: 10; top: calc(100% + 13px); left: -22px; display: grid; width: 260px; padding: 13px 22px; visibility: hidden; transform: translateY(8px); border-radius: 0 0 16px 16px; opacity: 0; background: var(--white); box-shadow: var(--shadow); transition: .2s ease; }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu, .nav-dropdown.is-open .nav-dropdown__menu { visibility: visible; transform: translateY(0); opacity: 1; }
.nav-dropdown__menu a { border-bottom: 1px solid var(--line); }
.nav-dropdown__menu a:last-child { border: 0; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: clamp(660px, 82vh, 780px); overflow: hidden; background: #111; isolation: isolate; }
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: var(--hero-image) center/cover no-repeat; animation: heroZoom 18s ease-out both; }
.hero--slideshow::before { display: none; }
.hero__slides { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #111; }
.hero__slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; transform: scale(1.03); transition: opacity .5s ease; }
.hero__slide.is-active { opacity: 1; animation: heroSlideZoom 5.5s linear both; }
.hero__overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.64) 52%, rgba(0,0,0,.42) 100%); }
.hero__content { position: relative; display: flex; align-items: flex-end; min-height: inherit; padding-block: 120px 48px; }
.hero__copy { width: min(100%, 1080px); }
.hero__copy p { max-width: 58ch; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.15vw, 1.2rem); line-height: 1.58; letter-spacing: -.009em; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { color: var(--white); font-weight: 700; text-underline-offset: 6px; }
.hero__badge { position: absolute; right: 200px; bottom: 0; display: flex; align-items: center; gap: 14px; width: 285px; padding: 25px 32px; border-radius: 28px 28px 0 0; background: var(--amber); color: var(--plum-deep); }
.motion-toggle { z-index: 3; display: inline-flex; align-items: center; gap: 10px; padding: 7px 8px 7px 13px; border: 1px solid currentColor; border-radius: 99px; background: transparent; font: 700 .72rem/1 var(--display); letter-spacing: .02em; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.motion-toggle[hidden] { display: none; }
.motion-toggle:hover { transform: translateY(-1px); }
.motion-toggle b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; font-size: .8rem; }
.motion-toggle--hero { position: absolute; top: 120px; right: 0; border-color: rgba(255,255,255,.6); background: rgba(25,17,23,.28); color: var(--white); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.motion-toggle--hero:hover { background: rgba(25,17,23,.5); }
.motion-toggle--hero b { background: var(--amber); color: var(--plum-deep); }
.hero__badge strong { font-family: var(--display); font-size: 3.3rem; line-height: .8; }
.hero__badge span { font-size: .82rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
@keyframes heroZoom { from { transform: scale(1.03); } to { transform: scale(1.12); } }
@keyframes heroSlideZoom { from { transform: scale(1.03); } to { transform: scale(1.1); } }

@media (min-width: 621px) {
  .hero__copy h1 { font-size: clamp(3.2rem, 6.1vw, 6rem); }
}

.button { display: inline-flex; align-items: center; gap: 30px; padding: 9px 10px 9px 23px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; color: var(--white); font-weight: 700; line-height: 1.2; letter-spacing: -.015em; text-decoration: none; transition: .2s ease; }
.button > :last-child { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--amber); color: var(--plum-deep); font-size: 1.3rem; }
.button:hover { border-color: var(--amber); color: var(--amber); }
.button:hover > :last-child { transform: translateX(2px); }
.button > :last-child { transition: transform .2s ease; }
.button--dark { border-color: var(--plum); background: var(--plum); }
.button--dark:hover { background: var(--plum-deep); color: var(--white); }
.button--light { border-color: var(--amber); background: transparent; color: var(--white); cursor: pointer; }

.split { display: grid; grid-template-columns: .72fr 1fr; align-items: stretch; gap: clamp(50px, 7vw, 110px); }
.split__label { display: flex; flex-direction: column; min-width: 0; }
.split__main { max-width: 960px; }
.split__main > p { max-width: 62ch; font-size: 1.14rem; line-height: 1.64; }
.about-image { flex: 1; min-height: 490px; overflow: hidden; border-radius: 0 var(--radius) var(--radius) var(--radius); box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.years { display: grid; width: 190px; padding-top: 22px; border-top: 1px solid var(--plum); color: var(--plum); }
.years strong { font-family: var(--display); font-size: 4.8rem; line-height: .9; }
.years span { margin-top: 8px; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tick-list { display: grid; gap: 10px; margin: 28px 0 38px; padding: 0; list-style: none; }
.tick-list li { position: relative; max-width: 76ch; padding-left: 29px; }
.tick-list li::before { position: absolute; left: 0; top: .48em; display: grid; width: 17px; height: 17px; content: "✓"; place-items: center; border-radius: 50%; background: var(--amber); color: var(--plum-deep); font-size: .65rem; font-weight: 900; }
.columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.services { position: relative; background: radial-gradient(circle at 100% 0, rgba(85,46,87,.62), transparent 34%), var(--plum-deep); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr .4fr; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading p { max-width: 46ch; color: rgba(255,255,255,.7); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; align-items: flex-end; justify-content: space-between; min-height: 355px; overflow: hidden; padding: 28px; border-radius: var(--radius); color: var(--white); font-family: var(--display); font-size: 1.52rem; font-weight: 700; line-height: 1.16; letter-spacing: -.032em; text-decoration: none; isolation: isolate; }
.service-card::before { position: absolute; z-index: -2; inset: 0; content: ""; background: var(--card-image) center/cover; transition: transform .5s ease; }
.service-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(41,27,43,.92), transparent 70%); }
.service-card:hover::before { transform: scale(1.06); }
.service-card b { display: grid; min-width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--amber); color: var(--plum-deep); }
.service-card:nth-child(2), .service-card:nth-child(5) { border-radius: var(--radius) var(--radius) 0 var(--radius); }
.service-card:nth-child(3), .service-card:nth-child(4) { border-radius: 0 var(--radius) var(--radius) var(--radius); }

.section.feature { padding-block: 0; background: var(--cream); }
.feature > .wrap { width: 100%; }
.feature__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.feature__image { min-height: 720px; border-radius: 0; background: var(--feature-image) center/cover; }
.feature__copy { align-self: center; margin: 0; padding: clamp(64px, 7vw, 112px); background: transparent; }
.feature__copy h2 { font-size: clamp(2.25rem, 3.35vw, 3.65rem); line-height: 1.015; letter-spacing: -.04em; }
.feature__copy h3 { color: var(--plum); }

.numbers { background: linear-gradient(100deg, rgba(85,46,87,.94), rgba(41,27,43,.86)), url('/assets/images/AdobeStock_712849613-scaled.webp') center/cover; color: var(--white); }
.numbers__head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
.numbers__head p { max-width: 54ch; color: rgba(255,255,255,.74); }
.numbers__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-block: 1px solid rgba(255,255,255,.22); }
.numbers__grid div { display: grid; gap: 9px; padding: 45px; border-right: 1px solid rgba(255,255,255,.22); }
.numbers__grid div:last-child { border: 0; }
.numbers__grid strong { color: var(--amber); font-family: var(--display); font-size: clamp(2.6rem, 4vw, 5rem); line-height: 1; }
.numbers__grid span { font-size: .77rem; font-weight: 700; line-height: 1.4; letter-spacing: .065em; text-transform: uppercase; }

.brands { position: relative; }
.brands__heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding-right: 64px; }
.brand-controls { display: flex; gap: 10px; padding-bottom: 10px; }
.brand-controls button { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--plum); border-radius: 50%; background: transparent; color: var(--plum); font-size: 1.25rem; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.brand-controls button:hover { transform: translateY(-2px); background: var(--plum); color: var(--white); }
.brand-strip { display: flex; gap: 10px; margin-top: 45px; padding: 4px 0; overflow-x: auto; scroll-behavior: smooth; scroll-padding: 0 20px; scroll-snap-type: x proximity; scrollbar-width: none; }
.brand-strip::-webkit-scrollbar { display: none; }
.brand-strip div { display: grid; min-width: 166px; min-height: 110px; place-items: center; padding: 12px; border: 1px solid rgba(85,46,87,.08); border-radius: 18px; background: var(--white); scroll-snap-align: start; transition: transform .2s ease, border-color .2s ease; }
.brand-strip div:hover { transform: translateY(-3px); border-color: rgba(85,46,87,.24); }
.brand-strip img { max-height: 75px; object-fit: contain; mix-blend-mode: multiply; }

.contact-rail { position: fixed; z-index: 48; top: 50%; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; width: 54px; min-height: 184px; padding: 16px 8px; transform: translateY(-50%); border: 0; border-radius: 18px 0 0 18px; background: var(--amber); color: var(--plum-deep); box-shadow: 0 18px 45px rgba(41,27,43,.2); cursor: pointer; }
.contact-rail span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-rail b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--plum-deep); color: var(--white); }
.contact-drawer-backdrop { position: fixed; z-index: 60; inset: 0; visibility: hidden; opacity: 0; background: rgba(0,0,0,.46); backdrop-filter: blur(4px); transition: opacity .25s ease, visibility .25s ease; }
.contact-drawer { position: fixed; z-index: 61; top: 0; right: 0; bottom: 0; width: min(460px, 100%); overflow-y: auto; padding: clamp(44px, 6vw, 76px) clamp(30px, 5vw, 58px); transform: translateX(102%); background: var(--white); box-shadow: -25px 0 70px rgba(41,27,43,.2); transition: transform .32s ease; }
.contact-drawer.is-open { transform: none; }
.contact-drawer-backdrop.is-open { visibility: visible; opacity: 1; }
.contact-drawer__close { position: absolute; top: 24px; right: 24px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--plum); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.contact-drawer h2 { color: var(--plum-deep); }
.contact-drawer__details { margin-top: 40px; padding-block: 30px; border-block: 1px solid var(--line); color: var(--muted); line-height: 1.58; }
.contact-drawer__details a { color: var(--plum); font-weight: 700; text-decoration: none; }
.contact-drawer__actions { display: grid; justify-items: start; gap: 22px; margin-top: 34px; }
.text-link--dark { color: var(--plum); }
body.drawer-open { overflow: hidden; }

.testimonials { position: relative; min-height: 760px; overflow: hidden; background: linear-gradient(rgba(24,18,26,.66), rgba(24,18,26,.74)), var(--reviews-image) center/cover; color: var(--white); }
.testimonials__head { display: grid; justify-items: center; text-align: center; }
.testimonials__head .eyebrow { color: var(--white); }
.testimonials__head .eyebrow::before { display: none; }
.testimonials__head h2 { max-width: none; font-size: clamp(2.5rem, 4.2vw, 4.2rem); }
.testimonial-stage { position: relative; width: min(1180px, calc(100% - 100px)); margin: 44px auto 0; }
.testimonial-grid { position: relative; min-height: 250px; }
.review-slide { position: absolute; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: center; margin: 0; opacity: 0; transform: translateX(24px); transition: opacity .35s ease, transform .35s ease, visibility .35s ease; }
.review-slide.is-active { visibility: visible; opacity: 1; transform: none; }
.review-slide p { position: relative; width: 100%; max-width: none; margin: 0; padding: 28px 42px; border-radius: 8px; background: var(--white); color: var(--ink); font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.48; text-align: center; box-shadow: 0 18px 48px rgba(0,0,0,.18); }
.review-slide p::after { position: absolute; top: 100%; left: 50%; content: ""; transform: translateX(-50%); border: 13px solid transparent; border-top-color: var(--white); }
.review-slide footer { display: flex; align-items: center; gap: 14px; margin-top: 34px; text-align: left; }
.review-slide footer img { width: 58px; height: 58px; }
.review-slide footer span { display: grid; }
.review-slide footer strong { font-size: 1.05rem; }
.review-slide footer small { color: var(--amber); font-size: .95rem; }
.review-arrow { position: absolute; z-index: 2; top: 58px; display: grid; width: 48px; height: 48px; place-items: center; border: 0; background: transparent; color: var(--white); font-size: 3rem; line-height: 1; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.review-arrow:hover { color: var(--amber); transform: scale(1.08); }
.review-arrow--previous { right: calc(100% + 22px); }
.review-arrow--next { left: calc(100% + 22px); }
.review-dots { display: flex; justify-content: center; gap: 13px; margin-top: 16px; }
.review-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.82); cursor: pointer; }
.review-dots button.is-active { background: var(--amber); }
.review-badge { display: block; width: 180px; margin: 34px auto 0; padding: 10px; border-radius: 10px; background: var(--white); box-shadow: 0 18px 45px rgba(0,0,0,.18); }

.detail { background: var(--white); }
.detail__grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.detail__visual { position: relative; }
.detail__visual > img { width: 100%; min-height: 650px; border-radius: 0 var(--radius) var(--radius) var(--radius); object-fit: cover; }
.years--floating { position: absolute; right: -22px; bottom: -22px; width: 210px; padding: 28px; border: 0; border-radius: var(--radius) 0 var(--radius) var(--radius); background: var(--amber); color: var(--plum-deep); box-shadow: var(--shadow); }
.detail__copy p { max-width: 64ch; color: var(--muted); }
.support { background: var(--plum); color: var(--white); }
.support__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 8vw, 130px); }
.support__grid p { max-width: 62ch; color: rgba(255,255,255,.76); }
.support__title { position: relative; overflow: hidden; padding: 48px; border-radius: var(--radius); isolation: isolate; }
.support__title::before { position: absolute; z-index: -2; inset: 0; content: ""; background: var(--support-image) center/cover; }
.support__title::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(41,27,43,.95), rgba(41,27,43,.34)); }

.contact-details { background: var(--white); }
.contact-details__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.contact-card { padding: clamp(38px, 5vw, 70px); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.contact-card a, .enquiry__contact a { color: var(--plum); font-weight: 700; text-decoration: none; }
.map iframe { display: block; width: 100%; height: 520px; border: 0; }

.enquiry { background: radial-gradient(circle at 100% 100%, rgba(85,46,87,.72), transparent 34%), var(--plum-deep); color: var(--white); }
.enquiry__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.enquiry__intro { padding-right: 100px; }
.enquiry__intro > p { max-width: 58ch; color: rgba(255,255,255,.74); }
.enquiry__contact { margin-top: 45px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); }
.enquiry__contact a { color: var(--amber); }
.enquiry__map { position: relative; height: 285px; margin-top: 34px; overflow: hidden; border: 3px solid #e2c75f; background: var(--plum-mid); box-shadow: 0 20px 46px rgba(0,0,0,.2), 0 0 0 1px rgba(226,199,95,.22); }
.enquiry__map::after { position: absolute; inset: 0; content: ""; pointer-events: none; box-shadow: inset 0 0 0 5px rgba(36,19,31,.14); }
.enquiry__map iframe { display: block; width: 100%; height: 100%; border: 0; }
.enquiry-form { align-self: start; padding: clamp(30px, 4vw, 54px); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: var(--plum-mid); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-grid label { display: grid; gap: 7px; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-grid .full { grid-column: 1 / -1; }
.form-required-note { margin: 0 0 16px; color: rgba(255,255,255,.62); font-size: .78rem; }
.form-required-note span, .field-label b[aria-hidden="true"] { color: var(--amber); }
.form-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-group legend { margin-bottom: 14px; padding: 0; color: var(--white); font-family: var(--display); font-size: 1.12rem; font-weight: 700; letter-spacing: -.02em; }
.form-group--fault { margin-top: 20px; }
.field-label { display: flex; align-items: baseline; justify-content: flex-start; gap: 4px; }
.field-label b { font-style: normal; }
.field-optional { margin-left: auto; color: rgba(255,255,255,.48); font-size: .61rem; font-weight: 600; letter-spacing: .04em; text-transform: none; }
.field-block { display: grid; gap: 7px; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-optional { margin: 20px 0 0; padding: 14px 0; border-block: 1px solid rgba(255,255,255,.15); }
.form-optional summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--white); font-family: var(--display); font-size: .98rem; font-weight: 700; cursor: pointer; list-style: none; }
.form-optional summary::-webkit-details-marker { display: none; }
.form-optional summary::before { width: 8px; height: 8px; margin-right: 2px; content: ""; transform: rotate(45deg); border-right: 1.5px solid var(--amber); border-bottom: 1.5px solid var(--amber); transition: transform .2s ease; }
.form-optional[open] summary::before { transform: rotate(225deg); }
.form-optional summary > span { margin-left: auto; padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-family: var(--body); font-size: .66rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.form-optional .field-grid { margin-top: 22px; }
input, textarea { width: 100%; padding: 16px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: none; background: rgba(255,255,255,.07); color: var(--white); font-size: 1rem; text-transform: none; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.4); }
input:focus, textarea:focus { border-color: var(--amber); }
textarea { resize: vertical; }
.trap { position: absolute !important; left: -10000px !important; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--amber); }
.turnstile-wrap { min-height: 45px; margin-top: 20px; }
.form-note, .form-status { margin: 0; color: rgba(255,255,255,.62); font-size: .86rem; }
.form-status { min-height: 1.5em; margin-top: 18px; color: var(--amber); }
.form-status.is-error { color: #ffb3bb; }

.footer { padding: 58px 0 16px; border-top: 4px solid var(--amber); background: #170013; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.45; }
.footer__grid { display: grid; grid-template-columns: 1.1fr .62fr 1fr .72fr; gap: clamp(34px, 4vw, 60px); }
.footer__logo { width: 210px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer h2 { margin: 0 0 13px; color: var(--amber); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
.footer p { margin-block: 0; }
.footer nav { display: grid; }
.footer nav a, .map-link { padding: 2px 0; text-decoration: none; }
.footer nav button { display: none; }
.footer a:hover { color: var(--amber); }
.footer__grid > div:nth-child(3) p + p { margin-top: 7px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 32px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .68rem; }
.footer__bottom p { margin: 0; }
.footer__bottom p:last-child { flex: 0 0 auto; text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header__inner { grid-template-columns: 210px 1fr; }
  .brand img { width: 210px; }
  .site-nav { gap: 16px; }
  .site-nav a, .site-nav button { font-size: .77rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  .wrap { width: min(100% - 38px, 760px); }
  .enquiry__intro { padding-right: 0; }
  .header__inner { grid-template-columns: 1fr auto; min-height: 84px; }
  .menu-toggle { z-index: 5; display: grid; gap: 5px; width: 48px; height: 48px; place-content: center; border-radius: 50%; background: var(--plum); }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: var(--white); transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; inset: calc(100% + 10px) 0 auto; display: block; height: calc(100vh - 132px); overflow-y: auto; padding: 32px 24px 60px; visibility: hidden; clip-path: circle(0 at calc(100% - 48px) 0); opacity: 0; pointer-events: none; border-radius: 22px; background: var(--plum-deep); box-shadow: var(--shadow); transition: clip-path .32s ease, opacity .2s ease; }
  .site-nav.is-open { visibility: visible; clip-path: circle(150vmax at calc(100% - 48px) 0); opacity: 1; pointer-events: auto; }
  .site-nav > a, .site-nav > .nav-dropdown > button { display: flex; justify-content: space-between; width: 100%; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); font-family: var(--display); font-size: 1.4rem; text-align: left; }
  .site-nav > a[aria-current="page"] { color: var(--amber); }
  .nav-dropdown__menu { position: static; display: none; width: auto; padding: 7px 0 12px 18px; visibility: visible; transform: none; border-radius: 0; opacity: 1; background: none; box-shadow: none; }
  .nav-dropdown.is-open .nav-dropdown__menu { display: grid; }
  .nav-dropdown__menu a { padding: 12px 0; border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 1rem; }
  .hero { min-height: 700px; }
  .hero__badge { display: none; }
  .split, .detail__grid, .support__grid, .contact-details__grid, .enquiry__grid { grid-template-columns: 1fr; }
  .split__label { min-height: auto; }
  .about-image { min-height: 460px; }
  .years { margin-top: 30px; }
  .section-heading, .numbers__head { grid-template-columns: 1fr; gap: 15px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .feature__grid { grid-template-columns: 1fr; }
  .feature__image { min-height: 520px; }
  .feature__copy { margin: 0; padding: 64px 38px; }
  .testimonial-stage { width: min(100% - 72px, 760px); }
  .detail__visual { max-width: 680px; }
  .detail__visual > img { min-height: 500px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 520px); }
  .section { padding: 72px 0; }
  .site-header { top: 10px; }
  .header__inner { min-height: 72px; padding: 0 12px 0 15px; border-radius: 18px; }
  .brand img { width: 190px; }
  .site-nav { height: calc(100vh - 102px); border-radius: 18px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2.1rem, 11vw, 3.25rem); }
  .hero { min-height: 640px; }
  .hero__content { padding-top: 120px; padding-bottom: 48px; }
  .hero__copy p { max-width: calc(100% - 50px); }
  .hero__overlay { background: linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.58)); }
  .hero__actions { flex-wrap: wrap; }
  .card-grid, .testimonial-grid, .numbers__grid, .field-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .feature__image { min-height: 390px; }
  .feature__copy { margin: 0; padding: 56px 28px; }
  .numbers__grid div { padding: 30px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .brand-strip div { min-width: 145px; min-height: 96px; }
  .brands__heading { align-items: flex-start; flex-direction: column; gap: 20px; padding-right: 48px; }
  .brand-controls { padding: 0; }
  .brand-controls button { width: 46px; height: 46px; }
  .review-slide { padding: 0; }
  .testimonials__head { align-items: center; }
  .testimonials { min-height: 790px; }
  .testimonial-stage { width: calc(100% - 60px); margin-top: 30px; }
  .testimonial-grid { min-height: 330px; }
  .review-slide p { padding: 24px 20px; font-size: 1rem; }
  .review-slide footer { margin-top: 30px; }
  .review-arrow { top: 100px; }
  .review-arrow--previous { right: calc(100% + 5px); }
  .review-arrow--next { left: calc(100% + 5px); }
  .review-badge { width: 150px; margin-top: 26px; }
  .detail__visual > img { min-height: 410px; }
  .years--floating { right: -5px; bottom: -20px; width: 175px; }
  .columns { grid-template-columns: 1fr; }
  .field-grid .full { grid-column: auto; }
  .enquiry-form { padding: 25px 18px; }
  .enquiry__map { height: 250px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer { padding-top: 48px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 28px; }
  .footer__bottom p:last-child { text-align: left; }
  .contact-rail { width: 46px; min-height: 154px; border-radius: 15px 0 0 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Editorial refinement */
:root {
  --cream: #f3f0ea;
  --paper: #fbfaf7;
  --ink: #191619;
  --muted: #716b70;
  --plum: #5c2357;
  --plum-deep: #24131f;
  --plum-mid: #351c31;
  --amber: #d8c579;
  --line: rgba(36, 19, 31, .16);
  --radius: 16px;
  --shadow: 0 30px 80px rgba(25, 17, 23, .12);
}

body { background: var(--paper); }
.wrap { width: min(1460px, calc(100% - 80px)); }
.section { padding-block: clamp(96px, 10vw, 170px); }
.eyebrow { margin-bottom: 26px; font-size: .7rem; letter-spacing: .19em; }
.eyebrow::before { width: 48px; height: 1px; }

.site-header { top: 14px; border: 0; background: transparent; pointer-events: none; }
.header__inner { grid-template-columns: 240px 1fr; min-height: 86px; padding: 8px 10px 8px 20px; overflow: visible; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(251,250,247,.56)); box-shadow: 0 24px 65px rgba(28,15,24,.18), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(92,35,87,.06); -webkit-backdrop-filter: blur(28px) saturate(175%); backdrop-filter: blur(28px) saturate(175%); pointer-events: auto; }
.brand { display: flex; align-self: stretch; align-items: center; padding-right: 24px; border-right: 1px solid rgba(92,35,87,.12); }
.brand img { width: 210px; }
.site-nav { gap: 3px; padding-left: 10px; }
.site-nav a, .site-nav button { position: relative; padding: 13px clamp(9px, .85vw, 15px); border-radius: 10px; color: #2a2429; font-family: var(--display); font-size: .82rem; font-weight: 650; letter-spacing: -.018em; transition: color .2s ease, background .2s ease, transform .2s ease; }
.site-nav > a::after, .nav-dropdown > button::after { display: none; }
.site-nav > a:hover, .nav-dropdown > button:hover { transform: translateY(-1px); background: rgba(92,35,87,.07); color: var(--plum); }
.site-nav > a[aria-current="page"] { background: var(--plum); color: var(--white); box-shadow: 0 8px 20px rgba(92,35,87,.22); }
.site-nav > a[href="/contact-us/"] { margin-left: 6px; background: var(--amber); color: var(--plum-deep); box-shadow: 0 8px 20px rgba(216,191,104,.25); }
.site-nav > a[href="/contact-us/"]:hover { background: #e5cb71; color: var(--plum-deep); }
.nav-dropdown button { align-items: center; }
.nav-dropdown button span { width: 7px; height: 7px; margin: -4px 0 0 2px; transform: rotate(45deg); border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; font-size: 0; transition: transform .2s ease, margin .2s ease; }
.nav-dropdown:hover button span, .nav-dropdown.is-open button span { margin-top: 4px; transform: rotate(225deg); }
.nav-dropdown__menu { top: calc(100% + 16px); left: -18px; width: 270px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(251,250,247,.98); box-shadow: 0 24px 60px rgba(25,17,23,.16); }
.nav-dropdown__menu a { border-radius: 0; }

.hero { min-height: min(900px, 100svh); }
.hero__content { align-items: center; padding-block: 190px 105px; }
.hero__copy { width: min(100%, 990px); }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 30px; color: var(--amber); font-size: .69rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__eyebrow::before { width: 46px; height: 1px; content: ""; background: currentColor; }
.hero__copy h1 { margin-bottom: 30px; font-size: clamp(3.7rem, 6.6vw, 6.7rem); line-height: .96; letter-spacing: -.065em; }
.hero__copy p { max-width: 60ch; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.1vw, 1.18rem); }
.hero__actions { margin-top: 42px; }
.hero__badge { right: 5.3vw; bottom: 0; width: auto; min-width: 265px; padding: 26px 32px 24px; border-radius: 0; background: var(--amber); }
.hero__badge strong { font-size: 3.5rem; }
.hero__overlay { background: linear-gradient(90deg, rgba(19,12,18,.86) 0%, rgba(24,14,21,.69) 46%, rgba(24,14,21,.2) 78%, rgba(24,14,21,.14) 100%); }
.hero__slide { background-position: center; transition-duration: 1s; }
.button { gap: 28px; padding: 8px 9px 8px 24px; border-radius: 2px; }
.button > :last-child { width: 44px; height: 44px; border-radius: 1px; }
.contact-rail { width: 48px; min-height: 174px; border-radius: 2px 0 0 2px; box-shadow: 0 18px 45px rgba(25,17,23,.16); }
.contact-rail b { border-radius: 1px; }

body[data-route=""] .hero { min-height: min(920px, 100svh); }
body[data-route=""] .hero__copy { width: min(74%, 980px); }
body[data-route=""] .hero__copy h1 { max-width: 930px; }

body[data-route=""] .intro { position: relative; padding-block: clamp(120px, 12vw, 190px); background: var(--paper); }
body[data-route=""] .intro::before { position: absolute; top: 0; right: 0; width: 38%; height: 1px; content: ""; background: var(--line); }
body[data-route=""] .split { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: clamp(74px, 9vw, 150px); }
body[data-route=""] .split__label { position: relative; min-height: 690px; }
body[data-route=""] .about-image { min-height: 690px; border-radius: 0; box-shadow: none; }
body[data-route=""] .about-image img { object-position: 62% center; }
body[data-route=""] .split__label .years { position: absolute; right: -44px; bottom: -44px; width: 225px; padding: 28px; border: 0; background: var(--plum); color: var(--white); }
body[data-route=""] .split__label .years strong { color: var(--amber); font-size: 5.2rem; }
body[data-route=""] .split__main h2 { max-width: 12ch; margin-bottom: 36px; font-size: clamp(3rem, 4.8vw, 5.2rem); line-height: .98; }
body[data-route=""] .split__main > p { padding-bottom: 26px; border-bottom: 1px solid var(--line); color: var(--plum); font-weight: 700; }
body[data-route=""] .tick-list { gap: 0; margin-block: 28px 42px; }
body[data-route=""] .tick-list li { padding: 13px 0 13px 28px; border-bottom: 1px solid rgba(36,19,31,.1); }
body[data-route=""] .tick-list li::before { top: 1.05rem; width: auto; height: auto; border-radius: 0; background: none; color: var(--plum); font-size: .7rem; }

body[data-route=""] .services { overflow: hidden; background: var(--plum-deep); }
body[data-route=""] .services::before { position: absolute; top: -25vw; right: -18vw; width: 55vw; height: 55vw; content: ""; border: 1px solid rgba(216,197,121,.12); border-radius: 50%; }
body[data-route=""] .section-heading { grid-template-columns: 1fr auto; margin-bottom: 72px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.18); }
body[data-route=""] .section-heading h2 { max-width: 9ch; font-size: clamp(3.3rem, 6vw, 6.5rem); }
body[data-route=""] .section-heading p { align-self: end; margin: 0; padding-bottom: 11px; }
body[data-route=""] .card-grid { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 255px; gap: 14px; }
body[data-route=""] .service-card { grid-column: span 4; min-height: 0; padding: 30px; border: 0; border-radius: 0; font-size: clamp(1.35rem, 2vw, 2rem); }
body[data-route=""] .service-card:nth-child(1) { grid-column: span 7; grid-row: span 2; }
body[data-route=""] .service-card:nth-child(2), body[data-route=""] .service-card:nth-child(3) { grid-column: span 5; }
body[data-route=""] .service-card:nth-child(2), body[data-route=""] .service-card:nth-child(3), body[data-route=""] .service-card:nth-child(4), body[data-route=""] .service-card:nth-child(5), body[data-route=""] .service-card:nth-child(6) { border-radius: 0; }
body[data-route=""] .service-card::after { background: linear-gradient(0deg, rgba(24,13,21,.92), rgba(24,13,21,.06) 76%); }
body[data-route=""] .service-card b { min-width: 46px; height: 46px; border-radius: 1px; font-size: 1.1rem; }
body[data-route=""] .service-card:nth-child(2)::before { background-position: center 42%; }
body[data-route=""] .service-card:nth-child(4)::before { background-position: 30% center; }

body[data-route=""] .feature { background: var(--plum); }
body[data-route=""] .feature__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body[data-route=""] .feature__image { min-height: 850px; background-position: 42% center; }
body[data-route=""] .feature__copy { min-height: 850px; padding: clamp(70px, 7vw, 120px); background: var(--plum); color: var(--white); }
body[data-route=""] .feature__copy .eyebrow, body[data-route=""] .feature__copy h3 { color: var(--amber); }
body[data-route=""] .feature__copy p { color: rgba(255,255,255,.76); }
body[data-route=""] .feature__copy .tick-list li { border-color: rgba(255,255,255,.16); }
body[data-route=""] .feature__copy .tick-list li::before { color: var(--amber); }

body[data-route=""] .numbers { position: relative; background: var(--cream); color: var(--ink); }
body[data-route=""] .numbers .eyebrow { color: var(--plum); }
body[data-route=""] .numbers__head { grid-template-columns: .85fr 1fr; }
body[data-route=""] .numbers__head h2 { max-width: 10ch; font-size: clamp(3.2rem, 5vw, 5.6rem); }
body[data-route=""] .numbers__head p { max-width: 64ch; color: var(--muted); }
body[data-route=""] .numbers__grid { border-color: var(--line); }
body[data-route=""] .numbers__grid div { padding: 48px 32px 22px 0; border-color: var(--line); }
body[data-route=""] .numbers__grid div:not(:first-child) { padding-left: 44px; }
body[data-route=""] .numbers__grid strong { color: var(--plum); font-size: clamp(3rem, 5vw, 5.8rem); letter-spacing: -.055em; }
body[data-route=""] .numbers__grid span { color: var(--muted); }

body[data-route=""] .brands { padding-block: clamp(58px, 4vw, 78px); border-top: 1px solid var(--line); background: var(--white); }
body[data-route=""] .brands__heading { display: block; width: 100%; padding-right: 0; }
body[data-route=""] .brands__heading { position: relative; }
body[data-route=""] .brands__heading > div { width: 100%; }
body[data-route=""] .brands__heading h2 { width: 100%; max-width: none; font-size: clamp(2.8rem, 4.5vw, 5rem); }
body[data-route=""] .brand-controls button { border-radius: 1px; }
body[data-route=""] .brand-strip { gap: 16px; margin-top: 22px; background: transparent; }
body[data-route=""] .brand-strip div { flex: 0 0 calc((100% - 112px) / 8); min-width: 0; min-height: 104px; padding: 0; border: 0; border-radius: 0; background: transparent; }
body[data-route=""] .brand-strip img { filter: grayscale(1); opacity: .78; }
.motion-toggle--brands { position: absolute; right: 0; bottom: 8px; border-color: var(--plum); color: var(--plum); }
.motion-toggle--brands:hover { background: var(--plum); color: var(--white); }
.motion-toggle--brands b { background: var(--plum); color: var(--white); }

body[data-route=""] .testimonials { min-height: 720px; background: linear-gradient(90deg, rgba(24,13,21,.97) 0%, rgba(24,13,21,.89) 48%, rgba(24,13,21,.55) 100%), var(--reviews-image) 70% center/cover; }
body[data-route=""] .testimonials > .wrap { display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: 9vw; }
body[data-route=""] .testimonials__head { justify-items: start; text-align: left; }
body[data-route=""] .testimonials__head .eyebrow::before { display: block; }
body[data-route=""] .testimonials__head h2 { max-width: 9ch; font-size: clamp(3.1rem, 5vw, 5.6rem); line-height: .98; }
body[data-route=""] .testimonial-stage { width: 100%; margin: 0; }
body[data-route=""] .testimonial-grid { min-height: 350px; }
body[data-route=""] .review-slide { align-items: flex-start; }
body[data-route=""] .review-slide p { padding: 0 0 38px; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; background: transparent; color: var(--white); font-size: clamp(1.3rem, 1.8vw, 1.8rem); line-height: 1.46; text-align: left; box-shadow: none; }
body[data-route=""] .review-slide p::after { display: none; }
body[data-route=""] .review-arrow { top: auto; bottom: -8px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); font-size: 1.8rem; }
body[data-route=""] .review-arrow--previous { right: 58px; }
body[data-route=""] .review-arrow--next { right: 0; left: auto; }
body[data-route=""] .review-dots { justify-content: flex-start; margin: 18px 0 0 calc(72% + 9vw); }
body[data-route=""] .review-badge { width: 150px; margin: 30px 0 0 calc(72% + 9vw); border-radius: 2px; }

body[data-route=""] .enquiry { padding-block: clamp(64px, 5vw, 82px); background: var(--plum-deep); }
body[data-route=""] .enquiry__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body[data-route=""] .enquiry__intro h2 { max-width: 10ch; font-size: clamp(3rem, 4.5vw, 5rem); line-height: 1; }
body[data-route=""] .enquiry-form { align-self: stretch; padding: clamp(28px, 2.5vw, 40px); border-radius: 0; background: rgba(255,255,255,.045); }
body[data-route=""] input, body[data-route=""] textarea { border-radius: 1px; background: rgba(255,255,255,.055); }

.footer { background: #16000f; }

@media (max-width: 1080px) {
  .wrap { width: min(100% - 48px, 900px); }
  .header__inner { grid-template-columns: 190px 1fr; padding-left: 16px; }
  .brand { padding-right: 16px; }
  .brand img { width: 178px; }
  .site-nav { gap: 2px; padding-left: 7px; }
  .site-nav a, .site-nav button { padding-inline: 8px; font-size: .7rem; }
  body[data-route=""] .split { grid-template-columns: .9fr 1fr; gap: 70px; }
  body[data-route=""] .split__label, body[data-route=""] .about-image { min-height: 610px; }
  body[data-route=""] .feature__copy { padding: 70px 50px; }
}

@media (max-width: 920px) {
  .site-header { top: 10px; }
  .header__inner { grid-template-columns: 1fr auto; min-height: 76px; padding: 7px 9px 7px 15px; border-radius: 16px; }
  .brand { padding-right: 0; border-right: 0; }
  .brand img { width: 190px; }
  .menu-toggle { border-radius: 10px; background: var(--amber); }
  .menu-toggle > span:not(.sr-only) { background: var(--plum-deep); }
  .site-nav { top: calc(100% + 10px); height: calc(100vh - 112px); padding: 28px 24px 50px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
  .site-nav > a, .site-nav > .nav-dropdown > button { padding: 17px 0; border-radius: 0; background: transparent; color: var(--white); transform: none; }
  .site-nav > a[aria-current="page"] { color: var(--amber); }
  .site-nav > a::after, .nav-dropdown > button::after { display: none; }
  .site-nav > a[href="/contact-us/"] { justify-content: center; margin: 18px 0 0; padding: 16px 20px; border-radius: 10px; background: var(--amber); color: var(--plum-deep); }
  .nav-dropdown__menu { border: 0; background: transparent; box-shadow: none; }
  .hero__content { padding-top: 170px; }
  .motion-toggle--hero { top: 100px; }
  body[data-route=""] .hero__copy { width: 90%; }
  body[data-route=""] .split { grid-template-columns: 1fr; }
  body[data-route=""] .split__label { min-height: 600px; }
  body[data-route=""] .split__label .years { right: 0; }
  body[data-route=""] .split__main { padding-top: 28px; }
  body[data-route=""] .card-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 330px; }
  body[data-route=""] .service-card, body[data-route=""] .service-card:nth-child(1), body[data-route=""] .service-card:nth-child(2), body[data-route=""] .service-card:nth-child(3) { grid-column: span 1; grid-row: span 1; }
  body[data-route=""] .feature__grid { grid-template-columns: 1fr; }
  body[data-route=""] .feature__image, body[data-route=""] .feature__copy { min-height: 620px; }
  body[data-route=""] .testimonials > .wrap { grid-template-columns: 1fr; gap: 70px; }
  body[data-route=""] .testimonials__head h2 { max-width: 12ch; }
  body[data-route=""] .review-dots, body[data-route=""] .review-badge { margin-left: 0; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 30px, 540px); }
  .section { padding-block: 84px; }
  .header__inner { min-height: 70px; }
  .brand img { width: 170px; }
  .menu-toggle { width: 44px; height: 44px; }
  .contact-rail { display: none; }
  .hero, body[data-route=""] .hero { min-height: 720px; }
  .hero__content { align-items: flex-end; padding: 145px 0 72px; }
  .hero__copy h1 { font-size: clamp(3rem, 14vw, 4.6rem); line-height: .98; }
  body[data-route=""] .hero__copy { width: 100%; }
  .hero__copy p { max-width: calc(100% - 30px); }
  .hero__badge { display: none; }
  .motion-toggle--hero { top: auto; right: 0; bottom: 15px; padding-left: 8px; }
  .motion-toggle--hero span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  body[data-route=""] .intro { padding-block: 92px 108px; }
  body[data-route=""] .split__label, body[data-route=""] .about-image { min-height: 480px; }
  body[data-route=""] .split__label .years { right: 0; bottom: -32px; width: 175px; padding: 22px; }
  body[data-route=""] .split__label .years strong { font-size: 4rem; }
  body[data-route=""] .split__main { padding-top: 55px; }
  body[data-route=""] .split__main h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  body[data-route=""] .section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 48px; }
  body[data-route=""] .section-heading h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  body[data-route=""] .card-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  body[data-route=""] .feature__image { min-height: 470px; }
  body[data-route=""] .feature__copy { min-height: 0; padding: 72px 22px; }
  body[data-route=""] .numbers__head { grid-template-columns: 1fr; gap: 28px; }
  body[data-route=""] .numbers__grid div, body[data-route=""] .numbers__grid div:not(:first-child) { padding: 30px 0; }
  body[data-route=""] .brands__heading { padding-right: 0; }
  .motion-toggle--brands { position: static; margin-top: 18px; }
  body[data-route=""] .testimonials { min-height: 900px; }
  body[data-route=""] .testimonials > .wrap { gap: 50px; }
  body[data-route=""] .testimonial-grid { min-height: 440px; }
  body[data-route=""] .review-slide p { padding-right: 4px; font-size: 1.17rem; }
  body[data-route=""] .review-arrow { bottom: 5px; }
  body[data-route=""] .enquiry__grid { grid-template-columns: 1fr; }
  body[data-route=""] .enquiry-form { padding: 28px 18px; }
}

/* Homepage review refinements */
body[data-route=""] .intro { padding-block: 0; }
body[data-route=""] .intro > .wrap { width: 100%; max-width: none; }
body[data-route=""] .intro .split { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 0; }
body[data-route=""] .intro .split__label { min-height: 0; }
body[data-route=""] .intro .about-image { height: 100%; min-height: 0; }
body[data-route=""] .intro .about-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
body[data-route=""] .intro .split__main { max-width: 760px; padding: clamp(58px, 5.5vw, 88px); }
body[data-route=""] .intro .split__main h2 { max-width: none; margin-bottom: 28px; font-size: clamp(2.8rem, 4vw, 4.4rem); }
body[data-route=""] .intro .tick-list { margin-block: 22px 34px; }
body[data-route=""] .intro .tick-list li { padding-block: 10px; }
body[data-route=""] .intro .tick-list li::before { top: .86rem; }

body[data-route=""] .services .section-heading { display: block; margin-bottom: 58px; }
body[data-route=""] .services .section-heading h2 { max-width: none; }

body[data-route=""] .numbers__head { grid-template-columns: 1fr; gap: 26px; }
body[data-route=""] .numbers__head h2 { max-width: none; margin-bottom: 0; }
body[data-route=""] .numbers__head p { max-width: 70ch; margin: 0; text-align: left; }
body[data-route=""] .numbers__grid div,
body[data-route=""] .numbers__grid div:not(:first-child) { align-content: center; justify-items: center; padding: 48px 28px; text-align: center; }

body[data-route=""] .brand-strip img { width: 180px; max-width: 100%; max-height: 108px; filter: none; opacity: 1; }

body[data-route=""] .testimonials { min-height: 760px; background: linear-gradient(rgba(24,13,21,.9), rgba(24,13,21,.9)), var(--reviews-image) center/cover; }
body[data-route=""] .testimonials > .wrap { display: block; }
body[data-route=""] .testimonials__head { justify-items: center; text-align: center; }
body[data-route=""] .testimonials__head .eyebrow::before { display: none; }
body[data-route=""] .testimonials__head h2 { max-width: 18ch; margin-inline: auto; font-size: clamp(3rem, 4.6vw, 5rem); }
body[data-route=""] .testimonial-stage { width: min(980px, calc(100% - 120px)); margin: 70px auto 0; }
body[data-route=""] .testimonial-grid { min-height: 280px; }
body[data-route=""] .review-slide { align-items: center; }
body[data-route=""] .review-slide p { max-width: 900px; padding: 0 0 38px; text-align: center; }
body[data-route=""] .review-slide footer { justify-content: center; }
body[data-route=""] .review-arrow { top: 70px; bottom: auto; }
body[data-route=""] .review-arrow--previous { right: calc(100% + 22px); }
body[data-route=""] .review-arrow--next { right: auto; left: calc(100% + 22px); }
body[data-route=""] .review-dots { justify-content: center; margin: 20px 0 0; }
body[data-route=""] .review-badge { margin: 30px auto 0; }

body[data-route=""] .enquiry__intro h2 { max-width: 14ch; font-size: clamp(2.55rem, 3.5vw, 4rem); line-height: 1.06; }

@media (max-width: 920px) {
  body[data-route=""] .intro .split { grid-template-columns: 1fr; }
  body[data-route=""] .intro .split__label,
  body[data-route=""] .intro .about-image { min-height: 590px; }
  body[data-route=""] .intro .split__main { max-width: none; padding: 80px 38px 100px; }
  body[data-route=""] .testimonial-stage { width: min(100% - 86px, 760px); }
}

@media (max-width: 620px) {
  body[data-route=""] .intro .split__label,
  body[data-route=""] .intro .about-image { min-height: 440px; }
  body[data-route=""] .intro .split__main { padding: 72px 22px 88px; }
  body[data-route=""] .services .section-heading { margin-bottom: 44px; }
  body[data-route=""] .numbers__grid div,
  body[data-route=""] .numbers__grid div:not(:first-child) { padding: 34px 10px; }
  body[data-route=""] .testimonials { min-height: 920px; }
  body[data-route=""] .testimonials__head h2 { max-width: 10ch; font-size: clamp(2.8rem, 12vw, 4rem); }
  body[data-route=""] .testimonial-stage { width: calc(100% - 56px); margin-top: 50px; }
  body[data-route=""] .testimonial-grid { min-height: 430px; }
  body[data-route=""] .review-slide p { font-size: 1.12rem; }
  body[data-route=""] .review-arrow { top: 150px; }
  body[data-route=""] .review-arrow--previous { right: auto; left: -39px; }
  body[data-route=""] .review-arrow--next { right: -39px; left: auto; }
  body[data-route=""] .enquiry__intro h2 { max-width: none; font-size: clamp(2.35rem, 10vw, 3.15rem); }
}

/* Homepage detail review */
body[data-route=""] .hero { border-bottom: 10px solid var(--plum); }
body[data-route=""] .intro .about-image img { object-position: right center; }

body[data-route=""] .services { padding-block: clamp(82px, 7vw, 112px); }
body[data-route=""] .services .section-heading { margin-bottom: 38px; padding-bottom: 30px; }

body[data-route=""] .numbers { padding-block: clamp(78px, 6.5vw, 105px); }
body[data-route=""] .numbers__grid { margin-top: 46px; }
body[data-route=""] .numbers__grid div,
body[data-route=""] .numbers__grid div:not(:first-child) { padding-block: 34px; }

body[data-route=""] .brand-strip { padding: 0; border: 0; }

@media (max-width: 1180px) {
  body[data-route=""] .brand-strip div { flex-basis: calc((100% - 80px) / 6); }
}

@media (max-width: 920px) {
  body[data-route=""] .brand-strip div { flex-basis: calc((100% - 48px) / 4); }
  .motion-toggle--brands { position: static; margin-top: 18px; }
}

@media (max-width: 620px) {
  body[data-route=""] .brand-strip { gap: 14px; }
  body[data-route=""] .brand-strip div { flex-basis: calc((100% - 14px) / 2); min-width: 0; }
}

body[data-route=""] .testimonials { min-height: 0; padding-block: clamp(82px, 7vw, 110px); }
body[data-route=""] .testimonial-stage { margin-top: 48px; }
body[data-route=""] .testimonial-grid { min-height: 330px; }
body[data-route=""] .review-slide p { font-size: clamp(1.18rem, 1.55vw, 1.55rem); }
body[data-route=""] .review-badge { display: none; }

@media (max-width: 620px) {
  body[data-route=""] .services { padding-block: 72px; }
  body[data-route=""] .services .section-heading { margin-bottom: 32px; padding-bottom: 24px; }
  body[data-route=""] .numbers { padding-block: 72px; }
  body[data-route=""] .numbers__grid { margin-top: 36px; }
  body[data-route=""] .testimonials { min-height: 0; padding-block: 78px; }
  body[data-route=""] .testimonial-stage { margin-top: 42px; }
  body[data-route=""] .testimonial-grid { min-height: 470px; }
}

/* Internal page system — follows the approved homepage visual language */
body:not([data-route=""]) .hero { min-height: min(850px, 100svh); border-bottom: 10px solid var(--plum); }
body:not([data-route=""]) .hero__content { align-items: center; padding-block: 185px 92px; }
body:not([data-route=""]) .hero__copy { width: min(76%, 1040px); }
body:not([data-route=""]) .hero__copy h1 { max-width: 13ch; font-size: clamp(3.5rem, 6.1vw, 6.4rem); line-height: .98; }
body:not([data-route=""]) .hero__copy p { max-width: 64ch; }
body:not([data-route=""]) .nav-dropdown.is-current > button { background: var(--plum); color: var(--white); box-shadow: 0 8px 20px rgba(92,35,87,.22); }
body:not([data-route=""]) .nav-dropdown__menu a[aria-current="page"] { color: var(--plum); font-weight: 800; }

body:not([data-route=""]) .detail { position: relative; overflow: hidden; padding-block: 0; background: var(--paper); }
body:not([data-route=""]) .detail::after { position: absolute; z-index: 0; right: -14vw; bottom: -25vw; width: 52vw; height: 52vw; content: ""; border: 1px solid rgba(92,35,87,.1); border-radius: 50%; pointer-events: none; }
body:not([data-route=""]) .detail::after { display: none; }
body:not([data-route=""]) .detail > .wrap { width: 100%; max-width: none; }
body:not([data-route=""]) .detail__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 0; }
body:not([data-route=""]) .detail__visual { z-index: 1; min-height: 760px; overflow: hidden; }
body:not([data-route=""]) .detail__visual > img { width: 100%; height: 100%; min-height: 0; border-radius: 0; object-fit: cover; }
body:not([data-route=""]) .detail__visual { padding: 0; background: var(--paper); }
body:not([data-route=""]) .detail__visual > img { border: 50px solid var(--white); outline: 1px solid rgba(85,46,87,.12); outline-offset: -1px; }
body:not([data-route=""]) .years--floating { right: 0; bottom: 0; width: 230px; padding: 30px; border-radius: 0; background: var(--plum); color: var(--white); box-shadow: none; }
body:not([data-route=""]) .years--floating strong { color: var(--amber); }
body:not([data-route=""]) .detail__copy { position: relative; z-index: 1; align-self: center; max-width: 820px; padding: clamp(62px, 6.5vw, 112px); }
body:not([data-route=""]) .detail__copy h2 { max-width: none; margin-bottom: 30px; font-size: clamp(2.65rem, 3.35vw, 3.9rem); line-height: 1.02; }
body:not([data-route=""]) .detail__copy h3 { margin: 0 0 22px; color: var(--plum); font-size: clamp(1.35rem, 2vw, 1.9rem); }
body:not([data-route=""]) .detail__copy p { padding-bottom: 20px; border-bottom: 1px solid var(--line); line-height: 1.7; }
body:not([data-route=""]) .detail__copy .tick-list { gap: 0; margin-block: 24px 38px; }
body:not([data-route=""]) .detail__copy .tick-list li { padding: 12px 16px 12px 27px; border-bottom: 1px solid var(--line); }
body:not([data-route=""]) .detail__copy .tick-list li::before { top: 1rem; width: auto; height: auto; border-radius: 0; background: none; color: var(--plum); }

body:not([data-route=""]) .support { position: relative; overflow: hidden; padding-block: 0; background: var(--plum); }
body:not([data-route=""]) .support::before { position: absolute; top: -32vw; right: -18vw; width: 58vw; height: 58vw; content: ""; border: 1px solid rgba(216,197,121,.13); border-radius: 50%; pointer-events: none; }
body:not([data-route=""]) .support > .wrap { width: 100%; max-width: none; }
body:not([data-route=""]) .support__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 0; }
body:not([data-route=""]) .support__title { order: 2; display: flex; min-height: 690px; flex-direction: column; align-items: center; justify-content: center; padding: clamp(58px, 6.5vw, 108px); border-radius: 0; }
body:not([data-route=""]) .support__title::after { background: rgba(24,13,21,.72); }
body:not([data-route=""]) .support__title h2 { width: 100%; max-width: 11ch; margin-bottom: 0; text-align: left; font-size: clamp(3rem, 4.5vw, 5.2rem); line-height: .98; }
body:not([data-route=""]) .support__grid > div:last-child { position: relative; z-index: 1; order: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 120px); }
body:not([data-route=""]) .support__grid > div:last-child p { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); line-height: 1.7; }
body:not([data-route=""]) .support__grid .button { align-self: flex-start; margin-top: 16px; }

body:not([data-route=""]) .enquiry { padding-block: clamp(90px, 8vw, 125px); background: var(--plum-deep); }
body:not([data-route=""]) .enquiry__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body:not([data-route=""]) .enquiry__intro h2 { max-width: 14ch; font-size: clamp(2.55rem, 3.5vw, 4rem); line-height: 1.06; }
body:not([data-route=""]) .enquiry-form { padding: clamp(30px, 3vw, 46px); border-radius: 0; background: rgba(255,255,255,.045); }
body:not([data-route=""]) input,
body:not([data-route=""]) textarea { border-radius: 1px; background: rgba(255,255,255,.055); }

body:not([data-route=""]):not([data-route="contact-us"]) .enquiry { padding-block: clamp(64px, 5vw, 82px); }
body:not([data-route=""]):not([data-route="contact-us"]) .enquiry-form { align-self: stretch; padding: clamp(28px, 2.5vw, 40px); }

body[data-route="contact-us"] .contact-enquiry-anchor { scroll-margin-top: 120px; }
body[data-route="contact-us"] .enquiry { background: var(--cream); color: var(--ink); }
body[data-route="contact-us"] .enquiry__intro > p { color: var(--muted); }
body[data-route="contact-us"] .enquiry__contact { border-top-color: var(--line); color: var(--muted); }
body[data-route="contact-us"] .enquiry__contact a { color: var(--plum); }
body[data-route="contact-us"] .enquiry-form { align-self: stretch; border-color: rgba(85,46,87,.2); background: var(--plum-deep); color: var(--white); }
body[data-route="contact-us"] .contact-summary { padding-block: clamp(60px, 5vw, 78px); background: var(--paper); }
body[data-route="contact-us"] .contact-summary__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 0; }
body[data-route="contact-us"] .contact-summary__grid > div:first-child { padding-right: 100px; }
body[data-route="contact-us"] .contact-summary h2 { max-width: 10ch; margin: 0; font-size: clamp(3rem, 4.8vw, 5.4rem); line-height: .98; }
body[data-route="contact-us"] .contact-summary__copy p { max-width: 60ch; margin: 0; padding: 0 0 20px; border-bottom: 1px solid var(--line); color: var(--muted); }
body[data-route="contact-us"] .contact-summary__copy p + p { padding-top: 20px; }
body[data-route="contact-us"] .contact-summary__copy .button { margin-top: 28px; }

@media (max-width: 920px) {
  body:not([data-route=""]) .nav-dropdown.is-current > button { background: transparent; color: var(--amber); box-shadow: none; }
  body:not([data-route=""]) .hero__copy { width: 90%; }
  body:not([data-route=""]) .detail__grid,
  body:not([data-route=""]) .support__grid,
  body[data-route="contact-us"] .contact-summary__grid,
  body:not([data-route=""]) .enquiry__grid { grid-template-columns: 1fr; }
  body:not([data-route=""]) .detail__visual { min-height: 600px; }
  body:not([data-route=""]) .detail__copy { max-width: none; padding: 80px 38px 100px; }
  body:not([data-route=""]) .support__title { min-height: 580px; }
  body:not([data-route=""]) .support__title,
  body:not([data-route=""]) .support__grid > div:last-child { order: initial; }
  body:not([data-route=""]) .support__grid > div:last-child { padding: 80px 38px; }
  body[data-route="contact-us"] .contact-summary__grid { gap: 48px; }
  body[data-route="contact-us"] .contact-summary__grid > div:first-child { padding-right: 0; }
}

@media (max-width: 620px) {
  body:not([data-route=""]) .hero { min-height: 720px; }
  body:not([data-route=""]) .hero__content { align-items: flex-end; padding: 145px 0 72px; }
  body:not([data-route=""]) .hero__copy { width: 100%; }
  body:not([data-route=""]) .hero__copy h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  body:not([data-route=""]) .detail__visual { display: none; }
  body:not([data-route=""]) .years--floating { width: 175px; padding: 22px; }
  body:not([data-route=""]) .detail__copy,
  body:not([data-route=""]) .support__grid > div:last-child { padding: 72px 22px 88px; }
  body:not([data-route=""]) .detail__copy h2 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  body:not([data-route=""]) .detail__copy .columns { grid-template-columns: 1fr; }
  body:not([data-route=""]) .support__title { min-height: 500px; padding: 64px 22px; }
  body:not([data-route=""]) .support__title h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  body:not([data-route=""]) .enquiry { padding-block: 78px; }
  body:not([data-route=""]) .enquiry__intro h2 { max-width: none; font-size: clamp(2.35rem, 10vw, 3.15rem); }
}

/* Launch utility pages and optional embeds */
.utility-page { min-height: 65vh; padding-top: 170px; background: var(--cream); }
.utility-page__inner { max-width: 850px; }
.utility-page h1 { color: var(--plum); font-size: clamp(2.6rem, 6vw, 4.5rem); }
.utility-page h2 { margin-top: 34px; font-size: 1.5rem; }
.utility-page .hero__actions { margin-top: 36px; }
.utility-page .text-link { color: var(--plum); }
.utility-page .text-link:hover { color: var(--plum-deep); }
.footer__policies { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 16px; font-size: .8rem; }
.footer__policies button { padding: 0; border: 0; background: none; color: inherit; text-decoration: underline; cursor: pointer; }
.enquiry__map[data-cookie-embed] { position: relative; }
.enquiry__map iframe:not([src]) { visibility: hidden; }
.cookie-embed-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 20px; background: var(--cream); color: var(--ink); text-align: center; font-size: .9rem; }
.cookie-embed-placeholder p { margin: 0; }
.cookie-embed-placeholder button { padding: 9px 16px; border: 1px solid var(--plum); border-radius: 5px; background: var(--plum); color: white; cursor: pointer; }
.cookie-panel { position: fixed; z-index: 100; right: 24px; bottom: 24px; width: min(520px, calc(100% - 48px)); max-height: calc(100dvh - 48px); overflow-y: auto; padding: 26px; border: 2px solid var(--amber); border-radius: 16px; background: var(--cream); color: var(--ink); box-shadow: 0 20px 60px #24131f55; }
.cookie-panel h2 { font-size: 1.4rem; }
.cookie-panel p { font-size: .95rem; line-height: 1.5; }
.cookie-panel__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-panel__actions button { flex: 1 1 200px; min-height: 44px; padding: 10px; border: 1px solid var(--plum); border-radius: 7px; background: var(--plum); color: white; font-size: .86rem; font-weight: 700; cursor: pointer; }
.cookie-panel[hidden], .cookie-panel [hidden], .cookie-embed-placeholder[hidden] { display: none; }
@media (max-width: 620px) {
  .cookie-panel { right: 15px; bottom: 15px; width: calc(100% - 30px); padding: 20px; }
  .utility-page { padding-top: 130px; }
}

/* Responsive navigation */
@media (max-width: 920px) {
  body::before {
    position: fixed;
    z-index: 49;
    inset: 0;
    visibility: hidden;
    content: "";
    opacity: 0;
    background: rgba(24, 12, 22, .42);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: visibility 0s linear .38s, opacity .3s ease;
  }

  body.nav-open::before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  body.nav-open .header__inner {
    border-color: rgba(255,255,255,.92);
    background: rgba(251,250,247,.9);
    box-shadow: 0 22px 60px rgba(28,15,24,.25), inset 0 1px 0 var(--white);
  }

  .menu-toggle {
    position: relative;
    overflow: hidden;
    gap: 5px;
    border: 1px solid rgba(92,35,87,.1);
    background: var(--amber);
    box-shadow: 0 8px 24px rgba(92,35,87,.14);
    transition: transform .35s cubic-bezier(.22,1,.36,1), background .25s ease, box-shadow .25s ease;
  }

  .menu-toggle::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.34), transparent 58%);
    transition: opacity .25s ease;
  }

  .menu-toggle:hover::before,
  .menu-toggle:focus-visible::before { opacity: 1; }
  .menu-toggle[aria-expanded="true"] { transform: rotate(90deg); background: #e2cd78; box-shadow: 0 10px 28px rgba(92,35,87,.2); }
  .menu-toggle > span:not(.sr-only) { position: relative; z-index: 1; border-radius: 99px; transition: transform .35s cubic-bezier(.22,1,.36,1), opacity .2s ease, width .25s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { width: 24px; transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: scaleX(0); opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { width: 24px; transform: translateY(-7px) rotate(-45deg); }

  .site-nav {
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    width: min(100%, 520px);
    height: auto;
    max-height: calc(100dvh - 112px);
    gap: 7px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px;
    visibility: hidden;
    clip-path: none;
    transform: translateY(-14px) scale(.965);
    transform-origin: top right;
    opacity: 0;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(251,250,247,.97), rgba(243,240,234,.94));
    box-shadow: 0 30px 80px rgba(27,11,24,.32), inset 0 1px 0 rgba(255,255,255,.95);
    -webkit-backdrop-filter: blur(28px) saturate(150%);
    backdrop-filter: blur(28px) saturate(150%);
    transition: visibility 0s linear .38s, opacity .25s ease, transform .4s cubic-bezier(.22,1,.36,1);
  }

  .site-nav.is-open {
    visibility: visible;
    clip-path: none;
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .site-nav > a,
  .site-nav > .nav-dropdown {
    width: 100%;
    transform: translateY(12px);
    opacity: 0;
    transition: transform .36s cubic-bezier(.22,1,.36,1), opacity .25s ease;
  }

  .site-nav.is-open > a,
  .site-nav.is-open > .nav-dropdown { transform: translateY(0); opacity: 1; }
  .site-nav.is-open > :nth-child(1) { transition-delay: .07s; }
  .site-nav.is-open > :nth-child(2) { transition-delay: .11s; }
  .site-nav.is-open > :nth-child(3) { transition-delay: .15s; }
  .site-nav.is-open > :nth-child(4) { transition-delay: .19s; }
  .site-nav.is-open > :nth-child(5) { transition-delay: .23s; }
  .site-nav.is-open > :nth-child(6) { transition-delay: .27s; }

  .site-nav > a,
  .site-nav > .nav-dropdown > button {
    min-height: 54px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--ink);
    font-family: var(--display);
    font-size: clamp(1rem, 3.6vw, 1.14rem);
    font-weight: 700;
    letter-spacing: -.025em;
    text-align: left;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
  }

  .site-nav > a { display: flex; justify-content: space-between; width: 100%; border-bottom: 1px solid rgba(36,19,31,.11); }
  .site-nav > a:hover,
  .site-nav > .nav-dropdown > button:hover { transform: translateX(3px); border-color: rgba(92,35,87,.09); background: rgba(92,35,87,.055); color: var(--plum); }
  .site-nav > a[aria-current="page"],
  body:not([data-route=""]) .nav-dropdown.is-current > button { border-color: var(--plum); background: var(--plum); color: var(--white); box-shadow: 0 10px 28px rgba(92,35,87,.2); }

  .nav-dropdown > button { display: flex; justify-content: space-between; width: 100%; }
  .nav-dropdown > button span {
    position: relative;
    flex: 0 0 28px;
    display: grid;
    width: 28px;
    height: 28px;
    margin: 0;
    place-items: center;
    transform: none;
    border: 0;
    border-radius: 50%;
    background: rgba(92,35,87,.09);
    color: var(--plum);
    font-size: 0;
    transition: background .2s ease, color .2s ease;
  }

  .nav-dropdown > button span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: 0;
    content: "";
    transform: translate(-50%, -70%) rotate(45deg);
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transition: transform .25s ease;
  }

  .nav-dropdown.is-open > button span { background: var(--amber); color: var(--plum-deep); }
  .nav-dropdown.is-open > button span::before { transform: translate(-50%, -30%) rotate(225deg); }
  .nav-dropdown:hover button span,
  .nav-dropdown.is-open button span { margin: 0; transform: none; }

  .nav-dropdown__menu {
    position: static;
    display: grid;
    width: auto;
    max-height: 0;
    gap: 3px;
    overflow: hidden;
    padding: 0 8px 0 18px;
    visibility: hidden;
    transform: translateY(-6px);
    opacity: 0;
    border: 0;
    border-left: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: visibility 0s linear .36s, max-height .42s cubic-bezier(.22,1,.36,1), padding .32s ease, opacity .25s ease, transform .35s ease, border-color .25s ease;
  }

  .nav-dropdown.is-open .nav-dropdown__menu {
    display: grid;
    max-height: 230px;
    visibility: visible;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translateY(0);
    opacity: 1;
    border-left-color: var(--amber);
    transition-delay: 0s;
  }

  .nav-dropdown__menu a {
    padding: 10px 12px;
    border: 0;
    border-radius: 9px;
    color: var(--muted);
    font-size: .94rem;
    font-weight: 650;
  }

  .nav-dropdown__menu a:hover,
  .nav-dropdown__menu a[aria-current="page"] { background: rgba(92,35,87,.07); color: var(--plum); }

  .site-nav > a[href="/contact-us/"] {
    justify-content: center;
    margin: 7px 0 0;
    padding: 15px 20px;
    border: 1px solid #c5ae56;
    border-radius: 12px;
    background: var(--amber);
    color: var(--plum-deep);
    box-shadow: 0 10px 24px rgba(92,35,87,.12);
  }

  .site-nav > a[href="/contact-us/"]:hover { transform: translateY(-2px); background: #e3ce78; color: var(--plum-deep); }
}

@media (max-width: 620px) {
  .site-nav { right: 0; left: 0; width: auto; max-height: calc(100dvh - 98px); padding: 14px; border-radius: 16px; }
  .site-nav > a,
  .site-nav > .nav-dropdown > button { min-height: 51px; padding: 12px 14px; }
  .nav-dropdown__menu a { padding-block: 9px; }
}
