:root {
  color-scheme: only light;
  color: #0f172a;
  background: #f8fafc;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f8fafc;
  color: #334155;
}
a {
  color: inherit;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.brand img {
  border-radius: 9px;
}
.header-link {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 5px;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  object-fit: cover;
}
.hero-shade {
  background: rgba(15, 23, 42, 0.66);
}
.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 190px 0 96px;
}
.hub-hero {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  background: #0f172a;
  color: #fff;
}
.hub-hero-content {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 180px 0 88px;
}
.hub-hero h1 {
  max-width: 1000px;
  font-size: clamp(46px, 7vw, 84px);
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 42px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 750;
}
.breadcrumbs a {
  color: #d1fae5;
  text-underline-offset: 4px;
}
.eyebrow {
  margin: 0 0 18px;
  color: #6ee7b7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow.dark {
  color: #059669;
}
h1,
h2 {
  margin: 0;
  color: inherit;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
h1 {
  max-width: 880px;
  font-size: clamp(48px, 8vw, 96px);
}
h2 {
  color: #0f172a;
  font-size: clamp(34px, 5vw, 58px);
}
.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: #e2e8f0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 36px;
}
.primary-button {
  display: inline-flex;
  justify-content: center;
  border-radius: 16px;
  background: #059669;
  color: #fff;
  padding: 15px 22px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(5, 150, 105, 0.22);
}
.primary-button:hover {
  background: #047857;
}
.secondary-link {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.summary,
.content-section,
.destination-nav {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0;
}
.hub-intro,
.hub-destinations {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0;
}
.hub-intro {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
  align-items: start;
}
.hub-intro .section-lead {
  margin-top: 0;
}
.hub-destinations {
  border-top: 1px solid #e2e8f0;
}
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}
.hub-card {
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}
.hub-card a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.hub-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hub-card-content {
  padding: 24px;
}
.hub-card-content > p {
  margin: 0 0 9px;
  color: #059669;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hub-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 25px;
  letter-spacing: -0.04em;
}
.hub-card-content > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}
.hub-card-content strong {
  color: #047857;
}
.hub-card:hover {
  border-color: #6ee7b7;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}
.summary {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: end;
}
.section-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.75;
}
.section-lead strong {
  color: #0f172a;
}
.metrics {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #dbe4ee;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.metrics div {
  padding: 26px 18px;
  border-right: 1px solid #e2e8f0;
}
.metrics div:last-child {
  border-right: 0;
}
.metrics dt {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.metrics dd {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.detailed-budget {
  border-top: 1px solid #e2e8f0;
}
.budget-basis {
  display: inline-flex;
  margin-top: 34px;
  border-radius: 999px;
  background: #d1fae5;
  color: #065f46;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 850;
}
.budget-breakdown {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 24px;
  background: #fff;
}
.budget-row,
.budget-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid #e2e8f0;
}
.budget-row dt {
  display: grid;
  gap: 6px;
}
.budget-row strong {
  color: #0f172a;
  font-size: 17px;
}
.budget-row span {
  color: #64748b;
  line-height: 1.55;
}
.budget-row dd,
.budget-total dd {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.budget-total {
  border-bottom: 0;
  background: #0f172a;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}
.budget-total dd {
  color: #6ee7b7;
  font-size: 28px;
}
.budget-note {
  max-width: 820px;
  margin: 20px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 72px;
  align-items: center;
  border-top: 1px solid #e2e8f0;
}
.feature-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.feature-list li {
  position: relative;
  padding: 18px 20px 18px 50px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-weight: 750;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #059669;
}
.note-card {
  border-radius: 28px;
  background: #0f172a;
  color: #cbd5e1;
  padding: 40px;
  font-size: 18px;
  line-height: 1.7;
}
.note-label {
  color: #6ee7b7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.muted {
  width: 100%;
  max-width: none;
  background: #eef3f5;
  padding-left: max(20px, calc((100% - 1100px) / 2));
  padding-right: max(20px, calc((100% - 1100px) / 2));
}
.section-heading {
  max-width: 720px;
}
.factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.factor-grid article {
  min-height: 190px;
  border-radius: 22px;
  background: #fff;
  padding: 28px;
}
.factor-grid span {
  color: #059669;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.factor-grid p {
  margin: 44px 0 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.savings-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
  align-items: start;
}
.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 22px;
}
.steps li > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 12px;
  background: #d1fae5;
  color: #047857;
  font-weight: 900;
}
.steps strong {
  color: #0f172a;
  font-size: 18px;
}
.steps p {
  margin: 6px 0 0;
  color: #64748b;
  line-height: 1.5;
}

.destination-nav {
  border-top: 1px solid #e2e8f0;
}
.destination-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.destination-nav nav a {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.destination-nav nav a:hover {
  border-color: #059669;
  color: #047857;
}

.faq-section {
  border-top: 1px solid #e2e8f0;
}
.faq-list {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid #cbd5e1;
}
.faq-list details {
  border-bottom: 1px solid #cbd5e1;
}
.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 26px 52px 26px 0;
  color: #0f172a;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: '+';
  position: absolute;
  top: 22px;
  right: 4px;
  color: #059669;
  font-size: 28px;
  font-weight: 500;
}
.faq-list details[open] summary::after {
  content: '−';
}
.faq-list details > div {
  max-width: 820px;
  padding: 0 52px 26px 0;
}
.faq-list p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}
.faq-list a {
  display: inline-block;
  margin-top: 14px;
  color: #047857;
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.editorial-teaser {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 72px;
  align-items: center;
  border-top: 1px solid #e2e8f0;
}
.editorial-teaser .section-lead {
  margin-top: 0;
}
.editorial-teaser a {
  display: inline-block;
  margin-top: 22px;
  color: #047857;
  font-size: 15px;
  font-weight: 900;
  text-underline-offset: 5px;
}

.editorial-hero {
  min-height: 650px;
  background: #0f172a;
}
.editorial-hero h1 {
  max-width: 1040px;
}
.guides-list {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0;
  border-top: 1px solid #e2e8f0;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}
.guide-card {
  border: 1px solid #dbe4ee;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}
.guide-card a {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 38px;
  text-decoration: none;
}
.guide-card p {
  margin: 0 0 28px;
  color: #059669;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guide-card h3 {
  max-width: 620px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.05em;
  line-height: 1.04;
}
.guide-card span {
  max-width: 660px;
  margin-top: 22px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}
.guide-card strong {
  margin-top: auto;
  padding-top: 34px;
  color: #047857;
  font-size: 14px;
}
.guide-card:hover {
  border-color: #6ee7b7;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.article-hero {
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  background: #0f172a;
  color: #fff;
}
.article-hero-content {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 180px 0 90px;
}
.article-hero h1 {
  max-width: 1000px;
  font-size: clamp(46px, 7vw, 82px);
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 30px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 750;
}
.byline-link {
  color: #d1fae5;
  text-underline-offset: 4px;
}
.methodology-link,
.external-method-link {
  display: inline-block;
  margin-top: 20px;
  color: #047857;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
  text-underline-offset: 5px;
}
.article-layout {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  gap: 72px;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
.article-toc {
  position: sticky;
  top: 32px;
  align-self: start;
  border-left: 2px solid #d1fae5;
  padding-left: 20px;
}
.article-toc strong {
  color: #0f172a;
  font-size: 13px;
}
.article-toc nav {
  display: grid;
  gap: 11px;
  margin-top: 16px;
}
.article-toc a {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}
.article-toc a:hover {
  color: #047857;
}
.article-body {
  min-width: 0;
}
.article-intro {
  margin: 0 0 48px;
  color: #334155;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.65;
}
.article-section {
  scroll-margin-top: 30px;
  padding: 48px 0;
  border-top: 1px solid #e2e8f0;
}
.article-section h2,
.takeaway-card h2 {
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.05;
}
.article-section > p:not(.eyebrow),
.article-section > ul {
  margin: 24px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}
.article-section > ul,
.takeaway-card ul {
  display: grid;
  gap: 12px;
  padding-left: 24px;
}
.article-section li::marker,
.takeaway-card li::marker {
  color: #059669;
}
.takeaway-card {
  margin: 0 0 48px;
  border: 1px solid #a7f3d0;
  border-radius: 28px;
  background: #ecfdf5;
  padding: 38px;
}
.takeaway-card ul {
  margin: 28px 0 0;
  color: #065f46;
  font-weight: 750;
  line-height: 1.6;
}
.example-table {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 20px;
  background: #fff;
}
.example-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e2e8f0;
}
.example-row:first-child {
  border-top: 0;
}
.example-row span,
.example-row strong {
  padding: 17px 18px;
  color: #334155;
  font-size: 14px;
}
.example-row strong {
  color: #047857;
}
.example-heading {
  background: #0f172a;
}
.example-heading span {
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.checklist-section ul {
  list-style: none;
  padding: 0;
}
.checklist-section li {
  position: relative;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 0 14px 34px;
}
.checklist-section li::before {
  content: '✓';
  position: absolute;
  left: 4px;
  color: #059669;
  font-weight: 900;
}
.sources-section a {
  color: #047857;
  font-weight: 800;
  text-underline-offset: 4px;
}
.editorial-note {
  border-left: 3px solid #059669;
  padding-left: 18px;
  font-size: 14px !important;
}
.reviewer-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 52px;
  border: 1px solid #dbe4ee;
  border-radius: 28px;
  background: #fff;
  padding: 28px;
}
.reviewer-card img {
  width: 112px;
  height: 112px;
  border-radius: 22px;
  object-fit: cover;
  object-position: 50% 24%;
}
.reviewer-card h2,
.reviewer-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.reviewer-card h2 a,
.reviewer-card h3 a {
  text-decoration-color: #a7f3d0;
  text-underline-offset: 5px;
}
.reviewer-card p:not(.eyebrow) {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}
.reviewer-link {
  display: inline-block;
  margin-top: 12px;
  color: #047857;
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 4px;
}
.related-guides {
  border-top: 1px solid #e2e8f0;
}

.methodology-hero {
  min-height: 660px;
}
.methodology-content {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
.methodology-intro,
.methodology-section,
.corrections-card {
  padding: 52px 0;
  border-top: 1px solid #e2e8f0;
}
.methodology-intro {
  padding-top: 0;
  border-top: 0;
}
.methodology-content h2 {
  font-size: clamp(32px, 5vw, 48px);
}
.methodology-content section > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}
.methodology-reviewer {
  margin-top: 40px;
  background: #f8fafc;
}
.corrections-card {
  margin-top: 26px;
  border: 1px solid #a7f3d0;
  border-radius: 28px;
  background: #ecfdf5;
  padding: 38px;
}
.corrections-card a {
  color: #047857;
  font-weight: 850;
  text-underline-offset: 4px;
}
.centered-actions {
  justify-content: center;
}

.founder-profile-page .site-header {
  position: relative;
  left: auto;
  transform: none;
  color: #0f172a;
}
.founder-profile-page .header-nav-link {
  color: #334155;
  text-decoration-color: #cbd5e1;
}
.founder-profile-page .header-link {
  border-color: #cbd5e1;
}
.founder-profile-hero {
  border-top: 1px solid #e2e8f0;
  background: #fff;
}
.founder-profile-hero-content {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 96px;
}
.founder-profile-page .breadcrumbs {
  color: #64748b;
}
.founder-profile-page .breadcrumbs a {
  color: #047857;
}
.founder-profile-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 96px);
  align-items: center;
}
.founder-profile-grid > img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 34px;
  object-fit: cover;
  object-position: 50% 24%;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
}
.founder-profile-grid h1 {
  color: #0f172a;
  font-size: clamp(52px, 7vw, 86px);
}
.founder-role {
  margin: 24px 0 0;
  color: #047857;
  font-size: 18px;
  font-weight: 850;
}
.founder-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #475569;
  font-size: 20px;
  line-height: 1.7;
}
.founder-profile-content {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 96px;
}
.founder-profile-content > section {
  padding: 52px 0;
  border-top: 1px solid #e2e8f0;
}
.founder-profile-content > section:first-child {
  border-top: 0;
}
.founder-profile-content > .corrections-card {
  margin-top: 26px;
  border: 1px solid #a7f3d0;
  padding: clamp(38px, 5vw, 52px);
}
.founder-profile-content h2 {
  font-size: clamp(32px, 5vw, 48px);
}
.founder-profile-content section > p:not(.eyebrow),
.founder-profile-content section > ul {
  margin: 24px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}
