:root {
  --black: #0d0d0d;
  --charcoal: #333333;
  --gold: #b88a48;
  --cream: #e6e2d6;
  --white: #ffffff;
  --paper: #f8f7f4;
  --line: #ddd9d0;
  --muted: #67645e;
  --heading: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --body: "Lato", "Segoe UI", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 999;
  background: var(--black); color: white; padding: .75rem 1rem;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section-kicker, .eyebrow {
  color: var(--gold); font-family: var(--heading); text-transform: uppercase;
  letter-spacing: .16em; font-size: .76rem; font-weight: 600; margin: 0 0 1rem;
}
h1, h2, h3 { margin: 0; line-height: 1.12; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(2.7rem, 5vw, 5.35rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.15rem, 3.7vw, 4rem); letter-spacing: -.025em; }
h3 { font-family: var(--heading); font-size: 1.12rem; }
p { margin: 0 0 1rem; }
.fine-print { color: var(--muted); font-size: .83rem; }

.site-header {
  position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(12px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 245px; }
.brand-mark { width: 68px; height: 56px; color: var(--black); flex: none; }
.brand-divider { height: 48px; width: 1px; background: var(--black); margin: 0 .85rem; }
.brand-copy strong {
  font-family: var(--heading); text-transform: uppercase; letter-spacing: .22em;
  font-size: .78rem; line-height: 1.35; display: block;
}
.brand-copy small {
  display: block; border-top: 1px solid var(--black); margin-top: .35rem; padding-top: .28rem;
  text-transform: uppercase; letter-spacing: .24em; font-size: .55rem;
}
.site-nav { display: flex; align-items: center; gap: 1.55rem; }
.site-nav > a { text-decoration: none; font-size: .91rem; }
.site-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; background: none; border: 0; padding: .5rem; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--black); margin: 5px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: .75rem 1.3rem; border-radius: 2px; text-decoration: none; border: 1px solid transparent;
  cursor: pointer; font-weight: 600; transition: .2s ease; text-align: center;
}
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--black); color: var(--white); }
.button-gold { background: var(--gold); color: var(--white); }
.button-outline { border-color: var(--charcoal); background: transparent; }
.button-outline-light { border-color: rgba(255,255,255,.65); color: white; background: transparent; }

