:root{--ink:#193f37;--ink-dark:#102f29;--muted:#5f6e65;--cream:#f8f7f1;--sage:#e9eee7;--line:#dce1d8;--gold:#e8bd66;--white:#fff;--radius:14px;--sans:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}
/* Pharmacist feedback: readable service details and full team biographies. */
.service-extras{margin-top:44px}.extras-heading{margin-bottom:24px}.extras-heading h3{font-family:var(--serif);font-size:28px;font-weight:400;margin-bottom:10px}.extras-heading p{color:var(--muted);max-width:620px}.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.service-detail{border:1px solid var(--line);border-radius:9px;background:#fff}.service-detail summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;cursor:pointer;min-height:118px;list-style:none}.service-detail summary strong{display:block;font-size:17px;line-height:1.5}.service-detail summary small{display:block;font-size:14px;line-height:1.7;color:var(--muted);margin-top:7px}.service-detail summary::-webkit-details-marker,.pharmacist-bio summary::-webkit-details-marker{display:none}.expand-mark{display:inline-block;font-size:25px;font-weight:400;line-height:1;flex-shrink:0;transition:transform .15s}.service-detail[open] .expand-mark,.pharmacist-bio[open] .expand-mark{transform:rotate(45deg)}.detail-copy{padding:0 22px 22px;color:var(--muted)}.detail-copy p:last-child{margin-bottom:0}.detail-copy .text-link{color:var(--ink)}.refill-card{background:var(--sage);border-radius:9px;padding:25px}.refill-card .eyebrow{margin-bottom:13px}.refill-card h3{font-family:var(--serif);font-weight:400;font-size:28px;margin-bottom:13px}.refill-card p{color:var(--muted)}.refill-card small{display:block;font-size:13px;line-height:1.7;margin-top:15px;color:var(--muted)}
.immunization-section{background:#fff;border-top:1px solid var(--line);padding-block:76px}.immunization-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.section-description{color:var(--muted);margin-top:26px;max-width:470px}.vaccine-list{list-style:none;padding:0;margin:25px 0 30px;display:flex;flex-wrap:wrap;gap:10px}.vaccine-list li{padding:8px 15px;border-radius:5px;background:var(--sage);font-size:16px}.vaccine-ages{border:1px solid var(--line);border-radius:10px;padding:27px}.vaccine-ages h3{font-family:var(--serif);font-size:25px;font-weight:400;margin-bottom:15px}.vaccine-ages dl{margin:0 0 20px}.vaccine-ages dl>div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line);font-size:15px}.vaccine-ages dt{color:var(--muted)}.vaccine-ages dd{margin:0;font-weight:600}.vaccine-ages p{font-size:14px;color:var(--muted)}.vaccine-ages .vaccine-sources{font-size:12px;margin-bottom:0}.vaccine-sources a{text-decoration:underline;text-underline-offset:3px}.clinic-callout{display:flex;gap:18px;padding:27px;margin-top:20px;border-radius:10px;background:#f6eedc}.clinic-callout h3{font-family:var(--serif);font-size:25px;font-weight:400;margin-bottom:15px}.clinic-callout p{font-size:16px;color:var(--muted);margin-bottom:16px}.clinic-callout .clinic-note{font-size:13px}.clinic-icon{padding-top:4px}
.bio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start;margin-top:48px;scroll-margin-top:120px}.pharmacist-bio{border:1px solid #d5dfd2;border-radius:10px;background:var(--cream);overflow:hidden}.pharmacist-bio summary{padding:25px;list-style:none;cursor:pointer}.pharmacist-bio summary:focus-visible{outline-offset:-5px}.bio-name{display:block;font-family:var(--serif);font-size:25px;line-height:1.25}.bio-role{display:block;font-size:14px;font-weight:600;margin-top:12px}.bio-preview{display:block;font-size:16px;line-height:1.7;color:var(--muted);margin-top:18px}.bio-action{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;font-weight:600;margin-top:23px}.pharmacist-bio .close-bio{display:none}.pharmacist-bio[open] .close-bio{display:inline}.pharmacist-bio[open] .read-bio{display:none}.bio-copy{padding:0 25px 25px;color:var(--muted);font-size:16px;line-height:1.8}.bio-copy p:last-child{margin-bottom:0}.footer-main>div{flex-wrap:wrap}
@media(max-width:1100px){.nav-inner .menu-toggle{display:flex;gap:13px;align-items:center;background:none;font-size:14px;padding:10px}.menu-toggle span{font-size:22px}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;padding:20px 32px;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:0 15px 20px #193f370a;flex-direction:column;align-items:stretch;gap:6px;max-height:75dvh;overflow:auto}.site-header nav.is-open{display:flex}.site-header nav a,.site-header .nav-contact{text-align:left;padding:10px}}
@media(max-width:920px){.immunization-grid{grid-template-columns:1fr;gap:32px}.bio-grid{grid-template-columns:1fr}.bio-name{font-size:27px}.pharmacist-bio summary{padding:25px}.bio-preview{margin-top:12px}.immunization-section{padding-block:60px}}
@media(max-width:640px){.extras-grid{grid-template-columns:1fr}.service-extras{margin-top:32px}.immunization-section{padding-block:50px}.vaccine-ages,.clinic-callout{padding:22px}.vaccine-ages dl>div{grid-template-columns:1fr;gap:5px}.clinic-callout{gap:12px}.clinic-callout h3{font-size:23px}.bio-grid{margin-top:32px}.bio-name{font-size:25px}.site-header nav{padding-inline:20px}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button{border:0}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #a86b12;outline-offset:5px}input:focus,textarea:focus,select:focus{outline:2px solid var(--ink);outline-offset:2px}.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:8px;left:8px;z-index:200;background:white;padding:12px;transform:translateY(-150%)}.skip-link:focus{transform:none}.utility-bar{background:var(--ink);color:#fff;font-size:12px;letter-spacing:.15px}.utility-inner{display:flex;justify-content:space-between;align-items:center;min-height:37px}.utility-inner>div{display:flex;gap:26px}.utility-inner a{display:flex;gap:7px;align-items:center}.utility-inner .icon{width:14px;height:14px}.site-header{position:sticky;top:0;z-index:20;background:rgba(248,247,241,.98);border-bottom:1px solid rgba(25,63,55,.08)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:102px;gap:32px}.brand{display:flex;gap:15px;align-items:center;flex-shrink:0}.brand-seal{width:72px;height:72px;position:relative;overflow:hidden;display:block;mix-blend-mode:multiply}.brand-seal img{position:absolute;max-width:none;width:112px;height:112px;left:-20px;top:-20px}.brand-type{font-family:var(--serif);font-size:26px;line-height:1.1;letter-spacing:-.8px}.brand-type small{font-family:var(--sans);font-size:10px;letter-spacing:3.8px;font-weight:600;display:block;margin-top:9px}nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600}nav>a,.nav-contact{padding-block:10px}.nav-contact{padding-inline:0;background:none}nav>a:hover,.nav-contact:hover{color:#698372}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:21px;min-height:54px;padding:14px 23px;border-radius:7px;background:var(--ink);color:white;font-size:14px;font-weight:600;line-height:1.4;text-align:left;transition:background .18s,transform .18s;white-space:normal}.button:hover{background:#28584c;transform:translateY(-2px)}.button .icon{width:20px;height:20px}.button-small{min-height:44px;padding:11px 17px;gap:15px;font-size:13px}.text-link{display:inline-flex;gap:14px;align-items:center;position:relative;background:none;padding:0 0 4px;border-bottom:1px solid currentColor;font-size:14px;font-weight:600;line-height:1.6}.text-link:hover{color:#64816d}.text-link .icon{width:20px;height:20px}.eyebrow{font-family:var(--sans);font-size:10px;letter-spacing:2px;font-weight:700;line-height:1.5;margin:0 0 23px}.little-line{display:inline-block;width:25px;height:1px;background:var(--ink);vertical-align:middle;margin-right:10px}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-2.6px;line-height:1.05;margin:0}h1{font-size:clamp(52px,5.4vw,77px)}h1 em{font-weight:400;color:#6a7f64}h2{font-size:clamp(36px,3.6vw,50px);letter-spacing:-1.8px}h3{font-size:16px;line-height:1.4;margin:0 0 23px}p{margin:0 0 20px}.hero{padding-top:42px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:53px;padding-bottom:58px}.hero-copy{padding-block:18px}.hero-description{font-size:16px;max-width:380px;line-height:1.8;margin:27px 0 28px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-actions .text-link{font-size:12px}.hero-note{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px;margin-top:25px}.tiny-check{width:19px;height:19px;background:var(--sage);border-radius:50%;display:grid;place-items:center}.tiny-check .icon{width:13px;height:13px}.hero-visual{position:relative;padding:0 8px 0 0}.photo-frame{height:510px;border-radius:130px 10px 10px 10px;overflow:hidden;background:var(--sage)}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:34% center}.photo-label{position:absolute;bottom:36px;left:-24px;display:flex;align-items:center;gap:14px;background:var(--cream);padding:18px 28px 18px 18px;box-shadow:0 8px 30px #142e2814;border-radius:9px;font-size:16px;font-family:var(--serif);line-height:1.25}.photo-label small{display:block;font-family:var(--sans);font-size:11px;color:var(--muted);margin-top:5px}.label-icon{display:grid;place-items:center;background:var(--sage);border-radius:50%;width:43px;height:43px}.label-icon .icon{width:23px;height:23px}.photo-caption{position:absolute;bottom:-28px;right:10px;font-size:10px;color:var(--muted)}.since-stamp{position:absolute;right:-25px;top:-17px;width:112px;height:112px;border:1px solid var(--ink);outline:7px solid var(--cream);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--cream);transform:rotate(12deg);gap:2px}.since-stamp strong{font-family:var(--serif);font-size:35px;font-weight:400;line-height:1.15}.since-stamp span{font-size:7px;font-weight:700;letter-spacing:1.6px}.quick-info{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1fr;padding-block:26px}.quick-info>div,.quick-info>a{display:flex;gap:16px;align-items:center;padding-left:30px;border-left:1px solid var(--line)}.quick-info>div:first-child{padding-left:0;border:0}.quick-info strong{display:block;font-size:12px;font-weight:600}.quick-info small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.quick-info .icon{width:24px;height:24px}.quick-info .info-arrow{margin-left:auto;width:18px}.section{padding-block:92px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:40px}.section-heading>p{max-width:330px;font-size:14px;color:var(--muted);margin-bottom:3px}.section-heading .eyebrow{margin-bottom:18px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden}.service-card{display:flex;flex-direction:column;text-align:left;padding:29px 25px 22px;background:transparent;border-right:1px solid var(--line);transition:background .2s}.service-card:last-child{border:0}.service-card:hover{background:var(--sage)}.service-card:focus-visible{outline-offset:-4px}.service-icon{margin-bottom:26px;display:block}.service-icon .icon{width:32px;height:32px;stroke-width:1.25}.card-title{font-size:16px;font-weight:600;line-height:1.3;margin-bottom:14px;letter-spacing:-.25px}.card-copy{font-size:12px;color:var(--muted);line-height:1.9;display:block;margin-bottom:25px}.card-bottom{font-size:10px;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.card-bottom .icon{width:18px;height:18px}.people-section{background:var(--sage);padding-block:70px}.people-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:100px}.people-photo{height:490px;max-width:410px;position:relative;margin-left:20px}.people-photo>img{height:100%;width:100%;object-fit:cover;object-position:50% 34%;border-radius:9px 9px 110px 9px}.image-tab{position:absolute;bottom:25px;left:-20px;background:var(--cream);font-size:11px;padding:14px 23px;letter-spacing:.3px;border-radius:4px}.people-copy{max-width:440px}.people-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);max-width:410px}.people-copy h2{margin-bottom:26px}.team-names{margin:25px 0}.team-names>span{font-family:var(--serif);font-size:24px}.team-names small{display:block;font-size:10px;letter-spacing:.3px;color:var(--muted);margin-top:3px}.home-care{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.home-care-copy{max-width:430px;padding-left:20px}.home-care-copy h2{margin-bottom:25px}.home-care-copy>p:not(.eyebrow){color:var(--muted);font-size:14px}.home-care-copy .text-link{margin-top:10px}.delivery-photo{height:350px;position:relative;border-radius:100px 9px 9px 9px;overflow:hidden}.delivery-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.delivery-tag{position:absolute;bottom:20px;right:20px;display:flex;gap:10px;align-items:center;background:var(--cream);border-radius:5px;padding:12px 18px;font-size:11px}.transfer-section{background:var(--ink);color:var(--cream);padding:51px 62px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:50px}.transfer-section .eyebrow{color:#d3dcc8;font-size:9px;margin-bottom:17px}.transfer-section h2{font-size:46px}.transfer-section p:not(.eyebrow){font-size:13px;color:#d3dcc8;margin:20px 0 0}.transfer-action{display:flex;flex-direction:column;gap:15px;align-items:center}.button-gold{color:var(--ink-dark);background:var(--gold);min-width:258px}.button-gold:hover{background:#f1cb83}.transfer-action>span{font-size:10px;color:#d3dcc8}.transfer-action a{text-decoration:underline;text-underline-offset:3px}.visit-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:65px}.visit-intro h2{font-size:42px}.visit-intro>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-block:21px}.visit-details,.hours{padding-top:35px}.visit-details address{font-style:normal;font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:14px}.visit-details .text-link{font-size:12px}.visit-phone{display:block;font-family:var(--serif);font-size:23px;margin-top:22px}.hours dl{margin:0}.hours dl>div{display:flex;justify-content:space-between;gap:18px;font-size:12px;padding-block:11px;border-bottom:1px solid var(--line)}.hours dt{color:var(--muted)}.hours dd{margin:0;white-space:nowrap}.hours>p{font-size:10px;color:var(--muted);margin-top:15px}footer{border-top:1px solid var(--line);background:#eef0e8}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-block:40px}.footer-main>p{font-family:var(--serif);font-size:20px;line-height:1.4;margin:0;color:var(--muted)}.footer-main>div{display:flex;gap:25px;align-items:center;font-size:11px}.footer-main button{padding:0;background:none;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-block:17px;border-top:1px solid var(--line);font-size:9px;color:var(--muted)}dialog{border:0;padding:0;background:var(--cream);color:var(--ink);border-radius:14px;box-shadow:0 20px 100px #102f2933;width:min(620px,calc(100% - 32px));max-height:90dvh}dialog::backdrop{background:#102f29a6;backdrop-filter:blur(5px)}.dialog-inner{padding:43px;position:relative}.dialog-close{position:absolute;right:14px;top:14px;background:var(--sage);width:34px;height:34px;display:grid;place-items:center;border-radius:50%}.dialog-close .icon{width:18px;height:18px}dialog h2{font-size:38px;letter-spacing:-1.2px;margin-bottom:18px}dialog .eyebrow{font-size:9px;margin-bottom:17px}dialog p{font-size:13px;color:var(--muted)}.preview-notice{background:#f4ead1;border:1px solid #e5d5ab;border-radius:5px;padding:12px;font-size:11px!important;line-height:1.7}.preview-notice strong{color:#604717}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{font-size:11px;font-weight:600;line-height:1.5}.form-grid input,.form-grid textarea,.form-grid select{display:block;width:100%;min-width:0;margin-top:7px;border:1px solid #bcc8bf;border-radius:5px;padding:11px 12px;font-size:14px;font-weight:400;background:#fff;color:var(--ink);min-height:44px}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#87938c}.form-grid textarea{resize:vertical}.full-width{grid-column:1/-1}.optional{font-weight:400;color:var(--muted)}.field-note{font-size:10px!important;margin:13px 0 21px}.form-submit{width:100%;justify-content:space-between}.form-status{padding:14px;background:var(--sage);border-radius:5px;margin:17px 0 0!important;color:var(--ink)!important}.dialog-call{margin:22px 0 0;text-align:center;font-size:11px!important}.dialog-call a{text-decoration:underline;text-underline-offset:4px}fieldset{margin:0 0 25px;padding:0;border:0}legend{font-size:14px;font-weight:600;padding:0;margin-bottom:14px}.service-dialog{width:min(540px,calc(100% - 32px))}.service-dialog .button{margin-top:8px}.noscript-note{padding:20px;background:#f4ead1;text-align:center;font-size:14px}
@media(min-width:1450px){.hero{padding-top:55px}.hero-grid{gap:75px}.photo-frame{height:560px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}nav{gap:18px;font-size:12px}.nav-inner{gap:20px}.brand-type{font-size:23px}.brand-seal{width:60px;height:60px}.brand-seal img{width:94px;height:94px;left:-17px;top:-17px}.hero-grid{gap:35px}.hero-actions{gap:18px}.hero-actions .button{padding-inline:16px;font-size:12px}.photo-frame{height:480px}.since-stamp{right:-16px;width:94px;height:94px}.since-stamp strong{font-size:30px}.since-stamp span{font-size:6px}.people-grid{gap:60px}.home-care{gap:65px}.service-card{padding:25px 19px 20px}.card-title{font-size:14px}.card-bottom{font-size:9px}.quick-info>div,.quick-info>a{padding-left:20px;gap:12px}.quick-info small{font-size:10px}.visit-grid{gap:40px}.footer-main>div{gap:16px}.footer-main>p{font-size:18px}}
@media(max-width:920px){.brand-type{font-size:24px}.nav-inner{min-height:88px}.menu-toggle{display:flex;gap:13px;align-items:center;background:none;font-size:12px;padding:10px}.menu-toggle span{font-size:22px}nav{display:none;position:absolute;top:100%;left:0;right:0;padding:20px 32px;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:0 15px 20px #193f370a;flex-direction:column;align-items:stretch;gap:6px}nav.is-open{display:flex}nav a,.nav-contact{text-align:left;padding:10px}.hero-grid{grid-template-columns:1.1fr 1fr;gap:25px}.hero-copy .eyebrow{font-size:8px}.hero h1{font-size:51px;letter-spacing:-2.3px}.hero-description{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column;gap:17px}.hero-note{font-size:9px}.photo-frame{height:465px;border-top-left-radius:90px}.photo-label{font-size:13px;padding:13px;bottom:25px;left:-15px}.photo-label small{font-size:9px}.label-icon{width:32px;height:32px}.photo-caption{font-size:8px}.quick-info{gap:20px}.quick-info>div,.quick-info>a{padding:0;border:0;gap:10px}.quick-info>div>.icon,.quick-info>a>.icon{display:none}.quick-info strong{font-size:10px}.quick-info small{font-size:9px}.services-grid{grid-template-columns:1fr 1fr}.service-card{padding:29px}.service-card:nth-child(2){border-right:0}.service-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.card-title{font-size:17px}.card-copy{font-size:13px}.card-bottom{font-size:11px}.section{padding-block:65px}.section-heading{gap:35px}.section-heading>p{max-width:270px;font-size:13px}.people-grid{gap:40px}.people-photo{height:440px;margin-left:0}.people-copy h2{font-size:36px}.people-copy>p:not(.eyebrow){font-size:12px}.people-copy .eyebrow{font-size:8px}.people-copy .text-link{font-size:12px}.home-care{gap:40px}.home-care-copy{padding:0}.delivery-photo{height:335px}.transfer-section{padding:42px 35px;gap:30px}.transfer-section h2{font-size:39px}.transfer-section .eyebrow{font-size:8px}.button-gold{min-width:225px;font-size:12px;gap:15px}.visit-grid{grid-template-columns:1fr 1fr;gap:30px}.visit-intro{grid-column:1/-1}.visit-intro h2 br{display:none}.visit-details,.hours{padding-top:10px}.visit-intro>p:not(.eyebrow){margin-block:17px}.footer-main{flex-wrap:wrap}.footer-main>div{flex-basis:100%;justify-content:space-between}.footer-bottom{font-size:8px}}
@media(max-width:640px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 40px)}.utility-inner{min-height:33px;justify-content:center;font-size:10px}.utility-inner>span,.utility-inner a:first-child{display:none}.utility-inner .icon{width:12px;height:12px}.nav-inner{min-height:82px;gap:10px}.brand{gap:9px}.brand-type{font-size:23px}.brand-type small{font-size:8px;letter-spacing:3.2px;margin-top:7px}.brand-seal{width:54px;height:54px}.brand-seal img{width:84px;height:84px;left:-15px;top:-15px}nav{padding-inline:20px}.hero{padding-top:25px}.hero-grid{grid-template-columns:1fr;gap:33px;padding-bottom:45px}.hero-copy{padding-block:5px}.hero-copy .eyebrow{font-size:9px;margin-bottom:21px}.hero h1{font-size:clamp(43px,10.8vw,63px);letter-spacing:-2px;line-height:1.06}.hero h1 br:nth-of-type(2){display:none}.hero-description{max-width:340px;margin:22px 0 24px;font-size:14px;line-height:1.8}.hero-actions{flex-direction:row;align-items:center;gap:20px}.hero-actions .button{font-size:12px;min-height:49px;padding:13px 16px;gap:13px}.hero-actions .text-link{font-size:11px}.hero-note{margin-top:20px;font-size:10px}.hero-visual{padding-right:0;margin-inline:7px}.photo-frame{height:365px;border-top-left-radius:88px}.hero-photo{object-position:38% 50%}.since-stamp{width:83px;height:83px;right:-12px;top:-17px;outline-width:5px}.since-stamp strong{font-size:28px}.since-stamp span{font-size:5px;letter-spacing:1.3px}.photo-label{left:-12px;bottom:23px;padding:14px 20px 14px 14px;font-size:15px}.photo-label small{font-size:10px}.photo-caption{font-size:9px;bottom:-23px}.quick-info{grid-template-columns:1fr;gap:0;padding-block:6px}.quick-info>div,.quick-info>a{padding-block:16px;border-top:1px solid var(--line);gap:15px}.quick-info>div:first-child{border-top:0}.quick-info>div>.icon,.quick-info>a>.icon{display:block;width:21px;height:21px}.quick-info strong{font-size:12px}.quick-info small{font-size:11px}.quick-info .info-arrow{display:block;width:18px!important}.section{padding-block:55px}h2{font-size:37px;letter-spacing:-1.5px}.eyebrow{font-size:9px;letter-spacing:1.7px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin:21px 0 0;max-width:360px;font-size:13px}.services-grid{grid-template-columns:1fr 1fr}.service-card{padding:22px 16px}.service-icon{margin-bottom:19px}.service-icon .icon{width:28px;height:28px}.card-title{font-size:14px}.card-copy{font-size:11px;line-height:1.8;margin-bottom:20px}.card-bottom{font-size:9px;gap:7px;line-height:1.6}.card-bottom .icon{width:16px;height:16px}.people-section{padding-block:44px}.people-grid{grid-template-columns:1fr;gap:35px}.people-photo{height:435px;max-width:370px;width:calc(100% - 16px);margin-inline:auto}.people-photo>img{object-position:50% 30%;border-bottom-right-radius:95px}.image-tab{left:-12px;bottom:22px;font-size:10px}.people-copy{max-width:none}.people-copy .eyebrow{font-size:9px}.people-copy h2{font-size:37px}.people-copy>p:not(.eyebrow){font-size:13px}.team-names{margin-block:22px}.home-care{grid-template-columns:1fr;gap:29px}.home-care-copy{max-width:390px}.home-care-copy>p:not(.eyebrow){font-size:13px}.home-care-copy .text-link{font-size:12px}.delivery-photo{height:330px;border-top-left-radius:80px}.delivery-photo img{object-position:50% 28%}.delivery-tag{font-size:10px;bottom:17px;right:15px}.transfer-section{display:block;padding:35px 25px}.transfer-section h2{font-size:39px}.transfer-section p:not(.eyebrow){font-size:12px}.transfer-action{align-items:flex-start;margin-top:26px;gap:15px}.button-gold{font-size:13px;min-width:250px}.visit-grid{gap:28px}.visit-intro h2{font-size:38px}.visit-intro h2 br{display:block}.visit-details,.hours{grid-column:1/-1;padding-top:0}.visit-details{padding-bottom:25px;border-bottom:1px solid var(--line)}.visit-details h3,.hours h3{margin-bottom:15px}.visit-phone{margin-top:18px}.hours dl>div{font-size:13px;padding-block:10px}.hours p{font-size:11px}.visit-intro .text-link{font-size:12px}.footer-main{gap:28px;padding-block:30px}.footer-main .brand-type{font-size:21px}.footer-main>p{font-size:16px}.footer-main>div{gap:15px;flex-wrap:wrap;justify-content:flex-start;font-size:11px}.footer-bottom{display:block;font-size:9px;line-height:1.8}.footer-bottom span{display:block}.dialog-inner{padding:34px 23px 27px}dialog h2{font-size:32px}.form-grid{gap:15px}.form-grid input,.form-grid select,.form-grid textarea{font-size:16px;padding:11px 9px}.dialog-call{font-size:11px!important}.field-note{font-size:11px!important}}
@media(max-width:360px){.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero h1{font-size:42px}.hero h1 br:nth-of-type(2){display:block}.form-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.service-card{border-right:0!important;border-bottom:1px solid var(--line)}.service-card:last-child{border:0}.card-copy{font-size:12px}.card-bottom{font-size:11px}.photo-frame{height:320px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Round-three additions; portrait framing preserves faces without altering the photographs. */
.people-photo{height:auto;aspect-ratio:1067/1600;max-width:410px;width:100%}.people-photo>img{height:auto;object-fit:contain;object-position:top center;border-radius:9px}
.delivery-photo{height:auto;aspect-ratio:4/5;max-width:480px;justify-self:center;width:100%;border-radius:12px}.delivery-photo img{object-position:center top}.delivery-tag{bottom:16px;right:16px;max-width:calc(100% - 32px)}
.service-shortcuts{display:flex;flex-wrap:wrap;gap:14px 28px;margin:0 0 34px}.service-shortcuts a{font-size:14px;text-decoration:underline;text-underline-offset:5px;font-weight:600}.walk-in-note{display:flex;align-items:center;gap:12px;background:var(--sage);padding:17px 20px;border-radius:8px;font-size:16px}
.insurance-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}.preferred-plans{margin-top:28px}.preferred-plans h3{font-size:16px;margin-bottom:12px}.preferred-plans ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:9px;margin:0 0 18px}.preferred-plans li{background:var(--sage);border-radius:5px;padding:8px 13px;font-size:16px}.preferred-plans p{font-size:14px;color:var(--muted)}.counseling-photo{margin:0;max-width:360px;justify-self:end}.counseling-photo img{width:100%;height:auto;border-radius:12px}.counseling-photo figcaption{font-size:13px;color:var(--muted);margin-top:12px}.savings-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:40px}.savings-grid article{border-top:1px solid var(--line);padding-top:25px}.savings-grid .eyebrow{margin-bottom:14px}.savings-grid h3{font:400 28px/1.3 var(--serif);margin-bottom:15px}.savings-grid p:not(.eyebrow){color:var(--muted)}.savings-grid .savings-note{font-size:14px}
.shop-section{padding-block:70px;background:var(--sage)}.shop-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:75px;align-items:center}.shop-grid>div>p:not(.eyebrow){color:var(--muted)}.greeting-offer{background:var(--cream);border-radius:12px;padding:38px}.greeting-offer h3{font:400 29px/1.3 var(--serif);margin-bottom:15px}.greeting-offer .greeting-discount{font:400 32px/1.2 var(--serif);color:var(--ink)}.greeting-discount strong{display:block;font-size:clamp(40px,4vw,59px);font-weight:400}
.bridge-intro{display:grid;grid-template-columns:1.4fr .6fr;gap:60px;align-items:center}.bridge-cost{padding:27px;background:var(--ink);color:var(--cream);border-radius:12px}.bridge-cost>strong{display:block;font:400 64px/1.1 var(--serif)}.bridge-cost>span{font-size:20px}.bridge-cost>p{font-size:14px;margin:15px 0 0;color:#e3ebdf}.bridge-details{border-block:1px solid var(--line);margin-top:24px}.bridge-details summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font-size:18px;font-weight:600;list-style:none}.bridge-details summary::-webkit-details-marker{display:none}.bridge-details[open] .expand-mark{transform:rotate(45deg)}.bridge-details-copy{max-width:850px;color:var(--muted);padding-bottom:10px}.bridge-details-copy li{margin-block:10px}.bridge-details a,.bridge-source a{text-decoration:underline;text-underline-offset:4px}.bridge-steps-heading{font:400 29px/1.3 var(--serif);margin:35px 0 23px}.bridge-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;list-style:none;padding:0;counter-reset:bridge-step}.bridge-steps li{counter-increment:bridge-step}.bridge-steps li:before{content:counter(bridge-step,decimal-leading-zero);font:400 35px/1.2 var(--serif);color:#6a7f64;display:block;margin-bottom:15px}.bridge-steps h4{font-size:17px;line-height:1.5;margin:0 0 13px}.bridge-steps p{font-size:16px;color:var(--muted)}.bridge-privacy{font-size:14px;border-left:3px solid #d0ae67;padding:13px 18px;background:#f6eedc;margin-block:25px}.bridge-source{font-size:13px;color:var(--muted);margin:20px 0 0}
@media(max-width:920px){.insurance-grid,.shop-grid{gap:35px}.bridge-steps{grid-template-columns:1fr 1fr}.bridge-intro{gap:30px}.greeting-offer{padding:26px}}
@media(max-width:640px){.people-photo{height:auto;aspect-ratio:1067/1600;max-width:370px;width:100%}.delivery-photo{height:auto;aspect-ratio:4/5;border-radius:12px}.delivery-photo img{object-position:center top}.insurance-grid,.shop-grid,.savings-grid,.bridge-intro{grid-template-columns:1fr;gap:28px}.counseling-photo{max-width:320px;justify-self:center}.shop-section{padding-block:50px}.bridge-steps{grid-template-columns:1fr;gap:10px}.bridge-cost{max-width:350px}.service-shortcuts{gap:15px 22px}}
/* Show the supplied blue logo in full, without the previous seal's zoom crop or color blending. */
.brand-seal.brand-seal-full{mix-blend-mode:normal;overflow:visible}
.brand-seal.brand-seal-full img{position:static;max-width:100%;width:100%;height:100%;object-fit:contain}
/* Comfortable reading sizes, including on phones and at enlarged text sizes. */
.service-detail summary > span:first-child { font-size: 17px; font-weight: 600; }
.website-announcement { background: var(--sage); color: var(--ink); padding: 14px 0; font-size: 16px; }
.website-announcement[hidden] { display: none; }
.website-announcement p { margin-block: 0; white-space: pre-line; overflow-wrap: anywhere; }

/* September photo round: larger complete logo and real pharmacy photography. */
.site-header .brand-seal.brand-seal-full { width: 132px; height: 132px; flex: 0 0 132px; }
.site-header .nav-inner { min-height: 154px; }
main section[id], .bio-grid { scroll-margin-top: 170px; }
.store-gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; margin-top: 42px; align-items: start; }
.store-photo { margin: 0; min-width: 0; }
.store-photo img { width: 100%; height: auto; display: block; border-radius: 10px; }
.store-photo figcaption, .owners-feature figcaption { font-size: 14px; line-height: 1.5; margin-top: 11px; color: var(--muted); }
.store-cards { grid-row: span 2; }
.store-overview { grid-column: span 2; }
.store-overview img { aspect-ratio: 2 / 1; object-fit: cover; object-position: center; }
.owners-feature { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 48px; margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--line); }
.owners-feature figure { margin: 0; min-width: 0; }
.owners-feature img { width: 100%; height: auto; border-radius: 10px; }
.owners-feature h3 { font: 400 clamp(30px, 3.4vw, 44px)/1.15 var(--serif); margin: 0 0 22px; }
.owners-feature p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
@media (max-width: 1100px) {
  .site-header .brand-seal.brand-seal-full { width: 108px; height: 108px; flex-basis: 108px; }
  .site-header .nav-inner { min-height: 128px; }
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .nav-inner .menu-toggle { display: flex; align-items: center; gap: 13px; padding: 10px; }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px 32px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 6px; max-height: 70dvh; overflow: auto; }
  .site-header nav.is-open { display: flex; }
  .site-header nav a, .site-header .nav-contact { text-align: left; padding: 10px; }
}
@media (max-width: 640px) {
  .site-header .brand-seal.brand-seal-full { width: 92px; height: 92px; flex-basis: 92px; }
  .site-header .nav-inner { min-height: 112px; gap: 8px; }
  main section[id], .bio-grid { scroll-margin-top: 125px; }
  .site-header .brand-type { font-size: 20px; }
  .store-gallery { grid-template-columns: 1fr 1fr; gap: 20px 14px; }
  .store-cards { grid-row: auto; }
  .store-overview { grid-column: auto; }
  .store-overview img { aspect-ratio: 2 / 3; object-fit: cover; }
  .owners-feature { grid-template-columns: 1fr; gap: 28px; margin-top: 38px; padding-top: 35px; }
}
@media (max-width: 380px) {
  .site-header .brand-type { font-size: 17px; }
  .site-header .brand-type small { letter-spacing: 2px; }
  .site-header .brand { gap: 6px; }
}
.service-detail summary small { font-weight: 400; }
.refill-card .eyebrow { display: block; }
.hero-description,
.section-heading > p,
.card-copy,
.people-copy > p:not(.eyebrow),
.home-care-copy > p:not(.eyebrow),
.transfer-section p:not(.eyebrow),
.visit-intro > p:not(.eyebrow),
.visit-details address,
dialog p { font-size: 1rem; }
nav, .nav-contact, .menu-toggle,
.button, .button-small, .hero-actions .button, .button-gold,
.text-link, .hero-actions .text-link, .people-copy .text-link,
.home-care-copy .text-link, .visit-details .text-link, .visit-intro .text-link,
.quick-info strong, .card-bottom, .hours dl > div,
.form-grid label, .footer-main > div, .footer-main button { font-size: .875rem; }
.card-title { font-size: 1.0625rem; }
.utility-bar, .utility-inner, .hero-note, .quick-info small,
.photo-label small, .photo-caption, .image-tab, .team-names small,
.delivery-tag, .transfer-action > span, .hours > p,
.footer-bottom, .eyebrow, .hero-copy .eyebrow, .people-copy .eyebrow,
.transfer-section .eyebrow, dialog .eyebrow { font-size: .75rem; }
.preview-notice, .field-note, .dialog-call { font-size: .8125rem !important; }
.form-grid input, .form-grid textarea, .form-grid select { font-size: 1rem; }
.form-consent { display:flex; gap:10px; align-items:flex-start; margin:20px 0; font-size:.875rem; line-height:1.6; }
.form-consent input { flex:none; width:18px; height:18px; margin-top:3px; accent-color:var(--ink); }
.form-trap { position:absolute !important; left:-10000px; width:1px; height:1px; overflow:hidden; }
.form-submit:disabled { opacity:.65; cursor:wait; }
.form-status[data-state="error"] { color:#842b20; border-left:3px solid #842b20; padding-left:12px; }
.form-status[data-state="success"] { color:var(--ink); }
.footer-main { flex-wrap: wrap; }
@media (min-width: 921px) and (max-width: 1150px) {
  nav { gap: 15px; }
  .brand-type { font-size: 21px; }
  .nav-inner { gap: 16px; }
}
@media (max-width: 640px) {
  .hero-copy .eyebrow, .eyebrow { letter-spacing: 1.3px; }
  .card-bottom { align-items: flex-start; }
  .service-card { padding: 23px 16px; }
  .card-copy { font-size: .9375rem; }
  .photo-caption { position: static; display: block; margin-top: 9px; text-align: right; }
  .photo-label { bottom: 49px; }
  .hero-visual { padding-bottom: 0; }
  .hero-actions { gap: 18px; }
  .footer-main > p { font-size: 18px; }
}
