:root {
  --ink: #11100d;
  --paper: #f4efe6;
  --wash: #e8dfd1;
  --white: #fffaf2;
  --gold: #a97f3f;
  --gold-deep: #7b5a2c;
  --terracotta: #9a6044;
  --line: rgba(17, 16, 13, 0.16);
  --soft: rgba(17, 16, 13, 0.66);
  --night: #171612;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(169, 127, 63, 0.13), transparent 28rem),
    var(--paper);
  font-family: "Manrope", "Avenir Next", Arial, sans-serif;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--night);
  border-radius: 999px;
  transform: translateY(-160%);
}

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

.season-note {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  color: var(--night);
  background: #e7cfa6;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.nav-shell,
.shell {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.nav-shell {
  position: sticky;
  z-index: 20;
  top: 14px;
  margin-top: 14px;
}

.nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  padding: 10px 12px 10px 26px;
  color: var(--white);
  background: rgba(23, 22, 18, 0.94);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 999px;
  box-shadow: 0 22px 62px rgba(17, 16, 13, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-links a,
.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 780;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(255, 250, 242, 0.11);
}

.nav-cta {
  min-height: 44px;
  padding-inline: 20px;
  color: var(--night);
  background: var(--white);
  font-weight: 900;
}

main { padding: 92px 0 72px; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.74fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.hero-grid > *,
.section-head > *,
.service-grid > *,
.contact-grid > *,
.steps-grid > * { min-width: 0; }

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.6rem, 7vw, 7.4rem);
  line-height: 0.91;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.56;
}

.hero-media {
  min-height: 560px;
  overflow: hidden;
  position: relative;
  border-radius: 34px;
  background: var(--wash);
  box-shadow: 0 34px 80px rgba(17, 16, 13, 0.16);
}

.hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(17, 16, 13, 0.28));
  pointer-events: none;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--night); border-color: var(--night); }
.button.secondary { background: rgba(255, 250, 242, 0.52); }

.content-section { padding-top: 110px; }

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 36px;
}

h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-intro {
  margin: 0;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.6;
}

.service-grid,
.contact-grid,
.steps-grid {
  display: grid;
  gap: 14px;
}

.service-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.service-card,
.contact-card,
.step-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.68);
}

.service-card { grid-column: span 6; min-height: 310px; }
.service-card.wide { grid-column: span 12; }
.service-card.dark { color: var(--white); background: var(--night); }

.card-label,
.step-number {
  display: block;
  margin-bottom: 50px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card h3,
.contact-card h2,
.step-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.service-card p,
.contact-card p,
.step-card p,
.contact-card address {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--soft);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.62;
}

.service-card.dark p { color: rgba(255, 250, 242, 0.68); }

.plain-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding-top: 11px;
  border-top: 1px solid currentColor;
  color: inherit;
  font-size: 0.94rem;
  font-weight: 760;
  opacity: 0.82;
}

.contact-card { min-height: 360px; }
.contact-card.highlight { color: var(--white); background: var(--night); }
.contact-card.highlight p, .contact-card.highlight address { color: rgba(255, 250, 242, 0.7); }

.hours {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.hours dt { font-weight: 850; }
.hours dd { margin: 0; color: var(--soft); }

.step-card { min-height: 320px; }
.step-card:nth-child(2), .step-card:nth-child(4) { margin-top: 50px; }

.cta-band {
  margin-top: 110px;
  padding: clamp(36px, 7vw, 78px);
  color: var(--white);
  background: var(--night);
  border-radius: 34px;
}

.cta-band h2 { max-width: 800px; }
.cta-band p { max-width: 650px; color: rgba(255, 250, 242, 0.7); line-height: 1.62; }
.cta-band .button.primary { color: var(--night); background: var(--white); border-color: var(--white); }
.cta-band .button.secondary { color: var(--white); background: transparent; border-color: rgba(255, 250, 242, 0.28); }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 0 0;
  color: var(--soft);
  font-size: 0.84rem;
}

.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--ink); }

@media (max-width: 980px) {
  .nav {
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 28px;
  }
  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 2px 0 1px;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { flex: 0 0 auto; white-space: nowrap; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 460px; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-card:nth-child(2), .step-card:nth-child(4) { margin-top: 0; }
}

@media (max-width: 700px) {
  .nav-shell, .shell { width: min(100% - 24px, 1180px); }
  .nav { min-height: 58px; padding: 8px 8px 8px 17px; gap: 10px; }
  .brand { min-width: 0; font-size: 0.72rem; white-space: nowrap; }
  .nav-cta { min-height: 40px; padding-inline: 12px; font-size: 0.72rem; white-space: nowrap; }
  main { padding-top: 68px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.5rem); }
  .hero-media { min-height: 390px; border-radius: 25px; }
  .hero-actions, .card-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; max-width: 100%; text-align: center; }
  .content-section { padding-top: 82px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .service-card, .service-card.wide { grid-column: span 12; min-height: auto; }
  .contact-grid, .steps-grid { grid-template-columns: 1fr; }
  .contact-card, .step-card { min-height: auto; }
  .plain-list { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
