:root {
  --ink: #1f2a32;
  --text: #34424a;
  --muted: #68757b;
  --paper: #fffdf8;
  --cream: #f7f1e5;
  --sage: #eaf3ed;
  --sage-strong: #4d6f5d;
  --blue: #28435a;
  --gold: #b6803e;
  --clay: #8e5d4b;
  --line: #d8ddd8;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(31, 42, 50, 0.08);
  --content-width: 1120px;
  --rail-padding: clamp(1rem, 4vw, 3.5rem);
  --step-body: 1rem;
  --step-small: 0.8rem;
  --step-lead: clamp(1.08rem, 1.4vw, 1.22rem);
  --step-h1: clamp(2.55rem, 5.2vw, 4.1rem);
  --step-h2: clamp(1.75rem, 2.8vw, 2.25rem);
  --step-h3: 1.28rem;
  --step-card-title: 1.34rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #f4faf6 0, var(--paper) 30rem);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--step-body);
  line-height: 1.65;
}

img,
svg {
  max-width: 100%;
}

a {
  color: var(--blue);
  text-decoration-color: rgba(40, 67, 90, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--clay);
  text-decoration-color: currentColor;
}

.skip-link {
  background: var(--blue);
  color: var(--white);
  left: 1rem;
  padding: 0.65rem 0.9rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  color: var(--ink);
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: max-content;
  text-decoration: none;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 700;
}

.brand-title {
  color: var(--sage-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.site-nav a {
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.95rem;
  padding: 0.45rem 0.72rem;
  text-decoration: none;
}

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

.hero,
.section {
  margin: 0 auto;
  max-width: var(--content-width);
  padding-left: var(--rail-padding);
  padding-right: var(--rail-padding);
}

.hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(77, 111, 93, 0.14), rgba(182, 128, 62, 0.09)),
    var(--cream);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  margin: 0 auto;
  max-width: none;
  min-height: 0;
  padding-bottom: clamp(2.2rem, 5vw, 3.6rem);
  padding-left: max(var(--rail-padding), calc((100vw - var(--content-width)) / 2 + var(--rail-padding)));
  padding-right: max(var(--rail-padding), calc((100vw - var(--content-width)) / 2 + var(--rail-padding)));
  padding-top: clamp(3rem, 7vw, 5.5rem);
}

.hero-content {
  max-width: 740px;
}

.eyebrow,
.service-label,
.panel-label {
  color: var(--sage-strong);
  font-size: var(--step-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  margin: 0 0 1rem;
}

h1 {
  font-size: var(--step-h1);
  letter-spacing: 0;
  max-width: none;
}

h2 {
  font-size: var(--step-h2);
  letter-spacing: 0;
}

h3 {
  font-size: var(--step-h3);
}

.hero h1,
.page-heading h1 {
  font-size: var(--step-h1);
  max-width: 16ch;
}

.section-heading h2,
.content-main h2,
.service-item h2 {
  font-size: var(--step-h2);
}

.card h3,
.hero-panel h2,
.info-box h2,
.contact-card h2,
.faq-item h3 {
  font-size: var(--step-card-title);
}

p {
  margin: 0 0 1rem;
}

.lead {
  color: var(--text);
  font-size: var(--step-lead);
  max-width: 690px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  align-items: center;
  background: var(--sage-strong);
  border: 1px solid var(--sage-strong);
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1rem;
  text-decoration: none;
}

.button:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 253, 248, 0.78);
  color: var(--blue);
}

.button-secondary:hover {
  background: var(--white);
  color: var(--ink);
}

.hero-panel,
.info-box,
.contact-card {
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 1.45rem;
}

.hero-panel h2,
.info-box h2,
.contact-card h2 {
  color: var(--blue);
  font-size: var(--step-card-title);
}

address {
  font-style: normal;
  margin-bottom: 1rem;
}

.section {
  padding-bottom: clamp(2.6rem, 6vw, 4.6rem);
  padding-top: clamp(2.6rem, 6vw, 4.6rem);
}

.intro-band,
.content-layout,
.contact-grid {
  background: linear-gradient(90deg, rgba(234, 243, 237, 0.88), rgba(255, 253, 248, 0));
  border-radius: 8px;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.section-heading {
  max-width: 700px;
}

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  border-top: 4px solid var(--gold);
  box-shadow: 0 10px 28px rgba(31, 42, 50, 0.05);
  padding: 1.3rem;
}

.card:nth-child(2) {
  border-top-color: var(--sage-strong);
}

.card:nth-child(3) {
  border-top-color: var(--clay);
}

.card p,
.content-main p,
.service-item p,
.faq-item p {
  color: var(--muted);
}

.card a {
  font-weight: 700;
}

.trust-section {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.feature-list,
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 42, 50, 0.05);
  padding: 1rem 1.25rem;
}

.feature-list li,
.check-list li {
  border-bottom: 1px solid var(--line);
  padding: 0.72rem 0;
}

.feature-list li:last-child,
.check-list li:last-child {
  border-bottom: 0;
}

.feature-list li::before,
.check-list li::before {
  color: var(--gold);
  content: "• ";
  font-weight: 800;
}

.callout {
  align-items: center;
  background: linear-gradient(135deg, var(--blue), #345447);
  color: var(--white);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: none;
  padding-left: max(clamp(1rem, 4vw, 3.5rem), calc((100vw - 1120px) / 2 + 3.5rem));
  padding-right: max(clamp(1rem, 4vw, 3.5rem), calc((100vw - 1120px) / 2 + 3.5rem));
}

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

.callout p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 660px;
}

.callout .button {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--blue);
  flex: 0 0 auto;
}

.page-heading {
  background:
    linear-gradient(135deg, rgba(77, 111, 93, 0.14), rgba(182, 128, 62, 0.09)),
    var(--cream);
  border-bottom: 1px solid var(--line);
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.2rem, 5vw, 3.6rem);
}

.page-heading-inner {
  margin: 0 auto;
  max-width: var(--content-width);
  padding-left: var(--rail-padding);
  padding-right: var(--rail-padding);
}

.content-main h2:not(:first-child) {
  margin-top: 2.4rem;
}

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

.service-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 42, 50, 0.05);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  padding: clamp(1.25rem, 3vw, 2rem);
  scroll-margin-top: 6rem;
}

.service-item:nth-child(even) {
  border-left-color: var(--sage-strong);
}

.service-item h2 {
  color: var(--blue);
}

.service-item ul {
  margin: 0;
  padding-left: 1.2rem;
}

.service-item li {
  margin: 0 0 0.45rem;
}

.faq-section {
  border-top: 1px solid var(--line);
}

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

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 42, 50, 0.05);
  padding: 1.25rem;
}

.faq-item h3 {
  color: var(--blue);
}

.contact-grid {
  align-items: start;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  padding: 1.4rem clamp(1rem, 4vw, 3.5rem);
  text-align: center;
}

.site-footer p {
  margin: 0.2rem 0;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
    position: static;
  }

  .site-nav {
    justify-content: flex-start;
    width: 100%;
  }

  .hero,
  .intro-band,
  .content-layout,
  .contact-grid,
  .trust-section,
  .service-item {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .site-nav a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  h1 {
    font-size: 2.35rem;
  }

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