:root {
  --ink: #17201c;
  --paper: #f7f5ef;
  --sand: #e8e2d7;
  --sage: #9ba88f;
  --white: #fff;
  --line: rgba(23, 32, 28, .22);
  --pad: clamp(24px, 5vw, 78px);
  --header-h: 92px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open, body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: var(--white); padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.section-pad { padding: clamp(80px, 11vw, 170px) var(--pad); }
.section-pad--topless { padding-top: 20px; }
.section-dark { color: var(--paper); background: var(--ink); }
.section-sand { background: var(--sand); }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.03; }
h1 { font-size: clamp(54px, 8vw, 126px); letter-spacing: -.05em; }
h2 { font-size: clamp(38px, 5.1vw, 78px); letter-spacing: -.035em; }
h3 { font-size: clamp(27px, 3vw, 44px); letter-spacing: -.025em; }
.text-link { display: inline-flex; align-items: center; gap: 32px; margin-top: 26px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 700; font-size: 13px; }
.text-link span, .text-link b { transition: transform .25s ease; }
.text-link:hover span, .text-link:hover b { transform: rotate(90deg); }
.text-link--light { color: var(--white); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 30px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; cursor: pointer; transition: .25s ease; }
.button:hover { background: var(--sage); border-color: var(--sage); color: var(--ink); }

