:root {
  --bg: #120d0a;
  --bg-2: #241414;
  --bg-3: #101525;
  --ink: #fff8ea;
  --muted: rgba(255, 248, 234, .72);
  --muted-2: rgba(255, 248, 234, .58);
  --gold: #f8d477;
  --gold-2: #ffe2a1;
  --copper: #d98246;
  --terracotta: #b8563f;
  --wine: #4a2027;
  --line: rgba(248, 212, 119, .22);
  --line-soft: rgba(255, 248, 234, .14);
  --glass: rgba(255, 255, 255, .08);
  --glass-strong: rgba(255, 255, 255, .115);
  --shadow: 0 34px 110px rgba(0, 0, 0, .36);
  --radius: 30px;
  --max: 1160px;
}

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

html {
  min-width: 0;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 212, 119, .22), transparent 34rem),
    radial-gradient(circle at 88% 10%, rgba(217, 130, 70, .20), transparent 32rem),
    radial-gradient(circle at 50% 110%, rgba(184, 86, 63, .18), transparent 38rem),
    linear-gradient(145deg, #111827 0%, #2c1d22 48%, #101525 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  opacity: .22;
  background:
    linear-gradient(90deg, rgba(248, 212, 119, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(248, 212, 119, .055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.72), transparent 82%);
  pointer-events: none;
}

a {
  color: inherit;
}

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

img {
  max-width: 100%;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  isolation: isolate;
}

.page::before {
  content: "";
  position: fixed;
  z-index: -3;
  inset: -18rem auto auto -16rem;
  width: 42rem;
  height: 42rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(248, 212, 119, .18), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
  animation: paFloat 12s ease-in-out infinite alternate;
}

.page::after {
  content: "";
  position: fixed;
  z-index: -3;
  inset: auto -18rem -22rem auto;
  width: 44rem;
  height: 44rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(184, 86, 63, .18), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
  animation: paFloatReverse 14s ease-in-out infinite alternate;
}

@keyframes paFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(28px, 24px, 0) scale(1.06);
  }
}

@keyframes paFloatReverse {
  from {
    transform: translate3d(0, 0, 0) scale(1.04);
  }

  to {
    transform: translate3d(-26px, -20px, 0) scale(1);
  }
}

.container,
.pa-container {
  width: min(100% - 36px, var(--max));
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #211108;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .70), transparent 36%),
    linear-gradient(135deg, #ffe8a3, var(--gold) 52%, var(--copper));
  box-shadow:
    0 18px 44px rgba(217, 130, 70, .24),
    inset 0 0 0 1px rgba(255, 255, 255, .38);
  font-weight: 950;
  letter-spacing: -.06em;
}

.brand span:last-child {
  display: block;
  font-size: 18px;
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.045em;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .01em;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(248, 212, 119, .22);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 248, 234, .06);
  backdrop-filter: blur(18px);
  font-size: 14px;
  font-weight: 800;
}

.hero,
.pa-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  align-items: center;
  gap: 44px;
  padding: 54px 0 76px;
}

.hero::before,
.pa-hero::before {
  content: "";
  position: absolute;
  inset: -34px -20px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 32px;
  border: 1px solid rgba(248, 212, 119, .18);
  background:
    linear-gradient(90deg, rgba(248, 212, 119, .12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(248, 212, 119, .09) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .42;
  transform: rotate(8deg);
  pointer-events: none;
  animation: paGridDrift 10s ease-in-out infinite alternate;
}

@keyframes paGridDrift {
  from {
    transform: rotate(8deg) translateY(0);
  }

  to {
    transform: rotate(8deg) translateY(18px);
  }
}

.hero > div,
.pa-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  animation: paFadeUp .65s ease both;
}

.eyebrow,
.kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 9px 14px;
  overflow: hidden;
  border: 1px solid rgba(248, 212, 119, .32);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(248, 212, 119, .09);
  box-shadow: 0 14px 42px rgba(217, 130, 70, .12);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before,
.kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(248, 212, 119, .12);
}

