:root {
  --ink: #191714;
  --paper: #f7f0e7;
  --cream: #fffaf2;
  --muted: #786f64;
  --gold: #b8893f;
  --gold-bright: #d6ad62;
  --forest: #18372f;
  --clay: #9c5742;
  --line: rgba(25, 23, 20, 0.14);
  --shadow: 0 26px 70px rgba(25, 23, 20, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
p { line-height: 1.7; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.diamond { color: var(--gold-bright); font-size: 0.72em; }

.cursor-dot, .cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2000;
  transform: translate(-50%, -50%);
}

.cursor-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); }
.cursor-ring { width: 34px; height: 34px; border: 1px solid rgba(214, 173, 98, 0.7); border-radius: 50%; transition: width 0.2s, height 0.2s, opacity 0.2s; }
.cursor-ring.is-active { width: 52px; height: 52px; opacity: 0.55; }

.scroll-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--clay), var(--gold-bright));
}

.preloader {
  position: fixed;
  inset: 0;
  background: #171512;
  color: var(--paper);
  display: grid;
  place-items: center;
  z-index: 1800;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader-inner { width: min(360px, 80vw); text-align: center; }
.pl-logo { font-family: "Cormorant Garamond", serif; font-size: 2rem; margin-bottom: 1.5rem; }
.pl-bar { height: 2px; background: rgba(255,255,255,0.15); overflow: hidden; }
.pl-fill { height: 100%; width: 0; background: var(--gold-bright); transition: width 0.3s ease; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  color: var(--cream);
  transition: background 0.25s ease, padding 0.25s ease, color 0.25s ease;
}

.nav.compact, .nav.is-scrolled {
  background: rgba(247, 240, 231, 0.92);
  color: var(--ink);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.nav-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo, .footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.45rem;
  padding: 0;
  margin: 0;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links a { opacity: 0.74; }
.nav-links a.active, .nav-links a:hover { opacity: 1; color: var(--gold-bright); }

.btn-nav-cta, .btn-gold, .btn-ghost, .btn-ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0 1.25rem;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.88rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-nav-cta, .btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #171512;
  box-shadow: 0 14px 28px rgba(184, 137, 63, 0.28);
}

.btn-gold:hover, .btn-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(184, 137, 63, 0.35); }
.btn-ghost { border-color: rgba(255,255,255,0.48); color: var(--cream); background: rgba(255,255,255,0.04); }
.btn-ghost-light { border-color: rgba(255,255,255,0.35); color: var(--cream); }
.btn-full { width: 100%; }

.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: currentColor; margin: 7px auto; }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(25, 23, 20, 0.96);
  color: var(--cream);
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  display: grid;
  place-items: center;
}

.mobile-menu.is-open { transform: translateY(0); }
.mm-inner { display: grid; gap: 1.3rem; text-align: center; font-family: "Cormorant Garamond", serif; font-size: 2.4rem; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--cream);
  isolation: isolate;
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; z-index: -2; background: #191714; }
.hero-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25,23,20,0.92) 0%, rgba(25,23,20,0.68) 43%, rgba(25,23,20,0.2) 100%),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2400&q=82") center / cover;
  transform: scale(1.04);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  mix-blend-mode: screen;
  background-image: radial-gradient(rgba(255,255,255,0.32) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
}

.hero-content {
  width: min(1080px, calc(100% - 40px));
  padding-top: 70px;
}

.hero-eyebrow, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-eyebrow span {
  display: block;
  width: 42px;
  height: 1px;
  background: currentColor;
}

.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.6rem, 12vw, 11.6rem);
  line-height: 0.78;
  letter-spacing: 0;
  margin: 1.25rem 0 1.4rem;
  max-width: 980px;
}

.hero-title > span { display: block; overflow: hidden; }
.hero-title > span > span { display: inline-block; animation: rise 0.9s cubic-bezier(.2,.75,.2,1) both; }
.hero-title > span:nth-child(2) > span { animation-delay: 0.1s; }
.hero-title > span:nth-child(3) > span { color: var(--gold-bright); animation-delay: 0.2s; }

@keyframes rise { from { transform: translateY(110%); } to { transform: translateY(0); } }