/* Header and menu */
.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); }
.site-header.is-solid { position: relative; color: var(--ink); border-color: var(--line); }
.brand { position: relative; z-index: 42; display: inline-flex; align-items: baseline; gap: 9px; width: max-content; text-decoration: none; font-size: 22px; font-weight: 700; letter-spacing: .12em; }
.brand small { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.brand--logo { height: 64px; align-items: center; }
.brand-logo-frame { display: block; height: 46px; }
.brand-logo-frame img { height: 46px; width: auto; max-width: none; }
.header-phone { justify-self: center; text-decoration: none; font-size: 12px; letter-spacing: .08em; }
.menu-toggle { position: relative; z-index: 42; justify-self: end; display: inline-flex; align-items: center; gap: 14px; border: 0; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 25px; height: 1px; background: currentColor; transition: .25s ease; }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.menu-open .menu-icon { background: transparent; }
.menu-open .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-icon::after { top: 0; transform: rotate(-45deg); }
.menu-overlay { position: fixed; z-index: 40; inset: 0; display: grid; grid-template-columns: 1.5fr 1fr; background: var(--ink); color: var(--paper); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
.menu-open .menu-overlay { opacity: 1; visibility: visible; }
.menu-main { align-self: center; padding: 120px var(--pad) 50px; }
.menu-main a { display: flex; align-items: center; justify-content: space-between; max-width: 720px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: clamp(35px, 4.7vw, 72px); text-decoration: none; line-height: 1.1; }
.menu-main a span { font-family: var(--sans); font-size: 12px; }
.menu-aside { display: flex; flex-direction: column; justify-content: flex-end; padding: var(--pad); background: linear-gradient(rgba(18,27,23,.25), rgba(18,27,23,.72)), url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=85") center/cover; }
.menu-aside p { margin: 0 0 4px; }
.menu-aside a { width: max-content; color: var(--white); }

/* Home */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.035); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(12,18,15,.62), rgba(12,18,15,.06) 70%), linear-gradient(0deg, rgba(12,18,15,.35), transparent 50%); }
.hero-copy { position: relative; z-index: 2; width: min(880px, 86vw); padding: 180px var(--pad) 90px; }
.hero-copy h1 { margin-bottom: 28px; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; font-size: clamp(17px, 1.6vw, 23px); }
.hero-controls { position: absolute; z-index: 3; right: var(--pad); bottom: 44px; display: flex; align-items: center; gap: 18px; font-size: 11px; letter-spacing: .1em; }
.hero-controls button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.intro-grid, .editorial-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: clamp(40px, 9vw, 150px); align-items: start; }
.intro-grid h2, .editorial-grid h2 { margin: 0; }
.intro-grid > div, .editorial-grid > div { padding-top: 10px; font-size: 18px; }
.section-heading { max-width: 980px; margin-bottom: 68px; }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading h2 { margin-bottom: 0; }
.service-list a { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 20px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.24); color: inherit; text-decoration: none; }
.service-list a:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.service-list h3 { margin: 0; transition: transform .3s ease; }
.service-list b { font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.service-list a:hover h3 { transform: translateX(12px); }
.quote-band { text-align: center; background: var(--sand); }
.quote-mark { margin: 0; font-family: var(--display); font-size: 100px; line-height: .6; }
.quote-band blockquote { max-width: 1000px; margin: 38px auto; font-family: var(--display); font-size: clamp(31px, 4.3vw, 62px); line-height: 1.1; }
.quote-credit { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.project-rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(50vw, 630px); gap: 22px; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 20px; scrollbar-width: thin; }
.project-card { position: relative; text-decoration: none; }
.project-card-image { aspect-ratio: 4/3; overflow: hidden; background: var(--sand); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.project-card:hover img { transform: scale(1.045); }
.project-card-meta { display: flex; justify-content: space-between; gap: 20px; padding: 18px 2px; }
.project-card h3 { margin: 0; font-size: 29px; }
.project-card p { margin: 7px 0 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.project-card-meta > span { font-size: 12px; }
.cta-panel { background: var(--sage); text-align: center; }
.cta-panel h2 { margin-bottom: 40px; }

/* Inner pages */
.page-title { padding-top: clamp(100px, 12vw, 180px); padding-bottom: clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.page-title h1 { max-width: 1100px; margin: 0; }
.page-hero { min-height: 90svh; display: flex; align-items: flex-end; padding: var(--pad); color: var(--white); background-position: center; background-size: cover; }
.page-hero--about { background-image: linear-gradient(0deg, rgba(12,18,15,.52), rgba(12,18,15,.04)), url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88"); }
.page-hero-copy { position: relative; z-index: 1; max-width: 1000px; }
.page-hero-copy h1 { margin-bottom: 0; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { font-size: 11px; }
.value-grid h3 { margin-top: 80px; margin-bottom: 18px; font-size: 32px; }
.section-note { max-width: 350px; margin: 0; color: rgba(23,32,28,.65); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px 22px; }
.team-card { padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.team-photo { aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.75); background: linear-gradient(140deg, #7c887d, #223027); overflow: hidden; }
.team-photo::after { content: "Add staff photo"; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.team-card h3 { margin: 16px 0 5px; font-size: 29px; }
.team-card p { margin: 0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.team-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; opacity: 0; visibility: hidden; background: rgba(15,23,19,.9); transition: .25s ease; }
.team-modal.open { opacity: 1; visibility: visible; }
.team-modal-panel { position: relative; width: min(720px, 100%); max-height: 88vh; overflow-y: auto; padding: clamp(35px, 6vw, 75px); background: var(--paper); }
.team-modal-panel h2 { font-size: 55px; margin-bottom: 8px; }
.team-modal-close { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: none; cursor: pointer; font-size: 24px; }

.service-detail { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; }
.service-detail--reverse { grid-template-columns: .9fr 1.1fr; }
.service-detail--reverse .service-image { order: 2; }
.service-image { min-height: 680px; background-position: center; background-size: cover; }
.service-image--one { background-image: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1600&q=85"); }
.service-image--two { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=85"); }
.service-image--three { background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1600&q=85"); }
.service-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 130px); border-bottom: 1px solid var(--line); }
.service-copy > span { font-size: 11px; }
.service-copy h2 { margin: 30px 0; font-size: clamp(40px, 4.2vw, 68px); }

/* Projects and gallery */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; }
.filter-bar button { padding: 11px 18px; border: 1px solid var(--line); border-radius: 30px; background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.filter-bar button.active, .filter-bar button:hover { color: var(--white); background: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 24px; }
.project-grid .project-card:nth-child(4n+2) { margin-top: 120px; }
.project-detail-hero { min-height: 92svh; display: flex; align-items: flex-end; padding: var(--pad); color: var(--white); background-position: center; background-size: cover; }
.project-detail-hero h1 { max-width: 1000px; margin-bottom: 0; }
.project-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 10vw, 170px); }
.project-intro-copy { font-family: var(--display); font-size: clamp(27px, 3vw, 44px); line-height: 1.22; }
.project-facts { border-top: 1px solid var(--line); }
.project-facts p { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 12px 0; margin: 0; border-bottom: 1px solid var(--line); }
.project-facts span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; padding: 0 var(--pad) clamp(90px, 12vw, 180px); }
.gallery button { grid-column: span 6; padding: 0; border: 0; background: var(--sand); cursor: zoom-in; overflow: hidden; }
.gallery button:nth-child(3n) { grid-column: 3 / span 8; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s ease; }
.gallery button:nth-child(3n) img { aspect-ratio: 16/9; }
.gallery button:hover img { transform: scale(1.025); }
.project-next { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 55px var(--pad); border-top: 1px solid var(--line); }
.project-next a { text-decoration: none; }
.project-next a:last-child { text-align: right; }
.project-next span { display: block; margin-bottom: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.project-next strong { font-family: var(--display); font-size: clamp(24px, 3vw, 42px); font-weight: 400; }
.lightbox { position: fixed; z-index: 120; inset: 0; display: grid; grid-template-columns: 90px 1fr 90px; grid-template-rows: 1fr auto; place-items: center; padding: 28px; background: rgba(6,10,8,.96); opacity: 0; visibility: hidden; transition: .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 83vh; grid-column: 2; object-fit: contain; }
.lightbox p { grid-column: 2; color: var(--white); margin: 16px 0 0; font-size: 11px; letter-spacing: .1em; }
.lightbox-close, .lightbox-nav { position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { top: 24px; right: 24px; width: 48px; height: 48px; font-size: 28px; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); }
.lightbox-prev { left: 25px; }
.lightbox-next { right: 25px; }

/* Journal and contact */
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px 24px; }
.journal-card h2 { font-size: 37px; margin: 18px 0; }
.journal-card > p:not(.eyebrow) { color: rgba(23,32,28,.72); }
.journal-image { aspect-ratio: 4/3; margin-bottom: 26px; background-position: center; background-size: cover; }
.journal-image--one { background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1100&q=82"); }
.journal-image--two { background-image: url("https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1100&q=82"); }
.journal-image--three { background-image: url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1100&q=82"); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 150px); }
.contact-intro h1 { font-size: clamp(50px, 6.5vw, 92px); }
.contact-details { margin-top: 75px; border-top: 1px solid var(--line); }
.contact-details p { display: grid; grid-template-columns: 115px 1fr; gap: 16px; padding: 12px 0; margin: 0; border-bottom: 1px solid var(--line); }
.contact-details span { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; align-content: start; }
.enquiry-form label { display: grid; gap: 9px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; padding: 12px 0; background: transparent; color: var(--ink); text-transform: none; letter-spacing: normal; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-bottom-color: var(--sage); box-shadow: 0 1px 0 var(--sage); }
.form-wide { grid-column: 1 / -1; }
.checkbox { grid-template-columns: 20px 1fr !important; align-items: center; }
.checkbox input { width: 16px; }
.form-note { margin: 0; font-size: 12px; color: rgba(23,32,28,.6); }

/* Footer */
.site-footer { color: var(--paper); background: #101713; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; padding: 85px var(--pad); }
.footer-top h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(43px, 5.4vw, 78px); }
.newsletter { align-self: end; }
.newsletter label { display: block; margin-bottom: 10px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.55); }
.newsletter input { border: 0; outline: 0; padding: 13px 0; color: var(--white); background: transparent; }
.newsletter button { border: 0; background: none; color: var(--white); cursor: pointer; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 35px; padding: 45px var(--pad); border-top: 1px solid rgba(255,255,255,.18); }
.footer-bottom h3 { margin-bottom: 16px; font-family: var(--sans); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom p, .footer-bottom a { margin: 0 0 5px; color: rgba(255,255,255,.76); font-size: 13px; }
.footer-logo { width: 156px; margin: 0 0 22px; padding: 13px 15px; background: var(--white); border-radius: 3px; }
.footer-links { display: flex; flex-direction: column; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding: 18px var(--pad); border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

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

@media (max-width: 900px) {
  :root { --header-h: 76px; }
  .header-phone { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-overlay { grid-template-columns: 1fr; }
  .menu-aside { display: none; }
  .intro-grid, .editorial-grid, .project-intro, .contact-layout, .footer-top { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid, .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail, .service-detail--reverse { grid-template-columns: 1fr; }
  .service-detail--reverse .service-image { order: 0; }
  .service-image { min-height: 62vw; }
  .service-copy { min-height: auto; }
  .project-grid .project-card:nth-child(4n+2) { margin-top: 70px; }
  .footer-top { gap: 70px; }
}

@media (max-width: 620px) {
  .section-pad { padding-top: 82px; padding-bottom: 82px; }
  .brand small { display: none; }
  .menu-main { padding-top: 110px; }
  .menu-main a { font-size: 38px; }
  .hero-copy { padding-bottom: 125px; }
  .hero-controls { left: var(--pad); right: auto; bottom: 38px; }
  .section-heading--row { display: block; }
  .section-heading--row .text-link { margin-top: 30px; }
  .service-list a { grid-template-columns: 34px 1fr; }
  .service-list b { display: none; }
  .project-rail { grid-auto-columns: 82vw; }
  .value-grid, .team-grid, .project-grid, .journal-grid, .enquiry-form, .footer-bottom { grid-template-columns: 1fr; }
  .value-grid article { min-height: 260px; }
  .value-grid h3 { margin-top: 55px; }
  .project-grid { gap: 52px; }
  .project-grid .project-card:nth-child(4n+2) { margin-top: 0; }
  .gallery { grid-template-columns: 1fr; gap: 12px; }
  .gallery button, .gallery button:nth-child(3n) { grid-column: 1; }
  .gallery button:nth-child(3n) img { aspect-ratio: 4/3; }
  .lightbox { grid-template-columns: 1fr; padding: 18px; }
  .lightbox img, .lightbox p { grid-column: 1; }
  .lightbox-nav { top: auto; bottom: 20px; }
  .project-next { align-items: flex-start; }
  .project-next strong { font-size: 22px; }
  .form-wide { grid-column: auto; }
  .footer-bottom { gap: 30px; }
  .footer-legal { display: block; }
  .footer-legal span { display: block; margin-bottom: 5px; }
}

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

.form-success{grid-column:1/-1}
.form-success h2{margin:.2em 0 .4em}
.form-success p{max-width:34em}

/* --- Process steps --- */
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: clamp(46px,7vw,120px) 1fr; gap: clamp(18px,4vw,64px); padding: clamp(30px,4vw,54px) 0; border-bottom: 1px solid var(--line); align-items: start; }
.step-num { font-family: var(--display); font-size: clamp(28px,3.4vw,52px); color: var(--sage); line-height: 1; }
.step h3 { margin: 0 0 12px; font-size: clamp(22px,2.4vw,30px); }
.step p { margin: 0; max-width: 62ch; }
.step-meta { margin-top: 14px; font-size: 14px; color: var(--sage); letter-spacing: .02em; }

/* --- FAQ --- */
.faq-list { border-top: 1px solid var(--line); max-width: 920px; }
.faq-item { border-bottom: 1px solid var(--line); padding: clamp(22px,3vw,34px) 0; }
.faq-item h3 { margin: 0 0 10px; font-size: clamp(20px,2.1vw,26px); }
.faq-item p { margin: 0; max-width: 66ch; }

/* --- Service intro points --- */
.svc-points { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.svc-points li { padding-left: 22px; position: relative; max-width: 54ch; }
.svc-points li::before { content: "—"; position: absolute; left: 0; color: var(--sage); }
