: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; }
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); }

.hero { position: relative; width: min(1240px, calc(100% - 48px)); min-height: 616px; overflow: hidden; margin: 0 auto; padding: clamp(44px, 7vw, 96px) clamp(28px, 7vw, 104px) 36px; border-radius: 25px; background: linear-gradient(126deg, var(--spin-aqua) 0%, #03b8d3 44%, #10a5bc 100%); box-shadow: var(--shadow); isolation: isolate; }
.hero-photo { position: absolute; z-index: -2; top: 0; right: 0; width: 61%; height: 100%; object-fit: cover; object-position: right center; opacity: .93; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 20%, #000 51%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 20%, #000 51%); }
.hero::before { position: absolute; z-index: -1; right: 13%; bottom: -187px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.hero::after { position: absolute; z-index: -1; left: 2%; bottom: -120px; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.hero-content { position: relative; z-index: 2; max-width: 670px; }
.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 { margin-bottom: 20px; color: var(--ocean-ink); font-size: clamp(54px, 7.1vw, 93px); font-weight: 800; line-height: .9; letter-spacing: -.075em; }
h1 span { color: #fff; }
.hero-copy { max-width: 425px; margin-bottom: 28px; color: var(--ocean-ink); font-size: 18px; line-height: 1.42; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }
.button { display: inline-flex; align-items: center; justify-content: center; 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 span { transform: translateX(3px); }.button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(0,75,91,.16); }
.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; }
.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); }.dark-link { color: var(--ocean-ink); border-color: rgba(18,61,70,.35); }

.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; pointer-events: none; }.orbit-one { top: -196px; right: -123px; width: 596px; height: 596px; animation: orbit-drift 16s ease-in-out infinite alternate; }.orbit-two { top: -112px; right: -39px; width: 433px; height: 433px; animation: orbit-drift 12s ease-in-out infinite alternate-reverse; }.hero-glow { position: absolute; z-index: -1; top: 70px; right: 82px; width: 184px; height: 184px; border-radius: 50%; background: rgba(255,255,255,.18); filter: blur(27px); animation: glow-shift 7s ease-in-out infinite alternate; }
.pickup-card { position: absolute; z-index: 3; right: clamp(27px, 6.4vw, 92px); bottom: 105px; width: 244px; padding: 19px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; color: var(--ocean-ink); background: rgba(255,255,255,.93); box-shadow: 0 16px 30px rgba(0,72,88,.14); backdrop-filter: blur(10px); }.pickup-topline { display: flex; align-items: center; gap: 7px; color: #4f7e84; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--fresh-green); box-shadow: 0 0 0 0 rgba(47,173,139,.55); animation: pulse 2s infinite; }.pickup-card strong { display: block; margin: 13px 0 6px; font-size: 18px; line-height: 1.1; letter-spacing: -.035em; }.pickup-card p { margin-bottom: 13px; color: var(--muted); font-size: 11px; line-height: 1.4; }.availability { display: flex; gap: 7px; align-items: center; padding-top: 12px; border-top: 1px solid var(--waterline); color: var(--deep-aqua); font-size: 11px; font-weight: 800; }.availability i { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--spin-aqua); }
.hero-footer { position: absolute; right: clamp(28px, 7vw, 104px); bottom: 33px; left: clamp(28px, 7vw, 104px); display: flex; align-items: center; gap: 14px; color: rgba(18,61,70,.74); font-size: 11px; font-weight: 800; }.hero-footer-rule { height: 1px; flex: 1; background: rgba(18,61,70,.25); }

.trust-strip { width: min(1085px, calc(100% - 96px)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; margin: -38px auto 0; padding: 0 23px; position: relative; z-index: 4; }.trust-item { min-height: 118px; display: flex; align-items: center; gap: 13px; padding: 21px; border: 1px solid var(--waterline); border-radius: 13px; background: #fff; box-shadow: 0 11px 23px rgba(16,77,87,.06); }.trust-item > span { color: var(--spin-aqua); font: 500 11px "DM Mono", monospace; }.trust-item b { display: block; margin-bottom: 3px; font-size: 14px; }.trust-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section-wrap { width: min(1120px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }.services { padding-top: 137px; }.section-intro { max-width: 990px; }.section-heading-row { display: grid; grid-template-columns: 1fr 300px; align-items: end; gap: 70px; }.section-heading-row > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.5; }h2 { margin-bottom: 0; color: var(--ocean-ink); font-size: clamp(36px, 4.5vw, 57px); font-weight: 800; line-height: .97; letter-spacing: -.065em; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 285px; gap: 14px; margin-top: 42px; }.service-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 20px; border: 1px solid var(--waterline); border-radius: 14px; background: #fff; transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, background .28s ease, opacity .28s ease, filter .28s ease; }.service-card > *:not(img) { position: relative; z-index: 2; }.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 26px rgba(14,80,91,.11); }.service-card:nth-child(1) { grid-column: span 2; }.service-card:nth-child(2) { grid-column: span 2; }.service-card:nth-child(4) { grid-column: span 2; }.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: auto; }.service-card .service-number { color: var(--spin-aqua); font: 500 11px "DM Mono", monospace; }.service-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.44); border-radius: 12px; color: #e3fcfd; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); transition: transform .28s cubic-bezier(.2,.8,.2,1), background .28s ease; }.service-icon svg { width: 23px; height: 23px; }.service-card:hover .service-icon { background: rgba(255,255,255,.21); transform: rotate(-7deg) scale(1.07); }.image-card { color: #fff; background: var(--deep-aqua); }.image-card::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(155deg, rgba(4,67,79,.9) 0%, rgba(7,104,120,.74) 52%, rgba(8,124,145,.2) 100%); content: ""; }.image-card::before { position: absolute; z-index: 3; top: var(--ripple-y, 50%); left: var(--ripple-x, 50%); width: 12px; height: 12px; border-radius: 50%; background: rgba(227,249,251,.54); content: ""; opacity: 0; transform: translate(-50%, -50%) scale(0); pointer-events: none; }.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .65s cubic-bezier(.2,.8,.2,1); }.image-card:hover img { transform: scale(1.055); }.image-card:nth-child(1) img { object-position: right 64%; }.image-card:nth-child(3) img { object-position: 72% center; }.image-card:nth-child(4) img { object-position: 66% 72%; }.image-card:nth-child(5) img { object-position: 74% center; }.image-card .service-number, .featured .service-number { color: #baf5f7; }.card-kicker { margin-bottom: 8px; color: #baf5f7; font: 500 10px "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }.service-card h3 { margin-bottom: 8px; font-size: 28px; font-weight: 800; line-height: .96; letter-spacing: -.055em; }.service-card p { margin-bottom: 15px; color: var(--muted); font-size: 13px; line-height: 1.42; }.image-card p { color: #e2fbfc; }.service-card a { display: inline-flex; align-items: center; gap: 6px; color: var(--deep-aqua); font-size: 12px; font-weight: 800; text-decoration: none; transition: gap .2s ease; }.image-card a { color: #fff; }.service-card a:hover { gap: 10px; }.service-card.is-opening { z-index: 8; transform: scale(1.028); box-shadow: 0 25px 50px rgba(0,72,88,.24); }.service-card.is-opening::before { animation: service-ripple .56s cubic-bezier(.12,.76,.25,1) forwards; }.service-card.is-opening img { transform: scale(1.08); }.is-service-leaving .section-intro, .is-service-leaving .service-card:not(.is-opening) { opacity: .3; filter: saturate(.72); transform: scale(.982); }

.care-story { width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(38px, 8vw, 110px); align-items: center; margin: 140px auto; }.story-visual { position: relative; min-height: 436px; overflow: hidden; border-radius: 18px; background: var(--aqua-mist); }.story-visual::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(145deg, rgba(227,249,251,.8) 0%, rgba(227,249,251,.08) 68%); content: ""; }.story-visual::after { position: absolute; z-index: 1; right: -59px; bottom: -68px; width: 252px; height: 252px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; content: ""; }.story-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: right center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }.story-visual:hover .story-photo { transform: scale(1.035); }.story-visual span { position: absolute; z-index: 2; top: 46px; left: 38px; color: var(--ocean-ink); font-size: clamp(30px, 4vw, 49px); font-weight: 800; line-height: .92; letter-spacing: -.07em; }.story-copy p { max-width: 440px; color: var(--muted); font-size: 16px; }.story-copy p:nth-of-type(2) { margin-bottom: 23px; }

.process { padding-bottom: 146px; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 39px; }.process-step { position: relative; min-height: 203px; padding: 22px; border-top: 1px solid #b9e4e9; }.process-step::after { position: absolute; top: 29px; right: -10px; width: 20px; height: 1px; background: var(--spin-aqua); content: ""; }.process-step:last-child::after { display: none; }.process-step > span { display: inline-block; margin-bottom: 56px; color: var(--spin-aqua); font: 500 14px "DM Mono", monospace; }.process-step h3 { margin-bottom: 7px; font-size: 22px; letter-spacing: -.04em; }.process-step p { max-width: 278px; margin: 0; color: var(--muted); font-size: 14px; }

.pickup-section { position: relative; min-height: 491px; overflow: hidden; padding: clamp(55px, 7vw, 89px) 24px; color: #fff; background: var(--deep-aqua); isolation: isolate; }.pickup-content { position: relative; z-index: 2; width: min(1120px, 100%); margin: 0 auto; }.pickup-content .eyebrow { color: #93edf5; }.pickup-content h2 { color: #fff; }.pickup-content p:not(.eyebrow) { max-width: 370px; margin: 19px 0 28px; color: #c8f3f5; }.pickup-orbit { position: absolute; z-index: -1; border: 1px solid rgba(160,244,247,.4); border-radius: 50%; }.pickup-orbit-one { top: -275px; right: -105px; width: 670px; height: 670px; animation: orbit-drift 18s ease-in-out infinite alternate; }.pickup-orbit-two { top: -162px; right: 52px; width: 438px; height: 438px; animation: orbit-drift 14s ease-in-out infinite alternate-reverse; }
.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; }

.animate-in { opacity: 0; transform: translateY(18px); animation: hero-enter .75s cubic-bezier(.2,.8,.2,1) forwards; }.hero .animate-in:nth-child(1) { animation-delay: .07s; }.hero .animate-in:nth-child(2) { animation-delay: .14s; }.hero .animate-in:nth-child(3) { animation-delay: .23s; }.hero .animate-in:nth-child(4) { animation-delay: .32s; }.pickup-card.animate-in { animation-delay: .42s; }.hero-footer.animate-in { animation-delay: .52s; }.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 hero-enter { to { opacity: 1; transform: translateY(0); } }@keyframes orbit-drift { to { transform: translate3d(-18px, 18px, 0) scale(1.03); } }@keyframes glow-shift { to { transform: translate3d(-18px, 17px, 0) scale(1.08); opacity: .65; } }@keyframes pulse { 75%, 100% { box-shadow: 0 0 0 8px rgba(47,173,139,0); } }@keyframes service-ripple { from { opacity: .78; transform: translate(-50%, -50%) scale(0); } to { opacity: 0; transform: translate(-50%, -50%) scale(40); } }
@media (max-width: 850px) { .site-header { width: min(100% - 32px, 1240px); height: 71px; }.desktop-nav { display: none; }.header-cta { margin-left: auto; }.hero { width: min(100% - 32px, 1240px); min-height: 645px; }.pickup-card { right: 28px; bottom: 102px; }.trust-strip { width: min(100% - 64px, 1085px); padding: 0; }.section-heading-row { grid-template-columns: 1fr 260px; gap: 30px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.service-card, .service-card:nth-child(n) { grid-column: span 1; }.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 1; }.care-story { gap: 47px; }.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; }.hero { width: calc(100% - 32px); min-height: 663px; padding: 44px 27px 31px; border-radius: 20px; }.hero-photo { width: 100%; opacity: .46; object-position: 74% center; -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.2), #000); mask-image: linear-gradient(180deg, rgba(0,0,0,.2), #000); }.orbit-one { top: -135px; right: -220px; width: 500px; height: 500px; }.orbit-two { top: -61px; right: -145px; width: 360px; height: 360px; }.hero-glow { top: 50px; right: 20px; width: 132px; height: 132px; }.hero-copy { max-width: 290px; font-size: 16px; }.hero-actions { gap: 14px; }.pickup-card { right: 19px; bottom: 119px; width: 208px; padding: 16px; }.pickup-card strong { font-size: 16px; }.pickup-card p { font-size: 10px; }.hero-footer { right: 27px; bottom: 25px; left: 27px; gap: 9px; font-size: 9px; }.trust-strip { width: calc(100% - 32px); display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 14px; }.trust-item { min-height: 85px; padding: 15px 17px; }.trust-item:nth-child(2), .trust-item:nth-child(3) { display: none; }.section-wrap, .care-story { width: calc(100% - 32px); }.services { padding-top: 83px; }.section-heading-row { display: block; }.section-heading-row > p { margin-top: 16px; }.service-grid { grid-auto-rows: 238px; gap: 10px; margin-top: 28px; }.service-card { padding: 16px; }.service-card h3 { font-size: 23px; }.service-card p { font-size: 11px; }.service-card a { font-size: 11px; }.care-story { grid-template-columns: 1fr; margin: 94px auto; }.story-visual { min-height: 340px; }.story-copy p { font-size: 15px; }.process { padding-bottom: 87px; }.process-grid { grid-template-columns: 1fr; gap: 0; }.process-step { min-height: auto; display: grid; grid-template-columns: 36px 1fr; column-gap: 15px; padding: 20px 0; }.process-step > span { grid-row: span 2; margin: 0; }.process-step h3 { margin: 0; }.process-step p { grid-column: 2; margin-top: 5px; }.process-step::after { display: none; }.pickup-section { min-height: 420px; }.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; } .animate-in, .reveal { opacity: 1; transform: none; } }
