/* ===========================================================
   D&D Pharmacy — Surgery Care page
   Editorial restyle. Inherits tokens + base from site.css.
   =========================================================== */

/* ---------- Breadcrumb ---------- */
.crumbs { display: flex; gap: 9px; align-items: center; font-size: 13px; color: rgba(255,255,255,0.6); }
.crumbs a { color: rgba(255,255,255,0.78); transition: color .15s ease; }
.crumbs a:hover { color: #fff; }
.crumbs .sep { opacity: 0.5; }

/* ===========================================================
   HERO — navy, photo-forward
   =========================================================== */
.shero { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; position: relative; overflow: hidden; }
.shero::before { content:''; position: absolute; right: -160px; top: -160px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(15,160,78,0.22) 0%, transparent 66%); pointer-events: none; }
.shero .wrap { position: relative; z-index: 1; }
.shero .crumbs { padding-top: 30px; }
.shero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; padding: 26px 0 88px; }
.shero .overline { color: #7fe0a6; }
.shero .overline::before { background: var(--green); }
.shero h1 { font-family: var(--serif); font-weight: 420; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.0; letter-spacing: -0.025em; color: #fff; margin: 20px 0 0; text-wrap: balance; }
.shero h1 em { font-style: italic; color: #7fe0a6; font-weight: 420; }
.shero .subhead { font-size: clamp(19px, 1.7vw, 23px); color: #fff; font-weight: 500; margin: 20px 0 0; letter-spacing: -0.2px; }
.shero .lede { color: rgba(255,255,255,0.82); margin: 18px 0 0; max-width: 540px; }
.shero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.shero .trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.16); }
.shero .trust span { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: rgba(255,255,255,0.8); font-weight: 500; }
.shero .trust span::before { content:''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex: none; }

.shero-media { position: relative; }
.shero-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.shero-frame img { width: 100%; aspect-ratio: 4/3.1; object-fit: cover; display: block; }
.shero-card { position: absolute; left: -22px; bottom: -22px; right: 36px; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow-card); border: 1px solid rgba(255,255,255,0.5); }
.shero-card .hc-eyebrow { font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--green-700); font-weight: 700; margin-bottom: 12px; }
.shero-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.shero-card ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink); line-height: 1.4; }
.shero-card ul li svg { flex: none; width: 17px; height: 17px; margin-top: 1px; }

/* ===========================================================
   PATHWAY — 3 phases
   =========================================================== */
.phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.phase { padding: 38px 34px 40px; border-right: 1px solid var(--line); position: relative; }
.phase:last-child { border-right: none; }
.phase .pn { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--green-700); margin-bottom: 18px; }
.phase .pn b { font-family: var(--serif); font-weight: 500; font-size: 26px; color: var(--green-700); line-height: 1; letter-spacing: 0; }
.phase h3 { font-family: var(--serif); font-weight: 460; font-size: 26px; color: var(--navy); margin: 0 0 12px; letter-spacing: -0.01em; }
.phase .psub { font-size: 14.5px; color: var(--muted); margin: 0 0 18px; line-height: 1.55; }
.phase ul { list-style: none; padding: 0; margin: 0; }
.phase ul li { padding: 11px 0 11px 22px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink); position: relative; line-height: 1.45; }
.phase ul li::before { content:''; position: absolute; left: 2px; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

/* ===========================================================
   MEDICATION CATEGORIES
   =========================================================== */
.medcat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.medcat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px 30px; display: flex; flex-direction: column; gap: 13px; transition: border-color .15s ease, transform .12s ease, box-shadow .2s ease; }
.medcat:hover { border-color: rgba(15,160,78,0.45); transform: translateY(-2px); box-shadow: var(--shadow-card); }
.medcat .label { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--green-700); font-weight: 700; }
.medcat h3 { font-family: var(--serif); font-weight: 480; font-size: 23px; color: var(--navy); margin: 0; letter-spacing: -0.01em; }
.medcat p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.55; flex: 1; }
.medcat .examples { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
.medcat .ex-chip { font-size: 12.5px; padding: 5px 12px; background: var(--paper); color: var(--navy); border: 1px solid var(--line); border-radius: 999px; font-weight: 500; }

.disclaimer { margin-top: 30px; display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--green); border-radius: 12px; padding: 20px 24px; max-width: 940px; }
.disclaimer svg { flex: none; width: 22px; height: 22px; margin-top: 1px; }
.disclaimer p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.6; }
.disclaimer strong { color: var(--navy); font-weight: 700; }

