/* Pharma Marcus Center — "Care modern, soft orchid" */

:root {
  --white: #FDFCFF;
  --orchid: #7C3AED;
  --orchid-deep: #6427CC;
  --plum: #3B2A5A;
  --plum-deep: #2E2048;
  --lavender: #F1EBFB;
  --ink: #2A2438;
  --ink-soft: #5C5374;
  --line: #E7DEF7;
  --radius: 18px;
  --radius-lg: 24px;
  --shadow-soft: 0 20px 45px -22px rgba(124, 58, 237, 0.28);
  --shadow-card: 0 14px 34px -20px rgba(59, 42, 90, 0.25);
  --font-sans: 'Albert Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --font-serif: 'Lora', Georgia, 'Times New Roman', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
}

h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-weight: 700;
  line-height: 1.18;
  color: var(--ink);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.25rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.2rem; font-weight: 600; }

p { color: var(--ink-soft); }

img { max-width: 100%; display: block; }

a { color: var(--orchid); text-decoration: none; }
a:hover { color: var(--orchid-deep); }

.container { width: min(1120px, 92%); margin-inline: auto; }

.eyebrow {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--orchid);
  font-size: 1.05rem;
  display: block;
  margin-bottom: 0.75rem;
}

.section { padding: 4.5rem 0; }
.section--lavender { background: var(--lavender); }
.section-head { max-width: 620px; margin-bottom: 2.5rem; }
.section-head p { margin-top: 0.85rem; }

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.8rem 1.7rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.btn--primary {
  background: var(--orchid);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.btn--primary:hover { background: var(--orchid-deep); color: #fff; transform: translateY(-1px); }
.btn--ghost {
  background: transparent;
  color: var(--orchid);
  border-color: var(--orchid);
}
.btn--ghost:hover { background: var(--orchid); color: #fff; }
.btn--light {
  background: var(--white);
  color: var(--plum);
}
.btn--light:hover { background: var(--lavender); color: var(--plum); }

/* Top bar */
.topbar { background: var(--plum); color: #E9E2F8; font-size: 0.85rem; }
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  gap: 1rem;
}
.topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { color: #D9C8F7; }
.topbar__loc { letter-spacing: 0.04em; }

/* Header */
.header-main { background: var(--white); position: sticky; top: 0; z-index: 60; box-shadow: 0 8px 24px -20px rgba(59, 42, 90, 0.35); }
.header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0;
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand__mark {
  width: 44px; height: 44px;
  flex: 0 0 auto;
  display: grid; place-items: center;
  background: var(--lavender);
  border-radius: 14px;
}
.brand__mark svg { width: 26px; height: 26px; }
.brand__name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.brand__name small { display: block; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orchid); }

.site-nav { display: flex; align-items: center; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
}
.nav-menu a:not(.btn) {
  font-weight: 500;
  color: var(--ink);
  font-size: 0.98rem;
  position: relative;
}
.nav-menu a:not(.btn):hover { color: var(--orchid); }
.nav-menu a[aria-current="page"] { color: var(--orchid); font-weight: 600; }
.nav-cta { margin-left: 0.5rem; padding: 0.6rem 1.35rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  width: 24px; height: 2.5px;
  background: var(--plum);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */
.hero { background: var(--lavender); padding: 4.5rem 0 5rem; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}
.hero__copy p { margin: 1.25rem 0 1.9rem; font-size: 1.12rem; max-width: 34rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__media { position: relative; }
.hero__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.hero__chip {
  position: absolute;
  left: -18px;
  bottom: 26px;
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero__chip::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--orchid);
  flex: 0 0 auto;
}

/* Page hero (inner pages) */
.page-hero { background: var(--lavender); padding: 3.5rem 0; }
.page-hero p { max-width: 40rem; margin-top: 0.9rem; }

/* Welcome / split sections */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.split__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.split__copy p + p { margin-top: 1rem; }
.split__copy .btn { margin-top: 1.6rem; }

/* Service cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  box-shadow: var(--shadow-card);
}
.service-card h3 { margin: 0.7rem 0 0.5rem; }
.service-card p { font-size: 0.97rem; }
.dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--orchid);
  display: inline-block;
}
.section--lavender .service-card { border: 1px solid var(--line); }

/* Asymmetric image pair */
.pair {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}
.pair img { border-radius: var(--radius-lg); box-shadow: var(--shadow-card); width: 100%; object-fit: cover; }
.pair img:first-child { height: 420px; }
.pair img:last-child { height: 300px; margin-top: 4.5rem; }

/* Safety cards */
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.safety-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.safety-card img { width: 100%; height: 230px; object-fit: cover; }
.safety-card__body { padding: 1.5rem 1.6rem 1.7rem; }
.safety-card__body h3 { margin-bottom: 0.45rem; }
.safety-card__body p { font-size: 0.97rem; }

/* Refill steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: step;
}
.step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-card);
}
.step__num {
  display: inline-grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 999px;
  background: var(--orchid);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}
.step h3 { margin-bottom: 0.4rem; }
.step p { font-size: 0.96rem; }

/* Quote band */
.quote-band { background: var(--plum); padding: 4.2rem 0; }
.quote-band blockquote {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.quote-band p {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.55;
  color: #F3EDFF;
}
.quote-band cite {
  display: block;
  margin-top: 1.3rem;
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
  color: #CDB9F2;
  letter-spacing: 0.06em;
}

/* Invitation / CTA strip */
.invite { text-align: center; }
.invite .section-head { margin-inline: auto; }
.invite .btn { margin-top: 0.5rem; }
.disclaimer {
  margin-top: 2.4rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 46rem;
  margin-inline: auto;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}

/* Content lists */
.check-list { list-style: none; margin-top: 1.2rem; }
.check-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.7rem;
  color: var(--ink-soft);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--orchid);
}

/* Prose (policies) */
.prose { max-width: 760px; }
.prose h2 { font-size: 1.4rem; margin: 2.2rem 0 0.7rem; }
.prose h2:first-of-type { margin-top: 0; }
.prose p { margin-bottom: 1rem; }
.prose ul { margin: 0 0 1.1rem 1.2rem; color: var(--ink-soft); }
.prose li { margin-bottom: 0.45rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: 0.95rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: 0.65rem 0.8rem; text-align: left; vertical-align: top; }
.prose th { background: var(--lavender); color: var(--ink); font-weight: 600; }
.updated-note {
  display: inline-block;
  background: var(--lavender);
  color: var(--plum);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  margin-bottom: 1.8rem;
}

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}
.info-card {
  background: var(--lavender);
  border-radius: var(--radius-lg);
  padding: 2.2rem 2rem;
}
.info-card h2 { font-size: 1.35rem; margin-bottom: 1.1rem; }
.info-card dl { display: grid; gap: 1rem; }
.info-card dt {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orchid);
  margin-bottom: 0.15rem;
}
.info-card dd { color: var(--ink); }
.info-card dd a { font-weight: 600; }

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-card);
}
.contact-form h2 { font-size: 1.35rem; margin-bottom: 0.4rem; }
.contact-form .form-note { font-size: 0.9rem; margin-bottom: 1.4rem; }
.field { margin-bottom: 1.1rem; }
.field label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
  color: var(--ink);
}
.field input, .field textarea {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--orchid);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}
.field textarea { min-height: 130px; resize: vertical; }

