:root {
    --ink: #11100f;
    --paper: #f6f3f0;
    --paper-warm: #f1eeea;
    --white: #ffffff;
    --plum: #9d0b70;
    --plum-bright: #cc2b93;
    --muted: #655f5b;
    --footer: #111111;
    --serif: "Merriweather", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
    --home-type-kicker: .75rem;
    --home-type-section-title: clamp(3rem, 4.15vw, 4.25rem);
    --home-type-card-title: 1.65rem;
    --home-type-body: 1rem;
    --home-type-number: 3.3rem;
    --home-type-control: 1rem;
    --lw-type-control: var(--home-type-control);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
.site-gutter { width: 100%; padding-right: clamp(1.5rem, 5.55vw, 5rem); padding-left: clamp(1.5rem, 5.55vw, 5rem); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.15rem; height: 1.15rem; stroke-width: 1.5; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.hero { position: relative; width: 100%; min-height: 100svh; height: 100svh; overflow: hidden; background: var(--paper); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.home-navigation__separator { width: 7.4rem; height: 1px; margin: .4rem 0 .15rem; background: currentColor; opacity: .34; }
.home-navigation__languages { display: flex; align-items: center; gap: .38rem; margin-top: .15rem; font-size: .56rem; letter-spacing: .08em; }
.home-navigation__languages a { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; opacity: .72; transition: color .25s ease, background-color .25s ease, opacity .25s ease, transform .25s ease; }
.home-navigation__languages a:hover, .home-navigation__languages a:focus-visible { opacity: 1; transform: translateY(-1px); }
.home-navigation__languages a.is-active { color: #111; background: #fff; opacity: 1; }
.mobile-menu-languages { display: flex; align-items: center; gap: .6rem; color: #f5f4f1; font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.mobile-menu-languages a { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; }
.mobile-menu-languages a.is-active { color: var(--ink); background: #fff; }
.home-mobile-navigation { gap: clamp(.58rem, 1.55vh, .9rem) !important; padding-top: max(4.8rem, calc(env(safe-area-inset-top) + 4.4rem)) !important; padding-bottom: max(2.25rem, calc(env(safe-area-inset-bottom) + 1.8rem)) !important; }
.home-mobile-navigation > a { font-size: clamp(1.62rem, 6.2vw, 2.2rem) !important; line-height: 1 !important; }
.home-mobile-navigation > a.border-t { margin-top: .35rem !important; padding-top: .8rem !important; }
.home-mobile-navigation > a img { width: 1.15em !important; height: 1.15em !important; object-fit: contain; flex: 0 0 auto; }
.brand { position: absolute; z-index: 5; top: 2.8rem; left: clamp(2rem, 5vw, 5rem); display: inline-flex; align-items: center; gap: .85rem; font-size: 1rem; font-weight: 700; letter-spacing: -.04em; }
.brand img { width: 1.85rem; height: 1.85rem; object-fit: contain; filter: invert(1); }
.main-menu { position: absolute; z-index: 6; top: 2.7rem; right: clamp(2rem, 4vw, 4.5rem); display: flex; flex-direction: column; align-items: flex-end; gap: 1rem; color: var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.main-menu > a { position: relative; padding: .05rem 0; }
.main-menu > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.3rem; height: 1px; background: var(--plum); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-menu > a:hover::after, .main-menu > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-menu > a.is-current::before { content: ""; position: absolute; top: 50%; right: -1.2rem; width: .45rem; height: .45rem; border-radius: 50%; background: currentColor; transform: translateY(-50%); }
.main-menu__separator { width: 7.4rem; height: 1px; margin: .55rem 0 .35rem; background: rgba(157, 11, 112, .65); }
.main-menu .plum-notes { display: inline-flex; align-items: center; gap: .5rem; }
.plum-notes img { width: 1rem; height: 1rem; object-fit: contain; }
.languages { display: flex; align-items: center; gap: .5rem; margin-top: .35rem; letter-spacing: .08em; }
.languages a { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; }
.languages a.is-active { color: #fff; background: var(--ink); }
.menu-toggle { display: none; }
.hero__content { position: absolute; z-index: 4; top: 52%; left: clamp(2rem, 5.35vw, 5.2rem); width: min(45vw, 43rem); transform: translateY(-64%); }
.eyebrow, .section-kicker { margin: 0; color: var(--plum); font-size: var(--home-type-kicker); font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow span { margin: 0 .3rem; }
.hero h1 { margin: 1.35rem 0 1.3rem; font-family: var(--serif); font-size: clamp(3.9rem, 5.45vw, 5.8rem); font-weight: 500; letter-spacing: -.045em; line-height: .93; }
.hero h1 em { color: var(--plum); font-weight: 500; }
.hero h1 strong { color: #fff; font-weight: 400; text-shadow: 0 4px 12px rgba(0,0,0,.24); }
.hero__intro { margin: 0; font-size: clamp(1.05rem, 1.25vw, 1.3rem); line-height: 1.45; }
.hero__actions { display: flex; gap: 1.25rem; margin-top: 1.9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3.15rem; padding: .85rem 2.1rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: var(--home-type-control); font-weight: 600; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { min-width: 12rem; border-color: var(--plum); color: #fff; background: var(--plum); }
.button--primary:hover, .button--primary:focus-visible { background: #7e085b; border-color: #7e085b; }
.hero__actions .button svg { width: 1rem; height: 1rem; flex: 0 0 auto; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.hero__actions .button:hover svg,
.hero__actions .button:focus-visible svg { transform: translateX(.4rem); }

.client-strip { display: grid; grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem; align-items: center; gap: 1.35rem; min-height: 88px; padding: 0 clamp(1.5rem, 2.6vw, 2.8rem); background: #fff; }
.client-strip__arrow { display: grid; place-items: center; width: 2rem; height: 2rem; padding: 0; border: 1px solid rgba(17,16,15,.18); border-radius: 50%; color: rgba(17,16,15,.55); background: #fff; }
.client-strip__track { display: grid; grid-template-columns: repeat(11, minmax(3.6rem, 1fr)); align-items: center; gap: 1.2rem; }
.client-logo-slot { display: block; height: 2.4rem; min-width: 0; }

.section-shell { padding-right: clamp(2rem, 5vw, 5rem); padding-left: clamp(2rem, 5vw, 5rem); }
.problems { padding-top: 4.25rem; padding-right: 4.72vw; padding-bottom: 1.7rem; padding-left: 4.72vw; background: var(--paper-warm); }
.section-heading--problems { margin-left: 1.1rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: var(--home-type-section-title); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.section-heading h2 em { display: block; margin-top: 0; color: var(--plum); font-size: 1em; font-weight: 500; line-height: 1; }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; margin-top: 5.05rem; }
.problem-card { position: relative; min-height: 0; aspect-ratio: 4 / 5.06; overflow: hidden; border-radius: .85rem; color: #fff; background: #16111a; box-shadow: 0 14px 28px rgba(20, 14, 22, .14); }
.problem-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.problem-card__veil { position: absolute; inset: 0; background: rgba(13, 9, 17, .46); }
.problem-card__content { position: absolute; z-index: 2; left: 1.8rem; right: 1.8rem; bottom: 2.1rem; }
.problem-card__number { display: block; width: max-content; margin-bottom: 1.2rem; padding-bottom: .38rem; border-bottom: 1px solid var(--plum-bright); color: var(--plum-bright); font-family: var(--serif); font-size: var(--home-type-number); line-height: .9; }
.problem-card h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: var(--home-type-card-title); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.problem-card p { min-height: 3rem; margin: 0; font-size: var(--home-type-body); line-height: 1.5; }
.problem-card a { display: inline-flex; align-items: center; justify-content: space-between; gap: .7rem; width: 13.5rem; min-width: 0; margin-top: 1.25rem; padding: .72rem .8rem; border: 1px solid rgba(204,43,147,.78); border-radius: .35rem; color: #ef65ba; font-size: var(--home-type-control); font-weight: 500; white-space: nowrap; transition: color .3s ease, background-color .3s ease, border-color .3s ease; }
.problem-card a svg { transition: transform .42s cubic-bezier(.16, 1, .3, 1); }
.problem-card a:hover, .problem-card a:focus-visible { color: #fff; background: var(--plum); }
.problem-card a:hover svg, .problem-card a:focus-visible svg { transform: translateX(.55rem); }

.services { padding-top: 4.8rem; padding-right: 6.3vw; padding-bottom: 5.2rem; padding-left: 6.3vw; background: #fff; }
.section-kicker { font-size: 1rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 3.2rem; }
.service { position: relative; min-height: 285px; padding: 0 2.1rem 2.5rem 0; }
.service:nth-child(3n+2), .service:nth-child(3n+3) { border-left: 1px solid rgba(17,16,15,.08); padding-left: 4rem; }
.service > span { color: var(--plum); font-family: var(--serif); font-size: var(--home-type-number); line-height: .9; }
.service--icon { padding-bottom: 6.25rem; }
.service__marker-icon { display: block; width: auto; height: 5.4rem; object-fit: contain; }
.service h2 { margin: .95rem 0 1.1rem; font-family: var(--serif); font-size: var(--home-type-card-title); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.service p { margin: 0; color: #4f4a46; font-size: var(--home-type-body); line-height: 1.5; }
.service > svg { position: absolute; bottom: 2.4rem; left: 0; width: 2.5rem; height: 2.5rem; color: var(--plum); transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.service:nth-child(3n+2) > svg, .service:nth-child(3n+3) > svg { left: 4rem; }
.service:hover > svg, .service:focus-visible > svg { transform: translateX(.5rem); }

.process { padding-top: 3.8rem; padding-right: 3.7vw; padding-bottom: 7.5rem; padding-left: 3.7vw; background: var(--paper-warm); }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.process-card { position: relative; min-height: 0; aspect-ratio: 4 / 5.33; overflow: hidden; border-radius: .9rem; color: #fff; background: #171310; }
.process-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.process-card__shade { position: absolute; inset: 0; background: rgba(10, 8, 7, .34); }
.process-card__content { position: absolute; z-index: 2; top: 3rem; left: 2.3rem; right: 2rem; }
.process-card__content span { color: var(--plum-bright); font-family: var(--serif); font-size: var(--home-type-number); line-height: .9; }
.process-card h2 { margin: .8rem 0 .6rem; font-family: var(--serif); font-size: var(--home-type-card-title); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.process-card b { display: block; width: 2.2rem; height: 2px; margin: .9rem 0 1rem; background: var(--plum-bright); }
.process-card p { margin: 0; font-size: var(--home-type-body); line-height: 1.5; }

.contact { position: relative; display: grid; grid-template-columns: .95fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); min-height: 550px; padding-top: clamp(4rem, 5vw, 5rem); padding-bottom: clamp(6.5rem, 7vw, 7rem); background: #fff; }
.contact::before { content: ""; position: absolute; top: 2rem; bottom: 2.6rem; left: 11.2%; width: 1px; background: rgba(17,16,15,.25); }
.contact::after { content: ""; position: absolute; top: 2rem; left: calc(11.2% - .32rem); width: .64rem; height: .64rem; background: var(--plum); }
.contact__intro { padding-left: 9rem; }
.contact__intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 6.4vw, 6.4rem); font-weight: 500; letter-spacing: -.05em; line-height: .85; }
.contact__intro > span { display: block; width: 3.4rem; height: 2px; margin: 1.8rem 0 1.5rem; background: var(--plum); }
.contact__intro p { margin: 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.22; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1.45rem 2rem; padding-top: .9rem; }
.contact-form label { display: flex; flex-direction: column; gap: .4rem; color: var(--ink); font-size: .76rem; }
.contact-form__full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,16,15,.38); border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.contact-form input { min-height: 2rem; }
.contact-form textarea { min-height: 3.5rem; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--plum); box-shadow: 0 1px 0 var(--plum); }
.contact-form__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.button--contact { grid-column: 1 / -1; justify-self: start; gap: 3rem; min-width: 15rem; margin-top: .65rem; border-color: var(--plum); background: #fff; cursor: pointer; }
.button--contact svg { transition: transform .42s cubic-bezier(.16, 1, .3, 1); }
.button--contact:hover, .button--contact:focus-visible { color: #fff; background: var(--plum); }
.button--contact:hover svg, .button--contact:focus-visible svg { transform: translateX(.65rem); }
.button--contact[disabled] { opacity: .55; cursor: wait; transform: none; }
.contact-form__status { grid-column: 1 / -1; min-height: 1.3rem; margin: -.9rem 0 0; color: var(--plum); font-size: .75rem; }

/* Reuse the approved Webs y landings contact composition; the home only adds vertical scale. */
.home-page .contact {
    --paper: #f6f1eb;
    --plum: #9f0874;
    width: min(calc(100% - 7.7vw), 78rem);
    max-width: 78rem;
    min-height: 42rem;
    grid-template-columns: 49.45% 50.55%;
    gap: 0;
    margin-inline: auto;
    padding: 5.25rem 0 8.5rem;
    background: var(--paper);
    box-shadow: 0 0 0 100vmax var(--paper);
    clip-path: inset(0 -100vmax);
}
.home-page .contact::before { top: 4rem; bottom: 4rem; left: 5.65rem; }
.home-page .contact::after { top: 4rem; left: calc(5.65rem - .32rem); }
.home-page .contact__intro { position: relative; padding: .7rem 0 0 9.525rem; }
.home-page .contact__intro h2 { font: 500 clamp(3.8rem,5vw,4.8rem)/.9 var(--serif); letter-spacing: -.045em; }
.home-page .contact__intro p { font: 400 var(--home-type-body)/1.55 var(--serif); }
.home-page .contact__intro,
.home-page .contact-form { min-width: 0; }
.home-page .contact__intro::before {
    content: "";
    position: absolute;
    left: 2.775rem;
    bottom: 6.25rem;
    width: 7.5rem;
    height: 1px;
    background: rgba(17, 16, 15, .38);
}
.home-page .contact__intro::after {
    content: "";
    position: absolute;
    left: 15.15rem;
    bottom: 1.95rem;
    width: 1px;
    height: 5.3rem;
    background: rgba(17, 16, 15, .2);
}
.home-page .contact-form {
    position: relative;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 2.52rem 2.3rem;
    padding-top: .25rem;
}
.home-page .contact-form label { gap: .65rem; font-size: var(--home-type-control); }
.home-page .contact-form input { min-height: 1.55rem; padding: .1rem 0 .45rem; }
.home-page .contact-form textarea { min-height: 4rem; padding: .1rem 0 .45rem; }
.home-page .button--contact { margin-top: 0; font-size: var(--home-type-control); }
.home-page .contact-form__status { position: absolute; left: 0; bottom: -1.5rem; margin: 0; font-size: var(--home-type-body); }

.footer { display: grid; grid-template-columns: 1.45fr 1.5fr .9fr .85fr .75fr; gap: 3rem; min-height: 330px; padding: 4.3rem clamp(2.5rem, 6.2vw, 6rem); color: rgba(255,255,255,.62); background: var(--footer); font-size: .73rem; line-height: 1.75; }
.footer__brand a { display: inline-flex; align-items: center; gap: .75rem; color: #fff; font-size: .88rem; }
.footer__brand img { width: 1.8rem; height: 1.8rem; object-fit: contain; }
.footer__brand p { margin: 1.7rem 0 0; }
.footer__brand p + p { margin-top: .65rem; }
.footer__heart { color: var(--plum-bright); font-size: 1.1rem; }
.footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.footer__column h2 { margin: 0 0 1rem; color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.footer__column a { margin-bottom: .35rem; }
.footer__column a:hover, .footer__column a:focus-visible { color: #fff; }
.footer__languages > div { display: flex; gap: .45rem; }
.footer__languages a { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; color: #fff; }
.footer__languages a.is-active { color: var(--ink); background: #fff; }

@media (max-width: 1100px) {
    .hero { height: 100svh; min-height: 100svh; }
    .hero__media { left: 0; }
    .hero__content { width: 48vw; }
    .hero h1 { font-size: clamp(4rem, 6.2vw, 5.2rem); }
    .main-menu { right: 2rem; }
    .client-strip__track { gap: .4rem; }
    .problem-card { min-height: 0; }
    .service:nth-child(3n+2), .service:nth-child(3n+3) { padding-left: 2.5rem; }
    .service:nth-child(3n+2) > svg, .service:nth-child(3n+3) > svg { left: 2.5rem; }
    .process-card { min-height: 0; }
    .contact__intro { padding-left: 4rem; }
    .footer { grid-template-columns: 1.35fr repeat(4, 1fr); gap: 1.5rem; }
}

@media (max-width: 820px) {
    .hero { height: auto; min-height: max(100svh, 900px); padding-bottom: 4rem; background: var(--paper); }
    .hero__media { inset: 0 0 auto 0; height: min(46svh, 23rem); }
    .hero__media img { object-position: right center; }
    .hero__media::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.12); }
    .brand { position: relative; top: auto; left: auto; z-index: 12; margin: 1.5rem; color: #fff; }
    .brand img { filter: none; }
    .menu-toggle { position: absolute; z-index: 12; top: 1.7rem; right: 1.5rem; display: flex; flex-direction: column; justify-content: center; gap: .45rem; width: 2.3rem; height: 2.3rem; padding: 0; border: 0; background: transparent; }
    .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: #fff; transition: transform .25s ease; }
    .menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(.24rem) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-.24rem) rotate(-45deg); }
    .main-menu { position: fixed; z-index: 10; inset: 0; top: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 1rem; color: #fff; background: #151216; transform: translateX(100%); transition: transform .38s cubic-bezier(.2,.8,.2,1); }
    .main-menu.is-open { transform: translateX(0); }
    .main-menu > a.is-current::before { right: -1.2rem; }
    .main-menu__separator { background: rgba(204,43,147,.65); }
    .languages a.is-active { color: var(--ink); background: #fff; }
    .hero__content { position: relative; top: auto; left: auto; width: auto; margin: calc(min(46svh, 23rem) + 2rem) 1.5rem 0; transform: none; }
    .hero h1 { font-size: clamp(3.55rem, 13vw, 5.5rem); }
    .hero h1 strong { color: var(--ink); text-shadow: none; }
    .hero__actions { flex-wrap: wrap; }
    .client-strip { min-height: 86px; }
    .client-strip__track { grid-template-columns: repeat(5, minmax(2.8rem, 1fr)); }
    .client-logo-slot:nth-child(n+6) { display: none; }
    .problem-grid, .process-grid { grid-template-columns: 1fr; }
    .problem-card, .process-card { width: 100%; min-height: 0; aspect-ratio: 4 / 5.2; }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service, .service:nth-child(3n+2), .service:nth-child(3n+3) { min-height: 270px; padding-right: 1.25rem; padding-left: 0; border-left: 0; }
    .service:nth-child(even) { padding-left: 2rem; border-left: 1px solid rgba(17,16,15,.08); }
    .service > svg, .service:nth-child(3n+2) > svg, .service:nth-child(3n+3) > svg { left: 0; }
    .service:nth-child(even) > svg { left: 2rem; }
    .home-page .contact { width: 100%; max-width: none; min-height: 0; grid-template-columns: 1fr; gap: 4rem; padding: 6.5rem 1.25rem 7rem 3.2rem; }
    .home-page .contact::before { left: 1.35rem; top: 2.5rem; bottom: 2.5rem; }
    .home-page .contact::after { left: 1.03rem; top: 2.5rem; }
    .home-page .contact__intro { padding: 0; }
    .home-page .contact__intro h2 { font-size: 4.6rem; }
    .home-page .contact__intro::before,
    .home-page .contact__intro::after { display: none; }
    .home-page .contact-form { grid-template-columns: 1fr; gap: 2rem; padding-top: .9rem; }
    .home-page .contact-form__full,
    .home-page .button--contact,
    .home-page .contact-form__status { grid-column: 1; }
    .home-page .button--contact { width: 100%; margin-top: 1.5rem; }
    .home-page .contact-form__status { position: static; margin: -.9rem 0 0; }
    .footer { grid-template-columns: repeat(2, 1fr); }
    .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .section-shell { padding-right: 1.35rem; padding-left: 1.35rem; }
    .hero { min-height: max(100svh, 850px); }
    .hero__media { height: min(44svh, 22rem); }
    .hero__content { margin-top: calc(min(44svh, 22rem) + 2rem); }
    .eyebrow { font-size: .56rem; letter-spacing: .2em; white-space: nowrap; }
    .eyebrow span { margin: 0 .18rem; }
    .hero h1 { margin-top: 1.25rem; font-size: clamp(3.25rem,13.5vw,3.75rem); line-height: .93; }
    .hero__intro br { display: none; }
    .hero__actions { gap: .75rem; margin-top: 2rem; }
    .button--primary { width: 100%; }
    .client-strip { grid-template-columns: 2rem minmax(0, 1fr) 2rem; gap: .5rem; padding: 0 .75rem; }
    .client-strip__track { grid-template-columns: repeat(3, minmax(2.6rem, 1fr)); }
    .client-logo-slot:nth-child(n+4) { display: none; }
    .problems { padding-top: 3.5rem; }
    .section-heading h2 { font-size: clamp(2.8rem,13vw,4.1rem); line-height: 1; }
    .problem-grid { margin-top: 2.8rem; }
    .problem-card, .process-card { min-height: 0; aspect-ratio: 4 / 5.2; }
    .problem-card__content { left: 1.4rem; right: 1.4rem; bottom: 1.4rem; }
    .services-grid { grid-template-columns: 1fr; }
    .service, .service:nth-child(even) { min-height: 320px; padding-left: 0; border-left: 0; border-bottom: 1px solid rgba(17,16,15,.08); }
    .service:last-child { border-bottom: 0; }
    .service:nth-child(even) > svg { left: 0; }
    .process-card__content { top: 2rem; left: 1.5rem; }
    .home-page .contact { padding-top: 6.5rem; }
    .footer { grid-template-columns: 1fr; padding: 3.5rem 1.5rem; }
    .footer__brand { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
