:root{--primary: #34473C;--primary-ink: #25332B;--accent: #A87E3C;--accent-ink: #7A5A28;--accent-bright: #C9A468;--surface: #FBFAF7;--surface-warm: #EFEBE2;--surface-deep: #25332B;--ink: #1F2620;--ink-muted: #5E665F;--line: #DBD7CC;--line-soft: #E7E3D9;--on-deep: #F3F1EA;--on-deep-muted: #B6BEB6;--btn-primary-bg: var(--primary-ink);--btn-primary-fg: #FFFFFF;--btn-secondary-bg: var(--surface-warm);--btn-secondary-fg: var(--primary-ink);--btn-outlined-fg: var(--primary-ink);--btn-outlined-border: var(--primary-ink);--btn-link-fg: var(--primary);--btn-link-fg-hover: var(--accent-ink);--primary-fg: #FFFFFF;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;--fs-eyebrow: .8125rem;--fs-small: .875rem;--fs-body: 1.0625rem;--fs-lead: clamp(1.125rem, 1.05rem + .5vw, 1.375rem);--fs-h4: clamp(1.125rem, 1.05rem + .45vw, 1.3125rem);--fs-h3: clamp(1.375rem, 1.2rem + .85vw, 1.75rem);--fs-h2: clamp(1.75rem, 1.45rem + 1.5vw, 2.625rem);--fs-h1: clamp(2.375rem, 1.7rem + 3.2vw, 4rem);--fs-detail-h: clamp(1.5rem, 1.2rem + 1.4vw, 2.125rem);--lh-tight: 1.08;--lh-snug: 1.25;--lh-body: 1.65;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4.5rem;--space-4xl: 6.5rem;--section-pad: clamp(3.5rem, 2.5rem + 4vw, 6.5rem);--container-max: 1440px;--content-max: 1180px;--measure: 68ch;--header-h: 78px;--topbar-h: 40px;--header-total: calc(var(--header-h) + var(--topbar-h));--btn-radius: 0px;--radius-card: 2px;--shadow-sm: 0 1px 3px rgba(31, 38, 32, .06);--shadow-md: 0 8px 28px rgba(31, 38, 32, .1);--shadow-lg: 0 18px 48px rgba(31, 38, 32, .16);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--z-topbar: 101;--z-header: 100;--z-overlay: 200;--z-lightbox: 300}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}main{padding-top:var(--header-total)}@media (max-width: 860px){main{padding-top:var(--header-h)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:460;font-optical-sizing:auto;line-height:var(--lh-tight);color:var(--primary-ink);margin:0 0 .5em;letter-spacing:-.01em;text-wrap:balance}p{margin:0 0 1em}p:last-child{margin-bottom:0}a{color:var(--primary);text-decoration:none;transition:color .18s ease}a:hover{color:var(--accent)}a:visited{color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{margin:0;padding:0}strong{font-weight:650;color:var(--primary-ink)}::selection{background:#a87e3c38;color:var(--primary-ink)}img,a{-webkit-user-drag:none;user-select:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,.8rem + 2.2vw,3rem)}.container--narrow{max-width:var(--content-max)}.measure{max-width:var(--measure)}.section{padding-block:var(--section-pad);position:relative}.section--surface{background:var(--surface);color:var(--ink)}.section--surface-warm{background:var(--surface-warm);color:var(--ink)}.section--surface-deep{background:var(--surface-deep);color:var(--on-deep)}.section--surface-deep h1,.section--surface-deep h2,.section--surface-deep h3,.section--surface-deep h4{color:var(--on-deep)}.section--tight{padding-block:clamp(2.5rem,2rem + 2.5vw,4rem)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body);font-size:var(--fs-eyebrow);font-weight:650;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-md)}.eyebrow:before{content:"";width:7px;height:7px;flex:none;background:var(--accent);transform:rotate(45deg)}.section--surface-deep .eyebrow{color:var(--accent)}.motif-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:0 auto var(--space-xl);max-width:360px}.motif-divider:before,.motif-divider:after{content:"";height:1px;flex:1;background:var(--accent);opacity:.6}.motif-divider__mark{width:9px;height:9px;flex:none;background:var(--accent);transform:rotate(45deg)}.motif-tick{position:relative;padding-left:1.1rem}.motif-tick:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;background:var(--accent);transform:rotate(45deg)}.section-head{margin-bottom:clamp(2rem,1.5rem + 1.5vw,3.25rem);max-width:52rem}.section-head--center{margin-inline:auto;text-align:center}.section-head__title{font-size:var(--fs-h2);margin:0}.section-head__sub{font-size:var(--fs-lead);color:var(--ink-muted);margin-top:var(--space-md);font-family:var(--font-body);line-height:1.55}.section--surface-deep .section-head__sub{color:var(--on-deep-muted)}.cta-pair{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.cta-pair--end{justify-content:flex-end}.tel-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:var(--fs-small);letter-spacing:.01em;color:var(--primary-ink)}.tel-link svg{width:18px;height:18px;color:var(--accent)}.section--surface-deep .tel-link{color:var(--on-deep)}.tel-link:hover{color:var(--accent-ink)}.section--surface-deep .tel-link:hover,.hero .tel-link:hover{color:var(--accent-bright)}@media (max-width: 600px){.cta-pair{flex-direction:column;align-items:flex-start}.cta-pair--end{justify-content:flex-start}}.lede{font-size:var(--fs-lead);line-height:1.55;color:var(--ink-muted)}.section--surface-deep .lede{color:var(--on-deep-muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.nav-open{overflow:hidden}
