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

/* ---------- Breadcrumb ---------- */
.crumbs { display: flex; gap: 9px; align-items: center; font-size: 13px; color: var(--muted); padding-top: 30px; }
.crumbs a { color: var(--navy); transition: color .15s ease; }
.crumbs a:hover { color: var(--green-700); }
.crumbs .sep { opacity: 0.5; }

/* ===========================================================
   HERO — photo-forward split on paper
   =========================================================== */
.khero { background: var(--white); position: relative; overflow: hidden; }
.khero::before { content:''; position: absolute; inset: 0; background: radial-gradient(120% 90% at 12% -10%, var(--paper) 0%, rgba(246,242,233,0) 55%); pointer-events: none; }
.khero .wrap { position: relative; z-index: 1; }
.khero-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: 68px; align-items: center; padding: 14px 0 84px; }
.khero h1 { margin: 22px 0 0; }
.khero .subhead { font-family: var(--sans); font-size: clamp(18px, 1.5vw, 21px); font-weight: 500; color: var(--navy); margin: 18px 0 0; letter-spacing: -0.2px; }
.khero .lede { margin: 18px 0 0; max-width: 520px; }
.khero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.khero .trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.khero .trust span { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--muted); font-weight: 500; }
.khero .trust span::before { content:''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex: none; }

.khero-media { position: relative; }
.khero-frame { position: relative; border-radius: 24px 24px 220px 220px; overflow: hidden; box-shadow: var(--shadow-soft); background: var(--paper-2); }
.khero-frame::after { content:''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(8,35,64,0.06); }
.khero-frame img { width: 100%; aspect-ratio: 4/4.4; object-fit: cover; object-position: 50% 50%; }
.khero-chip { position: absolute; right: -22px; top: 44px; background: rgba(255,255,255,0.96); backdrop-filter: blur(6px); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow-card); border: 1px solid var(--line); max-width: 210px; }
.khero-chip .k { font-size: 10.5px; letter-spacing: 0.8px; text-transform: uppercase; color: var(--green-700); font-weight: 700; }
.khero-chip .v { font-size: 14px; color: var(--navy); font-weight: 500; line-height: 1.35; margin-top: 5px; }

/* ===========================================================
   COLLECTION — featured + two supporting (photo-free, editorial)
   Each kit differentiated by a colour accent (--accent).
   =========================================================== */
.collect-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.kit-grid { display: grid; grid-template-columns: 1.22fr 1fr; gap: 22px; }

