:root {
  --spin-aqua: #03b2d1;
  --deep-aqua: #087c91;
  --ocean-ink: #123d46;
  --aqua-mist: #e3f9fb;
  --cloud-white: #ffffff;
  --waterline: #d6ecef;
  --fresh-green: #2fad8b;
  --muted: #5e7e86;
  --page: #f8fcfc;
  --shadow: 0 18px 42px rgba(18, 61, 70, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ocean-ink); background: var(--page); font: 400 16px/1.5 "Nunito Sans", Arial, sans-serif; animation: page-arrive .72s cubic-bezier(.2,.8,.2,1) both; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ocean-ink); background: #c4f4f8; }

.site-header { width: min(1240px, calc(100% - 48px)); height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; margin: 0 auto; }
.wordmark { color: var(--deep-aqua); font-size: 25px; font-weight: 800; letter-spacing: -.085em; line-height: 1; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.desktop-nav a { position: relative; color: #426a73; font-size: 13px; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--spin-aqua); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 10px 13px; border-radius: 8px; color: #fff; background: var(--deep-aqua); font-size: 13px; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: #066c7d; transform: translateY(-1px); }

.service-hero { position: relative; width: min(1240px, calc(100% - 48px)); min-height: 534px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(370px, 1.12fr); overflow: hidden; margin: 0 auto; border-radius: 25px; background: linear-gradient(126deg, var(--spin-aqua) 0%, #06b6d2 49%, #16a6bd 100%); box-shadow: var(--shadow); isolation: isolate; }
.service-hero::before { position: absolute; z-index: -1; top: -277px; left: -130px; width: 570px; height: 570px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; content: ""; animation: orbit-drift 17s ease-in-out infinite alternate; }
.service-hero::after { position: absolute; z-index: -1; right: 45%; bottom: -140px; width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; content: ""; }
.service-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 6vw, 88px) clamp(28px, 6.2vw, 90px); }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 34px; color: rgba(18,61,70,.72); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, gap .2s ease; }
.breadcrumb:hover { gap: 11px; color: var(--ocean-ink); }
.service-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 17px; color: #e8fdfe; background: rgba(255,255,255,.14); box-shadow: 0 12px 24px rgba(0,80,95,.11); backdrop-filter: blur(8px); }
.service-mark svg { width: 32px; height: 32px; }
.eyebrow { margin: 0 0 14px; color: var(--deep-aqua); font: 500 11px/1.1 "DM Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker { color: var(--ocean-ink); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 550px; margin-bottom: 17px; color: var(--ocean-ink); font-size: clamp(52px, 6vw, 82px); font-weight: 800; line-height: .9; letter-spacing: -.075em; }
.service-hero-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 27px; color: var(--ocean-ink); font-size: 17px; line-height: 1.48; }
.button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 49px; padding: 12px 16px; border: 1px solid transparent; border-radius: 10px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button span { margin-left: 9px; font-size: 19px; line-height: 1; transition: transform .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(0,75,91,.16); }
.button:hover span { transform: translateX(3px); }
.button-deep { color: #fff; background: var(--deep-aqua); }
.button-deep:hover { background: #066c7d; }
.button-light { color: var(--deep-aqua); background: #fff; }
.button-light:hover { background: #ecfeff; }
.hero-photo-wrap { position: relative; min-height: 100%; overflow: hidden; }
.hero-photo-wrap::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #0db6d0 0%, transparent 38%, rgba(6,117,137,.08) 100%); content: ""; }
.hero-photo-wrap::after { position: absolute; z-index: 2; right: 7%; bottom: 8%; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; content: ""; }
.hero-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; animation: hero-image-arrive 1s .08s cubic-bezier(.2,.8,.2,1) both; }
.hero-label { position: absolute; z-index: 3; right: 37px; bottom: 36px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.hero-label i { width: 7px; height: 7px; border-radius: 50%; background: #c5f8f9; box-shadow: 0 0 0 6px rgba(255,255,255,.16); }

.service-intro { width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(35px, 9vw, 142px); align-items: start; margin: 125px auto 120px; }
.service-intro h2, .process-heading h2, .network-copy h2 { margin: 0; color: var(--ocean-ink); font-size: clamp(36px, 4.5vw, 57px); font-weight: 800; line-height: .97; letter-spacing: -.065em; }
.service-intro-copy { padding-top: 5px; }
.service-intro-copy > p { max-width: 550px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.care-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 27px; }
.care-point { min-height: 108px; padding: 17px; border: 1px solid var(--waterline); border-radius: 13px; background: #fff; box-shadow: 0 9px 18px rgba(16,77,87,.045); }
.care-point b { display: block; margin-bottom: 5px; color: var(--ocean-ink); font-size: 14px; }
.care-point span { display: block; color: var(--muted); font-size: 12px; line-height: 1.42; }

.care-process { padding: 116px 24px; background: var(--aqua-mist); }
.process-inner { width: min(1120px, 100%); margin: 0 auto; }
.process-heading { display: grid; grid-template-columns: 1fr 310px; gap: 58px; align-items: end; }
.process-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.52; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 39px; }
.process-step { position: relative; min-height: 230px; padding: 21px; border: 1px solid rgba(151,215,222,.76); border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: 0 14px 28px rgba(16,77,87,.045); }
.process-step::after { position: absolute; top: 28px; right: -8px; width: 16px; height: 1px; background: var(--spin-aqua); content: ""; }
.process-step:last-child::after { display: none; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 54px; border-radius: 50%; color: #fff; background: var(--spin-aqua); font: 500 11px "DM Mono", monospace; }
.process-step h3 { margin-bottom: 8px; color: var(--ocean-ink); font-size: 21px; line-height: 1; letter-spacing: -.045em; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.46; }

.service-standard { width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 118px auto; }
.standard-lead, .standard-detail { min-height: 312px; padding: clamp(28px, 4vw, 49px); border-radius: 18px; }
.standard-lead { position: relative; overflow: hidden; color: #fff; background: var(--deep-aqua); isolation: isolate; }
.standard-lead::before, .standard-lead::after { position: absolute; z-index: -1; border: 1px solid rgba(181,248,250,.36); border-radius: 50%; content: ""; }
.standard-lead::before { top: -139px; right: -105px; width: 355px; height: 355px; }
.standard-lead::after { bottom: -162px; left: -91px; width: 288px; height: 288px; }
.standard-lead .eyebrow { color: #9feef4; }
.standard-lead h2 { max-width: 400px; margin: 0; color: #fff; font-size: clamp(31px, 3.7vw, 47px); font-weight: 800; line-height: .96; letter-spacing: -.065em; }
.standard-detail { border: 1px solid var(--waterline); background: #fff; }
.standard-detail p { margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.standard-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.standard-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ocean-ink); font-size: 14px; font-weight: 700; }
.standard-list li::before { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 7px; border-radius: 50%; background: var(--spin-aqua); content: ""; box-shadow: 0 0 0 4px var(--aqua-mist); }

.network-section { padding: 110px 24px; color: #fff; background: #0b6f80; }
.network-inner { width: min(1120px, 100%); display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, .8fr); gap: clamp(44px, 8vw, 116px); align-items: center; margin: 0 auto; }
.network-copy .eyebrow { color: #98edf4; }
.network-copy h2 { color: #fff; }
.network-copy p { max-width: 540px; margin: 18px 0 0; color: #c7f1f3; font-size: 16px; line-height: 1.58; }
.network-notes { display: grid; gap: 11px; }
.network-note { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid rgba(182,242,245,.28); border-radius: 13px; background: rgba(255,255,255,.08); }
.network-note > span { color: #9af2f5; font: 500 11px "DM Mono", monospace; }
.network-note b { display: block; margin-bottom: 3px; color: #fff; font-size: 14px; }
.network-note p { margin: 0; color: #c7f1f3; font-size: 12px; line-height: 1.42; }

.related-services { width: min(1120px, calc(100% - 48px)); margin: 115px auto; }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
.related-heading h2 { margin: 0; color: var(--ocean-ink); font-size: clamp(30px, 3.8vw, 47px); font-weight: 800; line-height: .98; letter-spacing: -.06em; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 0; border-bottom: 2px solid rgba(8,124,145,.42); color: var(--deep-aqua); font-size: 14px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, gap .2s ease; }
.text-link:hover { gap: 11px; border-color: var(--deep-aqua); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.related-card { position: relative; min-height: 212px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 18px; border-radius: 14px; color: #fff; background: var(--deep-aqua); text-decoration: none; transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease; isolation: isolate; }
.related-card:hover { transform: translateY(-5px); box-shadow: 0 17px 28px rgba(14,80,91,.16); }
.related-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(160deg, rgba(4,67,79,.87), rgba(7,104,120,.3)); content: ""; }
.related-card img { width: 100%; height: 100%; position: absolute; z-index: -2; inset: 0; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.related-card:hover img { transform: scale(1.06); }
.related-card small { margin-bottom: auto; color: #baf5f7; font: 500 10px "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.related-card h3 { margin: 0; font-size: 22px; line-height: .96; letter-spacing: -.05em; }
.related-card span { display: inline-block; margin-top: 11px; font-size: 12px; font-weight: 800; }

.pickup-section { position: relative; min-height: 420px; overflow: hidden; padding: clamp(55px, 7vw, 89px) 24px; color: #fff; background: var(--deep-aqua); isolation: isolate; }
.pickup-section::before, .pickup-section::after { position: absolute; z-index: -1; border: 1px solid rgba(160,244,247,.4); border-radius: 50%; content: ""; }
.pickup-section::before { top: -275px; right: -105px; width: 670px; height: 670px; animation: orbit-drift 18s ease-in-out infinite alternate; }
.pickup-section::after { top: -162px; right: 52px; width: 438px; height: 438px; animation: orbit-drift 14s ease-in-out infinite alternate-reverse; }
.pickup-content { position: relative; z-index: 2; width: min(1120px, 100%); margin: 0 auto; }
.pickup-content .eyebrow { color: #93edf5; }
.pickup-content h2 { margin: 0; color: #fff; font-size: clamp(39px, 5vw, 60px); font-weight: 800; line-height: .96; letter-spacing: -.065em; }
.pickup-content p:not(.eyebrow) { max-width: 405px; margin: 19px 0 28px; color: #c8f3f5; }
.site-footer { width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: end; padding: 34px 0; margin: 0 auto; }
.footer-mark { color: var(--deep-aqua); }
.site-footer p, .site-footer > span { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer > span { font: 500 10px "DM Mono", monospace; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes page-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-image-arrive { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes orbit-drift { to { transform: translate3d(-18px, 18px, 0) scale(1.03); } }

@media (max-width: 850px) {
  .site-header { width: min(100% - 32px, 1240px); height: 71px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .service-hero { width: min(100% - 32px, 1240px); grid-template-columns: 1fr; min-height: auto; }
  .service-hero-copy { min-height: 490px; }
  .hero-photo-wrap { min-height: 375px; }
  .hero-photo-wrap::before { background: linear-gradient(180deg, #0db6d0 0%, transparent 44%); }
  .service-intro { gap: 50px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .network-inner { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 590px) {
  .site-header { width: calc(100% - 32px); }
  .wordmark { font-size: 22px; }
  .header-cta { padding: 9px 11px; font-size: 12px; }
  .service-hero { width: calc(100% - 32px); border-radius: 20px; }
  .service-hero-copy { min-height: 462px; padding: 37px 27px 45px; }
  .breadcrumb { margin-bottom: 27px; }
  .service-mark { width: 51px; height: 51px; margin-bottom: 17px; border-radius: 15px; }
  .service-mark svg { width: 28px; height: 28px; }
  h1 { font-size: 50px; }
  .service-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-photo-wrap { min-height: 305px; }
  .hero-label { right: 25px; bottom: 23px; }
  .service-intro { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 28px; margin: 82px auto; }
  .service-intro-copy > p { font-size: 16px; }
  .care-points { grid-template-columns: 1fr; }
  .care-process { padding: 78px 16px; }
  .process-heading { grid-template-columns: 1fr; gap: 16px; }
  .process-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 29px; }
  .process-step { min-height: 174px; }
  .process-step::after { display: none; }
  .step-number { margin-bottom: 32px; }
  .service-standard { width: calc(100% - 32px); grid-template-columns: 1fr; margin: 82px auto; }
  .standard-lead, .standard-detail { min-height: auto; padding: 31px 26px; }
  .network-section { padding: 79px 16px; }
  .related-services { width: calc(100% - 32px); margin: 82px auto; }
  .related-heading { display: block; }
  .related-heading .text-link { margin-top: 13px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 185px; }
  .pickup-section { min-height: 384px; }
  .site-footer { width: calc(100% - 32px); padding: 28px 0; }
  .site-footer > span { font-size: 8px; }
}

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