:root {
  --ink: #202028;
  --muted: #62616a;
  --line: #ead7dc;
  --brand: #7a2030;
  --brand-dark: #56131f;
  --paper: #fffdf9;
  --soft: #f6f0e8;
  --mist: #f7faf8;
  --shadow: 0 18px 48px rgba(44, 33, 24, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #fff;
  background: var(--brand-dark);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(234, 223, 206, 0.74);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 242px;
  color: var(--brand);
}

.brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
}

.brand-mark picture,
.brand-mark img {
  width: 100%;
  height: 100%;
}

.brand-mark img {
  border-radius: 50%;
  object-fit: cover;
}

.brand strong {
  display: block;
  color: #24242c;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--brand);
  border-color: var(--brand);
}

.header-contact {
  display: grid;
  gap: 5px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--brand);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(127, 74, 22, 0.18);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #8f2a3c, #5f1724);
}

.btn-outline {
  color: var(--ink);
  background: rgba(255, 253, 249, 0.86);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--brand-dark);
}

.hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf9 0%, #fffdf9 38%, rgba(255, 253, 249, 0.55) 58%, rgba(255, 253, 249, 0.08) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fffdf9 0%, rgba(255, 253, 249, 0.95) 32%, rgba(255, 253, 249, 0.38) 57%, rgba(255, 253, 249, 0.02) 100%);
}

.hero-media img {
  width: 64%;
  height: 100%;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 590px;
  padding: 58px 0;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(46px, 5.2vw, 68px);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 46px);
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.lead {
  max-width: 490px;
  margin-bottom: 28px;
  color: #3d3d44;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 160px;
  font-size: 14px;
  font-weight: 850;
}

.trust-row svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--brand);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 74px 0;
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 222px;
  padding: 28px 24px;
  text-align: center;
  background: linear-gradient(145deg, #fff, #fffaf4);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(54, 42, 32, 0.05);
}

.service-card svg {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card-wide {
  grid-column: span 2;
}

.about {
  background: linear-gradient(180deg, #fffdf9, #f8f3ed);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.about-grid picture,
.about-grid img {
  height: 100%;
  min-height: 360px;
}

.about-grid img {
  width: 100%;
  object-fit: cover;
}

.about-copy {
  padding: 52px;
}

.about-copy p {
  color: var(--muted);
  font-size: 17px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.value-grid span {
  padding: 16px;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.reviews {
  background: #fff;
}

.review-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.review-layout > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 28px;
  background: var(--mist);
  border: 1px solid #dfe9e3;
  border-radius: 8px;
}

blockquote p {
  color: #34353b;
  font-size: 18px;
}

cite {
  color: var(--brand);
  font-style: normal;
  font-weight: 900;
}

.areas {
  background: linear-gradient(180deg, #f7faf8, #fffdf9);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.area-list span {
  padding: 12px 18px;
  border: 1px solid #dfe9e3;
  border-radius: 999px;
  background: #fff;
  color: #35433c;
  font-weight: 850;
}

.cta {
  padding: 78px 0;
  background: #fffdf9;
}

.cta-inner {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.82fr;
  gap: 30px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #fbf4ec);
  box-shadow: var(--shadow);
}

.cta-inner picture,
.cta-inner img {
  height: 100%;
  min-height: 260px;
}

.cta-inner img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.cta-copy p {
  color: var(--muted);
  font-size: 17px;
}

.phone-stack {
  display: grid;
  gap: 2px;
  margin-top: 18px;
}

.phone-stack a {
  color: var(--brand);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.12;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-panel h3 {
  margin-bottom: 0;
}

.contact-panel p {
  margin-bottom: 6px;
  color: var(--muted);
}

.contact-panel small {
  color: var(--muted);
  text-align: center;
}

.site-footer {
  padding: 54px 0 24px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 38px;
}

.footer-brand {
  min-width: 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--brand);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  color: #77757b;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 20px 22px;
    background: #fffdf9;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
  }

  .header-contact {
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-inner {
    grid-template-columns: 1fr 1fr;
  }

  .contact-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 78px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 22px;
  }

  .brand small {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .site-nav {
    top: 78px;
  }

  .header-contact {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-media {
    position: relative;
    height: 290px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.05), #fffdf9);
  }

  .hero-media img {
    width: 100%;
  }

  .hero-inner {
    padding: 34px 0 52px;
  }

  h1 {
    font-size: 44px;
  }

  .lead {
    font-size: 18px;
  }

  .trust-row {
    gap: 16px;
  }

  .trust-row span {
    max-width: none;
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }

  .service-grid,
  .about-grid,
  .review-layout,
  .review-cards,
  .cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card-wide {
    grid-column: auto;
  }

  .about-copy {
    padding: 34px 24px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    padding: 14px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .hero-actions .btn,
  .contact-panel .btn {
    width: 100%;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }
}
