/* ==========================================================================
   maisychan.com — shared styles (static rebuild of the Sitejet site)
   Follows the Preview Design Guide: fixed type scale, 18px/1.7 body,
   valid h1–h5 hierarchy, WCAG 2.2 AA contrast, WebP imagery.
   ========================================================================== */

:root {
  /* Brand */
  --maroon:      #600000;
  --maroon-dark: #470000;
  --maroon-deep: #3d0000;
  --ink:         #1d3439;   /* dark slate — primary text */
  --muted:       #4d5d60;   /* AA on white (>= 5:1) */
  --line:        #e4e2df;
  --bg:          #ffffff;
  --bg-alt:      #f4f3f1;
  --cream:       #faf9f7;
  --gold:        #b98a3e;

  /* Type families */
  --serif:  "Italiana", "Cormorant Garamond", Georgia, serif;
  --script: "Bonheur Royale", "Snell Roundhand", cursive;
  --cond:   "Roboto Condensed", "Arial Narrow", system-ui, sans-serif;
  --body:   "Roboto", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ui:     "Poppins", var(--body);

  /* Type scale (rem) — the ONLY sizes permitted */
  --t-12: 0.75rem;
  --t-14: 0.875rem;
  --t-16: 1rem;
  --t-18: 1.125rem;
  --t-20: 1.25rem;
  --t-24: 1.5rem;
  --t-28: 1.75rem;
  --t-36: 2.25rem;
  --t-40: 2.5rem;
  --t-56: 3.5rem;

  --maxw: 1200px;
  --gap: clamp(1.25rem, 4vw, 3rem);
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: var(--t-18);
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
button { font-family: inherit; font-size: var(--t-16); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: #fff; color: var(--maroon); padding: .6rem 1rem;
  font-family: var(--ui); font-size: var(--t-16); border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; }

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

/* --------------------------------------------------------------- headings */
h1, h2, h3, h4, h5 { margin: 0 0 .5em; color: var(--ink); font-weight: 400; line-height: 1.2; text-wrap: balance; }
h1 { font-family: var(--serif); font-size: var(--t-56); letter-spacing: .5px; }
h2 { font-family: var(--serif); font-size: var(--t-36); letter-spacing: .5px; }
h3 { font-family: var(--cond); font-size: var(--t-24); font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; }
h4 { font-family: var(--cond); font-size: var(--t-18); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
h5 { font-family: var(--ui); font-size: var(--t-16); font-weight: 600; }

.script { font-family: var(--script); font-weight: 400; text-transform: none; letter-spacing: 0; line-height: 1; }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; color: var(--ink); }
/* on dark/maroon surfaces, bold text must stay light for AA contrast */
.about-hero__panel strong, .whywork strong, .tcard strong,
.area-tile strong, .page-hero strong, .hero strong { color: #fff; }

/* ------------------------------------------------------------ layout bits */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section--alt { background: var(--bg-alt); }
.center { text-align: center; }

/* eyebrow + rule used above/under section titles */
.eyebrow {
  font-family: var(--ui); font-size: var(--t-14); font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; color: var(--maroon);
  margin: 0 0 .5rem;
}
.rule { width: 64px; height: 3px; background: var(--maroon); border: 0; margin: 1rem auto 0; }
.rule--left { margin-inline: 0; }

.section-head { max-width: 760px; margin-inline: auto; }
.section-head .rule { margin-top: 1.25rem; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ui); font-size: var(--t-16); font-weight: 600;
  letter-spacing: .5px; padding: .85rem 1.9rem; border-radius: 999px;
  background: var(--maroon); color: #fff; border: 2px solid var(--maroon);
  cursor: pointer; transition: background .2s, color .2s, transform .2s;
}
.btn:hover { background: var(--maroon-dark); border-color: var(--maroon-dark); }
.btn--ghost { background: transparent; color: var(--maroon); }
.btn--ghost:hover { background: var(--maroon); color: #fff; }
.btn--light { background: #fff; color: var(--maroon); border-color: #fff; }
.btn--light:hover { background: transparent; color: #fff; }

/* ============================================================== HEADER/NAV */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--maroon); color: #fff;
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 92px;
}
.brand img { width: 132px; height: auto; }
.brand { display: inline-flex; align-items: center; }

.nav-toggle {
  display: none; background: none; border: 0; color: #fff; cursor: pointer;
  padding: .4rem; width: 44px; height: 44px; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 26px; height: 26px; }

.main-nav ul { list-style: none; display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); margin: 0; padding: 0; }
.main-nav a {
  font-family: var(--ui); font-size: var(--t-16); font-weight: 500;
  color: #fff; letter-spacing: .3px; padding: .4rem 0; position: relative; white-space: nowrap;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: #fff; transition: width .2s;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.main-nav a[aria-current="page"] { font-weight: 600; }
.main-nav .lang { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .3rem 1rem; }
.main-nav .lang::after { display: none; }
.main-nav .lang:hover { background: rgba(255,255,255,.14); }

/* dropdown (Residential Listings) */
.has-sub { position: relative; }
.has-sub > a { display: inline-flex; align-items: center; }
.has-sub > a::before { /* caret — flex-ordered to sit AFTER the label */
  content: ""; order: 2; display: inline-block; width: .38em; height: .38em; margin-left: .5em;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.submenu {
  list-style: none; margin: 0; padding: .5rem 0; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px); min-width: 232px;
  background: var(--maroon-dark); border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.28);
  opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s;
}
.has-sub:hover .submenu, .has-sub:focus-within .submenu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.main-nav .submenu { display: block; } /* out-specifies .main-nav ul's flex so items stack */
.submenu li { display: block; }
.submenu a { display: block; padding: .6rem 1.4rem; font-size: var(--t-14); }
.submenu a::after { display: none; }
.submenu a:hover { background: rgba(255,255,255,.12); }

/* language dropdown reuses .has-sub; narrower panel for short labels */
.lang-switch .submenu { min-width: 152px; }

/* ==================================================================== HERO */
.hero {
  position: relative; min-height: clamp(460px, 72vh, 720px);
  display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(29,52,57,.30), rgba(29,52,57,.14) 45%, rgba(29,52,57,.42));
}
.hero__inner { position: relative; z-index: 2; padding: 2rem; }
.hero h1 {
  color: #fff9f2; margin: 0;
  font-size: clamp(2.4rem, 7vw, 3.5rem);
  text-shadow: 0 3px 24px rgba(0,0,0,.4);
}
.hero h1.script { font-size: clamp(3rem, 9vw, 3.5rem); }
.hero .divider { width: 90px; height: 2px; background: rgba(255,255,255,.85); margin: 1.4rem auto 0; }

