:root {
  --mt-cedar: #2e3a2c;
  --mt-cedar-deep: #182318;
  --mt-moss: #5f714f;
  --mt-leaf: #7f935f;
  --mt-cream: #f3eee1;
  --mt-paper: #fffaf0;
  --mt-clay: #a7623f;
  --mt-bark: #4b3729;
  --mt-river: #6e9da7;
  --mt-ink: #192018;
  --mt-muted: #65705f;
  --mt-line: rgba(25, 32, 24, 0.16);
  --mt-shadow: 0 22px 80px rgba(24, 35, 24, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mt-cream);
  color: var(--mt-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.mt-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 5vw, 64px);
  color: var(--mt-paper);
  background: linear-gradient(180deg, rgba(24, 35, 24, 0.72), rgba(24, 35, 24, 0));
}

.mt-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mt-brand img {
  width: 88px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.28));
}

.mt-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 0.92rem;
}

.mt-nav a {
  text-decoration: none;
  opacity: 0.9;
}

.mt-nav a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mt-hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(18px, 6vw, 80px) 10svh;
  color: var(--mt-paper);
}

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

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

.mt-hero-scrim {
  background:
    linear-gradient(90deg, rgba(24, 35, 24, 0.86), rgba(24, 35, 24, 0.5) 48%, rgba(24, 35, 24, 0.08)),
    linear-gradient(0deg, rgba(24, 35, 24, 0.34), rgba(24, 35, 24, 0.02));
}

.mt-hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-width: 860px;
  min-width: 0;
}

.mt-kicker {
  margin: 0 0 12px;
  color: var(--mt-clay);
  font-size: 0.78rem;
  font-weight: 840;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mt-hero .mt-kicker {
  color: #f5ddba;
}

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 7.2rem);
  line-height: 0.94;
}

.mt-hero p:not(.mt-kicker) {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
}

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

.mt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.mt-button.primary {
  color: var(--mt-paper);
  background: var(--mt-clay);
  border-color: var(--mt-clay);
}

.mt-button.secondary {
  color: var(--mt-paper);
  background: rgba(255, 250, 240, 0.12);
  border-color: rgba(255, 250, 240, 0.58);
}

.mt-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 22px clamp(18px, 6vw, 80px);
  background: var(--mt-cedar);
  color: var(--mt-paper);
}

.mt-notice strong {
  color: #f5ddba;
}

.mt-notice p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

.mt-section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 6vw, 80px);
}

.mt-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.mt-section-heading h2,
.mt-intro h2,
.mt-split h2,
.mt-about h2,
.mt-contact h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 4.5rem);
  line-height: 1;
}

.mt-section-heading p:last-child,
.mt-intro > p,
.mt-split-copy > p,
.mt-about p,
.mt-contact p,
.mt-card-grid p,
.mt-service-list p,
.mt-process-steps p,
.mt-faq-list p,
.mt-form p {
  color: var(--mt-muted);
}

.mt-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
  background: var(--mt-paper);
}

.mt-intro > p {
  margin: 38px 0 0;
  font-size: 1.12rem;
}

.mt-approach {
  background: linear-gradient(180deg, var(--mt-cream), #edf2e8);
}

.mt-card-grid {
  display: grid;
  gap: 16px;
}

.mt-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-card-grid article,
.mt-service-list article,
.mt-process-steps article,
.mt-faq-list details,
.mt-form {
  border: 1px solid var(--mt-line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.84);
  box-shadow: 0 12px 42px rgba(25, 32, 24, 0.06);
}

.mt-card-grid article {
  min-height: 250px;
  padding: 24px;
}

.mt-card-grid span {
  color: var(--mt-clay);
  font-weight: 840;
}

.mt-card-grid h3,
.mt-service-list h3,
.mt-process-steps h3 {
  margin: 14px 0 8px;
  font-size: 1.2rem;
}

.mt-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--mt-cedar);
  color: var(--mt-paper);
}

.mt-image-panel {
  min-height: 620px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--mt-shadow);
}

.mt-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt-split-copy > p {
  color: rgba(255, 250, 240, 0.76);
}

.mt-service-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.mt-service-list article {
  padding: 20px;
  background: rgba(255, 250, 240, 0.08);
  border-color: rgba(255, 250, 240, 0.2);
}

.mt-service-list p {
  color: rgba(255, 250, 240, 0.76);
}

.mt-process {
  background: #edf2e8;
}

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

.mt-process-steps article {
  padding: 24px;
}

.mt-about {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  background: var(--mt-paper);
}

.mt-about-mark {
  display: grid;
  place-items: center;
  min-height: 320px;
}

.mt-about-mark img {
  width: min(360px, 100%);
  max-height: 300px;
  object-fit: contain;
}

.mt-legal-note {
  padding-top: 18px;
  border-top: 1px solid var(--mt-line);
  font-size: 0.95rem;
}

.mt-faq {
  background: var(--mt-cream);
}

.mt-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.mt-faq-list details {
  padding: 20px 22px;
}

.mt-faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.mt-contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--mt-cedar-deep);
  color: var(--mt-paper);
}

.mt-contact p {
  color: rgba(255, 250, 240, 0.76);
}

.mt-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--mt-paper);
  color: var(--mt-ink);
}

.mt-form label {
  display: grid;
  gap: 6px;
  font-weight: 760;
}

.mt-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--mt-line);
  border-radius: 8px;
  background: white;
  color: var(--mt-ink);
  font: inherit;
}

.mt-form .mt-button {
  width: max-content;
  cursor: default;
}

.mt-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 6vw, 80px);
  background: #10170f;
  color: var(--mt-paper);
}

.mt-footer p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 250, 240, 0.74);
}

.mt-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
}

.mt-footer a {
  color: var(--mt-paper);
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .mt-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    background: rgba(24, 35, 24, 0.78);
  }

  .mt-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .mt-notice,
  .mt-intro,
  .mt-card-grid.three,
  .mt-split,
  .mt-process-steps,
  .mt-about,
  .mt-contact,
  .mt-footer {
    grid-template-columns: 1fr;
  }

  .mt-footer {
    display: grid;
  }

  .mt-image-panel {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .mt-brand img {
    width: 76px;
    height: 52px;
  }

  .mt-hero {
    padding-top: 188px;
  }

  .mt-hero-content {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  h1 {
    font-size: clamp(2.18rem, 10vw, 2.85rem);
    line-height: 1;
  }

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

  .mt-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mt-card-grid article,
  .mt-process-steps article,
  .mt-form {
    padding: 20px;
  }
}
