:root {
  --ink: #1f332e;
  --ink-soft: #4c5f59;
  --orange: #f49a58;
  --orange-dark: #db7c3c;
  --mint: #9dd7c5;
  --mint-light: #dcefe8;
  --cream: #fffaf3;
  --paper: #fffdf8;
  --line: rgba(31, 51, 46, .14);
  --shadow: 0 18px 55px rgba(31, 51, 46, .1);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(1.2rem, 4vw, 5rem);
  background: rgba(255, 250, 243, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(15px);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 850; font-size: 1.1rem; text-decoration: none; letter-spacing: -.02em; }
.brand img, .footer-brand img { border-radius: 13px; }
nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; }
nav a:hover { color: var(--orange-dark); }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 750; }

main > section { padding-inline: clamp(1.2rem, 6vw, 7rem); }
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  overflow: hidden;
  padding-block: clamp(4rem, 10vh, 8rem);
}
.eyebrow { margin: 0 0 .9rem; color: var(--orange-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 790px; margin-bottom: 1.5rem; font-size: clamp(3rem, 6.4vw, 6.7rem); line-height: .97; letter-spacing: -.065em; }
h1 em { color: var(--orange-dark); font-family: Georgia, serif; font-weight: 500; }
.hero-text { max-width: 650px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.35rem; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: #fff; background: var(--ink); box-shadow: 0 10px 25px rgba(31, 51, 46, .18); }
.primary:hover { background: #14231f; }
.secondary { border: 1px solid var(--ink); background: transparent; }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.2rem; padding: 0; list-style: none; color: var(--ink-soft); font-size: .84rem; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: .35rem; color: var(--orange-dark); }

.hero-visual { position: relative; min-height: 600px; }
.hero-visual::before { content: ""; position: absolute; inset: 7% 2% 5% 10%; border-radius: 48% 52% 42% 58% / 45% 48% 52% 55%; background: var(--mint-light); transform: rotate(-4deg); }
.sun { position: absolute; right: 3%; top: 3%; width: 190px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); }
.path { position: absolute; left: 38%; top: 15%; width: 32%; height: 77%; border: 3px dashed rgba(31, 51, 46, .23); border-left: 0; border-bottom: 0; border-radius: 50%; transform: rotate(13deg); }
.hero-card { position: absolute; width: min(315px, 65%); padding: 1.2rem 1.35rem; border: 1px solid rgba(31, 51, 46, .08); border-radius: 20px; background: rgba(255, 253, 248, .95); box-shadow: var(--shadow); font-weight: 850; }
.hero-card span { display: block; color: var(--orange-dark); font-size: .72rem; letter-spacing: .15em; }
.card-one { left: 4%; top: 19%; transform: rotate(-4deg); }
.card-two { right: 3%; top: 47%; transform: rotate(4deg); }
.card-three { left: 11%; bottom: 6%; transform: rotate(-2deg); }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; padding-block: clamp(5rem, 11vw, 9rem); background: var(--ink); color: var(--paper); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.4rem); line-height: 1.05; letter-spacing: -.05em; }
.manifesto h2 { max-width: 660px; }
.manifesto-copy { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.manifesto-copy p + p { margin-top: 1.5rem; }

.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding-block: 0; background: var(--line); }
.pillars article { min-height: 285px; padding: 2.3rem; background: var(--paper); }
.pillars span { color: var(--orange-dark); font-weight: 850; font-size: .76rem; }
.pillars h3 { margin: 3.5rem 0 .75rem; font-size: 1.45rem; letter-spacing: -.03em; }
.pillars p { color: var(--ink-soft); }