.kit-card { --accent: var(--green); --accent-soft: rgba(15,160,78,0.08); position: relative; display: flex; flex-direction: column; text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: border-color .15s ease, box-shadow .2s ease, transform .12s ease; }
.kit-card::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent); }
.kit-card:hover { border-color: color-mix(in oklab, var(--accent) 55%, var(--line)); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.kit-card.acc-navy { --accent: var(--navy); --accent-soft: rgba(10,53,94,0.06); }
.kit-card.acc-clay { --accent: #b9633a; --accent-soft: rgba(185,99,58,0.09); }

.kit-eyebrow { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.kit-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.kit-chip { font-size: 12px; padding: 5px 11px; background: var(--accent-soft); color: var(--navy); border: 1px solid color-mix(in oklab, var(--accent) 22%, var(--line)); border-radius: 999px; font-weight: 500; }
.kit-price { font-family: var(--serif); font-weight: 500; font-size: 30px; color: var(--navy); letter-spacing: -0.01em; line-height: 1; }
.kit-price small { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 5px; }

/* Featured (Travel) */
.kit-feature { background: linear-gradient(180deg, var(--accent-soft) 0%, rgba(255,255,255,0) 42%), #fff; }
.kit-feature .kit-body { padding: 38px 38px 36px; display: flex; flex-direction: column; flex: 1; }
.kit-feature .kit-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.kit-flag { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; padding: 6px 13px; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 6px 16px -8px rgba(15,160,78,0.8); }
.kit-feature h3 { font-family: var(--serif); font-weight: 460; font-size: clamp(30px, 3.2vw, 40px); color: var(--navy); margin: 18px 0 0; letter-spacing: -0.02em; line-height: 1.02; }
.kit-feature .blurb { font-size: 16.5px; color: var(--muted); line-height: 1.55; margin: 14px 0 0; max-width: 540px; }
.kit-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin: 26px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kit-pillar { display: flex; gap: 11px; align-items: center; font-size: 14.5px; color: var(--navy); font-weight: 500; }
.kit-pillar svg { flex: none; width: 19px; height: 19px; }
.kit-buy { display: flex; align-items: center; gap: 22px; margin-top: auto; flex-wrap: wrap; }

/* Side cards (Medical, First Aid) */
.kit-side { display: flex; flex-direction: column; gap: 22px; }
.kit-sm { flex: 1; }
.kit-sm .kit-body { padding: 28px 28px 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.kit-sm h3 { font-family: var(--serif); font-weight: 480; font-size: 25px; color: var(--navy); margin: 0; letter-spacing: -0.01em; line-height: 1.1; }
.kit-sm .blurb { font-size: 14.5px; color: var(--muted); line-height: 1.5; margin: 0; }
.kit-sm .kit-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.kit-sm .kit-price { font-size: 23px; }
.kit-sm .go { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-size: 16px; font-weight: 700; transition: transform .2s ease; }
.kit-card:hover .go { transform: translateX(3px); }

/* ===========================================================
   WHAT'S IN EVERY KIT — navy band with photo
   =========================================================== */
.inside { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; position: relative; overflow: hidden; }
.inside::before { content:''; position: absolute; right: -150px; top: -150px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(15,160,78,0.2) 0%, transparent 66%); }
.inside .wrap { position: relative; z-index: 1; }
.inside-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 60px; align-items: center; }
.inside .overline { color: #7fe0a6; }
.inside .overline::before { background: var(--green); }
.inside h2 { color: #fff; margin-top: 16px; }
.inside .lede { color: rgba(255,255,255,0.8); margin-top: 16px; max-width: 460px; }
.inside-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.inside-photo img { width: 100%; aspect-ratio: 5/4; object-fit: cover; display: block; }
.inside-list { 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; margin-top: 28px; }
.inside-item { background: rgba(255,255,255,0.03); padding: 24px 24px; }
.inside-item .ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(15,160,78,0.18); display: grid; place-items: center; margin-bottom: 13px; }
.inside-item .ico svg { width: 20px; height: 20px; }
.inside-item h4 { font-size: 16px; color: #fff; margin: 0 0 5px; font-weight: 650; }
.inside-item p { font-size: 13.5px; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.5; }

/* ===========================================================
   OFFER band
   =========================================================== */
.offer { background: var(--paper); }
.offer .wrap { max-width: 720px; text-align: center; }
.offer .overline { justify-content: center; }
.offer h2 { margin-top: 14px; }
.offer > .wrap > p { font-size: 18px; color: var(--muted); line-height: 1.6; margin: 18px auto 0; max-width: 580px; text-wrap: pretty; }
.offer-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.offer-promise { font-size: 14px; color: var(--muted); margin: 26px auto 0; max-width: 560px; line-height: 1.55; padding-top: 22px; border-top: 1px solid var(--line); }
.offer-promise strong { color: var(--navy); font-weight: 650; }

/* ===========================================================
   QUOTE
   =========================================================== */
.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; }

/* ===========================================================
   DISCLAIMER
   =========================================================== */
.kit-disclaimer { background: var(--paper); border-top: 1px solid var(--line); padding: 32px var(--gutter); }
.kit-disclaimer .inner { max-width: 900px; margin: 0 auto; font-size: 13px; color: var(--muted); text-align: center; line-height: 1.6; }
.kit-disclaimer strong { color: var(--navy); font-weight: 650; }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 1080px) {
  .khero-grid { grid-template-columns: 1fr; gap: 48px; }
  .khero-media { max-width: 460px; }
  .khero-frame img { aspect-ratio: 5/4; }
  .inside-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 900px) {
  .kit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .kit-pillars { grid-template-columns: 1fr; }
  .inside-list { grid-template-columns: 1fr; }
  .khero-chip { right: 6px; top: 10px; }
}
