/* HT-076: pixel-direction reproduction of the approved HOMETRUST homepage
   blueprint. Composition/geometry first -- Liquid Glass primitives from the
   previous pass are kept defined (harmless, unused) but deliberately not
   applied on the homepage in this pass. Dedicated, self-contained
   stylesheet; only the shared tokens from design-system.css and the
   .chip/.segmented primitives from foundation.css are reused. Loaded last
   on frontend/index.html only. */

/* HT-077: frozen HOMETRUST public-brand palette for the approved hero v1.
   These are the ONLY brand colors authorized on this surface -- no bright
   saturated blue, no arbitrary CSS colors. Scoped to .home-page so the rest
   of the app (which may still reference --action etc.) is unaffected. */
.home-page{
  --ht-navy:#071B2D;--ht-midnight:#04111F;--ht-gold:#B58A3A;--ht-gold-soft:#D8C39A;
  --ht-silver:#C9CED4;--ht-pearl:#EEF0F2;--ht-warm-white:#FAF9F6;--ht-white:#FFFFFF;
  --ht-ink:#111820;--ht-slate:#66717D;
}
.home-page{background:#fff;color:var(--ink)}
.home-page h1,.home-page h2,.home-page h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.01em}
.home-page section{max-width:1320px;margin-inline:auto}
.home-page .hero-split,.home-page .value-split,.home-page .final-cta,.home-page .approach-dark{max-width:none}
.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}

/* ==================================================================
   Liquid Glass primitives -- defined for reuse in a later polish pass,
   deliberately NOT applied on the homepage in this composition-first
   pass (per product owner direction: "composition comes first, glass
   polish comes after"). Kept here, unused, since removing a working,
   accessible-by-default primitive is not required to fix composition
   drift and a later pass will need it again.
   ================================================================== */
