@font-face { font-family: 'Bricolage Grotesque'; src: url('fonts/bricolage-grotesque.woff2') format('woff2'); font-weight: 500 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('fonts/manrope.woff2') format('woff2'); font-weight: 400 700; font-style: normal; font-display: swap; }
:root {
  color-scheme: dark;
  --ink: #141414;
  --yellow: #ffe34a;
  --surface: #20201e;
  --white: #f5f5ef;
  --muted: #b5b5ad;
  --line: #41413c;
  --focus: var(--yellow);
  --display: 'Bricolage Grotesque', Arial, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--white); background: var(--ink); font: 16px/1.65 var(--body); letter-spacing: 0; }
::selection { color: var(--ink); background: var(--yellow); }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 6px; }
svg { width: 22px; height: 22px; stroke-width: 1.7; flex-shrink: 0; }
.wrap { width: min(100%, 1400px); margin-inline: auto; padding-inline: 64px; }
.section { padding-block: 96px; }
.eyebrow { font-size: 12px; line-height: 1.5; font-weight: 700; }
.wordmark { display: inline-flex; align-items: baseline; font-family: var(--display); font-size: 52px; font-weight: 800; line-height: 1; }
.wordmark > span { font-size: 26px; margin-left: 4px; font-weight: 600; }
.wordmark i { font-style: normal; color: var(--yellow); }
.site-header { position: relative; z-index: 10; background: var(--ink); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 40px; }
.header-inner nav { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 14px; font-weight: 600; }
.header-inner nav a { padding-block: 8px; position: relative; }
.header-inner nav a::after { content: ''; height: 2px; background: var(--yellow); position: absolute; bottom: 2px; left: 0; right: 0; transform: scaleX(0); transform-origin: left; transition: transform .18s; }
.header-inner nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 56px; padding: 15px 23px; border: 1px solid var(--yellow); border-radius: 4px; background: var(--yellow); color: var(--ink); font-size: 14px; line-height: 1.4; font-weight: 650; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 #ffe34a40; background: #ffec80; }
.header-contact { min-height: 46px; padding: 11px 17px; gap: 23px; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; background: var(--ink); overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(360px, 1fr); gap: 56px; align-items: center; padding-block: 42px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.hero .eyebrow, .hero h1 > span { color: var(--yellow); }
.short-rule { width: 24px; height: 2px; background: currentColor; }
h1 { font: 800 88px/.94 var(--display); max-width: 700px; }
h1 > span { white-space: nowrap; }
.hero-copy { font-size: 17px; font-weight: 500; line-height: 1.65; margin-top: 25px; max-width: 460px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 25px; }
.quiet-link { font-size: 14px; font-weight: 650; display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; }
.quiet-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-caption { font-size: 12px; font-weight: 600; margin-top: 32px; color: var(--muted); }
.value-strip { position: relative; background: var(--yellow); color: var(--ink); --focus: var(--ink); }
.value-group { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; gap: 20px 36px; min-height: 80px; padding: 20px 32px; margin: 0; list-style: none; }
.value-group li { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.value-group[aria-hidden="true"] { display: none; }
.value-strip span { font: 500 21px/1.3 var(--display); }
.value-strip svg { color: var(--ink); width: 25px; height: 25px; stroke-width: 2; }
.ticker-toggle { display: none; }
.ticker-play-icon { display: none; }
.ticker-toggle[aria-pressed="true"] .ticker-pause-icon { display: none; }
.ticker-toggle[aria-pressed="true"] .ticker-play-icon { display: inline; }
@media (prefers-reduced-motion: no-preference) {
  .ticker-ready .value-viewport { overflow: hidden; margin-right: 64px; }
  .ticker-ready .value-track { display: flex; width: max-content; animation: ticker-scroll 42s linear infinite; }
  .ticker-ready .value-group { display: flex; flex-wrap: nowrap; flex-shrink: 0; min-width: 100vw; gap: 48px; padding-inline: 24px; }
  .ticker-ready .value-group li { flex: 1 0 auto; gap: 48px; white-space: nowrap; }
  .ticker-ready:hover .value-track, .ticker-ready:focus-within .value-track, .ticker-ready.is-paused .value-track { animation-play-state: paused; }
  .ticker-ready .ticker-toggle:not([hidden]) { display: grid; place-items: center; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; padding: 0; border: 1px solid #14141455; border-radius: 50%; color: var(--ink); background: var(--yellow); cursor: pointer; }
  .ticker-toggle span { display: flex; }
  .ticker-toggle .ticker-play-icon { display: none; }
  .ticker-toggle:hover { background: #ffec80; }
  .ticker-toggle svg { width: 18px; height: 18px; }
  @keyframes ticker-scroll { to { transform: translateX(-50%); } }
}
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 44px; }
.section-intro .eyebrow { margin-bottom: 24px; color: var(--yellow); }
h2 { font: 700 57px/1.04 var(--display); }
.section-intro > p { max-width: 395px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; min-width: 0; padding: 29px 29px 27px; border: 1px solid var(--line); border-radius: 6px; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 5px 0 var(--yellow); }
.service-dark { background: var(--surface); }
.service-yellow { background: var(--yellow); color: var(--ink); --line: #14141440; --focus: var(--ink); border-color: var(--yellow); }
.service-outline { background: var(--ink); }
.service-seo { grid-column: span 2; }
.service-dark .service-top, .service-outline .service-top { color: var(--yellow); }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 52px; }
.service-top svg { width: 35px; height: 35px; stroke-width: 1.5; }
.service-top span { font-size: 13px; font-weight: 600; }
.service-category { font-size: 12px; line-height: 1.5; font-weight: 700; margin-bottom: 13px; }
.service-card h3 { font: 700 36px/1.05 var(--display); margin-bottom: 22px; }
.service-card > p:not(.service-category) { font-size: 16px; line-height: 1.7; margin-bottom: 24px; }
.service-card ul { padding: 20px 0 0; margin: auto 0 0; list-style: none; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.7; }
.service-card li { display: flex; align-items: baseline; gap: 11px; margin-block: 5px; }
.service-card li::before { content: '+'; font-size: 16px; }
.service-card.service-seo h3 { font-size: 48px; }
.service-seo > p:not(.service-category) { max-width: 560px; }
.service-seo ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
.approach { color: var(--white); background: var(--surface); border-block: 1px solid var(--line); }
.approach-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.approach .eyebrow { color: var(--yellow); margin-bottom: 29px; }
.approach h2 { font-size: 61px; }
.approach h2 span { color: var(--yellow); }
.approach-heading > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); }
.underlined-link { display: inline-flex; gap: 19px; align-items: center; padding-bottom: 9px; margin-top: 32px; border-bottom: 1px solid #c2c8c0; font-size: 14px; }
.underlined-link:hover { color: var(--yellow); }
.process { list-style: none; padding: 0; margin: 0; }
.process li { display: grid; grid-template-columns: 38px 1fr; gap: 25px; padding-block: 29px; border-top: 1px solid #555b54; }
.process li:first-child { padding-top: 22px; }
.process li:last-child { padding-bottom: 0; }
.process-number { font: 600 18px/1.5 var(--display); color: var(--yellow); }
.process h3 { font: 600 24px/1.25 var(--display); margin-bottom: 12px; }
.process p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.about { background: var(--ink); }
.about-top { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid var(--line); color: var(--yellow); }
.about-top > span { font-size: 11px; font-weight: 700; }
.about-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; padding-block: 54px 62px; }
.about h2 { font-size: 107px; line-height: .95; color: var(--yellow); }
.about h2 span { color: var(--white); }
.about-role { font-size: 17px; font-weight: 500; margin-top: 23px; }
.about-copy h3 { font: 650 31px/1.15 var(--display); margin-bottom: 23px; }
.about-copy > p { font-size: 16px; margin-bottom: 20px; color: var(--muted); }
.about-copy .button { margin-top: 6px; }
.coverage { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-top: 26px; border-top: 1px solid var(--line); }
.coverage > span { font-size: 11px; font-weight: 700; max-width: 235px; }
.coverage p { font-size: 13px; font-weight: 600; }
.coverage i { font-style: normal; padding-inline: 10px; opacity: .6; }
.contact { background: var(--yellow); color: var(--ink); --focus: var(--ink); }
.contact .eyebrow { margin-bottom: 25px; }
.contact-heading { display: flex; justify-content: space-between; gap: 45px; align-items: center; }
.contact h2 { font-size: 95px; line-height: .98; }
.contact-arrow { display: flex; align-items: center; justify-content: center; width: 134px; height: 134px; border: 1px solid var(--ink); border-radius: 50%; flex-shrink: 0; transition: color .2s, background .2s, transform .2s; }
.contact-arrow svg { width: 76px; height: 76px; stroke-width: 1.1; }
.contact-arrow:hover { color: var(--yellow); background: var(--ink); transform: rotate(8deg); }
.contact-bottom { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding-top: 40px; margin-top: 42px; border-top: 1px solid #17191855; }
.contact-bottom p { font-size: 16px; }
.contact-bottom > a { font: 600 31px/1.4 var(--display); text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1px; }
.site-footer { background: var(--ink); color: var(--white); }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 32px; padding-block: 43px; }
.site-footer .wordmark { font-size: 49px; }
.site-footer .wordmark > span { font-size: 24px; }
.site-footer .wordmark i { color: var(--yellow); }
.site-footer p { font-size: 12px; color: var(--muted); }
.site-footer .copyright { width: 100%; border-top: 1px solid #42473f; padding-top: 22px; }
.back-top { display: inline-flex; gap: 11px; align-items: center; font-size: 13px; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 30; background: var(--yellow); color: var(--ink); padding: 10px 20px; }
.skip-link:focus { top: 12px; }
@media (prefers-reduced-motion: no-preference) {
  .hero h1, .hero-copy, .hero-actions { animation: rise-in .65s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy { animation-delay: .08s; }
  .hero-actions { animation-delay: .16s; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1600px) {
  .hero-inner { padding-top: 54px; padding-bottom: 35px; }
  h1 { font-size: 97px; }
}
@media (max-width: 1150px) {
  .wrap { padding-inline: 40px; }
  .header-inner { gap: 28px; }
  .header-inner nav { gap: 23px; }
  h1 { font-size: 75px; }
  .hero-copy { max-width: 360px; }
  .value-strip span { font-size: 18px; }
  .section { padding-block: 76px; }
  h2 { font-size: 49px; }
  .service-card { padding-inline: 23px; }
  .service-card h3 { font-size: 32px; }
  .approach-inner { gap: 55px; }
  .approach h2 { font-size: 51px; }
  .about-inner { gap: 55px; }
  .about h2 { font-size: 86px; }
  .contact h2 { font-size: 80px; }
}
@media (min-width: 621px) and (max-width: 1000px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .header-inner { gap: 18px; min-height: 80px; }
  .wordmark { font-size: 43px; }
  .wordmark > span { font-size: 23px; }
  .header-inner nav { gap: 18px; font-size: 12px; }
  .header-contact { gap: 14px; padding-inline: 13px; font-size: 13px; }
  h1 { font-size: 72px; }
  .hero-copy { font-size: 16px; }
  .section-intro { gap: 35px; }
  .section-intro > p { max-width: 270px; }
  .desktop-only { display: none; }
  .service-grid { gap: 14px; }
  .service-card { padding: 23px 18px; }
  .service-card h3 { font-size: 28px; }
  .approach-inner { grid-template-columns: 1fr; gap: 40px; }
  .approach h2 br:nth-child(2) { display: none; }
  .about-inner { grid-template-columns: 1fr 1fr; gap: 35px; }
  .about h2 { font-size: 70px; }
  .about-copy h3 { font-size: 28px; }
  .coverage { align-items: start; }
  .coverage p { max-width: 320px; }
  .coverage i { padding-inline: 5px; }
  .contact h2 { font-size: 70px; }
  .contact-arrow { width: 110px; height: 110px; }
  .value-strip span { font-size: 17px; }
  .value-strip svg { width: 19px; height: 19px; }
}
@media (max-width: 620px) {
  .wrap { padding-inline: 24px; }
  .section { padding-block: 57px; }
  .header-inner { min-height: 77px; gap: 15px; flex-wrap: wrap; }
  .wordmark { font-size: 41px; }
  .wordmark > span { font-size: 22px; }
  .header-contact { margin-left: auto; min-height: 41px; gap: 10px; padding-inline: 12px; }
  .header-contact svg { width: 18px; height: 18px; }
  .header-inner nav { order: 4; flex-basis: 100%; margin-left: 0; justify-content: space-between; gap: 12px; padding-bottom: 12px; }
  .navigation-enhanced .header-inner { flex-wrap: nowrap; }
  .navigation-enhanced .menu-toggle { display: grid; place-items: center; width: 40px; height: 40px; border: 0; background: transparent; color: var(--yellow); padding: 8px; cursor: pointer; }
  .navigation-enhanced nav { display: none; }
  .navigation-enhanced nav.is-open { display: flex; position: absolute; left: 0; right: 0; top: 77px; background: var(--surface); border-bottom: 1px solid var(--line); padding: 18px 24px 24px; flex-direction: column; align-items: stretch; gap: 0; font-size: 17px; box-shadow: 0 14px 18px #00000040; }
  .header-inner nav a { padding: 13px 0; }
  .hero-inner { padding-block: 30px; }
  .hero .eyebrow { font-size: 10px; gap: 8px; margin-bottom: 21px; }
  .short-rule { width: 16px; }
  h1 { font-size: 57px; max-width: 355px; }
  .hero-copy { margin-top: 20px; max-width: 300px; font-size: 15px; }
  .hero-actions { flex-wrap: wrap; gap: 14px 20px; margin-top: 22px; }
  .hero-actions .button { min-height: 50px; padding: 13px 17px; font-size: 13px; gap: 20px; }
  .quiet-link { font-size: 12px; gap: 6px; }
  .quiet-link svg { width: 17px; height: 17px; }
  .hero-caption { font-size: 11px; margin-top: 27px; max-width: 150px; }
  .value-group { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-inline: 24px; }
  .value-group li { gap: 8px; }
  .value-strip span { font-size: 15px; }
  .section-intro { display: block; margin-bottom: 29px; }
  .section-intro .eyebrow { margin-bottom: 19px; }
  h2 { font-size: 43px; }
  .section-intro > p { margin-top: 22px; max-width: none; font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-seo { grid-column: auto; }
  .service-seo ul { grid-template-columns: 1fr; }
  .service-card.service-seo h3 { font-size: 36px; }
  .service-card { padding: 25px; }
  .service-top { margin-bottom: 28px; }
  .service-card h3 { font-size: 32px; }
  .service-card:hover { transform: none; box-shadow: none; }
  .approach h2 { font-size: 46px; }
  .approach h2 br:nth-child(2) { display: initial; }
  .approach-heading > p:not(.eyebrow) { font-size: 15px; }
  .underlined-link { font-size: 13px; gap: 12px; }
  .process li { gap: 13px; grid-template-columns: 31px 1fr; padding-block: 24px; }
  .process h3 { font-size: 22px; }
  .process p { font-size: 14px; }
  .about-top > span { display: none; }
  .about-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 34px; }
  .about h2 { font-size: 78px; }
  .about-role { margin-top: 17px; font-size: 15px; }
  .about-copy h3 { font-size: 31px; }
  .about-copy > p { font-size: 15px; }
  .coverage { display: block; padding-top: 22px; }
  .coverage > span { display: block; max-width: none; font-size: 10px; }
  .coverage p { font-size: 12px; margin-top: 11px; max-width: none; line-height: 1.9; }
  .coverage i { padding-inline: 4px; }
  .contact h2 { font-size: 52px; }
  .contact-heading { gap: 15px; }
  .contact-arrow { width: 60px; height: 60px; align-self: start; margin-top: 4px; }
  .contact-arrow svg { width: 36px; height: 36px; }
  .contact-bottom { align-items: start; flex-direction: column; gap: 25px; padding-top: 25px; margin-top: 30px; }
  .contact-bottom p { font-size: 15px; }
  .contact-bottom > a { font-size: 28px; }
  .site-footer .wrap { gap: 22px; padding-block: 33px; }
  .site-footer .wordmark { font-size: 43px; }
  .site-footer .wrap > p:not(.copyright) { width: 100%; order: 2; font-size: 12px; }
  .site-footer .back-top { margin-left: auto; }
  .site-footer .copyright { order: 3; }
}
@media (max-width: 370px) {
  .wrap { padding-inline: 20px; }
  h1 { font-size: 49px; }
  .header-contact { font-size: 12px; gap: 7px; }
  .header-inner { gap: 9px; }
  .hero .eyebrow { font-size: 9px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { gap: 12px; padding-inline: 14px; }
  .quiet-link { font-size: 11px; }
  h2 { font-size: 38px; }
  .about h2 { font-size: 65px; }
  .contact h2 { font-size: 45px; }
  .contact-arrow { width: 49px; height: 49px; }
  .contact-arrow svg { width: 31px; height: 31px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

.enquiry-form { width: 100%; max-width: 520px; margin-left: auto; background: var(--surface); color: var(--white); border: 1px solid var(--yellow); border-radius: 6px; padding: 28px; box-shadow: 7px 7px 0 var(--yellow); scroll-margin-top: 25px; }
.hero .enquiry-form .eyebrow { display: block; font-size: 10px; margin-bottom: 10px; }
.enquiry-form h2 { font-size: 31px; line-height: 1.1; }
.form-intro { font-size: 14px; color: var(--muted); margin: 10px 0 21px; }
.form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; min-width: 0; }
.form-field label { font-size: 14px; line-height: 1.5; font-weight: 650; }
.form-field label span { font-weight: 400; color: var(--muted); }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-width: 0; border: 1px solid #73736a; border-radius: 3px; background: var(--ink); color: var(--white); caret-color: var(--yellow); padding: 10px 12px; font: 14px/1.5 var(--body); }
.form-field input, .form-field select { height: 43px; }
.form-field textarea { min-height: 88px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #a6a69b; opacity: 1; }
.form-field input:focus-visible, .form-field textarea:focus-visible, .form-field select:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.form-field input:autofill { box-shadow: 0 0 0 1000px var(--ink) inset; -webkit-text-fill-color: var(--white); }
.form-submit { width: 100%; min-height: 48px; cursor: pointer; margin-top: 2px; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; box-shadow: none; }
.form-privacy { font-size: 12px; line-height: 1.6; margin-top: 12px; color: var(--muted); }
.form-status { padding: 12px; margin-top: 15px; background: #303021; color: var(--yellow); border: 1px solid #6b6430; font-size: 14px; line-height: 1.6; border-radius: 3px; }
.form-status.is-error { background: #35231f; color: #ffc3af; border-color: #925345; }
.form-status:focus { outline: 2px solid var(--yellow); outline-offset: 3px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.inbox-page { background: var(--ink); }
.inbox-heading, .inbox-enquiry-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.inbox-heading h1 { font-size: 48px; margin-top: 12px; }
.inbox-note { margin: 22px 0; color: var(--muted); }
#inbox-status { margin-block: 20px; }
.inbox-enquiry { background: var(--surface); border: 1px solid var(--line); padding: 24px; border-radius: 5px; margin-bottom: 18px; }
.inbox-enquiry h2 { font-size: 24px; overflow-wrap: anywhere; }
.inbox-enquiry time { font-size: 13px; color: var(--muted); }
.inbox-contacts { display: flex; flex-wrap: wrap; gap: 15px; font-size: 14px; margin-block: 15px; }
.inbox-contacts a { color: var(--yellow); text-decoration: underline; overflow-wrap: anywhere; }
.inbox-message { white-space: pre-wrap; overflow-wrap: anywhere; }
.inbox-pagination { display: flex; gap: 20px; align-items: center; justify-content: center; margin-top: 30px; }
.inbox-page button:disabled { opacity: .4; cursor: default; }
@media (max-width: 620px) { .inbox-enquiry-heading { flex-direction: column; align-items: start; gap: 7px; } .inbox-enquiry { padding: 19px; } .inbox-heading h1 { font-size: 34px; } }
@media (max-width: 1150px) { .hero-inner { gap: 35px; grid-template-columns: minmax(0, 1fr) minmax(350px, 1fr); } .hero h1 { font-size: 65px; } .enquiry-form { padding: 24px; } .enquiry-form h2 { font-size: 28px; } }
@media (max-width: 900px) { .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 35px; } .hero-pitch { max-width: 620px; } .hero h1 { font-size: 75px; } .enquiry-form { margin: 0; max-width: 640px; } .hero-caption { max-width: none; } }
@media (max-width: 620px) { .hero h1 { font-size: 57px; } .enquiry-form { padding: 23px; box-shadow: 5px 5px 0 var(--yellow); } .enquiry-form h2 { font-size: 29px; } .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; } .form-field input, .form-field textarea { font-size: 16px; } }
@media (max-width: 370px) { .hero h1 { font-size: 49px; } .enquiry-form { padding: 18px; } .enquiry-form h2 { font-size: 26px; } }

.services-menu { position: relative; }
.services-menu > summary { display: flex; align-items: center; gap: 8px; padding-block: 8px; cursor: pointer; list-style: none; }
.services-menu > summary::-webkit-details-marker { display: none; }
.services-menu > summary::marker { content: ''; }
.services-menu > summary svg { width: 16px; height: 16px; transition: transform .18s; }
.services-menu[open] > summary { color: var(--yellow); }
.services-menu[open] > summary svg { transform: rotate(180deg); }
summary:focus-visible { outline: 2px solid var(--yellow); outline-offset: 5px; }
.services-dropdown { position: absolute; top: calc(100% + 12px); left: -16px; width: 286px; padding: 8px; margin: 0; list-style: none; border: 1px solid var(--line); border-top: 2px solid var(--yellow); border-radius: 4px; background: var(--surface); box-shadow: 0 15px 25px #00000040; }
.header-inner .services-dropdown a { display: block; padding: 12px; border-radius: 2px; font-size: 14px; line-height: 1.5; }
.header-inner .services-dropdown a::after { content: none; }
.services-dropdown a:hover, .services-dropdown a[aria-current="page"] { color: var(--yellow); background: var(--ink); }
.service-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.service-page-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.service-page-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-page-link svg { width: 19px; height: 19px; }
.header-inner nav a[aria-current="page"] { color: var(--yellow); }
.packages { scroll-margin-top: 24px; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.package-card { display: flex; flex-direction: column; min-width: 0; padding: 30px 27px; border: 1px solid var(--line); border-top: 3px solid var(--yellow); border-radius: 6px; background: var(--surface); }
.package-level { font-size: 12px; font-weight: 700; line-height: 1.5; color: var(--yellow); margin-bottom: 28px; }
.package-card h3 { font: 700 32px/1.15 var(--display); }
.package-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin-top: 20px; font: 700 52px/1.1 var(--display); font-variant-numeric: tabular-nums; }
.package-price span { font: 500 14px/1.5 var(--body); color: var(--muted); }
.package-deliverables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 23px; margin: 25px 0 0; border-top: 1px solid var(--line); }
.package-deliverables > div { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.package-deliverables dt { order: 1; font-size: 14px; line-height: 1.5; font-weight: 650; }
.package-deliverables dt span { display: block; color: var(--muted); font-size: 12px; font-weight: 400; }
.package-deliverables dd { margin: 0; font: 700 38px/1.1 var(--display); color: var(--yellow); font-variant-numeric: tabular-nums; }
.package-featured .package-deliverables dd, .package-featured .package-deliverables dt span { color: var(--ink); }
.package-fit { margin-top: 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.package-includes { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.package-card ul { list-style: none; padding: 0; margin: 18px 0 30px; display: grid; gap: 15px; }
.package-card li { display: flex; align-items: start; gap: 10px; font-size: 15px; line-height: 1.65; }
.package-card li svg { width: 17px; height: 17px; margin-top: 4px; color: var(--yellow); }
.package-cta { width: 100%; margin-top: auto; gap: 12px; }
.package-featured { background: var(--yellow); color: var(--ink); border-color: var(--yellow); --focus: var(--ink); --line: #14141440; }
.package-featured .package-level, .package-featured .package-price span, .package-featured .package-fit, .package-featured li svg { color: var(--ink); }
.package-featured .button { background: var(--ink); color: var(--yellow); border-color: var(--ink); }
.package-featured .button:hover { background: #30302a; box-shadow: 4px 4px 0 #14141440; }
.package-notes { display: flex; align-items: start; justify-content: space-between; gap: 32px; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 22px; }
.package-notes > p { max-width: 750px; font-size: 14px; color: var(--muted); }
.package-notes .quiet-link { flex-shrink: 0; padding-top: 0; }
@media (min-width: 621px) and (max-width: 800px) {
  .header-inner { padding-inline: 24px; gap: 14px; }
  .header-inner nav { gap: 14px; }
  .header-inner .wordmark { font-size: 36px; }
  .header-inner .wordmark > span { font-size: 19px; }
}
@media (max-width: 1000px) {
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 30px; }
  .package-card ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 28px; }
  .package-cta { max-width: 300px; }
  .package-notes { flex-direction: column; gap: 18px; }
}
@media (max-width: 620px) {
  .package-card { padding: 25px 22px; }
  .package-card ul { grid-template-columns: 1fr; }
  .package-card h3 { font-size: 30px; }
  .package-price { font-size: 46px; }
  .package-level { margin-bottom: 22px; }
  .package-cta { max-width: none; }
  .form-field select { font-size: 16px; padding-inline: 8px; }
}
.service-hero { padding-top: 30px; padding-bottom: 58px; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr); gap: 56px; align-items: center; }
.service-hero-copy { min-width: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; margin-bottom: 36px; }
.breadcrumbs a:hover { color: var(--yellow); }
.breadcrumbs svg { width: 14px; height: 14px; }
.service-hero .eyebrow { color: var(--yellow); margin-bottom: 18px; }
.service-hero h1 { color: var(--yellow); font-size: 64px; line-height: 1.02; max-width: 700px; }
.service-lead { max-width: 820px; font-size: 19px; line-height: 1.6; margin-top: 24px; }
.service-fit { max-width: 770px; color: var(--muted); margin-top: 18px; }
.service-hero .hero-actions { flex-wrap: wrap; }
.service-hero .enquiry-form .eyebrow { font-size: 10px; margin-bottom: 10px; }
.service-page .enquiry-form h2 { font-size: 31px; line-height: 1.1; }
.service-facts { color: var(--ink); background: var(--yellow); }
.service-facts ul { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding-block: 23px; }
.service-facts li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 650; }
.service-facts svg { width: 19px; height: 19px; }
.service-page .section-intro { align-items: start; }
.service-page .section-intro > div { flex: 1; }
.service-page .section-intro > p { flex: 1; }
.service-page h2 { font-size: 46px; line-height: 1.1; }
.scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 70px; row-gap: 42px; }
.scope-grid article { min-width: 0; border-top: 1px solid var(--line); padding-top: 23px; }
.scope-number { display: block; color: var(--yellow); font: 600 14px/1.5 var(--display); margin-bottom: 15px; }
.scope-grid h3 { font: 600 25px/1.25 var(--display); margin-bottom: 15px; }
.scope-grid p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.service-working { background: var(--surface); border-block: 1px solid var(--line); }
.service-working .eyebrow { color: var(--yellow); margin-bottom: 25px; }
.service-working .process p { font-size: 16px; }
.service-working .approach-heading > p:not(.eyebrow) { line-height: 1.8; }
.service-questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.service-questions .eyebrow { color: var(--yellow); margin-bottom: 24px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; list-style: none; padding-block: 24px; font-weight: 650; font-size: 17px; line-height: 1.5; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::marker { content: ''; }
.faq-list summary svg { width: 20px; height: 20px; color: var(--yellow); transition: transform .18s; }
.faq-list details[open] summary { color: var(--yellow); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 16px; line-height: 1.8; padding: 0 32px 24px 0; }
.service-related { padding-bottom: 70px; }
.service-related h2 { font-size: 25px; }
.service-related ul { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 16px 30px; }
.service-related a { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; text-decoration: underline; text-underline-offset: 6px; }
.service-related a:hover { color: var(--yellow); }
.service-related svg { width: 17px; height: 17px; }
.service-contact { background: var(--yellow); color: var(--ink); --focus: var(--ink); }
.service-contact .eyebrow { margin-bottom: 24px; }
.service-contact h2 { max-width: 880px; font-size: 54px; }
.service-contact p:not(.eyebrow) { max-width: 680px; margin-top: 22px; font-size: 17px; }
.button-dark { background: var(--ink); color: var(--yellow); border-color: var(--ink); }
.button-dark:hover { background: var(--surface); box-shadow: 4px 4px 0 #14141440; }
@media (min-width: 1001px) and (max-width: 1150px) {
  .service-hero-grid { gap: 36px; }
  .service-hero h1 { font-size: 52px; }
  .service-page .enquiry-form h2 { font-size: 28px; }
}
@media (max-width: 1000px) {
  .service-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .service-hero .enquiry-form { max-width: 640px; margin-left: 0; }
  .service-hero h1 { font-size: 66px; }
  .scope-grid { column-gap: 40px; }
  .service-questions { gap: 45px; }
  .service-facts ul { flex-wrap: wrap; justify-content: start; gap: 15px 30px; }
}
@media (max-width: 800px) {
  .service-hero h1 { font-size: 58px; }
  .service-lead { font-size: 19px; }
  .service-page h2 { font-size: 39px; }
  .service-questions { grid-template-columns: 1fr; gap: 30px; }
  .service-related h2 { font-size: 25px; }
  .service-contact h2 { font-size: 44px; }
}
@media (max-width: 620px) {
  .header-inner nav { flex-wrap: wrap; }
  .services-menu[open] { flex-basis: 100%; }
  .services-menu > summary { padding-block: 13px; }
  .services-dropdown { position: static; width: 100%; margin-bottom: 10px; box-shadow: none; border: 0; border-left: 2px solid var(--yellow); background: var(--ink); padding: 0 0 0 10px; border-radius: 0; }
  .navigation-enhanced nav.is-open { max-height: calc(100dvh - 77px); overflow-y: auto; flex-wrap: nowrap; }
  .service-hero { padding-top: 24px; padding-bottom: 42px; }
  .breadcrumbs { font-size: 12px; margin-bottom: 28px; }
  .service-hero h1 { font-size: 44px; }
  .service-page .enquiry-form h2 { font-size: 29px; }
  .service-lead { font-size: 18px; margin-top: 20px; }
  .service-fit { font-size: 16px; }
  .service-hero .hero-actions, .service-contact .hero-actions { flex-wrap: wrap; }
  .service-facts ul { flex-direction: column; gap: 13px; }
  .service-page h2 { font-size: 36px; }
  .service-page .section-intro > p { font-size: 16px; }
  .scope-grid { grid-template-columns: 1fr; row-gap: 28px; }
  .scope-grid h3 { font-size: 23px; }
  .service-related { padding-bottom: 50px; }
  .service-related h2 { font-size: 23px; }
  .service-related ul { flex-direction: column; }
  .service-contact h2 { font-size: 38px; }
  .service-contact .quiet-link { font-size: 14px; }
}
@media (max-width: 370px) {
  .service-hero h1 { font-size: 38px; }
  .service-page .enquiry-form h2 { font-size: 26px; }
  .service-page h2 { font-size: 32px; }
  .service-related h2 { font-size: 23px; }
  .service-contact .button { padding-inline: 15px; gap: 15px; }
}
