:root {
  --deep: #102820;
  --deep-2: #173c33;
  --sage: #748c69;
  --gold: #d9a441;
  --sand: #f4eddf;
  --cream: #fffaf0;
  --ink: #17211d;
  --muted: #6b746f;
  --line: rgba(16, 40, 32, .14);
  --shadow: 0 24px 70px rgba(16, 40, 32, .16);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: var(--deep-2); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; }
.site-header { transition: background .25s ease, box-shadow .25s ease, padding .25s ease; padding: 12px 0; }
.site-header.scrolled { background: rgba(16, 40, 32, .96); box-shadow: 0 12px 40px rgba(0,0,0,.18); padding: 0; backdrop-filter: blur(14px); }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.84); font-weight: 700; font-size: .94rem; padding-left: 1rem; padding-right: 1rem; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.brand-mark { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: -.03em; }
.brand-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #f0d59a); color: var(--deep); box-shadow: 0 10px 25px rgba(217, 164, 65, .28); }
.brand-icon svg { width: 22px; height: 22px; stroke-width: 2.2; }
.btn { border-radius: 999px; font-weight: 800; padding: .85rem 1.25rem; }
.btn-sm { padding: .55rem .95rem; }
.btn-gold { background: var(--gold); color: var(--deep); border: 1px solid var(--gold); box-shadow: 0 16px 34px rgba(217, 164, 65, .28); }
.btn-gold:hover { background: #c8922f; border-color: #c8922f; color: var(--deep); transform: translateY(-1px); }
.btn-cream { background: rgba(255,250,240,.98); color: var(--deep); border: 1px solid rgba(255,255,255,.35); }
.btn-glass { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(12px); }
.btn-glass:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-outline-deep { border: 1px solid var(--deep); color: var(--deep); background: transparent; }
.btn-outline-deep:hover { background: var(--deep); color: #fff; }
.hero-section { min-height: 100vh; background-size: cover; background-position: center; color: #fff; position: relative; }
.hero-section::after { content: ''; position: absolute; inset: auto 0 0 0; height: 28%; background: linear-gradient(0deg, var(--cream), transparent); pointer-events: none; }
.hero-content { position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; color: var(--gold); margin-bottom: 1rem; }
.hero-section h1 { font-size: clamp(3rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.075em; font-weight: 800; max-width: 980px; }
.hero-section .lead { max-width: 760px; color: rgba(255,255,255,.88); font-size: clamp(1.1rem, 2vw, 1.35rem); margin-top: 1.35rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: 780px; margin-top: 3rem; }
.hero-stats div { padding: 1.1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.hero-stats strong { display: block; color: #fff; font-size: 1.5rem; line-height: 1; }
.hero-stats span { display: block; color: rgba(255,255,255,.78); font-size: .86rem; margin-top: .35rem; }
.section-pad { padding: 105px 0; }
.section-heading { max-width: 850px; margin: 0 auto; text-align: center; }
.section-heading.narrow { max-width: 780px; }
.section-heading h2, .info-panel h2, .newsletter-panel h2, .article-content h2, .related-section h2 { font-weight: 800; letter-spacing: -.045em; color: var(--deep); line-height: 1.05; }
.section-heading h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light p { opacity: .82; }
.feature-card, .tip-card, .season-card, .card-premium, .sticky-note, .newsletter-panel, .info-panel { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.feature-card { min-height: 100%; padding: 2rem; transition: transform .25s ease; }
.feature-card:hover, .tip-card:hover, .article-accordion:hover { transform: translateY(-4px); }
.feature-card svg, .tip-card svg { width: 34px; height: 34px; color: var(--gold); stroke-width: 2; margin-bottom: 1.1rem; }
.feature-card h3, .tip-card h3, .season-card h3 { font-weight: 800; letter-spacing: -.03em; color: var(--deep); }
.feature-card p, .tip-card p, .season-card p { color: var(--muted); margin-bottom: 0; }
.info-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; padding: 2.2rem; background: var(--deep); color: #fff; align-items: center; }
.info-panel h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); }
.info-panel p:last-child { color: rgba(255,255,255,.78); margin-bottom: 0; font-size: 1.05rem; }
.sand-bg { background: linear-gradient(180deg, var(--sand), #fff8ec); }
.deep-bg { background: radial-gradient(circle at top left, rgba(217,164,65,.28), transparent 32%), linear-gradient(135deg, var(--deep), #071713); color: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.article-accordion { overflow: hidden; background: #fff; transition: transform .25s ease; }
.article-toggle { width: 100%; padding: 0; border: 0; background: #fff; text-align: left; display: flex; flex-direction: column; }
.article-toggle img { width: 100%; height: 210px; object-fit: cover; }
.article-meta { display: flex; justify-content: space-between; gap: 1rem; width: 100%; padding: 1.2rem 1.3rem 0; color: var(--sage); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.article-meta em { font-style: normal; color: var(--muted); }
.article-title { display: block; padding: .45rem 1.3rem 0; font-size: 1.24rem; line-height: 1.15; font-weight: 800; letter-spacing: -.035em; color: var(--deep); }
.article-summary { display: block; padding: .7rem 1.3rem 1rem; color: var(--muted); min-height: 90px; }
.read-more { display: flex; align-items: center; gap: .35rem; color: var(--deep); font-weight: 800; padding: 0 1.3rem 1.3rem; }
.read-more svg { width: 18px; height: 18px; }
.article-preview-body { padding: 0 1.3rem 1.4rem; color: var(--muted); }
.rounded-img { border-radius: var(--radius); width: 100%; object-fit: cover; }
.shadow-soft { box-shadow: var(--shadow); }
.tip-card { padding: 1.25rem; min-height: 100%; box-shadow: none; transition: transform .25s ease; }
.tip-card h3 { font-size: 1.05rem; }
.tip-card p { font-size: .93rem; }
.season-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); padding: 1.5rem; min-height: 100%; box-shadow: none; }
.season-card span { color: var(--gold); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.season-card h3 { color: #fff; margin-top: .7rem; }
.season-card p { color: rgba(255,255,255,.78); }
.newsletter-panel { padding: 1.4rem; background: #fff; }
.lead-form label { color: var(--deep); font-weight: 800; margin-bottom: .35rem; }
.form-control { border-radius: 16px; border: 1px solid var(--line); padding: .9rem 1rem; background: #fffaf4; }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 .25rem rgba(217,164,65,.18); }
.form-check-input:checked { background-color: var(--deep); border-color: var(--deep); }
.form-message { margin-top: 1rem; font-weight: 800; color: var(--deep-2); }
.faq-accordion { max-width: 900px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.accordion-item { border-color: var(--line); }
.accordion-button { font-weight: 800; color: var(--deep); background: #fff; padding: 1.25rem 1.5rem; }
.accordion-button:not(.collapsed) { color: var(--deep); background: var(--sand); box-shadow: none; }
.article-hero { min-height: 68vh; background-size: cover; background-position: center; display: flex; align-items: end; color: #fff; padding: 170px 0 90px; }
.article-hero.compact { min-height: 54vh; }
.article-hero-content { max-width: 900px; }
.article-hero h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .95; font-weight: 800; letter-spacing: -.065em; }
.article-hero p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.84); font-size: 1.18rem; }
.article-content { font-size: 1.06rem; color: #34443d; }
.article-content section { margin-bottom: 2.3rem; }
.article-content h2 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); margin-bottom: .85rem; }
.article-content p { margin-bottom: 0; }
.legal-content { max-width: 920px; margin: 0 auto; }
.sticky-note { position: sticky; top: 105px; padding: 1.6rem; background: #fff; }
.sticky-note h2 { font-size: 1.4rem; }
.sticky-note li { margin-bottom: .75rem; color: var(--muted); }
.source-note { border-top: 1px solid var(--line); margin-top: 1.2rem; padding-top: 1.2rem; color: var(--muted); font-size: .92rem; }
.source-note strong { color: var(--deep); }
.related-section { padding: 70px 0; background: var(--sand); }
.related-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.related-links a { display: flex; min-height: 120px; align-items: end; padding: 1.1rem; border-radius: 22px; background: #fff; border: 1px solid var(--line); color: var(--deep); font-weight: 800; box-shadow: 0 12px 34px rgba(16,40,32,.08); }
.footer-section { background: #071713; color: rgba(255,255,255,.78); padding: 76px 0 28px; }
.footer-brand { color: #fff; }
.footer-title { color: #fff; font-size: 1rem; font-weight: 800; letter-spacing: .02em; margin-bottom: 1rem; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list.two-col { columns: 2; }
.footer-list li { margin-bottom: .55rem; break-inside: avoid; }
.footer-list a { color: rgba(255,255,255,.76); }
.footer-list a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.55); font-size: .86rem; }
.muted { color: rgba(255,255,255,.6); }
@media (max-width: 1199px) { .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 991px) {
  .site-header { background: rgba(16,40,32,.97); padding: 0; }
  .hero-stats, .info-panel { grid-template-columns: 1fr; }
  .section-pad { padding: 76px 0; }
  .related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .hero-section h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .hero-stats, .article-grid, .related-links { grid-template-columns: 1fr; }
  .article-toggle img { height: 230px; }
  .footer-list.two-col { columns: 1; }
  .footer-bottom { flex-direction: column; }
}