/* social float */
.social-float {
  position: fixed; left: 14px; top: 42%; z-index: 60;
  display: flex; flex-direction: column; gap: .7rem;
}
.social-float a {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--maroon); color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.22);
  transition: transform .2s, background .2s;
}
.social-float a:hover { transform: scale(1.08); background: var(--maroon-dark); }
.social-float svg { width: 22px; height: 22px; fill: currentColor; }

/* ============================================================== ABOUT (home) */
.about-home { position: relative; }
.about-home__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.about-home__media img { width: 100%; border-radius: 6px; }
.about-title-ribbon {
  display: inline-block; background: var(--maroon); color: #fff;
  padding: .35rem 2.4rem .45rem 0; margin-bottom: 1.4rem;
}
.about-home h2 { color: #fff; margin: 0; }
.ribbon-wrap { background: var(--maroon); color: #fff; display: inline-block;
  padding: .5rem 2.6rem .6rem 1.4rem; border-radius: 0 6px 6px 0; margin-left: calc(-1 * clamp(1.1rem, 4vw, 2.5rem)); margin-bottom: 1.6rem; }
.ribbon-wrap h2 { color: #fff; margin: 0; }
.about-home__body p { color: var(--muted); }
.about-home__body .lead { color: var(--ink); }
.link-accent { color: var(--maroon); font-weight: 700; font-style: italic; }

/* watermark backdrop for light sections */
.has-watermark { position: relative; isolation: isolate; }
.has-watermark::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background: url("../img/watermark.webp") center/cover no-repeat;
}

/* ============================================================== WHY CHOOSE */
.why-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: 2.5rem; }
.why-card {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 1.6rem 1.2rem; text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(29,52,57,.10); border-color: transparent; }
.why-card__icon {
  width: 50px; height: 50px; margin: 0 auto 1rem; background: var(--maroon);
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}
.why-card__icon.i-award { -webkit-mask-image: url(../img/icons/award.svg); mask-image: url(../img/icons/award.svg); }
.why-card__icon.i-book  { -webkit-mask-image: url(../img/icons/book.svg); mask-image: url(../img/icons/book.svg); }
.why-card__icon.i-cert  { -webkit-mask-image: url(../img/icons/certificate.svg); mask-image: url(../img/icons/certificate.svg); }
.why-card__icon.i-lang  { -webkit-mask-image: url(../img/icons/language.svg); mask-image: url(../img/icons/language.svg); }
.why-card__icon.i-hand  { -webkit-mask-image: url(../img/icons/handshake.svg); mask-image: url(../img/icons/handshake.svg); }
.why-card h4 { color: var(--maroon); margin-bottom: .55rem; }
.why-card p { font-size: var(--t-14); line-height: 1.6; color: var(--muted); margin: 0; }