.map-wrap { margin-top: 2.5rem; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.map-embed { width: 100%; border: 0; min-height: 360px; display: block; }

/* Footer */
.site-footer { background: var(--plum); color: #D8CDEE; margin-top: 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}
.site-footer h4 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.site-footer p, .site-footer li { font-size: 0.95rem; color: #D8CDEE; }
.site-footer a { color: #EFE8FC; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem; }
.footer-brand .brand__mark { background: rgba(255, 255, 255, 0.12); width: 38px; height: 38px; border-radius: 12px; }
.footer-brand strong { color: #fff; font-size: 1.05rem; }
.footer-list { list-style: none; display: grid; gap: 0.5rem; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1.4rem 0 1.8rem;
  font-size: 0.82rem;
  color: #B7A8D8;
}
.footer-bottom p + p { margin-top: 0.5rem; }

/* Cookie banner */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 100;
  background: var(--plum-deep);
  color: #F0EAFB;
  box-shadow: 0 -12px 40px rgba(46, 32, 72, 0.4);
  padding: 1.1rem 0;
}
.cookie-banner__inner {
  width: min(1120px, 92%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookie-banner p { font-size: 0.92rem; color: #E4DAF6; max-width: 640px; }
.cookie-banner a { color: #CDB9F2; text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 0.7rem; }
.cookie-btn {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.cookie-btn--accept { background: var(--orchid); color: #fff; }
.cookie-btn--accept:hover { background: var(--orchid-deep); }
.cookie-btn--decline { background: transparent; color: #E4DAF6; border-color: rgba(228, 218, 246, 0.5); }
.cookie-btn--decline:hover { border-color: #fff; color: #fff; }

/* Responsive */
@media (max-width: 960px) {
  .hero__grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__media img { height: 340px; }
  .hero__chip { left: 12px; }
  .services-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: 1fr; }
  .pair { grid-template-columns: 1fr; }
  .pair img:first-child, .pair img:last-child { height: 300px; margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: relative; }
  .nav-menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem;
    min-width: 230px;
    z-index: 70;
  }
  .nav-menu.open { display: flex; }
  .nav-menu li { padding: 0.15rem 0; }
  .nav-menu a:not(.btn) { display: block; padding: 0.55rem 0.9rem; border-radius: 10px; }
  .nav-menu a:not(.btn):hover { background: var(--lavender); }
  .nav-cta { margin: 0.5rem 0.9rem 0.4rem; text-align: center; }
}

@media (max-width: 600px) {
  .section { padding: 3.2rem 0; }
  .services-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 3rem 0 3.5rem; }
  .hero__media img { height: 280px; }
  .topbar__inner { justify-content: center; flex-wrap: wrap; gap: 0.35rem 1.25rem; }
  .cookie-banner__inner { flex-direction: column; align-items: flex-start; }
}
