@font-face {
  font-family: "Geist";
  src: url("fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-geist: "Geist";
  --navy: #0e2d47;
  --navy-deep: #071e33;
  --navy-soft: #1d4b64;
  --coral: #f43d2f;
  --salmon: #ff6255;
  --yellow: #ffb11e;
  --teal: #2e797a;
  --plum: #2b112b;
  --cream: #fff7ec;
  --paper: #fbfaf7;
  --ink: #201c20;
  --muted: #675f5e;
  --line: #dfddd6;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 82px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-geist), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }

.section-shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 118px 0; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow.light { color: #ff776e; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto 0;
  height: 82px;
  padding: 0 max(32px, calc((100vw - 1220px) / 2));
  display: flex;
  align-items: center;
  gap: 36px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(43,17,43,.08);
  backdrop-filter: blur(14px);
}

.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 183px; height: 58px; object-fit: contain; object-position: left center; }

.main-nav { margin-left: auto; display: flex; gap: 31px; align-items: center; }
.main-nav a { font-size: 14px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: var(--coral); }

.header-cta {
  height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--coral);
  color: var(--white);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 720;
  transition: transform .2s ease, background .2s ease;
}

.header-cta:hover { transform: translateY(-2px); background: #df2f24; }
.header-cta span { font-size: 18px; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  height: min(86vh, 900px);
  margin-top: 82px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,43,.94) 0%, rgba(5,25,43,.73) 43%, rgba(5,25,43,.18) 72%, rgba(5,25,43,.18) 100%), linear-gradient(0deg, rgba(5,25,43,.48), transparent 45%); }

.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.hero-copy { max-width: 720px; padding: 72px 0; }
.hero h1 { margin: 0; max-width: 720px; color: var(--white); font-size: clamp(58px, 6vw, 92px); line-height: .96; letter-spacing: -.065em; font-weight: 790; }
.hero-lead { max-width: 610px; margin: 32px 0 0; color: rgba(255,255,255,.8); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; margin-top: 40px; }

.button {
  min-height: 54px;
  padding: 0 23px;
  border: 0;
  border-radius: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: var(--white); }
