:root {
  --beige: #c2b5a5;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --ink: #292928;
  --muted: #777573;
  --line: #dfdfdf;
  --blue: #9bbbd8;
  --max: 1638px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Century Gothic", "Segoe UI", sans-serif;
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.25; }
strong { font-weight: 600; }
button, input, textarea { font: inherit; }

.page-container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid var(--ink);
}
.skip-link:focus { top: 16px; }
.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;
}

.hero-section { padding: 52px 0 46px; }
.hero-card {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 646px;
  overflow: hidden;
}
.hero-copy {
  background: var(--soft);
  padding: 62px 58px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-logo { width: min(252px, 57%); height: auto; margin-bottom: 24px; }
.hero-copy h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(1.55rem, 1.8vw, 2.15rem);
  letter-spacing: -.02em;
}
.hero-name {
  margin: 0;
  width: min(510px, 100%);
  padding: 22px 25px;
  background: var(--beige);
  font-size: clamp(.8rem, 1.05vw, 1rem);
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-image-wrap { min-width: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.about-section {
  background: var(--beige);
  padding: 62px 0 56px;
}
.section-heading.centered { text-align: center; margin-bottom: 50px; }
.section-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 2.8vw, 3rem);
  letter-spacing: -.025em;
}
.heading-line { display: block; width: 90px; height: 3px; background: var(--ink); margin-inline: auto; }
.about-copy { font-size: clamp(1rem, 1.13vw, 1.2rem); }
.about-copy h3 { margin-bottom: 24px; font-size: clamp(1.4rem, 1.7vw, 1.9rem); }
.about-copy p { margin-bottom: 30px; }
.about-copy .list-intro { margin-bottom: 4px; }
.about-copy ul { margin-top: 0; margin-bottom: 70px; padding-left: 52px; }
.about-copy li { padding-left: 4px; }

.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.service-card img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; margin-bottom: 28px; }
.service-card h3 { margin-bottom: 24px; font-size: clamp(1.35rem, 1.8vw, 2rem); }
.service-card p { margin-bottom: 0; font-size: clamp(1rem, 1.12vw, 1.18rem); }

.contact-section { padding: 68px 0 42px; background: #fff; }
.contact-section .section-heading { margin-bottom: 58px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact-grid h3 { margin-bottom: 28px; font-size: clamp(1.45rem, 1.8vw, 2rem); }
.contact-form { display: grid; gap: 30px; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  padding: 20px 24px;
  outline: none;
  font-size: clamp(.95rem, 1vw, 1.08rem);
}
.contact-form input { min-height: 75px; }
.contact-form textarea { min-height: 190px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: #a69a8c; box-shadow: 0 0 0 2px rgba(194,181,165,.18); }
.contact-form button {
  min-height: 84px;
  border: 0;
  background: var(--beige);
  color: #111;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form button:hover { filter: brightness(.97); }
.form-note { margin: -8px 8px 0; color: var(--muted); font-size: .82rem; }
.personal-contact p { max-width: 650px; color: var(--muted); font-size: clamp(1rem, 1.12vw, 1.2rem); }
.personal-contact a { text-decoration-color: #999; }
.address-line { margin-top: 64px; }

.map-link { display: block; width: 100%; overflow: hidden; background: #e8eee7; }
.map-link img { width: 100%; height: auto; min-height: 360px; object-fit: cover; }

.business-info { padding: 54px 0 116px; background: #fff; }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.business-info h2 { margin-bottom: 35px; font-size: clamp(1.45rem, 1.85vw, 2rem); }
.business-info address { color: var(--muted); font-style: normal; font-size: clamp(1rem, 1.15vw, 1.23rem); line-height: 1.5; }
.horizontal-logo-wrap { display: flex; justify-content: flex-end; }
.horizontal-logo-wrap img { width: min(525px, 85%); height: auto; }

.site-footer { background: var(--beige); min-height: 278px; padding: 60px 0 30px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 56px 80px;
  min-height: 180px;
}
.footer-grid p { margin: 0; font-size: clamp(.95rem, 1.1vw, 1.17rem); }
.social-icons { display: flex; gap: 28px; justify-content: center; }
.social-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #000; }
.social-icon svg { width: 27px; height: 27px; fill: #fff; }
.footer-brand { justify-self: end; font-size: 1.4rem !important; letter-spacing: .08em; }
.terms-link {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: clamp(.9rem, 1vw, 1.05rem);
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
}
.terms-link:hover { text-decoration: underline; }

.floating-contact {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--beige);
  box-shadow: 0 5px 16px rgba(0,0,0,.18);
}
.floating-contact svg { width: 46px; height: 46px; fill: none; stroke: #fff; stroke-width: 4; stroke-linejoin: round; }

.legal-main { min-height: 70vh; background: var(--beige); padding: 70px 0 100px; }
.legal-box { max-width: 1100px; margin-inline: auto; background: #fff; padding: clamp(34px, 5vw, 72px); }
.legal-box h1 { font-size: clamp(2rem, 3vw, 3.2rem); }
.back-link { display: inline-block; margin-top: 30px; }

@media (max-width: 980px) {
  .hero-card { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 48px 28px; }
  .hero-image { max-height: 620px; }
  .services-grid, .contact-grid, .business-grid { grid-template-columns: 1fr; }
  .services-grid { gap: 52px; }
  .personal-contact { padding-top: 16px; }
  .address-line { margin-top: 36px; }
  .horizontal-logo-wrap { justify-content: flex-start; }
  .horizontal-logo-wrap img { width: min(525px, 100%); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-brand { display: none; }
  .terms-link { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .page-container { width: min(calc(100% - 30px), var(--max)); }
  .hero-section { padding: 20px 0 28px; }
  .hero-copy { padding: 38px 22px; }
  .hero-logo { width: 185px; }
  .hero-name { padding: 18px 12px; letter-spacing: .12em; }
  .about-section, .contact-section { padding-top: 46px; }
  .section-heading.centered { margin-bottom: 38px; }
  .about-copy ul { padding-left: 26px; margin-bottom: 48px; }
  .services-grid { gap: 45px; }
  .service-card img { margin-bottom: 22px; }
  .contact-grid { gap: 44px; }
  .contact-form { gap: 18px; }
  .contact-form input { min-height: 62px; }
  .contact-form textarea { min-height: 155px; }
  .contact-form button { min-height: 68px; }
  .map-link img { min-height: 310px; }
  .business-info { padding-bottom: 75px; }
  .footer-grid { display: flex; flex-direction: column; gap: 28px; text-align: center; }
  .floating-contact { width: 62px; height: 62px; right: 15px; bottom: 15px; }
  .floating-contact svg { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
