:root {
  --ink: #071d27;
  --ink-2: #0d2d38;
  --teal: #0aa6a6;
  --teal-dark: #087f82;
  --aqua: #bce8e5;
  --mist: #edf7f6;
  --ivory: #f7faf9;
  --white: #ffffff;
  --muted: #667a80;
  --line: rgba(7, 29, 39, 0.12);
  --shadow: 0 28px 80px rgba(5, 28, 38, 0.14);
  --radius: 28px;
  --font: "Segoe UI Variable", "Aptos", "Segoe UI", Arial, sans-serif;
  --display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

::selection { background: var(--aqua); color: var(--ink); }

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 18px;
  top: -80px;
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  color: var(--ink);
  background: var(--white);
  transition: top .2s ease;
}

.skip-link:focus { top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 88px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: height .3s ease, background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  height: 76px;
  background: rgba(6, 28, 38, .92);
  box-shadow: 0 12px 36px rgba(0,0,0,.16);
  backdrop-filter: blur(18px);
}

.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 32px;
  border: 1px solid rgba(188,232,229,.8);
  border-radius: 50%;
  color: var(--aqua);
  transform: rotate(-4deg);
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -7px;
  top: 9px;
  border-top: 1px solid rgba(188,232,229,.8);
  transform: rotate(35deg);
}

.brand-mark span { font-size: 10px; font-weight: 800; letter-spacing: .08em; transform: rotate(4deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: .01em; }
.brand-copy small { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }

.nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 600; }
.nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% 4px 0; background: var(--aqua); transition: right .25s ease; }
.nav a:hover, .nav a.is-active { color: var(--white); }
.nav a:hover::after, .nav a.is-active::after { right: 0; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 12px 28px rgba(10,166,166,.22);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .01em;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.button:hover { transform: translateY(-3px); background: #11b6b5; border-color: #11b6b5; box-shadow: 0 18px 36px rgba(10,166,166,.3); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(188,232,229,.75); outline-offset: 4px; }
.button svg { font-size: 17px; }
.button-small { min-height: 43px; padding: 0 18px; font-size: 12px; }
.button-wide { width: 100%; margin-top: 8px; }

.menu-toggle { display: none; width: 43px; height: 43px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.06); color: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s ease; }
body.nav-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
body.nav-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 850px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(112deg, rgba(5,27,37,.98) 0%, rgba(6,36,46,.97) 48%, rgba(5,30,40,.92) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(to top, rgba(5,28,38,.55), transparent); pointer-events: none; }

.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 4%; top: 9%; background: radial-gradient(circle, rgba(10,166,166,.2), transparent 68%); }
.hero-glow-two { width: 300px; height: 300px; left: -9%; bottom: 8%; background: radial-gradient(circle, rgba(188,232,229,.1), transparent 68%); }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 78px; padding-top: 108px; padding-bottom: 74px; }
.hero-copy { max-width: 640px; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--aqua); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--teal-dark); }

h1, h2 { margin: 0; font-weight: 480; letter-spacing: -.045em; line-height: 1.03; }
h1 { font-size: clamp(56px, 5.65vw, 84px); }
h1 em, h2 em { display: block; color: var(--aqua); font-family: var(--display); font-weight: 400; letter-spacing: -.035em; }

.hero-text { max-width: 570px; margin: 27px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 700; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(5px); }
.dark-link { color: var(--ink); }

.hero-meta { display: flex; align-items: center; gap: 26px; margin-top: 47px; }
.hero-meta > div { display: flex; align-items: center; gap: 12px; }
.hero-meta strong { color: var(--white); font-size: 28px; letter-spacing: -.04em; }
.hero-meta span { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; line-height: 1.45; }
.hero-meta i { width: 1px; height: 35px; background: rgba(255,255,255,.16); }