.eyebrow::after,
.kicker::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(248, 212, 119, .30), transparent);
  opacity: 0;
  pointer-events: none;
  animation: paPulse 3.4s ease-in-out infinite;
}

@keyframes paPulse {
  0%, 100% {
    opacity: 0;
    transform: translateX(-14px);
  }

  50% {
    opacity: .55;
    transform: translateX(14px);
  }
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0 0 18px;
  max-width: 860px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: .92;
  letter-spacing: -.08em;
  background: linear-gradient(135deg, #fff8ea 0%, #ffe2a1 34%, var(--gold) 62%, var(--copper) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 28px 90px rgba(248, 212, 119, .13);
}

.lead {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.68;
}

.notice {
  max-width: 760px;
  margin-top: 22px;
  padding: 17px 18px;
  border: 1px solid rgba(248, 212, 119, .18);
  border-radius: 22px;
  color: rgba(255, 248, 234, .76);
  background:
    radial-gradient(circle at 0% 0%, rgba(248, 212, 119, .10), transparent 34%),
    rgba(255, 248, 234, .055);
  line-height: 1.65;
}

.notice strong {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.cta-primary,
.cta-secondary,
.pa-btn {
  position: relative;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cta-primary,
.pa-btn--primary {
  border: 1px solid rgba(248, 212, 119, .32);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, .70), transparent 32%),
    linear-gradient(135deg, #ffe8a3, var(--gold) 45%, var(--copper));
  color: #211108;
  box-shadow: 0 24px 62px rgba(217, 130, 70, .28);
}

.cta-secondary,
.pa-btn--secondary {
  border: 1px solid rgba(255, 248, 234, .20);
  background: rgba(255, 248, 234, .07);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.cta-primary:hover,
.cta-secondary:hover,
.pa-btn:hover {
  transform: translateY(-2px);
}

.cta-primary::after,
.pa-btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
  transition: transform .58s ease;
  pointer-events: none;
}

.cta-primary:hover::after,
.pa-btn--primary:hover::after {
  transform: translateX(120%);
}

.deco-panel,
.pa-hero-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 540px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(248, 212, 119, .22);
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 15%, rgba(248, 212, 119, .22), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(217, 130, 70, .16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .050)),
    rgba(255, 248, 234, .06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  animation: paFadeUp .65s ease .08s both;
}

.deco-panel::before,
.pa-hero-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 248, 234, .18);
  border-radius: 28px;
  pointer-events: none;
}

.sunburst {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: 42px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background:
    conic-gradient(
      from 0deg,
      rgba(248, 212, 119, .10),
      rgba(248, 212, 119, .68),
      rgba(217, 130, 70, .16),
      rgba(248, 212, 119, .72),
      rgba(248, 212, 119, .10)
    );
  mask: repeating-conic-gradient(#000 0 7deg, transparent 7deg 14deg);
  opacity: .88;
  filter: drop-shadow(0 18px 40px rgba(248, 212, 119, .14));
  animation: paSun 18s linear infinite;
}

@keyframes paSun {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.arch {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 86px;
  width: 235px;
  height: 330px;
  transform: translateX(-50%);
  border: 16px solid rgba(248, 212, 119, .34);
  border-bottom: 0;
  border-radius: 130px 130px 0 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 248, 234, .20),
    0 22px 70px rgba(0, 0, 0, .26);
}

.arch::before,
.arch::after {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255, 248, 234, .18);
  border-bottom: 0;
  border-radius: 100px 100px 0 0;
}

.arch::after {
  inset: 62px;
}

.glass-card {
  position: absolute;
  z-index: 4;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 20px;
  border: 1px solid rgba(255, 248, 234, .22);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(20, 13, 10, .72);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

.glass-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.glass-card span {
  display: block;
  color: rgba(255, 248, 234, .76);
  line-height: 1.58;
}

.glass-card code {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 248, 234, .78);
}

/* Hero photo Perpignan */
.deco-panel--photo {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 35% 18%, rgba(248, 212, 119, .22), transparent 28rem),
    linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
}

.deco-panel--photo > img,
.pa-hero-image img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  display: block;
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04) brightness(.82);
}

