:root {
  --home-blue: #118bc1; --home-blue-dark: #08658f; --home-deep: #0b4861; --home-deep-2: #08394f;
  --home-ink: #173443; --home-pale: #e6fcff; --home-line: #cfe2e8; --home-orange: #ffb250;
  --home-muted: #5e7b89; --home-white: #fff; --home-shadow: 0 22px 60px rgba(9,43,67,.14);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--home-ink); background: #fff; font-family: Inter, Arial, sans-serif; line-height: 1.5; }
img, video { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--home-orange); outline-offset: 3px; }
.metric-pixel { position: absolute; left: -9999px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 16px; border-radius: 4px; color: #fff; background: var(--home-deep); }
.skip-link:focus { top: 12px; }
.home-wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.alsid-home main { margin: 0; padding: 0; }

.home-hero { position: relative; overflow: hidden; padding: 58px 0 66px; background: linear-gradient(128deg,#fff 0%,#f5fdff 54%,var(--home-pale) 100%); }
.home-hero::before { content: ""; position: absolute; right: -190px; top: -260px; width: 650px; height: 650px; border: 1px solid #bee6ef; border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.4),0 0 0 36px #d8f0f5; opacity: .72; }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr); align-items: center; gap: 64px; min-height: 590px; }
.home-eyebrow { margin: 0 0 18px; color: var(--home-blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.home-eyebrow span { display: inline-block; width: 28px; height: 2px; margin-right: 9px; vertical-align: middle; background: var(--home-orange); }
.home-hero h1 { max-width: 690px; margin: 0; color: var(--home-deep); font-size: clamp(41px,4.7vw,64px); font-weight: 800; line-height: 1.02; letter-spacing: -.055em; }
.home-hero h1 em { display: block; margin-top: 9px; color: var(--home-blue); font-style: normal; }
.home-lead { max-width: 610px; margin: 26px 0 0; color: #4e7182; font-size: 18px; line-height: 1.65; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; transition: transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease; }
.home-btn span { font-size: 18px; }
.home-btn-primary { color: #fff; background: var(--home-blue-dark); box-shadow: 0 13px 28px rgba(8,101,143,.18); }
.home-btn-primary:hover { background: #055a84; transform: translateY(-2px); }
.home-btn-ghost { color: var(--home-blue-dark); border-color: #aed8e5; background: rgba(255,255,255,.72); }
.home-btn-ghost:hover { border-color: var(--home-blue); background: var(--home-pale); }
.home-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 46px 0 0; padding: 0; list-style: none; }
.home-facts li { min-width: 0; padding-left: 13px; border-left: 2px solid #bce4ed; }
.home-facts b, .home-facts span { display: block; }
.home-facts b { color: var(--home-deep); font-size: 13px; }
.home-facts span { margin-top: 4px; color: #718e9b; font-size: 10px; line-height: 1.35; }
.home-hero-visual { position: relative; min-height: 520px; margin: 0; }
.home-hero-visual::before { content: ""; position: absolute; left: -24px; bottom: -24px; width: 72%; height: 72%; background: var(--home-deep); }
.home-hero-visual > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border-radius: 4px; object-fit: cover; box-shadow: var(--home-shadow); }
.home-hero-visual::after { content: ""; position: absolute; inset: 0; border-radius: 4px; background: linear-gradient(180deg,transparent 48%,rgba(3,29,43,.72) 100%); pointer-events: none; }
.home-hero-visual figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: #fff; }
.home-hero-visual figcaption b, .home-hero-visual figcaption span { display: block; }
.home-hero-visual figcaption b { font-size: 17px; }
.home-hero-visual figcaption span { margin-top: 5px; color: #c6e3eb; font-size: 12px; }
.home-photo-mark { position: absolute; z-index: 2; right: -14px; top: 22px; padding: 10px 13px; color: #fff; background: var(--home-blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.home-paths { padding: 100px 0 110px; background: #fff; }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.home-section-heading h2 { margin: 0; color: var(--home-deep); font-size: clamp(35px,4.4vw,54px); line-height: 1.06; letter-spacing: -.045em; }
.home-section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--home-muted); font-size: 14px; }
.home-path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }
.home-path-card { display: flex; flex-direction: column; min-height: 320px; padding: 28px; border: 1px solid var(--home-line); background: #fff; transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.home-path-card:hover { border-color: #81c8dc; box-shadow: 0 18px 38px rgba(9,68,91,.08); transform: translateY(-5px); }
.home-path-card.is-accent { color: #fff; border-color: var(--home-deep); background: var(--home-deep); }
.home-path-no { color: var(--home-blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.home-path-card.is-accent .home-path-no { color: #73d9ee; }
.home-path-card > div { margin-top: auto; }
.home-path-card h3 { margin: 0; color: var(--home-deep); font-size: 26px; line-height: 1.15; letter-spacing: -.025em; }
.home-path-card p { margin: 12px 0 0; color: var(--home-muted); font-size: 14px; line-height: 1.65; }
.home-path-card > b { display: flex; justify-content: space-between; gap: 16px; margin-top: 28px; padding-top: 18px; color: var(--home-blue-dark); border-top: 1px solid var(--home-line); font-size: 12px; }
.home-path-card.is-accent h3, .home-path-card.is-accent > b { color: #fff; }
.home-path-card.is-accent p { color: #bad7e1; }
.home-path-card.is-accent > b { border-color: rgba(255,255,255,.2); }

@media (max-width: 1040px) {
  .home-hero-grid { grid-template-columns: 1fr; gap: 44px; padding-top: 28px; }
  .home-hero-copy { max-width: 760px; }
  .home-hero-visual { min-height: 500px; }
  .home-path-grid { grid-template-columns: 1fr; }
  .home-path-card { min-height: 250px; }
}
@media (max-width: 720px) {
  .home-wrap { width: calc(100% - 30px); }
  .home-hero { padding: 44px 0 54px; }
  .home-hero-grid { gap: 40px; min-height: 0; padding: 0; }
  .home-hero h1 { font-size: clamp(37px,11.2vw,54px); }
  .home-lead { font-size: 16px; }
  .home-actions { display: grid; }
  .home-btn { width: 100%; }
  .home-facts { grid-template-columns: 1fr; gap: 12px; }
  .home-hero-visual { min-height: 390px; margin-left: 15px; }
  .home-photo-mark { right: 10px; }
  .home-paths { padding: 76px 0 82px; }
  .home-section-heading { display: block; }
  .home-section-heading > p { margin-top: 20px; }
  .home-path-grid { margin-top: 34px; }
  .home-path-card { min-height: 270px; padding: 23px; }
}
@media (max-width: 420px) { .home-hero h1 { font-size: 37px; } .home-hero-visual { min-height: 330px; } .home-hero-visual figcaption { left: 20px; right: 20px; bottom: 18px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
.home-directions { position: relative; overflow: hidden; padding: 108px 0 118px; color: #fff; background: var(--home-deep-2); }
.home-directions::before { content: ""; position: absolute; left: -210px; top: 180px; width: 520px; height: 520px; border: 1px solid #1a5b74; border-radius: 50%; box-shadow: 0 0 0 34px var(--home-deep-2),0 0 0 35px #174f66,0 0 0 69px var(--home-deep-2),0 0 0 70px #123f54; opacity: .65; }
.home-directions .home-wrap { position: relative; z-index: 1; }
.home-section-heading-light h2 { color: #fff; }
.home-section-heading-light > p { color: #9bbfcd; }
.home-directions .home-eyebrow { color: #8fdfef; }
.home-direction-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 54px; }
.home-direction-card { display: grid; grid-template-columns: minmax(0,.86fr) minmax(250px,1.14fr); min-height: 310px; overflow: hidden; border: 1px solid rgba(159,218,232,.2); background: #0a4057; transition: transform .22s ease,border-color .22s ease; }
.home-direction-card:hover { border-color: #48b6d3; transform: translateY(-4px); }
.home-direction-card.home-direction-wide { grid-column: span 2; grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); }
.home-direction-image { position: relative; display: block; min-height: 100%; overflow: hidden; }
.home-direction-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(3,26,38,.72)); }
.home-direction-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.home-direction-card:hover .home-direction-image img { transform: scale(1.035); }
.home-direction-image > span { position: absolute; z-index: 1; left: 18px; bottom: 16px; padding: 7px 9px; color: #fff; background: rgba(8,101,143,.88); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.home-direction-card > div { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.home-direction-card h3 { margin: 0; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.home-direction-card p { margin: 13px 0 24px; color: #aed0dc; font-size: 13px; line-height: 1.65; }
.home-direction-card > div > a { width: fit-content; margin-top: auto; color: #79def2; font-size: 12px; font-weight: 800; }
.home-inline-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.home-inline-links a { padding: 8px 10px; border: 1px solid rgba(126,211,230,.3); color: #bdebf4; font-size: 10px; font-weight: 800; transition: border-color .2s ease,background .2s ease; }
.home-inline-links a:hover { border-color: #70d3e8; background: rgba(255,255,255,.06); }

@media (max-width: 980px) {
  .home-direction-card, .home-direction-card.home-direction-wide { grid-column: auto; grid-template-columns: 1fr; }
  .home-direction-image { min-height: 250px; }
}
@media (max-width: 720px) {
  .home-directions { padding: 78px 0 84px; }
  .home-direction-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .home-direction-image { min-height: 220px; }
  .home-direction-card > div { padding: 24px; }
}
.home-products { position: relative; overflow: hidden; padding: 108px 0 116px; background: linear-gradient(180deg,#fff 0%,var(--home-pale) 100%); }
.home-products::after { content: ""; position: absolute; right: -180px; bottom: -210px; width: 460px; height: 460px; border: 1px solid #bce2eb; border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.35),0 0 0 29px #d3edf3; opacity: .7; }
.home-products .home-wrap { position: relative; z-index: 1; }
.home-heading-action { max-width: 390px; }
.home-heading-action p { margin: 0; color: var(--home-muted); font-size: 14px; }
.home-heading-action a { display: inline-flex; gap: 14px; margin-top: 16px; color: var(--home-blue-dark); font-size: 12px; font-weight: 900; }
.home-product-list { display: grid; grid-auto-columns: minmax(230px,1fr); grid-auto-flow: column; gap: 14px; margin-top: 48px; overflow-x: auto; padding: 0 0 14px; scroll-snap-type: x mandatory; scrollbar-color: #9fcfdb transparent; }
.home-product-card { min-width: 0; overflow: hidden; border: 1px solid #c8e1e7; background: #fff; scroll-snap-align: start; transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.home-product-card:hover { border-color: #79c5d9; box-shadow: 0 18px 38px rgba(10,74,98,.1); transform: translateY(-4px); }
.home-product-card figure { height: 210px; margin: 0; overflow: hidden; background: #edf8fa; }
.home-product-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-product-card:hover img { transform: scale(1.035); }
.home-product-card > a > div { padding: 22px; }
.home-product-card div > span { color: var(--home-blue-dark); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.home-product-card h3 { margin: 10px 0 8px; color: var(--home-deep); font-size: 20px; line-height: 1.15; }
.home-product-card p { min-height: 44px; margin: 0; color: var(--home-muted); font-size: 12px; line-height: 1.55; }
.home-product-card b { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 16px; color: var(--home-blue-dark); border-top: 1px solid var(--home-line); font-size: 11px; }
.home-product-card i { font-size: 16px; font-style: normal; }
@media (max-width: 980px) { .home-product-list { grid-auto-columns: minmax(260px,42vw); } }
@media (max-width: 720px) {
  .home-products { padding: 78px 0 84px; }
  .home-heading-action { margin-top: 20px; }
  .home-product-list { grid-auto-columns: 82vw; margin-top: 34px; margin-right: -15px; }
}
.home-work { padding: 112px 0; background: #fff; }
.home-work-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.86fr); align-items: center; gap: 82px; }
.home-work h2, .home-contact h2 { margin: 0; color: var(--home-deep); font-size: clamp(36px,4.4vw,54px); line-height: 1.06; letter-spacing: -.045em; }
.home-work-lead { max-width: 580px; margin: 24px 0 0; color: var(--home-muted); font-size: 15px; line-height: 1.7; }
.home-work-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--home-line); list-style: none; }
.home-work-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; min-height: 150px; padding: 22px 20px 18px 0; border-bottom: 1px solid var(--home-line); }
.home-work-steps li:nth-child(odd) { border-right: 1px solid var(--home-line); }
.home-work-steps li:nth-child(even) { padding-left: 20px; }
.home-work-steps span { color: #91cddd; font-size: 11px; font-weight: 900; }
.home-work-steps h3 { margin: 0; color: var(--home-deep); font-size: 15px; }
.home-work-steps p { margin: 7px 0 0; color: var(--home-muted); font-size: 11px; line-height: 1.55; }
.home-video-card { overflow: hidden; border: 1px solid var(--home-line); background: #f4fbfc; box-shadow: var(--home-shadow); }
.home-video-card video { display: block; width: 100%; aspect-ratio: 16/9; background: var(--home-deep-2); object-fit: cover; }
.home-video-card > div { padding: 28px; }
.home-video-card div > span { color: var(--home-blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.home-video-card h3 { margin: 11px 0 8px; color: var(--home-deep); font-size: 24px; line-height: 1.15; }
.home-video-card p { margin: 0; color: var(--home-muted); font-size: 13px; }
.home-video-card a { display: inline-flex; gap: 14px; margin-top: 20px; color: var(--home-blue-dark); font-size: 11px; font-weight: 900; }
.home-video-card i { font-size: 15px; font-style: normal; }

.home-contact { position: relative; overflow: hidden; padding: 94px 0 100px; color: #fff; background: var(--home-deep); }
.home-contact::after { content: ""; position: absolute; right: -180px; top: -230px; width: 560px; height: 560px; border: 1px solid #2b6980; border-radius: 50%; box-shadow: 0 0 0 35px var(--home-deep),0 0 0 36px #245b72,0 0 0 71px var(--home-deep),0 0 0 72px #1b5269; opacity: .65; }
.home-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.home-contact .home-eyebrow { color: #90deed; }
.home-contact h2 { color: #fff; }
.home-contact-copy > p { max-width: 650px; margin: 4px 0 0; color: #bad7e1; font-size: 16px; line-height: 1.7; }
.home-contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.home-btn-orange { color: #2f260f; background: var(--home-orange); box-shadow: 0 14px 28px rgba(0,0,0,.16); }
.home-btn-orange:hover { background: #ffc477; transform: translateY(-2px); }
.home-contact-phone { display: grid; gap: 2px; }
.home-contact-phone small { color: #83c9d9; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-contact-phone b { font-size: 18px; }
.home-proof-links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); }
.home-proof-links a { color: #b9dce5; font-size: 11px; font-weight: 700; }
.home-proof-links a:hover { color: #fff; }
@media (max-width: 980px) {
  .home-work-grid, .home-contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .home-video-card { max-width: 720px; }
}
@media (max-width: 720px) {
  .home-work { padding: 80px 0; }
  .home-work-steps { grid-template-columns: 1fr; }
  .home-work-steps li, .home-work-steps li:nth-child(even) { min-height: 0; padding: 20px 0; border-right: 0; }
  .home-video-card > div { padding: 22px; }
  .home-contact { padding: 76px 0 82px; }
  .home-contact-grid { gap: 34px; }
  .home-contact-actions { display: grid; align-items: stretch; gap: 20px; }
  .home-contact-phone { padding-left: 3px; }
  .home-proof-links { display: grid; gap: 13px; }
}
