:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --surface-3: #ffffff;
  --ink: #17314a;
  --text: #607789;
  --muted: #7e8c92;
  --line: rgba(23, 49, 74, 0.1);
  --teal: #149fd3;
  --teal-dark: #0f4e86;
  --shadow-lg: 0 30px 70px rgba(16, 45, 78, 0.12);
  --shadow-md: 0 18px 38px rgba(16, 45, 78, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
#page,
.site,
.page-shell,
.site-main {
  background: #ffffff;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

.stbw-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums lining-nums;
}

.stbw-number-ui,
.service-pill,
.info-pill,
.hero-tag,
.step-number,
input[type='number'] {
  font-family: 'Montserrat', sans-serif;
  font-variant-numeric: tabular-nums lining-nums;
}

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

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

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

.page-shell {
  padding: 0;
}

.site-main {
  display: block;
}

.section-space {
  padding: 90px 0;
}

.section-space--hero {
  padding-top: 12px;
}

.section-head {
  text-align: center;
  margin-bottom: 26px;
}

.section-label,
.mini-label,
.card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a8c86;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.section-label::before,
.section-label::after,
.mini-label::before,
.mini-label::after {
  content: '';
  width: 18px;
  height: 1px;
  background: rgba(79, 142, 134, 0.36);
}

.section-title,
.hero-title,
.info-title,
.entry-title,
.archive-card h3,
.service-card h3,
.widget-title,
.content-card h1,
.content-card h2,
.content-card h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}

.hero-title {
  font-weight: 700;
  font-size: clamp(46px, 6vw, 78px);
  max-width: 640px;
  margin-bottom: 18px;
}

.section-title,
.info-title,
.entry-title,
.content-card h1,
.content-card h2 {
  font-weight: 600;
  font-size: clamp(30px, 3.4vw, 44px);
  margin-bottom: 10px;
}

.archive-card h3,
.service-card h3,
.widget-title,
.content-card h3 {
  font-weight: 600;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
}

.hero-copy p,
.section-intro,
.content-card,
.archive-card,
.service-card,
.info-card,
.form-card,
.contact-card,
.feature-card,
.cta-band,
.cta-wrap,
.site-footer,
.widget,
.comment-respond,
.comments-area {
  font-size: 15px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.text-center {
  text-align: center;
}

.prose > *:first-child {
  margin-top: 0;
}

.prose > *:last-child {
  margin-bottom: 0;
}

.prose p,
.prose ul,
.prose ol,
.prose blockquote {
  margin: 0 0 1.1rem;
}

.prose ul,
.prose ol {
  padding-left: 1.2rem;
}
