:root {
  --ink: #101a3b;
  --muted: #64708a;
  --line: #e9e8ef;
  --paper: #fffefd;
  --pink: #e62d78;
  --pink-dark: #bb195b;
  --pink-soft: #fff0f4;
  --rose: #f9dfe6;
  --purple: #7441cf;
  --purple-dark: #5429a8;
  --purple-soft: #f3edff;
  --teal: #20a9b4;
  --amber: #f2a31b;
  --shadow: 0 16px 45px rgba(30, 27, 66, .08);
  --radius: 18px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Avenir Next, Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
#contenido.container { max-width: none; margin: 0; padding: 0; }

.preview-rail {
  min-height: 32px;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #121a37;
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.preview-rail span { display: inline-flex; align-items: center; gap: 7px; }
.preview-rail strong { color: #ffc6dc; font-weight: 700; }
.preview-rail .icon { width: 14px; height: 14px; }

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; font-weight: 800; }
.brand img { width: 170px; height: auto; }
.brand span { padding-left: 13px; border-left: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.language-switch a { min-width: 34px; padding: 6px 9px; border-radius: 999px; color: var(--muted); text-align: center; text-decoration: none; font-size: 11px; font-weight: 800; }
.language-switch a[aria-current="page"] { background: var(--ink); color: #fff; }
.home-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 750; }
.home-link .icon { width: 16px; transform: rotate(180deg); }

.landing-hero { overflow: hidden; background: linear-gradient(110deg, #eff3fa 0%, #f5f3f8 50%, #f7e6e8 100%); }
.landing-hero-grid { min-height: 365px; display: grid; grid-template-columns: 55% 45%; align-items: center; }
.landing-intro { position: relative; z-index: 2; padding: 62px 0 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--pink-dark); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow .icon { width: 16px; }
.landing-intro h1 { margin: 0 0 7px; font-size: clamp(44px, 5vw, 67px); line-height: .98; letter-spacing: -.055em; }
.landing-intro > p { max-width: 480px; margin: 0; color: #3d4763; font-size: 20px; line-height: 1.35; }
.search-box { width: min(540px, 92%); height: 55px; margin-top: 30px; padding: 0 19px 0 22px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(23,30,61,.08); border-radius: 999px; background: #fff; box-shadow: 0 14px 35px rgba(44,41,77,.1); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-box input::placeholder { color: #8d94a7; }
.search-box .icon { width: 22px; color: var(--ink); }
.landing-art { position: relative; align-self: stretch; min-height: 365px; }
.landing-art::before { content: ""; position: absolute; inset: 0 -18vw 0 -25%; background: radial-gradient(circle at 55% 53%, #f9c9ca 0 23%, transparent 24%), radial-gradient(circle at 74% 35%, #edada9 0 18%, transparent 19%), linear-gradient(100deg, transparent 0 22%, rgba(255,255,255,.2) 62%); opacity: .8; }
.couple-shape { position: absolute; border-radius: 48% 52% 45% 55% / 38% 42% 58% 62%; background: linear-gradient(145deg,#d68f84,#f0bbb5); box-shadow: inset 28px -25px 60px rgba(138,64,65,.13); transform: rotate(-8deg); }
.couple-one { width: 210px; height: 285px; right: 82px; top: 35px; }
.couple-two { width: 185px; height: 245px; right: -8px; top: 82px; background: linear-gradient(150deg,#9f655e,#df9e94); transform: rotate(13deg); }
.embrace-line { position: absolute; width: 430px; right: -5px; bottom: 7px; fill: none; stroke: rgba(255,255,255,.82); stroke-width: 2.2; stroke-linecap: round; }
.landing-art .script-note { position: absolute; z-index: 3; top: 52px; left: -20px; max-width: 195px; color: #344d51; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 18px; line-height: 1.45; transform: rotate(-7deg); }

.category-strip { position: relative; z-index: 3; margin-top: 28px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.category-tile { min-height: 143px; padding: 20px 13px 17px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; border: 1px solid rgba(31,30,66,.04); border-radius: 14px; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.category-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-icon { width: 39px; height: 39px; margin-bottom: 10px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.7); }
.category-icon .icon { width: 25px; height: 25px; }
.category-tile strong { font-size: 13px; line-height: 1.25; }
.category-tile small { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.tone-1 { background: #ecf8f8; color: #168997; }
.tone-2 { background: #fff0f5; color: #dd4481; }
.tone-3 { background: #f6efff; color: #8a51d0; }
.tone-4 { background: #fff8e9; color: #dd9317; }
.tone-5 { background: #fff0f0; color: #e3525e; }
.tone-6 { background: #ecf8f3; color: #26a87e; }

.landing-section { padding-top: 42px; }
.section-heading { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: 25px; line-height: 1.1; letter-spacing: -.025em; }
.section-heading > span { color: var(--pink); font-size: 12px; font-weight: 800; }
.featured-card { min-height: 310px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: 0 10px 28px rgba(29,25,61,.055); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.featured-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.featured-visual { min-height: 310px; overflow: hidden; background: linear-gradient(145deg,#efd4cc,#fbece9); }
.featured-visual .hero-visual { min-height: 100%; border-radius: 0; }
.featured-visual .hero-visual .script-note { display: none; }
.featured-copy { position: relative; padding: 38px 68px 35px 35px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.chip { display: inline-flex; align-items: center; width: fit-content; padding: 6px 11px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.chip-pink { background: #ffe0eb; color: #ca1f62; }
.chip-purple { background: #e9ddff; color: #6833bb; }
.featured-copy h3 { max-width: 650px; margin: 13px 0 9px; font-size: clamp(25px,3vw,36px); line-height: 1.08; letter-spacing: -.035em; }
.featured-copy p { max-width: 650px; margin: 0; color: #56617a; font-size: 15px; }
.card-meta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; color: #6c768d; font-size: 11px; font-weight: 650; }
.card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.card-meta .icon { width: 15px; }
.round-arrow { position: absolute; right: 24px; bottom: 24px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: #fff; }
.round-arrow .icon { width: 20px; }

.recommend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.recommend-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 0 8px 23px rgba(29,25,61,.045); transition: transform .2s ease, box-shadow .2s ease; }
.recommend-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-picture { height: 180px; overflow: hidden; background: #f8ecea; }
.position-picture img { width: 100%; height: 100%; object-fit: contain; padding: 12px 17px 0; }
.abstract-picture { display: grid; place-items: center; position: relative; }
.abstract-picture::before, .abstract-picture::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.abstract-picture::before { width: 150px; height: 150px; background: rgba(232,98,128,.24); left: 8%; top: 18%; }
.abstract-picture::after { width: 130px; height: 130px; background: rgba(247,184,174,.5); right: 4%; bottom: -20%; }
.abstract-picture span { position: relative; z-index: 2; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 28px; background: rgba(255,255,255,.75); color: var(--pink); transform: rotate(-5deg); }
.abstract-picture .icon { width: 42px; height: 42px; }
.abstract-2 { background: #f4ecff; }
.abstract-2::before { background: rgba(122,65,207,.23); }
.abstract-2 span { color: var(--purple); }
.recommend-copy { padding: 19px 20px 17px; }
.recommend-copy .chip { margin-top: -34px; position: relative; z-index: 2; }
.recommend-copy h3 { min-height: 54px; margin: 11px 0 8px; font-size: 18px; line-height: 1.22; letter-spacing: -.018em; }
.recommend-copy p { min-height: 66px; margin: 0; color: #657087; font-size: 12px; line-height: 1.45; }
.card-bottom { margin-top: 17px; display: flex; justify-content: space-between; align-items: center; color: #68738b; font-size: 10px; font-weight: 700; }
.card-bottom span { display: flex; align-items: center; gap: 5px; }
.card-bottom .icon { width: 14px; }
.card-bottom b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pink); }
.accent-purple .card-bottom b { background: var(--purple); }
.search-empty { padding: 30px; border: 1px dashed var(--line); border-radius: 14px; text-align: center; color: var(--muted); }

.topic-section { padding-bottom: 30px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.topic-card { min-height: 102px; padding: 18px 19px; display: grid; grid-template-columns: 50px 1fr 38px; align-items: center; gap: 14px; border-radius: 14px; overflow: hidden; position: relative; }
.topic-card::after { content: ""; width: 170px; height: 170px; position: absolute; right: -55px; top: -55px; border-radius: 46% 54% 60% 40%; background: rgba(255,255,255,.48); }
.topic-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.65); }
.topic-icon .icon { width: 28px; }
.topic-card div { position: relative; z-index: 2; display: flex; flex-direction: column; }
.topic-card strong { color: var(--ink); font-size: 14px; }
.topic-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.topic-arrow { position: relative; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 5px 12px rgba(39,35,74,.08); }
.topic-arrow .icon { width: 16px; }
.suggest-banner { margin: 0 0 50px; padding: 20px 22px; min-height: 86px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 17px; border-radius: 15px; background: linear-gradient(100deg,#fff0f5,#f8edff); }
.suggest-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: #fff; }
.suggest-banner h2 { margin: 0 0 2px; font-size: 15px; }
.suggest-banner p { margin: 0; color: var(--muted); font-size: 11px; }
.suggest-banner button { padding: 10px 18px; border: 0; border-radius: 999px; color: #fff; background: var(--pink); font-size: 11px; font-weight: 800; opacity: .7; }

.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--pink); transition: width .08s linear; }
.positions-article .reading-progress span { background: var(--purple); }
.article-hero { overflow: hidden; border-bottom: 1px solid rgba(38,33,71,.04); }
.hero-pink { background: linear-gradient(110deg,#fff 0%,#fff6f7 47%,#f6d7d6 100%); }
.hero-purple { background: linear-gradient(110deg,#fff 0%,#faf7ff 47%,#e7dcf4 100%); }
.breadcrumbs { padding-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #7d8599; font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--pink); }
.article-hero-grid { min-height: 365px; display: grid; grid-template-columns: minmax(0, 65%) 35%; align-items: stretch; }
.article-lead { position: relative; z-index: 3; padding: 45px 35px 48px 0; align-self: center; }
.article-lead h1 { max-width: 790px; margin: 14px 0 12px; font-size: clamp(37px,4.3vw,56px); line-height: 1.04; letter-spacing: -.047em; }
.article-lead > p { max-width: 770px; margin: 0; color: #536079; font-size: 16px; line-height: 1.5; }
.article-meta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 20px; color: #657088; font-size: 11px; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta .icon { width: 15px; }
.hero-visual { position: relative; min-height: 365px; overflow: hidden; }
.hero-visual .visual-orb { position: absolute; width: 390px; height: 390px; right: -74px; bottom: -90px; border-radius: 45% 55% 38% 62% / 45% 38% 62% 55%; background: linear-gradient(145deg,rgba(230,120,116,.25),rgba(248,205,200,.75)); transform: rotate(12deg); }
.visual-purple .visual-orb { background: linear-gradient(145deg,rgba(131,83,196,.2),rgba(239,222,249,.8)); }
.body-line { position: absolute; width: 315px; height: 315px; bottom: -5px; right: 0; fill: none; stroke: #b8756e; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .78; }
.body-line .leaves { stroke: rgba(150,106,101,.55); stroke-width: 1.4; }
.hero-visual .script-note { position: absolute; z-index: 3; right: 7px; bottom: 47px; color: #394a5b; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 16px; line-height: 1.45; transform: rotate(-8deg); }
.visual-positions img { position: absolute; width: 390px; max-width: none; right: -60px; bottom: -2px; mix-blend-mode: multiply; opacity: .66; filter: saturate(.6) hue-rotate(25deg); }
.visual-positions .visual-orb { background: linear-gradient(145deg,rgba(133,86,202,.22),rgba(242,229,252,.88)); }
.visual-positions .script-note { color: #5b35a1; }
.article-shell { padding-top: 30px; padding-bottom: 62px; }
.summary-panel { margin-bottom: 34px; padding: 24px 28px 23px; border-radius: 15px; }
.summary-pink { background: linear-gradient(110deg,#fff0f3,#faeef8); }
.summary-purple { background: linear-gradient(110deg,#f4efff,#f8f1ff); }
.summary-panel h2 { margin: 0 0 13px; display: flex; align-items: center; gap: 9px; font-size: 16px; }
.summary-panel h2 > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pink); }
.summary-purple h2 > span { background: var(--purple); }
.summary-panel h2 .icon { width: 17px; }
.summary-panel ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.summary-panel li { display: flex; align-items: flex-start; gap: 9px; color: #3e4961; font-size: 13px; }
.summary-panel li > .icon { width: 16px; height: 16px; margin-top: 2px; color: var(--pink); stroke-width: 2.5; }
.summary-purple li > .icon { color: var(--purple); }

.editorial-layout { display: grid; grid-template-columns: 205px minmax(0,1fr) 260px; gap: 27px; align-items: start; }
.toc-card { position: sticky; top: 20px; padding: 19px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.toc-card h2 { margin: 0 0 14px; font-size: 14px; }
.toc-card ol { margin: 0; padding-left: 22px; color: #8a2b55; }
.toc-card li { padding: 5px 0; font-size: 10px; }
.toc-card a { color: #536079; text-decoration: none; }
.toc-card a:hover { color: var(--pink); }
.editorial-main { min-width: 0; }
.prose { color: #3f4961; font-size: 14px; line-height: 1.68; }
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol { margin: 0 0 17px; padding-left: 20px; }
.prose li { margin: 6px 0; }
.prose a { color: var(--pink-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.intro-prose { padding: 5px 0 17px; font-size: 15px; }
.content-section { scroll-margin-top: 20px; padding: 20px 0 27px; border-bottom: 1px solid #efedf2; }
.content-section > h2, .split-copy > h2, .consult-section h2 { margin: 0 0 13px; font-size: 24px; line-height: 1.14; letter-spacing: -.025em; }
.section-kicker { margin-bottom: 7px; color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.cause-grid { margin-top: 17px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.cause-grid article { padding: 17px; border-radius: 12px; background: linear-gradient(145deg,#fff5f6,#fff); border: 1px solid #f4e8eb; }
.cause-grid article > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: var(--pink); background: #ffe4ec; }
.cause-grid article h3 { margin: 12px 0 5px; font-size: 13px; }
.cause-grid article p { margin: 0; color: #657087; font-size: 10px; line-height: 1.5; }
.split-section { display: grid; grid-template-columns: minmax(0,1fr) 180px; gap: 18px; align-items: center; }
.checklist-prose ul { padding: 0; list-style: none; }
.checklist-prose li { position: relative; padding-left: 22px; }
.checklist-prose li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pink); font-size: 9px; font-weight: 900; }
.soft-callout { padding: 24px 17px; border-radius: 14px; background: linear-gradient(150deg,#fbf0ff,#f4edff); text-align: center; }
.soft-callout > span { width: 48px; height: 48px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 50%; color: var(--purple); background: #fff; }
.soft-callout strong { display: block; font-size: 13px; }
.soft-callout p { margin: 7px 0 0; color: #716484; font-size: 10px; }
.consult-section { display: grid; grid-template-columns: minmax(0,1fr) 205px; gap: 18px; align-items: start; }
.consult-card { padding: 18px; border-radius: 13px; background: var(--pink-soft); }
.consult-card h3 { margin: 0 0 10px; font-size: 13px; }
.consult-card ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.consult-card li { display: flex; align-items: flex-start; gap: 7px; color: #5d5362; font-size: 9px; line-height: 1.42; }
.consult-card .icon { width: 14px; color: var(--pink); }
.faq-section h2 { margin: 0 0 14px; font-size: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 14px 2px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: #28314e; font-size: 12px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--pink); font-size: 18px; line-height: 1; }
.positions-article .faq-list summary span { color: var(--purple); }
.faq-list details p { margin: 0; padding: 0 24px 15px 2px; color: #69738a; font-size: 11px; }
.editorial-sidebar { display: grid; gap: 15px; }
.side-card { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.side-card h2 { margin: 0 0 10px; font-size: 14px; }
.related-card > a { padding: 11px 0; display: grid; grid-template-columns: 34px 1fr 16px; gap: 9px; align-items: center; border-top: 1px solid #f0eef2; text-decoration: none; }
.related-card > a > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--pink); background: var(--pink-soft); }
.related-card > a > span .icon { width: 17px; }
.related-card > a > .icon { width: 13px; color: var(--pink); }
.related-card strong { display: block; font-size: 10px; line-height: 1.25; }
.related-card small { margin-top: 3px; display: block; color: #7b8395; font-size: 8px; line-height: 1.35; }
.sources-card p { margin: -4px 0 10px; color: #788195; font-size: 9px; }
.sources-card ul { margin: 0; padding: 0; list-style: none; }
.sources-card li { border-top: 1px solid #f0eef2; }
.sources-card a { padding: 9px 0; display: flex; align-items: center; justify-content: space-between; gap: 7px; color: #31567b; text-decoration: none; font-size: 9px; font-weight: 750; }
.sources-card .icon { width: 13px; color: var(--pink); }
.provenance-card { display: flex; align-items: center; gap: 10px; background: #f2f8f7; }
.provenance-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #188f78; background: #fff; }
.provenance-card strong, .provenance-card small { display: block; }
.provenance-card strong { font-size: 10px; }
.provenance-card small { margin-top: 2px; color: #6c7d7a; font-size: 8px; }

.positions-intro { max-width: 820px; margin: -2px auto 28px; text-align: center; }
.criteria-section { padding: 7px 0 32px; }
.criteria-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.criteria-grid article { min-height: 105px; padding: 16px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 13px; background: #f8f3ff; text-align: center; }
.criteria-grid article > span { color: var(--purple); }
.criteria-grid .icon { width: 29px; height: 29px; }
.criteria-grid strong { margin-top: 8px; font-size: 11px; }
.criteria-grid small { margin-top: 4px; color: #7a6c8e; font-size: 8px; }
.positions-section { padding-top: 10px; }
.positions-section .section-heading > span { color: var(--purple); }
.position-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.position-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 9px 25px rgba(51,34,91,.055); }
.position-image { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#fff5f1,#fbf3ff); }
.position-image img { width: 100%; height: 100%; padding: 15px; object-fit: contain; mix-blend-mode: multiply; }
.position-image > span { position: absolute; left: 13px; top: 13px; padding: 4px 7px; border-radius: 999px; color: var(--purple); background: rgba(255,255,255,.88); box-shadow: 0 4px 10px rgba(33,25,55,.07); font-size: 8px; font-weight: 900; }
.position-copy { padding: 18px; }
.position-copy h3 { min-height: 42px; margin: 0 0 8px; font-size: 16px; line-height: 1.25; }
.position-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.position-tags span { padding: 4px 8px; border-radius: 999px; color: #5c3e98; background: #efe7ff; font-size: 8px; font-weight: 800; }
.position-tags span:first-child { color: #307d6d; background: #e7f6f1; }
.position-copy p { min-height: 72px; margin: 12px 0; color: #667087; font-size: 10px; line-height: 1.48; }
.position-copy > a { display: inline-flex; align-items: center; gap: 7px; color: var(--purple); text-decoration: none; font-size: 10px; font-weight: 850; }
.position-copy > a .icon { width: 14px; }
.advice-grid { margin-top: 38px; display: grid; grid-template-columns: minmax(0,2fr) minmax(200px,1fr); gap: 16px; }
.advice-main { padding: 24px; border-radius: 15px; background: #faf7ff; }
.advice-main h2, .avoid-card h2 { margin: 0 0 13px; font-size: 19px; }
.advice-main .checklist-prose li::before { background: var(--purple); }
.creativity-card { padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 15px; color: var(--purple); background: linear-gradient(145deg,#f5edff,#fff); text-align: center; }
.creativity-card > span { width: 60px; height: 60px; margin-bottom: 12px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.creativity-card .icon { width: 35px; }
.creativity-card strong { max-width: 180px; font-size: 16px; }
.avoid-card { padding: 23px 24px; border-radius: 15px; background: linear-gradient(120deg,#fff0f0,#fff7f4); }
.avoid-card h2 { display: flex; align-items: center; gap: 8px; color: #9c2935; }
.avoid-card h2 .icon { color: #e24c58; }
.script-card { min-height: 150px; padding: 24px; display: grid; place-items: center; border-radius: 15px; color: #4d486b; background: linear-gradient(145deg,#fff,#f8f3ff); font-family: "Segoe Print", "Bradley Hand", cursive; text-align: center; transform: rotate(-1deg); }
.positions-faq { margin-top: 35px; }
.related-section { padding-top: 34px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-grid > a { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; }
.related-art { height: 125px; display: grid; place-items: center; color: var(--pink); background: linear-gradient(145deg,#fff0f2,#f7e7e6); }
.related-art-2 { color: var(--purple); background: linear-gradient(145deg,#f3ecff,#e9def8); }
.related-art-3 { color: #278c83; background: linear-gradient(145deg,#e7f8f4,#f3f1ff); }
.related-art .icon { width: 48px; height: 48px; }
.related-grid strong { min-height: 57px; padding: 14px 15px 5px; display: block; font-size: 12px; line-height: 1.3; }
.related-grid small { padding: 0 15px 14px; display: block; color: var(--purple); font-size: 9px; font-weight: 800; }
.provenance-wide { margin-top: 28px; padding: 13px 17px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 12px; color: #477168; background: #eef8f5; font-size: 10px; }
.provenance-wide .icon { width: 15px; }

.preview-footer { padding: 26px 0; color: #8b91a1; background: #111a38; }
.preview-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }
.preview-footer div > div { display: flex; flex-direction: column; }
.preview-footer strong { color: #fff; font-size: 13px; }
.preview-footer div > div span { color: #e9b6cb; }

[hidden] { display: none !important; }

@media (max-width: 1020px) {
  .shell { width: min(100% - 34px, 930px); }
  .category-strip { grid-template-columns: repeat(3,1fr); }
  .editorial-layout { grid-template-columns: 180px minmax(0,1fr); }
  .editorial-sidebar { grid-column: 2; grid-template-columns: repeat(2,1fr); }
  .provenance-card { grid-column: 1 / -1; }
  .position-grid { grid-template-columns: repeat(2,1fr); }
  .position-copy p { min-height: 58px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 680px); }
  .preview-rail { justify-content: space-between; padding-inline: 12px; gap: 8px; font-size: 9px; }
  .preview-rail strong { max-width: 50%; text-align: right; }
  .brand img { width: 145px; }
  .brand span, .home-link { display: none; }
  .landing-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .landing-intro { padding: 44px 0 12px; }
  .landing-intro h1 { font-size: 48px; }
  .landing-intro > p { font-size: 17px; }
  .search-box { width: 100%; }
  .landing-art { min-height: 225px; }
  .landing-art .script-note { top: 28px; left: 5px; max-width: 150px; font-size: 14px; }
  .couple-one { width: 150px; height: 200px; right: 54px; top: 15px; }
  .couple-two { width: 130px; height: 175px; right: -5px; top: 45px; }
  .embrace-line { width: 290px; }
  .category-strip { width: calc(100vw - 14px); margin-right: -14px; padding-right: 14px; grid-template-columns: repeat(6,145px); overflow-x: auto; scroll-snap-type: x proximity; }
  .category-strip { scrollbar-width: none; }
  .category-strip::-webkit-scrollbar { display: none; }
  .category-tile { min-height: 132px; scroll-snap-align: start; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 230px; }
  .featured-copy { padding: 26px 55px 27px 23px; }
  .featured-copy h3 { font-size: 27px; }
  .recommend-grid, .related-grid { grid-template-columns: 1fr; }
  .recommend-card { display: grid; grid-template-columns: 36% 64%; }
  .card-picture { height: 100%; min-height: 205px; }
  .recommend-copy h3, .recommend-copy p { min-height: 0; }
  .recommend-copy .chip { margin-top: 0; }
  .topic-grid { grid-template-columns: 1fr; }
  .suggest-banner { grid-template-columns: 44px 1fr; }
  .suggest-banner button { grid-column: 2; justify-self: start; }
  .breadcrumbs { padding-top: 13px; }
  .article-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .article-lead { padding: 31px 0 18px; }
  .article-lead h1 { font-size: 39px; }
  .article-lead > p { font-size: 14px; }
  .hero-visual { min-height: 235px; }
  .body-line { width: 245px; height: 245px; }
  .visual-positions img { width: 315px; right: -42px; }
  .hero-visual .script-note { right: 15px; bottom: 24px; font-size: 13px; }
  .article-shell { padding-top: 20px; }
  .summary-panel { margin-bottom: 20px; padding: 20px; }
  .editorial-layout { display: block; }
  .toc-card { position: static; margin-bottom: 17px; }
  .editorial-sidebar { margin-top: 24px; grid-template-columns: 1fr 1fr; }
  .provenance-card { grid-column: 1 / -1; }
  .criteria-grid { grid-template-columns: repeat(2,1fr); }
  .criteria-grid article:last-child { grid-column: 1 / -1; }
  .advice-grid { grid-template-columns: 1fr; }
  .script-card { min-height: 110px; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .shell { width: calc(100% - 24px); }
  .language-switch a { min-width: 31px; padding-inline: 7px; }
  .landing-intro h1 { font-size: 42px; }
  .section-heading h2 { font-size: 22px; }
  .category-strip { grid-template-columns: repeat(6,135px); }
  .recommend-card { display: block; }
  .card-picture { height: 175px; min-height: 0; }
  .featured-copy h3 { font-size: 24px; }
  .topic-card { grid-template-columns: 44px 1fr 34px; }
  .article-lead h1 { font-size: 34px; }
  .article-meta { gap: 10px 15px; }
  .summary-panel li { font-size: 12px; }
  .cause-grid, .split-section, .consult-section { grid-template-columns: 1fr; }
  .cause-grid article p { font-size: 11px; }
  .editorial-sidebar { grid-template-columns: 1fr; }
  .provenance-card { grid-column: auto; }
  .position-grid { grid-template-columns: 1fr; }
  .position-image { height: 230px; }
  .position-copy p { min-height: 0; font-size: 11px; }
  .related-grid > a { display: grid; grid-template-columns: 115px 1fr; }
  .related-art { width: 115px; height: 100%; min-height: 108px; grid-row: 1 / 3; }
  .related-grid strong { min-height: 0; padding: 18px 14px 3px; }
  .related-grid small { padding: 2px 14px 15px; }
  .preview-footer .shell { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