.deco-panel--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, .05) 0%, rgba(17, 24, 39, .72) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, .045) 0 1px,
      transparent 1px 17px
    );
  pointer-events: none;
}

.deco-panel--photo .sunburst,
.deco-panel--photo .arch {
  z-index: 3;
  opacity: .72;
  mix-blend-mode: screen;
}

.deco-panel--photo .glass-card {
  z-index: 4;
}

.section,
.pa-section {
  padding: 34px 0;
}

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

.card,
.feature-card,
.content-card,
.pa-quiet-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 212, 119, .18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 212, 119, .11), transparent 28%),
    linear-gradient(145deg, rgba(255, 248, 234, .105), rgba(255, 248, 234, .052)),
    rgba(255, 248, 234, .055);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: paFadeUp .65s ease both;
}

.card::before,
.feature-card::before,
.content-card::before,
.pa-quiet-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--copper), transparent);
  opacity: .76;
  pointer-events: none;
}

.card::after,
.feature-card::after,
.content-card::after,
.pa-quiet-card::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  right: -8rem;
  top: -7rem;
  background: radial-gradient(circle, rgba(245, 199, 108, .16), transparent 70%);
  pointer-events: none;
}

.card > *,
.feature-card > *,
.content-card > *,
.pa-quiet-card > * {
  position: relative;
  z-index: 1;
}

.card,
.feature-card {
  padding: 24px;
}

.card:hover,
.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(248, 212, 119, .34);
  box-shadow: 0 28px 90px rgba(217, 130, 70, .14), 0 18px 60px rgba(0, 0, 0, .24);
}

.icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  font-size: 24px;
  box-shadow: inset 0 0 0 1px rgba(248, 212, 119, .24), 0 14px 38px rgba(217, 130, 70, .10);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .32), transparent 42%),
    linear-gradient(135deg, rgba(248, 212, 119, .17), rgba(217, 130, 70, .12));
}

.card h2,
.feature-card h2,
.content-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.card p,
.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.content-card {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 28px;
  padding: clamp(26px, 5vw, 46px);
}

.content-card h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.rich-text,
.resource-list {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.rich-text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
  font-size: 17px;
}

.rich-text p + p {
  margin-top: 15px;
}

.text-link,
.keyword-link {
  color: var(--gold-2);
  text-decoration-color: rgba(255, 226, 161, .35);
  text-underline-offset: 4px;
  font-weight: 850;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.text-link:hover,
.keyword-link:hover {
  color: #fff1c2;
  text-decoration-color: rgba(255, 226, 161, .72);
}

.internal-list,
.resource-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.internal-list li,
.resource-list li {
  padding: 15px 17px;
  border-radius: 20px;
  background: rgba(255, 248, 238, .07);
  border: 1px solid rgba(255, 248, 238, .12);
}

.internal-list a {
  display: block;
  color: var(--gold-2);
  font-weight: 850;
  text-decoration-color: rgba(255, 226, 161, .35);
  text-underline-offset: 4px;
}

.internal-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.65;
}

.resource-list strong {
  display: block;
  color: var(--ink);
  margin-bottom: 3px;
}

.resource-list button,
.footer-contact {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(255, 248, 238, .26);
  text-underline-offset: 4px;
}

.resource-list button:hover,
.footer-contact:hover {
  color: rgba(255, 248, 238, .86);
}

.pa-section--quiet {
  padding: clamp(54px, 9vw, 110px) 0;
}

.pa-quiet-card {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  text-align: center;
}

.pa-quiet-card h1 {
  margin: 16px 0;
  font-size: clamp(36px, 6vw, 64px);
  line-height: .95;
  letter-spacing: -.07em;
}

.pa-quiet-card p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 auto 16px;
  max-width: 620px;
}

.footer {
  padding: 42px 0 34px;
  color: var(--muted-2);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 248, 238, .14);
  padding-top: 22px;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer a,
.footer-contact {
  color: rgba(255, 248, 238, .58);
  text-underline-offset: 4px;
}

.footer a:hover,
.footer-contact:hover {
  color: var(--gold-2);
}