.hero-visual { position: relative; min-width: 0; }
.image-frame { position: relative; overflow: hidden; border: 1px solid rgba(10,166,166,.38); background: var(--mist); box-shadow: var(--shadow); }
.image-frame img { height: 100%; object-fit: cover; -webkit-mask-image: radial-gradient(ellipse 98% 96% at center, #000 76%, rgba(0,0,0,.9) 90%, transparent 100%); mask-image: radial-gradient(ellipse 98% 96% at center, #000 76%, rgba(0,0,0,.9) 90%, transparent 100%); }
.image-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 26px rgba(7,29,39,.18); border-radius: inherit; }
.image-frame-hero { height: 560px; border-radius: 270px 270px 28px 28px; padding: 7px; background: linear-gradient(145deg, rgba(188,232,229,.18), rgba(255,255,255,.02)); box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.image-frame-hero img { border-radius: 265px 265px 23px 23px; object-position: 61% center; }
.visual-orbit { position: absolute; width: 170px; height: 170px; border: 1px solid rgba(188,232,229,.16); border-radius: 50%; right: -48px; top: -38px; }
.visual-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); left: 19px; top: 23px; box-shadow: 0 0 0 8px rgba(10,166,166,.1); }

.floating-note, .floating-card { position: absolute; z-index: 3; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 16px 44px rgba(0,0,0,.21); backdrop-filter: blur(15px); }
.floating-note { display: flex; align-items: center; gap: 10px; top: 88px; left: -47px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(10,166,166,.12); animation: pulse 2s ease-in-out infinite; }
.floating-card { display: flex; align-items: center; gap: 14px; right: -28px; bottom: 52px; padding: 15px 19px; border: 1px solid rgba(255,255,255,.75); border-radius: 17px; }
.floating-card .mini-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--teal-dark); background: var(--mist); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.floating-card strong { font-size: 13px; }

.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; transform: translateX(-50%); }
.scroll-cue span { width: 21px; height: 32px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; }
.scroll-cue span::after { content: ""; display: block; width: 2px; height: 5px; margin: 7px auto 0; border-radius: 2px; background: var(--aqua); animation: scroll 1.8s ease-in-out infinite; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { display: flex; align-items: center; gap: 18px; min-height: 145px; padding: 28px 42px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.line-icon { display: grid; place-items: center; width: 47px; height: 47px; flex: 0 0 47px; border: 1px solid rgba(10,166,166,.28); border-radius: 50%; color: var(--teal-dark); }
.line-icon svg { width: 21px; height: 21px; }
.trust-grid small, .trust-grid strong, .trust-grid p { display: block; }
.trust-grid small { margin-bottom: 5px; color: var(--teal-dark); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; }
.trust-grid strong { font-size: 15px; }
.trust-grid p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.about { position: relative; overflow: hidden; background: var(--ivory); }
.about::before { content: ""; position: absolute; width: 450px; height: 450px; right: -250px; top: 70px; border: 1px solid rgba(10,166,166,.1); border-radius: 50%; }
.about-grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: 120px; }
.about-visual { position: relative; max-width: 480px; }
.image-frame-portrait { height: 585px; border-radius: 210px 210px 24px 24px; padding: 7px; background: var(--white); }
.image-frame-portrait img { border-radius: 205px 205px 19px 19px; object-position: center; }
.experience-seal { position: absolute; z-index: 3; right: -57px; bottom: 56px; display: grid; place-items: center; width: 142px; height: 142px; border: 1px solid rgba(10,166,166,.32); border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: 0 17px 42px rgba(7,29,39,.22); text-align: center; }
.experience-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(188,232,229,.32); border-radius: 50%; }
.experience-seal strong { position: relative; font-family: var(--display); font-size: 40px; font-weight: 400; line-height: .9; }
.experience-seal span { position: relative; margin-top: -25px; color: rgba(255,255,255,.58); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; line-height: 1.4; }
.frame-accent { position: absolute; width: 120px; height: 170px; left: -24px; bottom: -25px; border-left: 1px solid var(--teal); border-bottom: 1px solid var(--teal); border-radius: 0 0 0 25px; }