.products-section { padding-block: clamp(6rem, 11vw, 10rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading > p { max-width: 460px; color: var(--ink-soft); }
.filter-bar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter { padding: .55rem .95rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); cursor: pointer; font: inherit; font-size: .86rem; font-weight: 750; }
.filter:hover, .filter.active { border-color: var(--ink); background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card.hidden { display: none; }
.product-image { display: grid; place-items: center; min-height: 270px; padding: 1.3rem; background: #f8e3d4; }
.product-image.mint { background: var(--mint-light); }
.product-image img { width: 100%; border-radius: 8px; box-shadow: 0 15px 30px rgba(31, 51, 46, .13); }
.product-content { padding: 1.4rem; }
.product-content .category { margin-bottom: .45rem; color: var(--orange-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-content h3 { margin-bottom: .6rem; font-size: 1.15rem; line-height: 1.25; letter-spacing: -.025em; }
.product-content > p:not(.category) { min-height: 4.6em; color: var(--ink-soft); font-size: .9rem; }
.product-content > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-content a { color: var(--orange-dark); font-size: .88rem; font-weight: 800; text-decoration: none; }
.center { margin-top: 2.5rem; text-align: center; }

.book-section { display: grid; grid-template-columns: minmax(220px, 360px) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; padding-block: clamp(5rem, 10vw, 9rem); background: var(--mint-light); }
.book-cover { display: grid; place-items: center; padding: clamp(1.4rem, 4vw, 2.5rem); border-radius: 30px; background: rgba(255,255,255,.58); }
.book-cover img { width: min(100%, 300px); border-radius: 8px; box-shadow: 0 24px 55px rgba(31, 51, 46, .2); }
.book-content { max-width: 760px; }
.book-content h2 { max-width: 720px; }
.book-content > p:not(.eyebrow):not(.book-affiliate-note) { color: var(--ink-soft); font-size: 1.04rem; }
.book-author { margin-top: -.5rem; color: var(--orange-dark) !important; font-weight: 800; }
.book-content .button { margin-top: 1rem; }
.book-affiliate-note { margin-top: 1rem; color: var(--ink-soft); font-size: .78rem; }

.steps { padding-block: clamp(5rem, 10vw, 9rem); background: var(--mint-light); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.steps-grid article { padding: 2rem; border-radius: var(--radius); background: var(--paper); }
.steps-grid span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 4rem; border-radius: 50%; color: white; background: var(--orange); font-weight: 850; }
.steps-grid h3 { font-size: 1.3rem; }
.steps-grid p { color: var(--ink-soft); }
.quote-section { padding-block: clamp(6rem, 13vw, 12rem); text-align: center; }
blockquote { max-width: 1050px; margin: auto; font-family: Georgia, serif; font-size: clamp(2rem, 4.6vw, 4.6rem); line-height: 1.13; letter-spacing: -.04em; }
.final-cta { margin: 0 clamp(1.2rem, 6vw, 7rem) clamp(1.2rem, 6vw, 6rem); padding: clamp(3rem, 7vw, 6rem); border-radius: 38px; background: var(--orange); text-align: center; }
.final-cta img { margin: 0 auto 1.5rem; border-radius: 22px; }
.final-cta h2 { max-width: 850px; margin-inline: auto; }
.final-cta > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 2rem; }
.final-cta .eyebrow { color: var(--ink); }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 3rem; align-items: center; padding: 3.5rem clamp(1.2rem, 6vw, 7rem); border-top: 1px solid var(--line); }
footer > p { margin: 0; color: var(--ink-soft); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
.footer-links a { color: var(--ink-soft); text-decoration: none; font-size: .9rem; }
footer small { grid-column: 1 / -1; color: var(--ink-soft); }

.legal-page { min-height: 70vh; max-width: 850px; padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 6vw, 7rem); }
.legal-page h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.legal-note { padding: 1rem 1.2rem; border: 2px solid var(--orange); border-radius: 14px; background: #fff2e7; font-weight: 700; }

.recommendation-hero { padding-block: clamp(5rem, 10vw, 9rem); text-align: center; }
.recommendation-hero h1 { max-width: 1000px; margin-inline: auto; }
.recommendation-hero > p:not(.eyebrow) { max-width: 760px; margin-inline: auto; color: var(--ink-soft); font-size: 1.1rem; }
.affiliate-notice { max-width: 780px; margin: 2rem auto 0; padding: 1rem 1.25rem; border: 1px solid var(--orange); border-radius: 16px; background: #fff2e7; font-size: .9rem; }
.recommendations-section { padding-block: clamp(5rem, 9vw, 8rem); }
.mint-section { background: var(--mint-light); }
.recommendation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.recommendation-card { display: flex; flex-direction: column; min-height: 340px; padding: 1.6rem; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.recommendation-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.recommendation-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 2rem; border-radius: 16px; background: #f8e3d4; color: var(--orange-dark); font-weight: 850; }
.recommendation-icon.mint { background: var(--mint-light); color: var(--ink); }
.mint-section .recommendation-icon.mint { background: #f8e3d4; color: var(--orange-dark); }
.recommendation-card .category { margin-bottom: .4rem; color: var(--orange-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.recommendation-card h3 { margin-bottom: .65rem; font-size: 1.25rem; }
.recommendation-card > p:not(.category) { color: var(--ink-soft); font-size: .92rem; }
.recommendation-card > a { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--orange-dark); font-weight: 800; text-decoration: none; }

.home-blog-teaser, .blog-listing { padding-block: clamp(5rem, 10vw, 9rem); }
.home-blog-teaser { background: #f8e3d4; }
.home-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.home-blog-grid a { overflow: hidden; border-radius: 22px; background: var(--paper); color: var(--ink); font-weight: 800; text-decoration: none; transition: transform .25s, box-shadow .25s; }
.home-blog-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.home-blog-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.home-blog-grid span { display: block; padding: 1.2rem; }
.blog-hero { padding-block: clamp(5rem, 10vw, 9rem); text-align: center; }
.blog-hero h1 { max-width: 950px; margin-inline: auto; }
.blog-hero > p:not(.eyebrow) { max-width: 760px; margin-inline: auto; color: var(--ink-soft); font-size: 1.1rem; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.blog-card .blog-image { display: block; overflow: hidden; }
.blog-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s; }
.blog-card:hover img { transform: scale(1.025); }
.blog-card > div { padding: 1.6rem; }
.blog-card h2 { margin-bottom: .8rem; font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.blog-card h2 a, .text-link { text-decoration: none; }
.blog-card > div > p:not(.category) { color: var(--ink-soft); }
.text-link { color: var(--orange-dark); font-weight: 800; }
.article-page { padding: 0; }
.article-header { padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 6vw, 7rem) 0; text-align: center; }
.article-header h1 { max-width: 1050px; margin-inline: auto; }
.article-lead { max-width: 760px; margin: 0 auto 2.5rem; color: var(--ink-soft); font-size: 1.15rem; }
.article-header > img { width: min(1180px, 100%); max-height: 700px; margin: auto; border-radius: 30px; object-fit: cover; aspect-ratio: 3 / 2; }
.article-content { max-width: 790px; margin: auto; padding: clamp(3.5rem, 8vw, 7rem) 1.2rem; font-size: 1.05rem; }
.article-content h2 { margin-top: 3.2rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.article-content li + li { margin-top: .65rem; }
.article-content a:not(.button) { color: var(--orange-dark); font-weight: 700; }
.article-box { margin: 2.5rem 0; padding: 1.4rem 1.6rem; border-left: 5px solid var(--orange); border-radius: 0 18px 18px 0; background: var(--mint-light); }
.article-box p { margin: .5rem 0 0; }
.affiliate-inline { padding: .8rem 1rem; border-radius: 12px; background: #fff2e7; color: var(--ink-soft); font-size: .8rem; }
.idea-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.2rem; }
.idea-list p { margin: 0; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.article-cta { margin-top: 4rem; padding: 2.2rem; border-radius: 26px; background: var(--orange); text-align: center; }
.article-cta h2 { margin-top: 0; }
.article-cta .eyebrow { color: var(--ink); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .product-grid, .recommendation-grid { grid-template-columns: repeat(2, 1fr); }
  .home-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .site-header { min-height: 68px; }
  .menu-toggle { display: block; }
  nav { position: absolute; left: 1rem; right: 1rem; top: 75px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .7rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: .85rem; }
  .nav-cta { border: 0; border-radius: 12px; background: var(--mint-light); }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-visual { min-height: 430px; }
  .sun { width: 130px; }
  .manifesto { grid-template-columns: 1fr; }
  .pillars, .steps-grid, .product-grid, .recommendation-grid, .home-blog-grid, .blog-grid, .idea-list, .book-section { grid-template-columns: 1fr; }
  .pillars article { min-height: 230px; }
  .pillars h3 { margin-top: 2rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .product-content > p:not(.category) { min-height: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  footer small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