/* ===========================================================
   PROCEDURE CARDS
   =========================================================== */
.proc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.proc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 30px 28px; display: flex; flex-direction: column; transition: border-color .15s ease, box-shadow .2s ease, transform .12s ease; }
.proc-card:hover { border-color: rgba(15,160,78,0.45); box-shadow: var(--shadow-card); transform: translateY(-2px); }
.proc-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.proc-badge { width: 50px; height: 50px; border-radius: 13px; background: var(--navy); color: #fff; display: grid; place-items: center; flex: none; font-family: var(--serif); font-size: 24px; font-style: italic; font-weight: 500; }
.proc-region { font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--green-700); font-weight: 700; }
.proc-card h3 { font-family: var(--serif); font-weight: 480; font-size: 22px; color: var(--navy); margin: 3px 0 0; letter-spacing: -0.01em; }
.proc-row { padding: 14px 0; border-top: 1px solid var(--line); }
.proc-row .prl { font-size: 11px; letter-spacing: 0.8px; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 8px; }
.proc-row .chips { display: flex; flex-wrap: wrap; gap: 6px; }
.proc-row .chip { font-size: 12.5px; padding: 4px 11px; background: rgba(15,160,78,0.1); color: var(--green-700); border-radius: 999px; font-weight: 500; }
.proc-prep { font-size: 13.5px; color: var(--ink); line-height: 1.5; margin: 0; }
.proc-deliver { font-size: 13px; color: var(--muted); display: flex; align-items: baseline; gap: 6px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.proc-deliver strong { color: var(--green-700); font-weight: 600; }
.proc-card.helper { background: var(--paper); justify-content: center; align-items: flex-start; border-style: dashed; }
.proc-card.helper h3 { font-size: 24px; margin: 8px 0 12px; }
.proc-card.helper p { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0 0 22px; }

/* ===========================================================
   REFERENCE TABLE
   =========================================================== */
.cmp-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.cmp-table thead th { text-align: left; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: #fff; background: var(--navy); padding: 18px 28px; font-weight: 600; }
.cmp-table tbody td { padding: 20px 28px; border-top: 1px solid var(--line); vertical-align: top; }
.cmp-table tbody tr:nth-child(even) { background: var(--paper); }
.cmp-table .need { font-size: 17px; font-family: var(--serif); font-weight: 460; color: var(--navy); width: 36%; }
.cmp-table .need small { display: block; font-family: var(--sans); font-size: 13px; color: var(--muted); font-weight: 400; margin-top: 4px; }
.cmp-table .cats { display: flex; flex-wrap: wrap; gap: 7px; }
.cmp-table .cat-chip { font-size: 13px; padding: 5px 12px; background: var(--paper-2); color: var(--navy); border: 1px solid var(--line); border-radius: 999px; font-weight: 500; }
.cmp-table tbody tr:nth-child(even) .cat-chip { background: #fff; }

/* ===========================================================
   KITS / TIMELINE feature rows
   =========================================================== */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-row + .feature-row { margin-top: 80px; }
.feature-row.reverse .fr-media { order: 2; }
.feature-row.reverse .fr-copy { order: 1; }
.feature-row h3 { font-family: var(--serif); font-weight: 460; font-size: clamp(28px, 3vw, 38px); color: var(--navy); margin: 14px 0 0; letter-spacing: -0.02em; line-height: 1.08; text-wrap: balance; }
.feature-row p { font-size: 16.5px; color: var(--muted); margin: 16px 0 0; line-height: 1.6; max-width: 480px; }
.feature-row .fr-cta { margin-top: 26px; }
.fr-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: var(--paper-2); }
.fr-photo img { width: 100%; aspect-ratio: 5/4; object-fit: cover; display: block; }
.tl { display: grid; gap: 10px; }
.tl-item { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; padding: 16px 20px; }
.tl-item .tl-when { font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--green-700); font-weight: 700; }
.tl-item .tl-what { font-size: 14.5px; color: var(--navy); font-weight: 500; margin-top: 3px; }

/* ===========================================================
   DELIVERY / neighborhoods
   =========================================================== */
.hood-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.hood { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--navy); font-weight: 500; background: #fff; border: 1px solid var(--line); padding: 10px 17px; border-radius: 999px; }
.hood::before { content:''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.delivery-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.delivery-note svg { flex: none; width: 22px; height: 22px; margin-top: 2px; }
.delivery-note p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }

/* ===========================================================
   SURGEONS B2B band
   =========================================================== */
.surgeons { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; position: relative; overflow: hidden; }
.surgeons::before { content:''; position: absolute; left: -140px; bottom: -140px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(15,160,78,0.18) 0%, transparent 68%); }
.surgeons .wrap { position: relative; z-index: 1; }
.surgeons .s-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: start; }
.surgeons .overline { color: #7fe0a6; }
.surgeons .overline::before { background: var(--green); }
.surgeons h2 { color: #fff; }
.surgeons .s-lede { font-size: 17px; color: rgba(255,255,255,0.82); margin: 18px 0 26px; line-height: 1.6; }
.s-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); overflow: hidden; }
.s-feat { background: rgba(255,255,255,0.03); padding: 26px 24px; }
.s-feat .sf-ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(15,160,78,0.18); display: grid; place-items: center; margin-bottom: 14px; }
.s-feat .sf-ico svg { width: 20px; height: 20px; }
.s-feat h4 { font-size: 16px; color: #fff; margin: 0 0 6px; font-weight: 650; }
.s-feat p { font-size: 13.5px; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.55; }

/* ===========================================================
   QUOTE
   =========================================================== */
.quote-sec { background: var(--paper); }
.quote-sec .wrap { max-width: 940px; text-align: center; }
.quote-sec .open { font-family: var(--serif); font-size: 90px; line-height: 0.6; color: var(--green); height: 46px; }
.quote-sec blockquote { font-family: var(--serif); font-weight: 420; font-size: clamp(24px, 3vw, 34px); line-height: 1.32; color: var(--navy); margin: 0 auto; max-width: 820px; letter-spacing: -0.01em; text-wrap: pretty; }
.quote-sec .attr { margin-top: 26px; font-size: 15px; font-weight: 700; color: var(--ink); }
.quote-sec .attr small { display: block; font-weight: 400; color: var(--muted); margin-top: 3px; font-size: 13.5px; }

/* ===========================================================
   FAQ
   =========================================================== */
.faq-sec { max-width: 900px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--serif); font-size: 21px; font-weight: 460; color: var(--navy); letter-spacing: -0.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 26px; color: var(--muted); font-weight: 300; transition: transform .2s ease; flex: none; line-height: 1; }
.faq-item[open] summary::after { content: '–'; color: var(--green-700); }
.faq-item .answer { padding: 0 0 26px; font-size: 15.5px; color: var(--muted); max-width: 780px; line-height: 1.65; }
.faq-item .answer strong { color: var(--navy); font-weight: 600; }

