:root {
  --cream: #f7f5ef;
  --sage: #16324a;
  --sage-light: #dfe9e2;
  --terracotta: #5f8a6b;
  --charcoal: #22313d;
  --stone: #6f7c86;
  --paper: #ffffff;
  --outer: #16324a;
  --outer-gradient: linear-gradient(180deg, #2c465a, #35556c);
  --line: rgba(22, 50, 74, 0.14);
  --shadow: 0 22px 70px rgba(22, 50, 74, 0.12);
  --content-max: 1180px;
  --page-pad: clamp(20px, 5vw, 86px);
  --header-height: 78px;
  --footer-height: 70px;
  --hero-panel-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  background: var(--outer-gradient);
}

body {
  margin: 0;
  padding-top: var(--header-height);
  background: var(--outer-gradient);
  color: var(--charcoal);
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.65;
}

body.has-fixed-panel {
  overflow-x: hidden;
}

body.has-fixed-panel main {
  padding-bottom: calc(var(--footer-height) + var(--hero-panel-height));
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  width: min(100%, var(--content-max));
  min-height: calc(100vh - var(--header-height));
  margin: 0 auto;
  padding-bottom: var(--footer-height);
  background: var(--cream);
  overflow: hidden;
}

section {
  padding: clamp(72px, 10vw, 138px) var(--page-pad);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(4.2rem, 10vw, 9.2rem);
}

h2 {
  font-size: clamp(3.2rem, 7vw, 6.9rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.05;
}

p {
  max-width: 670px;
  margin: 18px 0 0;
  color: var(--stone);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

em {
  color: var(--sage);
  font-style: italic;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
}

.button::after {
  content: ">";
  margin-left: 0.35em;
}

.primary {
  background: var(--terracotta);
  color: white;
  box-shadow: 0 14px 26px rgba(95, 138, 107, 0.22);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-title {
  max-width: 820px;
  font-size: clamp(3.2rem, 7vw, 6.9rem);
}

.page-intro {
  max-width: 690px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  width: min(100%, var(--content-max));
  min-height: var(--header-height);
  margin: 0 auto;
  padding: 18px var(--page-pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  transform: translateX(-50%);
  background: var(--outer-gradient);
  border-bottom: 1px solid rgba(247, 245, 239, 0.16);
  backdrop-filter: none;
}

.site-header > * {
  min-width: 0;
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  color: var(--cream);
}

nav {
  display: flex;
  gap: clamp(16px, 2.4vw, 34px);
}

nav a,
.header-cta,
figcaption strong {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a {
  color: rgba(247, 245, 239, 0.72);
}

nav a:hover,
nav a.active {
  color: var(--terracotta);
}

.header-cta {
  justify-self: end;
  padding: 11px 18px;
  border: 1px solid var(--terracotta);
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--cream);
}

.active-cta {
  background: var(--terracotta);
  color: var(--cream);
}

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: min(100%, var(--content-max));
  min-height: var(--footer-height);
  margin: 0 auto;
  padding: 18px var(--page-pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transform: translateX(-50%);
  background: var(--cream);
  border-top: 1px solid var(--line);
  color: var(--stone);
  font-size: 0.92rem;
}

/* Home */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--hero-panel-height));
  padding-top: clamp(52px, 7vw, 86px);
  padding-bottom: 60px;
  background: var(--cream);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  color: var(--terracotta);
}

.hero .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--terracotta);
}

.hero h1 {
  max-width: 580px;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.05;
}

.hero-summary {
  max-width: 520px;
  margin-top: clamp(36px, 3.6vh, 72px);
  color: var(--charcoal);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.7;
}

.hero-situations {
  display: grid;
  gap: 10px;
  max-width: 500px;
  margin: clamp(36px, 3.6vh, 72px) 0 0;
  padding: 0;
  list-style: none;
}

.hero-situations li {
  position: relative;
  padding-left: 28px;
  color: var(--charcoal);
  font-size: clamp(0.98rem, 1.15vw, 1.06rem);
  line-height: 1.35;
}

