/* Rise Health Guide — custom theme */
:root {
  --ink: #102d3d;
  --ink-soft: #466371;
  --teal: #0089db;
  --teal-bright: #10a493;
  --teal-dark: #007092;
  --ocean: #155e75;
  --coral: #f47f64;
  --coral-dark: #db6048;
  --mint: #eaf8f4;
  --mint-soft: #f4fbf9;
  --cream: #fffaf5;
  --line: #dbe9e6;
  --white: #ffffff;
  --shadow-sm: 0 12px 35px rgba(16, 45, 61, .08);
  --shadow-lg: 0 28px 70px rgba(16, 45, 61, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
body::selection { background: #bfe9df; color: var(--ink); }
a { color: var(--teal); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--teal-dark); }
img { max-width: 100%; }
section[id] { scroll-margin-top: 6rem; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: .75rem;
  left: .75rem;
  transform: translateY(-180%);
  background: var(--ink);
  color: var(--white);
  padding: .7rem 1rem;
  border-radius: .75rem;
  text-decoration: none;
}
.skip-link:focus { transform: none; color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(219, 233, 230, .78);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(16, 45, 61, .08); background: rgba(255, 255, 255, .97); }
.navbar { min-height: 5rem; }
.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none;
}
.navbar-brand img{
  width: 250px;
}

.navbar-brand:hover { color: var(--ink); }
.brand-mark { width: 2.7rem; height: 2.7rem; flex: none; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-name { font-size: 1.05rem; }
.brand-tagline { color: var(--ink-soft); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.navbar-nav { gap: .15rem; }
.navbar .nav-link {
  color: #385564;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 700;
  padding: .55rem .78rem !important;
  text-decoration: none;
}
.navbar .nav-link:hover,
.navbar .nav-link.active { color: var(--teal-dark); background: var(--mint); }
.navbar-toggler { border: 0; box-shadow: none !important; padding: .4rem; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23102d3d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: .78rem 1.2rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-brand { color: var(--white); background: var(--teal); border: 1px solid var(--teal); box-shadow: 0 10px 22px rgba(15, 118, 110, .2); }
.btn-brand:hover, .btn-brand:focus { color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); box-shadow: 0 14px 28px rgba(15, 118, 110, .24); }
.btn-coral { color: var(--white); background: var(--coral); border: 1px solid var(--coral); box-shadow: 0 10px 22px rgba(244, 127, 100, .24); }
.btn-coral:hover, .btn-coral:focus { color: var(--white); background: var(--coral-dark); border-color: var(--coral-dark); }
.btn-soft { color: var(--teal-dark); background: var(--mint); border: 1px solid #ccece5; }
.btn-soft:hover, .btn-soft:focus { color: var(--teal-dark); background: #d8f2ec; border-color: #b7e4da; }
.btn-outline-brand { color: var(--teal); background: transparent; border: 1px solid #9ecfc7; }
.btn-outline-brand:hover, .btn-outline-brand:focus { color: var(--white); background: var(--teal); border-color: var(--teal); }
.link-arrow { display: inline-flex; gap: .4rem; align-items: center; font-weight: 800; text-decoration: none; }
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(.25rem); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 164, 147, .16), transparent 24rem),
    radial-gradient(circle at 92% 70%, rgba(244, 127, 100, .13), transparent 28rem),
    linear-gradient(135deg, #f5fcfa 0%, #fffaf6 100%);
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(4.5rem, 9vw, 7rem);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(15, 118, 110, .15);
  border-radius: 50%;
}

.hero h1{
  font-size: 45px;
  font-weight: bold;
}

.hero::before { width: 25rem; height: 25rem; top: -13rem; right: 22%; }
.hero::after { width: 13rem; height: 13rem; bottom: -7rem; left: 5%; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--teal-dark);
  background: rgba(234, 248, 244, .88);
  border: 1px solid #cbe8e2;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: .48rem; height: .48rem; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 .25rem rgba(244, 127, 100, .14); }
.display-title {
  max-width: 13ch;
  margin: 1.2rem 0 1.25rem;
  color: var(--ink);
  font-size: clamp(2.65rem, 6vw, 5.7rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}
.text-gradient { color: var(--teal); }
.hero-lead { max-width: 38rem; color: var(--ink-soft); font-size: clamp(1.03rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-note { display: flex; align-items: center; gap: .65rem; margin-top: 1.35rem; color: var(--ink-soft); font-size: .86rem; font-weight: 650; }
.hero-note .check-dot { display: grid; width: 1.45rem; height: 1.45rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); }
.hero-art-wrap { position: relative; padding: 1rem; }
.hero-art-wrap::before { content: ""; position: absolute; inset: 8% 1% 1% 8%; border-radius: 3rem; background: #c9eee6; transform: rotate(-5deg); }
.hero-art { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 2.2rem; box-shadow: var(--shadow-lg); transform: rotate(1.5deg); }
.floating-note {
  position: absolute;
  right: -.3rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  max-width: 15rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(219, 233, 230, .9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow-sm);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
}
.floating-note-icon { display: grid; flex: none; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: .75rem; color: var(--white); background: var(--coral); }

.section { padding: clamp(4.75rem, 9vw, 7.5rem) 0; }
.section-soft { background: var(--mint-soft); }
.section-cream { background: var(--cream); }
.section-heading { max-width: 46rem; margin-bottom: 2.5rem; }
.section-heading.text-center { margin-inline: auto; }
.section-kicker { color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-title { margin: .55rem 0 .85rem; color: var(--ink); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; letter-spacing: -.05em; line-height: 1.06; }
.section-copy { margin: 0; color: var(--ink-soft); font-size: 1.03rem; }
.rounded-art { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 2rem; box-shadow: var(--shadow-lg); }
.art-frame { position: relative; }
.art-frame::after { content: ""; position: absolute; z-index: -1; inset: auto -1rem -1rem 3rem; height: 55%; border-radius: 2rem; background: #d8f1eb; }

.pill-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.pill-list li { padding: .48rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: #355563; font-size: .85rem; font-weight: 750; }

.feature-card {
  height: 100%;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 45, 61, .045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: #bee1da; box-shadow: var(--shadow-sm); }
.icon-tile { display: grid; width: 3.15rem; height: 3.15rem; place-items: center; margin-bottom: 1rem; border-radius: 1rem; color: var(--teal); background: var(--mint); }
.icon-tile.coral { color: var(--coral-dark); background: #fff0eb; }
.icon-tile.ocean { color: var(--ocean); background: #e8f4f7; }
.feature-card h3 { margin-bottom: .55rem; font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.service-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(16, 45, 61, .055);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: #b9ddd6; box-shadow: var(--shadow-lg); }
.service-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--mint); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-media img { transform: scale(1.035); }
.service-body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.service-body h3 { margin-bottom: .6rem; font-size: 1.15rem; font-weight: 850; letter-spacing: -.025em; }
.service-body p { margin-bottom: 1.15rem; color: var(--ink-soft); font-size: .91rem; }
.service-body .btn { align-self: flex-start; margin-top: auto; padding: .63rem .95rem; font-size: .84rem; }

.quote-card { position: relative; height: 100%; padding: 1.7rem; border: 1px solid var(--line); border-radius: 1.5rem; background: var(--white); box-shadow: var(--shadow-sm); }
.quote-mark { color: var(--coral); font-family: Georgia, serif; font-size: 4rem; line-height: .7; }
.quote-card blockquote { margin: .85rem 0 1.3rem; color: #2d4a58; font-size: 1rem; }
.quote-person { display: flex; align-items: center; gap: .8rem; }
.avatar { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(145deg, var(--teal-bright), var(--ocean)); font-weight: 900; }
.quote-person strong { display: block; font-size: .93rem; }
.quote-person span { display: block; color: var(--ink-soft); font-size: .76rem; }

.blog-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 1.4rem; background: var(--white); box-shadow: 0 12px 35px rgba(16, 45, 61, .055); transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card-body { padding: 1.4rem; }
.blog-topic { display: inline-flex; margin-bottom: .7rem; color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-card h3 { margin-bottom: .7rem; font-size: 1.26rem; font-weight: 850; letter-spacing: -.03em; line-height: 1.25; }
.blog-card h3 a { color: var(--ink); text-decoration: none; }
.blog-card h3 a:hover { color: var(--teal); }
.blog-card p { color: var(--ink-soft); font-size: .91rem; }

.accordion { --bs-accordion-border-color: var(--line); --bs-accordion-active-bg: var(--mint); --bs-accordion-active-color: var(--teal-dark); --bs-accordion-btn-focus-box-shadow: 0 0 0 .22rem rgba(15, 118, 110, .12); }
.accordion-item { overflow: hidden; margin-bottom: .8rem; border: 1px solid var(--line) !important; border-radius: 1rem !important; background: var(--white); }
.accordion-button { padding: 1.15rem 1.25rem; color: var(--ink); font-weight: 800; }
.accordion-button:not(.collapsed) { box-shadow: inset 0 -1px 0 var(--line); }
.accordion-button::after { border-radius: 50%; }
.accordion-body { color: var(--ink-soft); }

.cta-panel { position: relative; isolation: isolate; overflow: hidden; padding: clamp(2.4rem, 6vw, 4.4rem); border-radius: 2rem; color: var(--white); background: linear-gradient(125deg, var(--teal-dark), var(--ocean)); box-shadow: var(--shadow-lg); }
.cta-panel::before { content: ""; position: absolute; z-index: -1; width: 25rem; height: 25rem; right: -9rem; top: -12rem; border: 4rem solid rgba(255, 255, 255, .06); border-radius: 50%; }
.cta-panel::after { content: ""; position: absolute; z-index: -1; width: 12rem; height: 12rem; left: -5rem; bottom: -7rem; background: var(--coral); border-radius: 50%; opacity: .3; }
.cta-panel h2 { margin-bottom: .8rem; color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.cta-panel p { max-width: 42rem; margin-bottom: 1.5rem; color: rgba(255, 255, 255, .79); }

.inner-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0; background: linear-gradient(135deg, #effaf7, #fff8f3); }
.inner-hero::after { content: ""; position: absolute; width: 25rem; height: 25rem; top: -12rem; right: -7rem; border: 4rem solid rgba(15, 118, 110, .06); border-radius: 50%; }
.inner-hero .section-title { max-width: 14ch; font-size: clamp(2.6rem, 6vw, 5.2rem); }
.inner-hero .section-copy { max-width: 43rem; }
.breadcrumbs { display: flex; gap: .5rem; align-items: center; margin-bottom: 1.1rem; color: var(--ink-soft); font-size: .82rem; font-weight: 750; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span[aria-hidden] { color: #8aa2ad; }

.value-row { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.value-row:last-child { border-bottom: 0; }
.value-row h3 { margin-bottom: .35rem; font-size: 1.08rem; font-weight: 850; }
.value-row p { margin: 0; color: var(--ink-soft); }

.contact-card, .form-card, .content-card { border: 1px solid var(--line); border-radius: 1.6rem; background: var(--white); box-shadow: var(--shadow-sm); }
.contact-card { padding: 1.5rem; }
.contact-list { display: grid; gap: 1.15rem; margin: 0; padding: 0; list-style: none; }
.contact-item { display: grid; grid-template-columns: 2.8rem 1fr; gap: .8rem; align-items: start; }
.contact-item .icon-tile { width: 2.8rem; height: 2.8rem; margin: 0; border-radius: .8rem; }
.contact-label { display: block; margin-bottom: .1rem; color: var(--ink-soft); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-value { color: var(--ink); font-size: .94rem; font-weight: 750; text-decoration: none; }
.contact-value:hover { color: var(--teal); }
.form-card { padding: clamp(1.5rem, 4vw, 2.4rem); }
.form-label { color: var(--ink); font-size: .85rem; font-weight: 800; }
.form-control, .form-select { min-height: 3.15rem; border-color: #cedfdb; border-radius: .8rem; color: var(--ink); background-color: #fbfefd; }
textarea.form-control { min-height: 9rem; resize: vertical; }
.form-control:focus, .form-select:focus { border-color: var(--teal-bright); box-shadow: 0 0 0 .22rem rgba(15, 118, 110, .12); }
.form-text { color: var(--ink-soft); font-size: .78rem; }
.form-check-input:checked { background-color: var(--teal); border-color: var(--teal); }
.success-message { display: none; margin-top: 1rem; padding: .9rem 1rem; border: 1px solid #b6e2d7; border-radius: .8rem; color: #125b52; background: #e9f9f4; font-weight: 750; }
.success-message.show { display: block; }

.newsletter-layout { min-height: calc(100vh - 11rem); display: grid; align-items: center; padding: 4rem 0; background: linear-gradient(135deg, #f0faf7, #fff8f3); }
.newsletter-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 2rem; background: var(--white); box-shadow: var(--shadow-lg); }
.newsletter-art { position: relative; height: 100%; min-height: 28rem; overflow: hidden; background: var(--ink); }
.newsletter-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(15, 118, 110, .08), rgba(16, 45, 61, .22)); pointer-events: none; }
.newsletter-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.newsletter-content { padding: clamp(2rem, 6vw, 4.2rem); }
.newsletter-content h1 { margin: .75rem 0 1rem; font-size: clamp(2.3rem, 5vw, 4.1rem); font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.newsletter-content p { color: var(--ink-soft); }

.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem; }
.legal-nav { position: sticky; top: 6.5rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--mint-soft); }
.legal-nav strong { display: block; margin-bottom: .65rem; }
.legal-nav a { display: block; padding: .38rem .2rem; color: var(--ink-soft); font-size: .88rem; font-weight: 700; text-decoration: none; }
.legal-nav a:hover { color: var(--teal); }
.legal-content { max-width: 52rem; }
.legal-section { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { margin-bottom: .85rem; font-size: 1.55rem; font-weight: 850; letter-spacing: -.03em; }
.legal-section h3 { margin: 1.3rem 0 .55rem; font-size: 1.05rem; font-weight: 850; }
.legal-section p, .legal-section li { color: var(--ink-soft); }
.legal-section ul { padding-left: 1.2rem; }
.legal-callout { padding: 1rem 1.15rem; border-left: .25rem solid var(--coral); border-radius: .25rem .8rem .8rem .25rem; background: #fff3ee; color: #654138; }

.article-hero { padding: clamp(4rem, 8vw, 6.5rem) 0 3rem; background: linear-gradient(135deg, #effaf7, #fff8f3); }
.article-hero h1 { max-width: 18ch; margin: 1rem 0 1.2rem; font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 850; letter-spacing: -.06em; line-height: 1; }
.article-deck { max-width: 44rem; color: var(--ink-soft); font-size: 1.08rem; }
.article-image { width: 100%; max-height: 38rem; object-fit: cover; border-radius: 1.8rem; box-shadow: var(--shadow-lg); }
.article-body { max-width: 48rem; margin-inline: auto; }
.article-body > p:first-child { color: #294957; font-size: 1.15rem; }
.article-body h2 { margin: 2.3rem 0 .8rem; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 850; letter-spacing: -.035em; }
.article-body h3 { margin: 1.7rem 0 .65rem; font-size: 1.2rem; font-weight: 850; }
.article-body p, .article-body li { color: var(--ink-soft); }
.article-body li { margin-bottom: .5rem; }
.article-tip { margin: 2rem 0; padding: 1.2rem 1.35rem; border: 1px solid #c7e8e0; border-radius: 1rem; background: var(--mint-soft); }
.article-tip strong { display: block; margin-bottom: .25rem; color: var(--teal-dark); }
.disclaimer { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #718791; font-size: .8rem; }

.site-footer { color: rgba(255, 255, 255, .74); background: #0d2937; }
.footer-main { padding: 4rem 0 2.5rem; }
.site-footer .navbar-brand { color: var(--white); }
.site-footer .brand-tagline { color: rgba(255, 255, 255, .58); }
.footer-copy { max-width: 28rem; margin: 1rem 0 1.2rem; color: rgba(255, 255, 255, .64); font-size: .9rem; }
.footer-heading { margin-bottom: 1rem; color: var(--white); font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: rgba(255, 255, 255, .7); font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-email { color: #91dfd1; font-weight: 800; text-decoration: none; }
.footer-email:hover { color: var(--white); }
.footer-bottom { padding: 1.15rem 0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-legal a { color: rgba(255, 255, 255, .66); text-decoration: none; }
.footer-legal a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 992px) {
  .legal-layout { grid-template-columns: 14rem minmax(0, 1fr); gap: 4rem; }
}

@media (max-width: 991.98px) {
  .navbar-collapse { margin-top: .7rem; padding: .8rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow-sm); }
  .navbar-nav { gap: .25rem; }
  .navbar .nav-link { padding: .65rem .8rem !important; }
  .nav-cta { margin-top: .5rem; width: 100%; }
  .hero-art-wrap { margin-top: 2.5rem; }
  .floating-note { right: 0; }
  .legal-nav { position: static; }
}

@media (max-width: 767.98px) {
  .navbar { min-height: 4.6rem; }
  .brand-tagline { display: none; }
  .hero { padding-top: 4rem; }
  .display-title { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .floating-note { position: relative; right: auto; bottom: auto; max-width: none; margin: -1.5rem 1rem 0; }
  .footer-legal { justify-content: flex-start; margin-top: .55rem; }
  .newsletter-art { min-height: auto; }
}

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