:root {
  --forest: #2d4a35;
  --forest-deep: #1f3627;
  --forest-soft: #edf4ef;
  --terracotta: #c1603a;
  --terracotta-deep: #9f4b2f;
  --ink: #203126;
  --muted: #607066;
  --line: #dce6de;
  --surface: #ffffff;
  --surface-soft: #f6f8f4;
  --surface-warm: #fff8f5;
  --shadow: 0 18px 45px rgba(31, 54, 39, 0.08);
  --radius: 8px;
  --max-width: 1160px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(193, 96, 58, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  padding: 0.7rem 1rem;
  text-decoration: none;
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(220, 230, 222, 0.9);
  background: rgba(255, 255, 255, 0.95);
  padding: 0 5vw;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--forest);
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.brand__logo {
  width: 168px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.brand__fallback {
  display: none;
  max-width: 230px;
  line-height: 1.15;
}

.brand--text .brand__fallback {
  display: inline;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  border-radius: 999px;
  color: var(--forest-deep);
  font-size: 0.94rem;
  font-weight: 650;
  padding: 0.62rem 0.85rem;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--forest-soft);
  color: var(--forest);
}

.site-nav .nav-cta {
  background: var(--terracotta-deep);
  color: #fff;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta[aria-current="page"] {
  background: var(--terracotta);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  cursor: pointer;
  place-items: center;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

main {
  min-height: 62vh;
}

.section,
.hero,
.page-hero,
.cta-band {
  padding: clamp(3.75rem, 8vw, 7rem) 5vw;
}

.section--soft {
  background: var(--surface-soft);
}

.section--warm {
  background: var(--surface-warm);
}

.container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.narrow {
  width: min(100%, 780px);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--forest);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 5.2vw, 4.7rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p {
  margin: 0;
}

.lede {
  max-width: 780px;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.22rem);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.section-heading p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fbf7 0%, #ffffff 56%, #f3f7f1 100%);
  padding-top: clamp(3.5rem, 7vw, 5.85rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.85rem);
}

.hero::after {
  content: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.hero__copy {
  max-width: 860px;
}

.hero__actions,
.page-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.15rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

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

.button--primary:hover {
  background: var(--terracotta);
}

.button--secondary {
  border-color: rgba(45, 74, 53, 0.24);
  background: #fff;
  color: var(--forest);
}

.button--secondary:hover {
  border-color: rgba(45, 74, 53, 0.42);
  background: var(--forest-soft);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.button--light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hero-panel {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(45, 74, 53, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.hero-panel__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.hero-panel__label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel__status {
  border-radius: 999px;
  background: var(--forest-soft);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 750;
  padding: 0.28rem 0.62rem;
}

.hero-panel__list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-panel__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  color: var(--muted);
}

.hero-panel__list span {
  display: inline-grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: rgba(193, 96, 58, 0.13);
  color: var(--terracotta-deep);
  font-weight: 800;
}

.credibility {
  background: var(--forest);
  color: #fff;
  padding: 2rem 5vw;
}

.credibility .container {
  display: block;
}

.credibility p {
  max-width: 940px;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

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

.card {
  display: grid;
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.35rem;
  box-shadow: 0 1px 0 rgba(31, 54, 39, 0.04);
}

.card p {
  color: var(--muted);
}

.card__number {
  display: inline-grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: rgba(193, 96, 58, 0.12);
  color: var(--terracotta-deep);
  font-weight: 850;
}

.card__link {
  align-self: end;
  color: var(--forest);
  font-weight: 800;
  text-decoration-color: rgba(45, 74, 53, 0.25);
  text-underline-offset: 0.22em;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: process;
}

.process-step {
  position: relative;
  display: grid;
  gap: 0.75rem;
  border-top: 3px solid var(--terracotta);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.process-step::before {
  counter-increment: process;
  content: counter(process);
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
}

.process-step p {
  color: var(--muted);
}

.cta-band {
  background: var(--forest);
  color: #fff;
}

.cta-band h2 {
  color: #fff;
}

.cta-band p {
  max-width: 720px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(45, 74, 53, 0.08), rgba(193, 96, 58, 0.06)),
    #fff;
}

.page-hero .container {
  display: grid;
  gap: 1.2rem;
}

.breadcrumb {
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--forest);
  font-weight: 700;
  text-decoration-color: rgba(45, 74, 53, 0.24);
  text-underline-offset: 0.22em;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.45fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.content-stack {
  display: grid;
  gap: 1.35rem;
}

.content-stack p {
  color: var(--muted);
  font-size: 1.04rem;
}

.support-panel {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1.35rem;
}

.support-panel p {
  color: var(--muted);
}

.service-list {
  display: grid;
  gap: 1.25rem;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  padding: clamp(2rem, 5vw, 3.75rem) 0;
}

.service-detail:first-child {
  padding-top: 0;
}

.service-detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-detail h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.service-detail p {
  margin-top: 0.9rem;
  color: var(--muted);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 2.25rem;
  margin: 0;
  padding: 0.2rem 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  color: var(--ink);
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--terracotta);
  transform: translateY(-50%);
}

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

.feature {
  border-left: 3px solid var(--terracotta);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.25rem;
}

.feature p {
  margin-top: 0.7rem;
  color: var(--muted);
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.profile-card {
  display: grid;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(1.25rem, 3vw, 1.6rem);
  box-shadow: 0 1px 0 rgba(31, 54, 39, 0.04);
}

.profile-card p {
  color: var(--muted);
}

.profile-role {
  color: var(--terracotta-deep);
  font-weight: 800;
}

.flow-card {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(1.35rem, 4vw, 2rem);
  box-shadow: var(--shadow);
}

.flow-card p {
  color: var(--muted);
}

.notice {
  border-left: 4px solid var(--terracotta);
  border-radius: var(--radius);
  background: var(--surface-warm);
  padding: 1rem 1.15rem;
}

.notice strong {
  color: var(--forest);
}

.simple-steps {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted);
}

.simple-steps li::marker {
  color: var(--terracotta);
  font-weight: 800;
}

.calendar-note {
  margin-bottom: 1.35rem;
}

.calendar-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.calendar-frame iframe {
  display: block;
  width: 100%;
  min-height: 620px;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list a {
  color: var(--forest);
  font-weight: 800;
  text-decoration-color: rgba(45, 74, 53, 0.24);
  text-underline-offset: 0.22em;
}

.site-footer {
  background: var(--forest-deep);
  color: #fff;
  padding: 3rem 5vw 1.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(180px, 0.5fr) minmax(220px, 0.55fr);
  gap: 2rem;
}

.footer-brand {
  display: grid;
  gap: 0.75rem;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.footer-logo {
  width: 176px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.footer-brand p,
.footer-contact,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.footer-contact a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-underline-offset: 0.22em;
}

.footer-title {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1rem;
  font-size: 0.92rem;
}

@media (max-width: 1040px) {
  .site-header {
    padding: 0 1.25rem;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: calc(var(--header-height) + 0.75rem);
    display: none;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 0.75rem;
  }

  .nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    border-radius: var(--radius);
    padding: 0.85rem 1rem;
  }

  .hero__grid,
  .split,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .support-panel {
    position: static;
  }

  .process-grid,
  .feature-grid,
  .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  body {
    line-height: 1.58;
  }

  .brand__logo {
    width: 136px;
    max-height: 48px;
  }

  .section,
  .hero,
  .page-hero,
  .cta-band {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  h1 {
    font-size: clamp(2.3rem, 11vw, 3.25rem);
  }

  .hero__grid {
    gap: 2rem;
  }

  .hero-panel__topline,
  .credibility .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__actions,
  .page-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .calendar-frame iframe {
    min-height: 680px;
  }

  .card-grid,
  .process-grid,
  .feature-grid,
  .profile-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .check-list {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    padding-top: 0.1rem;
  }
}
