:root{--ink:#163f4b;--deep:#10333d;--teal:#217f79;--mint:#bfe8dc;--ice:#eff5f4;--muted:#586c71;--line:#d7e2df;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--gutter:clamp(1.3rem,5.6vw,7rem)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.75}body.modal-open{overflow:hidden}img{max-width:100%;display:block}button,a,summary{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #c97137;outline-offset:5px}a,button{touch-action:manipulation}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400}h1{font-size:clamp(2.8rem,4.65vw,5.8rem);line-height:1.11;letter-spacing:-.045em}h2{font-size:clamp(2rem,3.1vw,3.5rem);line-height:1.19;letter-spacing:-.035em}h3{font-size:1.45rem;line-height:1.35;letter-spacing:-.025em}em{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;color:var(--teal)}p+p{margin-top:1.1rem}p{color:var(--muted)}.wrap{width:100%;max-width:1600px;padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:clamp(4rem,7.8vw,8.5rem)}.eyebrow{color:var(--teal);font-size:.75rem;line-height:1.5;font-weight:600;letter-spacing:.13em;margin-bottom:1.5rem}.lead{font-size:clamp(1.15rem,1.7vw,1.5rem);line-height:1.7;max-width:44rem;margin-top:2rem}.large-text{font-size:clamp(1.3rem,1.8vw,1.65rem);color:var(--ink);line-height:1.55}.small{font-size:.8125rem;line-height:1.65}.button{display:inline-flex;align-items:center;justify-content:center;gap:2rem;min-height:3.2rem;padding:.85rem 1.5rem;background:var(--ink);border:1px solid var(--ink);border-radius:3px;color:white;font-size:.875rem;font-weight:600;line-height:1.45;transition:background .2s,transform .2s}.button span{font-size:1.2rem}.button:hover{background:var(--teal);border-color:var(--teal);transform:translateY(-2px)}.button-light{background:var(--mint);border-color:var(--mint);color:var(--ink)}.button-light:hover{background:#dcf5ec;border-color:#dcf5ec}.button-outline{background:transparent;border-color:#ffffff88;color:white}.button-outline:hover{background:white;color:var(--ink);border-color:white}.inline-link{font-size:.9375rem;line-height:1.5;display:inline-flex;align-items:center;gap:1.5rem;border-bottom:1px solid #8eafa7;padding-block:.3rem;transition:color .2s}.inline-link:hover{color:var(--teal)}.topline{min-height:2.4rem;background:var(--ink);color:#dae9e8;padding:.4rem var(--gutter);display:flex;justify-content:space-between;gap:1rem;align-items:center;font-size:.75rem;letter-spacing:.025em}.site-header{height:6.8rem;padding-inline:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid transparent;transition:height .25s,border-color .25s;backdrop-filter:blur(12px)}.site-header.scrolled{height:5.4rem;border-color:var(--line)}.brand{display:inline-flex;align-items:center;gap:.8rem;flex-shrink:0}.brand img{width:3.1rem;height:auto}.brand strong{font-size:1.6rem;line-height:1.15;letter-spacing:.10em;font-weight:500;display:block}.brand-point{color:var(--teal)}.brand small{display:block;font-size:.625rem;letter-spacing:.065em;margin-top:.4rem;line-height:1.4}.desktop-nav{display:flex;align-items:center;gap:clamp(1rem,2vw,2.4rem);font-size:.875rem}.desktop-nav a{position:relative;white-space:nowrap}.desktop-nav a:after{content:'';position:absolute;height:1px;left:0;right:100%;bottom:-5px;background:var(--teal);transition:right .25s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{right:0}.header-cta{min-height:2.85rem;padding:.7rem 1.1rem;font-size:.8125rem;gap:1rem}.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px solid var(--line);background:white;width:46px;height:46px;border-radius:50%;flex-shrink:0}.menu-toggle span{width:18px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:fixed;left:0;right:0;top:5.4rem;padding:1.3rem var(--gutter) 1.8rem;background:white;z-index:29;box-shadow:0 10px 30px #163f4b18;max-height:calc(100dvh - 5.4rem);overflow:auto;display:flex;flex-direction:column;gap:.2rem}.mobile-nav a{padding:.7rem 0;border-bottom:1px solid var(--line)}
.home-hero{padding:2rem var(--gutter) 3.5rem;display:grid;grid-template-columns:1.1fr 1fr;gap:4%;min-height:620px;max-width:1720px;margin:auto}.hero-copy{padding-top:3.6rem;position:relative;display:flex;flex-direction:column;align-items:flex-start}.hero-copy .eyebrow{margin-bottom:1.9rem;font-size:.75rem}.hero-description{font-size:1.1rem;line-height:1.8;margin-top:1.8rem}.hero-actions{margin-top:2rem;display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.hero-actions .inline-link{font-size:.875rem}.hero-bottom{margin-top:3.8rem;display:flex;width:100%;justify-content:space-between;gap:1rem;align-items:center}.hero-bottom>span{font-size:.625rem;letter-spacing:.12em}.hero-bottom a{font-size:.75rem;display:inline-flex;gap:1rem;align-items:center}.hero-bottom a span{font-size:1.5rem}.hero-visual{position:relative;margin-left:1rem;padding-bottom:2rem}.hero-photo{height:100%;min-height:570px;overflow:hidden;border-radius:10rem .25rem .25rem .25rem;background:#d9e7e4;position:relative}.hero-photo img{position:absolute;inset:-8% 0;width:100%;height:116%;object-fit:cover;object-position:40% 50%;will-change:transform}.heritage-note{position:absolute;bottom:0;left:-2.8rem;background:var(--mint);padding:1.5rem 2rem;width:13rem;border-radius:.2rem}.heritage-note>span{display:block;font-family:var(--serif);font-size:1.5rem;line-height:1.3}.heritage-note small{display:block;font-size:.625rem;letter-spacing:.14em;margin-top:1rem}.info-strip{border-block:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:1.7rem var(--gutter);gap:2.5rem}.info-strip>div:not(:first-child){border-left:1px solid var(--line);padding-left:2.5rem}.info-strip span{font-size:.625rem;color:var(--teal);letter-spacing:.12em;display:block;margin-bottom:.3rem}.info-strip p,.info-strip a{font-size:1rem;color:var(--ink)}.family-intro{display:grid;grid-template-columns:1fr 1fr;gap:8%}.family-intro .large-text{margin-bottom:1.5rem}.family-intro .inline-link{margin-top:1.8rem}.image-interlude{height:580px;position:relative;overflow:hidden;background:var(--ink);display:flex;align-items:center}.image-interlude>img{position:absolute;top:-15%;width:100%;height:130%;object-fit:cover;object-position:center 55%;will-change:transform}.image-interlude:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,34,40,.8),rgba(9,34,40,.25))}.interlude-content{position:relative;z-index:1;padding:3rem var(--gutter);color:white}.interlude-content .eyebrow{color:var(--mint)}.interlude-content h2{font-family:var(--serif);font-size:clamp(2.7rem,4.4vw,5rem);line-height:1.2;letter-spacing:-.02em}.interlude-content .button{margin-top:2rem}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;margin-bottom:3.2rem}.section-heading>p{max-width:25rem;font-size:1rem}.service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);column-gap:3rem}.service-card{display:grid;grid-template-columns:2rem 1fr 2rem;gap:1rem;padding:2.3rem .6rem 2.3rem 0;border-bottom:1px solid var(--line);position:relative;align-items:start;transition:background .25s,padding .25s}.service-card:hover{background:var(--ice);padding-left:.8rem}.service-card .eyebrow{font-size:.625rem;margin-bottom:.8rem;letter-spacing:.11em}.service-card h3{font-size:1.5rem;margin-bottom:.4rem}.service-card p:not(.eyebrow){font-size:1rem}.service-index{font-size:.75rem;color:var(--teal);padding-top:.05rem}.card-arrow{font-size:1.6rem;align-self:center;transition:transform .2s}.service-card:hover .card-arrow{transform:translate(3px,-3px)}.section-tail{display:flex;justify-content:flex-end;margin-top:2rem}.lab-feature{display:grid;grid-template-columns:1.1fr 1fr;min-height:520px;background:var(--ice)}.lab-photo{position:relative;overflow:hidden;min-height:430px}.lab-photo img{width:100%;height:120%;position:absolute;top:-10%;object-fit:cover;will-change:transform}.lab-copy{padding:5rem clamp(2rem,5vw,6rem);align-self:center}.lab-copy p:not(.eyebrow){margin-top:1.7rem;max-width:32rem}.lab-copy .inline-link{margin-top:2rem}.contact-preview{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.contact-preview>div:first-child>p:not(.eyebrow){margin-top:1.6rem;max-width:28rem}.phone-link{font-size:clamp(1.8rem,2.8vw,2.8rem);letter-spacing:-.03em;display:block;line-height:1.4;margin-top:1.7rem}.contact-preview .inline-link{margin-top:1.5rem}.hours{padding:2rem;background:var(--ice);border-top:2px solid var(--teal);min-width:0}.hours .eyebrow{margin-bottom:1rem}.hours h2{font-size:1.6rem;margin-bottom:1.8rem;letter-spacing:-.02em}.hours table{width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.45}.hours th{text-align:left;font-weight:400}.hours thead{font-size:.75rem;color:var(--muted)}.hours thead th{padding-bottom:.7rem}.hours th:not(:first-child),.hours td{text-align:right}.hours tbody th{font-weight:600}.hours tbody td,.hours tbody th{padding:.9rem .15rem;border-top:1px solid var(--line)}.hours td{white-space:nowrap;color:var(--muted)}.hours .small{margin-top:1.2rem}.contact-banner{background:var(--ink);color:white;padding:4.5rem var(--gutter);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.contact-banner .eyebrow{color:var(--mint)}.contact-banner h2{font-family:var(--serif);font-size:clamp(2.3rem,3.5vw,4rem);letter-spacing:-.03em}.contact-banner>div:last-child{justify-self:end}.contact-banner p:not(.eyebrow){font-size:.875rem;color:#cedddb;margin-top:1rem}.contact-banner .inline-link{margin-top:1rem;font-size:.875rem;color:#deeeeb}.contact-banner .button{font-size:1.1rem;min-width:15rem}.site-footer{padding:4rem var(--gutter) 1.4rem;background:#f6f9f8}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:4rem;padding-bottom:3rem}.footer-top>div>p{font-size:.875rem;margin-top:1.6rem}.footer-top h2{font-size:1rem;font-weight:600;letter-spacing:0;margin:.8rem 0 1rem}.footer-top address{font-style:normal;font-size:.875rem;color:var(--muted);line-height:1.9}.footer-phone{display:block;font-size:1.5rem;margin-bottom:.3rem}.footer-top>div>a:not(.brand):not(.footer-phone){font-size:.875rem}.footer-top .inline-link{margin-top:.8rem}.footer-bottom{border-top:1px solid var(--line);padding-top:1.4rem;display:flex;justify-content:space-between;gap:2rem;font-size:.75rem;color:var(--muted)}.footer-bottom nav{display:flex;gap:1.5rem}.footer-bottom a:hover{color:var(--teal)}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:.8rem;font-size:.75rem;color:var(--muted);margin-bottom:3rem}.breadcrumbs a:hover{text-decoration:underline}.page-intro{padding-block:2rem 4.5rem}.page-intro h1{font-size:clamp(2.5rem,4.7vw,5rem);max-width:68rem}.wide-photo{height:520px;position:relative;overflow:hidden;padding:0;margin-inline:var(--gutter);width:calc(100% - var(--gutter)*2);max-width:none;border-radius:3px 8rem 3px 3px;background:var(--ice)}.wide-photo>img{width:100%;height:120%;position:absolute;top:-10%;object-fit:cover;object-position:center 35%}.photo-label{position:absolute;bottom:1.5rem;left:1.5rem;background:white;padding:.5rem 1rem;font-size:.75rem;letter-spacing:.08em}.generation-section{background:var(--ice);padding-block:5rem}.generation-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.generation-card{padding:2.5rem 3rem 3rem;background:white;border-top:2px solid var(--teal)}.generation-kicker{font-size:.75rem;letter-spacing:.1em;color:var(--teal)}.generation-card h2{font-size:clamp(2.7rem,4vw,4rem);margin-top:2rem}.profession{display:block;margin-top:1.5rem;font-size:.8125rem;font-weight:600;color:var(--teal)}.generation-card p{margin-top:1.4rem;max-width:32rem}.history-line{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;border-top:1px solid #bccfc9}.history-line>div{padding-top:1.4rem}.history-line strong{font-family:var(--serif);font-size:2.2rem;font-weight:400}.history-line p{font-size:.9375rem;margin-top:.8rem}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem 2.2rem}.gallery-photo{aspect-ratio:16/10;overflow:hidden;position:relative;background:var(--ice)}.gallery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.gallery-item:hover .gallery-photo img{transform:scale(1.035)}.gallery-photo>span{position:absolute;right:1rem;bottom:1rem;border-radius:50%;background:white;width:2.8rem;height:2.8rem;display:grid;place-items:center;font-size:1.2rem}.gallery-caption{padding-top:1rem;display:flex;gap:1rem;align-items:baseline;justify-content:space-between}.gallery-caption h3{font-size:1.1rem}.gallery-caption p{font-size:.8125rem}.values-section{border-top:1px solid var(--line)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.values-grid article{border-top:1px solid var(--line);padding-top:1.5rem}.values-grid article>span{font-size:.75rem;color:var(--teal);display:block;margin-bottom:1.2rem}.values-grid h3{font-size:1.3rem;margin-bottom:1rem}.service-overview{padding-bottom:2rem}.service-overview .service-list{column-gap:5rem}.service-overview .service-card{padding-block:2.9rem}.service-overview .service-card:last-child{grid-column:1/-1}.article-layout{display:grid;grid-template-columns:minmax(230px,1fr) minmax(0,2.45fr);gap:7%;padding-bottom:6rem}.service-aside{align-self:start;position:sticky;top:8rem;padding:1.8rem;background:var(--ice);font-size:.875rem}.service-aside .eyebrow{font-size:.75rem;margin-bottom:1rem}.service-aside nav{display:flex;flex-direction:column}.service-aside nav a{padding:.65rem 0;border-bottom:1px solid var(--line);line-height:1.55}.service-aside nav a[aria-current]{color:var(--teal);font-weight:600}.service-aside nav a:hover{color:var(--teal)}.aside-contact{border-top:1px solid #c7d8d3;margin-top:2rem;padding-top:1.2rem}.aside-contact p{font-size:.8125rem}.aside-contact a{display:block;font-size:1.15rem;margin-top:.8rem}.article-section{margin-bottom:2.6rem}.article-section h2{font-size:1.7rem;letter-spacing:-.025em;line-height:1.35;margin-bottom:1.15rem}.article-section p{max-width:54rem}.article-section .eyebrow{margin-bottom:.9rem}.steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin:1.7rem 0 0}.steps li{padding-top:1rem;border-top:2px solid var(--line)}.steps span{font-size:.75rem;color:var(--teal)}.steps h3{font-size:1.15rem;margin:.5rem 0}.steps p{font-size:.9375rem}.article-photo{margin-bottom:2.5rem}.article-photo img{width:100%;height:auto;border-radius:3px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;cursor:pointer;padding:1.3rem 0;font-size:1rem;font-weight:500;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:1.5rem;color:var(--teal);line-height:1;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>div{padding:0 2rem 1.5rem 0}.faq-list a,.legal-content a{color:var(--teal);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.medical-note{font-size:.875rem;border-left:2px solid var(--teal);padding-left:1rem;margin:3rem 0 1rem}.source-note{font-size:.8125rem;color:var(--muted);margin-top:1.5rem}.source-note summary{cursor:pointer}.source-note p{margin-top:.8rem}.source-note a{text-decoration:underline}.contact-main{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:start;padding-bottom:2rem}.contact-card{padding-top:.8rem}.contact-card .phone-link{margin-top:0;margin-bottom:1rem;font-size:clamp(2rem,3.6vw,3.8rem)}.contact-divider{border-top:1px solid var(--line);padding-top:2rem;margin-top:2.3rem}.contact-divider h2{font-size:1.3rem;letter-spacing:-.02em;margin-bottom:1rem}.contact-divider address{font-style:normal;color:var(--muted)}.contact-divider .inline-link{margin-top:1rem}.arrival{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.arrival-image{aspect-ratio:1.2;overflow:hidden;border-radius:6rem 3px 3px 3px}.arrival-image img{width:100%;height:100%;object-fit:cover}.arrival h2{font-size:clamp(2rem,2.5vw,3rem)}.arrival p:not(.eyebrow){margin-top:1.5rem}.arrival .button{margin-top:1.5rem}.arrival p.small{margin-top:1rem}.first-visit{background:var(--ice);max-width:none}.first-visit .values-grid{margin-top:0}.faq-section{display:grid;grid-template-columns:1fr 1.4fr;gap:8%}.legal-content{max-width:1080px;padding-bottom:6rem}.legal-content h2{font-size:1.4rem;line-height:1.4;letter-spacing:-.015em;margin:2.7rem 0 1rem}.legal-content ul{padding-left:1.2rem;color:var(--muted)}.legal-content .small{margin-top:2rem}.editorial-note{padding:1.5rem 1.8rem;border-left:3px solid #ac8450;background:#f7f3eb;margin-bottom:3rem;font-size:.9375rem}.editorial-note strong{font-size:1rem}.editorial-note p{margin-top:.5rem}.error-actions{display:flex;gap:2rem;align-items:center;margin-bottom:5rem}.lightbox{padding:0;border:0;background:var(--deep);color:white;width:min(1120px,94vw);max-height:92dvh;border-radius:4px;overflow:auto}.lightbox::backdrop{background:#061d26df;backdrop-filter:blur(5px)}.lightbox figure{padding:3.8rem 1rem 1rem}.lightbox figure img{width:100%;height:auto;max-height:65dvh;object-fit:contain}.lightbox figcaption{text-align:center;padding:.8rem 1rem 0;color:#dce8e5;font-size:.9375rem}.lightbox-close{position:absolute;right:.7rem;top:.5rem;color:white;border:0;background:transparent;width:2.8rem;height:2.8rem;font-size:2rem}.lightbox-controls{display:flex;align-items:center;justify-content:center;gap:2rem;padding:0 1rem 1rem}.lightbox-controls button{border:1px solid #6a8a8b;background:transparent;color:white;border-radius:50%;width:44px;height:44px;font-size:1.2rem}.lightbox-controls button:hover{background:#355b62}.photo-count{font-size:.875rem}.reveal{opacity:1;transform:none}.reveal.will-reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.will-reveal.is-visible{opacity:1;transform:none}.skip{position:fixed;left:1rem;top:-200px;background:white;z-index:100;padding:.8rem 1rem}.skip:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0;margin:-1px}[hidden]{display:none!important}
@media(min-width:1700px){.hero-copy{padding-top:5rem}.hero-photo{min-height:670px}}@media(max-width:1180px){.header-cta{display:none}.home-hero{gap:3%;padding-top:1rem}.hero-copy{padding-top:2.7rem}.hero-photo{min-height:560px}.hero-actions{gap:1.2rem}.hero-bottom{flex-direction:column;align-items:flex-start;margin-top:2.5rem}.hero-visual{margin-left:0}.heritage-note{left:-1.5rem}.footer-top{gap:2rem}.contact-preview{gap:5%}.hours{padding:1.5rem}.gallery-caption{display:block}.gallery-caption p{margin-top:.35rem}.article-layout{gap:4%}.service-aside{padding:1.3rem}}
@media(max-width:900px){.desktop-nav{gap:1rem;font-size:.8125rem}.brand strong{font-size:1.4rem}.brand small{font-size:.5625rem}.brand img{width:2.8rem}.site-header{padding-inline:1.5rem}.home-hero h1{font-size:3.2rem}.hero-photo{min-height:550px}.hero-actions .button{font-size:.8125rem}.hero-copy .eyebrow{font-size:.625rem}.hero-description{font-size:1rem}.family-intro{gap:5%}.info-strip{gap:1rem}.info-strip>div:not(:first-child){padding-left:1rem}.info-strip p,.info-strip a{font-size:.875rem}.contact-preview,.contact-main{grid-template-columns:1fr;gap:3rem}.contact-preview>div:first-child{max-width:40rem}.hours{padding:2rem}.hours table{font-size:1rem}.lab-copy{padding:3rem 2rem}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}.values-grid{gap:1.7rem}.generation-card{padding:2rem}.generation-grid{gap:1.5rem}.faq-section{grid-template-columns:1fr;gap:2rem}.article-layout{grid-template-columns:1fr}.service-aside{position:static;order:2;margin-top:2rem}.service-aside nav{display:grid;grid-template-columns:1fr 1fr;gap:0 2rem}.service-aside .aside-contact{display:none}.contact-banner{grid-template-columns:1.2fr 1fr}.contact-banner>div:last-child{justify-self:start}.service-overview .service-list{column-gap:2rem}}
@media(max-width:700px){html{scroll-padding-top:6.2rem}.topline{justify-content:center;font-size:.6875rem;min-height:2rem;padding:.3rem 1rem}.topline>a{display:none}.site-header,.site-header.scrolled{height:5.4rem;padding-inline:1.3rem}.brand strong{font-size:1.4rem}.brand img{width:2.6rem}.brand small{font-size:.5625rem}.desktop-nav{display:none}.menu-toggle{display:flex}.home-hero{grid-template-columns:1fr;padding-top:.5rem;padding-bottom:2.5rem;gap:2rem}.hero-copy{padding-top:2rem}.hero-copy .eyebrow{font-size:.6875rem;margin-bottom:1.5rem}.home-hero h1{font-size:clamp(2.85rem,8.4vw,4.2rem)}.hero-description{margin-top:1.5rem;font-size:1rem}.hero-actions{margin-top:1.5rem;gap:1rem 1.5rem}.hero-bottom{margin-top:2rem;flex-direction:row;align-items:center}.hero-bottom>span{font-size:.5625rem;letter-spacing:.07em}.hero-bottom a{font-size:.6875rem;gap:.5rem}.hero-visual{height:370px;padding-bottom:1.2rem;padding-left:1rem}.hero-photo{min-height:0;border-top-left-radius:6rem}.hero-photo img{object-position:50% 40%}.heritage-note{left:0;width:10.5rem;padding:1.1rem 1.4rem}.heritage-note>span{font-size:1.2rem}.heritage-note small{font-size:.5625rem;margin-top:.7rem}.info-strip{grid-template-columns:1fr;padding-block:.7rem;gap:0}.info-strip>div,.info-strip>div:not(:first-child){border-left:0;border-bottom:1px solid var(--line);padding:.8rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.info-strip>div:last-child{border-bottom:0}.info-strip span{font-size:.5625rem;letter-spacing:.075em;margin:0}.info-strip p,.info-strip a{font-size:.8125rem;text-align:right}.family-intro{grid-template-columns:1fr;gap:2rem}.section{padding-block:3.8rem}.eyebrow{font-size:.6875rem;margin-bottom:1.2rem}h2{font-size:2.25rem}.large-text{font-size:1.25rem}.image-interlude{height:430px}.image-interlude>img{height:100%;top:0;object-position:58% center}.interlude-content h2{font-size:2.8rem}.section-heading{display:block;margin-bottom:2rem}.section-heading>p{margin-top:1.5rem}.service-list{grid-template-columns:1fr;column-gap:0}.service-card{padding-block:1.7rem;grid-template-columns:1.5rem 1fr 1.5rem;gap:.7rem}.service-card h3{font-size:1.35rem}.service-card .eyebrow{font-size:.625rem;margin-bottom:.65rem}.section-tail{justify-content:flex-start}.lab-feature{grid-template-columns:1fr}.lab-photo{min-height:310px}.lab-copy{padding:2.7rem var(--gutter) 3.4rem}.contact-preview{gap:2.8rem}.hours{padding:1.5rem 1rem}.hours table{font-size:.875rem}.hours thead{font-size:.6875rem}.hours h2{font-size:1.5rem}.contact-banner{grid-template-columns:1fr;gap:2rem;padding-block:3.5rem}.contact-banner h2{font-size:2.6rem}.site-footer{padding-top:3rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-top>div:first-child{grid-column:auto}.footer-top>div>p{margin-top:1rem}.footer-bottom{flex-wrap:wrap;gap:1rem;font-size:.75rem}.footer-bottom>span{width:100%}.footer-bottom>a:last-child{margin-left:auto}.page-intro{padding-top:1.4rem;padding-bottom:3rem}.breadcrumbs{margin-bottom:2.1rem;gap:.55rem;font-size:.6875rem}.page-intro h1{font-size:2.6rem;overflow-wrap:anywhere}.lead{font-size:1.1rem;margin-top:1.5rem}.wide-photo{height:330px;border-top-right-radius:5rem}.photo-label{font-size:.625rem;left:1rem;bottom:1rem;padding:.5rem .75rem}.generation-section{padding-block:3.5rem}.generation-grid{grid-template-columns:1fr;gap:1.5rem}.generation-card{padding:1.8rem}.generation-card h2{font-size:3rem;margin-top:1.5rem}.generation-kicker{font-size:.6875rem}.history-line{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.history-line>div{padding-top:1rem}.history-line>div:not(:first-child){border-top:1px solid #c5d7d0}.history-line strong{font-size:2rem}.history-line p{margin-top:.3rem}.gallery-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.values-grid h3{font-size:1.3rem}.values-grid article>span{margin-bottom:.8rem}.service-overview .service-card{padding-block:1.8rem}.service-overview{padding-bottom:0}.article-layout{padding-bottom:3.5rem}.article-section h2{font-size:1.5rem}.steps{grid-template-columns:1fr;gap:1.3rem}.steps li{display:grid;grid-template-columns:1.8rem 1fr;gap:0 .4rem}.steps li>span{padding-top:.6rem}.steps h3{margin-bottom:.3rem}.steps p{grid-column:2}.service-aside nav{grid-template-columns:1fr}.faq-list summary{font-size:1rem}.contact-card .phone-link{font-size:2.3rem}.arrival{grid-template-columns:1fr;gap:2rem}.arrival-image{aspect-ratio:1.4;border-top-left-radius:5rem}.arrival h2{font-size:2.25rem}.contact-main{padding-bottom:0}.legal-content{padding-bottom:4rem}.editorial-note{padding:1.3rem;font-size:.875rem}.legal-content h2{font-size:1.3rem;margin-top:2rem}.lightbox{width:96vw}.lightbox figure{padding-inline:.5rem}.error-actions{flex-wrap:wrap}.reveal.will-reveal{transform:translateY(16px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.will-reveal{opacity:1!important;transform:none!important}[data-parallax]{transform:none!important}}@media print{.site-header,.topline,.mobile-nav,.contact-banner,.service-aside,.site-footer,.menu-toggle{display:none!important}body{font-size:11pt;color:#000}.reveal.will-reveal{opacity:1;transform:none}.page-intro,.section,.wrap{padding:1rem 0}.article-layout{display:block}.legal-content{max-width:none}.editorial-note{border:1px solid #999}a{text-decoration:underline}}