.hero-situations li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--terracotta);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(48px, 4.5vh, 98px);
}

.hero .primary {
  min-height: 62px;
  padding: 17px 30px;
  background: var(--terracotta);
  box-shadow: 0 14px 26px rgba(95, 138, 107, 0.22);
  font-size: 1rem;
}

.hero-aside {
  position: absolute;
  top: clamp(52px, 7vw, 86px);
  right: var(--page-pad);
  width: min(38vw, 360px);
}

.hero-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(44, 44, 42, 0.16);
}

.hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 58% 50%;
}

.hero-kicker {
  max-width: 320px;
  margin: 18px 0 0 auto;
  padding-left: 18px;
  border-left: 2px solid rgba(95, 138, 107, 0.5);
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-style: italic;
  line-height: 1.2;
}

.hero-panel {
  position: fixed;
  right: 0;
  bottom: var(--footer-height);
  left: 50%;
  z-index: 9;
  width: min(100%, var(--content-max));
  min-height: var(--hero-panel-height);
  padding: 10px var(--page-pad);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--outer-gradient);
}

.hero-panel div {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.hero-panel strong {
  display: block;
  color: var(--terracotta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.85rem);
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-variant-numeric: lining-nums;
  line-height: 0.95;
}

.hero-panel span {
  display: block;
  margin-top: 8px;
  color: rgba(247, 245, 239, 0.56);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

/* Shared content pages */
.approach-page,
.testimonials-page,
.about-page {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  padding-top: clamp(52px, 7vw, 86px);
}

.approach-page .eyebrow,
.testimonials-page .eyebrow,
.about-page .eyebrow {
  display: flex;
  align-items: center;
  color: var(--terracotta);
}

.approach-page .eyebrow::before,
.testimonials-page .eyebrow::before,
.about-page .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--terracotta);
}

.approach-page .page-title,
.testimonials-page .page-title,
.about-page .page-title {
  margin-top: 8px;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  line-height: 1.05;
}

.page-intro > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(107, 107, 98, 0.7);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
}

/* Aanpak */
.approach-page {
  padding-bottom: clamp(48px, 7vw, 82px);
  border-top: 1px solid var(--line);
}

.approach-page .page-intro {
  display: grid;
}

.approach-page .page-intro > * {
  margin-top: 0;
}

.approach-page .approach-lead {
  max-width: 700px;
  margin-top: 24px;
  margin-bottom: 1em;
  color: rgba(44, 44, 42, 0.82) !important;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem) !important;
  line-height: 1.55 !important;
}

.approach-copy {
  display: grid;
  max-width: 680px;
  margin-top: 28px;
  gap: 0;
}

.approach-page .approach-copy p {
  margin: 0;
  color: rgba(44, 44, 42, 0.82) !important;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem) !important;
  line-height: 1.55 !important;
}

.approach-focus {
  max-width: 760px;
  margin-top: 44px;
}

.approach-subtitle {
  max-width: 560px;
  color: var(--charcoal);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.02;
}

.approach-questions {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.approach-questions li {
  position: relative;
  padding: 15px 20px 15px 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--cream);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.35;
}

.approach-questions li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--cream);
  transform: translateY(-50%);
}

/* Trajecten */
.trajectory-page {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  padding-top: clamp(52px, 7vw, 86px);
  background: var(--cream);
  color: var(--charcoal);
}

.trajectory-page.testimonials-page .page-intro p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(44, 44, 42, 0.82);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.trajectory-offers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 760px;
  margin-top: 46px;
  align-items: start;
}

.trajectory-card {
  min-height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(95, 138, 107, 0.96), rgba(83, 124, 95, 0.94));
  box-shadow: 0 18px 36px rgba(95, 138, 107, 0.16);
}

.trajectory-card h2 {
  color: var(--paper);
  font-size: clamp(2rem, 2.6vw, 2.55rem);
  line-height: 0.98;
}

.trajectory-card p,
.trajectory-card li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.trajectory-card ul {
  margin: 20px 0 0;
  padding-left: 0;
  list-style: none;
}

