:root{
  --shore-ink:#26221f;
  --shore-muted:#6b655f;
  --shore-rule:#ddd8d0;
  --shore-soft:#f5f3ef;
  --shore-gold:#a77d2c;
  --shore-red:#9d2529;
}
.seflaShorelineArticle,.seflaShorelineResults{color:var(--shore-ink)}
.shoreHero{padding:12px 0 26px;border-bottom:1px solid var(--shore-rule)}
.shoreEyebrow{margin:0 0 10px;color:var(--shore-red);font:900 10px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.shoreHero h1{max-width:780px;margin:0;font:600 clamp(38px,6vw,66px)/.98 Georgia,"Times New Roman",serif;letter-spacing:-.045em;color:#211e1b}
.shoreDek{max-width:760px;margin:17px 0 0;color:#57514b;font-size:18px;line-height:1.58}
.shoreRuleBox{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:24px 0 0;background:#d6d0c7;border:1px solid #d6d0c7}
.shoreRuleBox div{padding:15px 16px;background:#fff}
.shoreRuleBox span{display:block;margin-bottom:4px;color:#7a736c;font:800 9px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.shoreRuleBox strong{font:600 17px/1.25 Georgia,"Times New Roman",serif}
.shoreSection{padding:30px 0;border-bottom:1px solid var(--shore-rule)}
.shoreSection h2{margin:0 0 13px;font:600 clamp(27px,4vw,40px)/1.04 Georgia,"Times New Roman",serif;letter-spacing:-.03em}
.shoreProse{max-width:800px;color:#4f4944;font-size:16px;line-height:1.72}
.shoreProse p{margin:0 0 15px}
.shoreProse p:last-child{margin-bottom:0}
.shoreLiveHead{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}
.shoreLiveHead p{max-width:580px;margin:6px 0 0;color:var(--shore-muted);font-size:14px;line-height:1.5}
.shoreLiveStamp{white-space:nowrap;color:#7b746d;font-size:11px}
.shoreGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.shoreCard{min-width:0;border:1px solid var(--shore-rule);background:#fff}
.shorePhoto{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#ece9e4;color:inherit;text-decoration:none}
.shorePhoto img{width:100%;height:100%;object-fit:cover;display:block}
.shoreNoPhoto{display:grid;place-items:center;width:100%;height:100%;padding:16px;color:#777068;font-size:12px;text-align:center}
.shoreTag{position:absolute;left:10px;top:10px;padding:6px 8px;background:rgba(27,24,22,.88);color:#fff;font:900 9px/1 Arial,Helvetica,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.shoreCardBody{padding:14px 14px 15px}
.shorePrice{display:block;color:#201d1a;font:700 24px/1 Georgia,"Times New Roman",serif}
.shoreAddress{margin:8px 0 3px;font-size:13px;font-weight:800;line-height:1.35}
.shoreCity{color:#706a64;font-size:12px}
.shoreFacts{margin-top:10px;color:#4f4944;font-size:12px;line-height:1.45}
.shoreSubtype{margin-top:9px;color:#8a6523;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.shoreCardLink{display:inline-block;margin-top:11px;color:#24211e;font-size:11px;font-weight:900;text-decoration:none;border-bottom:1px solid #b5a98f;padding-bottom:2px}
.shoreCardLink:hover{color:var(--shore-red);border-color:var(--shore-red)}
.shoreCta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding:20px 21px;background:#24211e;color:#fff}
.shoreCta strong{display:block;font:600 22px/1.1 Georgia,"Times New Roman",serif}
.shoreCta span{display:block;margin-top:5px;color:#d8d2cb;font-size:12px;line-height:1.45}
.shoreCta a{flex:0 0 auto;padding:11px 14px;background:#b28a3c;color:#171411;font-size:11px;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.07em}
.shoreNote{margin-top:13px;color:#7a746e;font-size:11px;line-height:1.5}
.shoreError{padding:18px;border:1px solid #dfc6c6;background:#fbf6f6;color:#6c3434;font-size:13px;line-height:1.55}
.shorePerspective{display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px;align-items:start;padding:20px;background:var(--shore-soft);border-top:3px solid var(--shore-gold)}
.shorePerspective img{width:82px;height:82px;object-fit:cover;border-radius:50%}
.shorePerspective h3{margin:0 0 7px;font:600 22px/1.1 Georgia,"Times New Roman",serif}
.shorePerspective p{margin:0;color:#514c47;font-size:14px;line-height:1.62}
.shoreResultsHero{padding:8px 0 22px;border-bottom:1px solid var(--shore-rule)}
.shoreResultsHero h1{margin:0;font:600 clamp(34px,5vw,54px)/1 Georgia,"Times New Roman",serif;letter-spacing:-.04em}
.shoreResultsHero p{max-width:760px;margin:13px 0 0;color:#5e5852;font-size:16px;line-height:1.6}
.shoreResultsMeta{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.shoreResultsMeta span{padding:7px 9px;background:var(--shore-soft);border:1px solid #e2ddd6;color:#5f5953;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.shoreResultsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:25px 0}
@media(max-width:900px){
  .shoreGrid,.shoreResultsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .shoreRuleBox{grid-template-columns:1fr}
  .shoreLiveHead{display:block}
  .shoreLiveStamp{margin-top:8px;white-space:normal}
  .shoreGrid,.shoreResultsGrid{grid-template-columns:1fr}
  .shoreCta{display:block}
  .shoreCta a{display:inline-block;margin-top:14px}
  .shorePerspective{grid-template-columns:68px minmax(0,1fr)}
  .shorePerspective img{width:64px;height:64px}
}

/* Article anchor navigation */
.shoreAnchorBox{display:grid;grid-template-columns:180px minmax(0,1fr);gap:0;margin:22px 0 4px;border:1px solid var(--shore-rule);border-top:3px solid var(--shore-gold);background:#fff}
.shoreAnchorIntro{padding:17px 18px;background:var(--shore-soft);border-right:1px solid var(--shore-rule)}
.shoreAnchorIntro .shoreEyebrow{display:block;margin-bottom:4px}
.shoreAnchorIntro strong{display:block;font:600 19px/1.15 Georgia,"Times New Roman",serif;color:#26221f}
.shoreAnchorLinks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.shoreAnchorLinks a{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:15px 17px;color:#26221f;text-decoration:none;border-right:1px solid var(--shore-rule);font-size:12px;font-weight:900;line-height:1.25}
.shoreAnchorLinks a:last-child{border-right:0}
.shoreAnchorLinks a span{display:block;margin-top:4px;color:#7a736c;font-size:10px;font-weight:600;line-height:1.3}
.shoreAnchorLinks a:hover{background:#faf8f4;color:var(--shore-red)}
.shoreZoneSection{scroll-margin-top:90px}
@media(max-width:780px){
  .shoreAnchorBox{grid-template-columns:1fr}
  .shoreAnchorIntro{border-right:0;border-bottom:1px solid var(--shore-rule)}
  .shoreAnchorLinks{grid-template-columns:1fr}
  .shoreAnchorLinks a{border-right:0;border-bottom:1px solid var(--shore-rule)}
  .shoreAnchorLinks a:last-child{border-bottom:0}
}
