/* Fingertip Recruitment
   ------------------------------------------------------------------
   Brick and ink. The fingerprint ridge is the one decorative device;
   everything else is space, rule and type. */

:root {
  --brand:        #a8471f;
  --brand-mid:    #c2562a;
  --brand-bright: #d96a3d;
  --brand-pale:   #f7e3d5;
  --brand-wash:   #fdf6f1;

  --deep:         #1f2933;
  --deep-soft:    #2c3945;
  --ink:          #14181d;
  --body:         #3d454e;
  --muted:        #5e6771;

  --paper:        #ffffff;
  --sand:         #f6f1ec;
  --line:         #e4ded7;
  --line-strong:  #cfc6bc;

  --wrap: 1180px;
  --gutter: clamp(1.15rem, 0.6rem + 2vw, 2.5rem);
  --bounce: 180ms cubic-bezier(0.2, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  font-optical-sizing: auto;
}

h1, h2, h3, h4,
nav, .btn, .eyebrow, .logo-type, .stat-figure, .field label,
.slide-count, .foot-head, .nav-toggle {
  font-family: "Archivo", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.021em;
  line-height: 1.1;
  text-wrap: balance;
}

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

a { color: var(--brand); text-underline-offset: 0.18em; }
a:hover { color: var(--brand-bright); }

::selection { background: var(--brand-pale); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--brand-bright);
  outline-offset: 3px;
  border-radius: 2px;
}

img, svg { max-width: 100%; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 1rem; top: 1rem; z-index: 60;
  background: var(--paper);
  padding: 0.65rem 1.1rem;
  border: 2px solid var(--brand);
}

/* ------------------------------------------------------------------ type */

.display {
  font-size: clamp(2.3rem, 1.1rem + 3.9vw, 4.05rem);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 1.02;
}

.section-title {
  font-size: clamp(1.7rem, 1.1rem + 1.8vw, 2.4rem);
  font-weight: 600;
}

.eyebrow {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--brand);
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.6rem; height: 2px;
  margin-right: 0.6rem;
  vertical-align: 0.28em;
  background: var(--brand);
}

.lede {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.28rem);
  line-height: 1.6;
  color: var(--body);
}

.prose { max-width: 64ch; }
.prose h2 { margin-bottom: 0.9rem; font-size: 1.5rem; font-weight: 600; }
.prose h2 + p { margin-top: 0; }

/* ------------------------------------------------------------------ buttons */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.82rem 1.55rem;
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-decoration: none;
  border: 1.5px solid var(--brand);
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  transition: background var(--bounce), border-color var(--bounce), color var(--bounce);
}
.btn:hover { background: #8e3a17; border-color: #8e3a17; color: #fff; }

.btn.ghost { background: transparent; color: var(--brand); }
.btn.ghost:hover { background: var(--brand-pale); color: var(--brand); border-color: var(--brand); }

.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.textlink {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid var(--brand-pale);
  padding-bottom: 1px;
  transition: border-color var(--bounce);
}
.textlink:hover { border-bottom-color: var(--brand); }

/* ------------------------------------------------------------------ masthead */

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--bounce);
}
.masthead.is-stuck { box-shadow: 0 1px 14px rgba(31, 41, 51, 0.09); }

.masthead-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 5.1rem;
  padding-block: 0.7rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: auto;
  text-decoration: none;
  color: inherit;
}
.logo img { width: 40px; height: auto; display: block; }
.logo-type { line-height: 1; }
.logo-name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.004em;
  color: var(--brand);
  text-transform: uppercase;
}
.logo-word {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  color: var(--muted);
  text-transform: uppercase;
}

.masthead .call {
  font-family: "Archivo", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  transition: border-color var(--bounce), color var(--bounce);
}
.masthead .call:hover { color: var(--brand); border-color: var(--brand); }

nav.main ul {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  margin: 0; padding: 0;
  list-style: none;
}
nav.main a {
  position: relative;
  display: block;
  padding-block: 0.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
nav.main a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--bounce);
}
nav.main a:hover::after { transform: scaleX(1); }
nav.main a[aria-current="page"] { color: var(--brand); }
nav.main a[aria-current="page"]::after { transform: scaleX(1); }

.nav-toggle { display: none; }

/* ------------------------------------------------------------------ hero */

.carousel { position: relative; background: var(--sand); }

.track { position: relative; min-height: clamp(30rem, 60vw, 41rem); }

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease;
}
.slide[data-active] { opacity: 1; visibility: visible; }

