@font-face {
  font-family: "Manrope";
  src: url("assets/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --paper: #f8f8f5;
  --white: #fff;
  --ink: #232522;
  --muted: #62655f;
  --line: #d6d8d0;
  --wash: #eeeeea;
  --red: #df4a32;
  --red-dark: #c13a25;
  --dark: #232522;
  --font: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --shell: 1440px;
  --gutter: clamp(1.5rem, 4.2vw, 5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; font-family: var(--font); font-size: 1rem; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
::selection { background: var(--red); color: var(--white); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
button, input, textarea { border-radius: 0; }
h1, h2, h3, p, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3 { font-weight: 500; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
.shell { max-width: var(--shell); padding-inline: var(--gutter); margin-inline: auto; }
.section { padding-block: 7rem; }
.section-kicker, .eyebrow { display: flex; align-items: center; gap: .7rem; font-size: .75rem; font-weight: 650; letter-spacing: .13em; line-height: 1.5; }
.small-square { display: inline-block; width: .45rem; height: .45rem; flex: 0 0 .45rem; background: var(--red); }
h2 { font-size: clamp(2.5rem, 3.8vw, 3.6rem); letter-spacing: -.045em; line-height: 1.16; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-160%); padding: .8rem 1.2rem; color: white; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

/* A simple, confident masthead. */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); }
.header-inner { min-height: 6.1rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: baseline; font-size: 2rem; font-weight: 800; line-height: 1.2; letter-spacing: -.07em; white-space: nowrap; }
.wordmark span { font-weight: 500; }
.wordmark i { height: .4rem; width: .4rem; background: var(--red); margin-left: .24rem; }
.desktop-nav { display: flex; align-items: center; gap: 2.3rem; margin-left: 3rem; }
.desktop-nav a { font-size: .875rem; font-weight: 550; padding-block: .5rem; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--red-dark); border-color: var(--red); }
.header-cta { min-height: 2.8rem; display: inline-flex; align-items: center; gap: 2rem; border-bottom: 1px solid var(--ink); font-size: .875rem; font-weight: 650; transition: color .2s; }
.header-cta:hover { color: var(--red-dark); }
.arrow { font-family: Arial, sans-serif; font-size: 1.5rem; font-weight: 400; line-height: 1; display: inline-block; transition: transform .25s; }
.header-cta:hover .arrow, .button:hover .arrow { transform: translate(2px, -2px); }
.menu-toggle { display: none; }

/* The opening is the visual idea as well as the proposition. */
.hero { display: grid; grid-template-columns: 1.06fr 1fr; column-gap: 3rem; padding-top: 1.6rem; padding-bottom: 4rem; align-items: stretch; }
.hero-copy { padding-top: 2.2rem; display: flex; flex-direction: column; align-items: flex-start; }
.hero h1 { font-size: clamp(3.8rem, 6.4vw, 6rem); line-height: 1.045; letter-spacing: -.064em; margin-top: 1.65rem; font-weight: 500; }
.hero h1 > span { color: var(--red); }
.hero-description { max-width: 27.5rem; color: var(--muted); font-size: 1.0625rem; line-height: 1.75; margin-top: 1.7rem; }
.hero-actions { display: flex; gap: 1.8rem; flex-wrap: wrap; align-items: center; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 3.45rem; gap: 1.75rem; padding: .75rem 1.4rem; border: 1px solid transparent; font-size: .875rem; font-weight: 600; line-height: 1.4; transition: background .2s, color .2s, border-color .2s; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--red-dark); }
.text-link { font-size: .875rem; font-weight: 550; display: inline-flex; align-items: center; gap: .9rem; padding-block: .75rem; border-bottom: 1px solid var(--line); transition: border-color .2s; }
.text-link:hover { border-color: var(--ink); }
.text-link span { font-size: 1.2rem; }
.hero-audience { color: var(--muted); font-size: .75rem; letter-spacing: .12em; font-weight: 550; padding-top: 2.4rem; margin-top: auto; }
.hero-figure { position: relative; min-height: 40rem; }
.hero-figure > img { height: 100%; width: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 58%; }
.hero-figure figcaption { display: flex; gap: 1rem; align-items: flex-start; position: absolute; left: -1.35rem; bottom: 1.7rem; background: var(--paper); padding: 1.05rem 1.4rem; font-size: .8125rem; font-weight: 550; line-height: 1.5; }
.figure-index { color: var(--red-dark); font-size: .75rem; font-weight: 650; padding-top: .1rem; }
.principles { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.principles p { display: flex; align-items: center; gap: 1.1rem; border-top: 1px solid var(--line); padding-block: 1.6rem; font-size: .875rem; font-weight: 500; }
.principles p:nth-child(2) { justify-content: center; }
.principles p:nth-child(3) { justify-content: flex-end; }
.principles p span { font-size: .75rem; color: var(--red-dark); }

/* Give the buyer a recognizable place in the story. */
.audience { padding-top: 6.5rem; }
.audience-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 1.6rem; align-items: start; }
.audience-intro > p { max-width: 31rem; font-size: 1.0625rem; color: var(--muted); padding-top: .2rem; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3.5rem; margin-top: 3.2rem; }
.audience-grid article { border-top: 1px solid var(--line); padding-top: 1.3rem; }
.mini-index { font-size: .75rem; color: var(--red-dark); }
.audience-grid h3 { font-size: 1.375rem; line-height: 1.4; letter-spacing: -.025em; margin-top: 1rem; }
.audience-grid p { font-size: 1rem; color: var(--muted); max-width: 20.5rem; margin-top: .9rem; }

/* Editorial service rows: clear scope, with useful detail on demand. */
.work { background: var(--wash); }
.work-layout { display: grid; grid-template-columns: .87fr 1.2fr; gap: 5rem; }
.work-intro h2 { margin-top: 1.5rem; }
.work-intro > p:not(.section-kicker) { max-width: 22rem; color: var(--muted); margin-top: 1.6rem; font-size: 1rem; }
.work-note { display: block; font-size: .75rem; letter-spacing: .11em; color: var(--muted); margin-top: 3rem; }
.service { border-top: 1px solid #cbd0c6; padding-block: 1.6rem; }
.service:last-child { border-bottom: 1px solid #cbd0c6; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.service summary { display: grid; grid-template-columns: 1.9rem 1fr 1.5rem; gap: .9rem; align-items: start; }
.service-index { font-size: .75rem; color: var(--red-dark); padding-top: .45rem; font-weight: 600; }
.service h3 { font-size: 1.375rem; line-height: 1.4; letter-spacing: -.025em; transition: color .2s; }
.service summary:hover h3 { color: var(--red-dark); }
.service summary p { color: var(--muted); font-size: 1rem; margin-top: .65rem; line-height: 1.7; padding-right: .4rem; }
.plus { position: relative; display: block; width: 1.4rem; height: 1.4rem; margin-top: .25rem; flex: 0 0 1.4rem; }
.plus:before, .plus:after { content: ""; width: .85rem; height: 1px; background: currentColor; position: absolute; top: .65rem; left: .275rem; transition: transform .2s; }
.plus:after { transform: rotate(90deg); }
details[open] > summary .plus:after { transform: rotate(0); }
details[open] > summary .plus { color: var(--red-dark); }
.service-content { margin-left: 2.8rem; margin-right: 2.4rem; padding-top: 1rem; }
.service-content ul { list-style: none; display: grid; gap: .6rem; }
.service-content li { position: relative; padding-left: 1rem; font-size: .875rem; color: #4d5549; }
.service-content li:before { content: ""; position: absolute; left: 0; top: .72em; width: .3rem; height: .3rem; background: var(--red-dark); }

/* A change in pace and scale for the commercial model. */
.approach { color: var(--paper); background: var(--dark); padding-top: 5.6rem; padding-bottom: 3.2rem; }
.approach-top { display: flex; align-items: start; justify-content: space-between; gap: 2rem; }
.approach-top .section-kicker { color: #c5c9c0; }
.approach-caption { font-size: .8125rem; line-height: 1.5; color: #b6bdb1; text-align: right; }
.approach-heading { display: grid; grid-template-columns: 1.6fr 1fr; gap: 5rem; align-items: end; margin-top: 3.6rem; }
.approach-heading h2 { font-size: clamp(3rem, 5.1vw, 5rem); letter-spacing: -.05em; line-height: 1.12; }
.approach-heading h2 span { color: #f07559; }
.approach-heading > p { font-size: 1.0625rem; line-height: 1.8; color: #c2c8bc; padding-bottom: .3rem; max-width: 25rem; }
.steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; list-style: none; margin-top: 4.5rem; }
.steps li { border-top: 1px solid #55594f; padding-top: 1.3rem; }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step-top > span:first-child { font-size: 2.25rem; font-weight: 400; letter-spacing: -.06em; line-height: 1.2; color: #ef795d; }
.step-word { font-size: .75rem; letter-spacing: .12em; color: #b6bdb1; }
.steps h3 { font-size: 1.7rem; line-height: 1.35; letter-spacing: -.025em; margin-top: 2rem; }
.steps p { font-size: 1rem; line-height: 1.8; color: #bfc6b9; margin-top: 1.2rem; max-width: 22rem; }
.approach-bottom { display: flex; justify-content: space-between; gap: 2rem; align-items: center; border-top: 1px solid #55594f; padding-top: 1.7rem; margin-top: 3.4rem; }
.approach-bottom p { font-size: .8125rem; color: #c1c7bc; }
.light-link { font-size: .875rem; border-bottom: 1px solid #777f6f; padding-bottom: .4rem; display: flex; gap: 1rem; white-space: nowrap; }
.light-link:hover { color: #f07559; }
.approach :focus-visible { outline-color: #ff937a; }

/* Qualification has substance; no decorative performance numbers. */
.quality { padding-block: 7.5rem; }
.quality-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; margin-top: 1.7rem; }
.quality h2 { font-size: clamp(2.5rem, 4.4vw, 4rem); line-height: 1.2; }
.quality h2 > span { color: var(--red-dark); }
.quality-detail > p { font-size: 1.0625rem; color: var(--muted); max-width: 25rem; }
.criteria { margin-top: 1.7rem; margin-bottom: 0; }
.criteria > div { border-top: 1px solid var(--line); padding-block: 1rem; }
.criteria dt { font-size: 1.125rem; font-weight: 550; }
.criteria dt span { color: var(--red-dark); font-size: .75rem; font-weight: 500; margin-right: 1.1rem; }
.criteria dd { font-size: 1rem; color: var(--muted); margin: .2rem 0 0 2.2rem; }

/* Quiet, approachable answers. */
.questions { border-top: 1px solid var(--line); padding-top: 6rem; padding-bottom: 6rem; }
.questions-layout { display: grid; grid-template-columns: .87fr 1.2fr; gap: 5rem; }
.questions h2 { margin-top: 1.5rem; font-size: clamp(2.35rem, 3.5vw, 3.25rem); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding-block: 1.4rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 1.4rem; }
.faq-list h3 { font-size: 1.0625rem; line-height: 1.6; font-weight: 550; }
.faq-list summary:hover { color: var(--red-dark); }
.faq-list details > p { color: var(--muted); font-size: 1rem; padding: 0 2.7rem 1.7rem 0; line-height: 1.8; }

/* An unmistakable closing invitation. */
.contact { background: #ed644b; padding-top: 4.7rem; padding-bottom: 4.3rem; }
.contact .small-square { background: var(--ink); }
.contact-layout { display: flex; gap: 3rem; align-items: center; justify-content: space-between; margin-top: 2.7rem; }
.contact h2 { font-size: clamp(3rem, 5.6vw, 5.4rem); letter-spacing: -.055em; line-height: 1.16; }
.contact-circle { width: 8rem; height: 8rem; border: 1px solid var(--ink); border-radius: 50%; display: flex; justify-content: center; align-items: center; flex: 0 0 8rem; transition: color .25s, background .25s, transform .25s; margin-right: 1rem; }
.contact-circle > span { font-family: Arial, sans-serif; font-size: 4.5rem; line-height: 1; transform: translateY(-.15rem); }
.contact-circle:hover { background: var(--ink); color: var(--paper); transform: rotate(6deg); }
.contact-bottom { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-top: 2.1rem; }
.contact-bottom > p { font-size: 1.0625rem; max-width: 32rem; }
.contact-text-link { display: inline-flex; justify-content: space-between; gap: 3rem; min-width: 16rem; font-size: 1rem; font-weight: 600; border-bottom: 1px solid var(--ink); padding-block: .6rem; }
.contact-text-link > span { font-size: 1.4rem; line-height: 1; }
.contact :focus-visible { outline-color: var(--ink); }
.site-footer { padding-block: 3.5rem 1.5rem; background: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: start; }
.footer-top .wordmark { font-size: 3rem; }
.footer-top .wordmark i { width: .6rem; height: .6rem; margin-left: .4rem; }
.footer-top > p { color: var(--muted); font-size: .9375rem; line-height: 1.65; padding-top: .25rem; }
.back-top { justify-self: end; font-size: .875rem; display: flex; gap: 1.4rem; padding-block: .35rem; }
.back-top:hover { color: var(--red-dark); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 1.3rem; margin-top: 3rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; color: var(--muted); font-size: .75rem; }
.footer-bottom > :nth-child(2) { letter-spacing: .1em; }
.footer-bottom > :last-child { justify-self: end; }

/* Native dialog retains keyboard focus and Escape behavior. */
.enquiry-dialog { width: min(44rem, calc(100% - 2rem)); max-height: calc(100dvh - 3rem); margin: auto; border: 0; padding: 3rem; color: var(--ink); background: var(--paper); overflow-y: auto; overscroll-behavior: contain; }
.enquiry-dialog::backdrop { background: rgba(21, 24, 20, .67); }
.dialog-close { position: absolute; top: .8rem; right: .8rem; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); }
.dialog-close:hover { background: var(--wash); }
.dialog-close span { font: 400 2rem/1 Arial, sans-serif; }
.enquiry-dialog h2 { margin-top: 1.2rem; font-size: 3.4rem; line-height: 1.1; }
.preview-notice { color: var(--muted); font-size: .875rem; border-left: 2px solid var(--red); padding-left: .8rem; margin-top: 1.5rem; }
#enquiry-form { margin-top: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { display: grid; gap: .45rem; margin-bottom: 1.25rem; }
.form-field label { font-size: .875rem; font-weight: 600; }
.form-field label > span { color: var(--muted); font-size: .75rem; font-weight: 400; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; background: transparent; border: 1px solid #bfc3b9; padding: .75rem .8rem; font-size: 1rem; color: var(--ink); outline-offset: 2px; }
.form-field textarea { resize: vertical; min-height: 6.5rem; max-height: 16rem; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #777d70; opacity: 1; }
.form-submit { width: 100%; }
.enquiry-summary { border-top: 1px solid var(--line); margin-top: 1.6rem; }
.enquiry-summary > div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.enquiry-summary dt { color: var(--muted); font-size: .875rem; }
.enquiry-summary dd { margin: 0; font-size: 1rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.result-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.8rem; }
.plain-button { background: none; border: 0; border-bottom: 1px solid var(--line); padding: .5rem 0; color: var(--ink); font-size: .875rem; }
.copy-status { min-height: 1.6rem; font-size: .875rem; color: var(--muted); margin-top: 1rem; }
.copy-fallback { width: 100%; min-height: 10rem; font-size: .9375rem; padding: .75rem; border: 1px solid var(--line); color: var(--ink); background: white; }

@media (min-width: 1600px) {
  .hero h1 { font-size: 6.2rem; }
  .hero-figure { min-height: 41rem; }
}
@media (max-width: 1150px) {
  .desktop-nav { gap: 1.5rem; margin-left: 0; }
  .hero { column-gap: 2rem; }
  .hero-copy { padding-top: 1.5rem; }
  .hero h1 { font-size: clamp(3.5rem, 6.3vw, 5rem); }
  .hero-figure { min-height: 37rem; }
  .hero-actions { gap: 1rem; }
  .hero-description { font-size: 1rem; }
  .hero-audience { padding-top: 2rem; }
  .work-layout, .questions-layout { gap: 3rem; grid-template-columns: .85fr 1.2fr; }
  .work h2 { font-size: 2.65rem; }
  .quality-layout, .approach-heading { gap: 3rem; }
  .steps { gap: 2rem; }
  .approach-bottom { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
@media (max-width: 900px) {
  :root { --gutter: 2rem; }
  .header-inner { min-height: 5.4rem; gap: 1.5rem; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .45rem; width: 2.75rem; height: 2.75rem; padding: .5rem; border: none; background: transparent; }
  .menu-toggle > span { display: block; width: 1.5rem; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(.256rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-.256rem) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; background: var(--paper); padding: .5rem var(--gutter) 1.5rem; border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px #2325220a; }
  .mobile-nav a { padding: 1rem 0; border-top: 1px solid var(--line); font-size: 1.05rem; }
  .hero { gap: 2rem; grid-template-columns: 1.12fr 1fr; padding-top: .8rem; padding-bottom: 2.5rem; }
  .hero h1 { font-size: clamp(3rem, 6.25vw, 4rem); }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .hero-figure { min-height: 37rem; }
  .hero-figure figcaption { left: -.75rem; bottom: 1.1rem; padding: .9rem; font-size: .75rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .6rem; margin-top: 1.5rem; }
  .hero-audience { font-size: .75rem; letter-spacing: .08em; }
  .principles p { gap: .6rem; font-size: .8125rem; }
  .section { padding-block: 5rem; }
  .audience-intro { gap: 2rem; }
  .audience-grid { gap: 2rem; }
  .audience-grid h3 { font-size: 1.15rem; }
  .work-layout, .questions-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .work-intro > p:not(.section-kicker) { max-width: 30rem; }
  .work-note { display: none; }
  .service summary { grid-template-columns: 2rem 1fr 1.5rem; }
  .service-content { margin-left: 2.9rem; }
  .approach-heading { grid-template-columns: 1fr; gap: 2rem; margin-top: 2.5rem; }
  .approach-heading h2 { font-size: 3.7rem; }
  .approach-heading > p { max-width: 34rem; }
  .steps { gap: 1.6rem; margin-top: 3rem; }
  .steps h3 { font-size: 1.4rem; }
  .step-top > span:first-child { font-size: 1.8rem; }
  .quality-layout { gap: 2.5rem; grid-template-columns: 1.05fr 1fr; }
  .quality h2 { font-size: 2.6rem; }
  .contact h2 { font-size: 3.6rem; }
  .contact-circle { width: 6rem; height: 6rem; flex-basis: 6rem; margin-right: 0; }
  .contact-circle > span { font-size: 3.4rem; }
  .contact-text-link { min-width: 13rem; gap: 1rem; }
}
@media (max-width: 650px) {
  :root { --gutter: 1.5rem; }
  html { scroll-padding-top: 6rem; }
  .header-inner { min-height: 5rem; gap: 1rem; }
  .wordmark { font-size: 1.7rem; }
  .header-cta { gap: .8rem; font-size: .875rem; min-height: 2.75rem; }
  .menu-toggle { margin-right: -.45rem; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-top: .5rem; padding-bottom: 2rem; }
  .hero-copy { padding-top: 1.4rem; }
  .hero h1 { font-size: clamp(3.15rem, 11.8vw, 4.8rem); line-height: 1.08; margin-top: 1.4rem; letter-spacing: -.057em; }
  .hero-description { max-width: 29rem; font-size: 1rem; margin-top: 1.5rem; line-height: 1.8; }
  .hero-actions { flex-direction: row; align-items: center; column-gap: 1.4rem; row-gap: .6rem; margin-top: 1.6rem; }
  .button { min-height: 3.4rem; padding-inline: 1.15rem; gap: 1.5rem; }
  .text-link { font-size: .875rem; gap: .6rem; }
  .hero-audience { padding-top: 1.8rem; font-size: .75rem; }
  .hero-figure { min-height: 0; height: min(112vw, 36rem); }
  .hero-figure > img { object-position: center 65%; }
  .hero-figure figcaption { left: 0; bottom: 1.4rem; padding: .9rem 1.2rem; gap: 1rem; font-size: .8125rem; }
  .principles { grid-template-columns: 1fr; }
  .principles p { padding-block: .9rem; font-size: .875rem; gap: 1rem; }
  .principles p:nth-child(n) { justify-content: flex-start; }
  .principles p span { min-width: 1rem; }
  .principles p:last-child { border-bottom: 1px solid var(--line); }
  .section { padding-block: 4.3rem; }
  h2 { font-size: clamp(2.2rem, 8.1vw, 3rem); }
  .audience-intro { grid-template-columns: 1fr; gap: 1.4rem; margin-top: 1.4rem; }
  .audience-intro > p { font-size: 1rem; }
  .audience-grid { grid-template-columns: 1fr; gap: 1.6rem; margin-top: 2.3rem; }
  .audience-grid article { display: grid; grid-template-columns: 1.7rem 1fr; column-gap: .8rem; padding-top: 1.25rem; }
  .mini-index { padding-top: .2rem; }
  .audience-grid h3 { margin: 0; font-size: 1.2rem; line-height: 1.45; }
  .audience-grid h3 br { display: none; }
  .audience-grid p { grid-column: 2; max-width: 30rem; margin-top: .55rem; }
  .work-layout, .questions-layout { gap: 2.2rem; }
  .work h2 { font-size: 2.5rem; }
  .work-intro > p:not(.section-kicker) { margin-top: 1.3rem; }
  .service { padding-block: 1.45rem; }
  .service summary { grid-template-columns: 1.4rem 1fr 1.2rem; gap: .65rem; }
  .service h3 { font-size: 1.2rem; }
  .service summary p { font-size: 1rem; line-height: 1.8; padding-right: 0; }
  .service-index { padding-top: .3rem; }
  .service-content { margin-left: 2.05rem; margin-right: 1.8rem; padding-top: .8rem; }
  .service-content li { font-size: .875rem; }
  .approach-caption { display: none; }
  .approach-heading { margin-top: 2.1rem; gap: 1.6rem; }
  .approach-heading h2 { font-size: clamp(2.8rem, 10vw, 4rem); }
  .approach-heading > p { font-size: 1rem; }
  .steps { grid-template-columns: 1fr; gap: 2rem; margin-top: 2.6rem; }
  .steps li { display: grid; grid-template-columns: 3rem 1fr; column-gap: .75rem; padding-top: 1.4rem; }
  .step-top { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 1rem; grid-row: span 2; }
  .step-top > span:first-child { font-size: 1.8rem; }
  .step-word { display: none; }
  .steps h3 { margin-top: 0; font-size: 1.35rem; }
  .steps h3 br { display: none; }
  .steps p { margin-top: .7rem; max-width: 30rem; font-size: 1rem; }
  .approach-bottom { margin-top: 2.6rem; padding-top: 1.4rem; gap: 1.2rem; }
  .approach-bottom p { font-size: .875rem; }
  .light-link { white-space: normal; font-size: .875rem; }
  .quality-layout { grid-template-columns: 1fr; gap: 2rem; }
  .quality h2 { font-size: clamp(2.5rem, 8.7vw, 3.5rem); }
  .quality-detail > p { font-size: 1rem; max-width: 30rem; }
  .criteria { margin-top: 1.5rem; }
  .criteria dd { font-size: 1rem; }
  .questions h2 { font-size: 2.35rem; }
  .faq-list summary { padding-block: 1.25rem; gap: 1rem; }
  .faq-list h3 { font-size: 1rem; }
  .faq-list details > p { font-size: 1rem; padding-right: 2rem; }
  .contact-layout { margin-top: 2rem; align-items: start; gap: 1rem; }
  .contact h2 { font-size: clamp(2.7rem, 9.5vw, 3.5rem); }
  .contact h2 br { display: none; }
  .contact-circle { display: none; }
  .contact-bottom { margin-top: 1.6rem; flex-direction: column; align-items: flex-start; gap: 1.3rem; }
  .contact-bottom > p { font-size: 1rem; }
  .desktop-break { display: none; }
  .contact-text-link { width: 100%; padding-block: .8rem; }
  .site-footer { padding-block: 2.5rem 1.3rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .footer-top .wordmark { font-size: 2.6rem; }
  .footer-top > p { font-size: .875rem; }
  .back-top { grid-column: 2; justify-self: start; font-size: .875rem; }
  .footer-bottom { grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 2rem; font-size: .75rem; }
  .footer-bottom > :nth-child(2) { display: none; }
  .enquiry-dialog { width: calc(100% - 1.5rem); padding: 2.5rem 1.4rem 1.4rem; max-height: calc(100dvh - 1.5rem); }
  .enquiry-dialog h2 { font-size: 2.8rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-summary > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 2.9rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  .site-header { position: static; }
  .hero-figure { min-height: 30rem; }
  .menu-toggle, .contact-circle, .back-top, dialog { display: none !important; }
  body { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .section { padding-block: 3rem; }
  a { color: inherit; }
}