.founder-profile-content section > ul {
  display: grid;
  gap: 12px;
  padding-left: 24px;
}
.founder-profile-content li::marker {
  color: #059669;
}

.final-cta {
  padding: 100px max(20px, calc((100% - 900px) / 2));
  background: #0f172a;
  color: #fff;
  text-align: center;
}
.final-cta h2 {
  color: #fff;
}
.final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px auto 32px;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1.6;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  padding: 34px max(20px, calc((100% - 1100px) / 2));
  background: #020617;
  color: #64748b;
  font-size: 12px;
}
footer > a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 800px) {
  .header-link {
    display: none;
  }
  .hero {
    min-height: 680px;
  }
  .hero-content {
    padding-bottom: 70px;
  }
  .summary,
  .split,
  .savings-section,
  .hub-intro,
  .editorial-teaser,
  .article-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .founder-profile-grid {
    grid-template-columns: 1fr;
  }
  .founder-profile-grid > img {
    max-width: 420px;
  }
  .methodology-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .summary,
  .content-section,
  .destination-nav {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .hub-intro,
  .hub-destinations {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .hub-hero {
    min-height: 620px;
  }
  .hub-hero-content {
    padding-bottom: 64px;
  }
  .hub-grid {
    grid-template-columns: 1fr;
  }
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .article-layout {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .article-toc {
    position: static;
  }
  .article-hero {
    min-height: 680px;
  }
  .article-hero-content {
    padding-bottom: 64px;
  }
  .example-row {
    grid-template-columns: 1fr 1fr;
  }
  .example-heading {
    display: none;
  }
  .example-row span,
  .example-row strong {
    padding: 14px 16px;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .metrics div {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .metrics div:last-child {
    border-bottom: 0;
  }
  .factor-grid {
    grid-template-columns: 1fr;
  }
  .factor-grid article {
    min-height: 150px;
  }
  .factor-grid p {
    margin-top: 28px;
  }
  .budget-basis {
    border-radius: 16px;
    line-height: 1.5;
  }
  .budget-row,
  .budget-total {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }
  .budget-row dd,
  .budget-total dd {
    font-size: 22px;
  }
  .faq-list summary {
    padding-right: 40px;
    font-size: 17px;
  }
  .faq-list details > div {
    padding-right: 20px;
  }
  footer {
    flex-direction: column;
  }
  footer div {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .header-nav-link {
    display: none;
  }
  .guide-card a,
  .takeaway-card {
    padding: 28px;
  }
  .article-intro {
    font-size: 19px;
  }
  .reviewer-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
  }
  .reviewer-card img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
  .reviewer-card p:not(.eyebrow),
  .reviewer-link {
    grid-column: 1 / -1;
  }
  .founder-profile-hero-content {
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .founder-profile-content > .corrections-card {
    padding: 28px;
  }
}

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