/* Focused audience refinement. The original layout and base styles remain intact. */
:root {
  --graphite: #192020;
  --copper: #975435;
  --copper-light: #ecc4a6;
  color: var(--graphite);
  background: #f7f7f4;
}

.topline { background: #0e1313; font-size: .75rem; letter-spacing: .13em; }
.site-header { background: var(--graphite); color: #fff; border-bottom: 1px solid #ffffff20; }
.site-header .brand-mark { border-color: #e5e9e6; }
.site-header .brand-mark i:last-child { background: #c8d0cb; }
.site-header .brand>span:last-child>span { color: var(--copper-light); }
.site-header .brand small { color: #b9c4bf; }
.site-header nav>a:not(.nav-quote):hover { color: var(--copper-light); }
.nav-quote { border: 1px solid #9dafa6; background: transparent; }
.nav-quote:hover { background: #f2f4ee; color: var(--graphite); }
.brand small { font-size: .625rem; letter-spacing: .22em; }
.menu-toggle span { background: #fff; }

.hero { height: auto; min-height: 0; background: var(--graphite); }
/* Show the complete estate and circular drive, with no text covering either building. */
.hero>img { display: block; width: 100%; height: auto; object-fit: contain; }
.hero-content { position: static; transform: none; width: 88%; max-width: 1320px; margin: 0 auto; padding: 38px 0 48px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 5%; align-items: center; }
.hero h1 { margin: 0; font-size: clamp(2.7rem, 4.2vw, 4.5rem); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.hero-heading .eyebrow { margin-bottom: 18px; }
.eyebrow { color: var(--copper); font-size: .8rem; letter-spacing: .16em; }
.eyebrow.light { color: var(--copper-light); }
.hero-summary>p { max-width: 475px; margin: 0 0 24px; font-size: 1.1rem; line-height: 1.65; text-wrap: pretty; }
.hero-summary>.hero-service { margin: 22px 0 0; max-width: none; font-size: .7rem; letter-spacing: .1em; color: #e2e8e3; }
.hero-caption { display: block; position: static; font-size: .65rem; letter-spacing: .1em; color: #c4d0c9; padding: 12px 6% 0; }
.button:hover { background: var(--copper); }
.light-button:hover { background: #e6b491; color: #192020; }
.button, .nav-quote { transition: color .2s ease, background-color .2s ease; }

.intro { padding-top: 92px; padding-bottom: 92px; }
.intro h2, .section-head h2, .approach h2, .contact h2 { font-weight: 500; letter-spacing: -.045em; }
.intro p:not(.eyebrow), .section-head>p, .approach p, .product-copy p { color: #53615a; }
.intro>div:last-child { padding-top: 30px; }
.text-link { font-size: .9rem; }
.text-link:hover { color: var(--copper); }
.products { background: #e9edeb; }
.product-card { border-top: 2px solid var(--copper); }
.product-card#doors>img { object-fit: contain; object-position: center; background: #e9edeb; }
.product-copy>span, .steps span { color: var(--copper); font-size: .8rem; }
.product-copy h3 { font-weight: 600; }
.section-head>p { max-width: 340px; }
.approach-note { margin-top: 25px; }
.steps>div { padding-top: 25px; padding-bottom: 25px; }
.contact { background: var(--graphite); }
.contact-grid>div>p:not(.eyebrow) { color: #c6d2cb; }
.dark-button { background: var(--copper); }
.dark-button:hover { background: #743b22; }
.quote-form input, .quote-form select, .quote-form textarea { font-size: 1rem; }
.form-note { font-size: .8rem; }
.contact-details a { overflow-wrap: anywhere; }
a:focus-visible, button:focus-visible { outline: 2px solid #b8754e; outline-offset: 5px; }

@media (max-width: 1050px) and (min-width: 801px) {
  .site-header nav { gap: 20px; }
}
@media (max-width: 800px) {
  .site-header nav { background: var(--graphite); }
  .topline { font-size: .68rem; letter-spacing: .08em; }
  .hero-content { width: 90%; grid-template-columns: 1fr; gap: 24px; padding: 28px 0 36px; }
  .hero h1 { font-size: clamp(2.35rem, 7.5vw, 3.8rem); }
  .hero-caption { padding: 10px 5% 0; font-size: .6rem; letter-spacing: .06em; }
  .intro { padding-top: 65px; padding-bottom: 65px; }
  .intro>div:last-child { padding-top: 0; }
}
@media (max-width: 600px) {
  .topline { font-size: .75rem; }
  .hero h1 { font-size: clamp(2.35rem, 9vw, 3.3rem); }
  .hero .eyebrow { font-size: .7rem; letter-spacing: .09em; margin-bottom: 18px; }
  .hero-summary>p { font-size: 1rem; }
  .hero-summary>.hero-service { font-size: .7rem; letter-spacing: .08em; }
  .section-head h2 { font-size: 2.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button, .nav-quote { transition: none; }
}

/* Allow the expanded product description in the brand and navigation to fit. */
@media (max-width: 1100px) and (min-width: 801px) {
  .site-header { height: 110px; flex-wrap: wrap; align-content: center; gap: 18px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 14px; }
  .site-header nav .nav-quote { padding: 10px 16px; }
}
@media (max-width: 560px) {
  .brand small { font-size: .52rem; letter-spacing: .1em; }
}