.section-copy h2, .section-heading h2, .contact h2 { font-size: clamp(42px, 4.8vw, 67px); }
.section-copy h2 em, .section-heading h2 em { color: var(--teal-dark); }
.section-copy .lead { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.name-card { display: flex; align-items: center; gap: 17px; margin: 34px 0 29px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 14px 50px rgba(7,29,39,.05); }
.name-monogram { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(10,166,166,.35); border-radius: 50%; color: var(--teal-dark); font-family: var(--display); font-size: 17px; }
.name-card small, .name-card strong, .name-card p { display: block; }
.name-card small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.name-card strong { margin: 4px 0; font-size: 18px; }
.name-card p { margin: 0; color: var(--teal-dark); font-size: 12px; }

.service { background: var(--white); }
.section-heading { max-width: 720px; margin-bottom: 60px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p:last-child { margin: 23px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.service-panel { display: grid; grid-template-columns: 1.17fr .83fr; min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); box-shadow: 0 30px 85px rgba(7,29,39,.1); }
.service-image { min-height: 590px; border: 0; border-radius: 0; box-shadow: none; }
.service-image img { -webkit-mask-image: linear-gradient(90deg, #000 76%, transparent 100%); mask-image: linear-gradient(90deg, #000 76%, transparent 100%); }
.guarantee-chip { position: absolute; z-index: 3; left: 28px; bottom: 27px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: var(--white); background: rgba(7,29,39,.78); backdrop-filter: blur(12px); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.guarantee-chip strong { color: var(--aqua); font-size: 13px; }
.steps { display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 53px 52px; }
.steps article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 19px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.steps article:first-child { padding-top: 0; }
.steps article > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(10,166,166,.28); border-radius: 50%; color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.steps h3 { margin: 1px 0 7px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.experience { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: var(--ink); }
.experience::before { content: ""; position: absolute; width: 620px; height: 620px; left: -240px; top: -270px; border: 1px solid rgba(188,232,229,.09); border-radius: 50%; box-shadow: 0 0 0 55px rgba(188,232,229,.018), 0 0 0 110px rgba(188,232,229,.012); }
.experience-grid { position: relative; display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: 90px; }
.big-number { position: relative; display: grid; place-items: center; min-height: 350px; border-right: 1px solid rgba(255,255,255,.1); }
.big-number span { color: transparent; font-family: var(--display); font-size: clamp(170px, 19vw, 265px); line-height: .8; -webkit-text-stroke: 1px rgba(188,232,229,.5); text-shadow: 0 20px 70px rgba(10,166,166,.1); }
.experience-copy { max-width: 610px; }
.experience-copy h2 { font-size: clamp(40px, 4.4vw, 62px); }
.experience-copy > p:not(.eyebrow) { margin: 26px 0 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.8; }
.experience-rule { display: flex; align-items: center; gap: 14px; margin-top: 31px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.experience-rule i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 7px rgba(10,166,166,.1); }

.contact { background: var(--ivory); }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 70px; min-height: 410px; overflow: hidden; padding: 70px 82px; border: 1px solid rgba(188,232,229,.15); border-radius: var(--radius); color: var(--white); background: linear-gradient(125deg, #08202b, #0c3540); box-shadow: var(--shadow); }
.contact-glow { position: absolute; width: 440px; height: 440px; right: -180px; top: -230px; border: 1px solid rgba(188,232,229,.14); border-radius: 50%; box-shadow: 0 0 0 50px rgba(188,232,229,.025), 0 0 0 100px rgba(188,232,229,.015); }
.contact-copy, .contact-action { position: relative; z-index: 1; }
.contact-copy h2 em { color: var(--aqua); }
.contact-copy > p:last-child { max-width: 540px; margin: 23px 0 0; color: rgba(255,255,255,.58); line-height: 1.75; }
.contact-action { padding-left: 50px; border-left: 1px solid rgba(255,255,255,.12); }
.contact-action small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.contact-action > a:not(.button) { display: block; margin-bottom: 25px; font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.04em; }
.button-light { color: var(--ink); background: var(--aqua); border-color: var(--aqua); box-shadow: none; }
.button-light:hover { color: var(--white); }

.footer { padding: 70px 0 23px; color: var(--white); background: #04151d; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; padding-bottom: 50px; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.42); }
.footer-top > p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.footer-contact small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.footer-contact a { font-size: 21px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.32); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.floating-call { position: fixed; z-index: 45; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 49px; padding: 0 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: var(--white); background: var(--teal); box-shadow: 0 13px 35px rgba(6,34,43,.28); font-size: 12px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.floating-call:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(6,34,43,.35); }

[data-reveal].reveal-pending { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal].reveal-pending.is-visible { opacity: 1; transform: none; }
.trust-grid [data-reveal]:nth-child(2) { transition-delay: .1s; }
.trust-grid [data-reveal]:nth-child(3) { transition-delay: .2s; }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(10,166,166,.1); } 50% { box-shadow: 0 0 0 9px rgba(10,166,166,.02); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }

@media (max-width: 1060px) {
  .nav { gap: 21px; }
  .hero-grid { gap: 46px; }
  .hero { min-height: 800px; }
  .image-frame-hero { height: 500px; }
  .about-grid { gap: 80px; }
  .trust-grid article { padding-inline: 26px; }
  .steps { padding-inline: 38px; }
  .contact-card { padding-inline: 55px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .section { padding: 95px 0; }
  .site-header, .site-header.is-scrolled { height: 74px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; max-height: 0; overflow: hidden; padding: 0 24px; background: rgba(6,28,38,.97); backdrop-filter: blur(18px); transition: max-height .35s ease, padding .35s ease; }
  .nav a { padding: 16px 6px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
  body.nav-open .nav { max-height: 360px; padding-top: 10px; padding-bottom: 19px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 62px; padding-top: 145px; padding-bottom: 120px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { max-width: 580px; margin-inline: auto; }
  .image-frame-hero { height: 585px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:first-child { min-height: auto; padding: 26px 8px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-grid { grid-template-columns: 1fr; gap: 85px; }
  .about-visual { width: min(88%, 480px); margin-inline: auto; }
  .section-copy { max-width: 660px; }
  .service-panel { grid-template-columns: 1fr; }
  .service-image { min-height: 500px; }
  .service-image img { -webkit-mask-image: linear-gradient(#000 82%, transparent 100%); mask-image: linear-gradient(#000 82%, transparent 100%); }
  .steps { padding: 45px; }
  .experience-grid { grid-template-columns: 1fr; gap: 48px; }
  .big-number { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .contact-card { grid-template-columns: 1fr; gap: 45px; }
  .contact-action { padding: 35px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; grid-row: 1; text-align: right; }
  .footer-top > p { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 520px); }
  .section { padding: 78px 0; }
  .brand-mark { width: 42px; height: 29px; }
  .brand-copy strong { font-size: 17px; }
  h1 { font-size: clamp(45px, 13vw, 61px); }
  .hero-grid { padding-top: 125px; gap: 47px; }
  .hero-text { font-size: 15px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 17px; margin-top: 36px; }
  .hero-meta strong { font-size: 23px; }
  .hero-meta span { font-size: 8px; }
  .image-frame-hero { height: 430px; border-radius: 190px 190px 22px 22px; }
  .image-frame-hero img { border-radius: 186px 186px 17px 17px; }
  .floating-note { top: 60px; left: -6px; }
  .floating-card { right: -3px; bottom: 23px; }
  .visual-orbit { right: -25px; }
  .trust-grid article { padding-inline: 7px; }
  .about-grid { gap: 70px; }
  .about-visual { width: calc(100% - 35px); }
  .image-frame-portrait { height: 455px; }
  .experience-seal { width: 112px; height: 112px; right: -26px; bottom: 31px; }
  .experience-seal strong { font-size: 31px; }
  .experience-seal span { margin-top: -18px; font-size: 7px; }
  .section-copy h2, .section-heading h2, .contact h2 { font-size: clamp(39px, 11vw, 53px); }
  .section-copy .lead { font-size: 15px; }
  .name-card { padding: 17px; }
  .section-heading { margin-bottom: 39px; }
  .service-panel { border-radius: 20px; }
  .service-image { min-height: 380px; }
  .steps { padding: 33px 25px; }
  .steps article { grid-template-columns: 37px 1fr; gap: 14px; }
  .experience { padding: 85px 0; }
  .big-number { min-height: 190px; }
  .big-number span { font-size: 150px; }
  .contact-card { width: calc(100% - 20px); min-height: 0; padding: 48px 29px; border-radius: 22px; }
  .contact-action > a:not(.button) { font-size: 28px; }
  .footer { padding-top: 55px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-contact { grid-column: auto; grid-row: auto; text-align: left; }
  .footer-top > p { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; line-height: 1.6; }
  .floating-call { right: 14px; bottom: 14px; width: 52px; height: 52px; min-height: 52px; padding: 0; justify-content: center; }
  .floating-call span { display: none; }
  .floating-call svg { font-size: 21px; }
}

@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].reveal-pending { opacity: 1; transform: none; }
}
