:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #5e6963;
  --paper: #faf8f3;
  --soft: #ece6dc;
  --line: #dbd0c0;
  --forest: #12322b;
  --forest-2: #20483d;
  --copper: #b66b3f;
  --oak: #d8ae76;
  --white: #fffaf2;
  --shadow: 0 20px 60px rgba(18, 50, 43, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 56px);
  color: var(--forest);
  background: rgba(255, 250, 242, .92);
  border-bottom: 1px solid rgba(18, 50, 43, .12);
  box-shadow: 0 14px 45px rgba(18, 50, 43, .08);
  backdrop-filter: blur(14px);
}

.site-header::before {
  content: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(116px, 15vw, 168px);
  height: 58px;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  font-size: 14px;
  font-weight: 700;
}

nav a {
  color: rgba(18, 50, 43, .82);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--forest);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 26, 22, .86) 0%, rgba(12, 26, 22, .56) 42%, rgba(12, 26, 22, .06) 78%),
    linear-gradient(0deg, rgba(12, 26, 22, .76) 0%, rgba(12, 26, 22, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(52px, 9vw, 96px) clamp(18px, 6vw, 84px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0bd7b;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 8vw, 108px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.16;
}

.lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 250, 242, .86);
  font-size: clamp(18px, 2vw, 22px);
}

.rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #f2b84c;
  font-size: 18px;
  font-weight: 850;
}

.rating-line small {
  color: rgba(255, 250, 242, .78);
  font-size: 14px;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 850;
}

.button.primary {
  background: var(--copper);
  color: #fff;
}

.button.secondary {
  border-color: rgba(255, 250, 242, .42);
  color: var(--white);
  background: rgba(255, 250, 242, .09);
}

.button.route {
  border-color: var(--line);
  color: var(--forest);
  background: transparent;
}

.button.full {
  width: 100%;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--forest);
  color: var(--white);
  border-top: 1px solid rgba(255, 250, 242, .18);
}

.trust-band div {
  padding: 28px clamp(18px, 4vw, 46px);
  border-right: 1px solid rgba(255, 250, 242, .16);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  font-size: clamp(22px, 2.4vw, 34px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.trust-band span {
  margin-top: 4px;
  color: rgba(255, 250, 242, .74);
}

.intro,
.materials,
.contact {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .72fr);
  gap: clamp(32px, 7vw, 96px);
  padding: clamp(74px, 10vw, 138px) clamp(18px, 6vw, 84px);
}

.intro > p,
.materials > p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.services article {
  min-height: 320px;
  padding: clamp(28px, 4vw, 44px);
  border-right: 1px solid var(--line);
}

.services span {
  display: block;
  margin-bottom: 70px;
  color: var(--copper);
  font-weight: 850;
}

.services p,
.steps p {
  margin: 0;
  color: var(--muted);
}

.process {
  padding: clamp(74px, 10vw, 132px) clamp(18px, 6vw, 84px);
  background: var(--white);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 44px;
}

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

.steps div {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.steps b {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 32px;
  place-items: center;
  background: var(--forest);
  color: var(--white);
}

.gallery {
  padding: clamp(74px, 10vw, 132px) clamp(18px, 6vw, 84px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

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

figure {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
}

figure.feature {
  grid-column: span 2;
  grid-row: span 2;
}

figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
}

figure.feature img {
  height: 100%;
  min-height: 520px;
}

figcaption {
  padding: 14px 16px 16px;
  color: var(--forest);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.materials {
  background:
    linear-gradient(135deg, rgba(18, 50, 43, .92), rgba(32, 72, 61, .95)),
    repeating-linear-gradient(90deg, rgba(216, 174, 118, .17) 0 28px, rgba(255, 250, 242, .08) 28px 56px);
  color: var(--white);
}

.materials p {
  color: rgba(255, 250, 242, .76);
}

.contact {
  background: var(--paper);
}

.contact-copy {
  display: grid;
  align-content: center;
}

.contact-copy p {
  margin-top: 22px;
}

.contact-panel {
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-line {
  display: block;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.contact-line span,
.contact-line strong {
  display: block;
}

.contact-line span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.contact-line strong {
  margin-top: 4px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.18;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 6vw, 84px);
  background: #0c1815;
  color: rgba(255, 250, 242, .72);
  font-size: 14px;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: rgba(255, 250, 242, .92);
  font-weight: 750;
}

.legal-main {
  padding-top: 72px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .86), rgba(250, 248, 243, 1) 260px),
    var(--paper);
  min-height: 70vh;
}

.legal-hero {
  padding: clamp(34px, 5vw, 58px) clamp(18px, 6vw, 84px) clamp(22px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(18, 50, 43, .93), rgba(32, 72, 61, .88)),
    repeating-linear-gradient(90deg, rgba(216, 174, 118, .18) 0 32px, rgba(255, 250, 242, .08) 32px 64px);
  border-bottom: 1px solid var(--line);
  color: var(--white);
}

.legal-hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(30px, 4vw, 46px);
}

.legal-hero p:not(.eyebrow) {
  margin: 10px 0 0;
  color: rgba(255, 250, 242, .74);
  font-size: 15px;
}

.legal-content {
  width: min(820px, calc(100% - 36px));
  margin: clamp(22px, 4vw, 36px) auto clamp(42px, 6vw, 68px);
  padding: clamp(22px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(18, 50, 43, .09);
}

.legal-content h2 {
  margin: 26px 0 7px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--forest);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
}

.legal-content a {
  color: var(--forest);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    padding-top: 10px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 26, 22, .85), rgba(12, 26, 22, .34)),
      linear-gradient(0deg, rgba(12, 26, 22, .82) 0%, rgba(12, 26, 22, 0) 52%);
  }

  .trust-band,
  .services,
  .steps,
  .gallery-grid,
  .intro,
  .materials,
  .contact {
    grid-template-columns: 1fr;
  }

  .services article {
    min-height: 0;
    border-bottom: 1px solid var(--line);
  }

  .services span {
    margin-bottom: 34px;
  }

  figure.feature {
    grid-column: auto;
    grid-row: auto;
  }

  figure.feature img {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
    padding: 14px 16px;
  }

  nav {
    display: none;
  }

  .brand {
    width: 118px;
    height: 52px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 44px;
  }

  h1 {
    font-size: clamp(46px, 16vw, 70px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 242, .16);
  }

  .intro,
  .materials,
  .contact,
  .process {
    padding-left: 16px;
    padding-right: 16px;
  }

  footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