.hero-sub { max-width: 620px; color: rgba(255,250,242,0.78); font-size: clamp(1rem, 1.7vw, 1.22rem); margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-scroll-cue {
  position: absolute;
  left: 34px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255,250,242,0.65);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hsc-track { width: 1px; height: 54px; background: rgba(255,255,255,0.25); position: relative; }
.hsc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); position: absolute; left: -3px; animation: cue 1.6s infinite; }
@keyframes cue { 0% { top: 0; opacity: 0; } 25% { opacity: 1; } 100% { top: 48px; opacity: 0; } }

.hero-stat-cards {
  position: absolute;
  right: 32px;
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hsc-card {
  width: 150px;
  padding: 18px;
  background: rgba(255,250,242,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(18px);
}

.hsc-card span { display: block; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 2.5rem; line-height: 1; }
.hsc-card small { display: block; color: rgba(255,250,242,0.72); margin-top: 0.45rem; }

.value-pillars { padding: 34px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.vp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.vp-grid article { background: var(--cream); padding: 28px; }
.icon-dot { color: var(--gold); font-weight: 800; margin-bottom: 1.5rem; }
.vp-grid h3 { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; margin: 0 0 0.5rem; }
.vp-grid p, .srv-card p, .process-grid p { color: var(--muted); font-size: 0.94rem; }

.marquee-strip { overflow: hidden; background: var(--forest); color: var(--cream); padding: 18px 0; }
.marquee-inner { display: flex; width: max-content; gap: 1.5rem; animation: marquee 28s linear infinite; font-family: "Cormorant Garamond", serif; font-size: 1.7rem; }
.marquee-inner b { color: var(--gold-bright); font-size: 0.8rem; align-self: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.section-header-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 42px; }
.section-header-row h2, .why-left h2, .feat-content h2, .newsletter-section h2, .split-left h2, .page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.95;
  margin: 0.45rem 0 0;
  letter-spacing: 0;
}

.section-header-row p { color: var(--muted); max-width: 330px; text-align: right; }
.text-link { color: var(--gold); font-weight: 800; }

.services-grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 22px; align-items: stretch; }
.srv-card {
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 0.2s ease;
}
.srv-card-dark { background: var(--forest); color: var(--cream); transform: translateY(42px); }
.srv-card-dark p, .srv-card-dark li { color: rgba(255,250,242,0.72); }
.srv-card-media { min-height: 230px; position: relative; overflow: hidden; }
.srv-card-media::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(0.85); transition: transform 0.4s ease; }
.srv-card:hover .srv-card-media::before { transform: scale(1.06); }
.srv-media-1::before { background-image: linear-gradient(rgba(25,23,20,0.08), rgba(25,23,20,0.25)), url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1200&q=80"); }
.srv-media-2::before { background-image: linear-gradient(rgba(25,23,20,0.08), rgba(25,23,20,0.25)), url("https://images.unsplash.com/photo-1528605105345-5344ea20e269?auto=format&fit=crop&w=1200&q=80"); }
.srv-media-3::before { background-image: linear-gradient(rgba(25,23,20,0.08), rgba(25,23,20,0.25)), url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80"); }
.srv-card-media span { position: absolute; top: 18px; left: 18px; color: var(--cream); font-family: "Cormorant Garamond", serif; font-size: 3rem; }
.srv-card-body { padding: 28px; }
.srv-card h3 { font-family: "Cormorant Garamond", serif; font-size: 2rem; margin: 0 0 0.75rem; }
.srv-card ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 1.35rem 0; }
.srv-card li { border: 1px solid currentColor; border-radius: 999px; padding: 7px 10px; color: var(--muted); font-size: 0.78rem; opacity: 0.82; }
.srv-card a { color: var(--gold-bright); font-weight: 800; }

.why-choose { padding: 130px 0; background: #1c211c; color: var(--cream); }
.why-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 70px; align-items: center; }
.why-left p { color: rgba(255,250,242,0.7); max-width: 560px; }
.why-actions { display: flex; gap: 1.35rem; align-items: center; margin-top: 2rem; flex-wrap: wrap; }
.why-right { display: grid; gap: 1px; background: rgba(255,255,255,0.14); }
.why-right article { background: #222820; padding: 28px; display: grid; grid-template-columns: 140px 1fr; gap: 22px; }
.why-right strong { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 4.6rem; line-height: 0.9; }
.why-right h3 { margin: 0 0 0.35rem; }
.why-right p { color: rgba(255,250,242,0.66); margin: 0; }

.feature-blocks { background: var(--cream); }
.feat-block { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; }
.feat-block.reverse .feat-visual { order: 2; }
.feat-visual {
  position: relative;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px;
  overflow: hidden;
}
.feat-visual::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.feat-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,23,20,0.32), rgba(25,23,20,0.78)); z-index: 1; }
.feat-visual > * { position: relative; z-index: 2; }
.feat-visual-1::before { background-image: url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1500&q=82"); }
.feat-visual-2::before { background-image: url("https://images.unsplash.com/photo-1560439514-4e9645039924?auto=format&fit=crop&w=1500&q=82"); }
.feat-visual-3::before { background-image: url("https://images.unsplash.com/photo-1543269865-cbf427effbad?auto=format&fit=crop&w=1500&q=82"); }
.feat-visual span { font-family: "Cormorant Garamond", serif; font-size: 7rem; color: var(--gold-bright); }
.feat-visual strong { font-family: "Cormorant Garamond", serif; font-size: 3.2rem; max-width: 440px; }
.feat-content { display: grid; align-content: center; padding: 8vw; }
.feat-from { color: var(--clay); font-weight: 800; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.14em; }
.feat-content p { color: var(--muted); font-size: 1.05rem; max-width: 560px; }
.feat-content ul { padding-left: 1.1rem; color: var(--muted); line-height: 2; margin-bottom: 2rem; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.process-grid article { padding: 30px; border-right: 1px solid var(--line); background: rgba(255,250,242,0.58); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 3.2rem; }

.testimonials-section { background: var(--cream); text-align: center; }
.text-center { justify-content: center; }
.testi-slider { position: relative; min-height: 250px; margin-top: 1.5rem; }
.testi-slide { display: none; max-width: 860px; margin: 0 auto; }
.testi-slide.active { display: block; animation: fadeUp 0.45s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.testi-slide blockquote { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; margin: 0; }
.testi-meta { display: inline-flex; gap: 1rem; align-items: center; margin-top: 2rem; text-align: left; }
.testi-meta span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--forest); color: var(--gold-bright); font-weight: 800; }
.testi-meta small { display: block; color: var(--muted); margin-top: 0.2rem; }
.testi-controls { display: inline-flex; align-items: center; gap: 1.2rem; }
.testi-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; font-size: 1.2rem; cursor: pointer; }
#tcDots { display: flex; gap: 8px; }
#tcDots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(25,23,20,0.25); }
#tcDots span.active { background: var(--gold); }

