:root {
  --navy: #233746;
  --sage: #7d9982;
  --cream: #f7f3ed;
  --charcoal: #3a3a3a;
  --gold: #c6a76a;
  --clay: #9f6a4e;
  --white: #ffffff;
  --line: rgba(58, 58, 58, 0.16);
  --shadow: 0 20px 60px rgba(35, 55, 70, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(22px, 4vw, 70px) 28px;
}

.brand {
  color: #4b321f;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  color: #4b321f;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 500;
}

.hero {
  position: relative;
  width: min(1840px, calc(100% - clamp(32px, 7vw, 140px)));
  min-height: min(76vw, 760px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--navy);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(24, 22, 19, 0.64) 0%, rgba(24, 22, 19, 0.46) 45%, rgba(24, 22, 19, 0.2) 100%),
    linear-gradient(0deg, rgba(20, 18, 16, 0.52) 0%, rgba(20, 18, 16, 0.06) 56%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 88%);
  padding: clamp(180px, 28vw, 390px) clamp(28px, 8vw, 150px) clamp(44px, 8vw, 100px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12.5ch;
  margin-bottom: 20px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.1rem, 6.3vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-content p {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.6vw, 1.26rem);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 3px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button-secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
}

.hero .button {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.intro {
  padding-top: 58px;
  padding-bottom: 52px;
}

.intro p {
  max-width: 1040px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.32rem, 2.7vw, 2.5rem);
  line-height: 1.17;
  font-weight: 650;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.focus-band {
  display: grid;
  gap: 28px;
  padding-top: 16px;
}

.focus-intro {
  max-width: 860px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.focus-grid article {
  min-height: 220px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(248, 242, 233, 0.92) 100%);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.focus-grid strong,
.offer-tag {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--clay);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offers-section {
  padding-top: 26px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.offer-card {
  min-height: 320px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(35, 55, 70, 0.06);
}

.offer-card-featured {
  color: var(--white);
  background: linear-gradient(150deg, #243848 0%, #314d62 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.offer-card-featured h3,
.offer-card-featured p,
.offer-card-featured li,
.offer-card-featured .offer-tag {
  color: var(--white);
}

.offer-list {
  margin: 20px 0 0;
  padding-left: 20px;
  color: rgba(58, 58, 58, 0.78);
}

.offer-card-featured .offer-list {
  color: rgba(255, 255, 255, 0.86);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 275px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(35, 55, 70, 0.06);
}

.service-card span {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--sage);
  font-weight: 800;
}

.service-card p,
.about-copy p,
.process-grid p,
.contact-inner p,
.form-note {
  color: rgba(58, 58, 58, 0.74);
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 48px;
  padding: 88px clamp(22px, 5vw, 72px);
  background: var(--navy);
}

.about-band h2 {
  color: var(--white);
}

.about-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.about-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--line);
}

.process-grid div {
  min-height: 220px;
  padding: 26px;
  background: #fbf8f2;
}

.process-grid strong {
  display: block;
  margin-bottom: 48px;
  color: var(--clay);
  font-size: 1.25rem;
}

.contact-section {
  padding: 86px 0;
  background: #ece4d8;
}

.contact-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 56px;
  align-items: start;
}

.contact-inner > div p {
  max-width: 620px;
  font-size: 1.08rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 13px 14px;
  color: var(--charcoal);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
}

.form-note {
  min-height: 24px;
  margin: 0;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(22px, 4vw, 70px);
  color: rgba(255, 255, 255, 0.72);
  background: #1c2c38;
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero {
    width: calc(100% - 40px);
    min-height: 760px;
  }

  .focus-grid,
  .offer-grid,
  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-band,
  .contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    padding: 24px 20px;
  }

  .brand {
    font-size: 1.95rem;
  }

  .nav-links {
    gap: 14px;
    font-size: 0.98rem;
  }

  .hero {
    width: calc(100% - 32px);
    min-height: 660px;
  }

  .hero-content {
    width: 100%;
    padding: 190px 24px 40px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .hero-actions,
  .hero-actions .button,
  .focus-grid,
  .offer-grid,
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .section,
  .contact-section,
  .about-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-card,
  .process-grid div {
    min-height: auto;
  }

  .button {
    width: 100%;
  }

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