.footer a[href="https://www.meilleur-blog.fr/"] {
  color: rgba(255, 248, 234, .54);
  text-decoration-color: rgba(248, 212, 119, .32);
}

.footer a[href="https://www.meilleur-blog.fr/"]:hover {
  color: var(--gold);
}

/* 404 */
.error-page {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 212, 119, .22), transparent 34rem),
    linear-gradient(180deg, #120d0a, #0d0907);
}

.error-card {
  width: min(100%, 680px);
  padding: clamp(28px, 6vw, 52px);
  border: 1px solid rgba(255, 248, 238, .16);
  border-radius: 34px;
  background: rgba(255, 248, 238, .08);
  text-align: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
}

.error-card .code {
  display: inline-grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #ffe2a1, #f5c76c);
  color: #211108;
  font-weight: 900;
}

.error-card h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 7vw, 58px);
  letter-spacing: -.07em;
}

.error-card p {
  color: rgba(255, 248, 238, .68);
  line-height: 1.7;
}

.error-card a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #211108;
  background: linear-gradient(135deg, #ffe2a1, #f5c76c);
  font-weight: 850;
  text-decoration: none;
}

@keyframes paFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grid-3 > *:nth-child(2) {
  animation-delay: .08s;
}

.grid-3 > *:nth-child(3) {
  animation-delay: .16s;
}

@media (max-width: 900px) {
  .hero,
  .pa-hero,
  .content-card {
    grid-template-columns: 1fr;
  }

  .hero,
  .pa-hero {
    padding-top: 26px;
  }

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

  .deco-panel,
  .pa-hero-media,
  .deco-panel--photo,
  .deco-panel--photo > img,
  .pa-hero-image img {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page {
    max-width: 100%;
  }

  .container,
  .pa-container {
    width: min(100% - 26px, var(--max));
    max-width: calc(100% - 26px);
  }

  .nav {
    align-items: flex-start;
  }

  .nav-pill {
    display: none;
  }

  .hero,
  .pa-hero,
  .section,
  .pa-section,
  .content-card,
  .grid-3,
  .deco-panel,
  .pa-hero-media,
  .deco-panel--photo {
    width: 100%;
    min-width: 0;
  }

  .hero::before,
  .pa-hero::before {
    right: -120px;
    top: -110px;
    width: 210px;
    height: 210px;
    opacity: .24;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 13.5vw, 56px);
    line-height: .98;
    letter-spacing: -.065em;
  }

  .lead,
  .notice,
  .rich-text,
  .card p,
  .feature-card p,
  .content-card p,
  .glass-card span {
    overflow-wrap: break-word;
  }

  .hero-actions {
    align-items: stretch;
  }

  .cta-primary,
  .cta-secondary,
  .pa-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .content-card {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .deco-panel,
  .pa-hero-media,
  .deco-panel--photo,
  .deco-panel--photo > img,
  .pa-hero-image img {
    min-height: 360px;
  }

  .deco-panel::before,
  .pa-hero-media::before {
    inset: 12px;
    border-radius: 20px;
  }

  .deco-panel--photo > img,
  .pa-hero-image img {
    left: 50%;
    width: 104%;
    max-width: none;
    transform: translateX(-50%) scale(1.015);
  }

  .sunburst {
    top: 30px;
    right: 26px;
    width: 150px;
    height: 150px;
    transform: scale(.92);
  }

  .arch {
    left: 50%;
    width: min(190px, 54vw);
    height: 270px;
    bottom: 72px;
  }

  .glass-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .card:hover,
  .feature-card:hover,
  .cta-primary:hover,
  .cta-secondary:hover,
  .pa-btn:hover {
    transform: none;
  }

  .footer-inner {
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .container,
  .pa-container {
    width: min(100% - 22px, var(--max));
    max-width: calc(100% - 22px);
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand span:last-child {
    font-size: 16px;
  }

  .deco-panel,
  .pa-hero-media,
  .card,
  .feature-card,
  .content-card {
    border-radius: 24px;
  }

  .card,
  .feature-card {
    padding: 21px;
  }
}

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