.newsletter-section { padding: 84px 0; background: #e7ded0; }
.nl-layout { display: grid; grid-template-columns: 1fr 0.9fr; gap: 60px; align-items: center; }
.newsletter-section h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); }
.newsletter-section p { color: var(--muted); }
.nl-input-wrap { display: flex; gap: 10px; background: var(--cream); padding: 10px; border: 1px solid var(--line); }
.nl-input-wrap input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 0 12px; font: inherit; outline: none; }
.nl-privacy { font-size: 0.82rem; }
.hidden-field { display: none; }

.split-cta { display: grid; grid-template-columns: 1.1fr 0.9fr; background: var(--forest); color: var(--cream); }
.split-left, .split-right { padding: clamp(48px, 8vw, 110px); }
.split-left p { color: rgba(255,250,242,0.72); max-width: 550px; }
.split-left div { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.split-right { background: #222820; display: grid; place-items: center; }
.split-card { width: min(410px, 100%); background: var(--cream); color: var(--ink); padding: 34px; box-shadow: var(--shadow); }
.split-card > span { color: var(--muted); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.74rem; font-weight: 800; }
.split-card strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 3.5rem; margin: 0.35rem 0 1.2rem; }
.split-card ul { border-top: 1px solid var(--line); padding: 1.4rem 0; list-style: none; line-height: 2.1; color: var(--muted); }
.split-card li::before { content: "✓"; color: var(--gold); font-weight: 800; margin-right: 0.7rem; }

.footer { background: #171512; color: var(--cream); padding: 70px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.footer p, .footer a { color: rgba(255,250,242,0.67); }
.footer h3 { color: var(--gold-bright); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.12em; }
.footer a { display: block; margin: 0.55rem 0; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.18); display: grid; place-items: center; }
.footer-bottom { margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,250,242,0.55); font-size: 0.86rem; }
.footer.minimal { padding-top: 26px; }
.footer.minimal .footer-bottom { margin-top: 0; }

