/* ==========================================================================
   MV Para Pharmaceuticals Products Trading DWC-LLC
   Global stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand palette — derived from the MV PARAPHARMA logo
     navy #2c336a · green #1eaa54 */
  --brand-950: #14172f;
  --brand-900: #1d2149;
  --brand-800: #2c336a;
  --brand-700: #3a4285;
  --brand-600: #4b54a0;
  --brand-500: #6169b8;
  --brand-100: #dbddf0;
  --brand-50:  #eff0f9;

  --accent-700: #157f3e;
  --accent-600: #1a9549;
  --accent-500: #1eaa54;
  --accent-100: #cfeedb;
  --accent-50:  #eaf8ef;

  /* Neutrals */
  --ink-900: #101820;
  --ink-700: #2c3a45;
  --ink-500: #566773;
  --ink-400: #7b8a95;
  --ink-200: #d9e0e5;
  --ink-100: #eaeef1;
  --ink-50:  #f5f8fa;
  --white:   #ffffff;

  /* Typography */
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;

  /* Layout */
  --wrap: 1160px;
  --wrap-narrow: 780px;
  --gutter: 24px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(20, 23, 47, .07), 0 1px 3px rgba(20, 23, 47, .06);
  --shadow:    0 4px 14px rgba(20, 23, 47, .08), 0 2px 6px rgba(20, 23, 47, .05);
  --shadow-lg: 0 18px 48px rgba(20, 23, 47, .13), 0 4px 12px rgba(20, 23, 47, .07);

  /* Motion */
  --ease: cubic-bezier(.2, .7, .3, 1);
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-700);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { display: block; max-width: 100%; height: auto; }

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  color: var(--brand-900);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.015em;
}

h1 { font-size: clamp(2.1rem, 1.35rem + 3.1vw, 3.5rem); }
h2 { font-size: clamp(1.65rem, 1.2rem + 1.9vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.02rem + .5vw, 1.35rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--brand-600); text-decoration: none; transition: color .18s var(--ease); }
a:hover { color: var(--accent-600); }

ul, ol { margin: 0 0 1.15em; padding-left: 1.25em; }
li { margin-bottom: .45em; }

strong { color: var(--brand-900); font-weight: 600; }

hr {
  border: 0;
  border-top: 1px solid var(--ink-200);
  margin: 48px 0;
}

:focus-visible {
  outline: 3px solid var(--accent-500);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--accent-100); color: var(--brand-900); }

/* --------------------------------------------------------------------------
   3. Layout helpers
   -------------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding: clamp(56px, 4vw + 32px, 104px) 0; }
.section--tight { padding: clamp(40px, 3vw + 24px, 72px) 0; }
.section--sand { background: var(--ink-50); }
.section--brand { background: var(--brand-900); color: rgba(255, 255, 255, .82); }
.section--brand h2,
.section--brand h3 { color: var(--white); }
/* `strong` defaults to dark ink — unreadable on the dark sections. */
.section--brand strong,
.hero strong,
.page-hero strong,
.cta-band strong,
.site-footer strong { color: var(--white); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--brand-900);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; color: var(--white); }

/* Section heading block */
.section-head { max-width: 660px; margin-bottom: 44px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-500); font-size: 1.05rem; margin-bottom: 0; }

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent-600);
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--accent-500);
}
.section-head--center .eyebrow::before { display: none; }
.section--brand .eyebrow { color: var(--accent-500); }

.lede {
  font-size: 1.14rem;
  line-height: 1.68;
  color: var(--ink-500);
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  transition: background-color .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), transform .2s var(--ease),
              box-shadow .2s var(--ease);
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--brand-700);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover { background: var(--brand-800); color: var(--white); box-shadow: var(--shadow); }

.btn--accent { background: var(--accent-600); color: var(--white); }
.btn--accent:hover { background: var(--accent-700); color: var(--white); }

.btn--ghost {
  background: transparent;
  color: var(--brand-800);
  border-color: var(--ink-200);
}
.btn--ghost:hover { background: var(--white); border-color: var(--brand-500); color: var(--brand-700); }

.btn--light { background: var(--white); color: var(--brand-800); }
.btn--light:hover { background: var(--brand-50); color: var(--brand-900); }

.btn--outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, .35);
}
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); color: var(--white); border-color: rgba(255, 255, 255, .6); }

.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* --------------------------------------------------------------------------
   5. Header / navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--ink-100);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-900);
  flex: none;
}
.brand:hover { color: var(--brand-900); }
.brand__mark { width: 42px; height: 42px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.brand__tag {
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-400);
}

.nav { display: flex; align-items: center; gap: 6px; }

/* The in-menu CTA duplicates the header button — it is for the mobile drawer only. */
.nav > .btn { display: none; }
/* `.nav a` outranks `.btn--primary`, so restate the button colours here. */
.nav > a.btn--primary,
.nav > a.btn--primary:hover { color: var(--white); background: var(--brand-700); }