.slide-media {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
    rgba(255, 253, 251, 0.97) 0%,
    rgba(255, 253, 251, 0.9) 29%,
    rgba(255, 253, 251, 0.3) 52%,
    rgba(255, 253, 251, 0) 70%);
}
.slide.on-dark::after {
  background: linear-gradient(100deg,
    rgba(20, 24, 29, 0.95) 0%,
    rgba(20, 24, 29, 0.88) 29%,
    rgba(20, 24, 29, 0.3) 52%,
    rgba(20, 24, 29, 0) 70%);
}

.slide-body {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.4rem, 7vw, 5.5rem);
}
.slide-body > * { max-width: 36rem; }
.slide-body .lede { max-width: 31rem; margin-bottom: 1.9rem; }
.slide .display { margin-bottom: 1.15rem; color: var(--ink); }
.slide .attrib { margin: -0.9rem 0 1.8rem; font-style: italic; color: var(--brand); }

.slide.on-dark .display { color: #fff; }
.slide.on-dark .lede { color: #dfe3e7; }
.slide.on-dark .eyebrow { color: var(--brand-bright); }
.slide.on-dark .eyebrow::before { background: var(--brand-bright); }
.slide.on-dark .attrib { color: var(--brand-bright); }
.slide.on-dark .btn { background: var(--brand-mid); border-color: var(--brand-mid); }
.slide.on-dark .btn:hover { background: var(--brand-bright); border-color: var(--brand-bright); }
.slide.on-dark .btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.slide.on-dark .btn.ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

.carousel-controls {
  position: absolute;
  z-index: 2;
  left: 0; right: 0; bottom: 0;
  pointer-events: none;
}
.carousel-controls .wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: clamp(1.4rem, 3vw, 2.2rem);
}
.carousel-controls .wrap > * { pointer-events: auto; }

.dots { display: flex; gap: 0.5rem; margin: 0; padding: 0; list-style: none; }
.dot {
  /* 3px bar, but a 24px-tall target so it is usable by touch and low-vision users */
  width: 2.4rem;
  height: 1.6rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: grid;
  align-items: center;
}
.dot::before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: var(--line-strong);
  transition: background var(--bounce);
}
.dot:hover::before { background: var(--brand-bright); }
.dot[aria-current="true"]::before { background: var(--brand); }

.slide-count {
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.carousel-nav { display: flex; gap: 0.4rem; margin-left: auto; }
.cbtn {
  display: grid;
  place-items: center;
  width: 2.5rem; height: 2.5rem;
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  cursor: pointer;
  transition: background var(--bounce), color var(--bounce), border-color var(--bounce);
}
.cbtn:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.cbtn svg { width: 0.95rem; height: 0.95rem; fill: currentColor; }

/* controls invert while a dark slide is showing */
.carousel[data-tone="dark"] .dot::before { background: rgba(255,255,255,0.55); }
.carousel[data-tone="dark"] .dot[aria-current="true"]::before { background: #fff; }
.carousel[data-tone="dark"] .slide-count { color: rgba(255,255,255,0.75); }
.carousel[data-tone="dark"] .cbtn {
  background: rgba(20, 24, 29, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.carousel[data-tone="dark"] .cbtn:hover { background: var(--brand-mid); border-color: var(--brand-mid); }

/* ------------------------------------------------------------------ facts */

.facts { background: var(--deep); color: #dfe3e7; }
.facts .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: clamp(1.4rem, 4vw, 3.5rem);
  padding-block: clamp(2.1rem, 4vw, 3rem);
}
.stat-figure {
  display: block;
  font-size: clamp(1.9rem, 1.2rem + 2vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--brand-bright);
}
.stat-label {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.97rem;
  line-height: 1.5;
  color: #c3cad2;
}

/* ------------------------------------------------------------------ sections */

.panel { background: var(--paper); }
.panel .wrap { padding-block: clamp(3rem, 6.5vw, 5.5rem); }
.panel.tight .wrap { padding-block: clamp(2.2rem, 4vw, 3.4rem); }
.panel.sand { background: var(--sand); }
.panel.wash { background: var(--brand-wash); }

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.8rem, 5vw, 4.5rem);
  align-items: start;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: clamp(1.8rem, 4.5vw, 4rem);
}
.split .prose { max-width: 56ch; }

/* ------------------------------------------------------------------ cards */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem);
  margin: 0; padding: 0;
  list-style: none;
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color var(--bounce);
}
.card:hover { border-color: var(--line-strong); }

