:root {
  --navy: #174e68;
  --navy-deep: #103e54;
  --teal: #16aaa7;
  --teal-dark: #087f82;
  --mint: #e3f8f4;
  --orange: #f4aa32;
  --ink: #17313d;
  --muted: #5d727b;
  --line: #d9e4e6;
  --soft: #f6fbfb;
  --white: #fff;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: white; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--navy); text-decoration: none; }
.brand img { width: 96px; height: 82px; object-fit: contain; object-position: center; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 1.6rem; letter-spacing: -.03em; }
.brand small { margin-top: 6px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.navigation { display: flex; align-items: center; gap: 32px; }
.navigation > a:not(.header-call) { color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 700; }
.navigation > a:not(.header-call):hover { color: var(--teal-dark); }
.header-call { min-width: 178px; padding-left: 26px; border-left: 1px solid var(--line); color: var(--navy); text-decoration: none; font-weight: 800; line-height: 1.25; }
.header-call span { display: block; margin-bottom: 3px; color: var(--teal-dark); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px; background: var(--navy); }

.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: #f2fbfa; }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.92) 43%, rgba(255,255,255,.36) 74%, rgba(255,255,255,.08) 100%), url("assets/images/pharmacy-banner.jpg"); background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 1; padding-block: 88px 112px; color: var(--navy); }
.eyebrow { margin: 0 0 20px; font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light, .hero .eyebrow { color: var(--teal-dark); }
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 { max-width: 820px; margin: 0 0 24px; color: var(--navy); font-size: clamp(3.5rem, 6.2vw, 5.8rem); font-weight: 780; letter-spacing: -.055em; line-height: .96; }
.hero h1 em { color: var(--teal); font-style: normal; font-weight: 520; }
.hero-content > p:not(.eyebrow) { max-width: 690px; margin: 0 0 34px; color: #3c6372; font-size: 1.28rem; font-weight: 600; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 800; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-dark); }
.button-ghost { border-color: var(--navy); color: var(--navy); background: rgba(255,255,255,.68); }
.button-ghost:hover { background: var(--navy); color: white; }

.quick-info { position: relative; z-index: 3; margin-top: -42px; }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); background: white; box-shadow: 0 18px 50px rgba(5,35,51,.14); }
.quick-item { min-height: 145px; padding: 28px 32px; border-right: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.quick-item:last-child { border-right: 0; }
a.quick-item:hover { background: var(--mint); }
.quick-label { display: block; margin-bottom: 14px; color: var(--teal-dark); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.quick-item strong, .quick-item small { display: block; }
.quick-item strong { color: var(--navy); font-size: 1.08rem; }
.quick-item small { margin-top: 4px; color: var(--muted); font-size: .84rem; }

.section { padding: 112px 0; }
.experience { background: linear-gradient(180deg, white 0%, #f7fcfc 100%); }
.experience-card { max-width: 980px; margin-inline: auto; padding: 58px 70px; border-top: 6px solid var(--teal); background: white; text-align: center; box-shadow: 0 18px 55px rgba(23,78,104,.1); }
.experience-card h2 { margin: 0 0 22px; color: var(--teal-dark); font-size: clamp(2.35rem, 4vw, 3.75rem); letter-spacing: -.045em; line-height: 1.08; }
.experience-card > p:not(.eyebrow) { max-width: 780px; margin: 0 auto 24px; color: #506f7c; font-size: 1.15rem; }
.experience-card strong { color: var(--navy); }
.experience-card strong a { color: var(--teal-dark); text-underline-offset: 4px; }
.experience-privacy { max-width: 980px; margin: 28px auto 0; }
.intro-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; margin-bottom: 58px; }
.intro-heading .eyebrow { grid-column: 1 / -1; }
.intro-heading h2, .resources-heading h2, .contact-intro h2, .about-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.45rem, 4.1vw, 4.15rem); letter-spacing: -.05em; line-height: 1.08; }
.intro-heading > p:last-child, .resources-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.08rem; }
.care-grid { border-top: 1px solid var(--line); }
.care-card { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 33px 6px; border-bottom: 1px solid var(--line); }
.care-number { color: var(--teal); font-size: .82rem; font-weight: 900; letter-spacing: .14em; }
.care-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.35rem; }
.care-card p { max-width: 740px; margin: 0; color: var(--muted); }

.support-band { padding: 78px 0 30px; background: var(--teal-dark); color: white; }
.support-inner { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 50px; }
.support-badge { width: 136px; height: 136px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.support-badge span { font-size: 3.2rem; font-weight: 750; letter-spacing: -.06em; }
.support-badge small { padding-top: 25px; font-size: 1rem; }
.support-copy h2 { max-width: 670px; margin: 0 0 10px; color: white; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.04em; line-height: 1.12; }
.support-copy p:last-child { margin: 0; color: #c9efeb; }
.support-phone { min-width: 220px; color: white; font-size: 1.45rem; font-weight: 800; text-decoration: none; text-align: right; }
.support-phone small { display: block; color: #c9efeb; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.emergency-note { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); color: #ffe2e2; font-size: .82rem; text-align: right; }

.contact { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-rule { width: 42px; height: 3px; margin: 38px 0 25px; background: var(--orange); }
.contact-intro h3 { margin: 0 0 7px; color: var(--navy); font-size: 1rem; }
.contact-intro address { margin-bottom: 13px; color: var(--muted); font-style: normal; }
.contact-intro > a { color: var(--teal-dark); font-weight: 850; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; padding: 42px; background: white; border-top: 5px solid var(--teal); box-shadow: 0 16px 45px rgba(5,35,51,.08); }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .86rem; font-weight: 750; }
.field label span { color: var(--teal-dark); }
.field input, .field textarea { width: 100%; border: 1px solid #b9c8cd; border-radius: 3px; padding: 12px 13px; background: #fbfdfd; color: var(--ink); }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(7,155,154,.16); border-color: var(--teal); background: white; }
.two-column { grid-column: span 1; }
.full-column { grid-column: 1 / -1; }
.field-honeypot { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { grid-column: 1 / -1; min-height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border: 0; border-radius: 3px; background: var(--navy); color: white; font-weight: 800; cursor: pointer; }
.form-submit:hover { background: var(--teal-dark); }
.form-status { grid-column: 1 / -1; min-height: 1.5em; margin: -8px 0 0; color: var(--teal-dark); font-size: .84rem; font-weight: 700; }

.resources { background: var(--soft); }
.resources-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.resources-heading .eyebrow { grid-column: 1 / -1; }
.privacy-card { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 28px; padding: 30px; border: 1px solid var(--line); background: white; color: var(--ink); box-shadow: 0 12px 34px rgba(23,78,104,.07); }
.privacy-mark { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-size: 1.7rem; font-weight: 850; }
.privacy-card > div:nth-child(2) span { color: var(--teal-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.privacy-card h3 { margin: 6px 0 0; font-size: 1.3rem; }
.privacy-links { display: flex; gap: 10px; }
.privacy-links a { min-width: 118px; padding: 12px 15px; border: 1px solid var(--teal); color: var(--navy); text-decoration: none; font-weight: 800; }
.privacy-links a:hover { background: var(--teal); color: white; }
.privacy-links span { display: block; color: var(--teal-dark); font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }
.disposal-title { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin: 68px 0 22px; }
.disposal-title span { color: var(--navy); font-size: 1.35rem; font-weight: 800; }
.disposal-title p { max-width: 530px; margin: 0; color: var(--muted); }
.disposal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.disposal-card { min-height: 230px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 22px; padding: 26px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: border-color .2s, transform .2s, box-shadow .2s; }
.disposal-card:hover { transform: translateY(-4px); border-color: var(--teal); box-shadow: 0 14px 35px rgba(5,35,51,.08); }
.disposal-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal-dark); font-weight: 900; }
.disposal-card div { grid-column: 1 / -1; }
.disposal-card h3 { margin: 0 0 6px; color: var(--navy); font-size: 1.12rem; }
.disposal-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.arrow { grid-column: 2; grid-row: 1; color: var(--teal-dark); font-size: 1.25rem; }

.about { background: var(--mint); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.about-logo { display: grid; place-items: center; min-height: 390px; background: white; }
.about-logo img { width: min(330px, 82%); }
.about-copy > p:not(.eyebrow) { color: #4c686f; font-size: 1.08rem; }
.about-copy strong { display: block; margin-top: 30px; padding-top: 25px; border-top: 1px solid #aed8d3; color: var(--navy); font-size: 1.15rem; }

.site-footer { padding: 68px 0 24px; background: var(--navy); color: #d7e8ed; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1.4fr .8fr .8fr; gap: 48px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font-size: 1.25rem; }
.footer-brand span { color: #63d6d1; font-size: .7rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.footer-main > div > span:first-child:not(.footer-brand span) { display: block; margin-bottom: 10px; color: #63d6d1; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-main address, .footer-main p { margin: 0; font-style: normal; }
.footer-main a { display: block; color: white; font-weight: 750; text-decoration: none; }
.footer-main small { color: #a9bec6; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.footer-bottom a { color: inherit; text-decoration: none; }

@media (max-width: 950px) {
  .hero { min-height: 590px; }
  .hero-image { background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 62%, rgba(255,255,255,.34) 100%), url("assets/images/pharmacy-banner.jpg"); }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .intro-heading, .resources-heading, .contact-grid, .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-intro { max-width: 680px; }
  .support-inner { grid-template-columns: 110px 1fr; gap: 28px; }
  .support-badge { width: 100px; height: 100px; }
  .support-badge span { font-size: 2.4rem; }
  .support-phone { grid-column: 2; text-align: left; }
  .privacy-card { grid-template-columns: 70px 1fr; }
  .privacy-links { grid-column: 2; }
  .disposal-grid { grid-template-columns: 1fr; }
  .disposal-card { min-height: 160px; }
  .about-logo { max-width: 520px; min-height: 340px; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .header-inner { min-height: 92px; }
  .brand img { width: 68px; height: 62px; }
  .brand strong { font-size: 1.15rem; }
  .menu-toggle { display: block; }
  .navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(5,35,51,.12); }
  .navigation.open { display: flex; }
  .navigation > a:not(.header-call) { padding: 12px; }
  .header-call { margin-top: 8px; padding: 14px 12px; border: 0; background: var(--mint); }
  .hero { min-height: 590px; }
  .hero-image { background-image: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.78)), url("assets/images/pharmacy-banner.jpg"); background-position: 65% center; }
  .hero-content { padding-block: 75px 105px; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .hero-content > p:not(.eyebrow) { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .quick-info { margin-top: -28px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item, .quick-item:last-child { grid-column: auto; min-height: 124px; border: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .experience-card { padding: 38px 20px; }
  .care-card { grid-template-columns: 50px 1fr; gap: 15px; }
  .support-band { padding-top: 65px; }
  .support-inner { grid-template-columns: 1fr; }
  .support-badge { width: 92px; height: 92px; }
  .support-phone { grid-column: auto; }
  .emergency-note { text-align: left; }
  .contact-form { grid-template-columns: 1fr; padding: 25px 20px; }
  .two-column, .full-column, .form-submit, .form-status { grid-column: 1; }
  .privacy-card { grid-template-columns: 1fr; padding: 24px; }
  .privacy-links { grid-column: 1; flex-direction: column; }
  .disposal-title { align-items: flex-start; flex-direction: column; gap: 8px; }
  .about-logo { min-height: 280px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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