:root {
  --paper: #f3eee4;
  --paper-2: #e8e0d2;
  --white: #fbf7f0;
  --ink: #1c1915;
  --muted: #5d574e;
  --forest: #305f43;
  --forest-deep: #15281f;
  --sage: #6e8b73;
  --gold: #b08a52;
  --line: rgba(28, 25, 21, 0.12);
  --shadow: 0 24px 60px rgba(21, 40, 31, 0.16);
  --radius: 1.25rem;
  --header: 4.5rem;
  --content: 72rem;
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", serif;
  --sans: "Outfit", "Avenir Next", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 1.5rem);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(80rem 32rem at 8% -10%, rgba(110, 139, 115, 0.14), transparent 55%),
    radial-gradient(50rem 24rem at 100% 8%, rgba(176, 138, 82, 0.08), transparent 45%),
    var(--paper);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.6rem 1rem;
  background: var(--forest);
  color: var(--white);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.eyebrow {
  margin-bottom: 0.85rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section {
  width: min(calc(100% - 2.5rem), var(--content));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.section-head h2,
.about-copy h2,
.contact-copy h2,
.philosophy h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-wrap: balance;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--forest);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--forest-deep);
}

.btn-ghost {
  border-color: var(--line);
  background: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: auto;
  padding: 0.7rem 0 0;
  background: transparent;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 1.5rem), var(--content));
  min-height: 3.55rem;
  margin: 0 auto;
  padding: 0.35rem 0.45rem 0.35rem 0.75rem;
  gap: 1rem;
  border: 1px solid color-mix(in srgb, var(--forest) 14%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--white) 72%, transparent);
  box-shadow: 0 10px 28px rgba(21, 40, 31, 0.08);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.site-header.is-scrolled .header-inner {
  background: color-mix(in srgb, var(--white) 84%, transparent);
  box-shadow: 0 14px 34px rgba(21, 40, 31, 0.12);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--white);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand small {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav a {
  text-decoration: none;
  font-size: 0.92rem;
}

.nav a:hover {
  color: var(--forest);
}

.nav-cta {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white) !important;
}

.menu-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 1.5px;
  margin: 0.28rem auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.85fr);
  gap: 3.5rem;
  align-items: end;
  width: min(calc(100% - 2.5rem), var(--content));
  margin: 0 auto;
  padding: 3.5rem 0 4rem;
}

.hero h1 {
  max-width: 14ch;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--forest);
}

.lede {
  max-width: 36rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-portrait {
  position: relative;
}

.portrait-frame {
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 4rem 1.5rem;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  width: 100%;
  height: min(78vh, 42rem);
  object-fit: cover;
  object-position: 50% 12%;
}

.portrait-card {
  position: absolute;
  left: -1.25rem;
  bottom: 1.75rem;
  max-width: 18rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.portrait-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portrait-card strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

.strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--forest) 6%, transparent);
}

.strip ul {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 2.4rem;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  animation: strip-ticker 32s linear infinite;
}

.strip:hover ul {
  animation-play-state: paused;
}

.strip li {
  display: flex;
  flex: none;
  align-items: center;
  gap: 2.4rem;
  color: var(--forest);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.strip li::after {
  content: "·";
  opacity: 0.4;
}

@keyframes strip-ticker {
  to {
    transform: translateX(-50%);
  }
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.svc-grid a {
  display: grid;
  align-content: start;
  gap: 0.4rem;
  min-height: 10.5rem;
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.svc-grid a:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--forest) 35%, var(--line));
  box-shadow: var(--shadow);
}

.svc-grid span {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.svc-grid strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.svc-grid em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.95rem;
}

.svc-all {
  margin-top: 1.5rem;
}

.page-hero {
  width: min(calc(100% - 2.5rem), var(--content));
  margin: 0 auto;
  padding: 3.25rem 0 1.5rem;
}

.page-hero h1 {
  max-width: 16ch;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.page-hero .lede {
  max-width: 40rem;
}

.dept-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  width: min(calc(100% - 2.5rem), var(--content));
  margin: 0 auto 1rem;
}

.dept-toc a {
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  text-decoration: none;
  font-size: 0.88rem;
}

.dept-toc a:hover,
.dept-toc a:focus-visible {
  border-color: var(--forest);
  color: var(--forest);
}

.dept {
  padding-top: 3.5rem;
  padding-bottom: 0;
  scroll-margin-top: calc(var(--header) + 1.5rem);
}