.card-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--sand);
}
.card-body { padding: 1.4rem 1.5rem 1.6rem; }
.card h3 { margin-bottom: 0.55rem; font-size: 1.18rem; font-weight: 600; }
.card p { color: var(--body); font-size: 0.99rem; }
.card .textlink { margin-top: 0.4rem; }

/* ------------------------------------------------------------------ page heads */

.page-head { background: var(--sand); border-bottom: 1px solid var(--line); }
.page-head .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.5rem);
  padding-block: clamp(2.6rem, 5.5vw, 4.4rem);
}
.page-head.plain .wrap { grid-template-columns: 1fr; }
.page-head h1 {
  font-size: clamp(2rem, 1.2rem + 2.6vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.028em;
}
.page-head p { margin: 0.85rem 0 0; max-width: 52ch; }
.page-head figure { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 6px; }
.page-head figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ------------------------------------------------------------------ offer + contact */

.offer {
  margin-top: 1.7rem;
  padding: 1.3rem 1.5rem;
  background: var(--brand-wash);
  border: 1px solid var(--brand-pale);
  border-left: 3px solid var(--brand);
  border-radius: 4px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: clamp(1.8rem, 4.5vw, 4rem);
  align-items: start;
}

.office + .office { margin-top: 1.7rem; padding-top: 1.7rem; border-top: 1px solid var(--line); }
.office h3 { margin-bottom: 0.45rem; font-size: 1.05rem; font-weight: 600; }
.office address { font-style: normal; color: var(--body); }

.form-card {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.field { margin-bottom: 1.15rem; }
.field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  font: inherit;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  transition: border-color var(--bounce);
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--muted); }
.field textarea { min-height: 8.5rem; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-note { margin: 0.9rem 0 0; font-size: 0.92rem; color: var(--muted); }

/* ------------------------------------------------------------------ CTA band */

.cta-band { background: var(--brand); color: #fff; }
.cta-band .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding-block: clamp(2.2rem, 4.5vw, 3.4rem);
}
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 1rem + 1.6vw, 2.1rem); font-weight: 600; }
.cta-band p { margin: 0.6rem 0 0; max-width: 46ch; color: #fbe6da; }
.cta-band .btn { background: #fff; border-color: #fff; color: var(--brand); }
.cta-band .btn:hover { background: var(--brand-wash); border-color: var(--brand-wash); color: var(--brand); }
.cta-band .btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.cta-band .btn.ghost:hover { background: rgba(255,255,255,0.14); color: #fff; border-color: #fff; }

/* ------------------------------------------------------------------ footer */

footer.site { background: var(--deep); color: #b9c1ca; font-size: 0.95rem; }
footer.site .wrap { padding-block: clamp(2.8rem, 5vw, 4rem); }
footer.site a { color: #e7c3ad; text-decoration: none; }
footer.site a:hover { color: #fff; text-decoration: underline; }
footer.site address { font-style: normal; line-height: 1.75; }

.foot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: clamp(1.8rem, 4vw, 3rem);
}
.foot-brand .logo-name { color: #fff; font-size: 1.3rem; }
.foot-brand .logo-word { color: #8e99a5; }
.foot-brand p { margin-top: 1rem; max-width: 26ch; color: #99a3ad; }

.foot-head {
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a0ac;
}
.foot-list { margin: 0; padding: 0; list-style: none; line-height: 2; }

.legal {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--deep-soft);
  color: #94a0ac;
  font-size: 0.83rem;
  line-height: 1.65;
}
.legal p { margin-bottom: 0.6rem; }

/* ------------------------------------------------------------------ responsive */

@media (max-width: 900px) {
  .lead-grid { grid-template-columns: 1fr; }
  .page-head .wrap { grid-template-columns: 1fr; }
  .page-head figure { order: -1; }
}

@media (max-width: 800px) {
  .nav-toggle {
    order: 3;
    margin-left: auto;
    display: grid;
    place-items: center;
    gap: 5px;
    width: 2.8rem; height: 2.8rem;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line-strong);
    border-radius: 4px;
    cursor: pointer;
  }
  .nav-toggle span { display: block; width: 1.1rem; height: 2px; background: var(--ink); }

  nav.main {
    position: absolute;
    left: 0; right: 0; top: 100%;
    display: none;
    padding: 0.5rem var(--gutter) 1.4rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 20px rgba(31, 41, 51, 0.1);
  }
  nav.main[data-open] { display: block; }
  nav.main ul { flex-direction: column; align-items: stretch; gap: 0; }
  nav.main li + li { border-top: 1px solid var(--line); }
  nav.main a { padding-block: 0.85rem; font-size: 1.05rem; }
  nav.main a::after { display: none; }

  .slide::after {
    background: linear-gradient(172deg,
      rgba(255, 253, 251, 0.96) 0%,
      rgba(255, 253, 251, 0.9) 58%,
      rgba(255, 253, 251, 0.6) 100%);
  }
  .slide.on-dark::after {
    background: linear-gradient(172deg,
      rgba(20, 24, 29, 0.95) 0%,
      rgba(20, 24, 29, 0.9) 58%,
      rgba(20, 24, 29, 0.68) 100%);
  }
  .track { min-height: 34rem; }
  .carousel-controls .wrap { padding-bottom: 1.2rem; }
}

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

@media (max-width: 1040px) {
  .masthead .call { display: none; }
}

/* ------------------------------------------------------------------ forms: choices + upload */

.choices { margin: 0 0 1.15rem; padding: 0; border: 0; }
.choices legend {
  padding: 0;
  margin-bottom: 0.55rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.choice {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color var(--bounce), background var(--bounce);
}
.choice + .choice { margin-top: 0.5rem; }
.choice:hover { border-color: var(--line-strong); background: var(--brand-wash); }
.choice input { width: 1.05rem; height: 1.05rem; margin-top: 0.3rem; accent-color: var(--brand); }
.choice span { font-size: 0.99rem; line-height: 1.45; }

.upload {
  display: block;
  padding: 1rem;
  border: 1.5px dashed var(--line-strong);
  border-radius: 4px;
  background: var(--sand);
  transition: border-color var(--bounce);
}
.upload:hover { border-color: var(--brand); }
.upload input[type="file"] {
  width: 100%;
  margin-top: 0.5rem;
  font: inherit;
  font-size: 0.93rem;
  border: 0;
  padding: 0;
  background: transparent;
}
.upload .hint { display: block; margin-top: 0.35rem; font-size: 0.87rem; color: var(--muted); }

.consent { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 1.2rem; }
.consent input { width: 1.05rem; height: 1.05rem; margin-top: 0.28rem; accent-color: var(--brand); }
.consent label { font-size: 0.93rem; line-height: 1.5; color: var(--body); }

/* ------------------------------------------------------------------ steps */

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem);
  margin: 0; padding: 0;
  list-style: none;
}
.steps li {
  counter-increment: step;
  padding-top: 1.1rem;
  border-top: 2px solid var(--brand-pale);
}
.steps li::before {
  content: counter(step);
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand);
}
.steps h3 { margin-bottom: 0.4rem; font-size: 1.1rem; font-weight: 600; }
.steps p { font-size: 0.99rem; }

/* ------------------------------------------------------------------ legal pages */

.legal-page h2 { margin: 2rem 0 0.7rem; font-size: 1.28rem; font-weight: 600; }
.legal-page h2:first-child { margin-top: 0; }
.legal-page ul { padding-left: 1.2rem; }
.legal-page li { margin-bottom: 0.45rem; }


/* ------------------------------------------------------------------ form hints */

.field label .opt {
  font-weight: 400;
  color: var(--muted);
}
.req-note {
  margin: 0 0 1.3rem;
  font-size: 0.88rem;
  color: var(--muted);
}

/* ------------------------------------------------------------------ privacy choices bar */

.consent-bar {
  position: fixed;
  z-index: 60;
  left: 0; right: 0; bottom: 0;
  background: var(--deep);
  color: #dfe3e7;
  border-top: 3px solid var(--brand);
  box-shadow: 0 -6px 24px rgba(20, 24, 29, 0.22);
}
.consent-bar[hidden] { display: none; }
.consent-bar .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.6rem;
  padding-block: 1.1rem;
}
.consent-bar p { margin: 0; flex: 1 1 26rem; font-size: 0.95rem; line-height: 1.55; }
.consent-bar a { color: #f0c9b2; }
.consent-bar .actions { flex: 0 0 auto; }
.consent-bar .btn { padding: 0.6rem 1.25rem; font-size: 0.93rem; }
.consent-bar .btn.ghost { color: #fff; border-color: rgba(255,255,255,0.55); background: transparent; }
.consent-bar .btn.ghost:hover { background: rgba(255,255,255,0.14); border-color: #fff; color: #fff; }

.footer-choices {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: #e7c3ad;
  text-decoration: none;
  cursor: pointer;
}
.footer-choices:hover { color: #fff; text-decoration: underline; }
