@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Libre+Baskerville:wght@400;700&display=swap");

:root {
  --ink: #0f172a;
  --muted: #4b5563;
  --line: #e5e7eb;
  --paper: #f8f7f4;
  --accent: #b5895d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.scroll-wrap {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    repeating-linear-gradient(
      to right,
      rgba(122, 140, 158, 0.08) 0,
      rgba(122, 140, 158, 0.08) 1px,
      transparent 1px,
      transparent 200px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(122, 140, 158, 0.08) 0,
      rgba(122, 140, 158, 0.08) 1px,
      transparent 1px,
      transparent 200px
    );
  background-repeat: repeat;
  background-position: 0 0;
  transform: translateY(-10px);
  transition: transform 200ms ease-out;
}

.page {
  position: relative;
  z-index: 1;
}

body.scrolled .scroll-wrap {
  transform: translateY(-4px);
}

section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 20px 24px;
  margin-bottom: 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.section-header {
  padding-top: 4px;
  margin-bottom: 10px;
  border-top: 1px solid var(--line);
}

.section-header h2 {
  margin: 6px 0 0 0;
}

.section-kicker {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

.cta {
  font-size: 17px;
  margin: 14px 0 0 0;
}

.masthead {
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 16px 0;
  height: 200px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  overflow: visible;
  position: relative;
  z-index: 1;
}

.tagline {
  max-width: 900px;
  margin: 0 auto;
  padding: 6px 14px 3px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border-radius: 0;
  margin-bottom: 10px;
}

.wordmark {
  max-height: 110px;
  width: auto;
  display: block;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 8px 0 12px;
  background: #1f2937;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav a,
.nav button {
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  font: inherit;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nav a:hover {
  border-color: var(--accent);
}

.nav a.nav-cta,
.nav button.nav-cta {
  border-color: var(--accent);
  background: #fff;
  font-weight: 600;
}

.nav a.nav-cta:hover,
.nav button.nav-cta:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  background: #fff;
  cursor: pointer;
  border-radius: 999px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: none;
  min-width: 180px;
  max-width: 90vw;
  padding: 8px;
  gap: 8px;
  flex-direction: column;
  z-index: 20;
}

.dropdown-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
}

.dropdown-menu a:hover {
  border-color: var(--accent);
}

.dropdown.open .dropdown-menu {
  display: flex;
}

.wrap {
  max-width: 900px;
  padding: 60px 22px 88px;
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
}

h1 {
  font-family: "Libre Baskerville", "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.1;
  margin: 6px 0 12px 0;
}

h2 {
  font-family: "Libre Baskerville", "Times New Roman", serif;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.subhead {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 6px 0;
  max-width: 64ch;
}

.quote {
  font-family: "Libre Baskerville", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
  border-left: 3px solid var(--accent);
  padding-left: 12px;
  margin: 10px 0 0;
}

section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 20px 24px;
  margin-bottom: 18px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  line-height: 1.5;
  color: var(--ink);
}

li:first-child {
  border-top: none;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.feature-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  line-height: 1.5;
}

.feature-card:nth-child(odd) {
  background: #fdfcfb;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: start;
}

.split .col p {
  margin-top: 0;
  line-height: 1.6;
}


.plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plain-list li {
  border: none;
  padding: 10px 0;
  line-height: 1.5;
}

.plain-list li + li {
  border-top: 1px solid var(--line);
}

.roomy-list li {
  padding: 14px 0;
}

.outline-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  background: #fff;
}

.outline-box h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
}

.stacked-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  padding: 18px 16px 10px;
}

.stacked-card__section {
  padding: 14px 10px;
  border-top: 1px solid var(--line);
}

.stacked-card__section:first-of-type {
  border-top: none;
  padding-top: 4px;
}

.padded-top {
  padding-top: 6px;
}

.timeline {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  align-items: start;
}

.timeline-item .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}

.timeline-item p {
  margin: 4px 0 0 0;
  color: var(--muted);
}

.numbered-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.numbered-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 16px 16px 16px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
  min-height: 120px;
}

.numbered-step .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}

.numbered-step p {
  margin: 0;
  padding-left: 40px;
  line-height: 1.5;
}

.striped-list li {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #fff, #f8f7f4);
  border-top: 1px solid var(--line);
}

.striped-list li:first-child {
  border-top: 1px solid var(--line);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px 14px;
  background: #fdfcfb;
  min-height: 120px;
}

.step h3 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-family: "Libre Baskerville", "Times New Roman", serif;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 15px;
}

.contact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: var(--ink);
}

.contact-form .field-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.04);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(181, 137, 93, 0.2);
}

.contact-form ::placeholder {
  color: var(--muted);
}

.contact-form .form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.contact-form .form-button {
  border: 1px solid var(--accent);
  background: #fff;
  color: var(--ink);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font: inherit;
}

.contact-form .form-button:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.cta {
  font-size: 17px;
  margin: 0;
}

.extra-space {
  margin-top: 14px;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 18px 0;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .wrap {
    padding: 48px 18px 72px;
  }
  section {
    padding: 20px 18px 22px;
  }
  .masthead {
    padding: 26px 0 22px;
  }
}
