/* ---------- Reset & base ---------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', -apple-system, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

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

:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-narrow {
  max-width: 720px;
}

h1, h2, h3 {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  margin-bottom: 28px;
}

h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

p {
  max-width: 68ch;
}

p + p {
  margin-top: 14px;
}

.section-intro {
  margin-bottom: 32px;
  color: #333;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn:hover {
  background: #fff;
  color: #000;
}

.btn-small {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-large {
  padding: 18px 40px;
  font-size: 1.05rem;
}

/* ---------- Header ---------- */

.site-header {
  border-bottom: 1px solid #000;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 64px;
}

.wordmark {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-mark {
  height: 26px;
  width: auto;
  display: block;
}

.header-nav {
  display: flex;
  gap: 28px;
  flex: 1;
  justify-content: center;
}

.header-nav a {
  text-decoration: none;
  font-size: 0.9rem;
}

.header-nav a:hover {
  text-decoration: underline;
}

/* ---------- Hero ---------- */

.hero {
  padding: 88px 0 80px;
  border-bottom: 1px solid #000;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 64px;
  align-items: start;
}

.hero-eyebrow {
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  max-width: 16ch;
  margin-bottom: 22px;
}

.hero-sub {
  font-size: 1.1rem;
  color: #222;
  max-width: 52ch;
}

.hero-side {
  border-left: 1px solid #000;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 4px;
}

.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-meta-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.hero-meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hero-meta-value {
  font-size: 1.7rem;
  font-weight: 700;
}

.hero-meta-label {
  font-size: 0.85rem;
  color: #555;
}

.btn-full {
  width: 100%;
  text-align: center;
}

/* ---------- Sections ---------- */

.section {
  padding: 72px 0;
  border-bottom: 1px solid #000;
}

.section-alt {
  background: #f7f7f7;
}

/* ---------- Icons ---------- */

.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ---------- Checklist ---------- */

.check-list li {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  max-width: 68ch;
}

.check-list li:first-child {
  border-top: 1px solid #ddd;
}

.check-list .icon {
  margin-top: 2px;
  margin-right: 14px;
}

/* ---------- Dimensions ---------- */

.dim-row {
  display: flex;
  align-items: flex-start;
  padding: 22px 0;
  border-top: 1px solid #ddd;
}

.dim-row:last-child {
  border-bottom: 1px solid #ddd;
}

.dim-row p {
  color: #333;
}

.dim-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 3px;
  margin-right: 20px;
}

/* ---------- Steps ---------- */

.steps li {
  display: flex;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid #ddd;
}

.steps li:last-child {
  border-bottom: 1px solid #ddd;
}

.step-num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  min-width: 36px;
  flex-shrink: 0;
}

.steps p {
  color: #333;
}

/* ---------- Example finding card ---------- */

.finding-card {
  border: 1px solid #000;
  padding: 32px;
  max-width: 68ch;
}

.finding-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.finding-priority {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border: 1px solid #000;
}

.finding-cat {
  font-size: 0.85rem;
  color: #555;
}

.finding-loc {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 18px;
  font-style: italic;
}

.finding-label {
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 18px;
  margin-bottom: 2px;
}

.finding-card p + .finding-label {
  margin-top: 18px;
}

/* ---------- Minus list ---------- */

.minus-list li {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  color: #333;
  max-width: 68ch;
}

.minus-list li:first-child {
  border-top: 1px solid #ddd;
}

.minus-list .icon {
  color: #555;
  margin-top: 2px;
  margin-right: 14px;
}

/* ---------- Pricing ---------- */

.section-pricing {
  text-align: left;
}

.price-block {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.price-amount {
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}

.price-detail {
  color: #333;
  max-width: 32ch;
}

.price-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #555;
}

/* ---------- FAQ ---------- */

.faq-item {
  border-top: 1px solid #ddd;
}

.faq-item:last-child {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 600;
}

.faq-icon {
  color: #555;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.faq-answer p {
  padding-bottom: 20px;
  color: #333;
  max-width: 64ch;
}

/* ---------- Future note ---------- */

.future-note {
  color: #555;
  font-size: 0.92rem;
  max-width: 62ch;
}

/* ---------- Footer ---------- */

.site-footer {
  padding: 32px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.footer-inner a {
  text-decoration: underline;
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-side {
    border-left: none;
    border-top: 1px solid #000;
    padding-left: 0;
    padding-top: 32px;
  }

  .header-nav {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 56px 0 48px;
  }

  .section {
    padding: 52px 0;
  }

  .price-block {
    flex-direction: column;
    gap: 8px;
  }

  .steps li {
    gap: 16px;
  }

  .finding-card {
    padding: 24px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn, .faq-answer {
    transition: none;
  }
}
