:root {
  --green: #173f38;
  --green-deep: #0f2f2a;
  --terracotta: #b55238;
  --terracotta-dark: #943c28;
  --parchment: #f7f1e7;
  --white: #fffdfc;
  --charcoal: #242826;
  --muted: #5f6b66;
  --sage: #d7e2dc;
  --line: #d8ded9;
  --shadow: 0 18px 50px rgba(15, 47, 42, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #f0b59e; outline-offset: 4px; }
h1, h2, h3 { margin-top: 0; color: var(--green-deep); font-family: var(--serif); line-height: 1.13; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); letter-spacing: -0.02em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { margin-bottom: 0.8rem; color: var(--terracotta-dark); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-intro { max-width: 720px; margin-bottom: 2.5rem; }
.section-intro p:last-child { color: var(--muted); font-size: 1.1rem; }
.site-header { position: relative; z-index: 20; color: var(--green-deep); background: var(--white); border-bottom: 1px solid var(--line); }
.header-row { min-height: 82px; display: flex; align-items: center; gap: 1.5rem; }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.logo img { width: min(330px, 48vw); height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 1.4rem; margin-left: auto; }
.desktop-nav a, .login-link { color: var(--green-deep); font-size: 0.92rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .login-link:hover { color: #f0b59e; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0.78rem 1.35rem; border: 2px solid transparent; border-radius: 12px; background: var(--terracotta); color: var(--white); font-size: 0.95rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: background-color 180ms ease, transform 180ms ease; }
.button:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--green-deep); }
.button-light:hover { background: var(--parchment); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { cursor: pointer; font-weight: 800; list-style: none; }
.hero { position: relative; min-height: clamp(820px, 88vh, 920px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: var(--green); }
.hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 55% 37%; }
.hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(8, 29, 25, 0.82) 0%, rgba(8, 29, 25, 0.48) 36%, rgba(8, 29, 25, 0.06) 72%); }
.hero-content { width: min(620px, 100%); margin: 0 0 clamp(1.25rem, 3vh, 2rem); padding: clamp(1.25rem, 2vw, 1.6rem); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 16px; background: rgba(15, 47, 42, 0.86); box-shadow: var(--shadow); color: var(--white); backdrop-filter: blur(7px); }
.hero-content h1 { margin-bottom: 1.2rem; color: var(--white); }
.hero-content h1 { font-size: clamp(2.35rem, 3vw, 2.8rem); }
.hero-content p { max-width: 560px; font-size: clamp(1rem, 1.4vw, 1.1rem); }
.hero-note { margin-top: 1rem; font-size: 0.78rem !important; opacity: 0.84; }
.audience-strip { color: var(--green-deep); background: var(--parchment); border-bottom: 1px solid #e5d9c8; }
.audience-list { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 1rem 2.5rem; margin: 0; padding: 1rem 0; list-style: none; font-family: var(--serif); font-size: 1.08rem; font-weight: 700; }
.audience-list li::before { margin-right: 0.55rem; color: var(--terracotta); content: "\2665"; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { padding: 2rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.card-number { width: 42px; height: 42px; display: inline-grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: var(--sage); color: var(--green-deep); font-weight: 900; }
.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.split-image { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; object-position: center 22%; border-radius: 18px; box-shadow: var(--shadow); }
.check-list { display: grid; gap: 0.8rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { position: absolute; left: 0; color: var(--terracotta); content: "\2713"; font-weight: 900; }
.soft-section { background: var(--parchment); }
.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.photo-card { overflow: hidden; border-radius: 16px; background: var(--white); box-shadow: 0 10px 30px rgba(15, 47, 42, 0.08); }
.photo-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 24%; }
.photo-card-copy { padding: 1.6rem; }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.text-link-card { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--green-deep); font-weight: 800; text-decoration: none; transition: border-color 180ms ease, transform 180ms ease; }
.text-link-card:hover { border-color: var(--terracotta); transform: translateY(-3px); }
.text-link-card span { color: var(--terracotta-dark); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.faq-list { max-width: 850px; margin-inline: auto; }
.faq-list details { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--green-deep); font-family: var(--serif); font-size: 1.18rem; font-weight: 700; }
.faq-list details p { padding-top: 0.9rem; color: var(--muted); }
.final-cta { color: var(--white); background: var(--green); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.final-cta h2 { margin-bottom: 0.6rem; color: var(--white); }
.site-footer { padding: 3rem 0 1.5rem; color: #dbe5e1; background: var(--green-deep); }
.site-footer .logo { padding: 0.5rem; border-radius: 10px; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2rem; }
.footer-grid h3 { color: var(--white); font-family: var(--sans); font-size: 0.92rem; }
.footer-links { display: grid; gap: 0.5rem; }
.footer-links a { color: #dbe5e1; text-decoration: none; }
.footer-links a:hover { color: #f0b59e; }
.photo-disclaimer { margin: 2.5rem 0 0; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.17); color: #c8d5d0; font-size: 0.82rem; }

@media (max-width: 1020px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu nav { position: absolute; top: 82px; right: 0; left: 0; display: grid; gap: 0.2rem; padding: 1rem; background: var(--green-deep); box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: 0.7rem; color: var(--white); font-weight: 700; text-decoration: none; }
  .card-grid, .link-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .header-row { min-height: 72px; }
  .logo img { width: min(260px, 68vw); }
  .mobile-menu nav { top: 72px; }
  .hero { min-height: 0; display: block; }
  .hero-media { position: static; width: 100%; height: auto; object-fit: contain; }
  .hero::after { display: none; }
  .hero .container { width: 100%; }
  .hero-content { width: 100%; margin: 0; padding: 2rem 1rem 2.4rem; border: 0; border-radius: 0; background: var(--green-deep); box-shadow: none; backdrop-filter: none; }
  .audience-list { flex-direction: column; align-items: flex-start; padding: 1.25rem 0; }
  .split, .card-grid, .photo-grid, .link-grid, .final-cta-inner, .footer-grid { grid-template-columns: 1fr; }
  .split-image { max-height: 580px; }
  .final-cta-inner .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

.page-hero { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--parchment); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.page-hero h1 { margin-bottom: 1.2rem; }
.page-hero p { max-width: 700px; color: var(--muted); font-size: 1.14rem; }
.page-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 25%; border-radius: 18px; box-shadow: var(--shadow); }
.breadcrumbs { padding: 0.85rem 0; color: var(--muted); background: var(--white); border-bottom: 1px solid var(--line); font-size: 0.88rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { margin-right: 0.45rem; content: "/"; color: #8a938f; }
.breadcrumbs a { color: var(--green-deep); }
.editorial-main { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.article-column { min-width: 0; }
.article-body h2 { margin: 3rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 2rem 0 0.7rem; }
.article-body p { margin-bottom: 1.2rem; }
.article-body ul, .article-body ol { margin: 1rem 0 1.5rem; padding-left: 1.4rem; }
.article-body li { margin-bottom: 0.55rem; }
.direct-answer { padding: 1.4rem 1.5rem; border-left: 5px solid var(--terracotta); border-radius: 0 12px 12px 0; background: var(--parchment); font-size: 1.08rem; }
.side-card { position: sticky; top: 1rem; padding: 1.5rem; border-radius: 16px; color: var(--white); background: var(--green); }
.side-card h2, .side-card h3 { color: var(--white); }
.side-card .button { width: 100%; margin-top: 0.8rem; background: var(--white); color: var(--green-deep); }
.content-list { display: grid; gap: 1rem; margin: 2rem 0; }
.content-list a { display: block; padding: 1.2rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--green-deep); font-weight: 800; text-decoration: none; }
.content-list a:hover { border-color: var(--terracotta); }
.comparison-table { width: 100%; margin: 1.5rem 0 2rem; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 0.9rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--green-deep); background: var(--parchment); }
.article-faq { margin-top: 3rem; }
.article-faq details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.article-faq summary { cursor: pointer; color: var(--green-deep); font-family: var(--serif); font-size: 1.15rem; font-weight: 700; }
.article-faq p { padding-top: 0.8rem; color: var(--muted); }

@media (max-width: 840px) {
  .page-hero-grid, .article-layout { grid-template-columns: 1fr; }
  .page-hero img { max-height: 520px; object-fit: contain; background: var(--sage); }
  .side-card { position: static; }
}