.dept + .dept {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.dept-kicker {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.dept h2 {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.dept > p {
  max-width: 42rem;
  color: var(--muted);
}

.clusters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
}

.cluster {
  padding: 1.25rem 1.3rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.cluster h3 {
  margin-bottom: 0.75rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cluster ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  list-style: none;
}

.cluster li {
  padding: 0.32rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 0.86rem;
}

.services-book {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 4rem;
  padding: 1.6rem 1.7rem;
  border-radius: var(--radius);
  background: var(--forest);
  color: var(--white);
}

.services-book h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.services-book p {
  margin-top: 0.35rem;
  color: color-mix(in srgb, var(--white) 78%, transparent);
}

.services-book .btn {
  background: var(--white);
  color: var(--forest);
}

.nav a[aria-current="page"] {
  color: var(--forest);
  font-weight: 500;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.value-grid li {
  padding: 1.6rem 1.5rem 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.value-grid span {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.value-grid h3,
.focus-grid h3,
.roles h3,
.timeline h3,
.pub-grid h3,
.clinic-card h3 {
  margin: 0.7rem 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.value-grid p,
.focus-grid p,
.about-copy p,
.roles p,
.timeline p,
.pub-grid p,
.clinic-card p,
.contact-copy p,
.platforms .section-head p {
  color: var(--muted);
}

.focus {
  margin-top: 4.5rem;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.75rem;
  padding: 0;
  list-style: none;
}

.focus-grid li {
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

.about-photo img {
  width: 100%;
  border-radius: 1.4rem;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.about-photo figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-copy p + p {
  margin-top: 1rem;
}

.about-copy h2 {
  margin-bottom: 1.25rem;
}

.about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
  padding: 0;
  list-style: none;
}

.about-pills li {
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.85rem;
}

.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.timeline,
.roles {
  margin-top: 1.4rem;
  padding: 0;
  list-style: none;
}

.timeline li,
.roles li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
}

.timeline time,
.role-meta {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.roles li {
  display: block;
}

.roles .current {
  padding: 1.2rem 1.2rem 1.3rem;
  border: 1px solid color-mix(in srgb, var(--forest) 28%, var(--line));
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--forest) 7%, var(--white));
}

.philosophy {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 4.5rem;
}

.philosophy ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.philosophy li {
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.pub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  padding: 0;
  list-style: none;
}

.pub-grid li {
  display: flex;
  flex-direction: column;
  min-height: 16rem;
  padding: 1.4rem;
  border-radius: var(--radius);
  background: var(--forest-deep);
  color: #efe7d8;
}

.pub-journal {
  margin-bottom: auto;
  color: #d4b57a;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pub-grid h3 {
  font-size: 1.25rem;
}

.pub-grid a {
  text-decoration: none;
}

.pub-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pub-grid p {
  margin-top: 0.8rem;
  color: rgba(239, 231, 216, 0.72);
  font-size: 0.92rem;
}

.platforms {
  margin-top: 4.5rem;
}

.platform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.platform-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  min-height: 13rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
}

.platform-card img {
  display: block;
  height: 2.2rem;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  align-self: flex-start;
}

.dq-logo {
  height: 2.35rem;
  margin-left: 0;
}

.platform-card p {
  flex: 1;
}

.platform-card span {
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.clinic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.clinic-card {
  padding: 1.7rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.clinic-when {
  color: var(--gold) !important;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clinic-actions {
  display: flex;
  gap: 1.1rem;
  margin-top: 1.3rem;
}

.clinic-actions a {
  color: var(--forest);
  font-weight: 500;
  text-decoration: none;
}

.clinic-actions a:hover {
  text-decoration: underline;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.contact-direct {
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-direct li + li {
  margin-top: 1rem;
}

.contact-direct a {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  text-decoration: none;
}

.contact-direct span {
  color: var(--muted);
  font-size: 0.85rem;
}

.booking-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: var(--white);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.booking-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
}

.optional {
  color: var(--muted);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--paper);
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--forest) 18%, transparent);
}

.form-fine {
  color: var(--muted);
  font-size: 0.8rem;
}

.form-status {
  padding: 0.7rem 0.85rem;
  border-radius: 0.7rem;
  background: color-mix(in srgb, var(--sage) 18%, var(--white));
  font-size: 0.9rem;
}

.site-footer {
  padding: 3.5rem 0 2rem;
  background: var(--forest-deep);
  color: #efe7d8;
}

.footer-grid,
.footer-base {
  width: min(calc(100% - 2.5rem), var(--content));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand {
  display: grid;
  gap: 0.7rem;
}

.footer-brand img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--paper);
}

.footer-brand strong {
  display: block;
}

.footer-tag,
.site-footer p,
.site-footer li {
  color: rgba(239, 231, 216, 0.72);
  font-size: 0.92rem;
}

.site-footer h2 {
  margin-bottom: 0.8rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer ul {
  padding: 0;
  list-style: none;
}

.site-footer li + li,
.site-footer p + p {
  margin-top: 0.35rem;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(239, 231, 216, 0.14);
}

.whatsapp {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background: #215c3a;
  color: #fff;
  box-shadow: var(--shadow);
}

.whatsapp:hover {
  background: #1a4a2e;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: grid;
    place-items: center;
    border-radius: 999px;
  }

  .nav {
    position: absolute;
    inset: calc(100% + 0.55rem) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.7rem 1.1rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    background: color-mix(in srgb, var(--white) 92%, transparent);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 0.85rem 0.15rem;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }

  .nav-cta {
    width: fit-content;
    margin-top: 0.85rem;
    border: 0;
  }

  .hero,
  .about-intro,
  .credentials,
  .philosophy,
  .contact,
  .value-grid,
  .focus-grid,
  .pub-grid,
  .platform-grid,
  .clinic-grid,
  .footer-grid,
  .field-row,
  .svc-grid,
  .clusters {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 2rem;
    padding-top: 1.5rem;
  }

  .portrait-frame img {
    height: 28rem;
  }

  .portrait-card {
    left: 0.75rem;
    right: 0.75rem;
    max-width: none;
    bottom: 0.75rem;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .pub-grid li {
    min-height: 0;
  }

  .section,
  .page-hero,
  .dept-toc,
  .hero,
  .footer-grid,
  .footer-base {
    width: min(calc(100% - 1.5rem), var(--content));
  }

  .header-inner {
    width: min(calc(100% - 1rem), var(--content));
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .svc-grid,
  .clusters {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .svc-grid a {
    transition: none;
  }

  .strip ul {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    padding: 1rem 1.25rem;
  }

  .strip li[aria-hidden="true"] {
    display: none;
  }
}
