:root {
  --ink: #40382f;
  --ink-soft: #70665b;
  --paper: #f8f0e4;
  --white: #fffaf3;
  --navy: #68704a;
  --berry: #cf8794;
  --berry-dark: #9d5f6d;
  --blue: #f0dfcc;
  --aqua: #bcc28c;
  --peach: #efd2d5;
  --sun: #e7c77e;
  --line: #dfd1c0;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(105,82,55,.12);
}
* { box-sizing: border-box; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #fbf5ec 0%, var(--paper) 38%, #f6ede1 100%); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 100; padding: .7rem 1rem; background: var(--white); }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: .55rem; z-index: 80; width: min(1320px, calc(100% - 48px)); margin: .55rem auto; min-height: 78px; padding: .6rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; background: rgba(255,250,243,.94); border: 1px solid rgba(105,82,55,.12); border-radius: 20px; box-shadow: 0 10px 32px rgba(105,82,55,.10); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 700; text-decoration: none; line-height: 1.05; }
.brand small { display: block; margin-top: .35rem; color: var(--ink-soft); font-size: .72rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); color: white; border-radius: 50% 50% 50% 12px; font-family: "Playfair Display", serif; }
nav { display: flex; align-items: center; gap: .85rem; }
nav a { font-size: .875rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
nav a:hover, nav a:focus-visible { color: var(--berry); }
nav a[aria-current] { color: var(--berry-dark); }
.nav-cta { padding: .65rem 1.1rem; border: 1px solid var(--navy); border-radius: 999px; }
.menu-button { display: none; padding: .6rem .8rem; color: var(--berry-dark); border: 1px solid var(--line); border-radius: 999px; background: transparent; font: inherit; font-weight: 800; }
.navigation-rail { width: min(1180px, calc(100% - 48px)); margin: 1rem auto .25rem; }
.back-link { width: fit-content; min-height: 44px; padding: .55rem .9rem; display: inline-flex; align-items: center; gap: .55rem; color: var(--ink-soft); background: rgba(255,250,243,.82); border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.back-link:hover, .back-link:focus-visible { color: var(--berry-dark); border-color: var(--berry); }
.back-link-arrow { font-size: 1.25rem; line-height: 1; }
.back-to-top { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 70; width: 46px; height: 46px; padding: 0; display: grid; place-items: center; color: white; background: var(--navy); border: 0; border-radius: 50%; box-shadow: 0 10px 28px rgba(64,56,47,.24); cursor: pointer; font: 700 1.25rem/1 "DM Sans",sans-serif; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--berry-dark); }
.hero { width: min(1280px, calc(100% - 32px)); min-height: 680px; margin: 0 auto; padding: clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2.5rem, 6vw, 7rem); background: var(--blue); border-radius: 34px; overflow: hidden; }
.eyebrow, .section-kicker { margin: 0 0 1.2rem; color: var(--berry-dark); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 720px; margin-bottom: 1.5rem; font-size: clamp(3rem, 5.6vw, 5.2rem); }
h1 em { color: var(--berry); font-weight: 600; }
.hero-lead { max-width: 650px; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.25rem; border-radius: 999px; font-weight: 700; text-decoration: none; }
.primary { background: var(--navy); color: white; box-shadow: 0 10px 30px rgba(80,86,59,.22); }
.primary:hover { background: var(--berry-dark); transform: translateY(-1px); }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { color: var(--berry); }
.trust-list { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin: 2.5rem 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .88rem; }
.trust-list span { color: var(--berry); }
.hero-visual { position: relative; min-width: 0; }
.image-frame { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 180px 180px 24px 24px; background: #becbd4; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.note-card { position: absolute; right: -2.5rem; bottom: 2.5rem; width: min(280px, 82%); padding: 1.25rem; display: flex; gap: .8rem; background: rgba(255,255,255,.94); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.note-card p { margin: 0; font-size: .9rem; line-height: 1.45; }
.note-number, .card-number { color: var(--berry); font-size: .75rem; font-weight: 700; }
.intro { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: clamp(6rem, 12vw, 10rem) 0; text-align: center; }
.intro h2 { margin-bottom: 1.8rem; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.intro > p:last-child { max-width: 690px; margin: 0 auto; color: var(--ink-soft); font-size: 1.12rem; }
.services { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding-bottom: clamp(6rem, 10vw, 9rem); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .about h2, .for-whom h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.section-heading > p { margin: 0; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { min-height: 300px; padding: clamp(1.7rem, 3vw, 2.8rem); background: var(--white); border: 1px solid rgba(105,82,55,.10); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(105,82,55,.06); }
.service-card h3 { margin: 1.5rem 0 .8rem; font-family: "Playfair Display", serif; font-size: 1.8rem; line-height: 1.2; }
.service-card p, .service-card li { color: var(--ink-soft); }
.service-card ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.service-card li { margin: .45rem 0; }
.service-card li::before { content: "—"; margin-right: .65rem; color: var(--berry); }
.service-card.featured { grid-row: span 2; min-height: 616px; padding-bottom: 18rem; background: linear-gradient(to bottom, #fffaf3 55%, #f2dfc7); }
.service-card.dark { background: linear-gradient(145deg, #e5e7cc, #daddb8); color: var(--ink); }
.service-card.dark p { color: var(--ink-soft); }
.quote-card { display: flex; flex-direction: column; justify-content: space-between; background: var(--peach); color: var(--navy); }
.quote-card blockquote { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; }
.quote-card p { color: var(--ink-soft); }
.process { padding: clamp(5rem, 10vw, 9rem) max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; color: var(--ink); background: linear-gradient(135deg, #eee6cf, #f5dfd7); }
.section-kicker.light { color: var(--berry-dark); }
.process h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.process-copy > p:last-child { color: var(--ink-soft); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(105,82,55,.18); }
.steps li { padding: 1.8rem 0; display: grid; grid-template-columns: 50px 1fr; gap: 1rem; border-bottom: 1px solid rgba(105,82,55,.18); }
.steps > li > span { color: #f285a8; font-weight: 700; }
.steps h3 { margin-bottom: .25rem; font-size: 1.25rem; }
.steps p { margin: 0; color: var(--ink-soft); }
.about { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.about-copy p { color: var(--ink-soft); }
.about-copy .lead { color: var(--ink); font-size: 1.2rem; font-weight: 600; }
.credentials { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.credentials span { padding: .55rem .8rem; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; font-weight: 600; }
.for-whom { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 clamp(6rem, 10vw, 9rem); display: grid; grid-template-columns: 1fr 1.1fr; gap: 7rem; }
.for-whom ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.for-whom li { padding: 1.25rem 0; display: grid; grid-template-columns: 42px 1fr; gap: .8rem; border-bottom: 1px solid var(--line); font-weight: 600; }
.for-whom li span { color: var(--berry); font-size: .8rem; }
.knowledge-preview { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 clamp(6rem, 10vw, 9rem); }
.knowledge-preview-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 5rem; margin-bottom: 2.5rem; }
.knowledge-preview-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.knowledge-preview-heading > p { margin: 0; color: var(--ink-soft); }
.article-teaser { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: clamp(2rem, 4vw, 3.5rem); margin-bottom: 1.5rem; background: var(--white); border: 1px solid rgba(24,37,59,.08); border-radius: var(--radius); }
.article-teaser-icon { width: 72px; height: 72px; display: grid; place-items: center; color: var(--berry-dark); background: #efe0e2; border-radius: 50% 50% 50% 14px; font-family: "Playfair Display", serif; font-size: 1.5rem; }
.article-teaser h3 { max-width: 760px; margin: .4rem 0 .8rem; font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.15; }
.article-teaser p:not(.article-meta) { max-width: 760px; color: var(--ink-soft); }
.article-teaser + .article-teaser { margin-top: 1rem; }
.compact-teaser { min-height: 0; }
.article-meta { margin: 0; color: var(--berry-dark); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.secondary { border: 1px solid var(--navy); background: transparent; }
.secondary:hover { color: var(--berry); border-color: var(--berry); }
.editorial-hero { min-height: 650px; background:
  radial-gradient(circle at 12% 12%, rgba(255,255,255,.76) 0, rgba(255,255,255,0) 28%),
  linear-gradient(135deg, #f2dfc8 0%, #fbf3e9 56%, #f0d5d8 100%); }
.editorial-board { position: relative; padding: clamp(1.25rem, 3vw, 2rem); display: grid; gap: .85rem; background: rgba(255,255,255,.56); border: 1px solid rgba(24,37,59,.1); border-radius: 30px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.editorial-board::before { content: ""; position: absolute; inset: -12px 20px auto -12px; height: 52%; z-index: -1; background: var(--aqua); border-radius: 30px; transform: rotate(-2deg); }
.board-label { margin: 0 0 .25rem; color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.board-card { padding: 1.15rem 1.25rem; display: grid; gap: .35rem; color: var(--ink); background: var(--white); border: 1px solid rgba(24,37,59,.08); border-radius: 16px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.board-card:hover, .board-card:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(20,35,62,.12); }
.board-card span, .board-card small { color: var(--berry-dark); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.board-card strong { font-family: "Playfair Display", serif; font-size: 1.2rem; line-height: 1.25; }
.board-card-main { padding: 1.45rem; background: linear-gradient(135deg, #e6e7c8, #d9ddb3); color: var(--ink); }
.board-card-main span, .board-card-main small { color: var(--berry-dark); }
.board-card-main strong { font-size: clamp(1.35rem, 2.3vw, 1.75rem); }
.topic-grid .service-card.featured { grid-row: auto; min-height: 300px; padding-bottom: clamp(1.7rem, 3vw, 2.8rem); }
.topic-grid .service-card .text-link { display: inline-block; margin-top: 1rem; }
.topic-grid .service-card:nth-child(2) { background: #f2e2d3; }
.home-teaser { grid-template-columns: minmax(170px, 230px) 1fr; align-items: center; padding: 1rem; gap: clamp(1.25rem, 3vw, 2.4rem); overflow: hidden; }
.teaser-image { position: relative; width: 100%; aspect-ratio: 4 / 3; display: block; overflow: hidden; border-radius: 17px; background: var(--blue); }
.teaser-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.teaser-image:hover img, .teaser-image:focus-visible img { transform: scale(1.035); }
.teaser-image span { position: absolute; left: .75rem; top: .75rem; width: 38px; height: 38px; display: grid; place-items: center; color: #3f432f; background: rgba(216,198,158,.95); border-radius: 50% 50% 50% 10px; font-family: "Playfair Display", serif; font-weight: 700; box-shadow: 0 8px 22px rgba(67,61,48,.16); }
.home-teaser h3 { font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.media-section { width: min(1180px, calc(100% - 32px)); margin: 0 auto clamp(2rem, 5vw, 4rem); padding: clamp(3.5rem, 8vw, 7rem); color: var(--ink); background:
  radial-gradient(circle at 88% 8%, rgba(255,255,255,.72) 0, rgba(255,255,255,0) 24%),
  linear-gradient(135deg, #f3e3cf 0%, #f7eee4 52%, #e8dcf2 100%); border: 1px solid rgba(105,82,55,.10); border-radius: 30px; box-shadow: var(--shadow); }
.channel-sign { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.channel-sign img { width: 74px; height: 74px; object-fit: contain; border-radius: 18px; filter: drop-shadow(0 10px 22px rgba(0,0,0,.16)); }
.channel-sign .section-kicker { margin: 0; }
.media-intro { max-width: 760px; margin-bottom: 2.4rem; }
.media-intro h2 { margin-bottom: 1.2rem; font-size: clamp(2.3rem, 4.7vw, 4.2rem); }
.media-intro > p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.media-card { min-height: 260px; padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, #e5e7ce, #d9ddb6); border: 1px solid rgba(105,82,55,.10); border-radius: 20px; }
.media-card h3 { max-width: 520px; margin: .75rem 0; font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.18; }
.media-card p { margin-bottom: 0; color: var(--ink-soft); }
.media-card .text-link { margin-top: 1.2rem; }
.media-type { color: var(--berry-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.accent-card { color: var(--ink); background: linear-gradient(135deg, #f0d1d7, #f4e4d3); }
.accent-card .media-type { color: var(--berry-dark); }
.accent-card p { color: var(--ink-soft); }
.light-link { color: var(--berry-dark); }
.media-note { margin: 1.5rem 0 0; color: var(--ink-soft); font-size: .84rem; }
.page-hero { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem); background: var(--blue); border-radius: 34px; }
.page-hero-inner { max-width: 850px; }
.page-hero h1 { margin-bottom: 1.3rem; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-hero .hero-lead { margin-bottom: 0; }
.breadcrumb { margin-bottom: 1.5rem; color: var(--ink-soft); font-size: .88rem; }
.breadcrumb a { font-weight: 700; text-decoration: none; }
.breadcrumb a:hover { color: var(--berry); }
.knowledge-list { width: min(1050px, calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.knowledge-list .article-teaser { grid-template-columns: 140px 1fr; scroll-margin-top: 1.5rem; }
.knowledge-list > h2 { margin: 0 0 2rem; font-size: clamp(2rem,3.5vw,3rem); }
.knowledge-list .article-teaser-icon { width: 124px; padding: .7rem; border-radius: 999px; font-family: "DM Sans",sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.knowledge-page .page-hero { padding-top: clamp(3.5rem,6vw,5.5rem); padding-bottom: clamp(3.5rem,6vw,5.5rem); }
.knowledge-directory { width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem,7vw,6rem) 0 0; }
.directory-heading { max-width: 760px; margin-bottom: 2rem; }
.directory-heading h2 { margin-bottom: 1rem; font-size: clamp(2.2rem,4vw,3.5rem); }
.directory-heading > p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
.directory-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.directory-grid a { min-height: 220px; padding: 1.5rem; display: flex; flex-direction: column; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.directory-grid a:nth-child(2) { background: #f5e0e2; }
.directory-grid a:nth-child(3) { background: #e7e4c7; }
.directory-grid a:nth-child(4) { background: #f2e2d3; }
.directory-grid a:hover,.directory-grid a:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(105,82,55,.1); }
.directory-grid span { color: var(--berry-dark); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.directory-grid strong { margin: auto 0 .5rem; font-family: "Playfair Display",serif; font-size: 1.35rem; line-height: 1.2; }
.directory-grid small { color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }
.article-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: space-between; gap: 5rem; }
.article-body { min-width: 0; }
.article-body h2 { margin: 3.8rem 0 1.2rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.article-body h3 { margin: 2.5rem 0 .65rem; font-family: "Playfair Display", serif; font-size: 1.55rem; line-height: 1.25; }
.article-body p, .article-body li { color: var(--ink-soft); }
.article-body .article-intro { color: var(--ink); font-size: 1.22rem; font-weight: 600; }
.article-cover { margin: 0 0 2.2rem; }
.article-cover img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.article-cover figcaption { margin-top: .7rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.article-inline-image { margin: 2.5rem 0; }
.article-inline-image img { width: 100%; aspect-ratio: 3 / 2; display: block; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.article-inline-image figcaption { margin-top: .7rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.article-body ul, .article-body ol { padding-left: 1.35rem; }
.article-body li { margin: .6rem 0; padding-left: .25rem; }
.callout { margin: 2rem 0; padding: 1.5rem 1.7rem; background: #f8e7ed; border-left: 4px solid var(--berry); border-radius: 0 16px 16px 0; }
.callout p:last-child { margin-bottom: 0; }
.device-card { margin: 1.3rem 0; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.device-card h3 { margin-top: 0; }
.device-card dl { margin: 1rem 0 0; display: grid; grid-template-columns: 120px 1fr; gap: .55rem 1rem; }
.device-card dt { color: var(--ink); font-weight: 700; }
.device-card dd { margin: 0; color: var(--ink-soft); }
.article-aside { align-self: start; position: sticky; top: 2rem; padding: 1.5rem; background: var(--navy); color: white; border-radius: 18px; }
.article-aside h2 { margin: 0 0 1rem; font-family: "DM Sans", sans-serif; font-size: 1rem; }
.article-aside ol { margin: 0; padding-left: 1.25rem; }
.article-aside li { margin: .7rem 0; color: #fff8ef; font-size: .88rem; }
.article-aside a { text-decoration: none; }
.article-aside a:hover { color: #f285a8; }
.sources { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.sources h2 { margin-top: 0; font-size: 1.8rem; }
.sources a { color: var(--berry-dark); }
.article-cta { margin-top: 3rem; padding: 2rem; background: var(--blue); border-radius: 18px; }
.article-cta h2 { margin-top: 0; font-size: 2rem; }
.button-disabled { opacity: .78; cursor: default; }
.evidence-strip { margin: 2.2rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.evidence-stat { padding: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.evidence-stat strong { display: block; margin-bottom: .35rem; color: var(--berry); font-family: "Playfair Display", serif; font-size: 1.9rem; line-height: 1; }
.evidence-stat span { color: var(--ink-soft); font-size: .84rem; line-height: 1.4; }
.practice-steps { margin: 1.7rem 0; padding: 0 !important; list-style: none; counter-reset: calm-step; }
.practice-steps li { position: relative; margin: .8rem 0; padding: 1.25rem 1.25rem 1.25rem 4.2rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; counter-increment: calm-step; }
.practice-steps li::before { content: counter(calm-step); position: absolute; left: 1.15rem; top: 1.05rem; width: 2.1rem; height: 2.1rem; display: grid; place-items: center; color: white; background: var(--berry); border-radius: 50%; font-weight: 700; }
.practice-steps strong { display: block; margin-bottom: .25rem; color: var(--ink); }
.example-dialogue { margin: 1.5rem 0; padding: 1.5rem; background: var(--navy); color: white; border-radius: 16px; }
.example-dialogue p { color: #dce3ee; }
.example-dialogue p:last-child { margin-bottom: 0; }
.example-dialogue strong { color: #f285a8; }
.decision-grid { margin: 1.7rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.decision-grid section { padding: 1.4rem; background: white; border: 1px solid var(--line); border-radius: 16px; }
.decision-grid h3 { margin: 0 0 .8rem; font-size: 1.3rem; }
.decision-grid ul { margin-bottom: 0; }
.urgent-callout { margin: 2rem 0; padding: 1.7rem; color: white; background: #8e2446; border-radius: 18px; }
.urgent-callout h2 { margin: 0 0 .8rem; font-family: "DM Sans", sans-serif; font-size: 1.2rem; letter-spacing: 0; }
.urgent-callout p { margin: 0; color: rgba(255,255,255,.92); }
.download-card { margin: 2.5rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--blue); border-radius: 22px; }
.download-card h2 { margin: 0 0 .8rem; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.guide-form { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(24,37,59,.16); }
.guide-form > label:not(.check-label), .privacy-form label { display: block; margin-bottom: .35rem; color: var(--ink); font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: .7rem; margin-bottom: .9rem; }
.guide-form input[type="email"], .privacy-form input, .privacy-form textarea { width: 100%; padding: .85rem 1rem; color: var(--ink); background: white; border: 1px solid #aab4c1; border-radius: 12px; font: inherit; }
.guide-form input:focus-visible, .privacy-form input:focus-visible, .privacy-form textarea:focus-visible { outline: 3px solid rgba(191,56,101,.25); border-color: var(--berry); }
.guide-form button { border: 0; cursor: pointer; font: inherit; }
.check-label { display: flex; gap: .6rem; align-items: flex-start; margin: .75rem 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.45; }
.check-label input { margin-top: .2rem; flex: 0 0 auto; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { margin: .8rem 0 0; color: var(--ink); font-weight: 600; }
.form-status.error { color: #8e2446; }
.download-ready { margin-top: .8rem; }
.care-path { margin: 1.5rem 0 2.5rem; }
.path-step { padding: 1.2rem 1.4rem; display: grid; grid-template-columns: 180px 1fr; gap: 1rem; background: white; border: 1px solid var(--line); border-radius: 16px; }
.path-step strong { color: var(--berry-dark); }
.path-step span { color: var(--ink-soft); }
.path-arrow { height: 32px; display: grid; place-items: center; color: var(--berry); font-size: 1.4rem; font-weight: 700; }
.referral-table-wrap { margin: 1.5rem 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.referral-table { width: 100%; border-collapse: collapse; background: white; font-size: .93rem; }
.referral-table th { padding: 1rem; color: white; background: var(--navy); text-align: left; }
.referral-table td { padding: 1rem; color: var(--ink-soft); border-top: 1px solid var(--line); vertical-align: top; }
.referral-table td:first-child { color: var(--ink); }
.key-message { background: #eee9d7; border-left-color: var(--navy); }
.signal-list strong, .check-list strong { color: var(--ink); }
.comparison-grid { margin: 1.7rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.comparison-grid section { padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.comparison-grid section:last-child { background: #f7e4e6; border-color: rgba(157,95,109,.3); }
.comparison-grid ul { margin-bottom: 0; }
.comparison-label { margin-bottom: .7rem; color: var(--ink) !important; font-weight: 800; }
.source-note { padding: .9rem 1rem; background: #f0ecdf; border-radius: 12px; font-size: .88rem; }
.visit-checklist { margin: 1.5rem 0; padding: 1.6rem; background: linear-gradient(135deg,#f7efe3,#eeead4); border: 1px solid var(--line); border-radius: 20px; }
.visit-checklist h3 { margin-top: 0; }
.visit-checklist ul { margin-bottom: 0; }
.example-note { margin: 1.3rem 0; padding: 1.3rem 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.example-note p { margin-bottom: .65rem; }
.example-note p:last-child { margin-bottom: 0; }
.example-note span { display: inline-block; min-width: 72px; color: var(--berry-dark); font-weight: 800; }
.practice-note { margin: 2rem 0; padding: 1.6rem; background: #e5e6cf; border-radius: 18px; }
.practice-note .section-kicker { margin-bottom: .65rem; }
.practice-note p:last-child { margin-bottom: 0; color: var(--ink); }
.legal-page { width: min(780px, calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-page h2 { margin: 2.7rem 0 1rem; font-size: 2rem; }
.legal-page p { color: var(--ink-soft); }
.privacy-form { margin: 1.5rem 0 2.5rem; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: 16px; }
.privacy-form input, .privacy-form textarea { margin-bottom: 1rem; }
.privacy-form button { border: 0; cursor: pointer; font: inherit; }
.contact { width: min(1180px, calc(100% - 32px)); margin: 0 auto 1rem; padding: clamp(3.5rem, 8vw, 7rem); background: var(--berry); color: white; border-radius: 30px; text-align: center; }
.contact h2 { max-width: 820px; margin: 0 auto 1.2rem; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.contact > p { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.85); font-size: 1.1rem; }
.contact-placeholder { width: min(520px, 100%); margin: 2.2rem auto 1.4rem; padding: 1rem 1.3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: white; color: var(--ink); border-radius: 14px; text-align: left; }
.contact-placeholder span { color: var(--ink-soft); font-size: .8rem; }
.contact-placeholder strong { font-size: .92rem; }
.contact-links { width: min(760px, 100%); margin: 2.2rem auto 1.4rem; display: grid; grid-template-columns: 1.35fr .65fr; gap: .8rem; }
.contact-links a { min-height: 92px; padding: 1.15rem 1.3rem; display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: white; border-radius: 16px; text-align: left; text-decoration: none; box-shadow: 0 12px 34px rgba(79,50,58,.12); }
.contact-links a:hover, .contact-links a:focus-visible { color: var(--berry-dark); transform: translateY(-2px); }
.contact-links span { margin-bottom: .2rem; color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: 1rem; }
.contact small { display: block; max-width: 780px; margin: 0 auto; color: rgba(255,255,255,.72); font-size: .78rem; }
footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 2.5rem 0 3rem; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; color: var(--ink-soft); font-size: .85rem; }
footer p { margin: 0; }
.footer-contact a { font-weight: 600; text-decoration: none; }
.footer-contact a:hover, .footer-contact a:focus-visible, footer > p:last-child a:hover, footer > p:last-child a:focus-visible { color: var(--berry-dark); }
@media (max-width: 1180px) {
  .site-header { min-height: 70px; }
  .menu-button { display: block; }
  nav { position: absolute; z-index: 20; top: calc(100% + .45rem); left: 0; right: 0; max-height: calc(100dvh - 92px); padding: .75rem; display: none; overflow-y: auto; flex-direction: column; align-items: stretch; gap: .25rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: .65rem .75rem; border-radius: 10px; }
  nav a:hover, nav a:focus-visible { background: #f6eadf; }
  .hero { grid-template-columns: 1fr; padding: 3.5rem 1.5rem; }
  .hero-visual { width: min(520px, 100%); margin: 0 auto; }
  .image-frame { aspect-ratio: 1 / 1.08; }
  .note-card { right: -.5rem; }
  .section-heading, .process, .about, .for-whom, .knowledge-preview-heading, .article-shell, .media-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .editorial-hero { min-height: auto; }
  .article-aside { position: static; order: -1; }
  .process { padding-left: 24px; padding-right: 24px; }
  .about, .for-whom { width: min(100% - 48px, 720px); }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}
@media (max-width: 620px) {
  .site-header { top: .35rem; width: calc(100% - 16px); min-height: 60px; margin: .35rem auto; padding: .45rem .55rem; border-radius: 16px; }
  .services { width: calc(100% - 32px); }
  .site-header .brand { gap: .55rem; font-size: .9rem; }
  .site-header .brand-mark { width: 36px; height: 36px; }
  .menu-button { min-height: 42px; padding: .5rem .72rem; background: var(--white); }
  .navigation-rail { width: calc(100% - 32px); margin-top: .7rem; }
  .back-link { min-height: 42px; padding: .45rem .75rem; font-size: .84rem; }
  .back-to-top { width: 44px; height: 44px; }
  .brand small { display: none; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero { border-radius: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { flex-direction: column; }
  .intro { width: calc(100% - 32px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-row: auto; min-height: auto; padding-bottom: 3rem; }
  .contact { padding: 3.5rem 1.25rem; }
  .contact-placeholder { align-items: flex-start; flex-direction: column; }
  .contact-links { grid-template-columns: 1fr; }
  .article-teaser, .knowledge-list .article-teaser { grid-template-columns: 1fr; }
  .page-hero { padding: 3.5rem 1.5rem; border-radius: 24px; }
  .article-shell, .knowledge-list, .knowledge-preview { width: calc(100% - 32px); }
  .device-card dl { grid-template-columns: 1fr; gap: .15rem; }
  .device-card dd { margin-bottom: .65rem; }
  .evidence-strip { grid-template-columns: 1fr; }
  .decision-grid, .comparison-grid { grid-template-columns: 1fr; }
  .form-row, .path-step { grid-template-columns: 1fr; }
  .referral-table { min-width: 690px; }
  .article-body h2 { margin-top: 3rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Centrum pomocy */
.toolbox-promo { width: min(1180px, calc(100% - 48px)); margin: 0 auto clamp(6rem,10vw,9rem); padding: clamp(2rem,5vw,4.5rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: center; background: linear-gradient(135deg,#f1d8dc,#f2e5d4 58%,#d9d5ad); border-radius: 30px; }
.toolbox-promo h2 { margin-bottom: 1rem; font-size: clamp(2.2rem,4vw,3.7rem); }
.toolbox-promo > div > p:not(.section-kicker) { max-width: 600px; color: var(--ink-soft); font-size: 1.08rem; }
.toolbox-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.toolbox-mini-grid a { min-height: 145px; padding: 1.25rem; display: flex; flex-direction: column; justify-content: flex-end; color: var(--ink-soft); background: rgba(255,250,243,.78); border: 1px solid rgba(157,95,109,.16); border-radius: 18px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.toolbox-mini-grid a:hover, .toolbox-mini-grid a:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(105,82,55,.1); }
.toolbox-mini-grid strong { display: block; margin-bottom: .3rem; color: var(--ink); font-family: "Playfair Display",serif; font-size: 1.2rem; }
.tool-hero { width: min(1280px,calc(100% - 32px)); margin: 0 auto; padding: clamp(2.2rem,6vw,5.5rem); background: linear-gradient(135deg,#f1dfcb,#f3e4d8 60%,#d8d3aa); border-radius: 34px; }
.tool-hero-copy { max-width: 830px; }
.tool-hero h1 { margin-bottom: .7rem; }
.problem-picker { margin: 2rem 0 1.2rem; display: block; color: var(--ink); font-weight: 700; }
.problem-picker select, .activity-form select { width: 100%; margin-top: .45rem; padding: .95rem 1rem; color: var(--ink); background: var(--white); border: 1px solid #b9a995; border-radius: 13px; font: inherit; }
.problem-picker select { max-width: 690px; font-size: 1.05rem; }
.problem-result { display: grid; grid-template-columns: repeat(6,1fr); gap: .8rem; }
.problem-result article { grid-column: span 2; min-height: 190px; padding: 1.35rem; background: rgba(255,250,243,.88); border: 1px solid rgba(64,56,47,.1); border-radius: 18px; }
.problem-result article:nth-child(4) { grid-column: span 3; }
.problem-result article:nth-child(5) { grid-column: span 3; }
.problem-result h2 { margin-bottom: .7rem; font-family: "DM Sans",sans-serif; font-size: 1rem; }
.problem-result p, .problem-result li { margin-bottom: 0; color: var(--ink-soft); font-size: .93rem; }
.problem-result ol { margin: 0; padding-left: 1.2rem; }
.problem-result .avoid { background: #f5e0e2; }
.problem-result .say { background: #e2e3c7; }
.problem-result .urgent { color: white; background: #74545b; }
.problem-result .urgent p { color: rgba(255,255,255,.9); }
.daily-tip { width: min(1050px,calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem,8vw,7rem) 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: center; }
.daily-tip h2 { font-size: clamp(2rem,3.5vw,3.2rem); }
.daily-tip blockquote { margin: 0; padding: 2rem; color: var(--ink); background: var(--white); border-left: 5px solid var(--berry); border-radius: 0 20px 20px 0; box-shadow: var(--shadow); font-family: "Playfair Display",serif; font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.35; }
.tool-section { width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: clamp(4.5rem,8vw,7rem) 0; }
.tool-section.tinted { width: min(1280px,calc(100% - 32px)); padding: clamp(3rem,6vw,5.5rem); background: #f1e4d6; border-radius: 32px; }
.activity-form { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.activity-form label { font-size: .9rem; font-weight: 700; }
.activity-form .button { grid-column: 1 / -1; border: 0; font: inherit; cursor: pointer; }
.activity-results { margin-top: 1.5rem; }
.activity-results > h3 { font-family: "Playfair Display",serif; font-size: 1.8rem; }
.activity-results > div { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; }
.activity-results article { padding: 1.2rem; background: #e7e4c7; border-radius: 16px; }
.activity-results article:nth-child(even) { background: #f3dadd; }
.activity-results span,.resource-grid span { color: var(--berry-dark); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.activity-results h4 { margin: .7rem 0; font-family: "Playfair Display",serif; font-size: 1.25rem; line-height: 1.2; }
.activity-results p { color: var(--ink-soft); font-size: .9rem; }
.activity-results small { color: var(--ink-soft); }
.generator-note { margin-top: 1rem; color: var(--ink-soft); }
.path-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; }
.path-cards article { padding: 1.2rem; background: var(--white); border-radius: 16px; }
.path-cards span { width: 2rem; height: 2rem; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-weight: 700; }
.path-cards h3 { margin: 1rem 0 .5rem; font-family: "Playfair Display",serif; font-size: 1.35rem; }
.path-cards p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.signal-checker { margin-top: 1.4rem; padding: 1.5rem; background: var(--white); border-radius: 18px; }
.signal-checker h3 { font-family: "Playfair Display",serif; font-size: 1.6rem; }
.check-grid { margin: 1rem 0 1.4rem; display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; }
.check-grid label { padding: .8rem; background: #f5ede4; border-radius: 10px; }
.signal-checker .button { border: 1px solid var(--navy); cursor: pointer; font: inherit; }
.signal-result { max-width: 760px; margin: 1rem 0 0; font-weight: 600; }
.memory-topics { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; }
.memory-topics button { padding: .7rem 1.05rem; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font: inherit; font-weight: 700; }
.memory-topics button.active { color: white; background: var(--navy); border-color: var(--navy); }
.memory-topics button:focus-visible { outline: 3px solid var(--berry); outline-offset: 3px; }
.memory-intro { margin-bottom: 1.4rem; padding: 1.25rem 1.4rem; color: var(--ink); background: #fffaf3; border: 1px solid var(--line); border-left: 5px solid var(--berry); border-radius: 0 16px 16px 0; }
.memory-intro h3 { margin: 0 0 .7rem; font-family: "Playfair Display",serif; font-size: 1.45rem; }
.memory-intro ul { margin: 0; padding-left: 1.2rem; }
.memory-intro li + li { margin-top: .4rem; }
.memory-card { padding: clamp(1.6rem,4vw,3rem); background: linear-gradient(135deg,#e4e4c9,#f1d8dc); border-radius: 24px; }
.memory-card h3 { margin-bottom: 1.2rem; font-family: "Playfair Display",serif; font-size: clamp(2rem,4vw,3.2rem); }
.memory-plan { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; }
.memory-plan section { padding: 1.2rem; background: rgba(255,250,243,.78); border-radius: 14px; }
.memory-plan h4 { margin: 0 0 .65rem; font-size: 1.05rem; }
.memory-plan p,.memory-plan ul { margin: 0; }
.memory-plan ul { padding-left: 1.15rem; }
.memory-plan li + li { margin-top: .35rem; }
.memory-choices { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: 1.2rem; }
.memory-choices span { padding: 1.2rem; background: rgba(255,250,243,.78); border-radius: 14px; font-weight: 700; }
.memory-plan .memory-choices { margin-bottom: 0; }
.memory-plan .memory-choices span { padding: .85rem; background: var(--white); }
.memory-close { margin-top: 1rem; padding: 1rem 1.2rem; background: var(--navy); color: white; border-radius: 14px; }
.memory-stop { margin: 1rem 0 0; color: var(--ink-soft); }
.resource-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.resource-grid > a { min-height: 280px; padding: 1.5rem; display: flex; flex-direction: column; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.resource-grid h3 { margin: 1.1rem 0 .7rem; font-family: "Playfair Display",serif; font-size: 1.45rem; }
.resource-grid p { color: var(--ink-soft); }
.resource-grid strong { margin-top: auto; color: var(--berry-dark); }
.treasure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.treasure-grid > article { min-height: 300px; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.treasure-grid h3 { font-family: "Playfair Display",serif; font-size: 1.55rem; }
.treasure-grid p { color: var(--ink-soft); }
.help-map { width: min(1080px,calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem,8vw,7rem) 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.help-map article { min-height: 260px; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.help-map span { color: var(--berry-dark); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.help-map h2 { margin: .8rem 0; font-size: 1.6rem; }
.help-map p { color: var(--ink-soft); }
.help-map .urgent { color: white; background: #74545b; }
.help-map .urgent p,.help-map .urgent span { color: rgba(255,255,255,.88); }
.help-next { width: min(900px,calc(100% - 48px)); margin: 0 auto 6rem; padding: 2rem; background: #e2e3c7; border-radius: 20px; }
.help-next h2 { font-size: 2rem; }
.help-next li { margin: .7rem 0; }

/* Materiały drukowane */
.print-page { background: #eee9e1; font-family: Arial,sans-serif; color: #28231f; }
.print-page main { width: min(1000px,calc(100% - 32px)); margin: 24px auto; padding: 36px; background: white; box-shadow: 0 10px 40px rgba(0,0,0,.08); }
.print-page h1,.print-page h2 { font-family: Georgia,serif; }
.print-actions { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.print-actions button { padding: .75rem 1rem; color: white; background: #68704a; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; }
.print-page header { padding-bottom: 1.5rem; border-bottom: 2px solid #68704a; }
.print-page header h1 { margin-bottom: .5rem; font-size: 2.4rem; }
.identity-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 2rem; padding: 1rem 0; }
.print-checks { display: grid; grid-template-columns: repeat(4,1fr); gap: .5rem; }
.observation-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: .82rem; }
.observation-table th,.observation-table td { padding: .45rem; border: 1px solid #837b70; text-align: left; vertical-align: top; }
.observation-table th:first-child { width: 16%; }
.observation-table td { height: 54px; }
.print-summary div { height: 55px; border-bottom: 1px solid #837b70; }
.print-summary li { min-height: 32px; border-bottom: 1px solid #837b70; }
.print-page aside { margin-top: 1.5rem; padding: 1rem; color: #603c43; background: #f4dfe1; border: 1px solid #cf8794; }
.sos-print-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sos-print-grid article { break-inside: avoid; padding: 16px; border: 1px solid #837b70; border-top: 7px solid #68704a; border-radius: 8px; }
.sos-print-grid h2 { margin-bottom: .7rem; font-size: 1.4rem; }
.sos-print-grid h3 { margin: .65rem 0 .15rem; font-size: .85rem; text-transform: uppercase; }
.sos-print-grid p { margin-bottom: .35rem; font-size: .85rem; line-height: 1.35; }
.print-footer { margin-top: 1rem; padding-top: 1rem; border-top: 2px solid #68704a; text-align: center; font-weight: 700; }

@media (max-width: 900px) {
  .toolbox-promo,.daily-tip { grid-template-columns: 1fr; gap: 2rem; }
  .problem-result article,.problem-result article:nth-child(4),.problem-result article:nth-child(5) { grid-column: span 3; }
  .activity-form { grid-template-columns: 1fr 1fr; }
  .activity-results > div,.path-cards { grid-template-columns: repeat(2,1fr); }
  .resource-grid,.treasure-grid,.help-map,.memory-plan { grid-template-columns: 1fr 1fr; }
  .check-grid { grid-template-columns: 1fr 1fr; }
  .directory-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .toolbox-promo,.tool-section { width: calc(100% - 32px); }
  .toolbox-mini-grid,.activity-form,.activity-results > div,.path-cards,.resource-grid,.treasure-grid,.help-map,.memory-choices,.memory-plan,.check-grid,.directory-grid { grid-template-columns: 1fr; }
  .memory-card { padding: 1.25rem; }
  .memory-plan section { padding: 1rem; }
  .knowledge-directory { width: calc(100% - 32px); }
  .directory-grid a { min-height: 170px; }
  .knowledge-list .article-teaser { grid-template-columns: 1fr; }
  .knowledge-list .article-teaser-icon { width: fit-content; min-width: 110px; }
  .problem-result { grid-template-columns: 1fr; }
  .problem-result article,.problem-result article:nth-child(4),.problem-result article:nth-child(5) { grid-column: auto; min-height: auto; }
  .tool-section.tinted { padding: 2.2rem 1rem; }
  .print-page main { width: 100%; margin: 0; padding: 16px; }
  .identity-fields,.print-checks,.sos-print-grid { grid-template-columns: 1fr; }
}
@media print {
  @page { size: A4; margin: 10mm; }
  .print-page { background: white; }
  .print-page main { width: 100%; margin: 0; padding: 0; box-shadow: none; }
  .print-actions { display: none; }
  .print-page header h1 { font-size: 22pt; }
  .observation-table td { height: 43px; }
  .print-summary { break-before: page; }
  .sos-print-grid article { min-height: 82mm; }
  .site-header,.navigation-rail,.back-to-top { display: none !important; }
}