/* ===========================================================
   CTA band (navy, split)
   =========================================================== */
.cta-band { background: var(--navy); color: #fff; }
.cta-band .wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.cta-band h3 { font-family: var(--serif); font-weight: 460; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 16px; text-wrap: balance; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,0.8); margin: 0; max-width: 520px; line-height: 1.55; }
.cta-band .actions { display: flex; flex-direction: column; gap: 12px; }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 1080px) {
  .shero-grid { grid-template-columns: 1fr; gap: 52px; }
  .shero-media { max-width: 540px; }
  .surgeons .s-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 900px) {
  .shero-grid { padding-bottom: 64px; }
  .phases { grid-template-columns: 1fr; }
  .phase { border-right: none; border-bottom: 1px solid var(--line); }
  .phase:last-child { border-bottom: none; }
  .medcat-grid { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.reverse .fr-media { order: 0; }
  .feature-row.reverse .fr-copy { order: 0; }
  .feature-row + .feature-row { margin-top: 56px; }
  .s-features { grid-template-columns: 1fr; }
  .cta-band .wrap { grid-template-columns: 1fr; gap: 28px; }
  .shero-card { position: static; margin-top: 18px; right: auto; }
}
@media (max-width: 560px) {
  .proc-grid { grid-template-columns: 1fr; }
  .cmp-table, .cmp-table thead, .cmp-table tbody, .cmp-table tr, .cmp-table td { display: block; width: 100%; }
  .cmp-table thead { display: none; }
  .cmp-table tbody tr { border-top: 1px solid var(--line); }
  .cmp-table tbody tr:first-child { border-top: none; }
  .cmp-table tbody td { border-top: none; padding: 8px 18px; }
  .cmp-table tbody td:first-child { padding-top: 18px; }
  .cmp-table tbody td:last-child { padding-bottom: 18px; }
  .cmp-table .need { width: 100%; }
}