/* ============================================================== WHY WORK band */
.whywork {
  position: relative; color: #fff; text-align: center; overflow: hidden;
  background: var(--maroon);
}
.whywork__bg { position: absolute; inset: 0; z-index: 0; }
.whywork__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.whywork::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(61,0,0,.72), rgba(96,0,0,.62)); z-index:1; }
.whywork .wrap { position: relative; z-index: 2; }
.whywork h2 { color: #fff; }
.whywork .eyebrow { color: rgba(255,255,255,.85); }
.whywork .rule { background: rgba(255,255,255,.8); }
.whywork__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; max-width: 860px; margin: 2.6rem auto 0; }
.whywork__col { padding: 0 1rem; }
.whywork__col + .whywork__col { border-left: 1px solid rgba(255,255,255,.28); }
.whywork__col h3 { color: #fff; margin-bottom: .5rem; }
.whywork__col p { color: rgba(255,255,255,.9); font-size: var(--t-16); margin: 0; }

/* ============================================================== LISTINGS */
.listing-frame {
  width: 100%; border: 0; display: block; background: #fff; border-radius: 8px;
}
.listing-embed { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background:#fff; }

/* areas — flat alternating maroon / cream tiles (as on the live site) */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 2.4rem; }
.area-tile {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .7rem; min-height: 150px; padding: 1.4rem; border-radius: 6px; text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.area-tile:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(61,0,0,.18); }
.area-tile h3 { margin: 0; }
.area-tile .u { width: 40px; height: 2px; background: currentColor; opacity: .8; }
.area-tile--maroon { background: var(--maroon); color: #fff; }
.area-tile--maroon h3 { color: #fff; }
.area-tile--light { background: var(--cream); color: var(--maroon); border: 1px solid var(--line); }
.area-tile--light h3 { color: var(--maroon); }

/* ============================================================== TESTIMONIALS */
.testimonials { background: var(--bg-alt); }
.tstack { max-width: 900px; margin: 2.5rem auto 0; }
.tcard {
  background: var(--maroon); color: #fff; border-radius: 14px; padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: 0 18px 44px rgba(61,0,0,.22);
}
.tcard p { color: #fff; font-size: var(--t-18); line-height: 1.75; }
.tcard .quote-mark { font-family: var(--serif); font-size: var(--t-56); line-height: .5; color: rgba(255,255,255,.4); display:block; height: 2rem; }
.tcard cite {
  display: block; margin-top: 1.2rem; font-style: normal; font-family: var(--ui);
  font-weight: 600; font-size: var(--t-16); color: #ffd9a8; letter-spacing: .5px;
}
.tnav { display:flex; align-items:center; justify-content:center; gap: 1rem; margin-top: 1.6rem; }
.tdots { display:flex; gap:.5rem; }
.tdot { width: 10px; height: 10px; border-radius: 50%; background: #cfc9c4; border: 0; padding: 0; cursor: pointer; }
.tdot[aria-selected="true"] { background: var(--maroon); }
.tarrow {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background:#fff;
  cursor: pointer; display: grid; place-items: center; color: var(--maroon);
}
.tarrow:hover { background: var(--maroon); color:#fff; }
.tarrow svg { width: 18px; height: 18px; fill: currentColor; }

/* ============================================================== CONTACT form */
.contact-section { position: relative; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; max-width: 1080px; margin: 2.5rem auto 0; }
.contact-form .full { grid-column: 1 / -1; }
.field label { display:block; font-family: var(--ui); font-size: var(--t-14); font-weight: 600; color: var(--ink); margin-bottom: .35rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--body); font-size: var(--t-16); color: var(--ink);
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: 8px; padding: .85rem 1rem;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--maroon); background: #fff; box-shadow: 0 0 0 3px rgba(96,0,0,.12); }
.field textarea { min-height: 150px; resize: vertical; }
.contact-form .actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
.contact-form .btn { width: 100%; justify-content: center; }
.hp { position: absolute !important; left: -9999px; top: auto; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.form-status { grid-column: 1/-1; font-family: var(--ui); font-size: var(--t-16); border-radius: 8px; padding: 0; }
.form-status.show { padding: .9rem 1.1rem; }
.form-status.ok { background: #e8f3ec; color: #1c5a34; border: 1px solid #bfe0cb; }
.form-status.err { background: #fbeaea; color: #8a1f1f; border: 1px solid #f0c9c9; }

/* contact detail cards (contact page) */
.contact-info { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 3rem; }
.info-card { text-align: center; padding: 1.8rem 1.2rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.info-card .ic { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto .9rem; color: var(--maroon); }
.info-card .ic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.info-card h3 { font-size: var(--t-16); color: var(--maroon); margin-bottom: .3rem; }
.info-card a, .info-card p { color: var(--muted); font-size: var(--t-16); margin: 0; word-break: break-word; }
.info-card a:hover { color: var(--maroon); }

/* ============================================================== ABOUT page */
.about-hero { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: stretch; }
.about-hero__media { background: var(--bg-alt); display:flex; align-items:flex-end; justify-content:center; }
.about-hero__media img { width: 100%; max-width: 430px; }
.about-hero__panel { background: var(--maroon); color: #fff; padding: clamp(2rem, 5vw, 4rem); display:flex; flex-direction: column; justify-content: center; }
.about-hero__panel h1 { color: #fff; }
.about-hero__panel p { color: rgba(255,255,255,.92); }
.about-hero__panel h2 { color: #fff; font-family: var(--ui); font-size: var(--t-18); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-top: 1.4rem; }
.prose { max-width: 900px; margin-inline: auto; }
.prose h2 { font-family: var(--cond); font-size: var(--t-20); text-transform: uppercase; letter-spacing: 1px; color: var(--maroon); font-weight: 600; margin-top: 2.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink); }
.prose ul { padding-left: 0; list-style: none; margin: 1rem 0; }
.prose li { position: relative; padding-left: 1.9rem; margin-bottom: .8rem; color: var(--ink); }
.prose li::before { content:""; position:absolute; left:0; top:.62em; width:9px; height:9px; background: var(--maroon); border-radius: 2px; transform: rotate(45deg); }
.prose .closing { font-style: italic; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.4rem; margin-top: 2rem; }

/* page hero (simple heading banner for listing pages) */
.page-hero { background: var(--maroon); color:#fff; text-align:center; padding-block: clamp(2.5rem, 6vw, 4rem); }
.page-hero h1 { color:#fff; }
.page-hero p { color: rgba(255,255,255,.85); margin: .4rem 0 0; }

/* ==================================================================== FOOTER */
.site-footer { position: relative; color: #fff; overflow: hidden; background: var(--maroon-deep); }
.site-footer__bg { position:absolute; inset:0; z-index:0; }
.site-footer__bg img { width:100%; height:100%; object-fit: cover; opacity: .16; }
.site-footer::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(61,0,0,.85), rgba(61,0,0,.72)); z-index:1; }
.site-footer .wrap { position: relative; z-index: 2; padding-block: clamp(2.6rem, 6vw, 4rem); }
.footer-brand { display:flex; justify-content:center; margin-bottom: 2.2rem; }
.footer-brand img { width: 200px; height:auto; }
.footer-cols { display:grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.footer-col { display:flex; align-items:center; justify-content:center; gap:.8rem; text-align:left; }
.footer-col .ic { width: 34px; height: 34px; flex: 0 0 34px; color:#fff; }
.footer-col .ic svg { width:100%; height:100%; fill:none; stroke: currentColor; stroke-width: 1.6; }
.footer-col a, .footer-col p { color:#fff; font-size: var(--t-16); margin:0; }
.footer-col a:hover { color: #ffd9a8; }
.footer-divider { border: 0; border-top: 1px solid rgba(255,255,255,.25); margin: 2.2rem 0 1.4rem; }
.footer-copy { text-align:center; font-size: var(--t-14); color: rgba(255,255,255,.8); margin: 0; }

/* ================================================================ RESPONSIVE */
@media (max-width: 1000px) {
  .why-cards { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--maroon-dark);
    display: none; padding: .5rem 0 1rem;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav li { border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav a { display: block; padding: .9rem clamp(1.1rem, 4vw, 2.5rem); }
  .main-nav a::after { display: none; }
  .main-nav .lang { margin: .8rem clamp(1.1rem,4vw,2.5rem); text-align:center; }
  .has-sub > a::before { float: right; margin-top: .5em; }
  .submenu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none;
    background: rgba(0,0,0,.18); border-radius: 0; padding: 0; }
  .submenu a { padding-left: calc(clamp(1.1rem,4vw,2.5rem) + 1rem); }

  .about-home__grid { grid-template-columns: 1fr; }
  .ribbon-wrap { margin-left: 0; border-radius: 6px; }
  .whywork__cols { grid-template-columns: 1fr; gap: 1.6rem; }
  .whywork__col + .whywork__col { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding-top: 1.6rem; }
  .about-hero { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr 1fr; }
  .contact-info { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 1.1rem; }
  .footer-col { justify-content: flex-start; max-width: 320px; margin-inline:auto; }
}
@media (max-width: 560px) {
  .why-cards { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .social-float { top: auto; bottom: 16px; left: 12px; flex-direction: row; }
}

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