:root {
  --navy: #092744;
  --navy-deep: #061b2d;
  --blue: #16aee1;
  --blue-light: #dff6fd;
  --orange: #f27421;
  --ink: #17232e;
  --muted: #61707c;
  --line: #dce3e8;
  --cream: #f6f4ef;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.preview-watermark { position: fixed; inset: 0; z-index: 9999; pointer-events: none; overflow: hidden; }
.preview-watermark::before { content: "CONFIDENTIAL  •  DESIGN PREVIEW  •  NOT FOR DISTRIBUTION"; position: absolute; top: 50%; left: 50%; width: 145vw; color: rgba(255,255,255,.13); font: 800 clamp(1.15rem, 2.25vw, 2rem)/1 "Montserrat", sans-serif; letter-spacing: .18em; text-align: center; text-shadow: 0 0 1px rgba(9,39,68,.3); transform: translate(-50%, -50%) rotate(-24deg); white-space: nowrap; }
.preview-watermark::after { content: "CONFIDENTIAL DESIGN PREVIEW"; position: absolute; right: 18px; bottom: 18px; padding: 7px 11px; color: rgba(255,255,255,.82); background: rgba(6,27,45,.72); border: 1px solid rgba(255,255,255,.2); font: 700 .58rem/1 "Manrope", sans-serif; letter-spacing: .12em; backdrop-filter: blur(5px); }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section { padding: 120px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.08; letter-spacing: -0.035em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); margin-bottom: 0; color: var(--navy); }
h2 em, h1 em { color: var(--orange); font-style: normal; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 24px; }
.eyebrow span { width: 32px; height: 2px; background: var(--orange); }
.eyebrow.light { color: #b8d1e3; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 25px; border: 0; border-radius: 2px; font-weight: 800; cursor: pointer; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #d96016; }
.button-outline { color: var(--navy); border: 1px solid var(--line); background: transparent; }
.button-outline:hover { color: white; border-color: var(--navy); background: var(--navy); }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s, box-shadow .3s; }
.site-header.scrolled { position: fixed; background: rgba(6,27,45,.96); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.nav-wrap { height: 91px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 150px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 35px; color: rgba(255,255,255,.82); font-size: .84rem; font-weight: 700; }
.site-nav > a:not(.nav-cta) { padding: 34px 0; }
.site-nav > a:not(.nav-cta):hover { color: var(--white); }
.site-nav > a:not(.nav-cta)[aria-current="page"] { color: white; }
.site-nav > a:not(.nav-cta)[aria-current="page"]::after { content: ""; display: block; height: 2px; margin-top: 5px; background: var(--orange); }
.nav-cta { display: flex; align-items: center; gap: 20px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.nav-cta:hover { border-color: var(--orange); background: var(--orange); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: white; margin: 5px; transition: .25s; }

.hero { position: relative; min-height: 850px; padding: 170px 0 55px; color: var(--white); background: var(--navy-deep); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .22; }
.hero-glow-one { width: 700px; height: 700px; right: -240px; top: -260px; background: #129fda; }
.hero-glow-two { width: 400px; height: 400px; left: 25%; bottom: -350px; background: var(--orange); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 80px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { font-size: clamp(3.4rem, 6vw, 6.5rem); color: white; margin-bottom: 30px; }
.hero-lede { max-width: 640px; color: #b9c9d5; font-size: 1.08rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin: 42px 0 58px; }
.text-link { font-weight: 800; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.text-link span { color: var(--blue); margin-left: 8px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-trust div { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); padding-right: 20px; margin-right: 20px; }
.hero-trust div:last-child { border: 0; }
.hero-trust strong { color: white; font-family: "Montserrat"; font-size: 1.8rem; }
.hero-trust span { color: #859dad; font-size: .7rem; line-height: 1.4; }
.hero-visual { position: relative; min-height: 560px; }
.hero-image { position: absolute; width: 400px; height: 515px; top: 0; right: 0; overflow: hidden; border-radius: 200px 200px 8px 8px; box-shadow: 0 35px 70px rgba(0,0,0,.35); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,39,68,.08), rgba(9,39,68,.35)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.orbit { position: absolute; border: 1px solid rgba(22,174,225,.25); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; top: 15px; right: -45px; }
.orbit-two { width: 590px; height: 590px; top: -25px; right: -85px; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.card-top { top: 70px; left: -45px; padding: 17px 24px; gap: 14px; }
.card-top div { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.floating-card strong { font-family: "Montserrat"; font-size: .8rem; }
.pulse { width: 11px; height: 11px; background: #40c787; border-radius: 50%; box-shadow: 0 0 0 6px rgba(64,199,135,.15); }
.card-bottom { right: -25px; bottom: 58px; width: 200px; display: block; padding: 18px 22px; }
.mini-bars { display: flex; height: 32px; align-items: end; gap: 6px; margin-top: 12px; }
.mini-bars i { flex: 1; height: 40%; background: var(--blue); }
.mini-bars i:nth-child(2) { height: 55%; }.mini-bars i:nth-child(3) { height: 48%; }.mini-bars i:nth-child(4) { height: 80%; }.mini-bars i:nth-child(5) { height: 100%; background: var(--orange); }
.hero-ribbon { position: absolute; bottom: 0; left: 0; width: 100%; height: 54px; display: flex; justify-content: center; align-items: center; gap: 40px; color: #7890a1; background: rgba(255,255,255,.03); border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero-ribbon i { width: 5px; height: 5px; background: var(--orange); transform: rotate(45deg); }

.page-hero { position: relative; min-height: 540px; display: flex; align-items: end; padding: 175px 0 85px; color: white; background: var(--navy-deep); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,27,45,.98) 0%, rgba(6,27,45,.88) 52%, rgba(6,27,45,.4) 100%), var(--page-image) center/cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 27px; color: #8ea6b6; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumbs a:hover { color: white; }
.page-hero h1 { max-width: 850px; margin-bottom: 22px; color: white; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero h1 em { color: var(--orange); }
.page-hero-lede { max-width: 680px; margin: 0; color: #b3c5d1; font-size: 1.05rem; }
.page-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.page-intro h2 { font-size: clamp(2.3rem, 4vw, 4.15rem); }
.prose { color: var(--muted); font-size: 1.02rem; }
.prose p { margin-bottom: 24px; }
.prose strong { color: var(--navy); }
.statement { position: relative; padding: 90px 0; color: white; background: var(--navy); overflow: hidden; }
.statement::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -220px; border: 80px solid rgba(22,174,225,.12); border-radius: 50%; }
.statement-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }
.statement .eyebrow { color: #a8bdca; }
.statement blockquote { margin: 0; font: 700 clamp(1.8rem, 3.6vw, 3.5rem)/1.25 "Montserrat", sans-serif; letter-spacing: -.035em; }
.statement blockquote em { color: var(--orange); font-style: normal; }
.section-head { max-width: 760px; margin-bottom: 60px; }
.section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head > p:last-child { margin: 25px 0 0; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 265px; padding: 30px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-number { color: var(--orange); font-size: .65rem; font-weight: 800; }
.value-card h3 { margin: 65px 0 15px; color: var(--navy); font-size: 1.05rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.page-cta { padding: 75px 0; background: var(--orange); color: white; }
.page-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-cta h2 { max-width: 740px; color: white; font-size: clamp(2rem, 4vw, 3.8rem); }
.page-cta .button { flex: 0 0 auto; color: white; border: 1px solid rgba(255,255,255,.55); }
.page-cta .button:hover { color: var(--orange); background: white; }

.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.overview-card { position: relative; min-height: 530px; display: flex; flex-direction: column; padding: 36px; color: white; overflow: hidden; }
.overview-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,27,45,.98) 3%, rgba(6,27,45,.5) 70%), var(--card-image) center/cover; transition: transform .45s; }
.overview-card:hover::before { transform: scale(1.035); }
.overview-card > * { position: relative; z-index: 1; }
.overview-card .service-index { top: 30px; }
.overview-card-content { margin-top: auto; }
.overview-card h2 { color: white; font-size: 2rem; }
.overview-card p { color: #becdd6; font-size: .84rem; }
.overview-card .arrow-link { color: white; align-self: start; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { padding: 30px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step span { color: var(--orange); font-size: .67rem; font-weight: 800; }
.process-step h3 { margin: 55px 0 14px; color: var(--navy); font-size: 1.05rem; }
.process-step p { color: var(--muted); font-size: .8rem; }

.detail-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.detail-intro-image { height: 530px; overflow: hidden; }
.detail-intro-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-intro-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.detail-intro-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.feature-band { background: var(--cream); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 260px; padding: 30px 26px; background: white; border-top: 3px solid var(--accent, var(--orange)); transition: transform .3s, box-shadow .3s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(9,39,68,.09); }
.feature-card span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 52px; color: white; background: var(--accent, var(--orange)); font-size: .7rem; font-weight: 800; }
.feature-card h3 { margin-bottom: 13px; color: var(--navy); font-size: 1rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .76rem; }
.feature-card.blue { --accent: var(--blue); }
.feature-card.navy { --accent: var(--navy); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-card { min-height: 160px; display: flex; align-items: end; justify-content: space-between; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-card span { color: var(--orange); font-size: .65rem; font-weight: 800; }
.sector-card h3 { max-width: 190px; margin: 0; color: var(--navy); font-size: 1rem; text-align: right; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; }
.vision-card { min-height: 340px; padding: 55px; color: white; background: var(--navy); }
.vision-card:last-child { background: #0a9fd3; }
.vision-card small { display: block; margin-bottom: 65px; color: rgba(255,255,255,.65); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.vision-card h2 { color: white; font-size: clamp(1.6rem, 3vw, 2.7rem); }

.contact-page { background: var(--cream); }
.contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.contact-info-panel { padding: 45px; color: white; background: var(--navy); }
.contact-info-panel h2 { margin-bottom: 45px; color: white; font-size: 2.3rem; }
.contact-item { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-item small { display: block; color: var(--blue); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-item a, .contact-item address { display: block; margin-top: 7px; color: #d7e2e9; font-size: .88rem; font-style: normal; }
.contact-page .contact-form { box-shadow: 0 20px 60px rgba(9,39,68,.08); }

.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: start; }
.intro-copy { padding-top: 56px; color: var(--muted); font-size: 1.03rem; }
.intro-copy p { margin-bottom: 24px; }
.arrow-link { display: inline-flex; gap: 28px; color: var(--navy); font-weight: 800; margin-top: 15px; padding-bottom: 5px; border-bottom: 2px solid var(--orange); }

.services { background: var(--cream); }
.services-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 62px; }
.services-top > p { width: 350px; margin-bottom: 5px; color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 585px; padding: 38px 34px 34px; color: white; overflow: hidden; transition: transform .35s; }
.service-card:hover { transform: translateY(-8px); }
.service-card::before { content: ""; position: absolute; width: 270px; height: 270px; right: -130px; top: -130px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.service-orange { background: var(--orange); }.service-blue { background: #0b9fd2; }.service-dark { background: var(--navy); }
.service-index { position: absolute; top: 25px; right: 28px; font-family: "Montserrat"; color: rgba(255,255,255,.48); }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 75px; border: 1px solid rgba(255,255,255,.3); }
.service-icon svg { width: 40px; fill: none; stroke: white; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-label { margin-bottom: 10px; color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { font-size: 2rem; margin-bottom: 20px; }
.service-content > p:not(.service-label) { color: rgba(255,255,255,.78); font-size: .88rem; }
.service-content ul { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.23); }
.service-content li { font-size: .78rem; padding: 5px 0; }
.service-content li::before { content: "+"; margin-right: 10px; color: white; }
.service-card > a { position: absolute; right: 28px; bottom: 28px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); font-size: 1.3rem; }
.service-card > a:hover { background: white; color: var(--navy); }

.approach { overflow: hidden; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.approach-visual { position: relative; }
.image-frame { position: relative; height: 660px; overflow: hidden; }
.image-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(6,27,45,.4), transparent 45%); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.experience-badge { position: absolute; right: -60px; bottom: 38px; z-index: 2; width: 170px; height: 170px; padding: 28px; background: var(--orange); color: white; display: flex; flex-direction: column; justify-content: center; }
.experience-badge strong { font: 800 3.6rem/1 "Montserrat"; }
.experience-badge span { font-size: .75rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.approach-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); margin: 32px 0 40px; }
.principles { border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 10px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principles span { grid-row: 1 / 3; color: var(--orange); font-size: .7rem; font-weight: 800; }
.principles h3 { font-size: 1rem; letter-spacing: -.01em; margin: 0 0 5px; color: var(--navy); }
.principles p { color: var(--muted); font-size: .8rem; margin: 0; }

.clients { background: #eff8fb; padding-bottom: 95px; }
.client-heading { text-align: center; }
.client-heading .eyebrow { justify-content: center; }
.industry-strip { display: grid; grid-template-columns: repeat(5, 1fr); margin: 65px 0 45px; border-top: 1px solid #cbdde4; border-bottom: 1px solid #cbdde4; }
.industry-strip div { min-height: 110px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #cbdde4; }
.industry-strip div:last-child { border: 0; }
.industry-strip span { color: var(--orange); font-size: .65rem; font-weight: 800; }
.industry-strip strong { color: var(--navy); font-family: "Montserrat"; font-size: .84rem; }
.logo-cloud { display: grid; grid-template-columns: repeat(6, 1fr); gap: 25px; align-items: center; }
.logo-cloud img { width: 100%; aspect-ratio: 1; object-fit: contain; filter: grayscale(1); opacity: .64; mix-blend-mode: multiply; transition: .25s; }
.logo-cloud img:hover { filter: none; opacity: 1; }

.contact { position: relative; padding: 115px 0; background: var(--navy-deep); color: white; overflow: hidden; }
.contact-pattern { position: absolute; width: 650px; height: 650px; left: -400px; bottom: -300px; border: 90px solid rgba(22,174,225,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(22,174,225,.035); }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact h2 { color: white; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.contact-copy > p:not(.eyebrow) { color: #91a8b8; max-width: 530px; margin: 32px 0 45px; }
.contact-details { display: flex; gap: 45px; }
.contact-details a, .contact-details div { display: flex; flex-direction: column; }
.contact-details small { color: #7791a3; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { font-size: .82rem; }
.contact-form { padding: 40px; background: white; color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 19px; color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: white; font-size: .82rem; font-weight: 500; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form textarea { resize: vertical; }
.contact-form .button { margin-top: 5px; }
.form-status { display: inline; margin-left: 15px; color: #1a8158; font-size: .75rem; }

footer { background: #04131f; color: #8da1ae; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1.5fr; gap: 55px; padding: 75px 0; }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); margin-bottom: 25px; }
.footer-brand p { color: white; font-family: "Montserrat"; font-size: 1.15rem; line-height: 1.4; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .78rem; }
.footer-top small { color: var(--orange); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; margin-bottom: 8px; }
.footer-top a:hover { color: white; }
.footer-bottom { height: 65px; display: flex; align-items: center; gap: 45px; border-top: 1px solid rgba(255,255,255,.1); font-size: .67rem; }
.footer-bottom a { margin-left: auto; color: white; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }.delay-two { transition-delay: .24s; }

@media (max-width: 1000px) {
  .site-nav { gap: 20px; }
  .hero { min-height: auto; padding-bottom: 105px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { display: none; }
  .intro-grid, .approach-grid, .contact-grid { gap: 60px; }
  .service-card { padding: 28px 24px; }
  .service-card h3 { font-size: 1.55rem; }
  .experience-badge { right: -25px; }
  .footer-top { grid-template-columns: 2fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .page-intro, .detail-intro, .contact-page-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .preview-watermark::before { width: 210vw; font-size: .8rem; }
  .preview-watermark::after { right: 10px; bottom: 10px; font-size: .48rem; }
  .container { width: min(calc(100% - 34px), var(--max)); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 76px; }
  .brand img { width: 125px; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 20px; background: var(--navy-deep); transform: translateX(100%); transition: transform .3s; font-size: 1.2rem; }
  .site-nav.open { transform: none; }
  .site-nav > a:not(.nav-cta) { padding: 8px; }
  .site-nav > a:not(.nav-cta)[aria-current="page"]::after { margin-top: 1px; }
  .hero { padding: 130px 0 100px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin: 34px 0 45px; }
  .hero-trust { grid-template-columns: 1fr; gap: 17px; }
  .hero-trust div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding-bottom: 15px; }
  .hero-trust strong { font-size: 1.4rem; }
  .hero-ribbon { gap: 16px; overflow: hidden; justify-content: flex-start; padding-left: 20px; white-space: nowrap; }
  .page-hero { min-height: 480px; padding: 135px 0 65px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .page-intro, .detail-intro, .contact-page-grid { grid-template-columns: 1fr; gap: 40px; }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .statement { padding: 70px 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 210px; }
  .value-card h3 { margin-top: 45px; }
  .page-cta-grid { align-items: flex-start; flex-direction: column; }
  .overview-grid { grid-template-columns: 1fr; }
  .overview-card { min-height: 470px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .detail-intro-image { height: 400px; order: -1; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-card { min-height: 300px; padding: 38px 28px; }
  .contact-info-panel { padding: 32px 24px; }
  .intro-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding-top: 0; }
  .services-top { display: block; }
  .services-top > p { width: auto; margin-top: 28px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 530px; }
  .service-icon { margin-bottom: 50px; }
  .approach-visual { width: calc(100% - 24px); }
  .image-frame { height: 480px; }
  .experience-badge { width: 130px; height: 130px; right: -24px; padding: 20px; }
  .experience-badge strong { font-size: 2.7rem; }
  .approach-copy h2 { font-size: 2.55rem; }
  .industry-strip { grid-template-columns: 1fr 1fr; }
  .industry-strip div { border-bottom: 1px solid #cbdde4; }
  .logo-cloud { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .contact { padding: 80px 0; }
  .contact-details { flex-direction: column; gap: 17px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-status { display: block; margin: 10px 0 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { height: auto; min-height: 75px; gap: 12px; flex-wrap: wrap; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

@media print {
  .preview-watermark::before { color: rgba(9,39,68,.16); }
  .preview-watermark::after { color: var(--navy); background: white; border-color: var(--navy); }
}