.button.primary:hover { background: #dc3026; }
.button.ghost { color: var(--white); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(10px); }
.button.ghost:hover { background: rgba(255,255,255,.12); }

.hero-card {
  align-self: flex-end;
  margin-bottom: 70px;
  width: 310px;
  padding: 25px;
  flex: 0 0 auto;
  color: var(--white);
  background: rgba(13,46,71,.78);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 15px;
  backdrop-filter: blur(14px);
}

.hero-card-label { display: block; color: #ff746c; font-size: 10px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.hero-card strong { display: block; margin-top: 16px; font-size: 25px; line-height: 1.22; }
.hero-card-footer { margin-top: 23px; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 8px 15px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.74); font-size: 11px; }

.hero-route { position: absolute; right: 6%; top: 13%; z-index: 2; width: 220px; height: 170px; opacity: .8; transform: rotate(-8deg); }
.hero-route i { position: absolute; inset: 15px; border: 1px dashed rgba(255,255,255,.55); border-color: transparent transparent rgba(255,255,255,.55) rgba(255,255,255,.55); border-radius: 50%; transform: rotate(22deg); }
.hero-route b, .hero-route span { position: absolute; color: var(--salmon); font-size: 34px; line-height: 1; }
.hero-route b { left: 4px; bottom: 2px; }
.hero-route span { right: 11px; top: 2px; color: #33c1c2; }

.promise-bar { background: var(--coral); color: var(--white); }
.promise-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.promise-grid p { margin: 0; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.27); font-size: 13px; font-weight: 660; }
.promise-grid p:first-child { padding-left: 0; }
.promise-grid p:last-child { border: 0; }
.promise-grid b { margin-right: 14px; color: rgba(255,255,255,.65); font-size: 10px; }

.section-heading h2 { margin: 0; color: var(--navy-deep); font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.split-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.6fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 2px; }

.services-section { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 284px; padding: 25px; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(43,17,43,.07); border-radius: 14px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(47,26,25,.09); }
.service-code { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 50%; font-size: 10px; font-weight: 800; }
.tone-1 { background: #e5f6f7; color: var(--teal); }
.tone-2 { background: #fff0ea; color: var(--coral); }
.tone-3 { background: #fff3c9; color: #956100; }
.tone-4 { background: #f1e9f2; color: var(--plum); }
.service-card h3 { margin: 24px 0 9px; color: var(--navy-deep); font-size: 18px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-card a { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid #ece8df; color: var(--coral); font-size: 12px; font-weight: 750; }

.inspiration-section { background: var(--paper); }
.centered-heading { max-width: 800px; margin: 0 auto 55px; text-align: center; }
.centered-heading > p:last-child { max-width: 610px; margin: 25px auto 0; }
.inspiration-grid { height: 720px; display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.inspiration-card { position: relative; overflow: hidden; border-radius: 16px; }
.inspiration-card.wide { grid-row: span 2; }
.inspiration-card.tall { grid-column: span 2; }
.inspiration-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.inspiration-card:hover img { transform: scale(1.04); }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,24,41,.83) 0%, rgba(5,24,41,.03) 70%); }
.inspiration-copy { position: absolute; inset: auto 26px 25px 26px; color: var(--white); }
.inspiration-copy p { margin: 0 0 9px; color: #ff827a; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.inspiration-copy h3 { max-width: 390px; margin: 0; font-size: clamp(22px, 2.3vw, 36px); line-height: 1.05; letter-spacing: -.035em; }
.inspiration-copy a { margin-top: 18px; display: inline-flex; gap: 13px; font-size: 12px; font-weight: 720; }
.profile-cloud { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.profile-cloud span { padding: 11px 15px; display: flex; gap: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: #4b4342; font-size: 12px; font-weight: 620; }
.profile-cloud b { color: var(--coral); font-size: 9px; }

.journey-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.journey-content { position: relative; z-index: 2; }
.journey-heading h2 { color: var(--white); }
.journey-heading > p:last-child { max-width: 520px; margin: 25px 0 0; color: rgba(255,255,255,.65); }
.steps-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step-card { min-height: 238px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; }
.step-card > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 11px; font-weight: 800; }
.step-card:nth-child(2) > span { background: var(--teal); }
.step-card:nth-child(3) > span { background: var(--yellow); color: var(--navy-deep); }
.step-card:nth-child(4) > span { background: var(--salmon); }
.step-card h3 { margin: 0 0 9px; font-size: 21px; }
.step-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.automation-callout { margin-top: 16px; padding: 22px 25px; display: grid; grid-template-columns: .7fr 1.8fr 52px; gap: 30px; align-items: center; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.automation-callout > span { color: #55d4d1; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.automation-callout strong { font-size: 19px; }
.automation-callout a { width: 46px; height: 46px; display: grid; place-items: center; background: var(--coral); border-radius: 50%; }
.journey-art { position: absolute; right: -140px; top: -110px; width: 650px; height: 650px; opacity: .17; }
.journey-art div { position: absolute; inset: 0; border: 1px solid #fff; border-radius: 50%; }
.journey-art i { position: absolute; inset: 85px; border: 1px solid #fff; border-radius: 50%; }
.journey-art b { position: absolute; inset: 190px; border: 1px solid #fff; border-radius: 50%; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.about-collage { position: relative; min-height: 660px; }
.about-main { width: 84%; height: 590px; object-fit: cover; border-radius: 18px; }
.about-float { position: absolute; right: 0; bottom: 0; width: 46%; height: 300px; object-fit: cover; border: 10px solid var(--paper); border-radius: 22px; }
.sticker { position: absolute; right: 8%; top: 10%; width: 115px; height: 115px; display: grid; place-items: center; color: var(--navy-deep); background: var(--yellow); border: 7px solid var(--paper); border-radius: 50%; text-align: center; font-size: 14px; font-weight: 820; line-height: 1.1; transform: rotate(8deg); }
.about-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(43px, 4.6vw, 65px); line-height: 1.02; letter-spacing: -.055em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.72; }
.about-copy .about-lead { margin: 28px 0 12px; color: var(--ink); font-size: 19px; font-weight: 650; line-height: 1.55; }
.benefits-list { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.benefits-list li { padding: 15px; display: flex; gap: 14px; background: var(--white); border: 1px solid #e8e4dc; border-radius: 12px; }
.benefits-list li > span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 13px; }
.benefits-list div { display: grid; gap: 4px; }
.benefits-list b { color: var(--navy-deep); font-size: 14px; }
.benefits-list small { color: var(--muted); font-size: 12px; }

.gallery-strip { background: var(--paper); overflow: hidden; }
.gallery-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; transform: rotate(-1.5deg) scale(1.04); transform-origin: center; }
.gallery-track img { width: 100%; height: 300px; object-fit: cover; }

.planner-section { padding-top: 145px; background: var(--plum); color: var(--white); }
.planner-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.planner-copy h2 { margin: 0; color: var(--white); font-size: clamp(45px, 5vw, 68px); line-height: 1.01; letter-spacing: -.055em; }
.planner-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 26px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.65; }
.planner-proof { margin-top: 42px; display: grid; gap: 13px; }
.planner-proof span { padding-bottom: 13px; display: flex; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; }
.planner-proof b { color: var(--coral); font-size: 10px; }
.planner-form { padding: 35px; display: grid; gap: 18px; color: var(--ink); background: var(--cream); border-radius: 18px; }
.form-head { padding-bottom: 22px; display: flex; justify-content: space-between; border-bottom: 1px solid #ded7c9; }
.form-head span { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-head b { color: var(--navy-deep); font-size: 12px; }
.planner-form label { display: grid; gap: 8px; }
.planner-form label > span { color: var(--navy-deep); font-size: 12px; font-weight: 720; }
.planner-form input, .planner-form select { width: 100%; height: 54px; padding: 0 15px; color: var(--ink); background: var(--white); border: 1px solid #ddd6c9; border-radius: 9px; outline: none; }
.planner-form input:focus, .planner-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(46,121,122,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-button { margin-top: 3px; width: 100%; color: var(--white); background: var(--coral); }
.submit-button:hover { background: #db3026; }
.planner-form > small { color: #7d7470; font-size: 10px; line-height: 1.45; text-align: center; }

.site-footer { padding: 72px 0 25px; color: rgba(255,255,255,.66); background: var(--navy-deep); }
.footer-main { padding-bottom: 60px; display: grid; grid-template-columns: 1.5fr .7fr 1fr .8fr; gap: 55px; }
.footer-wordmark { position: relative; width: 185px; height: 164px; overflow: hidden; }
.footer-wordmark img { position: absolute; left: -177px; top: -24px; width: 368px; max-width: none; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { max-width: 300px; margin-top: 24px; font-size: 14px; line-height: 1.6; }
.footer-main h3 { margin: 7px 0 20px; color: var(--white); font-size: 13px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a { margin-bottom: 12px; font-size: 12px; transition: color .2s ease; }
.footer-main a:hover { color: var(--salmon); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; }

.floating-contact { position: fixed; z-index: 45; right: 24px; bottom: 22px; padding: 7px 7px 7px 17px; display: flex; align-items: center; gap: 13px; color: var(--white); background: var(--coral); border-radius: 999px; box-shadow: 0 12px 35px rgba(24,13,18,.28); font-size: 11px; font-weight: 750; }
.floating-contact b { width: 37px; height: 37px; display: grid; place-items: center; background: var(--navy-deep); border-radius: 50%; font-size: 17px; }

.legal-page { min-height: 100vh; padding: 90px 0; background: var(--cream); }
.legal-shell { width: min(760px, calc(100% - 40px)); margin: auto; }
.legal-back { display: inline-block; margin-bottom: 70px; color: var(--coral); font-size: 13px; font-weight: 750; }
.legal-shell h1 { margin: 0 0 34px; color: var(--navy-deep); font-size: clamp(48px, 7vw, 74px); line-height: 1; letter-spacing: -.055em; }
.legal-shell h2 { margin: 42px 0 12px; color: var(--navy-deep); font-size: 22px; }
.legal-shell p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-shell .legal-note { margin-top: 55px; padding: 20px; color: #78544e; background: #fff0e9; border-left: 4px solid var(--coral); font-size: 13px; }

@media (max-width: 1100px) {
  .site-header { padding-inline: 28px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 13px; }
  .section-shell { width: min(100% - 48px, 1000px); }
  .hero-card { display: none; }
  .hero-copy { max-width: 700px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .inspiration-grid { height: 670px; }
  .about-grid, .planner-grid { gap: 55px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .section-shell { width: calc(100% - 34px); }
  .section { padding: 82px 0; }
  .site-header { height: 72px; padding: 0 17px; }
  .brand img { width: 160px; height: 50px; }
  .header-cta { display: none; }
  .menu-button { margin-left: auto; width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 6px; background: var(--navy-deep); border: 0; border-radius: 50%; }
  .menu-button span { width: 17px; height: 2px; display: block; background: var(--white); transition: transform .2s ease; }
  .menu-button.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: absolute; top: 71px; left: 0; right: 0; margin: 0; padding: 28px 24px 32px; display: none; flex-direction: column; align-items: flex-start; background: var(--white); border-bottom: 1px solid #e7e2dc; box-shadow: 0 20px 40px rgba(19,16,16,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 5px 0; font-size: 18px; }
  .hero { min-height: 720px; height: calc(100svh - 72px); margin-top: 72px; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,25,43,.9), rgba(5,25,43,.45)), linear-gradient(0deg, rgba(5,25,43,.75), transparent 65%); }
  .hero h1 { font-size: clamp(48px, 13.5vw, 72px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-route { display: none; }
  .promise-grid { padding: 20px 0; grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .promise-grid p { padding: 0 10px; border-right: 0; font-size: 11px; }
  .promise-grid p:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
  .promise-grid p:first-child { padding-left: 10px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .section-heading h2 { font-size: 43px; }
  .split-heading > p { max-width: 620px; }
  .inspiration-grid { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 420px 320px 320px; }
  .inspiration-card.wide { grid-row: auto; grid-column: span 2; }
  .inspiration-card.tall { grid-column: span 2; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .automation-callout { grid-template-columns: 1fr 45px; }
  .automation-callout > span { grid-column: span 2; }
  .about-grid, .planner-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-collage { min-height: 580px; }
  .about-main { height: 520px; }
  .about-float { height: 250px; }
  .gallery-track { grid-template-columns: 1fr 1fr; }
  .gallery-track img { height: 260px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .hero-copy { align-self: flex-end; padding-bottom: 55px; }
  .hero h1 { letter-spacing: -.06em; }
  .hero-lead { line-height: 1.5; }
  .promise-grid { grid-template-columns: 1fr; gap: 0; padding: 10px 0; }
  .promise-grid p, .promise-grid p:first-child { padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .promise-grid p:last-child { border: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .centered-heading { text-align: left; }
  .centered-heading > p:last-child { margin-left: 0; }
  .inspiration-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -17px; padding-right: 17px; }
  .inspiration-card, .inspiration-card.wide, .inspiration-card.tall { min-width: 84vw; height: 490px; scroll-snap-align: start; }
  .profile-cloud { flex-wrap: nowrap; overflow-x: auto; margin-right: -17px; padding: 4px 17px 5px 0; }
  .profile-cloud span { flex: 0 0 auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 190px; }
  .automation-callout { padding: 20px; }
  .automation-callout strong { font-size: 16px; }
  .about-collage { min-height: 470px; }
  .about-main { width: 88%; height: 425px; }
  .about-float { width: 48%; height: 205px; border-width: 7px; }
  .sticker { width: 90px; height: 90px; font-size: 11px; }
  .about-copy h2, .planner-copy h2 { font-size: 42px; }
  .gallery-track { transform: rotate(-2deg) scale(1.06); }
  .gallery-track img { height: 180px; }
  .planner-section { padding-top: 100px; }
  .planner-form { padding: 24px 18px; }
  .form-head { display: grid; gap: 8px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-main > div:nth-child(3) { grid-column: span 2; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .floating-contact span { display: none; }
  .floating-contact { padding: 6px; right: 15px; bottom: 15px; }
  .floating-contact b { width: 44px; height: 44px; }
}

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