.trajectory-card li + li {
  margin-top: 10px;
}

.trajectory-card li {
  position: relative;
  padding-left: 0;
}

.leadership-track {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.balance-track {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(95, 138, 107, 0.96), rgba(83, 124, 95, 0.94));
}

.balance-track h2 {
  max-width: none;
}

.trajectory-pullquote {
  max-width: none;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
}

.trajectory-note {
  max-width: none;
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

.trajectory-structure {
  max-width: 760px;
  margin-top: 64px;
}

.trajectory-subtitle {
  max-width: 560px;
  color: var(--charcoal);
  font-size: clamp(1.65rem, 2.3vw, 2.1rem);
  line-height: 1.02;
}

.trajectory-copy {
  display: grid;
  gap: 10px;
  max-width: 700px;
  margin-top: 22px;
  padding-left: 20px;
}

.trajectory-copy li {
  color: rgba(44, 44, 42, 0.82);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.trajectory-copy li::marker {
  color: var(--terracotta);
}

/* Ervaringen */
.testimonials-page {
  padding-bottom: 50px;
}

.testimonials-page .page-intro p:not(.eyebrow) {
  max-width: 670px;
  color: rgba(44, 44, 42, 0.82);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.quotes {
  display: grid;
  gap: 26px;
  margin-top: 22px;
}

.testimonials-page .quotes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quotes figure {
  min-height: 250px;
  margin: 0;
  padding: 34px 40px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(95, 138, 107, 0.96), rgba(83, 124, 95, 0.94));
  box-shadow: 0 18px 36px rgba(95, 138, 107, 0.16);
}

blockquote {
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  line-height: 1.24;
}

.testimonials-page figcaption strong {
  color: rgba(255, 255, 255, 0.9);
}

figcaption span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
}

/* Over mij */
.about {
  background: var(--paper);
}

.about-page {
  background: var(--cream);
  position: relative;
}

.about-page .about-copy {
  max-width: min(700px, calc(100% - min(30vw, 300px) - 72px));
}

.about-page .page-title {
  max-width: 470px;
  margin-top: 14px;
  margin-bottom: clamp(44px, 4.5vh, 98px);
  line-height: 0.98;
}

.about-page .about-copy p:not(.eyebrow) {
  max-width: 690px;
  margin-top: clamp(34px, 3.3vh, 66px);
  color: rgba(44, 44, 42, 0.82);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.about-page .about-copy .button {
  margin-top: clamp(54px, 5.2vh, 112px);
  background: var(--terracotta);
  box-shadow: 0 14px 26px rgba(95, 138, 107, 0.22);
}

.about-image {
  position: absolute;
  top: clamp(52px, 7vw, 86px);
  right: var(--page-pad);
  width: min(30vw, 300px);
  margin: 0;
}

.about-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

/* Contact */
.cta {
  text-align: center;
  background:
    linear-gradient(rgba(22, 50, 74, 0.1), rgba(22, 50, 74, 0.1)),
    var(--sage);
  color: white;
}

.cta .eyebrow,
.cta p {
  color: rgba(255, 255, 255, 0.82);
}

.cta p {
  margin-left: auto;
  margin-right: auto;
}

.cta .primary {
  margin-top: 30px;
  background: var(--cream);
  color: var(--sage);
  box-shadow: none;
}

.contact-page {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
  background: var(--outer-gradient);
}

.contact-shell {
  width: min(100%, 860px);
  margin: 0 auto;
}

.contact-intro {
  margin: 0 auto 34px;
  text-align: left;
}

.contact-page .eyebrow {
  display: flex;
  align-items: center;
  color: rgba(247, 245, 239, 0.76);
}

.contact-page .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(247, 245, 239, 0.52);
}

.contact-page .page-title {
  max-width: none;
  margin: 8px 0 0;
  color: var(--cream);
  font-size: clamp(2.1rem, 3.4vw, 3.2rem);
  line-height: 1.15;
}

.contact-page p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(247, 245, 239, 0.78);
}

