:root {
  --ink: #403b34;
  --paper: #f4f0e8;
  --sand: #d9c69a;
  --line: rgba(36, 37, 37, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.external-arrow, .down-arrow { display: inline-block; flex: 0 0 auto; width: 1rem; height: 1rem; overflow: visible; vertical-align: -.14em; }
.external-arrow path, .down-arrow path { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }

.topbar { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(10px); background: linear-gradient(to bottom, rgba(20,20,18,.35), transparent); }
.brand img { display: block; width: 230px; filter: invert(1); }
nav { display: flex; align-items: center; gap: 32px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-info { padding: 13px 0 10px; border-bottom: 1px solid rgba(255,255,255,.6); }
.nav-info:hover { border-bottom-color: white; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.7); transition: .2s ease; }
.nav-cta:hover { color: var(--ink); background: white; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #2e2a25; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 42%; }
.hero-shade { background: linear-gradient(90deg, rgba(24,22,17,.72) 0%, rgba(24,22,17,.3) 54%, rgba(24,22,17,.08) 100%), linear-gradient(0deg, rgba(15,15,13,.48), transparent 50%); }
.hero-copy { position: relative; z-index: 2; max-width: 800px; padding: 0 5vw 9vh; }
.eyebrow { margin: 0 0 22px; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
h1 { font-size: clamp(4rem, 9vw, 8.5rem); line-height: .84; }
.intro { max-width: 520px; margin: 28px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 225px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.7); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button-light, .button-ghost { color: white; background: transparent; }
.button-light:hover, .button-ghost:hover,
.button-light:focus-visible, .button-ghost:focus-visible { color: var(--ink); background: white; }
.scroll { position: absolute; z-index: 2; right: 4vw; bottom: 4vh; display: flex; gap: 16px; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }

.info { padding: 120px 5vw 130px; }
.info-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: start; padding-bottom: 70px; }
.info-intro h2 { font-size: clamp(3rem, 6.5vw, 6.5rem); line-height: .95; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr 1.55fr; border-top: 1px solid var(--line); }
.info-card { min-height: 250px; padding: 30px 30px 20px 0; border-right: 1px solid var(--line); font-family: Georgia, 'Times New Roman', serif; font-size: 1.18rem; line-height: 1.65; }
.info-card + .info-card { padding-left: 30px; }
.info-card:last-child { border-right: 0; }
.info-card a { display: block; width: fit-content; border-bottom: 1px solid transparent; }
.info-card a:hover { border-bottom-color: currentColor; }
.contact-links { display: grid; gap: 7px; }
.label { margin: 0 0 35px; font-family: Arial, Helvetica, sans-serif; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 5px 0; }
dt, dd { margin: 0; }
.saturday-current { margin: 13px 0 8px; padding: 17px 0 14px !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.saturday-current dt { display: grid; gap: 1px; }
.saturday-current dt span { font-family: Arial, Helvetica, sans-serif; font-size: .68rem; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.saturday-current dt time { font-weight: 700; }
.saturday-current dd { align-self: end; font-weight: 700; text-align: right; }
.saturday-current.is-open dd::before { content: "·"; margin-right: 7px; color: var(--sand); }
.saturday-note { margin: 13px 0 0; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; line-height: 1.45; }

.story { padding: 0 5vw 125px; }
.story-image-wrap { aspect-ratio: 2 / 1; overflow: hidden; background: #e8e3da; }
.story-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-grid { display: grid; grid-template-columns: minmax(280px, .88fr) minmax(0, 1.32fr); gap: clamp(55px, 9vw, 150px); padding-top: 70px; }
.story-heading h2 { max-width: 650px; font-size: clamp(3rem, 5.6vw, 5.7rem); line-height: .96; }
.story-copy { max-width: 790px; padding-top: 34px; }
.story-copy > p { margin: 0 0 24px; font-size: 1.05rem; line-height: 1.75; }
.story-copy > p:first-child { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.55; }
.story-copy > p strong { font-weight: 400; }
.story-history { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-history span { display: grid; gap: 7px; padding: 20px 18px 21px 0; font-family: Georgia, 'Times New Roman', serif; font-size: .95rem; line-height: 1.35; }
.story-history span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.story-history strong { font-family: Arial, Helvetica, sans-serif; font-size: .66rem; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; }

.expertise { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.35fr); gap: clamp(55px, 9vw, 150px); padding: 105px 5vw 115px; color: white; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.18); }
.expertise-heading h2 { max-width: 580px; font-size: clamp(3rem, 5.6vw, 5.7rem); line-height: .96; }
.expertise-copy { max-width: 760px; padding-top: 35px; }
.expertise-lead { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.5; }
.expertise-lead strong { font-weight: 400; color: var(--sand); }
.expertise-statement { margin: 68px 0 25px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,.2); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.15; }
.product-brands { display: flex; flex-wrap: wrap; gap: 10px; }
.product-brands span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.3); font-size: .68rem; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.expertise-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.expertise-link:hover { border-bottom-color: white; }

.service-teaser { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); min-height: 720px; background: var(--paper); }
.service-teaser-copy { align-self: center; max-width: 880px; padding: 105px clamp(55px, 7vw, 120px) 105px 5vw; }
.service-teaser-copy h2 { max-width: 760px; font-size: clamp(3.2rem, 6.4vw, 6.5rem); line-height: .93; }
.service-teaser-copy > p:not(.eyebrow) { max-width: 690px; margin: 38px 0 0; font-size: 1.08rem; line-height: 1.75; }
.service-teaser-copy strong { font-weight: 600; }
.service-teaser-image-wrap { min-height: 650px; overflow: hidden; background: #ddd6ca; }
.service-teaser-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.dark-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.dark-link:hover { opacity: .65; }

.social { padding: 110px 5vw; color: white; background: var(--ink); }
.instagram-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(8px, 1.25vw, 22px); margin: 0 0 70px; }
.instagram-gallery a { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 5; overflow: hidden; background: rgba(255,255,255,.08); }
.instagram-gallery a > span { padding: 20px; font-size: .72rem; line-height: 1.5; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.instagram-gallery img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.instagram-gallery a:hover img { transform: scale(1.035); opacity: .86; }
.instagram-link { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 25px; padding: 38px 0 18px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.instagram-link span { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 5vw, 5.2rem); line-height: 1; }
.instagram-link strong { font-size: .85rem; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
.instagram-link .external-arrow { width: 1.55rem; height: 1.55rem; }

.reviews { margin-top: 105px; padding-top: 70px; border-top: 1px solid rgba(255,255,255,.25); }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.reviews-heading h2 { max-width: 800px; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; }
.rating { display: flex; align-items: flex-end; gap: 18px; padding: 0 0 8px; }
.rating-value { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(4.5rem, 8vw, 7.5rem); line-height: .75; }
.rating-details { display: grid; gap: 6px; padding-bottom: 2px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.rating-stars, .review-stars { color: var(--sand); letter-spacing: .15em; }
.rating-stars { font-size: 1rem; }
.review-marquee { overflow: hidden; margin: 55px -5vw 0; -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent); mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent); }
.review-track { display: flex; width: max-content; animation: review-scroll 40s linear infinite; }
.review-set { display: flex; flex-shrink: 0; gap: 18px; padding-right: 18px; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; width: min(390px, 78vw); min-height: 205px; padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.045); }
.review-card p { margin: 22px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; line-height: 1.25; }
.review-card small { font-size: .65rem; line-height: 1.45; letter-spacing: .11em; text-transform: uppercase; opacity: .72; }
.review-marquee:hover .review-track, .review-marquee:focus-within .review-track { animation-play-state: paused; }

@keyframes review-scroll {
  to { transform: translateX(-50%); }
}

footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 70px 5vw 35px; background: var(--paper); }
footer img { width: min(390px, 45vw); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .legal-footer a { border-bottom: 1px solid transparent; }
.footer-links a:hover, .legal-footer a:hover { border-bottom-color: currentColor; }

.legal-body { background: var(--paper); }
.legal-topbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 5vw; border-bottom: 1px solid var(--line); }
.legal-topbar .brand img { width: min(230px, 52vw); }
.back-link { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-page { width: min(860px, 90vw); margin: 0 auto; padding: 100px 0 120px; }
.legal-page > h1 { margin-bottom: 75px; font-size: clamp(4rem, 9vw, 7.5rem); line-height: .9; }
.legal-page section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin-bottom: 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.55rem, 3vw, 2.15rem); letter-spacing: -.025em; }
.legal-page p, .legal-page li { font-size: 1rem; line-height: 1.7; }
.legal-page p { margin: 0 0 16px; }
.legal-page p:last-child { margin-bottom: 0; }
.legal-page ul { margin: 12px 0 0; padding-left: 20px; }
.legal-page a { text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { display: flex; justify-content: space-between; gap: 25px; padding: 35px 5vw; border-top: 1px solid var(--line); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-footer .footer-links { width: 100%; margin-top: 0; }

.service-body { background: var(--paper); }
.service-topbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 4vw; border-bottom: 1px solid var(--line); background: var(--paper); }
.service-topbar .brand img { display: block; width: 230px; }
.service-nav { display: flex; align-items: center; gap: 28px; }
.service-nav-cta { padding: 0 0 5px; border-bottom: 1px solid rgba(64,59,52,.55); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; transition: .2s ease; }
.service-nav-cta:hover { border-bottom-color: transparent; opacity: .65; }

.service-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); min-height: min(760px, calc(100svh - 92px)); border-bottom: 1px solid var(--line); }
.service-hero-copy { align-self: center; max-width: 980px; padding: 72px clamp(55px, 7vw, 125px) 76px 5vw; }
.service-hero h1 { font-size: clamp(4.6rem, 8.2vw, 8.3rem); line-height: .84; }
.service-tagline { max-width: 700px; margin: 34px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.35; }
.service-summary { max-width: 670px; margin: 25px 0 0; font-size: 1.04rem; line-height: 1.75; }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.service-actions .button { min-width: 235px; }
.service-contact-actions { align-items: center; gap: 22px; }
.service-secondary-link { display: inline-flex; align-items: center; gap: 11px; padding: 8px 0 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.service-secondary-link:hover { border-bottom-color: transparent; opacity: .72; }
.button-dark { color: white; border-color: var(--ink); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { color: var(--ink); background: transparent; }
.button-outline { color: var(--ink); border-color: rgba(64,59,52,.55); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: white; background: var(--ink); }
.service-hero-media { min-height: 680px; overflow: hidden; background: #ded8ce; }
.service-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-hero-media-k-scan img { object-position: 52% 50%; }
.service-hero-media-calligraphy img { object-position: 50% 50%; }
.service-hero-media-colour img { object-position: 52% 42%; }

.service-section { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(55px, 9vw, 150px); padding: 92px 5vw 100px; border-bottom: 1px solid var(--line); }
.service-section h2, .service-process-heading h2 { max-width: 700px; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .96; }
.service-richtext { max-width: 790px; padding-top: 33px; }
.service-richtext > p { margin: 0 0 24px; font-size: 1.05rem; line-height: 1.75; }
.service-richtext .service-lede { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.5; }
.inline-link { border-bottom: 1px solid currentColor; }
.inline-link:hover { opacity: .65; }
.service-list { display: grid; gap: 0; margin: 30px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.service-list li { position: relative; padding: 18px 0 18px 28px; border-bottom: 1px solid var(--line); font-size: 1.03rem; line-height: 1.55; }
.service-list li::before { content: "—"; position: absolute; left: 0; }

.service-process { padding: 100px 5vw 108px; color: white; background: var(--ink); }
.service-process-heading { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(55px, 9vw, 150px); align-items: start; }
.service-process-heading h2 { grid-column: 2; }
.service-process-heading .eyebrow { grid-column: 1; grid-row: 1; }
.service-step-grid, .service-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 85px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.service-step-grid li, .service-feature-grid article { min-height: 275px; padding: 25px 25px 25px 0; }
.service-step-grid li + li, .service-feature-grid article + article { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); }
.service-step-grid span, .service-feature-grid span { color: var(--sand); font-size: .7rem; letter-spacing: .16em; }
.service-step-grid h3, .service-feature-grid h3 { margin: 70px 0 15px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 400; }
.service-step-grid p, .service-feature-grid p { margin: 0; font-size: .95rem; line-height: 1.65; opacity: .82; }
.service-feature-grid { grid-template-columns: repeat(3, 1fr); }

.service-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.service-card { min-height: 220px; padding: 28px; border-top: 1px solid var(--line); }
.service-card:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
.service-card h3 { margin: 0 0 25px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.service-card p { margin: 0; font-size: .98rem; line-height: 1.7; }
.service-note { display: grid; grid-template-columns: minmax(210px, .35fr) minmax(0, 1fr); gap: 45px; padding: 38px 5vw; color: white; background: #746b5f; }
.service-note strong { font-size: .7rem; font-weight: 400; letter-spacing: .17em; text-transform: uppercase; }
.service-note p { max-width: 940px; margin: 0; font-size: .93rem; line-height: 1.65; }

.colour-results { padding: 100px 5vw 108px; border-bottom: 1px solid var(--line); background: #e9e2d6; }
.colour-results-heading { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(55px, 9vw, 150px); align-items: start; }
.colour-results-heading h2 { grid-column: 2; max-width: 720px; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .96; }
.colour-results-heading .eyebrow { grid-column: 1; grid-row: 1; }
.colour-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.6vw, 25px); margin-top: 75px; }
.colour-gallery figure { margin: 0; }
.colour-gallery img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #d8d0c3; }
.colour-gallery figcaption { padding: 16px 2px 0; font-size: .69rem; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }

.service-faq-list { border-top: 1px solid var(--line); }
.service-faq-list article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.service-faq-list h3 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.4rem; font-weight: 400; line-height: 1.3; }
.service-faq-list p { margin: 0; font-size: 1rem; line-height: 1.7; }

.service-cta { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(55px, 9vw, 150px); padding: 100px 5vw 110px; color: white; background: var(--ink); }
.service-cta h2 { max-width: 760px; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .96; }
.service-cta-copy { max-width: 720px; padding-top: 31px; }
.service-cta-copy > p { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.5; }

.info, .story, .expertise, .service-teaser, .social, .service-section, .service-process, .service-note, .colour-results, .service-cta, footer { content-visibility: auto; contain-intrinsic-size: auto 900px; }

@media (max-width: 760px) {
  .topbar { height: 74px; padding: 0 20px; }
  .brand img { width: 172px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 12px; font-size: .65rem; }
  .hero-copy { padding: 0 22px 15vh; }
  .hero-image { object-position: 52% 44%; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .intro { max-width: 90%; font-size: 1.1rem; }
  .actions { display: grid; }
  .button { width: 100%; }
  .scroll { display: none; }
  .info { padding: 85px 22px; }
  .info-intro { display: block; padding-bottom: 45px; }
  .info-intro h2 { font-size: 3.4rem; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card, .info-card + .info-card { min-height: 0; padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story { padding: 0 22px 82px; }
  .story-image-wrap { aspect-ratio: 4 / 3; }
  .story-image { object-position: 58% 50%; }
  .story-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 45px; }
  .story-heading h2 { font-size: 3.35rem; }
  .story-copy { padding-top: 0; }
  .story-copy > p { font-size: 1rem; }
  .story-copy > p:first-child { font-size: 1.25rem; }
  .story-history { grid-template-columns: 1fr; margin-top: 34px; }
  .story-history span, .story-history span + span { padding: 16px 0; border-left: 0; }
  .story-history span + span { border-top: 1px solid var(--line); }
  .expertise { grid-template-columns: 1fr; gap: 28px; padding: 78px 22px 82px; }
  .expertise-heading h2 { font-size: 3.35rem; }
  .expertise-copy { padding-top: 0; }
  .expertise-statement { margin-top: 52px; padding-top: 40px; }
  .service-teaser { grid-template-columns: 1fr; min-height: 0; }
  .service-teaser-copy { padding: 78px 22px 70px; }
  .service-teaser-copy h2 { font-size: 3.55rem; }
  .service-teaser-copy > p:not(.eyebrow) { margin-top: 30px; font-size: 1rem; }
  .service-teaser-image-wrap { min-height: 0; aspect-ratio: 4 / 5; }
  .social { padding: 80px 22px; }
  .instagram-gallery { gap: 6px; margin-bottom: 48px; }
  .instagram-link { grid-template-columns: 1fr auto; }
  .instagram-link span { grid-column: 1 / -1; font-size: 3.3rem; }
  .reviews { margin-top: 75px; padding-top: 50px; }
  .reviews-heading { grid-template-columns: 1fr; gap: 38px; }
  .reviews-heading h2 { font-size: 3.4rem; }
  .rating { justify-content: flex-start; }
  .review-marquee { margin-top: 42px; }
  footer { display: block; padding: 55px 22px 30px; }
  footer img { width: 100%; }
  .footer-links { justify-content: flex-start; margin-top: 35px; }
  .legal-topbar { min-height: 74px; padding: 16px 22px; }
  .back-link { max-width: 100px; text-align: right; }
  .legal-page { width: auto; padding: 70px 22px 90px; }
  .legal-page > h1 { margin-bottom: 50px; font-size: 3.8rem; }
  .service-topbar { min-height: 74px; padding: 15px 22px; }
  .service-topbar .brand img { width: 172px; }
  .service-nav { gap: 0; }
  .service-nav .back-link { display: none; }
  .service-nav-cta { padding: 0 0 4px; font-size: .65rem; }
  .service-hero { grid-template-columns: 1fr; min-height: 0; }
  .service-hero-copy { padding: 62px 22px 58px; }
  .service-hero h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .service-tagline { margin-top: 28px; font-size: 1.4rem; }
  .service-summary { font-size: 1rem; }
  .service-actions { display: grid; }
  .service-actions .button { width: 100%; min-width: 0; }
  .service-contact-actions { gap: 17px; }
  .service-secondary-link { justify-self: start; }
  .service-hero-media { min-height: 0; aspect-ratio: 3 / 4; }
  .service-section { grid-template-columns: 1fr; gap: 30px; padding: 66px 22px 72px; }
  .service-section h2, .service-process-heading h2 { font-size: 3.45rem; }
  .service-richtext { padding-top: 0; }
  .service-richtext > p { font-size: 1rem; }
  .service-process { padding: 70px 22px 76px; }
  .service-process-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-process-heading h2, .service-process-heading .eyebrow { grid-column: 1; grid-row: auto; }
  .service-step-grid, .service-feature-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .service-step-grid li, .service-feature-grid article { min-height: 0; padding: 22px 0 30px; }
  .service-step-grid li + li, .service-feature-grid article + article { padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .service-step-grid h3, .service-feature-grid h3 { margin-top: 35px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(odd) { min-height: 0; padding: 25px 0; border-right: 0; }
  .service-note { grid-template-columns: 1fr; gap: 15px; padding: 32px 22px; }
  .colour-results { padding: 70px 22px 76px; }
  .colour-results-heading { grid-template-columns: 1fr; gap: 18px; }
  .colour-results-heading h2, .colour-results-heading .eyebrow { grid-column: 1; grid-row: auto; }
  .colour-results-heading h2 { font-size: 3.45rem; }
  .colour-gallery { grid-template-columns: 1fr; gap: 38px; margin-top: 52px; }
  .service-cta { grid-template-columns: 1fr; gap: 30px; padding: 72px 22px 80px; }
  .service-cta h2 { font-size: 3.45rem; }
  .service-cta-copy { padding-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .instagram-gallery img { transition: none; }
  .review-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .review-track { animation: none; }
  .review-set[aria-hidden="true"] { display: none; }
}