.nav a {
  position: relative;
  padding: 10px 15px;
  border-radius: var(--radius-sm);
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-700);
}
.nav a:hover { color: var(--brand-700); background: var(--brand-50); }
.nav a[aria-current="page"] { color: var(--brand-800); font-weight: 600; }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent-500);
}

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions .btn { padding: 11px 20px; font-size: .9rem; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--brand-800);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .header-actions .btn { display: none; }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 14px var(--gutter) 22px;
    background: var(--white);
    border-bottom: 1px solid var(--ink-100);
    box-shadow: var(--shadow-lg);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 14px; font-size: 1rem; }
  .nav a[aria-current="page"]::after { display: none; }
  .nav > .btn { display: inline-flex; margin-top: 10px; }
}

/* --------------------------------------------------------------------------
   6. Hero (home)
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 620px at 88% -12%, rgba(30, 170, 84, .26), transparent 62%),
    radial-gradient(900px 520px at 6% 100%, rgba(74, 84, 160, .34), transparent 60%),
    linear-gradient(160deg, var(--brand-950) 0%, var(--brand-800) 58%, var(--brand-700) 100%);
  color: rgba(255, 255, 255, .82);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at 62% 34%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 62% 34%, #000 0%, transparent 72%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
  /* padding-block only — a `padding` shorthand here would wipe out .wrap's gutter */
  padding-block: clamp(64px, 6vw + 24px, 116px) clamp(72px, 6vw + 28px, 120px);
}

.hero h1 { color: var(--white); margin-bottom: 22px; }
.hero .eyebrow { color: var(--accent-500); }
.hero p { color: rgba(255, 255, 255, .78); font-size: 1.1rem; max-width: 56ch; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .88);
}
.hero__badge svg { width: 15px; height: 15px; color: var(--accent-500); flex: none; }

/* Hero side panel */
.hero__panel {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero__panel h2 {
  color: var(--white);
  font-size: 1.05rem;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 20px;
}
.hero__panel ul { list-style: none; margin: 0; padding: 0; }
.hero__panel li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: .97rem;
}
.hero__panel li:first-of-type { border-top: 0; padding-top: 0; }
.hero__panel li:last-of-type { padding-bottom: 0; }
.hero__panel li svg {
  width: 22px;
  height: 22px;
  flex: none;
  margin-top: 1px;
  color: var(--accent-500);
}
.hero__panel strong { display: block; color: var(--white); font-weight: 600; }
.hero__panel span { display: block; font-size: .86rem; color: rgba(255, 255, 255, .62); }

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* --------------------------------------------------------------------------
   7. Page hero (interior pages)
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 4vw + 28px, 88px) 0 clamp(48px, 4vw + 24px, 80px);
  background:
    radial-gradient(900px 460px at 92% -30%, rgba(30, 170, 84, .24), transparent 60%),
    linear-gradient(155deg, var(--brand-950), var(--brand-800));
  color: rgba(255, 255, 255, .8);
}
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero p { max-width: 62ch; color: rgba(255, 255, 255, .78); margin-bottom: 0; }
.page-hero .eyebrow { color: var(--accent-500); }

/* Breadcrumb */
.crumbs {
  margin-bottom: 18px;
  font-size: .84rem;
  color: rgba(255, 255, 255, .55);
}
.crumbs a { color: rgba(255, 255, 255, .78); }
.crumbs a:hover { color: var(--white); }
.crumbs span { margin: 0 8px; opacity: .5; }

/* --------------------------------------------------------------------------
   8. Trust strip
   -------------------------------------------------------------------------- */
.trust {
  border-bottom: 1px solid var(--ink-100);
  background: var(--white);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink-100);
  border-inline: 1px solid var(--ink-100);
}
.trust__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 30px 26px;
  background: var(--white);
}
.trust__item svg { width: 26px; height: 26px; flex: none; color: var(--brand-500); margin-top: 2px; }
.trust__item h3 { font-family: var(--font-body); font-size: 1rem; margin-bottom: 3px; }
.trust__item p { font-size: .9rem; color: var(--ink-500); margin: 0; }

@media (max-width: 860px) {
  .trust__grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   9. Cards & grids
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 980px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 660px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

.card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease),
              transform .22s var(--ease);
}
.card:hover {
  border-color: var(--brand-100);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-500); font-size: .96rem; margin-bottom: 0; }

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: var(--brand-50);
  color: var(--brand-600);
}
.card__icon svg { width: 26px; height: 26px; }
.card--accent .card__icon { background: var(--accent-50); color: var(--accent-600); }

.card__index {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent-500);
}

/* Value card — compact */
.value {
  padding: 26px;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius);
  background: var(--white);
}
.value h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.value h3 svg { width: 20px; height: 20px; color: var(--accent-600); flex: none; }
.value p { font-size: .93rem; color: var(--ink-500); margin: 0; }

/* Checklist */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.checklist li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin: 0;
  color: var(--ink-700);
}
.checklist li svg {
  width: 22px;
  height: 22px;
  flex: none;
  margin-top: 3px;
  color: var(--accent-600);
}
.section--brand .checklist li { color: rgba(255, 255, 255, .82); }
.section--brand .checklist li svg { color: var(--accent-500); }

