
:root {
  --ink: #203d45;
  --ink-soft: #476068;
  --teal: #2d676f;
  --teal-dark: #23545b;
  --teal-pale: #dfeceb;
  --cream: #fbf8ef;
  --paper: #fffdf8;
  --sun: #f2bd62;
  --coral: #d97b68;
  --mint: #79bdb8;
  --lavender: #8f7fa8;
  --line: rgba(32,61,69,.16);
  --shadow: 0 18px 50px rgba(28,61,66,.11);
  --radius: 24px;
  --max: 1160px;
}
* { 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.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--teal-dark); text-underline-offset: .18em; }
a:hover { color: #183e44; }
img { max-width: 100%; height: auto; display: block; }
button, a.button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .75rem 1rem; background: #fff; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(251,248,239,.91); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; letter-spacing: .08em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }
.nav { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; justify-content: flex-end; }
.nav a { text-decoration: none; font-weight: 700; font-size: .94rem; color: var(--ink-soft); }
.nav a[aria-current="page"], .nav a:hover { color: var(--teal-dark); }
.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) 0 4.5rem; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(242,189,98,.22); right: -190px; top: -240px; }
.hero::after { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(121,189,184,.18); left: -230px; bottom: -260px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(290px,.85fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.eyebrow { display: inline-block; margin: 0 0 .8rem; color: var(--teal); font-size: .82rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 6vw, 5.15rem); margin: 0 0 1.2rem; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin: 0 0 1rem; letter-spacing: -.025em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); margin: 0 0 .65rem; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.3rem); color: var(--ink-soft); max-width: 760px; }
.hero-note { font-family: Georgia, "Times New Roman", serif; color: var(--teal); font-size: 1.22rem; font-style: italic; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .78rem 1.2rem; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); }
.button-primary:hover { color: #fff; background: var(--teal-dark); }
.button-secondary { color: var(--teal-dark); background: transparent; border-color: rgba(45,103,111,.35); }
.button-secondary:hover { background: rgba(45,103,111,.07); }
.button-download::before { content: "↓"; font-size: 1.2rem; }
.hero-card { background: rgba(255,253,248,.82); border: 1px solid rgba(32,61,69,.12); border-radius: 34px; padding: 1.2rem; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-card img { border-radius: 22px; }
.section { padding: clamp(3.8rem,7vw,7rem) 0; }
.section-soft { background: var(--teal-pale); }
.section-paper { background: var(--paper); border-block: 1px solid var(--line); }
.section-head { max-width: 780px; margin-bottom: 2rem; }
.kicker { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-weight: 850; font-size: .78rem; }
.grid { display: grid; gap: 1.35rem; }
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem,3vw,2rem); box-shadow: 0 10px 30px rgba(32,61,69,.06); }
.card p:last-child { margin-bottom: 0; }
.resource-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.resource-card .cover-wrap { background: #eee9db; padding: 1rem; min-height: 365px; display: grid; place-items: center; }
.resource-card .cover-wrap img { max-height: 430px; width: auto; border-radius: 12px; box-shadow: 0 12px 30px rgba(20,45,50,.18); }
.resource-card .body { padding: 1.45rem; display: flex; flex-direction: column; flex: 1; }
.resource-card .actions { margin-top: auto; padding-top: 1rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: .9rem 0 1rem; }
.tag { display: inline-flex; padding: .32rem .65rem; border-radius: 999px; background: rgba(45,103,111,.09); color: var(--teal-dark); font-size: .82rem; font-weight: 750; }
.meta-row { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.25rem 0; }
.meta { padding: .55rem .8rem; background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 14px; font-size: .9rem; font-weight: 750; }
.breadcrumbs { padding-top: 1rem; font-size: .9rem; color: var(--ink-soft); }
.breadcrumbs ol { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: .55rem; }
.breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: .55rem; color: #87989b; }
.detail-hero { padding: 2rem 0 4.5rem; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); align-items: center; gap: clamp(2rem,6vw,5rem); }
.cover-large { padding: 1rem; border-radius: 30px; background: rgba(255,255,255,.7); border: 1px solid var(--line); box-shadow: var(--shadow); }
.cover-large img { border-radius: 18px; box-shadow: 0 14px 35px rgba(20,45,50,.18); }
.feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.feature { border-left: 4px solid var(--sun); padding: .25rem 0 .25rem 1rem; }
.feature:nth-child(3n+2) { border-left-color: var(--mint); }
.feature:nth-child(3n+3) { border-left-color: var(--coral); }
.feature strong { display: block; margin-bottom: .2rem; }
.steps { counter-reset: step; display: grid; gap: 1rem; }
.step { counter-increment: step; position: relative; padding: 1.2rem 1.2rem 1.2rem 4rem; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.step::before { content: counter(step); position: absolute; left: 1rem; top: 1rem; width: 2.15rem; height: 2.15rem; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 850; }
.callout { padding: clamp(1.5rem,4vw,2.5rem); border-radius: 28px; color: #fff; background: var(--teal); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; }
.callout h2,.callout p { color: #fff; }
.callout .button { background: #fff; color: var(--teal-dark); }
.small-note { color: var(--ink-soft); font-size: .93rem; }
.disclaimer { margin-top: 2rem; padding: 1rem 1.2rem; border-radius: 16px; background: rgba(45,103,111,.07); color: var(--ink-soft); font-size: .92rem; }
.site-footer { padding: 2.5rem 0; border-top: 1px solid var(--line); background: #f4efe4; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; }
.footer-links { display: flex; gap: .9rem 1.2rem; flex-wrap: wrap; }
.footer-links a, .cookie-settings-link { color: var(--ink-soft); font-size: .9rem; }
.cookie-settings-link { border: 0; background: none; padding: 0; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.cookie-banner { position: fixed; z-index: 1000; left: 1rem; right: 1rem; bottom: 1rem; width: min(calc(100% - 2rem), 920px); margin-inline: auto; padding: 1.1rem; background: #fffdf8; border: 1px solid rgba(32,61,69,.22); border-radius: 22px; box-shadow: 0 24px 80px rgba(20,42,47,.24); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none; }
.cookie-banner-inner { display: grid; grid-template-columns: 1fr auto; gap: 1rem 1.5rem; align-items: center; }
.cookie-banner h2 { font-size: 1.22rem; margin: 0 0 .3rem; }
.cookie-banner p { margin: 0; font-size: .93rem; color: var(--ink-soft); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: flex-end; }
.cookie-actions button { min-height: 40px; padding: .55rem .85rem; border-radius: 999px; border: 1px solid rgba(45,103,111,.35); background: transparent; color: var(--teal-dark); font-weight: 800; cursor: pointer; }
.cookie-actions .accept { background: var(--teal); color: #fff; border-color: var(--teal); }
.cookie-modal { position: fixed; inset: 0; z-index: 1100; background: rgba(20,38,42,.55); display: grid; place-items: center; padding: 1rem; }
.cookie-dialog { width: min(100%,600px); max-height: 90vh; overflow: auto; background: #fffdf8; border-radius: 24px; padding: 1.5rem; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.cookie-dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.cookie-dialog h2 { font-size: 1.6rem; }
.cookie-close { border: 0; background: rgba(45,103,111,.09); border-radius: 50%; width: 2.2rem; height: 2.2rem; cursor: pointer; font-size: 1.2rem; }
.cookie-option { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.cookie-option label { font-weight: 800; }
.cookie-option p { margin: .2rem 0 0; color: var(--ink-soft); font-size: .9rem; }
.switch { width: 48px; height: 28px; accent-color: var(--teal); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 860px) {
  .header-inner { align-items: flex-start; padding-block: .8rem; }
  .nav { gap: .65rem .9rem; }
  .hero-grid,.detail-grid { grid-template-columns: 1fr; }
  .hero-card,.cover-large { max-width: 520px; margin-inline: auto; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .callout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { position: static; }
  .header-inner { display: block; }
  .brand { margin-bottom: .7rem; }
  .nav { justify-content: flex-start; }
  .nav a { font-size: .88rem; }
  .hero { padding-top: 3rem; }
  .feature-list { grid-template-columns: 1fr; }
  .cookie-banner-inner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
  .button { width: 100%; }
  .actions { display: grid; }
}
@media print {
  .site-header,.site-footer,.cookie-banner,.cookie-modal,.actions,.breadcrumbs { display:none !important; }
  body { background:#fff; }
}