.floating-cta {
  position: fixed;
  z-index: 800;
  right: 22px;
  bottom: 20px;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 13px 16px;
  font-weight: 800;
  box-shadow: var(--shadow);
  transform: translateY(120%);
  transition: transform 0.25s ease;
}
.floating-cta.is-visible { transform: translateY(0); }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.65s ease, transform 0.65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.inner-page { padding-top: 72px; }
.page-shell { min-height: 72vh; }
.page-hero { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 48px; }
.page-hero h1 { max-width: 920px; }
.page-hero p { color: var(--muted); max-width: 620px; font-size: 1.12rem; }
.page-grid { padding-bottom: 100px; }
.editorial { max-width: 860px; padding-bottom: 110px; font-family: "Cormorant Garamond", serif; font-size: 2.1rem; line-height: 1.2; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 110px; }
.pricing-grid article, .contact-card, .contact-form {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 30px;
  box-shadow: var(--shadow);
}
.pricing-grid span { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.76rem; }
.pricing-grid h2 { font-family: "Cormorant Garamond", serif; font-size: 2.5rem; margin: 1rem 0; }
.pricing-grid p { color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1fr 0.45fr; gap: 24px; padding-bottom: 110px; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; color: var(--muted); font-size: 0.84rem; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffdf8;
  padding: 14px;
  color: var(--ink);
  font: 400 1rem "DM Sans", sans-serif;
}
.contact-card h2 { font-family: "Cormorant Garamond", serif; font-size: 2.5rem; margin-top: 0; }
.contact-card p { color: var(--muted); }
.contact-card hr { border: 0; border-top: 1px solid var(--line); margin: 1.6rem 0; }

@media (max-width: 920px) {
  .cursor-dot, .cursor-ring { display: none; }
  .nav-links, .btn-nav-cta { display: none; }
  .nav-toggle { display: block; color: inherit; }
  .hero { min-height: 900px; align-items: start; padding-top: 150px; }
  .hero-title { font-size: clamp(4.3rem, 18vw, 7.3rem); }
  .hero-stat-cards { left: 20px; right: 20px; bottom: 86px; grid-template-columns: 1fr; }
  .hsc-card { width: auto; display: flex; justify-content: space-between; align-items: center; }
  .hero-scroll-cue { display: none; }
  .vp-grid, .services-grid, .why-grid, .feat-block, .process-grid, .nl-layout, .split-cta, .footer-top, .pricing-grid, .contact-layout { grid-template-columns: 1fr; }
  .srv-card-dark { transform: none; }
  .feat-block.reverse .feat-visual { order: 0; }
  .feat-block { min-height: auto; }
  .feat-visual { min-height: 420px; }
  .process-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-header-row { display: block; }
  .section-header-row p { text-align: left; }
  .split-left, .split-right { padding: 44px 24px; }
}

@media (max-width: 560px) {
  .container, .hero-content, .page-hero { width: min(100% - 28px, 1160px); }
  .nav-inner { width: calc(100% - 24px); }
  .hero { min-height: 850px; padding-top: 128px; }
  .hero-title { font-size: 4.25rem; }
  .hero-eyebrow span { width: 18px; }
  .hero-actions, .nl-input-wrap { flex-direction: column; }
  .btn-gold, .btn-ghost, .btn-ghost-light { width: 100%; }
  .section { padding: 74px 0; }
  .section-header-row h2, .why-left h2, .feat-content h2, .newsletter-section h2, .split-left h2, .page-hero h1 { font-size: 3.2rem; }
  .feat-content, .feat-visual { padding: 32px 22px; }
  .feat-visual span { font-size: 4.5rem; }
  .feat-visual strong { font-size: 2.35rem; }
  .footer-bottom { flex-direction: column; }
  .floating-cta { left: 16px; right: 16px; text-align: center; }
}

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