/* ============================================================
   Jerry O. Talton, Attorney at Law — shared design system
   Extracted verbatim from the approved client demo.
   Design tokens, components, and breakpoints are LOCKED.
   Only two demo-embedded assets were externalized:
     - hero background  -> /images/office.jpg
     - (favicon/portrait/emblem referenced from /images/ in HTML)
   ============================================================ */

/* Self-hosted fonts (was Google Fonts css2 — removed to un-block first render;
   CSP font-src/style-src are now 'self' only). Two variable files + the italic
   accent instance cover every family/weight the site uses (latin subset; the
   review stars etc. already fell through to system fonts before this change).
   The *Fallback faces below are Georgia/Arial metric-matched to the web fonts
   (capsize-style frequency-weighted advance ratio) so the font-display:swap
   repaint doesn't shift layout. */
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:500 700;font-display:swap;src:url("/fonts/playfair-display-var.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Playfair Display";font-style:italic;font-weight:500;font-display:swap;src:url("/fonts/playfair-display-500italic.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Spline Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url("/fonts/spline-sans-var.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Playfair Display Fallback";src:local("Georgia");size-adjust:102.37%;ascent-override:105.70%;descent-override:24.52%;line-gap-override:0%}
@font-face{font-family:"Spline Sans Fallback";src:local("Arial");size-adjust:101.84%;ascent-override:94.61%;descent-override:23.22%;line-gap-override:0%}

:root{
  color-scheme:only light;
  --ink:#211E19;
  --pine:#1C3B2E;
  --pine-deep:#142D22;
  --parchment:#F4EFE4;
  --cream:#FBF8F1;
  --brass:#AD8742;
  --brass-light:#C9A55E;
  --stone:#6B665B;
  --line:rgba(33,30,25,.12);
  --shadow:0 1px 2px rgba(20,45,34,.06),0 8px 24px rgba(20,45,34,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Spline Sans","Spline Sans Fallback",system-ui,sans-serif;
  color:var(--ink);
  background:var(--parchment);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  padding-bottom:72px;
}
h1,h2,h3{font-family:"Playfair Display","Playfair Display Fallback",Georgia,serif;line-height:1.08;font-weight:600;letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--brass);display:inline-flex;align-items:center;gap:8px}
.eyebrow::before{content:"";width:22px;height:1px;background:var(--brass)}

header.bar{position:sticky;top:0;z-index:40;background:rgba(244,239,228,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
header.bar .wrap{max-width:none;padding:0 22px}
@media(min-width:760px){header.bar .wrap{padding:0 32px}}
.bar-in{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{display:flex;align-items:center;gap:11px}
.logo-img{height:44px;width:auto;display:block;flex:none}
.brand-text b{font-family:"Playfair Display","Playfair Display Fallback",Georgia,serif;font-weight:700;font-size:17.5px;line-height:1.15;letter-spacing:.04em;color:#2A2622;display:block}
.brand-text span{display:block;font-size:11.5px;letter-spacing:.22em;color:#5a554b;font-weight:600;font-family:"Playfair Display","Playfair Display Fallback",Georgia,serif}
.mono{width:38px;height:38px;border-radius:50%;background:var(--pine);color:var(--cream);display:grid;place-items:center;font-family:"Playfair Display","Playfair Display Fallback",serif;font-weight:600;font-size:15px;letter-spacing:.02em;flex:none}
.brand b{font-family:"Playfair Display","Playfair Display Fallback",serif;font-weight:600;font-size:16px;line-height:1.1}
.brand span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);font-weight:600}
.bar-call{background:var(--pine);color:var(--cream);font-weight:600;font-size:14px;padding:9px 15px;border-radius:999px;display:inline-flex;align-items:center;gap:7px}
.bar-call svg{width:15px;height:15px}
.nav-links{display:none}

/* Hero photo ships as responsive variants (office-640/960 + office.webp,
   all beside the untouched office.jpg): the url() in each shorthand is the
   legacy fallback, then a background-image re-declaration upgrades capable
   browsers via image-set() — WebP where it wins, right-sized on mobile.
   Head preloads mirror these exact picks (same breakpoints, same 1x/2x). */
.hero{position:relative;background:linear-gradient(rgba(20,45,34,.28),rgba(15,32,24,.55)),url("/images/office.jpg") 47% 100%/cover no-repeat var(--pine);background-image:linear-gradient(rgba(20,45,34,.28),rgba(15,32,24,.55)),image-set(url("/images/office.webp") type("image/webp"),url("/images/office.jpg") type("image/jpeg"));color:var(--cream);overflow:hidden}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:46px;background:var(--parchment);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 L0,34 L150,12 L320,40 L470,8 L640,38 L820,16 L1000,42 L1200,18 L1200,60 Z'/%3E%3C/svg%3E") bottom/cover no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 L0,34 L150,12 L320,40 L470,8 L640,38 L820,16 L1000,42 L1200,18 L1200,60 Z'/%3E%3C/svg%3E") bottom/cover no-repeat}
/* Parallax variant (home hero): background moves to a child layer translated
   by JS on scroll; transform-only (no background-attachment:fixed — broken on
   iOS Safari). Without JS the layer is simply static = identical to the base
   hero. Interior .hero.sub pages are untouched. */
.hero.parallax{background:var(--pine)}
.hero-bg{position:absolute;left:0;right:0;top:-150px;bottom:0;z-index:0;background:linear-gradient(rgba(20,45,34,.08),rgba(20,45,34,.08)),url("/images/office.jpg") 47% 100%/cover no-repeat var(--pine);background-image:linear-gradient(rgba(20,45,34,.08),rgba(20,45,34,.08)),image-set(url("/images/office.webp") type("image/webp"),url("/images/office.jpg") type("image/jpeg"));will-change:transform;pointer-events:none}
.hero.parallax::after{z-index:1}
/* local text scrim (home only): static ::before above the parallax photo, so
   protection stays glued to the text while the photo moves; peaks ~.35 behind
   the headline/buttons and fades out before the car and storefront */
.hero.parallax::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 120% 95% at 16% 40%,rgba(15,32,24,.35),rgba(15,32,24,.18) 42%,rgba(15,32,24,0) 68%)}
/* MOBILE HOME HERO (client request): the photo stacks full-width and
   UNCROPPED above a solid-pine text panel, like the old site's photo band.
   The block keeps the image's native 1920×1686 ratio (padding-top), so
   cover == exact fit — car, mural alley, and whole building stay visible.
   No veil/scrim on the photo; only a short fade at its foot blends into
   the panel. Parallax is desktop-only (gated in site.js; transform is
   hard-reset here as a second guard). */
@media(max-width:759px){
  .hero.parallax{padding:0}   /* section padding would show as a pine band around the in-flow photo */
  .hero.parallax::before{content:none}
  /* phones never need more than the 960 (2x) variant of a 100vw band */
  .hero.parallax .hero-bg{position:relative;top:0;left:auto;right:auto;bottom:auto;height:0;padding-top:87.8125%;background:url("/images/office-960.jpg") 50% 50%/cover no-repeat var(--pine);background-image:-webkit-image-set(url("/images/office-640.jpg") 1x,url("/images/office-960.jpg") 2x);background-image:image-set(url("/images/office-640.webp") 1x type("image/webp"),url("/images/office-960.webp") 2x type("image/webp"),url("/images/office-640.jpg") 1x type("image/jpeg"),url("/images/office-960.jpg") 2x type("image/jpeg"));transform:none!important;will-change:auto}
  .hero.parallax .hero-bg::after{content:"";position:absolute;left:0;right:0;bottom:0;height:52px;background:linear-gradient(180deg,rgba(28,59,46,0),var(--pine))}
  .hero.parallax .hero-in{padding-top:16px}
}
/* over the bright photo the ghost button needs its own footing (home only) */
.hero.parallax .btn-ghost{border-color:rgba(251,248,241,.65);background:rgba(15,32,24,.22)}
.hero.parallax .btn-ghost:hover{border-color:var(--cream)}
/* mobile crop of the storefront photo on INTERIOR (.hero.sub) heroes: lift
   the street level above the ridgeline mask and center between the door
   signage (left) and the car (right) */
@media(max-width:759px){
  .hero{background-position:50% 86%;background-image:linear-gradient(rgba(20,45,34,.28),rgba(15,32,24,.55)),url("/images/office-960.jpg");background-image:linear-gradient(rgba(20,45,34,.28),rgba(15,32,24,.55)),-webkit-image-set(url("/images/office-640.jpg") 1x,url("/images/office-960.jpg") 2x);background-image:linear-gradient(rgba(20,45,34,.28),rgba(15,32,24,.55)),image-set(url("/images/office-640.webp") 1x type("image/webp"),url("/images/office-960.webp") 2x type("image/webp"),url("/images/office-640.jpg") 1x type("image/jpeg"),url("/images/office-960.jpg") 2x type("image/jpeg"))}
}
@media (prefers-reduced-motion:reduce){.hero-bg{transform:none!important}}
.hero-in{padding:38px 20px 74px;max-width:1100px;margin:0 auto;position:relative;z-index:2}
/* lighter overlay (client request) needs a subtle text-shadow to keep hero
   text readable over the bright parts of the photo (text-shadow inherits to
   the accent span, stars, and bolds) */
.hero .eyebrow,.hero h1,.hero p.lead,.hero .rating,.hero .btn-ghost{text-shadow:0 1px 4px rgba(15,32,24,.75),0 3px 18px rgba(15,32,24,.5)}
.hero .eyebrow{color:var(--brass-light)}
.hero .eyebrow::before{background:var(--brass-light)}
.hero h1{font-size:clamp(34px,8.5vw,58px);margin:16px 0 14px;color:var(--cream)}
.hero h1 .accent{color:var(--brass-light);font-style:italic;font-weight:500}
.hero p.lead{font-size:clamp(16px,4.4vw,19px);color:#DCE6DF;max-width:34ch;margin-bottom:26px}
.cta-row{display:flex;flex-direction:column;gap:11px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;font-size:16px;padding:15px 22px;border-radius:12px;border:1.5px solid transparent;transition:transform .15s ease,background .15s ease}
.btn:active{transform:scale(.98)}
.btn-brass{background:var(--brass);color:#231a07}
.btn-brass:hover{background:var(--brass-light)}
.btn-ghost{background:transparent;color:var(--cream);border-color:rgba(251,248,241,.35)}
.btn-ghost:hover{border-color:var(--cream)}
.btn svg{width:17px;height:17px}
.rating{display:flex;align-items:center;gap:9px;margin-top:22px;font-size:14px;color:#CFDCD3}
.stars{color:var(--brass-light);letter-spacing:2px;font-size:15px}
.rating b{color:var(--cream);font-weight:600}

.trust{background:var(--cream);border-bottom:1px solid var(--line)}
.trust-in{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}
.trust-item{background:var(--cream);padding:18px 16px;display:flex;gap:11px;align-items:flex-start}
.trust-item svg{width:21px;height:21px;color:var(--pine);flex:none;margin-top:2px}
.trust-item b{display:block;font-size:14px;font-weight:600;line-height:1.25}
.trust-item span{font-size:12.5px;color:var(--stone)}

section{padding:54px 0}
.sec-head{max-width:38ch}
.sec-head h2{font-size:clamp(26px,6.5vw,38px);margin:14px 0 0}
.sec-head p{color:var(--stone);margin-top:12px;font-size:16px}

.cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:30px}
.card{background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;gap:15px;align-items:flex-start;box-shadow:var(--shadow);transition:transform .15s ease,border-color .15s ease}
.card:hover{transform:translateY(-2px);border-color:var(--brass)}
.card .ic{width:44px;height:44px;border-radius:11px;background:rgba(28,59,46,.08);color:var(--pine);display:grid;place-items:center;flex:none}
.card .ic svg{width:22px;height:22px}
.card h3{font-size:18px;font-weight:600;margin-bottom:4px}
.card p{font-size:14px;color:var(--stone);line-height:1.5}
.card .go{margin-top:9px;font-size:13px;font-weight:600;color:var(--brass);display:inline-flex;align-items:center;gap:5px}

.about{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}
.portrait{aspect-ratio:4/5;border-radius:18px;background:linear-gradient(150deg,var(--pine),var(--pine-deep));position:relative;overflow:hidden;box-shadow:var(--shadow);max-width:340px}
.portrait .ph{position:absolute;inset:0;display:grid;place-content:center;text-align:center;gap:8px;color:rgba(251,248,241,.85)}
.portrait .ph .big{font-family:"Playfair Display","Playfair Display Fallback",serif;font-size:46px;color:var(--brass-light)}
.portrait .ph small{font-size:11px;letter-spacing:.14em;text-transform:uppercase;opacity:.7}
.portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.about-body h2{font-size:clamp(26px,6.5vw,36px)}
.about-body p{margin-top:14px;color:#3a3730;font-size:15.5px}
.pull{font-family:"Playfair Display","Playfair Display Fallback",serif;font-style:italic;font-size:19px;color:var(--pine);border-left:3px solid var(--brass);padding-left:16px;margin-top:20px}

.rev-wrap{position:relative}
/* x proximity (was mandatory): swipes keep momentum and only settle softly
   near a card edge; arrows still smooth-scroll; touch momentum stays native */
.reviews{display:flex;gap:14px;margin-top:30px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}
.reviews::-webkit-scrollbar{display:none}
.reviews.dragging{cursor:grabbing;scroll-snap-type:none}
.rev-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:var(--pine);color:var(--cream);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow);z-index:5;transition:background .15s ease}
.rev-btn:hover{background:var(--brass);color:#231a07}
.rev-btn svg{width:18px;height:18px}
.rev-btn.prev{left:-8px}
.rev-btn.next{right:-8px}
.review{flex:0 0 82%;max-width:340px;scroll-snap-align:start}
.review-cta{flex:0 0 82%;max-width:340px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--pine);border-radius:16px;padding:22px;text-align:center;color:var(--cream);box-shadow:var(--shadow)}
.review-cta b{font-family:"Playfair Display","Playfair Display Fallback",Georgia,serif;font-size:19px;font-weight:600}
.review-cta a{background:var(--brass);color:#231a07;font-weight:600;font-size:14px;padding:11px 18px;border-radius:10px}
.review-cta a.alt{background:transparent;color:var(--cream);border:1.5px solid rgba(251,248,241,.35)}
.review-cta a.alt:hover{border-color:var(--cream)}
.review{background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow);display:flex;flex-direction:column}
.review .who{margin-top:auto}
.review .stars{font-size:14px;letter-spacing:2px}
.review p{font-size:15px;margin:11px 0 14px;color:#36332c}
/* short reviews render as a pull-quote so they fill the card intentionally */
.review.pq p{font-family:"Playfair Display","Playfair Display Fallback",Georgia,serif;font-style:italic;font-size:19.5px;line-height:1.45;color:var(--pine)}
.review .who{display:flex;align-items:center;gap:11px}
.review .who .av{width:36px;height:36px;border-radius:50%;background:var(--pine);color:var(--cream);display:grid;place-items:center;font-weight:600;font-size:14px;flex:none}
.review .who b{font-size:14px;font-weight:600}
.review .who span{font-size:12px;color:var(--stone)}

/* /reviews/ page: rating summary + responsive card grid (reuses .review cards) */
.rating-summary{text-align:center;margin-top:34px}
.rating-summary .stars{font-size:26px;letter-spacing:4px}
.rating-summary .score{font-family:"Playfair Display","Playfair Display Fallback",Georgia,serif;font-size:clamp(38px,8vw,54px);font-weight:600;line-height:1.1;margin-top:10px}
.rating-summary .score small{font-size:.45em;color:var(--stone);font-weight:500}
.rating-summary p{color:var(--stone);margin-top:6px;font-size:15px}
.rating-summary .cta-row{flex-direction:column;align-items:center;margin-top:22px;max-width:360px;margin-left:auto;margin-right:auto}
.rating-summary .btn{width:100%}
/* masonry via CSS columns: every card is exactly its content height */
.review-grid{columns:1;column-gap:16px;margin-top:34px}
.review-grid .review{flex:none;max-width:none;break-inside:avoid;margin-bottom:16px}
.grid-note{margin-top:22px;font-size:12.5px;color:var(--stone);text-align:center}
@media(min-width:760px){
  .rating-summary .cta-row{flex-direction:row;max-width:none;justify-content:center}
  .rating-summary .btn{width:auto}
  .review-grid{columns:2}
}
@media(min-width:1020px){.review-grid{columns:3}}

.areas{background:var(--pine);color:var(--cream)}
.areas .eyebrow{color:var(--brass-light)}
.areas .eyebrow::before{background:var(--brass-light)}
.areas h2{color:var(--cream);font-size:clamp(26px,6.5vw,38px);margin-top:14px}
.area-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.area-tags span,.area-tags a{border:1px solid rgba(251,248,241,.28);border-radius:999px;padding:8px 15px;font-size:13.5px;color:#E2EAE4}
.area-tags a{transition:background .15s ease,color .15s ease,border-color .15s ease}
.area-tags a:hover{background:var(--brass);color:#231a07;border-color:var(--brass)}
.area-tags span.home,.area-tags a.home{background:var(--brass);color:#231a07;border-color:var(--brass);font-weight:600}
.area-tags a.home:hover{background:var(--brass-light);border-color:var(--brass-light);color:#231a07}

.final{text-align:center}
.final h2{font-size:clamp(28px,7vw,42px)}
.final p{color:var(--stone);max-width:40ch;margin:14px auto 0;font-size:16px}
.final .cta-row{flex-direction:column;align-items:center;margin-top:28px;max-width:360px;margin-left:auto;margin-right:auto}
.final .btn{width:100%}
.contact-line{margin-top:26px;font-size:14px;color:var(--brass);display:flex;flex-direction:column;gap:6px;align-items:center}
.contact-line a{color:var(--brass);font-weight:700}

footer{background:var(--ink);color:#cfccc4;padding:40px 0 30px;font-size:13px}
footer .brand b{color:var(--cream)}
footer .brand span{color:#8d897e}
footer .disc{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#8d897e;line-height:1.6;font-size:12px}
footer .credit{margin-top:12px;color:#8d897e;line-height:1.6;font-size:12px}

.callbar{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--cream);border-top:1px solid var(--line);box-shadow:0 -4px 18px rgba(20,45,34,.1);display:flex;gap:10px;padding:11px 14px;padding-bottom:calc(11px + env(safe-area-inset-bottom))}
.callbar a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:15px;padding:13px;border-radius:11px}
.callbar .c1{background:var(--pine);color:var(--cream)}
.callbar .c2{background:transparent;color:var(--pine);border:1.5px solid var(--pine)}
.callbar svg{width:16px;height:16px}

/* Utility classes replacing former inline style="" attributes, so the site
   ships CSP style-src without 'unsafe-inline'. Keep exact parity with the
   inline declarations they replaced. */
.u-gap11{gap:11px}
.u-mx-auto{margin-left:auto;margin-right:auto}
.u-mt10{margin-top:10px}
.u-mt16{margin-top:16px}
.u-mt20{margin-top:20px}
.u-mt22{margin-top:22px}
.u-mt28{margin-top:28px}
.eyebrow-center{justify-content:center}
.sec-tight{padding-top:54px;padding-bottom:54px}
.btn-gold{background:var(--brass);color:#231a07;border-color:var(--brass)}
.btn-outline-pine{background:transparent;color:var(--pine);border-color:var(--pine)}
.stars-lg{font-size:18px}
.portrait-img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;display:block}
.img-float-right{width:300px;max-width:45%;border-radius:16px;float:right;margin:4px 0 20px 24px}
.note-muted{margin-top:16px;color:var(--stone);font-size:14px}
.go-brass{color:var(--brass);font-weight:600}
.go-light{color:var(--brass-light);font-weight:600}

.rv{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.rv.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}}

@media(min-width:760px){
  body{padding-bottom:0}
  .callbar{display:none}
  .bar-call{display:none}
  .nav-links{display:flex;gap:26px;align-items:center}
  .nav-links a{font-size:14px;font-weight:500;color:var(--ink)}
  .nav-links a:hover{color:var(--pine)}
  .hero-in{padding:64px 20px 96px}
  .hero h1{max-width:18ch}
  .cta-row{flex-direction:row}
  .trust-in{grid-template-columns:repeat(4,1fr)}
  .cards{grid-template-columns:repeat(2,1fr);gap:16px}
  .cards .card.wide{grid-column:span 2}
  .about-grid{grid-template-columns:340px 1fr;gap:48px}
  .review,.review-cta{flex-basis:340px}
  section{padding:80px 0}
}

/* ============================================================
   INTERIOR PAGES (added for the multi-page build)
   Same tokens, fonts, colors, radii, and shadows as the demo.
   ============================================================ */

/* Sub-page hero: same green + office photo + ridgeline as home, more compact */
.hero.sub .hero-in{padding:40px 20px 58px}
.hero.sub h1{font-size:clamp(28px,7vw,44px);max-width:22ch}
.hero.sub p.lead{color:#DCE6DF;max-width:56ch;margin-bottom:22px}
@media(min-width:760px){.hero.sub .hero-in{padding:58px 20px 76px}}

/* Active nav item */
.nav-links a[aria-current="page"]{color:var(--pine);font-weight:600}

/* Breadcrumbs */
.crumbs{background:var(--cream);border-bottom:1px solid var(--line)}
.crumbs .wrap{padding-top:13px;padding-bottom:13px}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:13px;color:var(--stone)}
.crumbs li{display:inline-flex;align-items:center;gap:9px}
.crumbs a{color:var(--brass);font-weight:600}
.crumbs a:hover{text-decoration:underline}
.crumbs li[aria-current] span{color:var(--stone)}
.crumbs .sep{color:var(--line)}

/* Interior body wrapper */
.pagebody{padding:46px 0}
@media(min-width:760px){.pagebody{padding:62px 0}}

/* Two-column layout: content + sticky aside */
.layout{display:grid;grid-template-columns:1fr;gap:34px;align-items:start}
@media(min-width:940px){.layout{grid-template-columns:minmax(0,1fr) 320px;gap:48px}}

/* Prose */
.prose{max-width:760px}
.prose>*:first-child{margin-top:0}
.prose h2{font-size:clamp(23px,5vw,31px);margin-top:40px;color:var(--ink)}
.prose h3{font-size:19px;margin-top:28px;color:var(--pine)}
.prose p{margin-top:14px;color:#3a3730;font-size:16px;line-height:1.7}
.prose ul,.prose ol{margin-top:14px;padding-left:22px}
.prose li{margin-top:9px;color:#3a3730;font-size:16px;line-height:1.6}
.prose li::marker{color:var(--brass)}
.prose a:not(.btn):not(.card){color:var(--brass);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.prose .card,.prose .card h3,.prose .card p{text-decoration:none;color:var(--ink)}
.prose .card p{color:var(--stone);font-weight:400}
.prose .card .go{color:var(--brass)}
.prose strong{color:var(--ink);font-weight:600}
.prose .lead-in{font-size:18px;color:#33302a;line-height:1.65}

/* Callout */
.callout{background:var(--cream);border:1px solid var(--line);border-left:3px solid var(--brass);border-radius:0 14px 14px 0;padding:20px 22px;margin-top:28px;box-shadow:var(--shadow)}
.callout h3{margin-top:0;color:var(--pine);font-size:17px}
.callout p{margin-top:8px}

/* Cream info panel */
.panel{background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:24px;margin-top:28px;box-shadow:var(--shadow)}
.panel>*:first-child{margin-top:0}
.panel h2,.panel h3{margin-top:0}

/* At-a-glance fact list */
.facts{margin-top:18px;display:grid;gap:12px}
.facts>div{background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.facts dt{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--brass);font-weight:600}
.facts dd{font-size:15px;color:#3a3730;margin-top:4px;line-height:1.5}

/* Sticky aside CTA card */
.aside{display:flex;flex-direction:column;gap:16px}
@media(min-width:940px){.aside{position:sticky;top:80px}}
.cta-card{background:var(--pine);color:var(--cream);border-radius:18px;padding:24px;box-shadow:var(--shadow)}
.cta-card h3{color:var(--cream);font-size:20px;margin:0}
.cta-card p{color:#D7E2DA;font-size:14px;margin-top:8px;line-height:1.55}
.cta-card .btn{width:100%;margin-top:14px}
.cta-card .meta{margin-top:16px;padding-top:16px;border-top:1px solid rgba(251,248,241,.16);font-size:13px;color:#CFDCD3;display:flex;flex-direction:column;gap:7px}
.cta-card .meta a{color:var(--brass-light);font-weight:600}
.cta-card .meta b{color:var(--cream);font-weight:600;display:block;font-size:12px;letter-spacing:.04em;text-transform:uppercase}

/* Related links (reuse .cards/.card) */
.related h2{font-size:clamp(22px,5vw,28px)}
.card.link h3{margin-bottom:2px}

/* Contact page */
.contact-grid{display:grid;grid-template-columns:1fr;gap:30px}
@media(min-width:860px){.contact-grid{grid-template-columns:1fr 1fr;gap:46px}}
.contact-info dl{display:grid;gap:18px;margin-top:6px}
.contact-info dt{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--brass);font-weight:600}
.contact-info dd{font-size:16px;color:#33302a;margin-top:4px;line-height:1.5}
.contact-info dd a{color:var(--pine);font-weight:600}

/* Forms (Netlify) */
.form{margin-top:8px;display:grid;gap:15px;position:relative}
.form label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}
.form input,.form textarea{width:100%;font:inherit;font-size:15px;color:var(--ink);background:var(--cream);border:1px solid var(--line);border-radius:11px;padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease}
.form input:focus,.form textarea:focus{outline:none;border-color:var(--brass);box-shadow:0 0 0 3px rgba(173,135,66,.15)}
.form textarea{min-height:130px;resize:vertical}
.form .btn{margin-top:2px;justify-self:start}
.form .hp{position:absolute!important;left:-9999px;height:0;overflow:hidden}
.form-note{font-size:12.5px;color:var(--stone);margin-top:-4px}

/* Gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:16px;margin-top:14px}
.gallery-grid figure{background:var(--cream);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.gallery-grid img{width:100%;height:230px;object-fit:cover;display:block}
.gallery-grid .emblem-cell{height:230px;display:grid;place-items:center;background:linear-gradient(150deg,var(--pine),var(--pine-deep))}
.gallery-grid .emblem-cell img{width:130px;height:130px;object-fit:contain}
.gallery-grid figcaption{padding:14px 16px;font-size:13.5px;color:var(--stone);line-height:1.5}
.gallery-grid figcaption b{color:var(--ink);font-weight:600;display:block;margin-bottom:2px}
.gallery-ph{display:grid;place-items:center;height:auto;min-height:230px;background:repeating-linear-gradient(45deg,rgba(28,59,46,.045),rgba(28,59,46,.045) 12px,transparent 12px,transparent 24px);color:var(--stone);border:1px dashed rgba(33,30,25,.22);border-radius:16px;text-align:center;font-size:13px;padding:20px;line-height:1.5}

