:root {
  color-scheme: light;
  --estate-ink: #19342e;
  --estate-deep: #123029;
  --estate-green: #1e6254;
  --estate-green-bright: #2d7b68;
  --estate-sage: #dce9df;
  --estate-sage-light: #edf3eb;
  --estate-paper: #f8f4ec;
  --estate-paper-deep: #eee6d8;
  --estate-white: #fffefa;
  --estate-clay: #a45135;
  --estate-clay-dark: #91482f;
  --estate-gold: #d9a84f;
  --estate-muted: #5f6f67;
  --estate-line: rgba(25, 52, 46, .14);
  --estate-shadow: 0 28px 80px rgba(31, 55, 45, .14);
  --estate-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--estate-ink);
  background:
    radial-gradient(circle at 4% 8%, rgba(217, 168, 79, .13), transparent 24rem),
    radial-gradient(circle at 96% 24%, rgba(63, 128, 105, .11), transparent 29rem),
    var(--estate-paper);
  font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");
  content: "";
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  top: -90px;
  left: 16px;
  z-index: 500;
  padding: 11px 15px;
  border-radius: 12px;
  color: var(--estate-white);
  background: var(--estate-deep);
}
.skip-link:focus { top: 12px; }

.estate-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.estate-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(25, 52, 46, .08);
  background: rgba(248, 244, 236, .9);
  box-shadow: 0 5px 25px rgba(39, 60, 49, .045);
  backdrop-filter: blur(18px);
}
.nav-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.estate-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.estate-brand img { width: 38px; height: 38px; object-fit: contain; }
.estate-brand span { display: grid; line-height: 1.08; }
.estate-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: -.025em; }
.estate-brand small { margin-top: 3px; color: var(--estate-muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.estate-nav nav { display: flex; gap: 26px; margin-left: auto; color: #53645d; font-size: 14px; font-weight: 750; }
.estate-nav nav a, .nav-signin { transition: color .18s ease; }
.estate-nav nav a:hover, .nav-signin:hover { color: var(--estate-clay-dark); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-signin { font-size: 14px; font-weight: 800; }

.estate-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--estate-white);
  background: linear-gradient(135deg, var(--estate-clay), #aa5739);
  box-shadow: 0 14px 30px rgba(145, 72, 47, .2);
  font-size: 15px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.estate-button:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(145, 72, 47, .26); }
.estate-button:focus-visible, .estate-nav a:focus-visible, footer a:focus-visible {
  outline: 3px solid rgba(184, 101, 70, .45);
  outline-offset: 3px;
}
.estate-button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.estate-button-quiet { color: var(--estate-deep); border-color: var(--estate-line); background: rgba(255, 254, 250, .72); box-shadow: none; }
.estate-button-quiet:hover { background: var(--estate-white); box-shadow: 0 10px 25px rgba(31, 55, 45, .08); }

.estate-hero { position: relative; overflow: hidden; padding: 82px 0 88px; }
.estate-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 83% 28%, rgba(184, 101, 70, .12), transparent 26rem),
    linear-gradient(118deg, rgba(255, 254, 250, .32), transparent 55%);
  content: "";
}
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 72px; align-items: center; }
.estate-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--estate-clay-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.estate-eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.06; font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 660px; margin: 20px 0 24px; font-size: clamp(52px, 6.1vw, 78px); }
h2 { margin-bottom: 20px; font-size: clamp(39px, 4.8vw, 60px); }
h3 { font-size: 25px; }
.hero-lead { max-width: 620px; margin-bottom: 0; color: #53645d; font-size: clamp(18px, 2vw, 21px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cta-note { display: flex; align-items: center; gap: 8px; margin: 15px 0 0; color: var(--estate-muted); font-size: 13px; font-weight: 700; }
.cta-note span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--estate-green); background: var(--estate-sage); font-size: 12px; }

