:root {
  --ink: #111312;
  --text: #171918;
  --muted: #68706c;
  --line: #dfe5e1;
  --soft: #f4f7f5;
  --paper: #ffffff;
  --green: #087946;
  --green-dark: #055c35;
  --green-pale: #e9f5ef;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(17, 19, 18, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.dmlabs-site { margin: 0; color: var(--text); background: var(--paper); font-family: Poppins, Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--green); color: white; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.section--soft { background: var(--soft); }
.section--ink { background: var(--ink); color: white; }
.section--green { background: var(--green); color: white; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999999; background: white; padding: 12px 16px; border: 2px solid var(--green); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(8,121,70,.35); outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease; backdrop-filter: blur(16px); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(20,30,24,.05); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: 205px 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand__logo { width: auto; height: 38px; max-width: 185px; object-fit: contain; }
.brand__wordmark { font-size: 28px; font-weight: 800; letter-spacing: -1.5px; line-height: 1; }
.brand__wordmark span { color: var(--green); }
.primary-nav { justify-self: center; }
.primary-menu { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.primary-menu li { position: relative; }
.primary-menu > li > a { display: block; padding: 32px 0; font-size: 14px; font-weight: 600; }
.primary-menu > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--green); transition: right .2s ease; }
.primary-menu > li > a:hover::after, .primary-menu > li.current-menu-item > a::after, .primary-menu > li.current-menu-ancestor > a::after { right: 0; }
.primary-menu .sub-menu { position: absolute; top: calc(100% - 14px); left: -22px; width: 245px; list-style: none; margin: 0; padding: 12px; border: 1px solid var(--line); background: white; border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.primary-menu .sub-menu a:hover { background: var(--soft); color: var(--green); }
.nav-toggle { display: none; color: var(--ink); -webkit-appearance: none; appearance: none; }
.nav-toggle__label { color: inherit; -webkit-text-fill-color: currentColor; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; line-height: 1; font-weight: 700; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--green); color: white; }
.btn--primary:hover { background: var(--green-dark); }
.btn--secondary { border-color: #cbd4cf; background: transparent; color: var(--text); }
.btn--secondary:hover { border-color: var(--text); }
.btn--small { min-height: 44px; padding-inline: 18px; }
.btn--white, .section--green .btn--white { background: white; color: var(--green-dark); }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.eyebrow { margin: 0 0 16px; font-size: 12px; line-height: 1.25; font-weight: 800; letter-spacing: .16em; color: var(--green); }
.eyebrow--light { color: #9be0bb; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { color: inherit; font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
h1 { font-size: clamp(52px, 6.1vw, 90px); margin-bottom: 24px; }
h1 span, h2 span { color: var(--green); }
h2 { font-size: clamp(38px, 4.8vw, 68px); margin-bottom: 24px; }
h3 { font-size: 28px; }
.hero { overflow: clip; padding-top: clamp(54px, 5.5vw, 80px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr); gap: clamp(40px, 7vw, 92px); align-items: center; }
.hero__copy { max-width: 760px; }
.hero__lead, .page-hero__lead { max-width: 680px; margin-bottom: 0; color: #4d5651; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero__visual { min-height: 570px; position: relative; }
.image-slot--hero { height: 100%; min-height: 570px; border-radius: 30px; background: radial-gradient(circle at 35% 25%, #e7f7ef 0, #f4f7f5 30%, #e2ebe6 100%); border: 1px solid #dce6e0; overflow: hidden; }
.image-slot--hero img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.dmlabs-image-slot { position: relative; display: grid; place-items: center; color: #7a8580; }
.dmlabs-image-slot__label { display: inline-flex; padding: 8px 12px; border-radius: 999px; border: 1px dashed #aebbb4; background: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.signal-card { position: absolute; width: 205px; padding: 18px 20px; border-radius: 16px; background: rgba(255,255,255,.96); border: 1px solid #dfe7e2; box-shadow: var(--shadow); }
.signal-card strong, .signal-card span { display: block; }
.signal-card strong { font-size: 14px; }
.signal-card span { margin-top: 4px; font-size: 12px; color: var(--muted); }
.signal-card--one { left: -30px; top: 72px; }
.signal-card--two { right: -24px; top: 230px; }
.signal-card--three { left: 42px; bottom: 40px; }
.trust-line { display: flex; align-items: center; gap: 14px; margin-top: 38px; color: #59635e; font-size: 13px; }
.trust-mark { display: inline-grid; place-items: center; min-width: 58px; height: 36px; padding: 0 10px; border-radius: 999px; background: var(--green-pale); color: var(--green); font-weight: 800; }
.statement-grid { display: grid; grid-template-columns: .36fr 1.15fr .55fr; gap: clamp(30px, 5vw, 80px); align-items: start; }
.statement { font-size: clamp(40px, 4.8vw, 70px); }
.statement-copy { color: #b9c2bd; font-size: 17px; }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.section-head > p { color: var(--muted); max-width: 520px; justify-self: end; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px 1fr 48px; gap: 18px; align-items: center; padding: 30px 4px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-left: 18px; padding-right: 18px; background: var(--soft); }
.service-row__index { font-size: 12px; color: var(--green); font-weight: 800; }
.service-row strong { display: block; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.035em; line-height: 1.1; }
.service-row small { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; }
.service-row__arrow { justify-self: end; width: 24px; height: 24px; transition: transform .18s ease; }
.service-row:hover .service-row__arrow { transform: translate(2px, -2px); }
.case-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(42px, 6vw, 88px); align-items: center; }
.case-feature__media { min-height: 520px; }
.image-slot--case { height: 100%; min-height: 520px; border-radius: 26px; background: #e5ece8; overflow: hidden; }
.image-slot--case img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0; }
.metric-row > div { padding: 18px 0; border-top: 1px solid #cbd5cf; }
.metric-row strong { display: block; color: var(--green); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; line-height: 1; }
.metric-row span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link:hover { color: var(--green); }

.ui-arrow-ne,
.ui-arrow-left {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.ui-arrow-ne {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ui-arrow-left {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5M11 6l-6 6 6 6' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5M11 6l-6 6 6 6' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 120px); }
.process-intro { position: sticky; top: 132px; align-self: start; }
.process-intro p:last-child { color: var(--muted); max-width: 500px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--green); font-size: 12px; font-weight: 800; }
.process-list strong { font-size: 26px; letter-spacing: -.03em; }
.process-list p { margin: 7px 0 0; color: var(--muted); }
.cta-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.cta-band h2 { margin-bottom: 0; }
.cta-band > div:last-child { max-width: 520px; justify-self: end; }
.page-hero { padding-top: clamp(78px, 10vw, 148px); }
.page-hero__grid { display: grid; grid-template-columns: 1.15fr .55fr; gap: 70px; align-items: end; }
.page-hero--compact { padding-bottom: 54px; }
.page-hero--compact h1 { font-size: clamp(50px, 6vw, 82px); margin-bottom: 0; }
.service-detail-list > article { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 56px 0; border-bottom: 1px solid #d7dfda; }
.service-detail-list > article:first-child { border-top: 1px solid #d7dfda; }
.service-detail-list > article > span { color: var(--green); font-size: 12px; font-weight: 800; }
.service-detail-list article div { max-width: 850px; }
.service-detail-list article p { color: var(--muted); max-width: 720px; }
.narrow-copy { max-width: 880px; }
.narrow-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 700px; }
.service-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.image-slot--service { min-height: 560px; border-radius: 28px; background: linear-gradient(145deg, #eef7f2, #dde9e2); border: 1px solid #d7e3dc; overflow: hidden; }
.image-slot--service img { width: 100%; min-height: 560px; object-fit: cover; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); }
.feature-lines { border-top: 1px solid var(--line); }
.feature-lines > div { display: grid; grid-template-columns: .55fr 1fr; gap: 28px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.feature-lines strong { font-size: 17px; }
.feature-lines span { color: var(--muted); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 18px 0 18px 38px; border-bottom: 1px solid #d5dfd9; }
.check-list li:first-child { border-top: 1px solid #d5dfd9; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 16px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 12px; font-weight: 800; }
.case-feature--standalone { align-items: start; }
.case-feature blockquote { margin: 36px 0 0; padding: 26px 0 0; border-top: 1px solid #cbd5cf; font-size: 18px; font-weight: 600; }
.case-feature cite { display: block; margin-top: 12px; color: var(--muted); font-style: normal; font-size: 13px; font-weight: 500; }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.case-card { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 22px; }
.case-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 14px; background: #e7ece9; margin-bottom: 26px; }
.case-card__image img { width: 100%; height: 100%; object-fit: cover; }
.case-card h2 { font-size: 34px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.portfolio-item { min-height: 420px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--soft); border-radius: 22px; border: 1px solid var(--line); }
.portfolio-item__media { aspect-ratio: 16/9; overflow: hidden; border-radius: 14px; background: white; }
.portfolio-item__media img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-item h2 { font-size: 38px; }
.client-wall { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-wall span { min-height: 150px; display: grid; place-items: center; text-align: center; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; }
.admin-note { margin-top: 24px; padding: 16px; background: #fff8df; border-radius: 10px; font-size: 13px; color: #685917; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-panel { padding: clamp(28px,4vw,54px); border-radius: 24px; background: white; border: 1px solid var(--line); }
.team-panel--wide { grid-column: 1/-1; display: grid; grid-template-columns: 1fr .8fr auto; gap: 32px; align-items: center; }
.team-panel h2 { font-size: 42px; }
.team-panel > p:not(.eyebrow) { color: var(--muted); }
.team-links { border-top: 1px solid var(--line); margin-top: 28px; }
.team-links a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.team-links a:hover { color: var(--green); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.dmlabs-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dmlabs-field { display: grid; gap: 8px; }
.dmlabs-field--full { grid-column: 1/-1; }
.dmlabs-field label { font-size: 13px; font-weight: 700; }
.dmlabs-field input, .dmlabs-field select, .dmlabs-field textarea { width: 100%; border: 1px solid #cbd4cf; border-radius: 10px; background: white; padding: 14px 15px; color: var(--text); outline: 0; }
.dmlabs-field input:focus, .dmlabs-field select:focus, .dmlabs-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,121,70,.12); }
.dmlabs-field textarea { min-height: 160px; resize: vertical; }
.dmlabs-form-message { grid-column: 1/-1; padding: 14px 16px; border-radius: 10px; }
.dmlabs-form-message--success { background: var(--green-pale); color: var(--green-dark); }
.dmlabs-form-message--error { background: #fff0ef; color: #9d2921; }
.booking-hero { padding-bottom: 44px; }
.booking-hero .shell { max-width: 920px; text-align: center; }
.booking-hero h1 { font-size: clamp(50px,6vw,82px); margin-bottom: 18px; }
.booking-hero p:last-child { color: var(--muted); }
.booking-shell { max-width: 1180px; }
.calendly-frame { min-height: 760px; overflow: hidden; border-radius: 22px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.calendly-frame iframe { width: 100%; height: 760px; border: 0; display: block; }
.booking-placeholder { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.booking-placeholder p { margin: 8px 0 0; color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.post-card { padding: 18px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.post-card__media { aspect-ratio: 16/10; display: grid; place-items: center; margin-bottom: 24px; overflow: hidden; border-radius: 12px; background: #e5ece8; color: var(--green); font-weight: 800; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card h2 { font-size: 28px; }
.post-card p { color: var(--muted); }
.pagination { margin-top: 40px; }
.article-hero { padding-bottom: 40px; }
.article-hero h1 { font-size: clamp(48px, 6vw, 82px); }
.article-image { max-width: 1100px; }
.article-image img { width: 100%; border-radius: 22px; }
.prose { max-width: 860px; }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { margin-top: 1.7em; font-size: clamp(32px,4vw,50px); }
.prose h3 { margin-top: 1.5em; }
.prose a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose blockquote { margin: 2em 0; padding: 22px 26px; border-left: 4px solid var(--green); background: var(--soft); }
.error-page { min-height: 72vh; display: grid; align-items: center; overflow: hidden; }
.error-page .shell { position: relative; }
.error-code { position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin: 0; color: #eff4f1; font-size: clamp(180px, 28vw, 420px); font-weight: 800; line-height: .7; letter-spacing: -.08em; z-index: -1; }
.error-page h1 { max-width: 850px; }
.section--home-texture { position: relative; isolation: isolate; overflow: hidden; background: white; }
.section--home-texture::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: var(--section-bg-image); background-size: cover; background-repeat: no-repeat; background-position: center right; }
.section--home-texture > .shell { position: relative; z-index: 1; }
.section--home-texture-process::before { transform: scaleX(-1); background-position: center right; }
.section--home-texture .service-row:hover { background: rgba(244,247,245,.88); }
.site-footer { background: #0d0f0e; color: white; padding: 74px 0 30px; }
.site-footer__top { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; padding-bottom: 62px; }
.brand--footer .brand__logo { filter: brightness(0) invert(1); }
.footer-lead { max-width: 390px; margin: 24px 0 0; color: #aab5af; }
.footer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-grid h2 { margin: 0 0 18px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #89d5ab; }
.footer-group__toggle { display: none; }
.footer-view-all { display: none !important; }
.footer-grid a { display: block; margin: 10px 0; color: #d2d9d5; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; }
.footer-socials a { display: inline-flex; align-items: center; gap: 7px; color: #d2d9d5; font-size: 14px; font-weight: 600; }
.footer-socials a:hover { color: white; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid #28302c; color: #85908a; font-size: 12px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: none; }

.page-hero--services { padding-bottom: 26px; }
.service-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.service-hero__copy .button-row { margin-top: 34px; }
.service-hero__visual { position: relative; }
.service-montage { position: relative; min-height: 610px; }
.service-montage__card { position: absolute; border-radius: 26px; border: 1px solid #dbe4df; background: rgba(255,255,255,.98); box-shadow: 0 24px 70px rgba(17,19,18,.12); overflow: hidden; }
.service-montage__card--search { top: 0; left: 0; width: 60%; min-height: 280px; padding: 24px; z-index: 2; }
.service-montage__card--meta { top: 32px; right: 0; width: 42%; min-height: 380px; padding: 18px; z-index: 3; }
.service-montage__card--seo { bottom: 0; left: 36px; width: 46%; min-height: 220px; padding: 18px; z-index: 1; }
.service-montage__card--web { right: 24px; bottom: 18px; width: 58%; min-height: 240px; padding: 18px; z-index: 2; }
.service-montage__label, .service-showcase__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.service-icon { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 999px; background: var(--green-pale); color: var(--green); border: 1px solid rgba(8,121,70,.12); }
.service-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.search-mockup { margin-top: 22px; }
.search-mockup__bar { height: 48px; border-radius: 999px; background: linear-gradient(90deg, #eef3f0 0, #f8faf9 100%); border: 1px solid #e3ebe7; }
.search-mockup__result { margin-top: 18px; padding: 16px 0; border-bottom: 1px solid #edf1ef; }
.search-mockup__result strong, .google-result strong { display: block; font-size: 18px; line-height: 1.25; letter-spacing: -.03em; }
.search-mockup__result span, .google-result span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.search-mockup__result--muted strong { font-size: 16px; }
.creative-mockup { margin-top: 14px; padding: 12px; border-radius: 22px; background: #f4f7f5; border: 1px solid #e1e9e4; }
.creative-mockup__meta { height: 26px; width: 58%; border-radius: 999px; background: linear-gradient(90deg, #dfe8e3 0, #eff3f1 100%); }
.creative-mockup__image { height: 228px; margin-top: 12px; border-radius: 18px; background: linear-gradient(145deg, #0e2b1b 0, #0d4026 25%, #0d6c3f 54%, #bfdcc8 100%); }
.creative-mockup__lines { height: 44px; margin-top: 12px; border-radius: 14px; background: linear-gradient(#dfe7e2 0 0) top left/90% 11px no-repeat, linear-gradient(#e7eeea 0 0) bottom left/72% 11px no-repeat; }
.chart-mockup { position: relative; margin-top: 18px; min-height: 138px; border-radius: 18px; background: #f7faf8; border: 1px solid #e2eae5; overflow: hidden; }
.chart-mockup__grid { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(17,19,18,.05) 1px, transparent 1px), linear-gradient(to top, rgba(17,19,18,.05) 1px, transparent 1px); background-size: 25% 100%, 100% 25%; }
.chart-mockup__line, .seo-graph__curve { position: absolute; inset: 0; }
.chart-mockup__line::before, .seo-graph__curve::before { content: ''; position: absolute; left: 8%; right: 8%; top: 18%; bottom: 12%; background: linear-gradient(135deg, transparent 0 11%, rgba(8,121,70,.96) 11% 13%, transparent 13% 35%, rgba(8,121,70,.96) 35% 37%, transparent 37% 58%, rgba(8,121,70,.96) 58% 60%, transparent 60% 82%, rgba(8,121,70,.96) 82% 84%, transparent 84% 100%); clip-path: polygon(0 82%, 18% 63%, 40% 68%, 56% 40%, 73% 48%, 100% 10%, 100% 24%, 73% 58%, 56% 50%, 40% 78%, 18% 73%, 0 92%); }
.browser-mockup { border: 1px solid #e0e8e3; border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 18px 48px rgba(17,19,18,.08); }
.browser-mockup__chrome { display: flex; gap: 6px; align-items: center; padding: 12px 14px; background: #eff4f1; border-bottom: 1px solid #e0e8e3; }
.browser-mockup__chrome span { width: 8px; height: 8px; border-radius: 50%; background: #bcc7c1; }
.browser-mockup__hero { height: 110px; background: linear-gradient(135deg, #111312 0, #0c5f37 60%, #bfdcc8 100%); }
.browser-mockup__hero--large { height: 154px; }
.browser-mockup__body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 14px; }
.browser-mockup__body--large { grid-template-columns: repeat(4, 1fr); padding: 16px; }
.browser-mockup__body > div { height: 78px; border-radius: 12px; background: linear-gradient(180deg, #eef3f0 0, #f8faf9 100%); }
.service-showcase-list { display: grid; gap: clamp(34px, 4vw, 54px); }
.service-showcase { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(34px, 5vw, 76px); align-items: center; padding: clamp(34px, 4vw, 48px); background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 18px 60px rgba(17,19,18,.04); }
.service-showcase--reverse .service-showcase__copy { order: 2; }
.service-showcase--reverse .service-showcase__visual { order: 1; }
.service-showcase__eyebrow { margin-bottom: 20px; }
.service-showcase__copy h2 { font-size: clamp(36px, 4.2vw, 60px); margin-bottom: 18px; }
.service-showcase__copy > p { color: #4d5651; font-size: 17px; }
.service-points { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 12px; }
.service-points li { position: relative; padding-left: 18px; color: var(--text); font-weight: 500; }
.service-points li::before { content: ''; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.service-showcase__visual { min-width: 0; }
.visual-card { position: relative; min-height: 460px; padding: 26px; border-radius: 26px; background: linear-gradient(180deg, #fbfcfc 0, #f2f6f3 100%); border: 1px solid #dbe4df; overflow: hidden; }
.visual-card::after { content: ''; position: absolute; inset: auto -80px -80px auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(8,121,70,.14) 0, rgba(8,121,70,0) 70%); pointer-events: none; }
.visual-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; color: var(--muted); }
.visual-card__topline strong { color: var(--text); font-size: 14px; }
.google-results { margin-top: 18px; display: grid; gap: 18px; }
.google-result { padding: 18px; border-radius: 18px; background: white; border: 1px solid #e2e9e5; }
.google-result small { display: inline-block; margin-bottom: 8px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.metric-strip span { padding: 14px 12px; border-radius: 16px; background: white; border: 1px solid #e2e9e5; font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.metric-strip strong { display: block; margin-top: 6px; color: var(--green); font-size: 24px; letter-spacing: -.04em; text-transform: none; }
.phone-preview { position: absolute; left: 28px; bottom: 28px; width: 220px; height: 380px; padding: 12px; border-radius: 30px; background: #111312; box-shadow: 0 26px 50px rgba(17,19,18,.22); }
.phone-preview__screen { height: 100%; border-radius: 22px; overflow: hidden; background: white; }
.phone-preview__top { height: 40px; background: linear-gradient(90deg, #eff4f1 0, #f8faf9 100%); }
.phone-preview__creative { height: 204px; background: linear-gradient(145deg, #09150d 0, #0d4d2c 35%, #0a7a46 66%, #d3eadb 100%); }
.phone-preview__copy { height: 112px; background: linear-gradient(#eff3f0 0 0) 16px 18px/75% 12px no-repeat, linear-gradient(#edf2ef 0 0) 16px 44px/84% 10px no-repeat, linear-gradient(#edf2ef 0 0) 16px 66px/68% 10px no-repeat, linear-gradient(#087946 0 0) 16px 94px/44% 12px no-repeat; }
.stat-pill { position: absolute; right: 22px; display: grid; gap: 2px; padding: 14px 16px; border-radius: 18px; background: white; border: 1px solid #dfe7e2; box-shadow: 0 16px 38px rgba(17,19,18,.10); }
.stat-pill strong { font-size: 20px; letter-spacing: -.04em; line-height: 1; }
.stat-pill span { font-size: 12px; color: var(--muted); }
.stat-pill--one { top: 36px; }
.stat-pill--two { top: 136px; max-width: 180px; }
.stat-pill--three { top: 250px; max-width: 188px; }
.seo-board { border-radius: 20px; background: white; border: 1px solid #e2e9e5; overflow: hidden; }
.seo-board__header, .seo-board__row { display: grid; grid-template-columns: 1.8fr .45fr .45fr; gap: 14px; align-items: center; padding: 14px 18px; }
.seo-board__header { background: #f6f9f7; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.seo-board__row { border-top: 1px solid #eef3f0; }
.seo-board__row strong { font-size: 14px; letter-spacing: -.02em; }
.seo-board__row span, .seo-board__row em { font-style: normal; font-weight: 700; }
.seo-board__row em { color: var(--green); }
.seo-graph { position: relative; min-height: 160px; margin-top: 18px; border-radius: 20px; background: white; border: 1px solid #e2e9e5; overflow: hidden; }
.seo-graph__bars { position: absolute; inset: 24px 24px 22px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: end; }
.seo-graph__bars span { border-radius: 12px 12px 0 0; background: linear-gradient(180deg, rgba(8,121,70,.18) 0, rgba(8,121,70,.55) 100%); }
.seo-graph__bars span:nth-child(1) { height: 26%; }
.seo-graph__bars span:nth-child(2) { height: 44%; }
.seo-graph__bars span:nth-child(3) { height: 38%; }
.seo-graph__bars span:nth-child(4) { height: 67%; }
.seo-graph__bars span:nth-child(5) { height: 84%; }
.device-card { position: absolute; right: 18px; bottom: 20px; width: 190px; padding: 10px; border-radius: 24px; background: white; border: 1px solid #e1e9e4; box-shadow: 0 16px 42px rgba(17,19,18,.10); }
.device-card__screen { aspect-ratio: 4 / 5; border-radius: 16px; background: linear-gradient(180deg, #f0f4f2 0 22%, white 22% 100%); border: 1px solid #e4ebe7; position: relative; overflow: hidden; }
.device-card__screen::before { content: ''; position: absolute; left: 14px; right: 14px; top: 20px; height: 72px; border-radius: 14px; background: linear-gradient(135deg, #111312 0, #0d6c3f 65%, #b8d8c4 100%); }
.device-card__screen::after { content: ''; position: absolute; left: 14px; right: 14px; top: 108px; bottom: 18px; background: linear-gradient(#eef3f0 0 0) top left/85% 12px no-repeat, linear-gradient(#eef3f0 0 0) 0 28px/96% 12px no-repeat, linear-gradient(#eef3f0 0 0) 0 56px/88% 12px no-repeat, linear-gradient(#eef3f0 0 0) 0 88px/74% 12px no-repeat, linear-gradient(#087946 0 0) 0 calc(100% - 12px)/42% 12px no-repeat; }
.narrow-copy { max-width: 760px; }

@media (max-width: 1060px) {
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  html.nav-open, html.nav-open body { overflow: hidden; }
  .primary-nav { position: fixed; top: 88px; right: 0; bottom: 0; left: 0; width: 100vw; max-width: none; height: calc(100dvh - 88px); justify-self: stretch; padding: 42px max(24px, calc((100vw - var(--max)) / 2 + 24px)) 56px; background: #fff; overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .22s ease, visibility .22s ease, transform .22s ease; z-index: 1001; }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .primary-nav:not(.is-open), .primary-nav:not(.is-open) * { pointer-events: none !important; }
  body.admin-bar .primary-nav { top: 120px; height: calc(100dvh - 120px); }
  .primary-menu { display: block; width: 100%; max-width: var(--max); margin: 0 auto; }
  .primary-menu > li { border-bottom: 1px solid var(--line); }
  .primary-menu > li > a { padding: 20px 0; font-size: clamp(24px, 4vw, 34px); line-height: 1.15; }
  .primary-menu > li > a::after { display: none; }
  .primary-menu .sub-menu { position: static; width: auto; padding: 0 0 12px 18px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    border: 0;
    background: transparent;
    padding: 10px 0;
    color: var(--ink);
    -webkit-text-fill-color: currentColor;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }
  .nav-toggle__icon { width: 20px; height: 14px; border-top: 2px solid; border-bottom: 2px solid; position: relative; }
  .nav-toggle__icon::after { content:''; position:absolute; top:4px; left:0; width:100%; border-top:2px solid; }
  .nav-toggle__icon, .nav-toggle__icon::after { transition: transform .2s ease, border-color .2s ease; }
  .nav-toggle[aria-expanded='true'] .nav-toggle__icon { border-bottom: 0; border-top: 2px solid; transform: rotate(45deg); top: 1px; }
  .nav-toggle[aria-expanded='true'] .nav-toggle__icon::after { top: -2px; transform: rotate(90deg); }
  .header-cta { display: none; }
  .hero__grid, .service-hero__grid { grid-template-columns: 1fr; }
  .service-montage { min-height: 540px; max-width: 760px; }
  .service-montage__card--search { width: 58%; }
  .service-montage__card--meta { width: 40%; min-height: 350px; }
  .service-montage__card--seo { left: 18px; width: 44%; }
  .service-montage__card--web { width: 56%; right: 12px; }
  .service-showcase { grid-template-columns: 1fr; }
  .service-showcase--reverse .service-showcase__copy, .service-showcase--reverse .service-showcase__visual { order: initial; }
  .visual-card { min-height: 420px; }
  .hero__visual, .image-slot--hero { min-height: 480px; }
  .statement-grid { grid-template-columns: 1fr; gap: 16px; }
  .statement-copy { max-width: 650px; }
  .case-feature, .process-grid, .split, .fit-grid, .contact-grid { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 10px; }
  .service-hero__copy { max-width: 760px; }
  .page-hero__lead { max-width: 720px; }
  .client-wall { grid-template-columns: repeat(2, 1fr); }
  .site-footer__top { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.admin-bar .site-header { top: 46px; }
  .shell { width: min(100% - 32px, var(--max)); }
  .section { padding: 72px 0; }
  .site-header__inner { min-height: 72px; }
  .primary-nav { top: 72px; right: 0; bottom: 0; left: 0; width: 100vw; height: calc(100dvh - 72px); padding: 30px 16px 46px; }
  body.admin-bar .primary-nav { top: 118px; height: calc(100dvh - 118px); }
  .brand__logo { height: 31px; max-width: 150px; }
  h1 { font-size: clamp(42px, 12vw, 54px); margin-bottom: 18px; }
  .page-hero--compact h1, .booking-hero h1, .article-hero h1 { font-size: clamp(42px, 12vw, 54px); }
  h2 { font-size: clamp(36px, 11vw, 52px); }
  .hero { padding-top: 38px; }
  .hero__grid { gap: 30px; }
  .hero__visual { min-height: 390px; }
  .image-slot--hero, .image-slot--hero img { min-height: 390px; }
  .signal-card { width: 165px; padding: 14px; }
  .signal-card--one { left: -8px; top: 28px; }
  .signal-card--two { right: -8px; top: 172px; }
  .signal-card--three { left: 20px; bottom: 22px; }
  .section-head { grid-template-columns: 1fr; gap: 0; margin-bottom: 34px; }
  .section-head > p { justify-self: start; }
  .service-row { grid-template-columns: 46px 1fr 24px; padding: 24px 0; }
  .case-feature__media, .image-slot--case, .image-slot--case img { min-height: 360px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row > div { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: baseline; gap: 16px; }
  .metric-row span { margin-top: 0; }
  .case-feature__media img, .image-slot--case img { object-position: center right; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .cta-band { grid-template-columns: 1fr; gap: 26px; }
  .cta-band > div:last-child { justify-self: start; }
  .service-detail-list > article { grid-template-columns: 44px 1fr; padding: 38px 0; }
  .page-hero--services { padding-bottom: 10px; }
  .service-hero__copy .button-row { margin-top: 24px; }
  .service-montage { min-height: 530px; }
  .service-montage__card { padding: 16px; border-radius: 22px; }
  .service-montage__card--search { width: 62%; min-height: 226px; }
  .service-montage__card--meta { top: 22px; width: 42%; min-height: 306px; }
  .service-montage__card--seo { left: 0; width: 50%; min-height: 180px; }
  .service-montage__card--web { right: 0; width: 60%; min-height: 196px; }
  .service-icon { width: 30px; height: 30px; }
  .service-icon svg { width: 16px; height: 16px; }
  .search-mockup__result strong { font-size: 16px; }
  .creative-mockup__image { height: 186px; }
  .service-showcase { padding: 26px 22px; border-radius: 24px; gap: 26px; }
  .service-showcase__copy h2 { font-size: clamp(32px, 9vw, 44px); }
  .service-showcase__copy > p { font-size: 16px; }
  .service-points { margin: 20px 0 24px; gap: 10px; }
  .visual-card { min-height: 0; padding: 18px; }
  .metric-strip { grid-template-columns: 1fr; }
  .metric-strip span { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; }
  .metric-strip strong { margin-top: 0; }
  .phone-preview { position: relative; left: auto; bottom: auto; width: min(210px, 58%); height: 356px; }
  .stat-pill { right: 16px; padding: 12px 14px; }
  .stat-pill strong { font-size: 18px; }
  .seo-board__header, .seo-board__row { grid-template-columns: 1.4fr .45fr .45fr; padding: 12px 14px; }
  .seo-board__row strong { font-size: 13px; }
  .device-card { position: relative; right: auto; bottom: auto; width: min(180px, 46%); margin-left: auto; margin-top: -70px; }
  .image-slot--service, .image-slot--service img { min-height: 380px; }
  .feature-lines > div { grid-template-columns: 1fr; gap: 7px; }
  .case-grid, .portfolio-grid, .team-grid, .post-grid { grid-template-columns: 1fr; }
  .team-panel--wide { grid-column: auto; grid-template-columns: 1fr; }
  .client-wall span { min-height: 120px; font-size: 14px; }
  .dmlabs-contact-form { grid-template-columns: 1fr; }
  .dmlabs-field--full { grid-column: auto; }
  .calendly-frame, .calendly-frame iframe { min-height: 740px; height: 740px; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-group { border-top: 1px solid #28302c; }
  .footer-group:last-child { border-bottom: 1px solid #28302c; }
  .footer-group__heading { display: none; }
  .footer-group__toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; background: transparent; color: #89d5ab; font: inherit; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-align: left; cursor: pointer; }
  .footer-group__icon { position: relative; width: 16px; height: 16px; flex: 0 0 16px; }
  .footer-group__icon::before, .footer-group__icon::after { content: ''; position: absolute; left: 0; top: 7px; width: 16px; border-top: 1.5px solid currentColor; transition: transform .2s ease; }
  .footer-group__icon::after { transform: rotate(90deg); }
  .footer-group.is-open .footer-group__icon::after { transform: rotate(0); }
  .footer-group__panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      max-height .42s cubic-bezier(.4,0,.2,1),
      opacity .26s ease,
      transform .36s cubic-bezier(.4,0,.2,1),
      padding-bottom .36s ease,
      visibility 0s linear .42s;
  }
  .footer-group.is-open .footer-group__panel {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    padding-bottom: 16px;
    transition-delay: 0s;
  }
  .footer-view-all { display: block !important; color: white !important; font-weight: 700; }
  .site-footer__top { gap: 42px; padding-bottom: 42px; }
  .footer-socials { margin-top: 22px; }
  .section--home-texture-process::before { background-position: center right; }
  .site-footer__bottom { flex-direction: column; }
}
@media (max-width: 767px) {
  .hero__lead, .page-hero__lead { font-size: 16px; line-height: 1.5; }
  .button-row { margin-top: 22px; gap: 10px; }
  .btn { min-height: 48px; }
  .trust-line { margin-top: 22px; }
  .section--home-texture-services::before { background-position: center right; }
  .section--home-texture-process::before { background-position: center right; }
}
@media (max-width: 480px) {
  .button-row .btn { width: 100%; }
  .client-wall { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .footer-group__panel,
  .footer-group__icon::before,
  .footer-group__icon::after,
  .service-row__arrow,
  .contact-service-option__arrow {
    transition: none !important;
  }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Services overview — editorial image-block system */
.services-page-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); gap: clamp(44px, 7vw, 92px); align-items: center; }
.services-page-hero__copy { max-width: 760px; }
.services-page-hero__media { min-width: 0; }
.image-slot--services-hero { aspect-ratio: 7 / 6; width: 100%; min-height: 0; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, #eef7f2, #dce8e1); border: 1px solid #d7e3dc; }
.image-slot--services-hero img { width: 100%; height: 100%; object-fit: cover; }
.services-overview { overflow: hidden; }
.services-editorial-list { display: grid; gap: clamp(76px, 9vw, 132px); }
.services-editorial { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(42px, 7vw, 94px); align-items: center; }
.services-editorial--reverse { grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); }
.services-editorial--reverse .services-editorial__copy { order: 2; }
.services-editorial--reverse .services-editorial__media { order: 1; }
.services-editorial__copy { max-width: 610px; }
.services-editorial__label { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 20px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.services-editorial__copy h2 { font-size: clamp(38px, 4.4vw, 64px); margin-bottom: 20px; }
.services-editorial__copy > p { color: #4d5651; font-size: 17px; }
.services-editorial__media { min-width: 0; }
.image-slot--services-service { width: 100%; aspect-ratio: 16 / 11; min-height: 0; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, #eaf2ed, #dce7e1); border: 1px solid #d4e0d9; }
.image-slot--services-service img { width: 100%; height: 100%; object-fit: cover; }
.image-slot--services-hero .dmlabs-image-slot__label,
.image-slot--services-service .dmlabs-image-slot__label { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.88); border: 1px dashed #a8b8af; color: #607069; font-size: 11px; font-weight: 700; letter-spacing: .08em; }

@media (max-width: 1060px) {
  .services-page-hero { grid-template-columns: 1fr; gap: 38px; }
  .services-page-hero__media { max-width: 760px; }
  .services-editorial,
  .services-editorial--reverse { grid-template-columns: 1fr; gap: 30px; }
  .services-editorial--reverse .services-editorial__copy,
  .services-editorial--reverse .services-editorial__media { order: initial; }
  .services-editorial__copy { max-width: 720px; }
}

@media (max-width: 767px) {
  .services-page-hero { gap: 28px; }
  .image-slot--services-hero { border-radius: 22px; }
  .services-editorial-list { gap: 76px; }
  .services-editorial { gap: 24px; }
  .services-editorial__copy h2 { font-size: clamp(34px, 10vw, 46px); }
  .services-editorial__copy > p { font-size: 16px; }
  .image-slot--services-service { aspect-ratio: 4 / 3; border-radius: 22px; }
}

/* Services overview — final CTA */
.services-final-cta { padding-top: clamp(64px, 8vw, 112px); }
.services-final-cta__panel { display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); gap: clamp(36px, 6vw, 78px); align-items: center; padding: clamp(38px, 5vw, 70px); border-radius: 32px; background: var(--green); color: white; overflow: hidden; }
.services-final-cta__copy { max-width: 620px; }
.services-final-cta__copy h2 { margin-bottom: 22px; font-size: clamp(40px, 4.6vw, 66px); }
.services-final-cta__copy > p:not(.eyebrow) { margin-bottom: 30px; max-width: 570px; color: rgba(255,255,255,.82); font-size: 17px; }
.services-final-cta__media { min-width: 0; }
.image-slot--services-final-cta { width: 100%; aspect-ratio: 7 / 5; min-height: 0; border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); }
.image-slot--services-final-cta img { width: 100%; height: 100%; object-fit: cover; }
.image-slot--services-final-cta .dmlabs-image-slot__label { padding: 10px 14px; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.92); color: var(--green-dark); font-weight: 700; }

/* Homepage image cleanup — keep shared slot sizing/cropping, remove decorative frames. */
.home-hero__image-clean { background: transparent; border: 0; }
.home-case-study__image-clean { background: transparent; border: 0; }
.home-final-cta__image-clean { background: transparent; border: 0; }

@media (max-width: 1060px) {
  .services-final-cta__panel { grid-template-columns: 1fr; }
  .services-final-cta__copy { max-width: 720px; }
  .services-final-cta__media { max-width: 760px; }
}

@media (max-width: 767px) {
  .services-final-cta { padding-top: 72px; }
  .services-final-cta__panel { gap: 28px; padding: 30px 22px; border-radius: 24px; }
  .services-final-cta__copy h2 { font-size: clamp(34px, 10vw, 46px); }
  .services-final-cta__copy > p:not(.eyebrow) { font-size: 16px; }
  .image-slot--services-final-cta { aspect-ratio: 4 / 3; border-radius: 18px; }
}

/* v1.3.3 — supplied background artwork + viewport-safe responsive navigation */
.hero--background-art {
  background-image: var(--hero-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero--services {
  background-image: var(--services-hero-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1060px) {
  html.nav-open .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
  }

  html.nav-open body.admin-bar .site-header {
    top: 32px;
  }

  html.nav-open .site-header__inner {
    position: relative;
    z-index: 2;
    background: #fff;
  }

  html.nav-open .primary-nav {
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .hero--background-art,
  .page-hero--services {
    background-position: center right;
  }


  html.nav-open body.admin-bar .site-header {
    top: 46px;
  }
}

/* v1.3.9 — approved wider contained design system.
   Individual service pages are intentionally excluded via body class. */
body.dmlabs-design-refresh .shell {
  width: min(1500px, calc(100% - 48px));
}

/* Contain dark sections like the approved final CTA panels. */
body.dmlabs-design-refresh .section--ink {
  width: min(1500px, calc(100% - 48px));
  margin-inline: auto;
  border-radius: 32px;
  overflow: hidden;
}

/* Pale sections stay broad but stop at the refreshed max width. */
body.dmlabs-design-refresh .section--soft {
  width: min(1500px, calc(100% - 48px));
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
}

/* Subdued footer: navigation support rather than a feature section. */
body.dmlabs-design-refresh .site-footer {
  background: #fff;
  color: #68706c;
  border-top: 1px solid #e5eae7;
}
body.dmlabs-design-refresh .brand--footer .brand__logo {
  filter: none;
}
body.dmlabs-design-refresh .site-footer .footer-lead,
body.dmlabs-design-refresh .site-footer .footer-grid a,
body.dmlabs-design-refresh .site-footer .footer-socials a {
  color: #747d78;
}
body.dmlabs-design-refresh .site-footer .footer-grid h2,
body.dmlabs-design-refresh .site-footer .footer-group__toggle {
  color: #7c8580;
}
body.dmlabs-design-refresh .site-footer .footer-grid a:hover,
body.dmlabs-design-refresh .site-footer .footer-socials a:hover {
  color: #343a37;
}
body.dmlabs-design-refresh .site-footer__bottom {
  border-top-color: #e1e7e3;
  color: #8a928e;
}
body.dmlabs-design-refresh .site-footer .footer-group {
  border-color: #e1e7e3;
}
body.dmlabs-design-refresh .site-footer .footer-view-all {
  color: #747d78 !important;
}
body.dmlabs-design-refresh .site-footer .brand__wordmark {
  color: #343a37;
}

@media (max-width: 767px) {
  body.dmlabs-design-refresh .shell {
    width: min(1500px, calc(100% - 32px));
  }
  body.dmlabs-design-refresh .section--ink,
  body.dmlabs-design-refresh .section--soft {
    width: min(1500px, calc(100% - 32px));
  }
  body.dmlabs-design-refresh .section--ink {
    border-radius: 24px;
  }
  body.dmlabs-design-refresh .section--soft {
    border-radius: 12px;
  }
}


/* v1.3.11 — legal documents managed from Dmlabs Site settings */
.legal-page__section { padding-top: clamp(72px, 8vw, 118px); }
.legal-page__shell { display: grid; justify-items: center; }
.legal-page__header { width: min(1500px, 100%); margin-bottom: 34px; }
.legal-page__header h1 { margin-bottom: 0; font-size: clamp(46px, 5.5vw, 78px); }
.legal-document.prose { width: min(1500px, 100%); max-width: 1500px; padding: clamp(32px, 5vw, 64px); border: 1px solid #d8e1dc; border-radius: 18px; background: #fff; box-shadow: 0 18px 52px rgba(17,19,18,.04); }
.legal-document > :first-child { margin-top: 0 !important; }
.legal-document > :last-child { margin-bottom: 0 !important; }
.legal-document p,
.legal-document li { color: #4f5954; line-height: 1.8; }
.legal-document h2 { margin-top: 1.55em; margin-bottom: .55em; font-size: clamp(28px, 3vw, 40px); }
.legal-document h3 { margin-top: 1.55em; margin-bottom: .5em; font-size: clamp(22px, 2.2vw, 30px); }
.legal-document h4 { margin-top: 1.45em; margin-bottom: .45em; font-size: 18px; }
.legal-document ul,
.legal-document ol { margin: 1em 0; padding-left: 1.45em; }
.legal-document li + li { margin-top: .5em; }
.legal-document a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-document table { width: 100%; margin: 1.5em 0; border-collapse: collapse; font-size: 14px; }
.legal-document th,
.legal-document td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-document th { background: var(--soft); color: var(--text); }
.legal-document blockquote { margin: 1.5em 0; padding: 18px 22px; border-left: 4px solid var(--green); background: var(--soft); }
.legal-document__empty { color: var(--muted); }
.legal-document__empty p { margin-bottom: 0; }

@media (max-width: 767px) {
  .legal-page__section { padding-top: 56px; }
  .legal-page__header { margin-bottom: 24px; }
  .legal-page__header h1 { font-size: clamp(38px, 11vw, 50px); }
  .legal-document.prose { padding: 26px 20px; border-radius: 14px; }
  .legal-document table { display: block; overflow-x: auto; }
}


/* v1.3.13 — service-led Contact page */
.contact-hero { position: relative; isolation: isolate; overflow: hidden; padding-top: clamp(70px, 8vw, 118px); }
.contact-hero__art { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-size: cover; background-repeat: no-repeat; background-position: center left; transform: scaleX(-1); }
.contact-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.contact-hero__copy { max-width: 780px; }
.contact-hero__copy .page-hero__lead { max-width: 690px; }
.contact-hero__visual { min-width: 0; }
.image-slot--contact-hero { aspect-ratio: 7 / 6; width: 100%; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, #eef7f2, #dde9e2); border: 1px solid #d7e3dc; }
.image-slot--contact-hero img { width: 100%; height: 100%; object-fit: cover; }
.contact-booking-head { margin-bottom: 40px; }
.contact-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-service-option { display: grid; grid-template-columns: 48px minmax(0, 1fr) 32px; gap: 18px; align-items: start; min-height: 190px; padding: clamp(24px, 3vw, 34px); border-radius: 20px; border: 1px solid #dce4df; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.contact-service-option:hover { transform: translateY(-3px); border-color: #b9c9c0; box-shadow: 0 18px 42px rgba(17,19,18,.07); }
.contact-service-option__index { padding-top: 4px; color: var(--green); font-size: 12px; font-weight: 800; }
.contact-service-option__copy { display: block; }
.contact-service-option__copy .eyebrow { display: block; margin-bottom: 10px; }
.contact-service-option__copy strong { display: block; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.1; letter-spacing: -.035em; }
.contact-service-option__copy small { display: block; max-width: 500px; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.contact-service-option__arrow { justify-self: end; width: 24px; height: 24px; transition: transform .18s ease; }
.contact-service-option:hover .contact-service-option__arrow { transform: translate(2px, -2px); }

@media (max-width: 1060px) {
  .contact-hero__grid { grid-template-columns: 1fr; }
  .contact-hero__copy { max-width: 760px; }
  .contact-hero__visual { max-width: 760px; }
  .contact-service-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .contact-hero { padding-top: 48px; }
  .contact-hero__art { background-position: center right; }
  .contact-hero__grid { gap: 30px; }
  .image-slot--contact-hero { border-radius: 20px; }
  .contact-booking-head { margin-bottom: 28px; }
  .contact-service-option { grid-template-columns: 36px minmax(0, 1fr) 24px; gap: 12px; min-height: 0; padding: 22px 18px; border-radius: 16px; }
  .contact-service-option__copy strong { font-size: 26px; }
  .contact-service-option__copy small { font-size: 13px; }
}

/* v1.3.14 — service booking pages: let Calendly be the only visual container. */
.booking-page-simple__section {
  padding-top: clamp(48px, 6vw, 86px);
  padding-bottom: clamp(64px, 7vw, 104px);
}
.booking-page-simple .booking-shell {
  max-width: 1180px;
}
.booking-page-simple .calendly-frame {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}
@media (max-width: 767px) {
  .booking-page-simple__section {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

/* v1.3.16 — booking pages: tighter hero-to-calendar spacing and flush embed. */
.booking-page-simple .booking-hero {
  padding-bottom: clamp(18px, 2vw, 28px);
}
.booking-page-simple__section {
  padding: 0;
  margin: 0;
  background: #fff;
}
.booking-page-simple .calendly-frame {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.booking-page-simple .calendly-frame iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .booking-page-simple .booking-hero {
    padding-bottom: 16px;
  }
  .booking-page-simple__section {
    padding: 0;
  }
}


/* v1.3.17 — booking pages use Calendly's responsive inline widget, matching the Meta Ads popup. */
.booking-page-simple__section {
  width: 100%;
  padding: 0 16px clamp(54px, 6vw, 90px);
  margin: 0;
  background: #fff;
}
.booking-page-simple .calendly-inline-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 700px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.booking-page-simple .dmlabs-booking-calendly {
  width: 100%;
  min-width: 0;
  min-height: 700px;
  margin: 0;
  padding: 0;
  background: transparent;
}
.booking-page-simple .dmlabs-booking-calendly iframe {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 700px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}
.booking-page-simple .calendly-inline-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
.booking-page-simple .calendly-inline-loading.is-hidden { display: none; }
@media (max-width: 1199px) {
  .booking-page-simple .calendly-inline-shell { width: min(100%, 1180px); }
}
@media (max-width: 767px) {
  .booking-page-simple__section { padding: 0 0 48px; }
  .booking-page-simple .calendly-inline-shell,
  .booking-page-simple .dmlabs-booking-calendly,
  .booking-page-simple .dmlabs-booking-calendly iframe {
    min-height: 720px;
  }
}


/* v1.3.35 — homepage image composition: contain imagery and let it break panel bounds. */
.hero--home { overflow: visible; }
.hero--home .hero__visual { margin-right: -24px; }
.hero--home .home-hero__image-clean {
  min-height: 570px;
  overflow: visible;
  background: transparent;
  border: 0;
}
.hero--home .home-hero__image-clean img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: contain;
  object-position: center right;
}

body.dmlabs-design-refresh .home-case-study-section { overflow: visible; }
.home-case-study .case-feature__media {
  margin-left: -36px;
  min-height: 0;
}
.home-case-study .home-case-study__image-clean {
  min-height: 0;
  overflow: visible;
}
.home-case-study .home-case-study__image-clean img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 560px;
  object-fit: contain;
  object-position: center left;
}

.home-final-cta .services-final-cta__panel { overflow: visible; }
.home-final-cta .services-final-cta__media {
  margin-right: calc(-20px - clamp(38px, 5vw, 70px));
  min-width: 0;
}
.home-final-cta .home-final-cta__image-clean {
  aspect-ratio: auto;
  min-height: 0;
  overflow: visible;
}
.home-final-cta .home-final-cta__image-clean img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center right;
}

@media (max-width: 1060px) {
  .hero--home .hero__visual { margin-right: 0; }
  .home-case-study .case-feature__media { margin-left: 0; }
  .home-final-cta .services-final-cta__media { margin-right: 0; }
}

@media (max-width: 767px) {
  .hero--home .home-hero__image-clean,
  .hero--home .home-hero__image-clean img {
    min-height: 0;
  }
  .hero--home .home-hero__image-clean img {
    height: auto;
    max-height: 430px;
    object-position: center;
  }
  .hero--home .hero__visual { min-height: 360px; display: grid; align-items: center; }

  body.dmlabs-design-refresh .home-case-study-section {
    margin-top: 100px;
    padding-top: 92px;
  }
  .home-case-study { gap: 18px; }
  .home-case-study .case-feature__media {
    order: -1;
    margin-top: -200px;
    margin-inline: -8px;
  }
  .home-case-study .home-case-study__image-clean img {
    max-height: 420px;
    object-position: center;
  }

  .home-final-cta { padding-top: 104px; }
  .home-final-cta .services-final-cta__panel {
    gap: 4px;
    padding-top: 24px;
  }
  .home-final-cta .services-final-cta__media {
    order: -1;
    width: calc(100% + 24px);
    max-width: none;
    margin: -150px -12px 4px;
  }
  .home-final-cta .home-final-cta__image-clean {
    width: 100%;
    border-radius: 18px;
  }
  .home-final-cta .home-final-cta__image-clean img {
    max-height: 390px;
    object-position: center;
  }
}

/* v1.3.37 — homepage image scale + viewport overflow guard. */
body.home,
body.home #main-content {
  overflow-x: hidden;
  overflow-x: clip;
}

.hero--home .home-hero__image-clean img {
  transform: scale(1.3);
  transform-origin: center left;
}

.home-case-study .home-case-study__image-clean {
  transform: scale(1.2);
  transform-origin: center right;
}

.home-final-cta .home-final-cta__image-clean img {
  transform: scale(1.3);
  transform-origin: center left;
}

/* v1.3.38 — centre scaled homepage imagery on mobile. */
@media (max-width: 767px) {
  .hero--home .home-hero__image-clean img,
  .home-case-study .home-case-study__image-clean,
  .home-final-cta .home-final-cta__image-clean img {
    transform-origin: center center;
  }
}

/* v1.3.39 — extend the homepage frameless / contained / breakout image system. */
body.dmlabs-image-breakout-page,
body.dmlabs-image-breakout-page #main-content {
  overflow-x: hidden;
  overflow-x: clip;
}

body.dmlabs-image-breakout-page .dmlabs-breakout-image {
  background: transparent;
  border: 0;
  overflow: visible;
  box-shadow: none;
}
body.dmlabs-image-breakout-page .dmlabs-breakout-image img {
  object-fit: contain;
}

/* Contact + Services overview hero imagery. */
body.dmlabs-image-breakout-page .contact-hero { overflow: visible; }
body.dmlabs-image-breakout-page .contact-hero__visual,
body.dmlabs-image-breakout-page .services-page-hero__media {
  margin-right: -24px;
}
body.dmlabs-image-breakout-page .image-slot--contact-hero,
body.dmlabs-image-breakout-page .image-slot--services-hero {
  overflow: visible;
  background: transparent;
  border: 0;
}
body.dmlabs-image-breakout-page .image-slot--contact-hero img,
body.dmlabs-image-breakout-page .image-slot--services-hero img {
  object-fit: contain;
  object-position: center right;
  transform: scale(1.3);
  transform-origin: center left;
}

/* Services overview editorial imagery — each image can break toward its outside edge. */
body.dmlabs-image-breakout-page .services-overview { overflow: visible; }
body.dmlabs-image-breakout-page .services-editorial:not(.services-editorial--reverse) .services-editorial__media { margin-right: -36px; }
body.dmlabs-image-breakout-page .services-editorial--reverse .services-editorial__media { margin-left: -36px; }
body.dmlabs-image-breakout-page .image-slot--services-service {
  aspect-ratio: auto;
  min-height: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}
body.dmlabs-image-breakout-page .image-slot--services-service img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}
body.dmlabs-image-breakout-page .services-editorial:not(.services-editorial--reverse) .dmlabs-breakout-image--content {
  transform: scale(1.2);
  transform-origin: center left;
}
body.dmlabs-image-breakout-page .services-editorial--reverse .dmlabs-breakout-image--content {
  transform: scale(1.2);
  transform-origin: center right;
}
body.dmlabs-image-breakout-page .services-editorial:not(.services-editorial--reverse) .dmlabs-breakout-image--content img { object-position: center right; }
body.dmlabs-image-breakout-page .services-editorial--reverse .dmlabs-breakout-image--content img { object-position: center left; }

/* Shared final CTA treatment for Services + individual service pages. */
body.dmlabs-image-breakout-page .services-final-cta__panel { overflow: visible; }
body.dmlabs-image-breakout-page .services-final-cta__media {
  margin-right: calc(-20px - clamp(38px, 5vw, 70px));
  min-width: 0;
}
body.dmlabs-image-breakout-page .image-slot--services-final-cta {
  aspect-ratio: auto;
  min-height: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}
body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center right;
  transform: scale(1.3);
  transform-origin: center left;
}

@media (max-width: 1060px) {
  body.dmlabs-image-breakout-page .contact-hero__visual,
  body.dmlabs-image-breakout-page .services-page-hero__media,
  body.dmlabs-image-breakout-page .services-editorial__media,
  body.dmlabs-image-breakout-page .services-editorial:not(.services-editorial--reverse) .services-editorial__media,
  body.dmlabs-image-breakout-page .services-editorial--reverse .services-editorial__media,
  body.dmlabs-image-breakout-page .services-final-cta__media {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  body.dmlabs-image-breakout-page .image-slot--contact-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-hero img,
  body.dmlabs-image-breakout-page .services-editorial .dmlabs-breakout-image--content,
  body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
    transform-origin: center center;
  }
  body.dmlabs-image-breakout-page .image-slot--contact-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-service img,
  body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
    object-position: center;
  }

  body.dmlabs-image-breakout-page .contact-hero__visual,
  body.dmlabs-image-breakout-page .services-page-hero__media {
    width: 100%;
    max-width: none;
  }

  body.dmlabs-image-breakout-page .services-editorial { gap: 30px; }
  body.dmlabs-image-breakout-page .services-editorial__media {
    order: -1;
    width: 100%;
    max-width: none;
    margin: 12px 0 8px;
  }
  body.dmlabs-image-breakout-page .services-editorial .dmlabs-breakout-image--content {
    transform: scale(1.2);
  }
  body.dmlabs-image-breakout-page .image-slot--services-service img { max-height: 420px; }

  body.dmlabs-image-breakout-page .services-final-cta { padding-top: 104px; }
  body.dmlabs-image-breakout-page .services-final-cta__panel {
    gap: 4px;
    padding-top: 24px;
  }
  body.dmlabs-image-breakout-page .services-final-cta__media {
    order: -1;
    width: calc(100% + 24px);
    max-width: none;
    margin: -150px -12px 4px;
  }
  body.dmlabs-image-breakout-page .image-slot--services-final-cta {
    width: 100%;
    border-radius: 18px;
  }
  body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
    max-height: 390px;
  }
}


/* v1.3.42 — keep scaled desktop imagery clear of adjacent copy.
   Anchor each image on the text-facing edge so scale grows outward, not into content. */
@media (min-width: 1061px) {
  .hero--home .home-hero__image-clean img,
  .home-final-cta .home-final-cta__image-clean img,
  body.dmlabs-image-breakout-page .image-slot--contact-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-hero img,
  body.dmlabs-image-breakout-page .services-editorial:not(.services-editorial--reverse) .dmlabs-breakout-image--content,
  body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
    transform-origin: center left;
  }

  .home-case-study .home-case-study__image-clean,
  body.dmlabs-image-breakout-page .services-editorial--reverse .dmlabs-breakout-image--content {
    transform-origin: center right;
  }
}


/* v1.3.43 — rebalance desktop breakout imagery closer to adjacent copy.
   Keep an outward bias without pinning scale to the absolute edge. */
@media (min-width: 1061px) {
  .hero--home .home-hero__image-clean img,
  .home-final-cta .home-final-cta__image-clean img,
  body.dmlabs-image-breakout-page .image-slot--contact-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-hero img,
  body.dmlabs-image-breakout-page .services-editorial:not(.services-editorial--reverse) .dmlabs-breakout-image--content,
  body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
    transform-origin: 20% center;
  }

  .home-case-study .home-case-study__image-clean,
  body.dmlabs-image-breakout-page .services-editorial--reverse .dmlabs-breakout-image--content {
    transform-origin: 80% center;
  }
}

/* v1.3.44 — pull desktop hero + final CTA imagery slightly closer to copy.
   Proof/case-study imagery retains the v1.3.43 spacing. Mobile remains centred. */
@media (min-width: 1061px) {
  .hero--home .home-hero__image-clean img,
  .home-final-cta .home-final-cta__image-clean img,
  body.dmlabs-image-breakout-page .image-slot--contact-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-hero img,
  body.dmlabs-image-breakout-page .image-slot--services-final-cta img {
    transform-origin: 30% center;
  }
}


/* v1.3.48 — prevent scaled Services artwork from intercepting CTA/link taps.
   Breakout imagery is decorative; keep copy and controls above it at every breakpoint. */
body.dmlabs-image-breakout-page .services-page-hero__copy,
body.dmlabs-image-breakout-page .services-editorial__copy,
body.dmlabs-image-breakout-page .services-final-cta__copy {
  position: relative;
  z-index: 2;
}

body.dmlabs-image-breakout-page .services-page-hero__media,
body.dmlabs-image-breakout-page .services-editorial__media,
body.dmlabs-image-breakout-page .services-final-cta__media,
body.dmlabs-image-breakout-page .services-page-hero__media .dmlabs-breakout-image,
body.dmlabs-image-breakout-page .services-editorial__media .dmlabs-breakout-image,
body.dmlabs-image-breakout-page .services-final-cta__media .dmlabs-breakout-image,
body.dmlabs-image-breakout-page .services-page-hero__media img,
body.dmlabs-image-breakout-page .services-editorial__media img,
body.dmlabs-image-breakout-page .services-final-cta__media img {
  pointer-events: none;
}

/* v1.3.49 — site-wide click/tap safety for decorative image slots.
   All dmlabs_image_slot() output is presentational artwork, never an interactive control.
   Disable hit-testing on the artwork and its media wrappers so scaled/negative-margin
   imagery cannot sit invisibly over links or buttons on tablet/mobile. */
.dmlabs-image-slot,
.dmlabs-image-slot img,
.hero__visual,
.contact-hero__visual,
.case-feature__media,
.services-page-hero__media,
.services-editorial__media,
.meta-case__media,
.services-final-cta__media {
  pointer-events: none;
}

.hero__copy,
.contact-hero__copy,
.case-feature__copy,
.services-page-hero__copy,
.services-editorial__copy,
.meta-case__copy,
.services-final-cta__copy {
  position: relative;
  z-index: 2;
}


/* v1.3.50 — generic Mark / Olly booking confirmation pages. */
.person-success-page { min-height: 72vh; background: linear-gradient(180deg, #fff 0%, #f5f8f6 100%); }
.person-success-hero { display: grid; align-items: center; min-height: 70vh; }
.person-success-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.person-success-copy { max-width: 720px; }
.person-success-copy h1 { font-size: clamp(54px, 7vw, 92px); }
.person-success-lead { max-width: 650px; margin: 0; color: #4d5651; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.6; }
.person-success-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.person-success-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 50%; background: var(--green-pale); color: var(--green); }
.person-success-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.person-success-card__eyebrow { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.person-success-card h2 { margin: 0 0 28px; font-size: clamp(30px, 3vw, 42px); }
.person-success-details { border-top: 1px solid var(--line); }
.person-success-details > div { display: grid; grid-template-columns: 82px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.person-success-details span { color: var(--muted); font-size: 13px; }
.person-success-details strong { min-width: 0; overflow-wrap: anywhere; font-size: 14px; }
.person-success-card__note { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) {
  .person-success-layout { grid-template-columns: 1fr; }
  .person-success-card { max-width: 680px; }
}
@media (max-width: 767px) {
  .person-success-hero { min-height: auto; padding-top: 56px; }
  .person-success-copy h1 { font-size: clamp(46px, 14vw, 64px); }
  .person-success-layout { gap: 34px; }
  .person-success-details > div { grid-template-columns: 68px 1fr; gap: 14px; }
}
