
:root {
  --ink: #071729; --navy: #0a2038; --blue: #2f6df6; --cyan: #54d6ca;
  --orange: #ff8a4c; --paper: #f4f2eb; --white: #fff; --mist: #e7ecf1;
  --text: #102337; --muted: #66768a; --line: rgba(7,23,41,.13);
  --shadow: 0 24px 70px rgba(4,20,38,.13); --radius-md: 26px; --radius-lg: 40px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--cyan); color: var(--ink); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--paper { background: var(--paper); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem,5vw,4.35rem); line-height: 1.02; }
p { line-height: 1.72; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(7,23,41,.93); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.site-header__inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-weight: 700; }
.brand__mark { display: grid; place-items: center; width: 46px; height: 36px; border-radius: 10px; background: var(--cyan); color: var(--ink); font-size: .83rem; font-weight: 900; }
.brand__name { font-size: .96rem; }
.desktop-nav { display: flex; align-items: center; gap: 36px; color: rgba(255,255,255,.76); font-size: .88rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.mobile-menu { display: none; color: white; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 110px 0 100px; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right,black,transparent 76%); }
.hero__glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; filter: blur(110px); opacity: .2; }
.hero__glow--one { background: var(--blue); top: -140px; left: -120px; }
.hero__glow--two { background: var(--cyan); right: -160px; bottom: -190px; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.hero h1 { max-width: 710px; margin-bottom: 30px; color: var(--white); font-size: clamp(3.6rem,7.2vw,6.75rem); line-height: .91; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero__lead { max-width: 670px; margin-bottom: 34px; color: #b9c7d5; font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; transition: transform .2s ease,background .2s ease,border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--cyan); color: var(--ink); }
.button--ghost { border-color: rgba(255,255,255,.24); color: var(--white); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--light { background: var(--white); color: var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #91a5b8; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.trust-row span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--cyan); vertical-align: 1px; }

.product-orbit { position: relative; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); box-shadow: 0 50px 120px rgba(0,0,0,.34); backdrop-filter: blur(18px); transform: rotate(1.5deg); }
.product-orbit__header,.product-orbit__footer { display: flex; justify-content: space-between; color: #8fa4b8; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-orbit__header { padding: 5px 8px 18px; }
.product-orbit__footer { padding: 17px 8px 4px; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(84,214,202,.12); }
.product-orbit__list { display: grid; gap: 8px; }
.orbit-app { display: grid; grid-template-columns: 30px 46px 1fr 24px; gap: 12px; align-items: center; min-height: 72px; padding: 11px 14px; border-radius: 20px; background: rgba(255,255,255,.97); transition: transform .2s ease,background .2s ease; }
.orbit-app:hover { transform: translateX(-5px); background: var(--white); }
.orbit-app__number { color: #8b99a7; font-family: ui-monospace,monospace; font-size: .68rem; }
.orbit-app__copy { display: grid; gap: 2px; }
.orbit-app__copy strong { color: var(--ink); font-size: .92rem; }
.orbit-app__copy small { color: var(--muted); font-size: .68rem; }
.orbit-app__arrow { color: var(--ink); }

.app-mark { display: inline-grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); font-size: 1.25rem; font-weight: 900; }
.app-mark--large { width: 62px; height: 62px; border-radius: 19px; font-size: 1.6rem; }
.app-mark--onmyweigh { background: linear-gradient(145deg,#2276f2,#54a4ff); }
.app-mark--complybox { background: linear-gradient(145deg,#18a081,#53d6af); }
.app-mark--recupera { background: linear-gradient(145deg,#e45e44,#ff9b5d); }
.app-mark--equipkeep { background: linear-gradient(145deg,#6a50dc,#a182ff); }
.app-mark--jobvia { background: linear-gradient(145deg,#d69a22,#f5cc55); color: #3b2a08; }

.statement__grid { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.statement h2 { max-width: 920px; margin-bottom: 26px; }
.statement .statement__grid>div>p { max-width: 780px; color: var(--muted); font-size: 1.15rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--compact { margin-bottom: 40px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--blue); font-size: .86rem; font-weight: 800; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform .2s ease; }
.text-link--large { padding-bottom: 9px; border-bottom: 1px solid currentColor; }
.app-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; }
.app-card { min-height: 430px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(7,23,41,.09); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease,box-shadow .25s ease; }
.app-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.app-card--featured { background: var(--ink); border-color: var(--ink); }
.app-card__top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 42px; }
.status-pill { padding: 7px 10px; border-radius: 999px; background: var(--mist); color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.app-card h3 { margin-bottom: 8px; font-size: 2rem; }
.app-card__tagline { margin-bottom: 14px; color: var(--text); font-weight: 800; }
.app-card__summary { color: var(--muted); font-size: .92rem; }
.app-card .text-link { margin-top: auto; }
.app-card--featured h3,.app-card--featured .app-card__tagline { color: var(--white); }
.app-card--featured .app-card__summary { color: #aebdca; }
.app-card--featured .status-pill { background: rgba(255,255,255,.1); color: #c9d5df; }
.app-card--featured .text-link { color: var(--cyan); }

.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.principle-grid article { padding: 36px 34px 0 0; }
.principle-grid article+article { padding-left: 34px; border-left: 1px solid var(--line); }
.principle-grid span { display: block; margin-bottom: 44px; color: var(--blue); font-family: ui-monospace,monospace; font-size: .72rem; font-weight: 800; }
.principle-grid h3 { font-size: 1.35rem; }
.principle-grid p { color: var(--muted); font-size: .93rem; }
.cta-band { padding: 88px 0; background: var(--blue); }
.cta-band__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.cta-band h2 { max-width: 670px; margin-bottom: 0; color: white; }
.cta-band__inner>div:last-child { color: #dbe6ff; }
.cta-band .button { margin-top: 14px; }

.site-footer { padding: 74px 0 28px; background: var(--ink); color: #91a3b4; }
.site-footer__grid { display: grid; grid-template-columns: 2fr .7fr .8fr; gap: 60px; padding-bottom: 64px; }
.brand--footer { margin-bottom: 20px; }
.site-footer__grid>div:first-child p { max-width: 360px; }
.footer-links { display: grid; align-content: start; gap: 12px; font-size: .88rem; }
.footer-links a:hover { color: white; }
.footer-heading { margin-bottom: 4px; color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.site-footer__bottom p { margin-bottom: 0; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.page-hero { position: relative; overflow: hidden; padding: 112px 0 104px; background: var(--ink); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -260px; border: 1px solid rgba(84,214,202,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(84,214,202,.035),0 0 0 140px rgba(84,214,202,.025); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; margin-bottom: 28px; color: var(--white); font-size: clamp(3.4rem,7vw,6.6rem); line-height: .95; }
.page-hero h1 em { color: var(--cyan); font-style: normal; }
.page-hero .shell>p:last-child { max-width: 760px; margin-bottom: 0; color: #b8c6d4; font-size: 1.12rem; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.portfolio-grid .app-card { min-height: 420px; }
.studio-note { padding: 100px 0; }
.studio-note__grid { display: grid; grid-template-columns: 220px 1fr; gap: 80px; }
.studio-note h2 { margin-bottom: 24px; }
.studio-note__grid>div p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }

.product-hero { position: relative; overflow: hidden; padding: 96px 0 90px; background: var(--ink); }
.product-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 16%,rgba(47,109,246,.2),transparent 30%),linear-gradient(90deg,transparent 50%,rgba(255,255,255,.025)); }
.product-hero--complybox::before { background: radial-gradient(circle at 82% 16%,rgba(84,214,170,.18),transparent 30%); }
.product-hero--recupera::before { background: radial-gradient(circle at 82% 16%,rgba(255,138,76,.2),transparent 30%); }
.product-hero--equipkeep::before { background: radial-gradient(circle at 82% 16%,rgba(143,110,255,.2),transparent 30%); }
.product-hero--jobvia::before { background: radial-gradient(circle at 82% 16%,rgba(245,204,85,.19),transparent 30%); }
.product-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.product-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.product-kicker>span:last-child { display: grid; gap: 4px; }
.product-kicker small { color: #8fa4b8; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-kicker strong { color: var(--white); font-size: .82rem; }
.product-hero h1 { margin-bottom: 6px; color: var(--white); font-size: clamp(4rem,8vw,7.5rem); line-height: .92; }
.product-hero__tagline { margin-bottom: 18px; color: var(--cyan); font-size: clamp(1.3rem,2.6vw,2rem); font-weight: 800; }
.product-hero__summary { max-width: 650px; margin-bottom: 32px; color: #b6c6d4; font-size: 1.05rem; }
.product-preview { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: rgba(255,255,255,.07); box-shadow: 0 42px 100px rgba(0,0,0,.32); transform: rotate(1.25deg); }
.product-preview__bar { display: flex; gap: 7px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.product-preview__bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.product-preview__screen { padding: 36px; }
.product-preview__screen h2 { margin-bottom: 40px; color: var(--white); font-size: clamp(1.75rem,3.4vw,2.7rem); }
.preview-list { display: grid; gap: 10px; }
.preview-list div { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 58px; padding: 10px 14px; border-radius: 15px; background: rgba(255,255,255,.09); }
.preview-list span { color: var(--cyan); font-family: ui-monospace,monospace; font-size: .68rem; }
.preview-list strong { color: #eaf1f6; font-size: .84rem; }
.product-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.product-section>div:first-child { position: sticky; top: 120px; align-self: start; }
.product-section>div:first-child p:last-child { max-width: 500px; color: var(--muted); }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 56px 1fr; gap: 24px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--blue); font-family: ui-monospace,monospace; font-size: .7rem; font-weight: 800; }
.feature-list p { margin-bottom: 0; color: var(--ink); font-size: 1.08rem; font-weight: 750; line-height: 1.45; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.outcome-cards { display: grid; gap: 10px; }
.outcome-cards article { display: grid; grid-template-columns: 45px 1fr; align-items: center; padding: 21px 22px; border-radius: 18px; background: var(--white); }
.outcome-cards span { color: var(--blue); font-family: ui-monospace,monospace; font-size: .68rem; }
.outcome-cards h3 { margin: 0; font-size: 1.1rem; }
.privacy-callout { padding: 88px 0; background: var(--navy); }
.privacy-callout__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.privacy-callout h2 { color: var(--white); }
.privacy-callout__grid>div:last-child { color: #b5c5d3; }
.text-link--light { color: var(--cyan); }

.about-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; }
.about-story>div:last-child { padding-top: 44px; color: var(--muted); font-size: 1.08rem; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.values-grid article { min-height: 280px; padding: 30px; border: 1px solid rgba(7,23,41,.08); border-radius: 24px; background: var(--white); }
.values-grid span { display: block; margin-bottom: 54px; color: var(--blue); font-family: ui-monospace,monospace; font-size: .7rem; font-weight: 800; }
.values-grid h3 { font-size: 1.45rem; }
.values-grid p { color: var(--muted); }
.not-found { min-height: 72vh; display: grid; place-items: center; padding: 80px 20px; text-align: center; }
.not-found h1 { font-size: clamp(2.8rem,7vw,5.6rem); }
.not-found p { max-width: 560px; margin-inline: auto; color: var(--muted); }

.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.support-card { display: grid; grid-template-columns: 52px 1fr 24px; gap: 18px; align-items: center; min-height: 112px; padding: 22px; border: 1px solid rgba(7,23,41,.08); border-radius: 22px; background: var(--white); transition: transform .2s ease,box-shadow .2s ease; }
.support-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.support-card>span:nth-child(2) { display: grid; gap: 4px; }
.support-card small { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.support-card strong { color: var(--ink); font-size: 1.08rem; }
.support-card>span:last-child { color: var(--blue); font-weight: 900; }
.help-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.muted-copy { max-width: 500px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 26px 46px 26px 0; color: var(--ink); font-size: 1rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 23px; color: var(--blue); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details>p { max-width: 680px; padding-right: 30px; color: var(--muted); }
.faq-list details>.text-link { margin-bottom: 24px; }
.contact-strip { padding: 76px 0; background: var(--blue); }
.contact-strip__inner { display: flex; justify-content: space-between; gap: 48px; align-items: end; }
.contact-strip h2 { margin-bottom: 10px; color: white; }
.contact-strip p { max-width: 690px; margin-bottom: 0; color: #dbe6ff; }
.support-hero { position: relative; overflow: hidden; padding: 82px 0; background: var(--ink); }
.support-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -80px; top: -130px; border-radius: 50%; background: rgba(47,109,246,.13); filter: blur(10px); }
.support-hero .shell { position: relative; z-index: 1; }
.support-hero .app-mark { margin-bottom: 26px; }
.support-hero h1 { margin-bottom: 12px; color: white; font-size: clamp(3.5rem,7vw,6rem); }
.support-hero .shell>p:last-child { max-width: 720px; margin-bottom: 0; color: #b7c6d4; font-size: 1.08rem; }
.privacy-standard { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.privacy-standard>div:last-child { padding-top: 44px; color: var(--muted); font-size: 1.06rem; }
.privacy-grid { display: grid; gap: 12px; }
.privacy-card { display: grid; grid-template-columns: 58px 1fr 24px; gap: 22px; align-items: start; padding: 26px; border: 1px solid rgba(7,23,41,.08); border-radius: 24px; background: white; }
.privacy-card>span:nth-child(2) { display: grid; gap: 4px; }
.privacy-card small { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.privacy-card strong { color: var(--ink); font-size: 1.25rem; }
.privacy-card p { max-width: 790px; margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.privacy-card>span:last-child { padding-top: 18px; color: var(--blue); font-weight: 900; }
.legal-note { padding: 28px 0; background: var(--ink); color: #9eb0c0; font-size: .78rem; }
.legal-note .shell { display: flex; justify-content: space-between; gap: 30px; }
.legal-note p { margin: 0; }
.legal-note a { color: var(--cyan); }
.legal-page { max-width: 840px; padding-top: 86px; padding-bottom: 110px; }
.legal-page h2 { margin-top: 52px; margin-bottom: 16px; font-size: clamp(1.6rem,3vw,2.25rem); }
.legal-page p { color: #52657a; font-size: 1rem; }
.legal-page a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-date { margin-bottom: 54px; color: var(--blue)!important; font-size: .72rem!important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-hero--legal h1 { margin-bottom: 18px; }
.contact-grid { display: grid; gap: 16px; }
.contact-card { position: relative; display: block; padding: 34px; border: 1px solid var(--line); border-radius: 26px; transition: transform .2s ease,background .2s ease,color .2s ease; }
.contact-card:hover { transform: translateY(-4px); background: var(--ink); }
.contact-card>span:first-child { position: absolute; right: 28px; top: 28px; color: var(--blue); font-family: ui-monospace,monospace; font-size: .72rem; }
.contact-card h2 { max-width: 900px; margin-bottom: 16px; font-size: clamp(1.7rem,4vw,3.4rem); overflow-wrap: anywhere; }
.contact-card p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.contact-card strong { color: var(--blue); font-size: .82rem; }
.contact-card:hover h2,.contact-card:hover strong { color: var(--cyan); }
.contact-card:hover p:not(.eyebrow) { color: #aebfce; }
.contact-advice { padding: 86px 0; background: var(--paper); }
.contact-advice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-advice__grid>div { color: var(--muted); }

@media (max-width:980px) {
  .hero__grid { grid-template-columns: 1fr; }
  .product-orbit { width: min(620px,100%); transform: none; }
  .app-grid { grid-template-columns: 1fr 1fr; }
  .app-card--featured { grid-column: 1/-1; }
  .statement__grid { grid-template-columns: 1fr; gap: 28px; }
  .product-hero__grid,.product-section,.about-story { grid-template-columns: 1fr; }
  .product-preview { width: min(680px,100%); }
  .product-section>div:first-child { position: static; }
  .help-layout { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width:720px) {
  .shell { width: min(100% - 28px,1180px); }
  .section { padding: 82px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .78rem; font-weight: 800; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 48px; width: 220px; display: grid; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: var(--navy); box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: 12px; border-radius: 10px; font-weight: 700; }
  .mobile-menu nav a:hover { background: rgba(255,255,255,.08); }
  .hero { min-height: auto; padding: 76px 0 72px; }
  .hero h1 { font-size: clamp(3rem,15vw,4.9rem); }
  .hero__lead { font-size: 1rem; }
  .hero__grid { gap: 54px; }
  .trust-row { gap: 14px; }
  .product-orbit { padding: 12px; border-radius: 28px; }
  .orbit-app { grid-template-columns: 23px 42px 1fr 18px; padding-inline: 10px; }
  .app-mark { width: 42px; height: 42px; }
  .product-orbit__header,.product-orbit__footer { font-size: .59rem; }
  .section-heading { display: grid; align-items: start; }
  .app-grid,.principle-grid,.cta-band__inner,.site-footer__grid { grid-template-columns: 1fr; }
  .app-card--featured { grid-column: auto; }
  .principle-grid article,.principle-grid article+article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .principle-grid span { margin-bottom: 20px; }
  .cta-band__inner { gap: 32px; }
  .site-footer__grid { gap: 40px; }
  .site-footer__bottom { display: grid; }
  .brand__name { font-size: .88rem; }
  .page-hero { padding: 80px 0 74px; }
  .page-hero h1 { font-size: clamp(3rem,14vw,5rem); }
  .portfolio-grid,.studio-note__grid,.outcomes,.privacy-callout__grid,.values-grid { grid-template-columns: 1fr; }
  .studio-note__grid,.outcomes,.privacy-callout__grid { gap: 32px; }
  .product-hero { padding: 70px 0; }
  .product-hero__grid { gap: 48px; }
  .product-preview { transform: none; }
  .product-preview__screen { padding: 26px; }
  .product-section { gap: 40px; }
  .feature-list article { grid-template-columns: 38px 1fr; }
  .about-story>div:last-child { padding-top: 0; }
  .support-grid,.privacy-standard,.contact-advice__grid { grid-template-columns: 1fr; }
  .contact-strip__inner { display: grid; align-items: start; }
  .contact-strip .button { width: 100%; overflow-wrap: anywhere; text-align: center; }
  .privacy-standard>div:last-child { padding-top: 0; }
  .privacy-card { grid-template-columns: 46px 1fr; }
  .privacy-card>span:last-child { display: none; }
  .legal-note .shell { display: grid; }
  .contact-advice__grid { gap: 26px; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; } }
