:root {
  --ink: #173126;
  --ink-soft: #50645a;
  --green: #24754d;
  --green-deep: #175a3a;
  --green-soft: #e6f2e9;
  --cream: #f7f6ef;
  --paper: #ffffff;
  --line: #dfe7df;
  --shadow: 0 24px 60px rgba(28, 63, 45, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fbfcf9;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  text-rendering: optimizeLegibility;
}
body.large-text { font-size: 18px; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.section-shell { width: var(--shell); 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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 252, 249, 0.9);
  border-bottom: 1px solid rgba(28, 77, 51, 0.1);
  backdrop-filter: blur(18px);
}
.header-inner { width: var(--shell); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--green); box-shadow: 0 7px 20px rgba(36,117,77,.25); }
.brand-mark svg { width: 29px; height: 29px; fill: #e5f3e9; }
.brand-mark .brand-stem { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 17px; letter-spacing: .06em; }
.brand em { font-size: 10px; color: var(--green); font-style: normal; font-weight: 800; letter-spacing: .25em; margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.desktop-nav a { text-decoration: none; color: #42564b; font-size: .91rem; font-weight: 700; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.font-control { border: 1px solid #d4dfd6; background: #fff; border-radius: 999px; padding: 8px 14px; font-size: .8rem; font-weight: 750; cursor: pointer; }
.font-control span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 5px; background: var(--green-soft); color: var(--green); border-radius: 50%; }
.font-control:hover { border-color: var(--green); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }
.mobile-nav { padding: 4px 20px 18px; background: #fff; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 6px; text-decoration: none; font-weight: 750; border-bottom: 1px solid #edf1ed; }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); align-items: center; gap: clamp(50px, 8vw, 105px); padding-block: 74px 86px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow span { width: 28px; height: 1px; background: var(--green); }
.hero h1 { margin: 20px 0 24px; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2.55rem, 5vw, 4.45rem); line-height: 1.14; letter-spacing: -.055em; font-weight: 650; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 630px; color: var(--ink-soft); font-size: clamp(1rem, 1.45vw, 1.16rem); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.primary-button { display: inline-flex; align-items: center; gap: 22px; padding: 15px 21px; background: var(--green); color: #fff; text-decoration: none; border-radius: 13px; font-weight: 800; box-shadow: 0 12px 30px rgba(36,117,77,.2); transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: var(--green-deep); }
.text-button { text-underline-offset: 5px; color: #40564a; font-weight: 750; }
.trust-row { display: flex; gap: 0; margin: 48px 0 0; }
.trust-row div { padding: 0 24px; border-left: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; border-left: 0; }
.trust-row dt { color: #819087; font-size: .7rem; }
.trust-row dd { margin: 2px 0 0; color: var(--ink); font-size: .8rem; font-weight: 800; }

.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 2% -5% 0; z-index: -3; border-radius: 45% 55% 48% 52% / 42% 38% 62% 58%; background: linear-gradient(145deg, #dcebdd 0%, #f0e9d9 100%); transform: rotate(-4deg); }
.visual-orbit { position: absolute; z-index: -2; border: 1px solid rgba(48,109,71,.18); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 330px; height: 520px; transform: rotate(42deg); }
.wellness-board { width: min(405px, 88%); padding: 24px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.board-top { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #e3e9e3; }
.board-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 14px; background: var(--green); color: #fff; }
.board-top div { display: flex; flex-direction: column; line-height: 1.25; }
.board-top small { color: #8a988f; font-size: .62rem; letter-spacing: .1em; }
.board-top strong { font-size: .91rem; }
.board-date { margin-left: auto; color: #789080; font-size: .77rem; }
.wellness-score { display: flex; align-items: center; gap: 22px; padding: 25px 2px 20px; }
.score-ring { width: 92px; height: 92px; flex: 0 0 auto; display: grid; place-content: center; text-align: center; border: 8px solid #e2ede3; border-top-color: #64a371; border-right-color: #64a371; border-radius: 50%; transform: rotate(-20deg); }
.score-ring > * { transform: rotate(20deg); }
.score-ring strong { font: 700 1.9rem/1 Georgia, serif; }
.score-ring span { color: #718278; font-size: .62rem; }
.wellness-score p { margin: 0; color: #6d7f75; font-size: .78rem; }
.wellness-score p strong { color: var(--ink); font-size: 1rem; }
.habit-list { padding: 0; margin: 0; list-style: none; }
.habit-list li { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid #edf0ec; }
.habit-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; font-size: .62rem; font-weight: 900; }
.water { color: #327197; background: #e5f2f8; }.move { color: #b36b31; background: #f8ecdf; }.sleep { color: #6a5fa1; background: #ece9f8; }
.habit-list div { display: flex; flex-direction: column; line-height: 1.35; }
.habit-list strong { font-size: .81rem; }.habit-list small { color: #8b968f; font-size: .67rem; }.habit-list b { color: #63806d; font-size: .65rem; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #fff; border-radius: 999px; box-shadow: 0 12px 30px rgba(31,73,49,.13); color: #486052; font-size: .73rem; font-weight: 800; }
.floating-note span { display: grid; place-items: center; width: 20px; height: 20px; color: #fff; background: #6b9a73; border-radius: 50%; }
.note-one { left: -15px; top: 21%; }.note-two { right: -15px; bottom: 14%; }.note-two span { background: #d59b58; }
.leaf { position: absolute; z-index: -1; width: 55px; height: 115px; border-radius: 100% 0 100% 0; background: rgba(68,132,79,.25); }
.leaf-one { right: 1%; top: 5%; transform: rotate(26deg); }.leaf-two { left: 0; bottom: 5%; transform: rotate(205deg); background: rgba(192,146,83,.22); }

.notice-strip { background: var(--ink); color: #fff; }
.notice-inner { min-height: 70px; display: flex; align-items: center; gap: 15px; }
.notice-icon { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: Georgia, serif; }
.notice-inner p { margin: 0; color: #dbe4de; font-size: .85rem; }
.notice-inner a { margin-left: auto; flex: 0 0 auto; color: #fff; font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }

.topic-section, .routine-section, .reading-section { padding-block: 118px; }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; }
.section-heading.narrow { max-width: 750px; margin-inline: auto; margin-bottom: 46px; }
.section-heading h2 { margin: 10px 0 12px; font: 650 clamp(2rem, 3.7vw, 3rem)/1.25 Georgia, "Noto Serif KR", serif; letter-spacing: -.04em; }
.section-heading p { color: var(--ink-soft); margin: 0; }
.section-heading.split { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading.split > div { max-width: 680px; }
.heading-aside { max-width: 380px; }
.topic-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.topic-grid a { display: flex; flex-direction: column; align-items: center; padding: 27px 10px 23px; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.topic-grid a:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(32,72,47,.1); border-color: #a8c4ae; }
.topic-symbol { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 18px; font: 700 1rem Georgia, serif; }
.topic-symbol.amber { color: #a36a26; background: #faefd9; }.topic-symbol.coral { color: #aa5a47; background: #f9e5df; }.topic-symbol.blue { color: #3f6e91; background: #e2eff6; }.topic-symbol.violet { color: #6a6094; background: #ece9f6; }.topic-symbol.green { color: #3d7d59; background: #e1f0e5; }.topic-symbol.rose { color: #9d5870; background: #f7e6ec; }
.topic-grid strong { font-size: .88rem; }.topic-grid small { color: #8a988f; font-size: .69rem; margin-top: 3px; }

.ingredients-section { padding-block: 112px 126px; background: var(--cream); }
.search-box { width: min(335px, 100%); display: flex; align-items: center; gap: 10px; padding: 0 15px; background: #fff; border: 1px solid #d9e1d9; border-radius: 12px; }
.search-box:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(36,117,77,.1); }
.search-box svg { width: 19px; stroke: #73847a; fill: none; stroke-width: 1.8; }
.search-box input { width: 100%; padding: 12px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .83rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.filter-row button { padding: 8px 16px; border: 1px solid #d4ddd4; background: transparent; border-radius: 999px; color: #607167; font-size: .78rem; font-weight: 750; cursor: pointer; }
.filter-row button.active, .filter-row button:hover { border-color: var(--green); background: var(--green); color: #fff; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ingredient-card { min-width: 0; padding: 24px; background: #fff; border: 1px solid #e0e6df; border-radius: var(--radius-md); box-shadow: 0 7px 24px rgba(30,64,43,.045); transition: transform .2s, box-shadow .2s; }
.ingredient-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(30,64,43,.1); }
.ingredient-card[hidden] { display: none; }
.ingredient-top { display: flex; align-items: center; justify-content: space-between; }
.ingredient-letter { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; font: 700 .95rem Georgia, serif; }
.ingredient-letter.yellow { color: #9a691d; background: #f7ebc8; }.ingredient-letter.teal { color: #317169; background: #dff0eb; }.ingredient-letter.blue { color: #426c93; background: #e0ebf6; }.ingredient-letter.coral { color: #a25645; background: #f5e3dd; }.ingredient-letter.navy { color: #465d81; background: #e2e7f1; }.ingredient-letter.green { color: #377a53; background: #dfeee3; }
.evidence-label { color: #708178; background: #f1f5f1; border-radius: 999px; padding: 4px 9px; font-size: .64rem; font-weight: 800; }
.ingredient-card h3 { margin: 19px 0 8px; font: 700 1.24rem Georgia, "Noto Serif KR", serif; }
.ingredient-card > p { min-height: 52px; margin: 0 0 18px; color: #65776d; font-size: .83rem; }
.ingredient-meta { display: flex; flex-direction: column; gap: 7px; padding: 13px 0; border-top: 1px solid #e8ede8; border-bottom: 1px solid #e8ede8; color: #76857d; font-size: .72rem; }
.ingredient-meta b { display: inline-block; min-width: 36px; color: #3c5748; }
.card-detail { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 15px 0 0; border: 0; background: transparent; color: var(--green); font-size: .76rem; font-weight: 850; cursor: pointer; }
.card-detail span { font-size: 1rem; transition: transform .2s; }.card-detail:hover span { transform: translateX(4px); }
.empty-state { padding: 50px; text-align: center; color: #728078; background: #fff; border: 1px dashed #cbd8cd; border-radius: 20px; }

.routine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.routine-card { position: relative; overflow: hidden; padding: 28px; border-radius: 25px; border: 1px solid var(--line); min-height: 430px; }
.routine-card.meal { background: #f7eee1; }.routine-card.move-card { background: #eaf2ed; }.routine-card.rest-card { background: #e9edf5; }
.routine-number { position: absolute; top: 20px; right: 22px; color: rgba(37,73,52,.24); font: italic 1rem Georgia, serif; }
.routine-art { height: 95px; display: flex; align-items: end; gap: 10px; margin-bottom: 20px; }
.routine-art span { width: 73px; height: 73px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.65); font: 700 1.5rem Georgia, serif; }
.routine-art i { width: 42px; height: 72px; border-radius: 100% 0 100% 0; background: rgba(43,108,68,.24); transform: rotate(15deg); }
.routine-card.meal .routine-art span { color: #a86f36; }.move-card .routine-art span { color: #397653; }.rest-card .routine-art span { color: #586b91; }
.routine-tag { font-size: .63rem; letter-spacing: .15em; font-weight: 900; color: #708178; }
.routine-card h3 { margin: 5px 0 12px; font: 700 1.45rem Georgia, "Noto Serif KR", serif; }
.routine-card p { min-height: 74px; color: #627368; font-size: .82rem; }
.routine-card ul { padding: 16px 0 0; margin: 0; list-style: none; border-top: 1px solid rgba(40,71,52,.13); }
.routine-card li { position: relative; padding: 5px 0 5px 17px; color: #465c4f; font-size: .76rem; }
.routine-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.safety-section { padding-block: 108px; color: #fff; background: #173126; }
.safety-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 130px); align-items: start; }
.section-kicker.light { color: #9fd0af; }
.safety-copy h2 { margin: 13px 0 22px; font: 650 clamp(2.1rem, 4vw, 3.25rem)/1.25 Georgia, "Noto Serif KR", serif; letter-spacing: -.04em; }
.safety-copy p { color: #bfd0c5; }
.safety-copy a { display: inline-flex; gap: 10px; margin-top: 18px; color: #fff; font-size: .83rem; font-weight: 800; text-underline-offset: 5px; }
.safety-checklist { border-top: 1px solid rgba(255,255,255,.18); }
.safety-checklist article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.safety-checklist > article > span { color: #8fbea0; font: italic .8rem Georgia, serif; }
.safety-checklist h3 { margin: 0 0 5px; font-size: 1rem; }.safety-checklist p { margin: 0; color: #aebfb4; font-size: .79rem; }

.reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reading-grid article { padding: 32px 30px 36px; border-left: 1px solid var(--line); }
.reading-grid article:first-child { border-left: 0; padding-left: 0; }.reading-grid article:last-child { padding-right: 0; }
.reading-grid span { color: var(--green); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.reading-grid h3 { margin: 11px 0 14px; font: 700 1.25rem/1.5 Georgia, "Noto Serif KR", serif; }
.reading-grid p { color: #68786f; font-size: .8rem; }

.source-section { padding-bottom: 118px; }
.source-card { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 48px; border-radius: 28px; background: #edf3ee; }
.source-copy > span { color: var(--green); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }.source-copy h2 { margin: 9px 0 12px; font: 700 1.75rem/1.35 Georgia, "Noto Serif KR", serif; }.source-copy p { color: #617469; margin: 0; font-size: .83rem; }
.source-links { display: grid; gap: 10px; }
.source-links a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; text-decoration: none; background: #fff; border: 1px solid #dce6dd; border-radius: 14px; }
.source-links strong { font-size: .9rem; }.source-links span { color: #76877d; font-size: .72rem; }.source-links a:hover { border-color: #90b19b; }

.family-section { padding-block: 108px 118px; background: #f3f0e8; }
.family-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.family-card { position: relative; min-height: 240px; padding: 25px; overflow: hidden; text-decoration: none; background: #fff; border: 1px solid #e1ded4; border-radius: 20px; transition: transform .2s, box-shadow .2s; }
a.family-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(58,58,40,.1); }
.family-card::after { content: ""; position: absolute; right: -25px; bottom: -25px; width: 100px; height: 100px; border-radius: 50%; background: var(--family-soft); }
.family-card.qpowi { --family: #db6925; --family-soft: #f5dfd2; }.family-card.saju { --family: #c18a22; --family-soft: #f2e6c8; }.family-card.church { --family: #88734b; --family-soft: #e9e2d3; }.family-card.health { --family: #29734c; --family-soft: #dcebe0; }
.family-card.current { border: 2px solid var(--family); box-shadow: 0 0 0 4px rgba(41,115,76,.08); }
.family-index { position: absolute; top: 20px; right: 20px; color: var(--family); font: italic .85rem Georgia, serif; }
.family-card small { color: var(--family); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }.family-card h3 { margin: 32px 0 4px; font: 700 1.2rem Georgia, "Noto Serif KR", serif; }.family-card p { color: #728078; font-size: .74rem; }.family-card b { position: absolute; left: 25px; bottom: 24px; z-index: 1; color: var(--family); font-size: .73rem; }

.site-footer { padding: 72px 0 25px; color: #c5d0c8; background: #0f2018; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .8fr 1.2fr; gap: 50px; padding-bottom: 45px; }
.brand-footer { color: #fff; }.brand-footer em { color: #8eb99d; }.footer-brand p { max-width: 340px; color: #879a8d; font-size: .76rem; }
.footer-grid h2 { margin: 0 0 15px; color: #fff; font-size: .78rem; }.footer-grid > div:not(.footer-brand) > a { display: block; margin: 8px 0; color: #8fa096; text-decoration: none; font-size: .74rem; }.footer-grid a:hover { color: #fff; }
.footer-notice { padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }.footer-notice p { margin: 0; color: #94a69a; font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #73877a; font-size: .67rem; }

.modal-backdrop { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; background: rgba(9,25,16,.72); backdrop-filter: blur(8px); }
.modal-backdrop[hidden] { display: none; }
.detail-modal { position: relative; width: min(590px, 100%); max-height: min(760px, 90vh); overflow: auto; padding: 34px; background: #fff; border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.3); outline: none; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #eff4ef; font-size: 1.5rem; cursor: pointer; }
.modal-symbol { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 16px; color: var(--green); background: var(--green-soft); border-radius: 18px; font: 700 1.1rem Georgia, serif; }
.modal-kicker { color: var(--green); font-size: .64rem; font-weight: 900; letter-spacing: .14em; }.detail-modal h2 { margin: 6px 0 10px; font: 700 2rem Georgia, "Noto Serif KR", serif; }.modal-summary { color: #5e7165; }
.modal-points { display: grid; gap: 9px; margin: 22px 0; }.modal-point { padding: 13px 15px; background: #f4f7f4; border-radius: 12px; }.modal-point strong { display: block; margin-bottom: 2px; font-size: .78rem; }.modal-point span { color: #687970; font-size: .76rem; }
.modal-warning { padding: 16px; background: #fbf1e8; border-left: 4px solid #d89a5b; border-radius: 10px; }.modal-warning strong { color: #8b5227; font-size: .77rem; }.modal-warning p { margin: 5px 0 0; color: #765c48; font-size: .74rem; }
.modal-source { margin: 18px 0 0; color: #87938c; font-size: .67rem; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 9px 25px rgba(29,80,48,.25); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

:focus-visible { outline: 3px solid #e3aa5f; outline-offset: 3px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }.menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }.hero-visual { width: min(600px, 100%); margin-inline: auto; }
  .topic-grid { grid-template-columns: repeat(3, 1fr); }
  .ingredient-grid, .routine-grid { grid-template-columns: repeat(2, 1fr); }.routine-card:last-child { grid-column: 1 / -1; }
  .safety-layout { grid-template-columns: 1fr; gap: 55px; }.safety-copy { max-width: 700px; }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-notice { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-lg: 24px; }
  body { word-break: keep-all; overflow-wrap: break-word; }
  .header-inner { min-height: 66px; }.brand-mark { width: 38px; height: 38px; }.font-control { padding: 7px 9px; }.font-control span { margin: 0; }.font-control span + * { display: none; }
  .hero { min-height: auto; padding-block: 48px 65px; gap: 50px; }.hero h1 { font-size: clamp(2.2rem, 11vw, 3.35rem); }.hero-lead { font-size: .95rem; }.hero-actions { flex-direction: column; gap: 14px; }.primary-button { width: 100%; justify-content: center; }.trust-row { margin-top: 36px; }.trust-row div { padding: 0 11px; }.trust-row dt { font-size: .6rem; }.trust-row dd { font-size: .66rem; }
  .hero-visual { min-height: 445px; }.hero-visual::before { inset-inline: 0; transform: none; }.wellness-board { width: 92%; padding: 18px; }.visual-orbit, .leaf { display: none; }.note-one { left: -5px; top: 3%; }.note-two { right: -4px; bottom: 1%; }.wellness-score { gap: 15px; }.score-ring { width: 78px; height: 78px; }
  .notice-inner { padding-block: 15px; align-items: flex-start; }.notice-inner a { display: none; }
  .topic-section, .routine-section, .reading-section { padding-block: 78px; }.ingredients-section, .safety-section { padding-block: 78px; }.family-section { padding-block: 75px; }
  .section-heading { margin-bottom: 30px; }.section-heading h2 { font-size: 2rem; }.section-heading.split { flex-direction: column; align-items: stretch; }.search-box { width: 100%; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }.topic-grid a { padding: 22px 8px 19px; }
  .ingredient-grid, .routine-grid { grid-template-columns: 1fr; }.routine-card:last-child { grid-column: auto; }.ingredient-card > p { min-height: 0; }
  .safety-checklist article { grid-template-columns: 35px 1fr; }
  .reading-grid { grid-template-columns: 1fr; }.reading-grid article, .reading-grid article:first-child, .reading-grid article:last-child { padding: 26px 0; border-left: 0; border-top: 1px solid var(--line); }.reading-grid article:first-child { border-top: 0; }
  .source-section { padding-bottom: 75px; }.source-card { grid-template-columns: 1fr; gap: 30px; padding: 28px 22px; }.source-links a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .family-grid { grid-template-columns: 1fr; }.family-card { min-height: 210px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }.footer-brand, .footer-notice { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .detail-modal { padding: 26px 20px; }.modal-close { top: 12px; right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