.ht-glass{position:relative;background:#ffffffee;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 56px #0a1f4416,inset 0 1px 0 #ffffffb0}
.ht-glass-nav{background:#ffffffee;border-bottom:1px solid var(--line)}
.ht-glass-control{background:#ffffffee;border:1px solid var(--line);border-radius:999px}
.ht-glass-action{background:#ffffffee;border:1.5px solid var(--gold);color:var(--navy)}
.ht-glass::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff90 0%,#ffffff00 32%);opacity:.9}
@supports (backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px)){
  .ht-glass{background:rgba(255,255,255,.58);backdrop-filter:blur(24px) saturate(170%);-webkit-backdrop-filter:blur(24px) saturate(170%);border-color:#ffffff85;box-shadow:0 24px 56px #0a1f441c,inset 0 1px 0 #ffffffb0}
  .ht-glass-nav{background:rgba(255,255,255,.68);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%)}
  .ht-glass-control{background:rgba(255,255,255,.5);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-color:#ffffff95}
  .ht-glass-action{background:rgba(255,255,255,.46);backdrop-filter:blur(16px) saturate(170%);-webkit-backdrop-filter:blur(16px) saturate(170%)}
}
.ht-glass-action{transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.ht-glass-action:hover{background:var(--gold);color:#fff;border-color:var(--gold);transform:translateY(-1px)}
@media(forced-colors:active){.ht-glass,.ht-glass-nav,.ht-glass-control,.ht-glass-action{border:1px solid CanvasText;background:Canvas}.ht-glass::before{display:none}}

/* Arrow micro-interaction shared by every "->" affordance. */
.home-page a span[aria-hidden],.home-page button span[aria-hidden]{display:inline-block;transition:transform .18s ease}
.home-page a:hover span[aria-hidden],.home-page button:hover span[aria-hidden]{transform:translateX(3px)}

/* ---------- 01: Header. Transparent over the hero, belongs to it. ---------- */
.site-header{position:absolute;top:0;left:0;right:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;max-width:1320px;margin:0 auto;width:100%;height:96px;padding:0 clamp(24px,4vw,60px);background:transparent}
.site-header .brand-mark{justify-self:start}
.site-header .brand-mark--header{width:182px}
.site-nav{justify-self:center;display:flex;flex-wrap:wrap;gap:34px;font-size:15.5px;font-weight:600}
.site-nav a{color:var(--ht-navy);text-decoration:none;padding:6px 0;transition:color .18s ease}
.site-nav a:hover{color:var(--ht-gold)}
.site-actions{justify-self:end;display:flex;align-items:center;gap:24px}
.site-actions .login-link{font-size:15px;font-weight:600;text-decoration:none;color:var(--ht-navy)}
@media(max-width:900px){.site-header{grid-template-columns:auto auto;height:auto;min-height:84px;padding:16px 5%}.site-nav{display:none}.site-actions{justify-self:end}}
@media(max-width:480px){.site-header .brand-mark--header{width:136px}}

/* ---------- 02/03: Hero -- one immersive photographic viewport ---------- */
.hero-split{position:relative;display:flex;flex-direction:column;min-height:860px;overflow:hidden;background:var(--ht-navy)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}
.hero-split::before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,var(--ht-warm-white) 0%,rgba(250,249,246,.94) 20%,rgba(250,249,246,.62) 34%,rgba(250,249,246,.14) 48%,rgba(250,249,246,0) 60%);z-index:1}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;max-width:560px;padding:280px 0 0 clamp(28px,8vw,124px)}
.hero-eyebrow{display:flex;align-items:center;gap:14px;font:700 13px/1 'Segoe UI',system-ui,sans-serif;letter-spacing:.18em;color:var(--ht-slate);margin:0 0 26px}
.hero-eyebrow::before{content:'';width:36px;height:3px;background:var(--ht-gold)}
.hero-copy h1{font-size:clamp(2.9rem,5.4vw,5.1rem);line-height:1;color:var(--ht-navy);margin:0 0 24px}
.hero-support{font:400 18px/1.6 'Segoe UI',system-ui,sans-serif;color:var(--ht-slate);max-width:460px;margin:0 0 32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:56px}
.hero-actions a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 32px;border-radius:8px;font:700 15px/1 'Segoe UI',system-ui,sans-serif;letter-spacing:.02em;text-decoration:none;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;flex:1 1 200px;max-width:220px}
.hero-actions .primary{background:var(--ht-navy);color:var(--ht-white);border:1px solid var(--ht-navy)}
.hero-actions .primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(7,27,45,.32)}
.hero-actions .secondary{background:var(--ht-warm-white);color:var(--ht-navy);border:1.5px solid var(--ht-gold)}
.hero-actions .secondary:hover{background:var(--ht-gold);color:var(--ht-white)}
.hero-actions a:active{transform:translateY(0)}
.hero-caption{position:absolute;z-index:2;right:28px;bottom:28px;padding:9px 16px;font-size:11px;border-radius:6px;color:var(--ht-navy);background:rgba(255,255,255,.9);border:1px solid var(--ht-pearl)}

/* Four product proofs, lower-left of the hero photo. */
.hero-proofs{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:32px;padding:0 0 0 clamp(28px,8vw,124px);margin-top:auto;padding-bottom:64px}
.hero-proof{flex:1 1 160px;max-width:190px;padding-top:14px;border-top:1px solid rgba(7,27,45,.18)}
.hero-proof h3{font-family:'Segoe UI',system-ui,sans-serif;font-size:14px;font-weight:750;letter-spacing:.02em;color:var(--ht-navy);margin:0 0 6px}
.hero-proof p{margin:0;font-size:14px;color:var(--ht-slate);line-height:1.45}

@media(max-width:900px){.hero-split{min-height:0}
.hero-copy{max-width:none;padding:118px 6% 0}
.hero-copy h1{font-size:clamp(2.2rem,9vw,3.1rem)}
.hero-support{max-width:none}
.hero-actions{flex-wrap:wrap;margin-bottom:36px}
.hero-actions a{flex:1 1 auto;max-width:none}
.hero-proofs{padding:0 6% 40px;gap:20px}
.hero-proof{flex:1 1 42%}
}

.launcher-band{padding:0 5% 60px;margin-top:-45px;position:relative;z-index:10}
.launcher-card{max-width:1150px;min-height:118px;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;padding:14px 30px;border-radius:26px;background:rgba(255,255,255,.84);border:1px solid rgba(216,195,154,.55);box-shadow:0 24px 48px rgba(7,27,45,.18),inset 0 1px 0 rgba(255,255,255,.8)}
@supports (backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px)){.launcher-card{backdrop-filter:blur(20px) saturate(118%);-webkit-backdrop-filter:blur(20px) saturate(118%)}}
.launcher-card .intent-tabs{display:inline-flex;background:var(--ht-pearl);border:0;border-radius:999px;padding:4px;gap:2px;flex:0 0 auto}
.launcher-card .intent-tabs button{min-height:48px;padding:0 20px;border-radius:999px;font-size:14px;font-weight:700;letter-spacing:.02em;background:transparent;color:var(--ht-slate);transition:background-color .18s ease,color .18s ease}
.launcher-card .intent-tabs [aria-selected=true]{background:var(--ht-navy);color:var(--ht-white)}
.launcher-card #acheter{flex:1 1 380px;min-width:0}
.launcher-card #project-form{display:contents}
.launcher-card #place-step{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%;position:relative}
.launcher-pin{width:8px;height:8px;border-radius:50%;border:2px solid var(--ht-gold);flex:0 0 auto}
.launcher-card #place-step input{flex:1 1 220px;min-width:160px;border:0;border-left:1px solid var(--ht-silver);background:transparent;min-height:56px;padding:0 0 0 16px;margin-left:4px;font-size:16px;color:var(--ht-ink)}
.launcher-card #place-step input:focus-visible{outline:none}
.launcher-card #project-continue{flex:0 0 auto;min-height:56px;white-space:nowrap;padding:0 28px;background:var(--ht-navy);border-color:var(--ht-navy)}
.launcher-card #place-step small{width:100%;order:5;margin:6px 0 0 32px;font-size:13px;color:var(--ht-slate)}
.launcher-card #vendre{flex:1 1 100%}
.launcher-card #vendre .step-label:first-child{margin-top:14px}
@media(forced-colors:active){.launcher-card{border:1px solid CanvasText;background:Canvas}}
@media(max-width:760px){.launcher-band{padding:0 5% 48px;margin-top:-28px}.launcher-card{flex-direction:column;align-items:stretch;padding:18px 20px;min-height:0}.launcher-card .intent-tabs{align-self:stretch;justify-content:center}.launcher-card #place-step{flex-direction:column;align-items:stretch}.launcher-card #place-step input{min-height:52px;padding:10px 0;border-left:0;border-bottom:1px solid var(--ht-silver);margin-left:0}.launcher-card #place-step small{margin-left:0}.launcher-card #project-continue{width:100%}}

/* ---------- 04: Trust strip ---------- */
.trust-strip{padding:44px 5%;min-height:140px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px 40px;align-items:start}
.trust-item{display:flex;flex-direction:column;gap:10px}
.trust-item .trust-mark{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--gold);position:relative}
.trust-item .trust-mark::before{content:'';position:absolute;inset:8px;border:1.5px solid var(--navy);border-radius:50%}
.trust-item h3{font-family:'Segoe UI',system-ui,sans-serif;font-size:15px;font-weight:750;letter-spacing:.02em;color:var(--navy);margin:0}
.trust-item p{margin:0;font-size:14px;color:var(--muted);line-height:1.55}
@media(max-width:900px){.trust-strip{grid-template-columns:1fr 1fr;gap:28px 24px}}
@media(max-width:480px){.trust-strip{grid-template-columns:1fr;padding:32px 6%}}

