@charset "UTF-8";
:root{color-scheme:light;--green:#203b30;--paper:#f7f5ee;--gold:#e8b757;--ink:#263c32;--muted:#627067;--line:#d4d8ce;font-family:Arial,Helvetica,sans-serif;font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit}a:focus-visible{outline:3px solid #aa7214;outline-offset:6px}::selection{background:var(--gold);color:var(--green)}
.page{max-width:1920px;min-height:100svh;margin:0 auto;padding:0 4.5vw;display:flex;flex-direction:column}.header{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;font-family:Georgia,'Times New Roman',serif;font-size:3.15rem;line-height:1;font-weight:bold;letter-spacing:-.06em}.brand-dot{color:#aa7214}.header-note{font-size:.75rem;letter-spacing:.16em;margin-left:40px}.contact-link{font-size:.875rem;font-weight:600;text-decoration:none;display:flex;gap:20px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.contact-link span{font-size:1.2rem}
main{display:flex;flex:1}.hero{width:100%;display:grid;grid-template-columns:1fr 1fr;min-height:600px;flex:1}.hero-copy{background:var(--green);color:var(--paper);padding:clamp(40px,5vw,96px) clamp(28px,4.2vw,80px);display:flex;flex-direction:column;justify-content:center}.eyebrow{display:flex;align-items:center;gap:14px;font-size:.75rem;letter-spacing:.18em;color:#e3ddcc;line-height:1.5}.short-line{display:block;width:28px;height:1px;background:var(--gold)}h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.6rem,4.15vw,5rem);font-weight:normal;line-height:1.1;letter-spacing:-.045em;margin:34px 0 24px}h1 em{font-weight:normal;color:var(--gold);white-space:nowrap}.intro{font-family:Georgia,'Times New Roman',serif;font-size:1.25rem;line-height:1.6;margin:0 0 19px;color:#f1eddf}.description{font-size:1rem;line-height:1.75;margin:0;color:#cbd2c8}.contact{border-top:1px solid #53665b;margin-top:36px;padding-top:25px;scroll-margin-top:24px}.contact-label{font-size:.75rem;letter-spacing:.17em;color:#d2d7ca;margin-bottom:10px}.contact-name{font-size:1rem;margin-bottom:12px}.phone-pending{font-size:.875rem;color:#e8b757}.phone{display:inline-flex;align-items:center;gap:20px;background:var(--gold);color:var(--green);border:1px solid var(--gold);padding:15px 21px;text-decoration:none;font-size:1.25rem;line-height:1.35;transition:background .15s}.phone:hover{background:#f5ca76}.phone svg{width:21px;height:21px;flex-shrink:0}.phone:focus-visible{outline-color:var(--paper)}
.hero-image{position:relative;margin:0;min-width:0;overflow:hidden;background:#4e5b39}.hero-image:after{position:absolute;inset:50% 0 0;content:"";background:linear-gradient(transparent,rgba(14,30,19,.66));pointer-events:none}.hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:63% center;position:absolute;inset:0}.hero-image figcaption{position:absolute;z-index:1;bottom:37px;left:40px;right:40px;color:white;display:flex;flex-direction:column;gap:12px}.hero-image figcaption>span:first-child{font-size:.75rem;letter-spacing:.18em}.image-caption{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-style:italic;line-height:1.2}.footer{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:.8125rem}.construction{padding-left:24px;border-left:1px solid var(--line)}
@media(min-width:1700px){.hero{min-height:760px}}
@media(max-width:1050px){.header-note{display:none}.hero-copy{padding:45px 32px}.eyebrow{letter-spacing:.12em;font-size:.75rem}h1{font-size:clamp(2.3rem,4.2vw,3rem)}.desktop-break{display:none}.hero-image figcaption{left:28px;right:28px}.hero{min-height:610px}}
@media(max-width:700px){.page{padding:0 20px}.header{min-height:91px;gap:15px}.brand{font-size:2.6rem}.contact-link{font-size:.8125rem;gap:10px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:39px 27px 38px}.eyebrow{font-size:.75rem;gap:10px;letter-spacing:.1em}h1{font-size:clamp(2.4rem,8.5vw,3.8rem);margin:25px 0 20px}.intro{font-size:1.125rem}.description{font-size:1rem;line-height:1.65}.contact{margin-top:28px;padding-top:23px}.phone{font-size:1.2rem;padding:14px 18px}.hero-image{height:340px}.hero-image img{object-position:50% 55%}.hero-image figcaption{bottom:25px;left:27px;gap:8px}.image-caption{font-size:1.7rem}.footer{flex-wrap:wrap;min-height:100px;justify-content:space-between;gap:9px 14px;padding:24px 0}.footer>span:last-child{flex-basis:100%;font-size:.75rem}.construction{padding-left:0;border:0}}
@media(max-width:360px){.page{padding:0 12px}.hero-copy{padding:32px 20px}.eyebrow{letter-spacing:.06em}.phone{gap:12px}h1{font-size:2.2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.phone{transition:none}}