.contact-form-card {
  padding: clamp(26px, 4vw, 38px);
  background: rgba(247, 245, 239, 0.98);
  border: 1px solid rgba(247, 245, 239, 0.22);
  border-radius: 28px;
  box-shadow: 0 26px 48px rgba(10, 26, 40, 0.14);
}

.contact-form {
  padding: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
  color: var(--sage);
  font-size: 0.96rem;
  font-weight: 500;
}

.field-full {
  grid-column: 1 / -1;
}

.field span {
  color: var(--sage);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(22, 50, 74, 0.16);
  border-radius: 16px;
  background: var(--paper);
  color: var(--charcoal);
  font: inherit;
}

.field textarea {
  resize: vertical;
  min-height: 150px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(95, 138, 107, 0.32);
  outline-offset: 0;
  border-color: rgba(95, 138, 107, 0.58);
}

.choice-group {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.choice-group legend {
  margin-bottom: 12px;
  color: var(--sage);
  font-size: 0.96rem;
  font-weight: 500;
}

.choice-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--charcoal);
}

.choice-group input[type="radio"],
.consent input[type="checkbox"] {
  accent-color: var(--terracotta);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  color: var(--charcoal);
  font-size: 0.94rem;
}

.contact-actions {
  display: flex;
  margin-top: clamp(40px, 4.5vh, 56px);
}

.contact-form .primary {
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  cursor: pointer;
  font: inherit;
  background: var(--terracotta);
  color: var(--paper);
  box-shadow: 0 14px 26px rgba(95, 138, 107, 0.22);
}

.contact-form .primary:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.contact-form .button::after {
  content: "";
}

.contact-success-card {
  max-width: 620px;
  margin: 52px auto 0;
  padding: 24px 32px;
  background: rgba(247, 245, 239, 0.98);
  border: 1px solid rgba(247, 245, 239, 0.22);
  border-radius: 28px;
  box-shadow: 0 26px 48px rgba(10, 26, 40, 0.14);
}

.contact-success {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-success-inner {
  width: 100%;
}

.contact-success h2 {
  color: var(--sage);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.1;
  margin: 0;
}

.contact-page .contact-success p {
  max-width: none;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: var(--sage);
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.55;
  white-space: nowrap;
}

.contact-error {
  max-width: none;
  margin-top: 18px;
  color: #8f2f2f;
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  body.has-fixed-panel main {
    padding-bottom: var(--footer-height);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: space-between;
    overflow-x: auto;
    padding-top: 8px;
  }

  .testimonials-page .quotes {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-aside {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 520px);
    margin-top: 42px;
    margin-bottom: 34px;
  }

  .about-page .about-copy {
    max-width: 700px;
  }

  .about-image {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 520px);
    margin: 48px auto 0;
  }

  .hero-kicker {
    max-width: none;
    margin: 18px 0 0;
  }

  .hero-image img {
    aspect-ratio: 16 / 11;
    object-position: 56% 45%;
  }

  .trajectory-card {
    min-height: 0;
  }

  .hero-panel {
    display: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    padding-top: 154px;
  }

  .site-header {
    min-height: 154px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    background: var(--outer-gradient);
  }

  .brand,
  .header-cta {
    display: inline-flex;
    align-items: center;
  }

  .brand {
    color: var(--cream);
  }

  .header-cta {
    justify-self: end;
    padding: 9px 13px;
    font-size: 0.68rem;
    border-color: var(--terracotta);
    background: var(--terracotta);
    color: var(--cream);
  }

  nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: start;
    gap: 18px;
    padding: 8px 0 4px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  h1 {
    font-size: clamp(3.35rem, 18vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .hero-aside {
    margin-top: 32px;
  }

  .about-image {
    margin-top: 38px;
  }

  .hero .primary {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }

  blockquote {
    font-size: 2.1rem;
  }

  footer {
    position: static;
    width: min(100%, var(--content-max));
    display: grid;
    transform: none;
  }
}