/* ---------- 05: Discovery ---------- */
.discovery-section{padding:90px 5%}
.discovery-intro{display:grid;grid-template-columns:55fr 45fr;gap:56px;align-items:center;margin-bottom:48px}
.discovery-photo{position:relative;min-height:460px;border-radius:16px;overflow:hidden}
.discovery-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.discovery-copy .hero-eyebrow{margin-bottom:20px}
.discovery-copy h2{font-size:clamp(2.1rem,3.2vw,2.75rem);margin:0 0 14px;color:#0b132b}
.discovery-lead{font:400 17px/1.5 'Segoe UI',system-ui,sans-serif;color:var(--muted);margin:0 0 26px}
.criterion-types{list-style:none;margin:0 0 26px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}
.criterion-types li{border-left:2px solid var(--gold);padding-left:14px}
.criterion-types strong{display:block;font:700 14px/1 'Segoe UI',system-ui,sans-serif;color:var(--navy);margin-bottom:4px}
.criterion-types span{font-size:13px;color:var(--muted)}
.discovery-note{font-size:14px;color:var(--muted);line-height:1.6;max-width:44ch;margin:0 0 26px}
.discovery-cta{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 26px}
.product-magic{padding:36px 44px;margin-bottom:0;background:var(--silver,#eef1f5);border-radius:16px}
.product-magic .hero-eyebrow{margin-bottom:16px}
.product-magic h3{font-size:clamp(1.35rem,1.9vw,1.65rem);margin:0 0 26px;max-width:36ch;color:#0b132b}
.magic-legend{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.magic-legend li{display:flex;gap:14px;align-items:flex-start}
.magic-symbol{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:15px;background:#fff}
.magic-met{color:var(--action)}
.magic-compromise{color:var(--gold)}
.magic-unknown{color:var(--muted)}
.magic-legend strong{display:block;font:700 14px/1 'Segoe UI',system-ui,sans-serif;color:var(--navy);margin-bottom:4px}
.magic-legend p{margin:0;font-size:13px;color:var(--muted);line-height:1.5}
.discovery-empty{position:relative;border-radius:16px;overflow:hidden}
.discovery-empty>img{filter:brightness(.94)}
.discovery-empty-panel{position:relative;margin:-110px 40px 40px;max-width:460px;padding:30px 32px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 44px #0a1f4416}
.discovery-empty-panel span:first-child{display:block;font:700 11px/1 'Segoe UI',system-ui,sans-serif;letter-spacing:.14em;color:var(--gold);margin-bottom:14px}
.discovery-empty-panel h3{font-size:24px;margin:0 0 14px;color:#0b132b}
.discovery-empty-panel p{font-size:14px;color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif;margin:0 0 20px;line-height:1.6}
.discovery-empty-panel .primary{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 22px;margin-right:12px}
.discovery-empty-panel small{display:block;margin-top:14px;color:var(--muted)}
@media(max-width:900px){.discovery-intro{grid-template-columns:1fr;gap:32px}.discovery-photo{min-height:300px}.product-magic{padding:28px 24px}.magic-legend{grid-template-columns:1fr}}
@media(max-width:700px){.discovery-empty-panel{margin:-64px 16px 24px;padding:22px 20px}.criterion-types{grid-template-columns:1fr}}

/* ---------- 06: Buyer / seller editorial split ---------- */
.value-split{display:grid;grid-template-columns:1fr 1fr}
.value-panel{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden}
.value-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.value-panel::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0a1f4400 25%,#0a1f44f2 100%)}
.value-copy{position:relative;z-index:1;color:#fff;padding:44px}
.value-copy .hero-eyebrow{color:#e3e7ed}
.value-copy .hero-eyebrow::before{background:var(--gold)}
.value-copy h2{font-size:clamp(2rem,2.8vw,2.4rem);color:#fff;margin:0 0 20px}
.value-proof{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-wrap:wrap;gap:10px 20px;font:600 14px/1 'Segoe UI',system-ui,sans-serif;letter-spacing:.02em}
.value-proof li{color:#e3e7ed}
.value-proof li::before{content:'—';color:var(--gold);margin-right:8px}
.value-copy a{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 28px;border-radius:8px;background:var(--gold);color:#1a1200;font-weight:750;font-size:14px;text-decoration:none;transition:filter .18s ease}
.value-copy a:hover{filter:brightness(1.08)}
@media(max-width:820px){.value-split{grid-template-columns:1fr}.value-panel{min-height:420px}}

/* ---------- 07: Signature navy approach ---------- */
.approach-dark{background:var(--navy);color:#fff;padding:76px 5%;min-height:520px;display:flex;align-items:center}
.approach-dark-inner{max-width:1320px;margin:0 auto;width:100%}
.approach-dark .hero-eyebrow{color:#c9d4e6}
.approach-dark h2{font-size:clamp(2.75rem,4vw,3.5rem);color:#fff;margin:0 0 20px;max-width:18ch}
.approach-dark>.approach-dark-inner>p{max-width:58ch;color:#c9d4e6;font:400 17px/1.6 'Segoe UI',system-ui,sans-serif;margin:0 0 56px}
.journey-rail{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;position:relative}
.journey-rail::before{content:'';position:absolute;top:16px;left:0;right:0;height:1px;background:linear-gradient(90deg,#3a4d66,var(--gold) 50%,#3a4d66)}
.journey-rail li{position:relative;padding-top:46px;padding-right:12px;font-family:'Segoe UI',system-ui,sans-serif}
.journey-rail li::before{content:attr(data-step);position:absolute;top:0;left:0;width:34px;height:34px;border-radius:50%;background:var(--navy);border:2px solid var(--gold);color:var(--gold);font-size:12px;font-weight:800;display:grid;place-items:center}
.journey-rail strong{display:block;font-size:16px;font-weight:750;margin-bottom:6px;color:#fff}
.journey-rail span{font-size:13px;color:#a9b8cf;line-height:1.5}
@media(max-width:900px){.approach-dark{padding:64px 5%;min-height:0}.journey-rail{grid-template-columns:repeat(3,1fr);gap:30px 16px}.journey-rail::before{display:none}}
@media(max-width:480px){.journey-rail{grid-template-columns:1fr 1fr}}

/* ---------- 08: Product trust proof ---------- */
.product-proof{padding:64px 5%;min-height:220px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px 40px;text-align:center;align-items:start}
.proof-item{padding:0 8px}
.proof-icon{display:block;width:48px;height:48px;margin:0 auto 18px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff,var(--silver,#eef1f5) 70%);border:1.5px solid var(--gold);position:relative}
.proof-icon::before{content:'';position:absolute;inset:13px;border:1.5px solid var(--navy);border-radius:50%}
.proof-item h3{font-family:Georgia,serif;font-size:22px;font-weight:400;color:#0b132b;margin:0 0 10px}
.proof-item p{margin:0;font-size:14px;color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif;line-height:1.55}
@media(max-width:900px){.product-proof{grid-template-columns:1fr 1fr;gap:36px 24px}}
@media(max-width:480px){.product-proof{grid-template-columns:1fr;padding:44px 6%}}

/* ---------- 09: Manifesto ---------- */
.about-compact{max-width:760px;margin:0 auto;padding:36px 5%;min-height:220px;display:flex;flex-direction:column;justify-content:center;text-align:center}
.about-compact h2{font-size:clamp(1.9rem,2.8vw,2.3rem);margin:0 0 18px;color:#0b132b;line-height:1.18}
.about-compact p{margin:0 auto;max-width:62ch;color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif;font-size:16px;line-height:1.7}

/* ---------- 10: Final cinematic CTA ---------- */
.final-cta{position:relative;min-height:460px;display:flex;align-items:center;overflow:hidden}
.final-cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.72)}
.final-cta::after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,#0a1f44b0,#0a1f4440 45%,#0a1f4415 70%)}
.final-cta-copy{position:relative;z-index:1;margin:0 auto;max-width:1320px;width:100%;padding:0 clamp(24px,5vw,60px)}
.final-cta-copy h2{font-size:clamp(2.4rem,4vw,3.5rem);color:#fff;margin:0 0 30px;text-shadow:0 2px 18px #00000055}
.final-cta-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px}
.final-cta-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border-radius:8px;font:700 15px/1 'Segoe UI',system-ui,sans-serif;text-decoration:none;transition:transform .18s ease}
.final-cta-actions .primary{background:var(--navy);color:#fff}
.final-cta-actions .primary:hover{transform:translateY(-2px)}
.final-cta-actions .secondary{background:#fff;color:var(--navy);border:1.5px solid var(--gold)}
.final-cta-actions .secondary:hover{background:var(--gold);color:#fff}
.final-cta-actions .login-link{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:4px}
@media(max-width:700px){.final-cta-copy{padding:0 6%}.final-cta-actions a{flex:1 1 auto}}

/* ---------- 11: Footer ---------- */
.site-footer{background:#fff;padding:56px 5% 40px;min-height:200px;display:flex;flex-direction:column;justify-content:center}
.site-footer-top{max-width:1320px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding-bottom:28px;border-bottom:1px solid var(--line)}
.site-footer .brand-mark--footer{width:160px;justify-self:start}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;font-size:14.5px;font-weight:600}
.footer-nav a{display:inline-flex;align-items:center;min-height:44px;color:var(--ink);text-decoration:none;transition:color .18s ease}
.footer-nav a:hover{color:var(--navy)}
.footer-tagline{justify-self:end;font-size:14px;color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif}
.site-footer-base{max-width:1320px;margin:20px auto 0;width:100%;font-size:12px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:8px 24px;flex-wrap:wrap}
.footer-legal a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:var(--muted);text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){.site-footer-top{grid-template-columns:1fr;justify-items:center;text-align:center;gap:18px}.site-footer .brand-mark--footer{justify-self:center;width:130px}.footer-tagline{justify-self:center}.site-footer-base{justify-content:center;text-align:center}.footer-legal{justify-content:center;width:100%}}

@media(prefers-reduced-motion:reduce){.home-page *{transition:none!important}}