.hero { background: var(--paper); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px;
}
.hero-copy { padding: 5.75rem 4.5rem 4.5rem 0; align-self: center; }
.hero-copy h1 { max-width: 760px; }
.brand-promise { color: var(--gold); font-family: Georgia, serif; font-size: 1.45rem; margin: .85rem 0 1.3rem; }
.hero-intro { max-width: 650px; font-size: 1.05rem; }
.location-line { display: flex; align-items: center; gap: .65rem; font-weight: 600; margin: 1.5rem 0; }
.icon-circle { font-size: 1.35rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-photo { margin: 0; height: 100%; overflow: hidden; background: #ddd; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }

.trust-strip { background: var(--black); color: white; }
.trust-grid { min-height: 106px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 2rem; border-right: 1px solid #2d2d2d; }
.trust-item:last-child { border-right: 0; }
.trust-item > span { color: var(--gold); font-size: 1.6rem; }
.trust-item strong { font-size: .86rem; line-height: 1.4; }

.two-column-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: start; }
.prose { font-size: 1.09rem; max-width: 760px; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 4rem; margin-bottom: 2.5rem; align-items: end; }
.section-heading .section-kicker { grid-column: 1/-1; }
.section-heading > p:last-child { max-width: 640px; justify-self: end; }
.section-heading.centered { display: block; max-width: 760px; text-align: center; margin-inline: auto; }
.services-section { background: #fbfaf8; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.service-card { background: white; border: 1px solid var(--line); padding: 2rem; min-height: 100%; }
.service-icon { color: var(--gold); font-size: 2rem; margin-bottom: 1.15rem; }
.service-card h3 { margin-bottom: .85rem; }
.service-card ul { padding-left: 1.15rem; margin: 1.25rem 0; }
.service-card li { margin: .35rem 0; }
.service-card > a { color: #946b2e; font-weight: 700; text-decoration: none; }

.dark-section { background: linear-gradient(120deg, #121212, #080808); color: white; }
.why-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); }
.why-grid > * { padding: 0 2.3rem; border-right: 1px solid #333; }
.why-grid > *:first-child { padding-left: 0; }
.why-grid > *:last-child { border-right: 0; padding-right: 0; }
.why-grid h2 { font-size: clamp(2rem, 3vw, 3.5rem); }
.why-grid article h3 { margin: .8rem 0; }
.why-grid article p { color: #d0d0d0; font-size: .9rem; }
.line-icon { color: var(--gold); font-size: 1.8rem; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.about-photo { margin: 0; max-height: 600px; overflow: hidden; }
.about-photo img { width: 100%; height: 600px; object-fit: cover; object-position: center 30%; }
.about-copy p { font-size: 1.05rem; }
.about-copy blockquote {
  margin: 2rem 0 0; border-left: 3px solid var(--gold); padding-left: 1.5rem;
  font-family: Georgia, serif; font-size: 1.45rem; color: #3e3932;
}
.service-area-section { background: var(--cream); }
.service-area-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0; }
.area-tags span { background: rgba(255,255,255,.72); border: 1px solid #d2cbbb; padding: .55rem .8rem; font-size: .9rem; }
.area-card { background: white; padding: 2.2rem; border-left: 4px solid var(--gold); }
.area-card h3 { font-family: Georgia, serif; font-size: 1.65rem; margin-bottom: 1rem; }

.testimonials-section { background: #faf9f6; }
.review-placeholder {
  max-width: 760px; margin: 2rem auto 0; border: 1px dashed #aaa; padding: 2.5rem;
  text-align: center; background: white;
}
.review-placeholder p { font-family: Georgia, serif; font-size: 1.35rem; }
.review-placeholder span { color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; }
.accordion details { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; font-family: var(--heading); font-weight: 600; }
.accordion details p { margin: 1rem 0 0; color: #45413c; }

.collaboration-section { padding-top: 0; }
.collaboration-card { background: var(--black); color: white; padding: 4rem; text-align: center; }
.collaboration-card h2 { max-width: 900px; margin: auto; }
.collaboration-card > p:not(.section-kicker) { max-width: 800px; margin: 1.25rem auto 0; color: #d6d6d6; }
.coming-soon { border-top: 1px solid #333; padding-top: 1.25rem; }

.contact-section { background: #111; color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.contact-form { background: white; color: var(--black); padding: 2.25rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; margin-top: .4rem; border: 1px solid #bbb; padding: .78rem; background: #fff;
}
.form-note { font-size: .78rem; color: #666; margin-top: 1rem; }

.site-footer { background: #050505; color: #ddd; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .6fr 1.2fr 1fr; gap: 3rem; }
.footer-brand { display: flex; align-items: flex-start; }
.footer-brand .brand-mark { color: white; margin-right: 1rem; }
.footer-brand strong { color: white; font-family: var(--heading); text-transform: uppercase; letter-spacing: .14em; }
.footer-grid h3 { color: white; margin-bottom: 1rem; }
.footer-grid a { display: block; text-decoration: none; margin: .4rem 0; }
.footer-grid p { color: #aaa; font-size: .86rem; }
.footer-bottom { border-top: 1px solid #292929; margin-top: 2.5rem; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 2rem; }
.footer-bottom p { font-size: .76rem; color: #777; }

@media (max-width: 1024px) {
  .container { width: min(calc(100% - 2.5rem), 900px); }
  .menu-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 1.25rem;
    background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 3.75rem 0 2.75rem; }
  .hero-photo { height: 480px; order: 2; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid #2d2d2d; }
  .two-column-intro, .section-heading, .about-grid, .service-area-grid,
  .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading > p:last-child { justify-self: start; }
  .service-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .why-grid > * { border-right: 0; padding: 0 1.5rem; }
  .why-grid > *:nth-child(odd) { border-right: 1px solid #333; padding-left: 0; }
  .about-photo img { height: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.25rem), 560px); }
  .section { padding: 4rem 0; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 50px; height: 42px; }
  .brand-divider, .brand-copy { display: none; }
  .site-nav { top: 72px; }
  .hero-grid { width: 100%; }
  .hero-photo { order: 0; height: 340px; }
  .hero-copy { padding: 2.25rem .7rem 2.6rem; text-align: center; }
  .eyebrow { font-size: .65rem; }
  .hero-copy h1 { font-size: 2.55rem; }
  .brand-promise { font-size: 1.2rem; }
  .location-line { justify-content: center; text-align: left; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid #2d2d2d; padding: 1rem 1.25rem; }
  .trust-item:last-child { border-bottom: 0; }
  .two-column-intro { gap: 1.5rem; }
  .section-heading { margin-bottom: 1.5rem; }
  .service-card { padding: 1.4rem; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid > * { border: 0 !important; padding: 0 0 1.5rem !important; border-bottom: 1px solid #333 !important; }
  .why-grid > *:last-child { border-bottom: 0 !important; }
  .about-photo img { height: 400px; }
  .collaboration-card { padding: 2.5rem 1.25rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
