:root {
  --navy-950: #061522;
  --navy-900: #091d2e;
  --navy-800: #102b42;
  --navy-700: #173c58;
  --ink: #15212a;
  --muted: #5e6a73;
  --gold: #d2ad5b;
  --gold-light: #f1da9b;
  --cream: #f7f5ef;
  --white: #ffffff;
  --line: rgba(9, 29, 46, .14);
  --shadow: 0 24px 70px rgba(6, 21, 34, .16);
  --radius: 1.15rem;
  --shell: min(1160px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: .5rem; left: .5rem; transform: translateY(-160%); padding: .7rem 1rem; background: var(--white); color: var(--navy-900); border-radius: .4rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; color: var(--white); background: rgba(9, 29, 46, .97); box-shadow: 0 1px rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.topline { color: #dbe4e9; background: var(--navy-950); font-size: .78rem; letter-spacing: .01em; }
.topline-inner { min-height: 2.1rem; display: flex; justify-content: flex-end; align-items: center; gap: 2rem; }
.topline a { text-decoration: none; }
.topline a:hover { color: var(--gold-light); }
.nav { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; width: min(25rem, 54vw); }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.65rem; }
.nav-links > a:not(.button) { font-size: .92rem; text-decoration: none; font-weight: 700; color: #dde6eb; }
.nav-links > a:not(.button):hover { color: var(--gold-light); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.2); border-radius: .6rem; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 1.25rem; height: 2px; margin: .25rem auto; background: #fff; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid var(--gold); border-radius: .55rem; color: var(--navy-950); background: var(--gold); text-decoration: none; font-weight: 800; box-shadow: 0 10px 30px rgba(210, 173, 91, .16); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-small { min-height: 2.65rem; padding: .55rem 1rem; font-size: .9rem; }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(39,91,119,.62), transparent 35%), linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.hero::after { content: ""; position: absolute; inset: auto -10% -8rem 35%; height: 17rem; border: 1px solid rgba(210,173,91,.24); border-radius: 50% 50% 0 0; transform: rotate(-7deg); }
.hero-chart { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent 10%, black 100%); }
.hero-grid { position: relative; z-index: 1; min-height: 42rem; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .75fr); gap: 5rem; align-items: center; padding-block: 6.5rem; }
.eyebrow { margin: 0 0 1rem; color: #b7892c; font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
h1 { max-width: 820px; font-size: clamp(3.25rem, 7vw, 6.7rem); }
h1 span { color: var(--gold-light); }
.lede { max-width: 46rem; margin: 1.5rem 0 0; color: #d9e2e7; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2.1rem; }
.text-link { color: var(--white); font-weight: 800; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: .3rem; }
.text-link span { color: var(--gold-light); }
.risk-reversal { margin: 1.25rem 0 0; color: #bfcdd5; font-size: .92rem; }
.risk-reversal strong { color: var(--white); }
.hero-panel { position: relative; padding: 2.2rem; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(6,21,34,.64); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-panel::before { content: ""; position: absolute; width: 2.5rem; height: .2rem; top: 0; left: 2.2rem; background: var(--gold); }
.panel-kicker { margin: 0; color: var(--gold-light); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.panel-figure { margin: 1.2rem 0 0; color: var(--white); font-family: Georgia, serif; font-size: clamp(4.5rem, 9vw, 7rem); line-height: .85; }
.panel-label { margin: .7rem 0 0; color: #d2dce2; }
.panel-rule { height: 1px; margin: 1.8rem 0; background: rgba(255,255,255,.15); }
.check-list { display: grid; gap: .85rem; padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; gap: .7rem; align-items: center; }
.check-list li::before { content: "✓"; color: var(--gold-light); font-weight: 900; }

.trust-strip { color: var(--white); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { display: grid; gap: .15rem; margin: 0; padding: 1.45rem 1.6rem; border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid p:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 1.35rem; }
.trust-grid span { color: #aebec8; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

.estimator-band { padding-block: 2.25rem; color: var(--navy-950); background: var(--gold); }
.estimator-band-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.estimator-band .eyebrow { margin-bottom: .35rem; color: #684b12; }
.estimator-band h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.08; }
.estimator-band p:not(.eyebrow) { margin: .5rem 0 0; }
.estimator-band .button { color: var(--white); border-color: var(--navy-950); background: var(--navy-950); box-shadow: none; }
.estimator-mark { width: 5.6rem; height: 5.6rem; display: grid; place-content: center; text-align: center; border: 1px solid rgba(6,21,34,.45); border-radius: 50%; }
.estimator-mark span { font: 700 2.1rem/.9 Georgia, serif; }
.estimator-mark small { margin-top: .35rem; font-size: .65rem; font-weight: 900; letter-spacing: .16em; }

.section { padding-block: 7rem; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { max-width: 720px; color: var(--navy-900); font-size: clamp(2.4rem, 5vw, 4.5rem); }
.section-heading > p { margin: 0 0 .4rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1rem; }
.service-card { min-height: 33rem; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(6,21,34,.07); }
.service-card > img, .service-image-small { width: 100%; height: 12rem; object-fit: cover; }
.service-image-small { background: linear-gradient(rgba(9,29,46,.12), rgba(9,29,46,.4)), url("assets/residential-property.avif") center/cover; }
.service-card-featured > img { height: 15rem; }
.service-icon { height: 12rem; display: grid; place-items: center; color: var(--gold-light); background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); font: 700 3rem/1 Georgia, serif; letter-spacing: .08em; }
.service-content { display: flex; flex: 1; flex-direction: column; padding: 1.8rem; }
.service-number { margin: 0 0 .8rem; color: #9a7426; font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.service-content h3 { color: var(--navy-900); font-size: 1.85rem; line-height: 1.1; }
.service-content p:not(.service-number) { color: var(--muted); }
.service-content a { margin-top: auto; color: var(--navy-800); font-weight: 900; text-underline-offset: .3rem; }
.service-content a span { color: #a47720; }

.proof-section { color: var(--white); background: var(--navy-900); }
.proof-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5.5rem; align-items: center; }
.proof-copy h2, .process h2, .faq h2, .assessment h2, .experience h2, .service-area h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.proof-copy h2 { max-width: 750px; }
.proof-copy > p:not(.eyebrow) { max-width: 670px; color: #c6d3da; font-size: 1.08rem; }
.feature-list { display: grid; gap: 1rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.feature-list li { position: relative; display: grid; gap: .2rem; padding: 1rem 0 1rem 2.4rem; border-top: 1px solid rgba(255,255,255,.12); }
.feature-list li::before { content: ""; position: absolute; top: 1.45rem; left: .1rem; width: .75rem; height: .75rem; border: 2px solid var(--gold); transform: rotate(45deg); }
.feature-list strong { font-family: Georgia, serif; font-size: 1.25rem; }
.feature-list span { color: #aebec8; }
.proof-visual { position: relative; min-height: 34rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: radial-gradient(circle at 50% 35%, rgba(210,173,91,.18), transparent 35%), var(--navy-950); }
.proof-visual blockquote { position: relative; z-index: 1; max-width: 31rem; margin: 0; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.25; }
.proof-visual > p { position: relative; z-index: 1; margin: 1rem 0 0; color: #9fb2bd; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.compass { position: absolute; width: 25rem; height: 25rem; top: -4rem; right: -3rem; border: 1px solid rgba(210,173,91,.4); border-radius: 50%; }
.compass::before, .compass::after { content: ""; position: absolute; background: rgba(210,173,91,.24); }
.compass::before { width: 1px; height: 100%; left: 50%; }
.compass::after { width: 100%; height: 1px; top: 50%; }
.compass-letter { position: absolute; color: var(--gold-light); font: 700 .7rem/1 sans-serif; }
.compass-n { top: 1rem; left: 50%; }
.compass-e { right: 1rem; top: 50%; }
.compass-s { bottom: 1rem; left: 50%; }
.compass-w { left: 1rem; top: 50%; }
.compass-needle { position: absolute; width: 5rem; height: 12rem; top: 50%; left: 50%; background: linear-gradient(to bottom, var(--gold) 0 50%, rgba(255,255,255,.35) 50%); clip-path: polygon(50% 0, 72% 50%, 50% 100%, 28% 50%); transform: translate(-50%, -50%) rotate(32deg); }

.process { background: #eef1f2; }
.process-heading { margin-bottom: 4rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.process-grid li { position: relative; min-height: 18rem; padding: 2rem 1.6rem; border-top: 1px solid #aeb9bf; border-bottom: 1px solid #aeb9bf; }
.process-grid li:not(:last-child) { border-right: 1px solid #cbd3d7; }
.process-grid li::before { content: ""; position: absolute; width: .75rem; height: .75rem; top: -.42rem; left: 1.6rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 .45rem #eef1f2; }
.process-grid span { color: #a47720; font-size: .75rem; font-weight: 900; letter-spacing: .13em; }
.process-grid h3 { margin-top: 3.5rem; color: var(--navy-900); font-size: 1.55rem; line-height: 1.15; }
.process-grid p { color: var(--muted); }
.process-action { display: flex; justify-content: center; margin-top: 2.25rem; }

.experience { padding-block: 0; background: var(--white); }
.experience-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.experience-image { min-height: 42rem; background: linear-gradient(rgba(9,29,46,.08), rgba(9,29,46,.28)), url("assets/residential-property.avif") center/cover; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.experience-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.experience-facts { display: grid; gap: 1.2rem; margin: 1.5rem 0 2rem; }
.experience-facts p { display: grid; gap: .25rem; margin: 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.experience-facts strong { color: var(--navy-900); font-family: Georgia, serif; font-size: 1.15rem; }
.experience-facts span { color: var(--muted); }
.text-link.dark { color: var(--navy-900); }

.service-area { background: var(--white); }
.area-heading { margin-bottom: 3.5rem; }
.area-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.area-grid article { min-height: 18rem; padding: 2rem; }
.area-grid article:not(:last-child) { border-right: 1px solid var(--line); }
.area-number { margin: 0 0 2.5rem; color: #926c1f; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.area-grid h3 { color: var(--navy-900); font-size: 1.85rem; }
.area-grid article > p:last-child { color: var(--muted); }
.area-action { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-top: 2.25rem; }
.area-action p { margin: 0; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; align-items: start; }
.faq-intro { position: sticky; top: 9.5rem; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .text-link { display: inline-block; margin-top: 1rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; color: var(--navy-900); cursor: pointer; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .2rem; top: 1.25rem; color: #9a7426; font: 400 1.8rem/1 sans-serif; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 700px; margin: -.5rem 3rem 1.5rem 0; color: var(--muted); }

.assessment { color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.assessment-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }
.assessment-copy { padding-top: 2rem; }
.assessment-copy > p:not(.eyebrow) { color: #c9d5dc; font-size: 1.08rem; }
.assessment-copy a { color: var(--gold-light); }
.contact-cards { display: grid; gap: .7rem; margin-top: 2rem; }
.contact-cards a { display: grid; gap: .25rem; padding: 1.1rem; border: 1px solid rgba(255,255,255,.14); border-radius: .65rem; color: #dbe5ea; text-decoration: none; }
.contact-cards a:hover { border-color: var(--gold); }
.contact-cards span { color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.estimator-card { padding: clamp(1.7rem, 4vw, 2.8rem); border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.estimator-card-top { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.estimator-card-top span { color: #8a6419; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.estimator-card-top strong { color: var(--muted); font-size: .78rem; }
.estimator-card h3 { margin-top: 1.5rem; color: var(--navy-900); font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.05; }
.estimator-card ol { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: 0; margin: 1.7rem 0; list-style: none; }
.estimator-card li { display: flex; gap: .7rem; align-items: center; padding: .85rem; border: 1px solid var(--line); border-radius: .55rem; color: var(--navy-800); font-weight: 700; }
.estimator-card li span { flex: 0 0 auto; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-light); font-size: .75rem; }
.estimator-button { width: 100%; }
.estimator-card > p { margin: .9rem 0 0; color: var(--muted); font-size: .78rem; }

.site-footer { padding: 5rem 0 1.8rem; color: #bfccd3; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 5rem; }
.footer-brand img { width: min(24rem, 100%); }
.footer-brand p { max-width: 32rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; }
.footer-grid h2 { margin: 0 0 .6rem; color: var(--gold-light); font: 900 .75rem/1.2 sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { color: #bfccd3; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }
.mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(1rem); }
.error-page { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(2rem, 8vw, 8rem); color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(39,91,119,.62), transparent 35%), var(--navy-950); }
.error-page > img { width: min(28rem, 90vw); margin-bottom: 4rem; }
.error-page h1 { max-width: 850px; }
.error-page > p:not(.eyebrow) { max-width: 580px; color: #c9d5dc; font-size: 1.1rem; }

@media (max-width: 900px) {
  .topline-inner { justify-content: center; }
  .topline-inner a:first-child { display: none; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; inset: 100% 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 1rem; background: var(--navy-900); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .7rem 1rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; padding-block: 5rem; }
  .hero-panel { max-width: 32rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .estimator-band-grid { grid-template-columns: auto 1fr; }
  .estimator-band .button { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; gap: 1.3rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-column: 1 / -1; }
  .proof-grid, .faq-grid, .assessment-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .faq-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-image { min-height: 26rem; }
  .area-grid { grid-template-columns: 1fr; }
  .area-grid article { min-height: auto; }
  .area-grid article:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .area-action { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 1.25rem, 1160px); }
  .nav { min-height: 4.4rem; }
  .brand { width: min(17rem, 72vw); }
  .hero-grid { min-height: auto; padding-block: 4rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { padding: .6rem 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p { padding: 1.1rem .9rem; }
  .estimator-band-grid { grid-template-columns: 1fr; text-align: left; }
  .estimator-mark { width: 4.6rem; height: 4.6rem; }
  .estimator-band .button { grid-column: auto; width: 100%; }
  .section { padding-block: 5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; }
  .proof-grid { gap: 2.5rem; }
  .proof-visual { min-height: 29rem; padding: 1.5rem; }
  .compass { width: 20rem; height: 20rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:not(:last-child) { border-bottom: 0; }
  .experience-image { min-height: 20rem; }
  .experience-copy { padding: 4rem 1.25rem; }
  .faq-grid, .assessment-grid { gap: 2.5rem; }
  .area-grid article { padding: 1.5rem 0; }
  .area-number { margin-bottom: 1rem; }
  .area-action .button { width: 100%; }
  .estimator-card ol { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
  .mobile-cta { position: fixed; z-index: 45; right: .75rem; bottom: .75rem; display: inline-flex; min-height: 3rem; align-items: center; padding: .7rem 1rem; border-radius: 999px; color: var(--navy-950); background: var(--gold); box-shadow: 0 10px 30px rgba(6,21,34,.3); text-decoration: none; font-weight: 900; transition: opacity .2s ease, transform .2s ease; }
  .site-footer { padding-bottom: 6rem; }
}

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