/* Homepage palette from Fredericia Bilhus: navy, champagne and white. */
body.simple-home{
  --home-navy:#11243b;
  --home-gold:#d8c29e;
  color:var(--home-navy);
  background:var(--home-navy);
}
.simple-home .wrap{width:min(1120px,calc(100% - 80px))}
.simple-home .preview-banner{background:#0d1d30;color:#bdc9d6;letter-spacing:.7px;font-size:9px;padding:8px 16px}
.simple-home .site-header{background:var(--home-navy);border-bottom:1px solid #ffffff1c;box-shadow:none;backdrop-filter:none}
.simple-home .header-inner{height:86px}
.simple-home .brand,.simple-home .brand-symbol{color:white}
.simple-home .brand-symbol>span{color:var(--home-gold)}
.simple-home .brand-light{color:#bcc9d5}
.simple-home .header-cta{background:transparent;border:1px solid #7e899580;color:#fff;border-radius:3px;min-height:42px;display:inline-flex;align-items:center;padding:10px 19px;font-size:11px;font-weight:400}
.simple-home .header-cta:hover{border-color:var(--home-gold);color:var(--home-gold)}
.simple-home .home-main{padding:44px 0 33px}
.simple-home .home-intro{margin-bottom:25px;text-align:center}
.simple-home .home-intro .eyebrow{display:flex;align-items:center;justify-content:center;gap:13px;color:var(--home-gold);font-size:9px;letter-spacing:2.6px;margin-bottom:19px}
.simple-home .home-intro .eyebrow::before,.simple-home .home-intro .eyebrow::after{content:"";width:30px;height:1px;background:#d8c29e80}
.simple-home .home-intro h1{color:#fff;font-size:clamp(42px,4.5vw,60px);font-weight:400;line-height:1.1;letter-spacing:-1.9px;margin-bottom:17px}
.simple-home .home-intro h1>span{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;letter-spacing:-1.8px;color:var(--home-gold);margin-left:8px;white-space:nowrap}
.simple-home .home-intro>p:last-child{color:#c2ced9;font-size:13px;line-height:1.7;max-width:630px;margin-inline:auto}
.simple-home .customer-choice{margin-bottom:30px;text-align:center}
.simple-home .customer-switch{border:1px solid #617185;background:#ffffff06;padding:4px;border-radius:5px;gap:5px}
.simple-home .customer-switch button{color:#dae1e8;font-size:12px;min-height:39px;min-width:118px;padding:10px 25px;border-radius:2px;font-weight:500}
.simple-home .customer-switch button[aria-pressed=true]{background:var(--home-gold);color:var(--home-navy);box-shadow:none}
.simple-home .customer-help{color:#c2ced9;font-size:10px;letter-spacing:.15px;margin-top:10px}
.simple-home .service-choices{gap:25px}
.simple-home .service-choice{background:var(--home-navy);border-radius:6px;border:1px solid #536072;box-shadow:0 13px 32px #07111d20;transition:transform .2s,border-color .2s,box-shadow .2s}
.simple-home .service-choice:hover{transform:translateY(-4px);border-color:#b49b74;box-shadow:0 18px 40px #11243b1c}
.simple-home .choice-image{aspect-ratio:16/8.5}
.simple-home .choice-image>img{object-position:center}
.simple-home .choice-tag{background:#11243be6;border:1px solid #ffffff28;color:#fff;border-radius:2px;font-size:8px;letter-spacing:1.5px;left:20px;bottom:16px;padding:8px 11px}
.simple-home .choice-play{width:58px;height:58px;background:#11243bba;border:1px solid #d8c29e;color:var(--home-gold);font-size:18px;box-shadow:0 3px 20px #0002}
.simple-home .choice-copy{padding:24px 25px 23px;gap:15px}
.simple-home .choice-copy h2{color:#fff;font-size:32px;letter-spacing:-1.2px;font-weight:500;margin-bottom:8px}
.simple-home .choice-copy p{color:#c2ced9;font-size:12px;line-height:1.6}
.simple-home .choice-arrow{background:var(--home-gold);color:var(--home-navy);border-radius:50%;width:42px;height:42px;font-size:23px;font-weight:400}
.simple-home .choice-bottom{border-top:1px solid #ffffff22;color:#e0e6ed;font-size:10px;padding:14px 25px;display:flex;justify-content:space-between;gap:10px}
.simple-home .choice-bottom>span:last-child{font-size:9px;color:#bac8d7;margin:0}
.simple-home .home-note{color:#d8c29e;font-size:11px;margin:29px 0 10px}
.simple-home .home-disclosure{color:#bac8d7;font-size:10px;line-height:1.65}
.simple-home .simple-footer{background:var(--home-navy);border-top:1px solid #ffffff22;padding:20px 0}
.simple-home .simple-footer .footer-bottom{color:#c2ced9;font-size:10px;gap:12px 26px}
.simple-home .simple-footer a{color:#c2ced9;padding-block:6px}
.simple-home .simple-footer a:hover{color:var(--home-gold);text-decoration:underline;text-underline-offset:4px}
.simple-home .simple-footer .footer-bottom span:last-child{color:#bac8d7;font-size:9px}
.simple-home :is(a,button):focus-visible{outline:3px solid #b49b74;outline-offset:4px}
@media(max-width:900px){
  .simple-home .wrap{width:calc(100% - 40px)}
  .simple-home .home-intro h1{font-size:48px}
  .simple-home .choice-copy{padding:22px 20px}
  .simple-home .choice-copy h2{font-size:29px}
  .simple-home .choice-copy p{font-size:11px}
  .simple-home .choice-bottom{padding:13px 20px;display:block}
  .simple-home .choice-bottom>span:last-child{margin-top:5px}
}
@media(max-width:600px){
  .simple-home .wrap{width:calc(100% - 36px)}
  .simple-home .header-inner{height:73px}
  .simple-home .header-cta{padding:8px 14px;font-size:10px}
  .simple-home .home-main{padding-top:34px;padding-bottom:28px}
  .simple-home .home-intro{margin-bottom:22px}
  .simple-home .home-intro .eyebrow{font-size:8px;letter-spacing:2px;margin-bottom:17px}
  .simple-home .home-intro h1{font-size:43px;line-height:1.05;letter-spacing:-1.5px;margin-bottom:16px}
  .simple-home .home-intro h1>span{display:block;margin:6px 0 0;font-size:45px;letter-spacing:-1.6px}
  .simple-home .home-intro>p:last-child{font-size:12px;max-width:310px}
  .simple-home .customer-switch{display:inline-flex}
  .simple-home .customer-switch button{min-width:116px;min-height:44px}
  .simple-home .customer-choice{margin-bottom:26px}
  .simple-home .service-choices{gap:22px}
  .simple-home .choice-image{aspect-ratio:16/9}
  .simple-home .choice-copy{padding:22px 20px}
  .simple-home .choice-copy h2{font-size:31px}
  .simple-home .choice-copy p{font-size:12px}
  .simple-home .choice-bottom{display:flex;padding:13px 20px;gap:8px}
  .simple-home .choice-bottom>span:last-child{font-size:8px;margin:0}
  .simple-home .home-note{font-size:10px;margin-top:25px}
  .simple-home .home-disclosure{font-size:9px;max-width:290px}
}
@media(prefers-reduced-motion:reduce){.simple-home .service-choice{transition:none}.simple-home .service-choice:hover{transform:none}}

.simple-home .choice-bottom strong{color:var(--home-gold);font-size:15px;font-weight:500}
.simple-home .home-use{color:#c2ced9;font-size:12px;line-height:1.7;text-align:center;max-width:660px;margin:14px auto}

/* Stronger type hierarchy with native fonts and the existing serif accent. */
body.simple-home{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:450}
.simple-home .preview-banner{font-size:10px;font-weight:600;letter-spacing:.65px}
.simple-home .brand{font-weight:750}
.simple-home .brand-light{font-weight:600}
.simple-home .header-cta{font-size:12px;font-weight:650}
.simple-home .home-intro .eyebrow{font-size:11px;font-weight:700;letter-spacing:2.2px}
.simple-home .home-intro h1{font-weight:750;letter-spacing:-1.5px;line-height:1.12}
.simple-home .home-intro h1>span{font-weight:700;letter-spacing:-1.4px}
.simple-home .home-intro>p:last-child{font-size:15px;font-weight:500;line-height:1.7}
.simple-home .customer-switch button{font-size:13px;font-weight:650}
.simple-home .customer-help{font-size:12px;font-weight:500}
.simple-home .choice-tag{font-size:10px;font-weight:700;letter-spacing:1.1px}
.simple-home .choice-copy h2{font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-.9px}
.simple-home .choice-copy p{font-size:14px;font-weight:500;line-height:1.65}
.simple-home .choice-bottom{font-size:12px;font-weight:500;align-items:center;flex-wrap:wrap}
.simple-home .choice-bottom strong{font-size:19px;font-weight:750;letter-spacing:-.35px;font-variant-numeric:lining-nums tabular-nums}
.simple-home .choice-bottom>span:last-child{font-size:10px;font-weight:500}
.simple-home .home-note{font-size:12px;font-weight:650;line-height:1.65}
.simple-home .home-use{font-size:14px;font-weight:500}
.simple-home .home-disclosure{font-size:12px;font-weight:450;line-height:1.7}
.simple-home .simple-footer .footer-bottom{font-size:12px;font-weight:500}
.simple-home .simple-footer .footer-bottom span:last-child{font-size:11px}
@media(max-width:600px){.simple-home .home-intro h1{font-size:41px}.simple-home .home-intro h1>span{font-size:42px;white-space:normal}.simple-home .home-intro>p:last-child{font-size:14px}.simple-home .choice-copy h2{font-size:31px}.simple-home .choice-copy p{font-size:14px}.simple-home .choice-bottom>span:last-child{font-size:10px}.simple-home .home-disclosure{max-width:340px}}

.simple-home .home-guide-link{margin:25px auto 0;text-align:center}
.simple-home .home-guide-link a{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 13px;font-size:14px;font-weight:650;color:var(--home-gold);padding:12px 16px;border:1px solid #617185;border-radius:5px;line-height:1.6}
.simple-home .home-guide-link a:hover{background:#ffffff08;border-color:var(--home-gold)}
.simple-home .home-guide-meta{color:#c2ced9;font-size:12px;font-weight:500}
@media(max-width:600px){.simple-home .home-guide-link a{font-size:13px;gap:7px 10px}.simple-home .home-guide-meta{font-size:11px}}

/* Aligned before/after photos on the existing navigation card. */
.simple-home .street-pair .street-after{position:absolute;inset:0;clip-path:inset(0 0 0 50%)}
.simple-home .street-pair::after{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;pointer-events:none}
.simple-home .street-pair .street-tag-after{left:auto;right:12px}
.simple-home .street-pair .choice-tag{left:12px;font-size:9px;padding:7px 9px;letter-spacing:.5px}
.simple-home .street-pair .street-tag-after{left:auto}