.estate-visual { position: relative; min-height: 560px; isolation: isolate; }
.visual-glow { position: absolute; inset: 8% 4% 2% 9%; z-index: -2; border-radius: 50%; background: rgba(73, 132, 111, .18); filter: blur(48px); }
.project-board {
  position: absolute;
  top: 24px;
  left: 48px;
  width: min(480px, calc(100% - 68px));
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 30px;
  background: rgba(255, 254, 250, .95);
  box-shadow: var(--estate-shadow), 0 1px 0 #fff inset;
  transform: rotate(1.1deg);
}
.board-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--estate-line); }
.board-head > div { display: grid; }
.board-label { color: var(--estate-muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.board-head strong { margin-top: 3px; font: 600 25px/1.1 Georgia, serif; }
.board-status { padding: 7px 11px; border-radius: 999px; color: var(--estate-green); background: var(--estate-sage); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.room-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px 0; }
.room-progress span { padding: 10px; border-radius: 12px; color: var(--estate-muted); background: var(--estate-sage-light); font-size: 10px; font-weight: 700; }
.room-progress b { display: block; color: var(--estate-ink); font-size: 20px; line-height: 1; }
.decision-row { display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: center; padding: 13px; border: 1px solid var(--estate-line); border-radius: 16px; background: var(--estate-white); }
.decision-row + .decision-row { margin-top: 9px; }
.decision-photo { width: 74px; height: 88px; overflow: hidden; border-radius: 11px; background: #e8e1d5; }
.decision-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; }
.decision-copy { min-width: 0; }
.decision-copy small { display: block; color: var(--estate-muted); font-size: 10px; font-weight: 750; }
.decision-copy strong { display: block; margin: 3px 0 8px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.decision-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.decision-pills span { padding: 4px 7px; border-radius: 999px; color: var(--estate-green); background: var(--estate-sage-light); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.decision-pills span:last-child { color: var(--estate-clay-dark); background: #f7e8df; }
.decision-row.compact { grid-template-columns: 62px 1fr; }
.decision-icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 11px; color: var(--estate-green); background: var(--estate-sage-light); }
.decision-icon svg { width: 36px; height: 36px; }
.family-line { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--estate-line); }
.family-faces { display: flex; padding-left: 6px; }
.family-faces span { display: grid; width: 31px; height: 31px; place-items: center; margin-left: -6px; border: 2px solid var(--estate-white); border-radius: 50%; color: var(--estate-white); background: var(--estate-green); font-size: 8px; font-weight: 900; }
.family-faces span:nth-child(2) { background: var(--estate-clay); }
.family-faces span:nth-child(3) { background: #8d7649; }
.family-line p { margin: 0; line-height: 1.1; }
.family-line strong { font-size: 11px; }
.family-line small { color: var(--estate-muted); font-size: 9px; }
.paper-note { position: absolute; z-index: 2; display: grid; min-width: 155px; padding: 16px 18px; border: 1px solid rgba(95, 73, 35, .12); border-radius: 4px 16px 5px 13px; background: #fff2b8; box-shadow: 0 15px 36px rgba(62, 51, 29, .16); font-family: Georgia, serif; }
.paper-note span { color: #866a27; font: 900 9px/1 system-ui, sans-serif; letter-spacing: .13em; }
.paper-note b { margin-top: 6px; font-size: 15px; font-weight: 600; }
.note-one { right: 0; bottom: 54px; transform: rotate(5deg); }
.note-two { left: 0; bottom: 6px; background: #dfeee3; transform: rotate(-5deg); }
.note-two span { color: var(--estate-green); }

.trust-ribbon { color: var(--estate-white); background: var(--estate-deep); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 20px 28px; border-left: 1px solid rgba(255, 255, 255, .12); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255, 255, 255, .12); }
.trust-icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; color: #e2c778; font: 800 10px/1 system-ui, sans-serif; }
.trust-grid p { display: grid; margin: 0; line-height: 1.25; }
.trust-grid strong { font-family: Georgia, serif; font-size: 16px; font-weight: 600; }
.trust-grid small { margin-top: 4px; color: #abc2b9; font-size: 11px; }

.start-section, .handles-section, .how-section, .privacy-section, .final-section { padding: 108px 0; }
.start-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 74px; align-items: center; }
.section-copy p { color: var(--estate-muted); font-size: 18px; }
.section-copy h2 { margin-top: 18px; }
.reassurance { margin-top: 26px; padding: 18px 20px; border-left: 3px solid var(--estate-clay); border-radius: 0 14px 14px 0; background: rgba(255, 254, 250, .7); }
.reassurance span { margin-right: 8px; color: var(--estate-gold); }
.reassurance strong { color: var(--estate-ink); }
.start-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.start-card { position: relative; min-height: 370px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; overflow: hidden; border-radius: 26px; color: var(--estate-white); box-shadow: var(--estate-shadow); }
.start-card::before, .start-card::after { position: absolute; pointer-events: none; content: ""; }
.start-card::before { inset: 0; background: linear-gradient(to top, rgba(12, 39, 32, .92), rgba(18, 59, 48, .14)); }
.start-card::after { top: 42px; right: 35px; width: 132px; height: 170px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 62% 45% 60% 42%; transform: rotate(17deg); }
.start-card.inherited { background: radial-gradient(circle at 75% 25%, #a8c4b4, transparent 37%), linear-gradient(145deg, #496f61, #163c32); }
.start-card.downsizing { margin-top: 38px; background: radial-gradient(circle at 70% 21%, #e2b88d, transparent 38%), linear-gradient(145deg, #bb7758, #724333); }
.start-card > * { position: relative; z-index: 1; }
.start-card-kicker { margin-bottom: auto; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.start-card h3 { margin: 100px 0 12px; font-size: 31px; }
.start-card p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 14px; }

.handles-section { background: var(--estate-white); }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading h2 { margin-top: 18px; }
.section-heading p { color: var(--estate-muted); font-size: 18px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .estate-eyebrow { justify-content: center; }
.handle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.handle-grid article { min-height: 280px; padding: 27px; border: 1px solid var(--estate-line); border-radius: 22px; background: linear-gradient(145deg, #fffefa, #f8f4ec); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.handle-grid article:hover { transform: translateY(-3px); border-color: rgba(45, 123, 104, .34); box-shadow: 0 18px 42px rgba(31, 55, 45, .08); }
.handle-mark { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 38px; border-radius: 17px; color: var(--estate-green); background: var(--estate-sage-light); }
.handle-mark svg { width: 31px; height: 31px; }
.handle-grid h3 { margin-bottom: 12px; font-size: 23px; }
.handle-grid p { margin: 0; color: var(--estate-muted); font-size: 14px; }

.how-section { color: var(--estate-white); background: var(--estate-deep); }
.how-section .estate-eyebrow { color: #efc77f; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.how-grid li { position: relative; min-height: 430px; padding: 27px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 24px; background: rgba(255, 255, 255, .055); }
.step-number { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; color: #efc77f; font-size: 12px; font-weight: 900; }
.step-visual { height: 150px; margin: 30px 0; border: 1px solid rgba(255, 255, 255, .11); border-radius: 17px; background: rgba(255, 255, 255, .05); }
.phone-visual { display: grid; place-items: center; }
.phone-visual span { display: block; width: 59px; height: 105px; border: 2px solid #abc6bc; border-radius: 13px; box-shadow: 0 0 0 4px rgba(255, 255, 255, .04); }
.phone-visual b { position: absolute; margin: 45px 0 0 80px; padding: 7px 10px; border-radius: 999px; color: var(--estate-deep); background: #efc77f; font-size: 9px; text-transform: uppercase; }
.family-visual { display: flex; align-items: center; justify-content: center; }
.family-visual span { display: grid; width: 68px; height: 68px; place-items: center; margin-left: -10px; border: 4px solid #22473e; border-radius: 50%; background: #527d6e; font-size: 12px; font-weight: 900; }
.family-visual span:nth-child(2) { background: var(--estate-clay); }
.family-visual span:nth-child(3) { background: #997b49; }
.route-visual { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 7px; padding: 25px; }
.route-visual span { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; color: #c8dbd4; font-size: 10px; font-weight: 850; }
.route-visual span:first-child { color: var(--estate-deep); background: #efc77f; }
.how-grid h3 { margin-bottom: 12px; font-size: 27px; }
.how-grid p { margin: 0; color: #aec3bb; font-size: 14px; }

.privacy-panel { display: grid; grid-template-columns: .5fr 1.5fr; gap: 64px; align-items: center; padding: 60px; border: 1px solid var(--estate-line); border-radius: 34px; background: var(--estate-white); box-shadow: 0 24px 70px rgba(31, 55, 45, .08); }
.privacy-seal { display: grid; width: 190px; aspect-ratio: 1; place-items: center; margin: auto; border: 1px solid rgba(45, 123, 104, .18); border-radius: 50%; color: var(--estate-green); background: radial-gradient(circle, var(--estate-sage-light) 0 57%, transparent 58%), repeating-radial-gradient(circle, rgba(45, 123, 104, .08) 0 2px, transparent 2px 8px); }
.privacy-seal svg { width: 88px; height: 88px; stroke-width: 1.5; }
.privacy-copy h2 { margin-top: 18px; }
.privacy-copy > p { color: var(--estate-muted); font-size: 17px; }
.privacy-copy .decision-trail { margin: 22px 0 0; padding: 15px 17px; border-left: 3px solid var(--estate-gold); border-radius: 0 12px 12px 0; color: var(--estate-ink); background: var(--estate-sage-light); font-size: 14px; }
.decision-trail strong { font-family: Georgia, serif; font-size: 16px; }
.privacy-copy ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.privacy-copy li { position: relative; padding: 16px 14px 16px 34px; border-radius: 13px; background: var(--estate-sage-light); font-size: 12px; font-weight: 750; }
.privacy-copy li::before { position: absolute; left: 14px; color: var(--estate-green); content: "✓"; }
.privacy-copy .legal-note { margin: 0; padding-top: 18px; border-top: 1px solid var(--estate-line); font-size: 12px; }

.final-section { padding-top: 0; }
.final-panel { position: relative; overflow: hidden; padding: 76px; border-radius: 34px; color: var(--estate-white); background: linear-gradient(135deg, #245c4f, var(--estate-deep)); box-shadow: var(--estate-shadow); }
.final-panel::after { position: absolute; right: -95px; bottom: -130px; width: 370px; height: 370px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 45% 55% 48% 52%; content: ""; transform: rotate(28deg); }
.final-panel > * { position: relative; z-index: 1; }
.final-panel .estate-eyebrow { color: #efc77f; }
.final-panel h2 { max-width: 780px; margin-top: 18px; }
.final-panel > p { max-width: 650px; color: #c1d4cd; font-size: 18px; }
.final-actions { margin-bottom: 13px; }
.estate-button-light { color: var(--estate-deep); background: #f1d28f; box-shadow: 0 14px 30px rgba(0, 0, 0, .15); }
.estate-button-light:hover { background: #f8dea6; }
.estate-button-outline { border-color: rgba(255, 255, 255, .3); background: transparent; box-shadow: none; }
.estate-button-outline:hover { background: rgba(255, 255, 255, .08); box-shadow: none; }
.final-panel > small { color: #a9c3b9; }

footer { padding: 34px 0 48px; border-top: 1px solid var(--estate-line); color: var(--estate-muted); }
.footer-inner { display: flex; align-items: center; gap: 28px; }
.footer-brand { color: var(--estate-ink); }
.footer-brand img { width: 34px; height: 34px; }
.footer-brand strong { font-size: 18px; }
.footer-inner p { margin: 0; font-family: Georgia, serif; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 18px; margin-left: auto; font-size: 12px; font-weight: 750; }
.footer-inner nav a:hover { color: var(--estate-clay-dark); }

@media (max-width: 980px) {
  .estate-nav nav { display: none; }
  .nav-actions { margin-left: auto; }
  .hero-grid, .start-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .hero-copy { max-width: 760px; }
  .estate-visual { width: min(620px, 100%); margin: auto; }
  .start-grid { gap: 44px; }
  .handle-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-panel { grid-template-columns: 1fr; gap: 34px; }
  .privacy-seal { width: 150px; margin-left: 0; }
}

@media (max-width: 700px) {
  .estate-wrap { width: min(100% - 24px, 1160px); }
  .nav-inner { min-height: 66px; gap: 8px; }
  .estate-brand img { width: 32px; height: 32px; }
  .estate-brand strong { font-size: 17px; }
  .estate-brand small { font-size: 8px; }
  .nav-signin { display: none; }
  .estate-button-small { min-height: 40px; padding: 0 14px; }
  .estate-hero { padding: 42px 0 62px; }
  h1 { margin-top: 16px; font-size: clamp(44px, 13.5vw, 60px); }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 17px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .estate-button { width: 100%; }
  .cta-note { justify-content: center; text-align: center; }
  .estate-visual { min-height: 475px; }
  .project-board { top: 12px; left: 16px; width: calc(100% - 34px); padding: 18px; border-radius: 23px; }
  .board-head strong { font-size: 22px; }
  .room-progress span { padding: 8px; }
  .decision-row { grid-template-columns: 62px 1fr; padding: 9px; }
  .decision-photo { width: 62px; height: 74px; }
  .decision-row.compact { grid-template-columns: 54px 1fr; }
  .decision-icon { width: 54px; height: 54px; }
  .paper-note { min-width: 132px; padding: 12px 14px; }
  .note-one { right: 2px; bottom: 24px; }
  .note-two { left: 2px; bottom: -8px; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div { min-height: 82px; padding: 15px 6px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .trust-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .start-section, .handles-section, .how-section, .privacy-section, .final-section { padding: 76px 0; }
  .section-copy p, .section-heading p { font-size: 16px; }
  .start-cards, .handle-grid, .how-grid { grid-template-columns: 1fr; }
  .start-card { min-height: 330px; }
  .start-card.downsizing { margin-top: 0; }
  .section-heading.centered { text-align: left; }
  .section-heading.centered .estate-eyebrow { justify-content: flex-start; }
  .handle-grid article { min-height: 245px; }
  .how-grid li { min-height: auto; }
  .privacy-panel { padding: 31px 22px; border-radius: 24px; }
  .privacy-seal { width: 125px; }
  .privacy-seal svg { width: 68px; height: 68px; }
  .privacy-copy ul { grid-template-columns: 1fr; }
  .final-section { padding-top: 0; }
  .final-panel { padding: 44px 24px; border-radius: 25px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-inner nav { margin-left: 0; }
}

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