:root {
  --ink: #061927;
  --ink-2: #09283a;
  --ink-3: #0c3549;
  --paper: #f5fbfc;
  --white: #ffffff;
  --muted: #9bb4bf;
  --line: rgba(164, 225, 231, .18);
  --teal: #16ddd0;
  --cyan: #30a8e2;
  --copper: #d89255;
  --font-sans: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Arial Narrow", "Aptos Display", "Segoe UI", sans-serif;
  --section: min(1320px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--teal); color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; transform: translateY(-150%); background: var(--teal); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 auto auto 0; width: 0; height: 3px; z-index: 1001; background: linear-gradient(90deg, var(--teal), var(--cyan)); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease; }
.site-header.is-scrolled { background: rgba(5, 24, 37, .9); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-shell { width: var(--section); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 222px; height: 60px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; }
.nav-links { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.8); }
.nav-links > a:not(.nav-cta) { text-decoration: none; font-size: .9rem; font-weight: 650; }
.nav-links > a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { display: inline-flex; align-items: center; gap: 22px; padding: 11px 16px 11px 19px; text-decoration: none; border: 1px solid rgba(35, 225, 210, .55); color: var(--white); font-weight: 750; }
.nav-cta span { color: var(--teal); }
.menu-toggle { display: none; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 72% 44%, transparent 0 12%, rgba(4,23,35,.18) 42%, rgba(4,20,31,.94) 86%), linear-gradient(90deg, rgba(4,23,35,.96) 0%, rgba(4,23,35,.72) 46%, rgba(4,23,35,.08) 82%); }
.hero-image { position: absolute; inset: 0; z-index: -2; background: url("assets/gilaht-consulting-hero.webp") center / cover no-repeat; opacity: .96; transform: scale(1.015); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .3; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, #000 0, transparent 88%); }
.hero-inner { width: var(--section); margin: auto; padding: 160px 0 112px; position: relative; }
.hero-kicker { margin: 0 0 48px; display: flex; align-items: center; gap: 14px; max-width: 780px; font-size: .78rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; color: #b9d8df; }
.hero-kicker i { width: 36px; height: 1px; background: var(--teal); }
.image-type { position: absolute; margin: 0; left: -8px; top: 15%; font-family: var(--font-display); font-size: clamp(8rem, 17vw, 18rem); font-weight: 950; line-height: .78; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(118, 219, 229, .18); background: url("assets/gilaht-consulting-hero.webp") 68% 47% / 160% auto no-repeat; -webkit-background-clip: text; background-clip: text; opacity: .23; pointer-events: none; }
.hero h1 { position: relative; max-width: 960px; margin: 0; font-family: var(--font-display); font-size: clamp(4rem, 8.8vw, 8.8rem); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 .photo-text { color: transparent; background: linear-gradient(rgba(255,255,255,.68), rgba(255,255,255,.86)), url("assets/gilaht-consulting-hero.webp") 70% 40% / 130% auto no-repeat; -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px rgba(255,255,255,.34); }
.hero h1 em { color: var(--teal); font-style: normal; font-weight: 800; }
.hero-copy { max-width: 610px; margin: 38px 0 0; color: #c9dae0; font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 20px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--ink); }
.button-primary:hover { background: #65f2e8; }
.button-ghost { border-color: rgba(255,255,255,.36); color: var(--white); background: rgba(5,25,38,.24); }
.hero-rail { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); display: grid; gap: 20px; color: rgba(255,255,255,.5); font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; left: max(24px, calc((100vw - 1320px) / 2)); bottom: 28px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.62); text-decoration: none; font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue i { display: block; width: 72px; height: 1px; background: linear-gradient(90deg, var(--teal), transparent); }

.signal-strip { background: var(--teal); color: var(--ink); overflow: hidden; border-block: 1px solid rgba(4,23,35,.3); }
.signal-track { min-width: max-content; padding: 14px 0; display: flex; align-items: center; gap: 26px; animation: marquee 28s linear infinite; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.signal-track i { width: 5px; height: 5px; transform: rotate(45deg); background: var(--ink); }
@keyframes marquee { to { transform: translateX(-22%); } }

.section { width: var(--section); margin: auto; position: relative; }
.intro { display: grid; grid-template-columns: .7fr 2.1fr 1fr; gap: clamp(28px, 5vw, 84px); padding: 132px 0 150px; overflow: hidden; }
.section-index { display: flex; align-items: flex-start; gap: 18px; padding-top: 7px; color: #597581; font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-index span { color: var(--cyan); }
.eyebrow { margin: 0 0 14px; color: #0c8196; font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.intro h2, .preview-copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.9rem, 5.6vw, 6rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.intro h2 em { color: #0e9ba6; font-style: normal; }
.intro-copy { padding-top: 48px; color: #35515e; font-size: 1.05rem; }
.intro-copy p { margin-top: 0; }
.text-link { display: inline-flex; gap: 14px; margin-top: 18px; color: var(--ink); font-weight: 850; text-decoration-color: var(--teal); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.type-window { position: absolute; inset: auto 0 -22px; z-index: -1; overflow: hidden; color: transparent; font-family: var(--font-display); font-size: min(20vw, 17rem); font-weight: 950; line-height: .65; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(12,53,73,.08); }

.preview-band { padding: 102px 0; display: grid; grid-template-columns: .7fr 1.5fr 1fr; gap: clamp(28px, 5vw, 84px); border-top: 1px solid #cfe2e7; }
.preview-copy h2 { font-size: clamp(2.4rem, 4.6vw, 5.2rem); }
.preview-card { align-self: end; padding: 28px; min-height: 280px; color: var(--white); background: var(--ink-2); border-top: 3px solid var(--teal); }
.preview-card > span { color: var(--teal); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.preview-card h3 { margin: 60px 0 12px; font-size: 1.55rem; line-height: 1.15; }
.preview-card p { margin: 0; color: #b8cbd2; }

.services-stage { position: relative; overflow: hidden; padding: 96px 0; color: var(--white); background: var(--ink); }
.services-stage::before { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 90% 0, var(--cyan), transparent 32%), linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: auto, 90px 90px, 90px 90px; }
.service-console { min-height: 650px; display: grid; grid-template-columns: .9fr 1.45fr; border: 1px solid var(--line); background: rgba(4, 22, 34, .82); }
.service-menu { position: relative; z-index: 1; padding: 28px; border-right: 1px solid var(--line); }
.service-menu > p { margin: 0 0 28px; color: #99b7c0; font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.service-option { width: 100%; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 8px; padding: 17px 8px; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #bcd0d6; cursor: pointer; }
.service-option span { color: #5d7d89; font-size: .72rem; }
.service-option:hover, .service-option.is-active { color: var(--white); }
.service-option.is-active { background: linear-gradient(90deg, rgba(22,221,208,.14), transparent); }
.service-option.is-active span { color: var(--teal); }
.service-result { position: relative; z-index: 1; padding: clamp(40px, 7vw, 100px); display: flex; align-items: flex-start; flex-direction: column; justify-content: center; overflow: hidden; }
.service-result::after { content: attr(data-ghost); position: absolute; right: -5%; bottom: -10%; z-index: -1; color: rgba(255,255,255,.025); font-family: var(--font-display); font-size: 18rem; font-weight: 950; line-height: 1; }
.result-meta { display: flex; align-items: center; gap: 14px; color: #8fadb6; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.result-meta span:first-child { color: var(--teal); }
.result-meta i { width: 38px; height: 1px; background: var(--cyan); }
.service-result h3 { max-width: 780px; margin: 32px 0 22px; font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.6rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.service-result > p { max-width: 700px; margin: 0; color: #b8cbd2; font-size: 1.08rem; }
.service-result ul { width: 100%; max-width: 740px; margin: 36px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.service-result li { position: relative; padding: 13px 8px 13px 24px; border-bottom: 1px solid var(--line); color: #d7e7ea; }
.service-result li::before { content: "+"; position: absolute; left: 2px; color: var(--teal); }

.process-section { padding: 140px 0 170px; display: grid; grid-template-columns: .7fr 2.15fr 1fr; gap: clamp(28px, 5vw, 84px); overflow: hidden; }
.process-head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6.4rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.process-head h2 em { color: #0e9ba6; font-style: normal; }
.process-intro { align-self: end; margin: 0 0 12px; color: #35515e; font-size: 1.05rem; }
.process-list { grid-column: 2 / 4; margin: 64px 0 0; padding: 0; list-style: none; border-top: 1px solid #bed7dc; }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid #bed7dc; }
.process-list li > span { color: #0d9fa9; font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 5px; font-size: 1.3rem; }
.process-list p { margin: 0; color: #4d6873; }
.process-word { position: absolute; inset: auto -2% 0 auto; z-index: -1; color: transparent; background: url("assets/gilaht-consulting-hero.webp") 75% center / 150% auto no-repeat; -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: 1px rgba(7,41,57,.06); opacity: .1; font-family: var(--font-display); font-size: min(24vw, 20rem); font-weight: 950; line-height: .6; letter-spacing: -.08em; }

.ecosystem-section { position: relative; overflow: hidden; padding: 130px 0; color: var(--white); background: var(--ink-2); }
.ecosystem-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 30%, rgba(22,221,208,.13), transparent 24%), linear-gradient(120deg, transparent 48%, rgba(48,168,226,.07) 48.2%, transparent 48.4%); }
.ecosystem-shell { display: grid; grid-template-columns: .7fr 1.65fr 1fr; gap: clamp(28px, 5vw, 84px); }
.light-index { color: #9db4bd; }
.ecosystem-title h2 { max-width: 840px; margin: 0; font-family: var(--font-display); font-size: clamp(2.9rem, 5.4vw, 5.8rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.ecosystem-copy { align-self: end; margin-bottom: 8px; color: #bad0d6; }
.technology-ledger { grid-column: 2 / 4; margin-top: 62px; border-top: 1px solid var(--line); }
.technology-ledger article { display: grid; grid-template-columns: 1.05fr 1.6fr .8fr; gap: 26px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.technology-ledger strong { font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.7rem); letter-spacing: -.025em; }
.technology-ledger span { color: #b9cdd3; }
.technology-ledger small { justify-self: end; color: var(--teal); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.ecosystem-note { grid-column: 2 / 4; max-width: 880px; margin: 4px 0 0; color: #7897a2; font-size: .78rem; }

.industries-section { padding: 140px 0; display: grid; grid-template-columns: .7fr 2.15fr 1fr; gap: clamp(28px, 5vw, 84px); }
.industries-title { grid-column: 2 / 4; }
.industries-title h2 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6.4rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.industry-grid { grid-column: 2 / 4; margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bfd9de; border-left: 1px solid #bfd9de; }
.industry-grid article { min-height: 240px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid #bfd9de; border-bottom: 1px solid #bfd9de; }
.industry-grid article:hover { background: var(--white); }
.industry-grid span { color: #149ca8; font-size: .7rem; font-weight: 850; }
.industry-grid h3 { margin: auto 0 10px; font-size: 1.45rem; line-height: 1.12; }
.industry-grid p { margin: 0; color: #53707b; }

.about-section { padding: 120px 0; color: var(--white); background: #04141f; }
.about-shell { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(42px, 7vw, 110px); align-items: center; }
.about-brand { position: relative; aspect-ratio: 1.2; overflow: hidden; border: 1px solid var(--line); }
.about-brand::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(4,20,31,.1), rgba(4,20,31,.56)); }
.about-brand img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { margin: 30px 0 22px; font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.about-copy > p { color: #bdd0d6; }
.about-copy dl { margin: 40px 0 0; }
.about-copy dl div { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 17px 0; border-top: 1px solid var(--line); }
.about-copy dt { color: var(--teal); font-weight: 850; }
.about-copy dd { margin: 0; color: #9db6bf; }

.contact-section { position: relative; overflow: hidden; padding: 132px 0; color: var(--white); background: var(--ink-3); }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background: url("assets/gilaht-consulting-hero.webp") center 46% / cover no-repeat; filter: grayscale(.45); }
.contact-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(6,25,39,.98) 5%, rgba(6,25,39,.92) 53%, rgba(6,25,39,.74)); }
.contact-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); }
.contact-copy h2 { max-width: 680px; margin: 30px 0 20px; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6.2rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.contact-copy > p { max-width: 520px; color: #bed0d6; }
.contact-copy address { margin-top: 52px; display: grid; gap: 9px; font-style: normal; }
.contact-copy address a { color: var(--white); text-decoration-color: var(--teal); text-underline-offset: 4px; }
.contact-copy address span { color: #9cb5be; }
.contact-form { align-self: start; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: clamp(24px, 4vw, 48px); background: rgba(5, 25, 38, .88); border: 1px solid var(--line); backdrop-filter: blur(16px); }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span:first-child { color: #bdd2d7; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; border: 1px solid rgba(164,225,231,.24); border-radius: 0; background: rgba(255,255,255,.035); color: var(--white); padding: 12px 14px; outline: 0; }
.contact-form select option { color: var(--ink); background: var(--white); }
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,221,208,.1); }
.contact-form .full-field { grid-column: 1 / -1; }
.contact-form .form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; color: #a8c0c7; font-size: .8rem; }
.contact-form .consent input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--teal); }
.contact-form .consent span { letter-spacing: 0; text-transform: none; font-weight: 500; }
.contact-form .consent a { color: var(--white); }
.contact-form button { width: 100%; cursor: pointer; }
.contact-form button:disabled { opacity: .62; cursor: wait; }
.form-status { min-height: 1.5em; margin: 0; color: #b9d0d6; }
.form-status.is-success { color: var(--teal); }
.form-status.is-error { color: #ffb69a; }

.site-footer { padding: 42px max(24px, calc((100vw - 1320px) / 2)); color: var(--white); background: #020d14; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.footer-brand { width: 205px; height: 68px; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-main > p { color: #a9bec5; }
.footer-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--teal); text-decoration: none; font-size: 1.4rem; }
.footer-meta { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 24px; align-items: center; padding-top: 24px; color: #718f9a; font-size: .75rem; }
.footer-meta nav { display: flex; gap: 24px; }
.footer-meta a { color: #9eb5bd; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { padding: 24px max(24px, calc((100vw - 1120px) / 2)); background: var(--ink); }
.legal-header .brand { width: 220px; }
.legal-main { width: min(800px, calc(100% - 40px)); margin: auto; padding: 90px 0 120px; }
.legal-main .eyebrow { margin-bottom: 12px; }
.legal-main h1 { margin: 0 0 42px; font-family: var(--font-display); font-size: clamp(3rem, 8vw, 6.8rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.legal-main h2 { margin: 42px 0 12px; font-size: 1.4rem; }
.legal-main p, .legal-main li { color: #395762; }
.legal-main a { color: #087c8f; }
.legal-back { display: inline-flex; gap: 10px; margin-top: 42px; font-weight: 800; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --section: min(100% - 32px, 760px); }
  .nav-shell { min-height: 76px; }
  .brand { width: 185px; height: 52px; }
  .menu-toggle { display: grid; width: 48px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--line); background: rgba(5,25,38,.45); }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--white); }
  .nav-links { position: absolute; inset: 76px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 24px 26px; background: rgba(5,24,37,.98); border-top: 1px solid var(--line); }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 16px; }
  .hero-inner { padding-top: 148px; }
  .image-type { top: 23%; font-size: 28vw; }
  .hero h1 { font-size: clamp(3.8rem, 12vw, 7rem); }
  .hero-rail { display: none; }
  .intro, .preview-band { grid-template-columns: 1fr; padding-block: 92px; }
  .intro-copy { padding-top: 0; max-width: 600px; }
  .preview-card { max-width: 520px; }
  .service-console { grid-template-columns: 1fr; }
  .service-menu { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-result { min-height: 560px; }
  .process-section, .ecosystem-shell, .industries-section { grid-template-columns: 1fr; padding-block: 96px; }
  .process-list, .technology-ledger, .ecosystem-note, .industries-title, .industry-grid { grid-column: 1; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .about-shell, .contact-shell { grid-template-columns: 1fr; }
  .about-brand { max-width: 680px; }
  .contact-copy { max-width: 720px; }
  .footer-meta { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --section: calc(100% - 24px); }
  .hero { min-height: 760px; }
  .hero-image { background-position: 64% center; opacity: .72; }
  .hero::after { background: linear-gradient(90deg, rgba(4,23,35,.97), rgba(4,23,35,.58)); }
  .hero-kicker { flex-wrap: wrap; gap: 8px 12px; margin-bottom: 36px; }
  .hero-kicker i { width: 24px; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.2rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 360px; }
  .button { width: 100%; }
  .scroll-cue { left: 12px; }
  .intro h2, .preview-copy h2 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .service-option { grid-template-columns: 30px 1fr; padding-block: 15px; }
  .service-result { min-height: 620px; padding: 32px 20px; }
  .service-result h3 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .service-result ul { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 50px 1fr; }
  .technology-ledger article { grid-template-columns: 1fr; gap: 5px; }
  .technology-ledger small { justify-self: start; }
  .industry-grid { grid-template-columns: 1fr; }
  .about-copy dl div { grid-template-columns: 1fr; gap: 4px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px 16px; }
  .contact-form label { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

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

/* Tinzwe-inspired light direction */
:root {
  --ink: #082d55;
  --ink-2: #0c416c;
  --ink-3: #075d75;
  --paper: #ffffff;
  --white: #ffffff;
  --muted: #637b93;
  --line: #dbe8f1;
  --teal: #0aa0a8;
  --cyan: #1679c4;
  --copper: #eaa45f;
  --shadow-sm: 0 8px 24px rgba(16, 70, 104, .08);
  --shadow-md: 0 18px 48px rgba(16, 70, 104, .14);
  --shadow-lg: 0 28px 70px rgba(12, 65, 108, .2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --font-sans: "Manrope", Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Manrope", Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
}

body { background: #fff; color: var(--ink); }
.scroll-progress { height: 4px; border-radius: 0 4px 4px 0; background: linear-gradient(90deg, #0e7f91, #19b9b0); }
.site-header { background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(219,232,241,.85); backdrop-filter: blur(18px); }
.site-header.is-scrolled { background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 8px 32px rgba(17,63,91,.08); }
.nav-shell { min-height: 86px; }
.brand { width: 216px; height: 62px; border-radius: 10px; }
.brand img { mix-blend-mode: normal; }
.nav-links { color: #36556f; }
.nav-links > a:not(.nav-cta) { font-weight: 750; }
.nav-links > a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { border: 0; border-radius: var(--radius-sm); background: linear-gradient(135deg, #0d748b, #0aa8a5); color: #fff; box-shadow: 0 10px 24px rgba(10,132,145,.22); transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease; }
.nav-cta span { color: #d7fffb; }
.nav-cta:hover { animation: soft-bounce .55s ease; box-shadow: 0 16px 30px rgba(10,132,145,.3); }

.hero { min-height: auto; padding: 145px 0 82px; color: var(--ink); background: linear-gradient(135deg, #f4f9fd 0%, #fbfdff 54%, #edf8f8 100%); isolation: isolate; }
.hero::after { display: none; }
.hero-inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(52px, 7vw, 96px); align-items: center; padding: 0; }
.hero-content { position: relative; z-index: 2; }
.hero-kicker { width: max-content; max-width: 100%; margin: 0 0 25px; padding: 8px 14px; gap: 9px; border: 1px solid #d5e5ef; border-radius: 999px; background: rgba(255,255,255,.78); color: #43647b; font-size: .75rem; letter-spacing: .08em; box-shadow: 0 7px 24px rgba(18,72,105,.06); }
.hero-kicker .status-dot { width: 8px; height: 8px; border-radius: 50%; background: #19a779; box-shadow: 0 0 0 5px rgba(25,167,121,.11); }
.hero h1 { max-width: 720px; font-size: clamp(3.7rem, 6.6vw, 6.8rem); line-height: .98; letter-spacing: -.065em; text-transform: none; }
.hero h1 em { display: inline-block; color: #0b8793; font-style: normal; }
.hero-copy { max-width: 620px; margin-top: 28px; color: #506b80; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.72; }
.hero-actions { margin-top: 31px; }
.button { min-height: 52px; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease, background .2s ease; }
.button:hover { animation: soft-bounce .55s ease; transform: none; box-shadow: 0 15px 34px rgba(16,70,104,.18); }
.button-primary { background: linear-gradient(135deg, #0d748b, #0aa8a5); color: #fff; }
.button-primary:hover { background: linear-gradient(135deg, #0b6881, #079a99); }
.button-ghost { border-color: #bdd3e1; background: rgba(255,255,255,.9); color: #174662; }
.hero-proof { display: flex; gap: 22px; margin-top: 38px; }
.hero-proof span { padding-right: 22px; border-right: 1px solid #cfdee8; color: #648096; font-size: .78rem; line-height: 1.35; }
.hero-proof span:last-child { border-right: 0; }
.hero-proof strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 1.08rem; }
.hero-visual { position: relative; padding: 15px 6px 32px 20px; }
.hero-photo { height: min(520px, 60vw); min-height: 430px; overflow: hidden; border: 8px solid rgba(255,255,255,.84); border-radius: 30px; background: #0a324e; box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.floating-outcome { position: absolute; left: -18px; bottom: 3px; width: 260px; padding: 19px 22px; border: 1px solid #d8e5ed; border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-md); transform: rotate(-2.5deg); }
.floating-outcome span { display: block; color: #6c8294; font-size: .76rem; }
.floating-outcome strong { display: block; margin-top: 3px; color: var(--ink); font-size: 1.05rem; line-height: 1.25; }
.hero-seal { position: absolute; top: 0; right: -12px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid #dbe8ef; border-radius: 14px; background: rgba(255,255,255,.94); color: #506a7f; box-shadow: var(--shadow-sm); font-size: .7rem; line-height: 1.4; }
.hero-seal i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg,#0d517f,#0caeaa); color: #fff; font-style: normal; font-weight: 900; transform: rotate(-5deg); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 390px; height: 390px; right: -110px; top: -140px; background: rgba(16,160,170,.08); }
.orb-two { width: 230px; height: 230px; left: -85px; bottom: -100px; background: rgba(22,121,196,.07); }
.hero-image, .hero-grid, .image-type, .hero-rail, .scroll-cue { display: none; }

@keyframes soft-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  35% { transform: translateY(-7px) scale(1.015); }
  60% { transform: translateY(2px) scale(.995); }
  82% { transform: translateY(-2px) scale(1.005); }
}

@media (max-width: 980px) {
  .nav-links { background: rgba(255,255,255,.98); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-md); }
  .menu-toggle { border-radius: 12px; border-color: #d5e3ec; background: #fff; box-shadow: var(--shadow-sm); }
  .menu-toggle span:not(.sr-only) { background: var(--ink); }
  .hero { padding-top: 122px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-content { max-width: 720px; }
  .hero-visual { max-width: 720px; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; padding: 112px 0 58px; }
  .hero h1 { font-size: clamp(3.25rem, 15.5vw, 5rem); }
  .hero-kicker { width: auto; line-height: 1.35; }
  .hero-proof { gap: 10px; }
  .hero-proof span { padding-right: 10px; font-size: .68rem; }
  .hero-photo { min-height: 380px; height: 115vw; border-radius: 22px; }
  .floating-outcome { left: 0; width: 230px; }
  .hero-seal { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .button:hover, .nav-cta:hover { animation: none; }
}

/* Complete light product-consultancy system */
.signal-strip {
  padding: 18px 0;
  border-block: 1px solid #dce9f1;
  background: #ffffff;
}
.signal-track {
  width: var(--section);
  min-width: 0;
  margin: auto;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  animation: none;
  color: #31536c;
  font-size: .68rem;
  letter-spacing: .1em;
}
.signal-track span {
  padding: 8px 13px;
  border: 1px solid #d8e7ef;
  border-radius: 999px;
  background: #f7fbfd;
  box-shadow: 0 5px 14px rgba(16, 70, 104, .05);
}
.signal-track i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #12a2a4;
  transform: none;
}

.section-index {
  color: #6a8294;
  letter-spacing: .12em;
}
.section-index span { color: #0b8e9c; }
.eyebrow { color: #0b8793; letter-spacing: .12em; }

.intro {
  margin-block: 78px;
  padding: 76px;
  border: 1px solid #dce9f1;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #f5faff, #eef8f8);
  box-shadow: var(--shadow-sm);
}
.intro h2,
.preview-copy h2,
.process-head h2,
.ecosystem-title h2,
.industries-title h2,
.about-copy h2,
.contact-copy h2,
.service-result h3 {
  text-transform: none;
  letter-spacing: -.045em;
}
.intro h2 { font-size: clamp(2.6rem, 4.4vw, 5rem); line-height: 1.02; }
.intro-copy {
  align-self: end;
  padding: 24px;
  border: 1px solid #dbe8f0;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.86);
  color: #4f687a;
  box-shadow: var(--shadow-sm);
}
.text-link { color: #0a6079; text-decoration-color: #11a2a4; }
.type-window {
  right: 28px;
  bottom: -8px;
  left: auto;
  color: transparent;
  background: url("assets/gilaht-consulting-hero.webp") 68% 42% / 145% auto no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0;
  opacity: .055;
}

.preview-band {
  margin-bottom: 54px;
  padding: 72px;
  border: 1px solid #dce9f1;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}
.preview-copy h2 { font-size: clamp(2.5rem, 4vw, 4.6rem); line-height: 1; }
.preview-card {
  min-height: 260px;
  border: 1px solid #cfe7e8;
  border-top: 0;
  border-radius: 24px;
  background: linear-gradient(145deg, #0b6b83, #0aa5a4);
  box-shadow: var(--shadow-md);
  transition: box-shadow .25s ease;
}
.preview-card > span { color: #d5fffc; }
.preview-card p { color: #d8eeef; }
.preview-card:hover { animation: soft-bounce .55s ease; box-shadow: var(--shadow-lg); }

.services-stage {
  padding: 88px 0;
  color: var(--ink);
  background: linear-gradient(155deg, #edf6fb, #f5fbfc 55%, #eaf7f6);
}
.services-stage::before {
  opacity: 1;
  background: radial-gradient(circle at 92% 8%, rgba(10,160,168,.1), transparent 29%), radial-gradient(circle at 4% 88%, rgba(22,121,196,.07), transparent 25%);
}
.service-console {
  min-height: 620px;
  overflow: hidden;
  border: 1px solid #d7e6ee;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-lg);
}
.service-menu {
  padding: 30px;
  border-right-color: #dbe7ef;
  background: #f9fcfe;
}
.service-menu > p { color: #537087; }
.service-option {
  margin-bottom: 8px;
  padding: 14px 15px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: transparent;
  color: #456077;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service-option span { color: #7d96a8; }
.service-option:hover {
  color: var(--ink);
  border-color: #d4e5ed;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  animation: soft-bounce .55s ease;
}
.service-option.is-active {
  color: #075d75;
  border-color: #bfe4e4;
  background: linear-gradient(135deg, #eaf8f8, #eff7fd);
  box-shadow: 0 8px 20px rgba(10,132,145,.1);
}
.service-option.is-active span { color: #0b9aa2; }
.service-result {
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff 15%, #f6fbfd);
}
.service-result::after { color: rgba(8,45,85,.025); }
.result-meta { color: #6c8496; }
.result-meta span:first-child { color: #0b939c; }
.result-meta i { background: #1aa7aa; }
.service-result h3 { font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: .98; }
.service-result > p { color: #557083; }
.service-result ul { border-top-color: #dbe7ee; }
.service-result li { border-bottom-color: #dbe7ee; color: #38566d; }
.service-result li::before { color: #0c9ca2; }

.process-section {
  padding: 132px 0;
}
.process-head h2 { font-size: clamp(2.9rem, 5vw, 5.6rem); line-height: .98; }
.process-intro { color: #557083; }
.process-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
  border: 0;
}
.process-list li {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 26px;
  border: 1px solid #dce8ef;
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s ease;
}
.process-list li:hover { animation: soft-bounce .55s ease; box-shadow: var(--shadow-md); }
.process-list li > span {
  width: max-content;
  padding: 5px 9px;
  border-radius: 8px;
  background: #eaf8f7;
  color: #0b8e97;
}
.process-list h3 { font-size: 1.42rem; }
.process-list p { color: #5a7385; }
.process-word { opacity: .045; }

.ecosystem-section {
  padding: 118px 0;
  color: var(--ink);
  background: linear-gradient(140deg, #edf6fb, #f8fcfe 48%, #ecf8f7);
}
.ecosystem-section::before {
  background: radial-gradient(circle at 10% 20%, rgba(10,160,168,.09), transparent 24%), radial-gradient(circle at 94% 82%, rgba(22,121,196,.07), transparent 25%);
}
.light-index { color: #698195; }
.ecosystem-title h2 { font-size: clamp(2.8rem, 4.9vw, 5.4rem); line-height: .98; }
.ecosystem-copy { color: #557083; }
.technology-ledger {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border: 0;
}
.technology-ledger article {
  grid-template-columns: 1fr;
  gap: 8px;
  min-height: 178px;
  padding: 24px;
  border: 1px solid #d8e7ee;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s ease;
}
.technology-ledger article:hover { animation: soft-bounce .55s ease; box-shadow: var(--shadow-md); }
.technology-ledger strong { font-size: clamp(1.55rem, 2vw, 2.15rem); }
.technology-ledger span { color: #587285; }
.technology-ledger small { align-self: end; justify-self: start; color: #0a8f98; }
.ecosystem-note { color: #71899a; }

.industries-section { padding: 128px 0; }
.industries-title h2 { font-size: clamp(2.9rem, 5vw, 5.6rem); line-height: .98; }
.industry-grid {
  gap: 18px;
  border: 0;
}
.industry-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid #dbe8ef;
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: background .2s ease, box-shadow .25s ease;
}
.industry-grid article:hover {
  background: linear-gradient(145deg, #ffffff, #edf9f8);
  box-shadow: var(--shadow-md);
  animation: soft-bounce .55s ease;
}
.industry-grid span { color: #0b939d; }
.industry-grid p { color: #5a7385; }

.about-section {
  padding: 92px 0;
  color: #ffffff;
  background: #ffffff;
}
.about-shell {
  padding: clamp(34px, 5vw, 70px);
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(135deg, #082d55, #075b73 74%, #0a888e);
  box-shadow: var(--shadow-lg);
}
.about-brand {
  border-color: rgba(255,255,255,.18);
  border-radius: 26px;
  box-shadow: 0 22px 52px rgba(0,22,42,.28);
}
.about-brand::after { background: linear-gradient(135deg, rgba(4,20,31,.03), rgba(4,20,31,.28)); }
.about-copy h2 { font-size: clamp(2.7rem, 4.6vw, 5rem); line-height: .98; }
.about-copy > p { color: #d1e3e8; }
.about-copy dl div {
  margin-bottom: 9px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}
.about-copy dl div:hover { animation: soft-bounce .55s ease; background: rgba(255,255,255,.1); }
.about-copy dt { color: #7de1db; }
.about-copy dd { color: #c2d8df; }

.contact-section {
  padding: 124px 0;
  color: var(--ink);
  background: linear-gradient(145deg, #edf6fb, #f7fbfe 52%, #e8f7f5);
}
.contact-section::before {
  inset: -180px auto auto -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(17,162,164,.08);
  filter: none;
}
.contact-section::after {
  inset: auto -180px -220px auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(22,121,196,.07);
}
.contact-copy h2 { font-size: clamp(2.9rem, 5vw, 5.5rem); line-height: .98; }
.contact-copy > p { color: #557083; }
.contact-copy address a { color: #075d75; text-decoration-color: #10a2a5; }
.contact-copy address span { color: #6a8294; }
.contact-form {
  border: 1px solid #d8e6ee;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}
.contact-form label > span:first-child { color: #4c687d; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid #cfdfe8;
  border-radius: var(--radius-sm);
  background: #f8fbfd;
  color: var(--ink);
  box-shadow: inset 0 1px 2px rgba(13,63,92,.03), 0 5px 14px rgba(16,70,104,.04);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover { border-color: #a9cad7; background: #ffffff; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #0ca0a5;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(12,160,165,.1), 0 8px 22px rgba(16,70,104,.08);
}
.contact-form .consent { color: #5f778a; }
.contact-form .consent a { color: #08798a; }
.form-status { color: #587285; }
.form-status.is-success { color: #087f72; }
.form-status.is-error { color: #ad3f2f; }

.site-footer {
  color: var(--ink);
  background: #ffffff;
  border-top: 1px solid #dbe8ef;
}
.footer-main { border-bottom-color: #dbe8ef; }
.footer-main > p { color: #5d7588; }
.footer-arrow {
  border-color: #cfe0e9;
  border-radius: 14px;
  color: #0b8f99;
  background: #f6fbfd;
  box-shadow: var(--shadow-sm);
}
.footer-arrow:hover { animation: soft-bounce .55s ease; box-shadow: var(--shadow-md); }
.footer-meta { color: #70889a; }
.footer-meta a { color: #416079; }

.legal-page { background: #f7fbfd; }
.legal-header {
  border-bottom: 1px solid #dbe8ef;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-sm);
}
.legal-main {
  margin-block: 54px;
  padding: 62px;
  border: 1px solid #dbe8ef;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-md);
}
.legal-main h1 { text-transform: none; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }

@media (max-width: 1120px) {
  .intro,
  .preview-band { padding: 56px 42px; }
  .process-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .intro,
  .preview-band { margin-block: 48px; padding: 48px 34px; }
  .service-menu { border-right: 0; border-bottom-color: #dbe7ef; }
  .process-section,
  .ecosystem-shell,
  .industries-section { padding-block: 88px; }
  .technology-ledger { grid-template-columns: 1fr 1fr; }
  .about-shell { padding: 38px; border-radius: 28px; }
  .contact-section { padding-block: 92px; }
}

@media (max-width: 700px) {
  .signal-track i { display: none; }
  .signal-track span { flex: 1 1 calc(50% - 10px); text-align: center; }
  .intro,
  .preview-band { padding: 36px 22px; border-radius: 24px; }
  .intro-copy { padding: 20px; }
  .process-list,
  .technology-ledger { grid-template-columns: 1fr; }
  .process-list li { min-height: 190px; }
  .about-shell { padding: 20px; }
  .about-copy { padding: 10px 4px 6px; }
  .contact-form { border-radius: 22px; }
  .legal-main { width: calc(100% - 24px); padding: 32px 22px; }
}

@media (max-width: 560px) {
  .signal-track span { flex-basis: 100%; }
  .preview-card { min-height: 230px; }
  .service-console { border-radius: 24px; }
  .service-menu { padding: 20px 14px; }
  .service-option { padding: 13px 12px; }
  .service-result { min-height: 560px; padding: 34px 20px; }
  .service-result h3 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .process-section,
  .industries-section { padding-block: 84px; }
  .ecosystem-section { padding-block: 86px; }
  .industry-grid { gap: 14px; }
  .about-section { padding: 52px 0; }
  .about-copy dl div { padding: 14px; }
  .contact-section { padding-block: 78px; }
  .contact-form { padding: 22px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .preview-card:hover,
  .service-option:hover,
  .process-list li:hover,
  .technology-ledger article:hover,
  .industry-grid article:hover,
  .about-copy dl div:hover,
  .footer-arrow:hover { animation: none; }
}

/* Wide editorial hero: image dissolves into the message */
@media (min-width: 981px) {
  .hero {
    min-height: 790px;
    padding: 112px 0 32px;
  }
  .hero-inner {
    position: relative;
    display: block;
    min-height: 646px;
  }
  .hero-content {
    width: 58%;
    padding: 64px 0 58px;
  }
  .hero-visual {
    position: absolute;
    z-index: 0;
    inset: 0 calc((var(--section) - 100vw) / 2) 0 37%;
    padding: 0;
  }
  .hero-photo {
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.14) 10%, rgba(0,0,0,.72) 27%, #000 42%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.14) 10%, rgba(0,0,0,.72) 27%, #000 42%);
  }
  .hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(244,249,253,.34), transparent 17%, transparent 82%, rgba(237,248,248,.34));
    pointer-events: none;
  }
  .hero-photo img {
    object-position: 58% center;
  }
  .floating-outcome {
    left: 12%;
    bottom: 24px;
  }
  .hero-seal {
    top: 24px;
    right: max(24px, calc((100vw - var(--section)) / 2 + 12px));
  }
}

@media (max-width: 980px) {
  .hero-inner {
    display: grid;
    min-height: 0;
  }
  .hero-content {
    width: auto;
    padding: 0;
  }
  .hero-visual {
    position: relative;
    inset: auto;
    margin: 6px 0 0;
    padding: 15px 6px 32px 20px;
  }
  .hero-photo {
    border: 8px solid rgba(255,255,255,.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    transform: rotate(1.2deg);
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-photo img { object-position: 64% center; }
}

@media (max-width: 560px) {
  .hero-visual { padding-inline: 0; }
  .hero-photo {
    border-width: 6px;
    border-radius: 22px;
  }
}
