:root {
  --navy: #002f49;
  --navy-deep: #001f31;
  --navy-soft: #0c4a66;
  --orange: #f67f00;
  --orange-dark: #d96500;
  --cream: #f7eddd;
  --cream-soft: #fbf7f0;
  --sand: #ead8bb;
  --ink: #102532;
  --muted: #62707a;
  --white: #ffffff;
  --line: rgba(0, 47, 73, 0.14);
  --line-light: rgba(255, 255, 255, 0.17);
  --display: "Sora", "Segoe UI", sans-serif;
  --text: "Manrope", "Segoe UI", sans-serif;
  --container: min(calc(100% - 48px), 1240px);
  --nav-height: 84px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 28px 80px rgba(0, 31, 49, .16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--navy-deep); }
body { font-family: var(--text); color: var(--ink); background: var(--cream-soft); line-height: 1.65; overflow-x: hidden; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; border: 0; background: none; }
:focus-visible { outline: 3px solid rgba(246, 127, 0, .56); outline-offset: 4px; }
::selection { color: var(--white); background: var(--orange); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(84px, 10vw, 148px) 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--navy); font-weight: 800; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { font-family: var(--display); color: var(--navy); letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 7.7vw, 7rem); font-weight: 800; line-height: .91; }
h2 { font-size: clamp(2.5rem, 5vw, 4.9rem); font-weight: 700; line-height: 1; }
h3 { font-size: clamp(1.45rem, 2.05vw, 2.15rem); font-weight: 700; line-height: 1.08; }
p { font-size: clamp(1rem, 1.1vw, 1.075rem); }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffae52; }
.section-head { max-width: 780px; margin-bottom: clamp(40px, 6vw, 70px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head p { max-width: 680px; margin-top: 22px; color: var(--muted); }
.section-head.center p { margin-inline: auto; }

.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 15px 24px; border-radius: 8px; font-size: .82rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .22s var(--ease), background .22s, color .22s, border-color .22s; }
.btn span { font-size: 1.05rem; transition: transform .22s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover span { transform: translate(3px, -2px); }
.btn-primary { color: var(--white); background: var(--orange); box-shadow: 0 15px 40px rgba(246, 127, 0, .2); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { color: var(--white); border: 1px solid rgba(255, 255, 255, .62); background: rgba(255, 255, 255, .04); }
.btn-secondary:hover { color: var(--navy); border-color: var(--white); background: var(--white); }
.btn-cream { color: var(--navy); background: var(--cream); }
.btn-cream:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: .82rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { color: var(--orange); font-size: 1.05rem; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--nav-height); color: var(--navy); background: rgba(251, 247, 240, .96); border-bottom: 1px solid rgba(0, 47, 73, .18); transition: height .25s var(--ease), box-shadow .25s, background .25s, backdrop-filter .25s; }
.site-header::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: linear-gradient(90deg, var(--navy) 0 72%, var(--orange) 72%); opacity: .82; }
.site-header.is-scrolled { height: 72px; background: rgba(251, 247, 240, .89); backdrop-filter: blur(18px); box-shadow: 0 16px 44px rgba(0, 31, 49, .09); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; object-fit: contain; transition: width .25s, height .25s; }
.brand span { font-family: var(--display); font-size: .82rem; line-height: 1.02; letter-spacing: -.03em; }
.brand b { color: var(--orange); font-weight: 800; }
.site-header.is-scrolled .brand img { width: 42px; height: 42px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(19px, 2.2vw, 32px); list-style: none; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: .82rem; font-weight: 750; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 7px; height: 2px; background: var(--orange); transition: left .22s, right .22s; }
.desktop-nav a:hover::after { left: 0; right: 0; }
.nav-cta { flex: 0 0 auto; min-height: 45px; display: inline-flex; align-items: center; padding: 12px 19px; border-radius: 7px; color: var(--white); background: var(--navy); font-size: .73rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .22s, background .22s; }
.nav-cta:hover { background: var(--orange); transform: translateY(-1px); }
.menu-toggle { display: none; position: relative; z-index: 120; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
.menu-toggle span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--navy); transition: top .22s, transform .22s, opacity .22s; }
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle span:nth-child(3) { top: 30px; }
body.menu-open .menu-toggle span:nth-child(1) { top: 23px; transform: rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; padding: 92px 24px 28px; color: var(--white); background: rgba(0, 31, 49, .985); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; }
body.menu-open .mobile-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-menu::before { content: ""; position: absolute; width: 60vw; aspect-ratio: 1; right: -28vw; top: 7vh; border: 1px solid rgba(246, 127, 0, .34); border-radius: 50%; }
.mobile-menu-inner { position: relative; width: min(100%, 560px); }
.mobile-menu a:not(.mobile-brand) { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(1.75rem, 8vw, 3rem); font-weight: 700; line-height: 1; letter-spacing: -.04em; opacity: 0; transform: translateY(16px); transition: opacity .3s var(--ease), transform .3s var(--ease), color .2s; }
body.menu-open .mobile-menu a { opacity: 1; transform: none; }
.mobile-menu a:nth-child(2) { transition-delay: .03s; }
.mobile-menu a:nth-child(3) { transition-delay: .06s; }
.mobile-menu a:nth-child(4) { transition-delay: .09s; }
.mobile-menu a:nth-child(5) { transition-delay: .12s; }
.mobile-menu a:nth-child(6) { transition-delay: .15s; }
.mobile-menu a:hover { color: #ffad50; }
.mobile-menu small { color: var(--orange); font-family: var(--text); font-size: .75rem; letter-spacing: .15em; }
.mobile-menu .mobile-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; font-weight: 800; }
.mobile-brand img { width: 58px; height: 58px; }
.mobile-menu .mobile-cta { min-height: 54px; justify-content: center; margin-top: 24px; padding: 16px 20px; border: 0; border-radius: 8px; background: var(--orange); font-family: var(--text); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; min-height: max(720px, calc(100svh - var(--nav-height))); display: flex; align-items: center; margin-top: var(--nav-height); color: var(--white); background: var(--navy-deep); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0, 24, 38, .94) 0%, rgba(0, 35, 55, .85) 44%, rgba(0, 37, 58, .42) 73%, rgba(0, 31, 49, .24) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 44%; background: linear-gradient(0deg, rgba(0, 20, 32, .68), transparent); }
.hero-media, .hero-slide { position: absolute; inset: 0; }
.hero-media { z-index: 0; background: var(--navy-deep); }
.hero-slide { opacity: 0; transition: opacity 1.15s var(--ease); }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.04); transform: scale(1.03); transition: transform 7s linear; }
.hero-slide.is-active img { transform: scale(1.08); }
.hero-slide:nth-child(2) img { object-position: center 38%; }
.hero-slide:nth-child(3) img { object-position: center 68%; }
.hero-orbit { position: absolute; z-index: 2; border: 1px solid rgba(246, 127, 0, .28); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 390px; height: 390px; right: -110px; top: -100px; }
.orbit-two { width: 150px; height: 150px; right: 21%; bottom: -62px; }
.hero-content { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(40px, 5vw, 72px); align-items: end; padding: clamp(72px, 9vw, 120px) 0; }
.hero-copy-wrap { max-width: 790px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--cream); font-size: .77rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; opacity: 0; transform: translateY(12px); animation: fadeUp .65s var(--ease) .16s forwards; }
.hero-kicker::before { content: ""; width: 46px; height: 2px; background: var(--orange); }
.hero-title { color: var(--white); font-size: clamp(3.4rem, 6.2vw, 5.6rem); text-shadow: 0 18px 46px rgba(0, 20, 32, .42); }
.hero-title span { display: block; opacity: 0; transform: translateY(24px); animation: fadeUp .72s var(--ease) forwards; }
.hero-title span:nth-child(1) { animation-delay: .27s; }
.hero-title span:nth-child(2) { animation-delay: .38s; }
.hero-title span:nth-child(3) { color: #ff9a2d; animation-delay: .49s; }
.hero-copy { max-width: 670px; margin-top: 28px; color: #f7efe5; font-size: clamp(1.05rem, 1.35vw, 1.23rem); opacity: 0; transform: translateY(18px); animation: fadeUp .72s var(--ease) .64s forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; opacity: 0; transform: translateY(18px); animation: fadeUp .72s var(--ease) .78s forwards; }
.hero-card { position: relative; padding: 24px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 12px; background: rgba(0, 31, 49, .62); box-shadow: 0 22px 70px rgba(0, 20, 32, .26); backdrop-filter: blur(16px); opacity: 0; transform: translateY(20px); animation: fadeUp .72s var(--ease) .92s forwards; }
.hero-card::before { content: ""; position: absolute; width: 44px; height: 4px; top: -2px; left: 24px; border-radius: 4px; background: var(--orange); }
.hero-card-top { display: flex; align-items: center; gap: 9px; color: #ffbd76; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #43e18d; box-shadow: 0 0 0 5px rgba(67, 225, 141, .12); }
.hero-card p { margin: 18px 0 20px; color: #f6efe7; font-size: .93rem; }
.hero-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line-light); color: var(--white); font-size: .78rem; font-weight: 800; }
.hero-card a span { color: var(--orange); font-size: 1.2rem; }
.hero-scroll { position: absolute; z-index: 3; right: clamp(20px, 3vw, 48px); bottom: 28px; color: var(--white); font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; opacity: .68; }
.hero-scroll::after { content: ""; display: block; width: 1px; height: 54px; margin: 12px auto 0; background: linear-gradient(var(--orange), transparent); }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

.benefits { color: var(--white); background: var(--navy); border-top: 1px solid var(--line-light); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { padding: 34px 28px; border-right: 1px solid var(--line-light); }
.benefit:last-child { border-right: 0; }
.benefit b { display: block; color: #ff9a2d; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.5rem); font-weight: 700; line-height: .95; letter-spacing: -.05em; }
.benefit span { display: block; max-width: 220px; margin-top: 10px; color: #d8e3e8; font-size: .88rem; font-weight: 700; line-height: 1.45; }

.services { background: var(--cream-soft); }
.services-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 7vw, 92px); align-items: start; }
.services-intro { position: sticky; top: 110px; }
.services-intro p { max-width: 430px; margin: 22px 0 27px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) 190px; gap: 24px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); }
.service-number { align-self: start; padding-top: 7px; color: var(--orange); font-family: var(--display); font-size: .85rem; font-weight: 800; letter-spacing: .14em; }
.service-body h3 { font-size: clamp(1.45rem, 2vw, 2.05rem); }
.service-body p { margin-top: 10px; color: var(--muted); font-size: .94rem; }
.service-result { display: inline-flex; margin-top: 12px; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.service-result::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.service-thumb { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; background: var(--sand); }
.service-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .7s; }
.service-row:hover .service-thumb img { transform: scale(1.045); filter: saturate(1.06); }

.transformation { color: var(--white); background: var(--navy); overflow: hidden; }
.transformation-grid { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(42px, 7vw, 96px); align-items: center; }
.clarity-compare { --compare-pos: 52%; position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255, 255, 255, .17); border-radius: 12px; box-shadow: 0 34px 95px rgba(0, 20, 32, .38); cursor: ew-resize; touch-action: none; isolation: isolate; }
.clarity-compare::before { content: ""; position: absolute; z-index: 4; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.compare-state { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: clamp(28px, 4vw, 54px); }
.compare-before { color: var(--white); background: radial-gradient(circle at 75% 20%, rgba(246, 127, 0, .2), transparent 32%), var(--navy-deep); }
.compare-after { z-index: 1; color: var(--navy); background: radial-gradient(circle at 20% 16%, rgba(246, 127, 0, .25), transparent 30%), var(--cream); clip-path: inset(0 0 0 var(--compare-pos)); }
.compare-state::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -90px; border: 1px solid currentColor; border-radius: 50%; opacity: .1; }
.compare-label { position: absolute; top: 20px; left: 20px; padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.compare-after .compare-label { left: auto; right: 20px; color: var(--white); border-color: var(--orange); background: var(--orange); }
.compare-state > div { position: relative; z-index: 2; width: 43%; max-width: 250px; }
.compare-before > div { margin-right: auto; }
.compare-after > div { margin-left: auto; }
.compare-state b { display: block; margin-bottom: 18px; font-family: var(--display); font-size: clamp(1.7rem, 2.25vw, 2.55rem); line-height: 1.02; letter-spacing: -.05em; }
.compare-state ul { display: grid; gap: 10px; list-style: none; }
.compare-state li { display: flex; gap: 9px; font-size: .91rem; font-weight: 700; }
.compare-state li::before { content: "×"; color: var(--orange); font-weight: 900; }
.compare-after li::before { content: "✓"; }
.compare-line { position: absolute; z-index: 5; top: 0; bottom: 0; left: var(--compare-pos); width: 2px; background: var(--white); transform: translateX(-50%); box-shadow: 0 0 24px rgba(255, 255, 255, .4); }
.compare-handle { position: absolute; z-index: 6; top: 50%; left: var(--compare-pos); width: 60px; height: 60px; display: grid; place-items: center; border: 6px solid rgba(0, 47, 73, .12); border-radius: 50%; color: var(--orange); background: var(--white); transform: translate(-50%, -50%); box-shadow: 0 18px 42px rgba(0, 20, 32, .38); pointer-events: none; }
.compare-handle span { font-size: 1.45rem; font-weight: 900; }
.compare-range { position: absolute; z-index: 7; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-note { margin-top: 16px; color: #c7d8df; font-size: .87rem; }
.transformation-copy h2 { color: var(--white); }
.transformation-copy > p { max-width: 560px; margin-top: 24px; color: #cad9e0; }
.check-list { display: grid; gap: 13px; margin: 28px 0 34px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 23px 1fr; gap: 11px; align-items: start; color: #f5eee6; font-weight: 700; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; color: var(--white); background: var(--orange); font-size: .72rem; }

.focus { background: #fff; }
.focus-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-btn { min-height: 44px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); cursor: pointer; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.filter-btn:hover, .filter-btn.is-active { color: var(--white); border-color: var(--navy); background: var(--navy); transform: translateY(-1px); }
.focus-grid { display: grid; grid-template-columns: 1.08fr .92fr 1fr; grid-auto-rows: 260px; gap: 14px; }
.focus-card { position: relative; overflow: hidden; border-radius: 9px; background: var(--navy); color: var(--white); transition: opacity .25s, transform .3s var(--ease); }
.focus-card[hidden] { display: none; }
.focus-card-tall { grid-row: span 2; }
.focus-card-wide { grid-column: span 2; }
.focus-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .75s var(--ease), filter .75s; }
.focus-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 31, 49, .95), rgba(0, 31, 49, .2) 63%, transparent); }
.focus-card::before { content: "↗"; position: absolute; z-index: 3; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .44); border-radius: 50%; background: rgba(0, 31, 49, .26); backdrop-filter: blur(8px); transition: transform .22s, background .22s; }
.focus-card:hover img { transform: scale(1.045); filter: saturate(1); }
.focus-card:hover::before { background: var(--orange); transform: translate(3px, -3px); }
.focus-card > div { position: absolute; z-index: 2; inset: auto 0 0; padding: 24px; }
.focus-card span { color: #ffb566; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.focus-card h3 { margin-top: 7px; color: var(--white); font-size: clamp(1.45rem, 2.1vw, 2.2rem); }
.focus-card p { max-width: 360px; margin-top: 8px; color: #dce6ea; font-size: .87rem; opacity: 0; transform: translateY(7px); transition: opacity .22s, transform .22s; }
.focus-card:hover p { opacity: 1; transform: none; }

.method { background: var(--cream-soft); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border-top: 1px solid var(--line); }
.process-line::before { content: ""; position: absolute; left: 0; top: -1px; width: var(--process-progress, 0%); height: 3px; background: var(--orange); transition: width .16s linear; }
.process-step { position: relative; padding: 34px 28px 0 0; }
.process-step::before { content: ""; position: absolute; top: -7px; left: 0; width: 13px; height: 13px; border: 3px solid var(--cream-soft); border-radius: 50%; background: var(--navy); }
.process-step b { color: var(--orange); font-family: var(--display); font-size: .9rem; letter-spacing: .15em; }
.process-step h3 { margin: 14px 0 10px; font-size: clamp(1.4rem, 2vw, 2rem); }
.process-step p { color: var(--muted); font-size: .92rem; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(46px, 8vw, 104px); align-items: center; }
.about-photo { position: relative; min-height: 610px; overflow: hidden; border-radius: 10px; background: var(--navy); box-shadow: var(--shadow); }
.about-photo::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(0deg, rgba(0, 31, 49, .82), transparent 42%); pointer-events: none; }
.about-photo::after { content: ""; position: absolute; z-index: 2; width: 180px; height: 180px; top: -74px; right: -70px; border: 18px solid rgba(246, 127, 0, .72); border-radius: 50%; }
.about-photo img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center top; transition: transform .9s var(--ease); }
.about-photo:hover img { transform: scale(1.025); }
.about-photo figcaption { position: absolute; z-index: 3; left: 28px; bottom: 26px; display: grid; }
.about-photo figcaption strong { color: var(--white); font-family: var(--display); font-size: 1.5rem; }
.about-photo figcaption span { color: #ffb766; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.about-copy > p { max-width: 670px; margin-top: 20px; color: var(--muted); }
.about-copy blockquote { position: relative; margin: 30px 0; padding: 22px 26px 22px 30px; border-left: 4px solid var(--orange); color: var(--navy); background: var(--cream); font-family: var(--display); font-size: clamp(1.05rem, 1.45vw, 1.25rem); font-weight: 600; line-height: 1.55; }

.guide { color: var(--white); background: var(--navy-deep); overflow: hidden; }
.guide-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.guide-copy { position: relative; z-index: 2; }
.guide-copy h2 { color: var(--white); }
.guide-copy > p { max-width: 670px; margin-top: 22px; color: #cfdee4; }
.guide-copy ul { display: grid; gap: 11px; margin: 26px 0 32px; list-style: none; }
.guide-copy li { display: flex; gap: 10px; color: #edf2f4; font-weight: 700; }
.guide-copy li::before { content: "✓"; color: var(--orange); font-weight: 900; }
.guide-card { position: relative; width: min(100%, 390px); justify-self: center; transform: rotate(2deg); }
.guide-card::before { content: ""; position: absolute; z-index: -1; inset: -18px 18px 18px -18px; border: 1px solid rgba(246, 127, 0, .5); border-radius: 12px; }
.guide-card img { width: 100%; border-radius: 10px; box-shadow: 0 35px 100px rgba(0, 10, 17, .48); }
.guide-card > span { position: absolute; right: -17px; top: 26px; padding: 10px 13px; border-radius: 6px; color: var(--white); background: var(--orange); font-size: .69rem; font-weight: 900; letter-spacing: .1em; }

.final-cta { position: relative; min-height: 630px; display: grid; place-items: center; color: var(--white); background: var(--navy-deep); overflow: hidden; isolation: isolate; }
.final-cta::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0, 31, 49, .97), rgba(0, 31, 49, .82) 50%, rgba(0, 31, 49, .56)); }
.final-bg { position: absolute; z-index: 0; inset: 0; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.final-content { position: relative; z-index: 2; text-align: center; }
.final-content h2 { max-width: 980px; margin-inline: auto; color: var(--white); }
.final-content p { max-width: 700px; margin: 24px auto 0; color: #d9e4e8; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 34px; }

footer { padding: 70px 0 26px; color: #d8e2e6; background: #001723; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .7fr; gap: clamp(44px, 8vw, 110px); padding-bottom: 52px; }
.brand-footer { color: var(--white); }
.brand-footer span { font-size: 1rem; }
.footer-brand p { max-width: 430px; margin-top: 20px; color: #94aab4; font-size: .91rem; }
footer h3 { margin-bottom: 18px; color: var(--white); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a { display: inline-flex; padding: 5px 0; color: #a9bbc3; font-size: .86rem; transition: color .2s, transform .2s; }
.footer-grid > div:not(.footer-brand) a:hover { color: #ffad50; transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .09); color: #748d98; font-size: .72rem; }

.wa-widget { position: fixed; z-index: 130; right: 22px; bottom: 22px; }
.wa-launcher { position: relative; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 15px 38px rgba(0, 31, 49, .28); cursor: pointer; transition: transform .22s var(--ease), background .22s; }
.wa-launcher:hover { transform: translateY(-3px) scale(1.02); background: #1db75a; }
.wa-launcher svg { width: 30px; height: 30px; }
.wa-pulse { position: absolute; inset: 0; border: 1px solid rgba(37, 211, 102, .6); border-radius: 50%; animation: waPulse 2s ease-out infinite; }
@keyframes waPulse { 70%, 100% { transform: scale(1.5); opacity: 0; } }
.wa-panel { position: absolute; right: 0; bottom: 76px; width: min(380px, calc(100vw - 28px)); overflow: hidden; border: 1px solid rgba(0, 47, 73, .14); border-radius: 14px; background: var(--white); box-shadow: 0 24px 80px rgba(0, 31, 49, .27); opacity: 0; visibility: hidden; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: opacity .22s, visibility .22s, transform .22s var(--ease); }
.wa-widget.is-open .wa-panel { opacity: 1; visibility: visible; transform: none; }
.wa-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px; color: var(--white); background: var(--navy); }
.wa-agent { display: flex; align-items: center; gap: 11px; }
.wa-agent img { width: 46px; height: 46px; border: 2px solid rgba(255, 255, 255, .75); border-radius: 50%; object-fit: cover; }
.wa-agent strong, .wa-agent span { display: block; }
.wa-agent strong { font-size: .9rem; }
.wa-agent span { color: #cce0e7; font-size: .68rem; }
.wa-agent i { width: 7px; height: 7px; display: inline-block; margin-right: 4px; border-radius: 50%; background: #52e293; }
.wa-close { width: 34px; height: 34px; border-radius: 50%; color: var(--white); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.wa-close:hover { background: rgba(255, 255, 255, .1); }
.wa-body { padding: 18px; background-color: #f4efe8; background-image: radial-gradient(rgba(0,47,73,.06) 1px, transparent 1px); background-size: 14px 14px; }
.wa-bubble { max-width: 88%; padding: 12px 14px; border-radius: 5px 13px 13px 13px; color: var(--ink); background: var(--white); box-shadow: 0 4px 12px rgba(0, 31, 49, .08); font-size: .86rem; }
.wa-options { display: grid; gap: 7px; margin-top: 13px; }
.wa-options button { padding: 10px 12px; border: 1px solid rgba(0, 47, 73, .14); border-radius: 8px; color: var(--navy); background: rgba(255, 255, 255, .92); cursor: pointer; text-align: left; font-size: .76rem; font-weight: 800; transition: color .18s, border-color .18s, background .18s; }
.wa-options button:hover { color: var(--white); border-color: var(--orange); background: var(--orange); }
.wa-choice { width: fit-content; max-width: 85%; margin: 13px 0 0 auto; padding: 10px 12px; border-radius: 12px 5px 12px 12px; color: var(--ink); background: #d9fdd3; font-size: .8rem; }
.wa-name-form { display: grid; gap: 8px; margin-top: 13px; }
.wa-name-form label { font-size: .78rem; font-weight: 800; }
.wa-name-form > div { display: grid; grid-template-columns: 1fr 42px; gap: 7px; }
.wa-name-form input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid rgba(0, 47, 73, .18); border-radius: 8px; color: var(--ink); background: var(--white); }
.wa-name-form button { border-radius: 8px; color: var(--white); background: var(--navy); cursor: pointer; font-weight: 900; }
.wa-name-form button:disabled { opacity: .35; cursor: not-allowed; }
.wa-final-link { align-items: center; justify-content: space-between; min-height: 44px; margin-top: 13px; padding: 11px 13px; border-radius: 8px; color: var(--white); background: #1fb95d; font-size: .78rem; font-weight: 800; }
.wa-final-link:not([hidden]) { display: flex; }
.mobile-booking { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s var(--ease), transform .72s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.image-reveal { overflow: hidden; }
.js .image-reveal img { transform: scale(1.08); transition: transform 1s var(--ease); }
.js .image-reveal.is-visible img, .js .reveal.is-visible .image-reveal img { transform: scale(1); }

@media (max-width: 1120px) {
  :root { --container: min(calc(100% - 40px), 1050px); }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .76rem; }
  .nav-cta { display: none; }
  .service-row { grid-template-columns: 44px minmax(0, 1fr) 158px; gap: 18px; }
  .hero-content { grid-template-columns: minmax(0, 1fr) 280px; gap: 36px; }
}

@media (max-width: 900px) {
  :root { --nav-height: 74px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 820px; }
  .hero-content { grid-template-columns: 1fr; gap: 34px; align-items: center; }
  .hero-card { max-width: 440px; }
  .hero-scroll { display: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .services-layout, .transformation-grid, .about-grid, .guide-grid { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .service-row { grid-template-columns: 48px minmax(0, 1fr) 180px; }
  .clarity-compare { max-width: 590px; margin-inline: auto; aspect-ratio: 5 / 4; }
  .transformation-copy { max-width: 680px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .focus-card-tall { grid-row: span 1; }
  .focus-card-wide { grid-column: span 1; }
  .process-line { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .about-photo { min-height: 680px; }
  .about-photo img { min-height: 680px; object-position: center 15%; }
  .guide-card { grid-row: 1; width: min(100%, 350px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 640px) {
  :root { --container: min(calc(100% - 28px), 560px); --nav-height: 68px; }
  body { padding-bottom: 62px; }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(3.15rem, 15.3vw, 5rem); }
  .hero-title { font-size: clamp(3rem, 14.7vw, 4.5rem); }
  h2 { font-size: clamp(2.25rem, 10.2vw, 3.55rem); }
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: .74rem; }
  .site-header.is-scrolled { height: 62px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: 780px; }
  .hero::before { background: linear-gradient(90deg, rgba(0, 24, 38, .96), rgba(0, 35, 55, .77)); }
  .hero-content { padding: 66px 0 52px; }
  .hero-kicker { max-width: 340px; font-size: .66rem; letter-spacing: .15em; }
  .hero-kicker::before { width: 30px; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-card { padding: 20px; }
  .benefit { min-height: 145px; padding: 25px 17px; }
  .benefit b { font-size: clamp(1.55rem, 8vw, 2.3rem); }
  .benefit span { font-size: .77rem; }
  .service-row { grid-template-columns: 38px 1fr; padding: 25px 0; }
  .service-number { grid-row: 1; grid-column: 1; }
  .service-body { grid-column: 2; }
  .service-thumb { grid-column: 2; width: 100%; margin-top: 2px; aspect-ratio: 16 / 9; }
  .service-result { font-size: .65rem; }
  .clarity-compare { aspect-ratio: 4 / 5; }
  .compare-state { padding: 18px; }
  .compare-state > div { width: 45%; }
  .compare-state b { margin-bottom: 12px; font-size: 1.42rem; }
  .compare-state li { gap: 5px; font-size: .63rem; line-height: 1.35; }
  .compare-handle { width: 52px; height: 52px; border-width: 5px; }
  .focus-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .focus-card-tall, .focus-card-wide { grid-row: auto; grid-column: auto; }
  .focus-card p { opacity: 1; transform: none; }
  .process-line { grid-template-columns: 1fr; gap: 0; margin-top: 36px; border-top: 0; border-left: 1px solid var(--line); }
  .process-line::before { top: 0; width: 3px; height: var(--process-progress-mobile, 0%); }
  .process-step { padding: 0 0 34px 30px; }
  .process-step::before { top: 3px; left: -7px; }
  .about-photo { min-height: 520px; }
  .about-photo img { min-height: 520px; }
  .guide-card { width: min(88%, 330px); }
  .final-cta { min-height: 650px; }
  .final-actions { display: grid; }
  .final-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .wa-widget { right: 14px; bottom: 76px; }
  .wa-launcher { width: 54px; height: 54px; }
  .wa-panel { bottom: 66px; }
  .mobile-booking { position: fixed; z-index: 125; inset: auto 0 0; min-height: 62px; display: flex; align-items: center; justify-content: center; padding: 14px 18px; color: var(--white); background: var(--orange); box-shadow: 0 -12px 36px rgba(0, 31, 49, .18); font-size: .76rem; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; }
}

@media (max-width: 390px) {
  .brand span { display: none; }
  .benefit span { font-size: .72rem; }
  .compare-state { padding: 21px; }
  .compare-state b { font-size: 1.7rem; }
  .compare-state li { font-size: .72rem; }
}

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