/* --------------------------------------------------------------------------
   10. Split (image / text) blocks
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
}
.split--narrow-media { grid-template-columns: .8fr 1.2fr; }

@media (max-width: 900px) {
  .split, .split--narrow-media { grid-template-columns: 1fr; }
}

/* Founder */
.founder-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--brand-50);
  border: 1px solid var(--ink-200);
  aspect-ratio: 4 / 5;
}
/* Positioned + z-index so the photo paints above the absolute placeholder
   beneath it. Without this the placeholder would always win the paint order. */
.founder-photo img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.founder-photo__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
  background:
    linear-gradient(150deg, var(--brand-50), var(--accent-50));
  color: var(--ink-400);
}
.founder-photo__placeholder .initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--brand-700);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.founder-photo__placeholder p { font-size: .82rem; margin: 0; line-height: 1.5; }

.founder-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--brand-900);
  margin-bottom: 2px;
}
.founder-role {
  display: block;
  margin-bottom: 20px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-600);
}
.quote-mark {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--brand-100);
}

/* --------------------------------------------------------------------------
   11. CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(760px 400px at 85% 10%, rgba(30, 170, 84, .28), transparent 60%),
    linear-gradient(140deg, var(--brand-900), var(--brand-700));
  color: rgba(255, 255, 255, .8);
}
.cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: clamp(44px, 4vw + 20px, 76px);
}
.cta-band h2 { color: var(--white); margin-bottom: 10px; }
.cta-band p { max-width: 52ch; color: rgba(255, 255, 255, .76); margin: 0; }
.cta-band .btn-row { margin-top: 0; flex: none; }

/* --------------------------------------------------------------------------
   12. Contact page
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.detail-list { list-style: none; margin: 0; padding: 0; }
.detail-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid var(--ink-200);
}
.detail-list li:first-child { border-top: 0; padding-top: 0; }
.detail-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 11px;
  background: var(--brand-50);
  color: var(--brand-600);
}
.detail-list__icon svg { width: 20px; height: 20px; }
.detail-list dt {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: 3px;
}
.detail-list dd { margin: 0; color: var(--brand-900); font-weight: 500; }
.detail-list dd a { color: var(--brand-700); }
.detail-list dd a:hover { color: var(--accent-600); }
.detail-list .muted { font-weight: 400; color: var(--ink-500); font-size: .93rem; }

/* Form */
.form-card {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}
.form-card h2 { font-size: 1.5rem; margin-bottom: 6px; }
.form-card > p { color: var(--ink-500); font-size: .95rem; margin-bottom: 26px; }

.field { margin-bottom: 18px; }
.field label {
  display: block;
  margin-bottom: 7px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--brand-900);
}
.field label .req { color: var(--accent-600); }

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-family: inherit;
  font-size: .97rem;
  color: var(--ink-900);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 3px var(--brand-100);
}
.field input::placeholder,
.field textarea::placeholder { color: var(--ink-400); }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

.form-note {
  margin-top: 16px;
  font-size: .82rem;
  color: var(--ink-400);
  line-height: 1.55;
}

.map-embed {
  border: 1px solid var(--ink-200);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-50);
  line-height: 0;
}
.map-embed iframe { width: 100%; height: 380px; border: 0; }

/* --------------------------------------------------------------------------
   13. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--brand-950);
  color: rgba(255, 255, 255, .62);
  font-size: .93rem;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.3fr;
  gap: 44px;
  padding-block: clamp(48px, 4vw + 20px, 76px) 44px;
}
@media (max-width: 860px) {
  .site-footer__top { grid-template-columns: 1fr; gap: 34px; }
}

.site-footer h4 {
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.site-footer p { color: rgba(255, 255, 255, .6); line-height: 1.7; }
.site-footer a { color: rgba(255, 255, 255, .78); }
.site-footer a:hover { color: var(--accent-500); }

.site-footer .brand { color: var(--white); margin-bottom: 18px; }
.site-footer .brand:hover { color: var(--white); }
.site-footer .brand__tag { color: rgba(255, 255, 255, .45); }

.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 10px; }

.footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-contact li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 13px;
}
.footer-contact svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 4px;
  color: var(--accent-500);
}

/* Licence / registration credentials strip */
.site-footer__licence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .82rem;
  color: rgba(255, 255, 255, .5);
}
.site-footer__licence strong {
  color: rgba(255, 255, 255, .88);
  font-weight: 600;
  letter-spacing: .01em;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .84rem;
  color: rgba(255, 255, 255, .45);
}

/* --------------------------------------------------------------------------
   14. Utilities & motion
   -------------------------------------------------------------------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   15. Print
   -------------------------------------------------------------------------- */
@media print {
  .site-header, .nav-toggle, .cta-band, .btn-row, .map-embed { display: none !important; }
  body { font-size: 12pt; color: #000; }
  .hero, .page-hero { background: none !important; color: #000; }
  .hero h1, .page-hero h1, .hero p, .page-hero p { color: #000 !important; }
  a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
