:root {
  --bg: #fcfaf6;
  --surface: #fffdf9;
  --ink: #2a241f;
  --muted: #6b625c;
  --accent: #dd7f2a;
  --accent-deep: #9c5820;
  --line: #dfd7cf;
  --shadow: 0 30px 70px rgba(42, 36, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffefc 0%, #f7f1e8 100%);
}

img {
  display: block;
  width: 100%;
}

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

.site-header {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 252, 247, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(42, 36, 31, 0.08);
}

.brand-mark {
  display: block;
  width: min(380px, calc(100% - 2rem));
  margin: 1.2rem auto 0.8rem;
}

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

.main-nav {
  display: flex;
  gap: 2.5rem;
  padding: 0 1rem 1.1rem;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding-bottom: 0.45rem;
}

.main-nav a:first-child::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  padding: 4rem 1.5rem;
  background:
    linear-gradient(rgba(35, 51, 61, 0.38), rgba(35, 51, 61, 0.55)),
    url("pic 1.webp")
      center/cover;
}

.hero-copy {
  position: relative;
  max-width: 860px;
  text-align: center;
  color: #fff;
}

.eyebrow {
  margin: 0 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.warm {
  color: var(--accent-deep);
}

.hero h1,
.section-heading h2,
.contact-copy h2,
.intro-copy h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.02em;
}

.hero h1 {
  font-size: clamp(3.7rem, 8vw, 6.8rem);
  text-transform: uppercase;
}

.hero-text {
  max-width: 700px;
  margin: 1.25rem auto 0;
  font-size: 1.45rem;
}

.hero-cta,
.quote-form button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.hero-cta,
.quote-form button {
  background: var(--accent);
  color: #fff;
}

.hero-cta {
  margin-top: 2rem;
}

.hero-cta:hover,
.quote-form button:hover,
.outline-button:hover {
  transform: translateY(-2px);
}

.intro-section,
.services-highlight,
.service-columns,
.contact-section,
.testimonials {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
  gap: 3rem;
  padding: 5.5rem 0;
  align-items: start;
}

.intro-copy h2,
.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2.7rem, 5vw, 4.1rem);
  margin-bottom: 1.35rem;
}

.intro-copy h3,
.service-columns h3,
.contact-card h3 {
  margin: 0 0 0.9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.intro-copy p,
.section-heading p,
.service-columns p,
.contact-copy p,
.contact-card p {
  margin: 0 0 1rem;
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--muted);
}

.quote-card {
  position: sticky;
  top: 8rem;
  background: linear-gradient(180deg, #fffdfb 0%, #f7eee1 100%);
  border: 1px solid rgba(221, 127, 42, 0.18);
  border-radius: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.quote-card-header {
  padding: 2rem 2rem 1.4rem;
  text-align: center;
  background: radial-gradient(circle at top, rgba(255, 166, 84, 0.26), transparent 72%);
}

.quote-kicker {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ff9c00;
}

.quote-card-header h3 {
  margin: 0.3rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.quote-form {
  display: grid;
  gap: 1rem;
  padding: 0 2rem 2rem;
}

.required-note {
  margin: 0;
  color: #8b8078;
  font-style: italic;
}

.quote-form label,
.quote-form legend {
  font-size: 1.05rem;
  font-weight: 600;
}

.name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  color: var(--ink);
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(221, 127, 42, 0.28);
  border-color: var(--accent);
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.radio-option {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-top: 0.7rem;
  font-weight: 400;
}

.radio-option input {
  width: auto;
  margin: 0;
}

.quote-form button {
  width: 100%;
  margin-top: 0.5rem;
  border: 0;
  cursor: pointer;
}

.services-highlight {
  padding: 1rem 0 5rem;
}

.section-heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.image-row,
.service-columns {
  display: grid;
  gap: 1rem;
}

.image-row {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.25rem;
}

.image-row img,
.service-columns img {
  height: 260px;
  object-fit: cover;
}

.service-columns {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 4.5rem;
}

.service-columns article {
  background: var(--surface);
  border: 1px solid rgba(42, 36, 31, 0.06);
}

.service-columns h3,
.service-columns p {
  padding-right: 1.35rem;
  padding-left: 1.35rem;
}

.service-columns h3 {
  padding-top: 1.25rem;
}

.service-columns p {
  padding-bottom: 1.5rem;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 0 5rem;
}

.testimonials blockquote {
  margin: 0;
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.68);
  border-top: 1px solid var(--line);
  color: var(--accent-deep);
  font-size: 1.14rem;
  line-height: 1.7;
  font-style: italic;
}

.testimonials cite {
  display: block;
  margin-top: 1rem;
  color: var(--ink);
  font-style: normal;
  font-weight: 700;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0 5rem;
}

.contact-card {
  padding: 2rem;
  background:
    linear-gradient(rgba(34, 40, 49, 0.56), rgba(34, 40, 49, 0.62)),
    url("pic 6.jpg")
      center/cover;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
}

.contact-card p,
.contact-card h3 {
  color: #fff;
}

.outline-button {
  margin-top: 1rem;
  border: 2px solid var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 4rem;
  padding: 4rem 1rem 5rem;
  background: #2d2a29;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-footer a {
  text-decoration: underline;
  font-weight: 700;
}

.footer-details {
  grid-column: 1 / -1;
  text-align: center;
  color: #efc4a2;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
}

.footer-details p {
  margin: 0.35rem 0;
}

@media (max-width: 980px) {
  .intro-section,
  .contact-section,
  .service-columns,
  .testimonials,
  .image-row {
    grid-template-columns: 1fr;
  }

  .quote-card {
    position: static;
  }

  .main-nav {
    gap: 1.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .brand-mark {
    width: min(300px, calc(100% - 2rem));
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 68vh;
  }

  .brand-mark {
    width: min(240px, calc(100% - 2rem));
  }

  .hero-text,
  .intro-copy p,
  .section-heading p,
  .service-columns p,
  .contact-copy p,
  .contact-card p {
    font-size: 1.05rem;
  }

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

  .quote-card-header,
  .quote-form {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
