:root {
  --ink: #071f2b;
  --ink-2: #10384a;
  --blue: #08699c;
  --blue-2: #0b84b8;
  --sky: #dff3fb;
  --aqua: #55c6d7;
  --gold: #f4c542;
  --orange: #ed6b2d;
  --paper: #f5f8fa;
  --white: #ffffff;
  --line: #d8e3e9;
  --muted: #55707d;
  --success: #14745a;
  --shadow: 0 22px 70px rgba(3, 28, 42, .14);
  --shadow-sm: 0 12px 34px rgba(3, 28, 42, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --wrap: min(1180px, calc(100vw - 40px));
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  padding: 11px 16px; border-radius: 9px; background: var(--gold); color: var(--ink); font-weight: 800;
}
.skip-link:focus { top: 14px; }

.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(74px, 8vw, 118px) 0; }
.section-tight { padding: clamp(48px, 6vw, 78px) 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-paper { background: var(--paper); }
.section-sky { background: linear-gradient(135deg, #e8f7fb 0%, #f8fbfc 60%); }
.eyebrow {
  display: inline-flex; gap: 9px; align-items: center; margin: 0 0 17px;
  color: var(--blue); font-size: .77rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 9px; background: var(--orange); }
.section-dark .eyebrow { color: #95deeb; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.85rem); max-width: 13ch; margin-bottom: 24px; }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); max-width: 16ch; margin-bottom: 22px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); margin-bottom: 12px; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.58; color: #d9e9ef; max-width: 62ch; }
.lead-dark { color: var(--muted); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 44px; }
.section-head > div:first-child { max-width: 760px; }
.section-head p { max-width: 58ch; color: var(--muted); margin-bottom: 0; }
.section-dark .section-head p { color: #c7d9e0; }

.announcement { background: #021923; color: #d9edf4; font-size: .79rem; }
.announcement .wrap { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.announcement strong { color: var(--gold); }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header-h); background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7,31,43,.09); backdrop-filter: blur(16px);
}
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 215px; }
.brand img { width: 56px; height: 42px; object-fit: contain; object-position: center; }
.brand-word { display: grid; line-height: 1; }
.brand-word strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-word small { margin-top: 6px; font-size: .62rem; color: var(--muted); letter-spacing: .13em; text-transform: uppercase; font-weight: 750; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 32px); }
.main-nav > a:not(.btn) { text-decoration: none; color: #254957; font-size: .91rem; font-weight: 720; padding: 10px 0; position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 4px; background: var(--orange); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.main-nav > a[aria-current="page"] { color: var(--ink); }
.menu-toggle { display: none; border: 0; background: var(--ink); color: white; width: 46px; height: 46px; border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px;
  border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-weight: 800; font-size: .91rem; line-height: 1.2;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 10px 28px rgba(237,107,45,.26); }
.btn-primary:hover { background: #d95a21; }
.btn-secondary { background: var(--white); color: var(--ink); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.btn-dark { background: var(--ink); color: white; }
.btn-ghost { background: rgba(255,255,255,.08); color: white; border-color: rgba(255,255,255,.22); }
.btn-ghost:hover { background: rgba(255,255,255,.15); }
.btn svg, .text-link svg { width: 17px; height: 17px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.hero {
  position: relative; overflow: hidden; color: white; background:
    radial-gradient(circle at 72% 15%, rgba(85,198,215,.19), transparent 32%),
    linear-gradient(128deg, #062738 0%, #0b4058 62%, #0a5871 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-shell { position: relative; min-height: min(780px, calc(100vh - 114px)); display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(44px, 6vw, 82px); padding-block: clamp(70px, 9vw, 118px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 em { color: var(--gold); font-style: normal; }
.hero-media { position: relative; min-height: 560px; }
.hero-photo { position: absolute; inset: 14px 0 54px 8%; border-radius: 180px 22px 22px 22px; overflow: hidden; box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(2,25,35,.68)); }
.hero-proof { position: absolute; left: 0; bottom: 0; width: min(360px, 80%); padding: 20px; border-radius: 16px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); }
.hero-proof span { display: block; color: var(--blue); font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; margin-bottom: 5px; }
.hero-proof strong { font-size: 1.03rem; }
.hero-chip { position: absolute; right: -8px; top: 0; padding: 12px 16px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .74rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-stats { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 0; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px; }
.hero-stat { padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stat:last-child { margin: 0; padding: 0; border: 0; }
.hero-stat strong { display: block; font-size: 1.35rem; color: white; line-height: 1.1; }
.hero-stat span { color: #bbd4dd; font-size: .78rem; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); min-height: 94px; align-items: center; }
.trust-grid > div { height: 100%; padding: 18px 24px; display: flex; align-items: center; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; color: var(--muted); font-size: .86rem; font-weight: 700; }
.trust-grid > div:last-child { border: 0; padding-right: 0; }
.trust-item { gap: 10px; color: var(--ink); font-size: .83rem; font-weight: 800; }
.trust-item::before { content: "✓"; display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 26px; border-radius: 50%; color: var(--success); background: #dff4ed; }

.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar { position: relative; overflow: hidden; min-height: 342px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(3,28,42,.04); transition: transform .2s, box-shadow .2s, border-color .2s; }
.pillar:hover { transform: translateY(-5px); border-color: #9bc9da; box-shadow: var(--shadow-sm); }
.pillar .number { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: white; background: var(--blue); font-weight: 900; margin-bottom: 50px; }
.pillar:nth-child(2) .number { background: var(--orange); }
.pillar:nth-child(3) .number { background: var(--success); }
.pillar:nth-child(4) .number { background: #7359a5; }
.pillar p { color: var(--muted); font-size: .94rem; }
.pillar .text-link { position: absolute; left: 28px; bottom: 26px; }

.workflow { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; gap: 18px; margin-top: 36px; }
.workflow::before { content: ""; position: absolute; left: 10%; right: 10%; top: 27px; height: 2px; background: linear-gradient(90deg, var(--aqua), var(--gold), var(--orange)); }
.workflow-step { position: relative; padding-top: 66px; }
.workflow-step::before { content: attr(data-step); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--ink); color: white; font-weight: 900; box-shadow: 0 0 0 8px white; }
.workflow-step p { color: var(--muted); font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(44px, 7vw, 92px); }
.media-card { position: relative; min-height: 520px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #dce8ed; }
.media-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,25,35,.6)); }
.media-caption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: white; }
.media-caption strong { font-size: 1.3rem; }
.media-caption span { font-size: .8rem; color: #d7e8ee; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; }
.stat-card { padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.stat-card strong { display: block; color: var(--blue); font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.03em; }
.stat-card span { display: block; color: var(--muted); font-size: .82rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card img { width: 100%; height: 210px; object-fit: cover; }
.service-card-content { padding: 26px; }
.service-card p { color: var(--muted); font-size: .93rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 6px 10px; border-radius: 999px; background: var(--paper); color: #335765; font-size: .75rem; font-weight: 750; }

.feature-list { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 15px; }
.feature-list li { position: relative; padding-left: 34px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; background: #dff4ed; color: var(--success); font-size: .76rem; font-weight: 900; }
.section-dark .feature-list li::before { background: rgba(85,198,215,.2); color: #9de5ef; }

.twin-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; border-radius: 28px; overflow: hidden; background: #071f2b; color: white; box-shadow: var(--shadow); }
.twin-screen { min-height: 540px; position: relative; overflow: hidden; background: #0a2d37; }
.twin-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.twin-copy { padding: clamp(34px, 5vw, 68px); align-self: center; }
.twin-copy p { color: #c4dae1; }
.twin-copy h2 { font-size: clamp(2.15rem, 4vw, 3.5rem); }

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { position: relative; min-height: 430px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: var(--radius); color: white; background: var(--ink); }
.case-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.case-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,23,31,.06), rgba(4,23,31,.94) 84%); }
.case-card > *:not(img) { position: relative; z-index: 1; }
.case-card small { color: var(--gold); font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.case-card p { color: #d6e4e9; max-width: 45ch; }

.quote-band { position: relative; overflow: hidden; background: var(--gold); }
.quote-band::after { content: "AU"; position: absolute; right: -20px; top: -90px; font-size: 18rem; line-height: 1; font-weight: 950; color: rgba(7,31,43,.08); letter-spacing: -.12em; }
.quote-grid { position: relative; z-index: 1; min-height: 360px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 40px; }
.quote-grid h2 { margin-bottom: 14px; }
.quote-grid p { max-width: 62ch; }
.quote-actions { justify-self: end; display: grid; gap: 11px; width: min(320px, 100%); }
.quote-actions .btn { width: 100%; }

.page-hero { position: relative; overflow: hidden; background: var(--ink); color: white; padding: clamp(72px, 10vw, 138px) 0 clamp(70px, 8vw, 112px); }
.page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; right: -140px; top: -120px; border: 80px solid rgba(85,198,215,.10); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.75rem, 6vw, 5.2rem); max-width: 15ch; }
.page-hero p { color: #cae0e7; max-width: 64ch; font-size: 1.16rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #a9c5cf; font-size: .79rem; margin-bottom: 35px; }
.breadcrumbs a { color: white; }

.prose { max-width: 820px; }
.prose h2 { margin-top: 1.5em; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose h3 { margin-top: 1.8em; }
.prose p, .prose li { color: #3d5d69; }
.prose a { color: var(--blue); }
.notice { padding: 22px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; background: #fff9df; color: #3b4b31; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.process-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: white; counter-increment: step; }
.process-card::before { content: "0" counter(step); display: block; margin-bottom: 32px; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.process-card p { color: var(--muted); font-size: .92rem; }

.faq { max-width: 900px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; list-style: none; cursor: pointer; padding: 24px 50px 24px 0; font-weight: 850; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 22px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--blue); font-size: 1.3rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding: 0 50px 24px 0; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.contact-cards { display: grid; gap: 13px; margin-top: 30px; }
.contact-card { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.contact-card small { display: block; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.contact-card a, .contact-card strong { display: block; margin-top: 4px; font-weight: 850; text-decoration: none; }
.form-card { padding: clamp(26px, 4vw, 46px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .81rem; font-weight: 830; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #b9cbd3; border-radius: 10px; background: #fbfdfe; color: var(--ink); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(8,105,156,.14); }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; clip: rect(0,0,0,0) !important; overflow: hidden !important; }
.form-note { color: var(--muted); font-size: .78rem; }
.form-status { min-height: 26px; margin: 14px 0 0; font-weight: 750; font-size: .87rem; }
.form-status.success { color: var(--success); }
.form-status.error { color: #b3261e; }

.site-footer { background: #031923; color: #d2e3e9; }
.footer-main { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 50px; padding: 74px 0 58px; }
.footer-brand img { width: 92px; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { margin: 22px 0; max-width: 42ch; color: #a8c0c9; font-size: .9rem; }
.footer-title { margin: 0 0 18px; color: white; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #b9d0d8; text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0 32px; color: #87a5b0; font-size: .74rem; }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; }

.mobile-cta { display: none; }
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --wrap: min(100% - 32px, 930px); }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; top: calc(36px + var(--header-h)); left: 0; right: 0; bottom: 0; z-index: 999;
    padding: 30px 22px 110px; display: flex; flex-direction: column; align-items: stretch; gap: 5px;
    background: rgba(255,255,255,.99); transform: translateX(102%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility 0s linear .25s; overflow-y: auto;
  }
  .main-nav.is-open { transform: none; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav > a:not(.btn) { padding: 15px 8px; border-bottom: 1px solid var(--line); font-size: 1.06rem; }
  .main-nav > .btn { margin-top: 14px; }
  .hero-shell { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 760px; }
  .hero-media { min-height: 480px; }
  .hero-photo { left: 14%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:first-child { grid-column: 1 / -1; padding: 20px 0; height: auto; }
  .trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 2; }
  .media-card { min-height: 460px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .twin-panel { grid-template-columns: 1fr; }
  .twin-screen { min-height: 450px; }
  .quote-grid { grid-template-columns: 1fr; padding: 62px 0; min-height: 0; }
  .quote-actions { justify-self: start; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --wrap: calc(100vw - 28px); --header-h: 68px; }
  body { font-size: 16px; padding-bottom: 68px; }
  .announcement .wrap { min-height: 34px; font-size: .69rem; gap: 6px; }
  .brand { min-width: 0; }
  .brand img { width: 50px; height: 36px; }
  .brand-word small { display: none; }
  .brand-word strong { font-size: .93rem; }
  .main-nav { top: calc(34px + var(--header-h)); }
  .section-head { display: block; }
  .hero-shell { padding-block: 58px 72px; gap: 42px; }
  h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-media { min-height: 410px; }
  .hero-photo { inset: 0 0 38px 0; border-radius: 90px 18px 18px 18px; }
  .hero-chip { right: 8px; top: -14px; }
  .hero-proof { left: 12px; padding: 16px; width: calc(100% - 24px); }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-stat { padding-right: 12px; margin-right: 12px; }
  .hero-stat strong { font-size: 1.08rem; }
  .hero-stat span { font-size: .66rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 15px 9px; }
  .trust-item { font-size: .72rem; gap: 7px; }
  .pillars, .service-grid, .case-grid, .process-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 300px; }
  .workflow { grid-template-columns: 1fr; gap: 8px; }
  .workflow::before { left: 26px; top: 30px; bottom: 30px; right: auto; width: 2px; height: auto; }
  .workflow-step { padding: 0 0 24px 78px; min-height: 78px; }
  .workflow-step::before { box-shadow: 0 0 0 6px white; }
  .media-card { min-height: 390px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .service-card img { height: 190px; }
  .twin-screen { min-height: 350px; }
  .twin-copy { padding: 32px 24px 40px; }
  .case-card { min-height: 380px; padding: 24px; }
  .quote-band::after { font-size: 10rem; top: 40px; }
  .quote-actions { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 22px; padding-top: 58px; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 1200; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; left: 0; right: 0; bottom: 0; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-cta .btn { min-height: 48px; padding: 10px 12px; font-size: .8rem; }
}

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

@media print {
  .announcement, .site-header, .mobile-cta, .quote-band, .site-footer { display: none !important; }
  body { padding: 0; color: black; }
  .section, .page-hero { padding: 30px 0; background: white !important; color: black !important; }
}

/* 2026-08-17 asset-light proposition correction */
+@media (min-width: 860px){.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(7,31,43,.14);border:1px solid rgba(7,31,43,.14);border-radius:28px;overflow:hidden}.service-detail{background:#fff;padding:clamp(28px,4vw,52px)}.service-detail h2{margin:.75rem 0}.service-detail .number{color:#e88b43;font-weight:800;letter-spacing:.08em}}
+@media (max-width:859px){.service-detail-grid{display:grid;gap:18px}.service-detail{background:#fff;border:1px solid rgba(7,31,43,.14);border-radius:22px;padding:24px}.service-detail .number{color:#e88b43;font-weight:800}}
+