:root {
  --navy: #153d7b;
  --blue: #66b4e8;
  --sky: #a8c9c9;
  --cream: #f8f3e8;
  --paper: #fffdf8;
  --ink: #183252;
  --muted: #667486;
  --line: rgba(24, 50, 82, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--blue); color: var(--navy); }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .8rem 1rem; color: white; background: var(--navy); }
.skip-link:focus { top: 1rem; }

.utility-bar { position: relative; z-index: 102; min-height: 34px; padding: 0 clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.utility-bar p { margin: 0; }
.utility-bar div { display: flex; gap: .8rem; }
.site-header { position: absolute; z-index: 100; top: 34px; left: 0; width: 100%; height: 92px; padding: 0 clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { position: fixed; top: 0; height: 72px; background: rgba(255,253,248,.96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.brand img { width: clamp(190px, 17vw, 270px); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.1vw, 2.2rem); color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-nav > a:not(.refill-link) { padding: .6rem 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-nav > a:not(.refill-link):hover { border-color: var(--navy); }
.refill-link { padding: .9rem 1.1rem; color: white; background: var(--navy); }
.refill-link span, .button span { margin-left: .65rem; }
.menu-toggle { display: none; border: 0; color: var(--navy); background: transparent; }

.hero { position: relative; min-height: calc(100svh - 34px); overflow: hidden; background: linear-gradient(112deg, #fff 0%, #f8fcff 39%, #dceffc 65%, #a9d5ea 100%); }
.hero::after { content: ""; position: absolute; z-index: 2; left: clamp(1.2rem, 6vw, 7rem); bottom: 2rem; width: 68px; height: 1px; background: var(--navy); opacity: .55; }
.hero-photo { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; width: 62%; overflow: hidden; background: #afd8e9; transform: translate3d(0, 0, 0); will-change: transform; animation: portraitIn 1.1s cubic-bezier(.2,.8,.2,1) both; }
.hero-photo img { position: absolute; left: 54%; bottom: -3%; width: 104%; max-width: none; height: 106%; object-fit: cover; object-position: 49% center; clip-path: inset(2.2% 2% 6% 2% round 30px); transform: translateX(-50%) scale(1.035); }
.hero-wash { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff 0%, #fff 35%, rgba(248,252,255,.95) 40%, rgba(211,237,251,.58) 47%, rgba(141,204,234,.2) 55%, rgba(141,204,234,0) 64%); }
.hero-content { position: relative; z-index: 3; min-height: calc(100svh - 34px); width: min(1440px, 100%); padding: clamp(10rem, 18vh, 13rem) clamp(1.2rem, 6vw, 7rem) clamp(5.5rem, 10vh, 8rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.5rem; font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.blue { color: var(--navy); }
.hero h1, .welcome h2, .services h2, .wellness h2, .story h2, .more-heading h2, .visit h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.hero h1 { max-width: min(54vw, 760px); font-size: clamp(4rem, 7vw, 8rem); }
.hero h1 em, .welcome h2 em, .story h2 em, .visit h2 em { color: var(--navy); font-style: italic; }
.hero-copy { max-width: 460px; margin: 2rem 0 0; color: #52657a; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.button { min-height: 52px; padding: 0 1.35rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); }
.button-primary:hover { background: #0c2f66; }
.button-quiet { border-color: var(--navy); color: var(--navy); background: rgba(255,255,255,.25); }
.button-light { color: var(--navy); background: white; }
.button-outline { color: var(--navy); border-color: var(--navy); }
.hero-note { position: absolute; z-index: 4; right: clamp(1rem, 3vw, 3rem); bottom: 2.2rem; display: flex; gap: .8rem; align-items: center; color: white; text-shadow: 0 1px 14px rgba(21,61,123,.35); }
.hero-note span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-note p { margin: 0; font-size: .64rem; font-weight: 800; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.hero-reveal { opacity: 0; transform: translateY(22px); animation: heroIn .8s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-reveal:nth-child(2) { animation-delay: .08s; }.hero-reveal:nth-child(3) { animation-delay: .16s; }.hero-reveal:nth-child(4) { animation-delay: .24s; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }
@keyframes portraitIn { from { opacity: 0; transform: translate3d(3%, 0, 0) scale(1.02); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }

.action-rail { display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--navy); }
.action-rail a { min-height: 104px; padding: 1.3rem clamp(1rem, 3vw, 3rem); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-right: 1px solid rgba(255,255,255,.25); transition: background .25s; }
.action-rail a:hover { background: #0c2f66; }
.action-rail span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: .58rem; }
.action-rail b { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 400; }
.action-rail i { font-style: normal; }

.section-pad { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); }
.welcome { max-width: 1600px; margin: auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; }
.welcome h2 { font-size: clamp(4rem, 7.7vw, 9rem); }
.welcome-copy { max-width: 520px; padding-bottom: .5rem; }
.welcome-copy .lead { margin: 0 0 1.5rem; color: var(--navy); font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.8rem); line-height: 1.2; }
.welcome-copy > p:not(.lead) { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.arrow-link { display: inline-flex; justify-content: space-between; gap: 4rem; margin-top: 1.2rem; padding: .8rem 0; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.services { color: white; background: var(--navy); }
.services-intro { max-width: 1500px; margin: 0 auto 4rem; display: grid; grid-template-columns: .6fr 1.35fr .75fr; align-items: end; gap: 3rem; }
.services-intro .eyebrow { align-self: start; color: var(--blue); }
.services h2 { font-size: clamp(3.8rem, 6.8vw, 8rem); }
.services-intro > p:last-child { margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.6; }
.service-list { max-width: 1500px; margin: auto; border-top: 1px solid rgba(255,255,255,.35); }
.service-row { position: relative; min-height: 128px; display: grid; grid-template-columns: 55px 90px 1fr auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.35); overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--blue); transform: translateX(-101%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.service-row:hover::before { transform: translateX(0); }
.service-row > * { position: relative; z-index: 1; }
.service-row .number { font-size: .62rem; font-weight: 900; }
.service-row img, .service-symbol { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.service-symbol { display: grid; place-items: center; color: var(--navy); background: var(--blue); font: 1.6rem var(--serif); }
.service-row:hover .service-symbol { background: white; }
.service-row h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.2rem); font-weight: 400; }
.service-row p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.5; }
.service-row:hover p { color: var(--navy); }.service-row:hover { color: var(--navy); }
.service-row > i { padding-right: .4rem; font-style: normal; font-size: 1.2rem; }
.services > .button { margin: 3rem max(0px, calc((100% - 1500px) / 2)) 0; }

.wellness { min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; background: var(--sky); }
.wellness-copy { display: flex; flex-direction: column; justify-content: center; }
.wellness h2 { color: var(--navy); font-size: clamp(4.2rem, 7vw, 8.5rem); }
.wellness h2 span { color: var(--cream); font-style: italic; }
.wellness-copy > p:not(.eyebrow) { max-width: 620px; margin: 2rem 0; color: #274967; font-size: 1.08rem; line-height: 1.7; }
.wellness-copy .button { align-self: flex-start; }
.wellness-art { position: relative; min-height: 620px; overflow: hidden; display: grid; place-items: center; background: var(--blue); }
.wellness-art svg { position: absolute; width: min(72%, 560px); fill: rgba(255,255,255,.08); stroke: var(--navy); stroke-width: 2; }
.wellness-art p { position: relative; z-index: 2; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 5.4rem); line-height: .98; text-align: center; }
.wellness-art p strong { font-weight: 400; font-style: italic; color: white; }
.orbit { position: absolute; border: 1px solid rgba(21,61,123,.35); border-radius: 50%; }
.orbit-one { width: 80%; aspect-ratio: 1; animation: orbit 18s linear infinite; }
.orbit-two { width: 55%; aspect-ratio: 1; animation: orbit 13s linear infinite reverse; }
.orbit::after { content: ""; position: absolute; top: 8%; left: 18%; width: 13px; height: 13px; background: var(--cream); border-radius: 50%; }
@keyframes orbit { to { transform: rotate(360deg); } }

.story { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background-color: var(--paper); background-image: radial-gradient(rgba(21,61,123,.075) .7px, transparent .7px); background-size: 6px 6px; }
.story-photo { position: relative; }
.story-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--blue); }
.story-photo img { position: relative; width: 100%; min-height: 500px; object-fit: cover; filter: sepia(.12) contrast(1.03); }
.story-photo span { position: absolute; left: 1.2rem; bottom: 1rem; padding: .6rem .8rem; color: white; background: var(--navy); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.since { margin: 0 0 1rem; color: var(--blue); font-size: 1rem; letter-spacing: .18em; }
.since b { display: block; color: var(--navy); font-family: var(--serif); font-size: clamp(5rem, 9vw, 11rem); font-weight: 400; letter-spacing: -.07em; line-height: .8; }
.story h2 { margin: 1.6rem 0; font-size: clamp(2.8rem, 5vw, 5.7rem); }
.story-copy > p:not(.eyebrow):not(.since) { max-width: 670px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }

.more-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); color: white; background: var(--navy); }
.more-heading { max-width: 1500px; margin: 0 auto 4rem; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.more-heading .eyebrow { color: var(--blue); }
.more-heading h2 { font-size: clamp(4rem, 7vw, 8.5rem); text-align: right; }
.more-list { max-width: 1500px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.more-list a { min-height: 210px; padding: 1.7rem 1.7rem 1.7rem 0; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.35); transition: color .2s, background .2s, padding .2s; }
.more-list a + a { padding-left: 1.7rem; border-left: 1px solid rgba(255,255,255,.35); }
.more-list a:hover { color: var(--navy); background: var(--blue); padding-right: 1.7rem; }
.more-list span { font-family: var(--serif); font-size: clamp(1.8rem, 2.6vw, 3.1rem); line-height: 1; }
.more-list i { align-self: flex-end; font-style: normal; font-size: .65rem; font-weight: 900; }

.promise { min-height: 520px; padding: 5rem 1.2rem; display: grid; place-items: center; align-content: center; text-align: center; background: var(--cream); }
.promise-mark { width: 64px; height: 64px; margin-bottom: 2.2rem; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 1.4rem; }
.promise blockquote { max-width: 1200px; margin: 0; color: var(--navy); font: italic clamp(2.8rem, 6.2vw, 7.4rem)/1.02 var(--serif); letter-spacing: -.04em; }
.promise p { margin: 2rem 0 0; font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.visit { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); background: var(--paper); }
.visit h2 { font-size: clamp(4rem, 7vw, 8.2rem); }
.address { display: inline-block; margin-top: 2.5rem; color: var(--navy); font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2.4rem); line-height: 1.35; }
.address span { color: var(--blue); }
.visit-details { align-self: end; }
.hours { border-top: 2px solid var(--navy); }
.hours > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.hours span { color: var(--muted); }.hours b { text-align: right; }
.contact { padding: 1.5rem 0; display: flex; flex-direction: column; gap: .5rem; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.visit-actions { margin-top: 1.8rem; display: flex; gap: .8rem; flex-wrap: wrap; }

footer { min-height: 160px; padding: 2rem clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); background: var(--cream); }
footer img { width: 190px; }
footer p { margin: 0; color: var(--navy); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 76px; }
  .menu-toggle { position: relative; z-index: 102; display: grid; grid-template-columns: auto 26px; align-items: center; gap: .6rem; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .menu-toggle i { grid-column: 2; width: 26px; height: 2px; background: currentColor; transition: transform .2s; }.menu-toggle i:last-child { margin-top: -10px; }
  .menu-toggle[aria-expanded="true"] i:nth-child(2) { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; padding: 7rem 1.5rem 2rem; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; color: white; background: var(--navy); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open { transform: translateX(0); }
  .site-nav a, .refill-link { padding: 1.3rem 0; border-bottom: 1px solid rgba(255,255,255,.3); color: white; background: transparent; font: 2.25rem/1 var(--serif); text-transform: none; letter-spacing: -.02em; }
  .hero-photo { width: 58%; }
  .hero-wash { background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(248,252,255,.94) 43%, rgba(205,234,249,.56) 50%, rgba(132,198,230,.18) 58%, rgba(132,198,230,0) 67%); }
  .hero h1 { max-width: 62vw; }
  .welcome { grid-template-columns: 1fr; gap: 2.5rem; }
  .services-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .wellness { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .more-heading { display: block; }.more-heading h2 { text-align: left; }
  .more-list { grid-template-columns: repeat(2, 1fr); }
  .visit { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .utility-bar p { display: none; }.utility-bar { justify-content: center; }
  .site-header, .site-header.scrolled { height: 68px; }.brand img { width: 170px; }
  .hero { min-height: 820px; background: linear-gradient(180deg, #afd8e9 0%, #e5f4fb 42%, #fff 64%); }.hero::after { display: none; }
  .hero-photo { top: 0; right: 0; bottom: auto; width: 100%; height: 49%; background: #afd8e9; }
  .hero-photo img { left: 53%; bottom: -4%; width: 138%; height: auto; object-fit: contain; object-position: center bottom; clip-path: inset(2.2% 2% 6% 2% round 22px); }
  .hero-wash { background: linear-gradient(0deg, #fff 0%, #fff 45%, rgba(243,250,255,.94) 51%, rgba(190,226,244,.34) 59%, rgba(155,211,237,0) 69%); }
  .hero-content { min-height: 820px; padding: 24rem 1rem 3.8rem; justify-content: flex-end; }
  .hero h1 { max-width: 100%; font-size: clamp(3.65rem, 14vw, 5.3rem); }.hero-copy { max-width: 360px; margin-top: 1.2rem; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-note { display: none; }
  .action-rail { grid-template-columns: 1fr; }.action-rail a { min-height: 82px; border-bottom: 1px solid rgba(255,255,255,.25); }.action-rail b { font-size: 1.35rem; }
  .section-pad { padding-left: 1rem; padding-right: 1rem; }
  .welcome h2 { font-size: 4rem; }
  .service-row { grid-template-columns: 36px 58px 1fr auto; gap: .8rem; min-height: 120px; }.service-row img, .service-symbol { width: 52px; height: 52px; }.service-row h3 { font-size: 1.55rem; }.service-row p { display: none; }
  .wellness h2 { font-size: 4.2rem; }.wellness-art { min-height: 500px; }
  .story-photo img { min-height: 330px; }.story-photo::before { inset: -10px 10px 10px -10px; }.since b { font-size: 6.5rem; }.story h2 { font-size: 3.2rem; }
  .more-section { padding-left: 1rem; padding-right: 1rem; }.more-heading h2 { font-size: 4rem; }.more-list { grid-template-columns: 1fr; }.more-list a { min-height: 130px; padding: 1.5rem 0; }.more-list a + a { padding-left: 0; border-left: 0; }.more-list span { font-size: 2.4rem; }
  .promise { min-height: 420px; }.promise blockquote { font-size: 3.1rem; }
  .visit h2 { font-size: 4.2rem; }.hours > div { font-size: .9rem; }
  footer { grid-template-columns: 1fr; }footer p:last-child { text-align: left; }
}

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