:root {
  --ink: #080914;
  --navy: #101329;
  --navy-soft: #171a35;
  --indigo: #5148dc;
  --indigo-hover: #6259ec;
  --violet: #b9a9ff;
  --paper: #f5f3ee;
  --paper-card: #fffefa;
  --white: #ffffff;
  --text-dark: #171724;
  --muted-dark: #5f6070;
  --muted-light: #b8bad0;
  --border-dark: rgba(255, 255, 255, .12);
  --border-light: rgba(15, 16, 30, .12);
  --success: #237a64;
  --error: #b52d48;
  --radius-sm: 10px;
  --radius: 16px;
  --container: 1180px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.dialog-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 5.4vw, 5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4.2vw, 4rem); }
h1 em, h2 em { color: var(--violet); font-weight: inherit; }
.section-paper h1 em, .section-paper h2 em { color: var(--indigo); }
::selection { background: var(--violet); color: var(--ink); }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
.section-paper :focus-visible { outline-color: var(--indigo); }

.sr-only { position: absolute !important; 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; z-index: 1000; left: 16px; top: 12px; padding: 10px 16px; border-radius: var(--radius-sm); background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 8vw, 108px) 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-paper { background: var(--paper); color: var(--text-dark); }

/* Header — Flexbox */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--border-dark); background: rgba(8, 9, 20, .94); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 16px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.brand em { color: var(--violet); font-style: normal; font-weight: 600; }
.brand-logo { width: 36px; height: 36px; flex: none; border-radius: 50%; object-fit: cover; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav > a { color: #d4d5e3; font-size: 13px; font-weight: 650; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--white); }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

/* Shared controls */
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--indigo); border-radius: var(--radius-sm); background: var(--indigo); color: var(--white); font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--indigo-hover); background: var(--indigo-hover); }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 13px !important; }
.button-ghost { border-color: rgba(255, 255, 255, .25); background: transparent; }
.button-ghost:hover { border-color: var(--violet); background: rgba(185, 169, 255, .08); }
.button-outline-dark { border-color: var(--border-light); background: transparent; color: var(--text-dark); }
.button-outline-dark:hover { border-color: var(--indigo); background: rgba(81, 72, 220, .06); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.icon { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-small { width: 14px; height: 14px; }
.icon-badge { display: inline-grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: rgba(185, 169, 255, .12); color: var(--violet); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #d4caff; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #514b79; }

/* Hero — Flexbox */
.hero { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 110px) 0; }
.hero::before { position: absolute; content: ""; width: 520px; height: 520px; left: -300px; top: -180px; border-radius: 50%; background: rgba(81, 72, 220, .18); filter: blur(90px); }
.hero-grid { position: relative; display: flex; align-items: center; gap: clamp(44px, 7vw, 88px); }
.hero-copy { min-width: 0; flex: 1 1 48%; }
.hero-lead, .lead { max-width: 640px; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.75; }
.hero-lead { margin-bottom: 28px; color: #c8cada; }
.trust-line { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; color: #aeb0c5; font-size: 13px; }
.hero-visual { position: relative; min-width: 0; flex: 1 1 52%; padding-bottom: 62px; }
.hero-visual > img { width: 100%; height: 520px; border: 1px solid var(--border-dark); border-radius: var(--radius); object-fit: cover; object-position: 57% center; }
.daily-action { position: absolute; width: min(360px, calc(100% - 24px)); right: -12px; bottom: 0; padding: 20px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); background: rgba(23, 26, 53, .97); }
.daily-action > p:first-child { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.daily-action > p:first-child span { color: #afb0c8; }
.daily-action h2 { margin-bottom: 8px; font-family: var(--sans); font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.daily-action > p:not(:first-child) { margin-bottom: 8px; color: #c5c6d8; font-size: 13px; }
.text-button { min-height: 40px; padding: 6px 0; border: 0; background: none; color: #d4caff; font-weight: 800; text-decoration: none; }

/* Intro strip — Grid */
.how-strip { border-block: 1px solid var(--border-dark); background: var(--navy); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { display: flex; gap: 15px; padding: 24px 28px; border-right: 1px solid var(--border-dark); }
.steps article:first-child { padding-left: 0; }
.steps article:last-child { padding-right: 0; border-right: 0; }
.steps article > span { color: var(--violet); font-family: var(--serif); font-size: 24px; }
.steps h2 { margin: 1px 0 3px; font-family: var(--sans); font-size: 14px; font-weight: 750; letter-spacing: 0; }
.steps p { margin: 0; color: #aaacc2; font-size: 12px; line-height: 1.45; }

/* About — Flexbox */
.split-grid { display: flex; align-items: center; gap: clamp(42px, 7vw, 80px); }
.split-grid > * { min-width: 0; flex: 1 1 50%; }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.landscape-image { height: 480px; }
.image-label { position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; border-radius: 8px; background: rgba(8, 9, 20, .88); color: var(--paper); font-size: 11px; font-weight: 700; }
.section-copy .lead { color: var(--muted-dark); }
.definition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.definition-card { padding: 20px; border: 1px solid var(--border-light); border-radius: var(--radius-sm); background: var(--paper-card); }
.definition-card.positive { border-top: 3px solid var(--indigo); }
.definition-card h3 { margin: 0 0 12px; font-size: 15px; }
.definition-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.definition-card li { position: relative; padding-left: 16px; color: #484957; font-size: 13px; }
.definition-card li::before { position: absolute; content: ""; width: 5px; height: 5px; left: 0; top: .65em; border-radius: 50%; background: var(--indigo); }

/* Principles — Grid */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 5px; color: var(--muted-dark); }
.section-heading.light > p { color: var(--muted-light); }
.principle-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.principle-card { display: flex; min-width: 0; grid-column: span 2; overflow: hidden; flex-direction: column; border: 1px solid var(--border-light); border-radius: var(--radius); background: var(--paper-card); }
.principle-card:nth-child(1), .principle-card:nth-child(2) { grid-column: span 3; }
.principle-card img, .principle-featured img, .principle-wide img { width: 100%; height: 190px; min-height: 0; object-fit: cover; }
.principle-card > div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.principle-card h3 { margin: 5px 0 9px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.principle-card p { color: #535462; font-size: 13px; }
.principle-number { color: var(--indigo); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.principle-card .apply { margin: auto 0 0; padding-top: 14px; border-top: 1px solid var(--border-light); color: #30313d; }
.apply strong { display: block; margin-bottom: 3px; color: var(--indigo); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Action hub — Grid */
.action-hub { background: radial-gradient(circle at 86% 5%, rgba(81, 72, 220, .14), transparent 28%), var(--ink); }
.action-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.action-heading > div { max-width: 680px; }
.action-heading > div > p:last-child { color: var(--muted-light); font-size: 17px; }
.action-heading img { width: 360px; height: 210px; flex: none; border-radius: var(--radius); object-fit: cover; }
.action-toolbar { display: flex; align-items: end; gap: 12px; margin: 34px 0 18px; padding: 14px; border: 1px solid var(--border-dark); border-radius: var(--radius); background: var(--navy); }
.action-toolbar label { display: grid; flex: 1; gap: 5px; color: #b9bad0; font-size: 11px; font-weight: 750; }
.action-toolbar select { min-height: 44px; padding: 0 40px 0 13px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-sm); background: var(--navy-soft); color: var(--white); }
.filter-reset { min-height: 44px; padding: 0 14px; border: 0; background: none; color: var(--violet); font-size: 12px; font-weight: 750; cursor: pointer; }
.action-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.action-card { display: flex; min-height: 245px; flex-direction: column; padding: 20px; border: 1px solid var(--border-dark); border-radius: var(--radius); background: rgba(255, 255, 255, .035); transition: border-color .2s ease, background .2s ease; }
.action-card:hover { border-color: rgba(185, 169, 255, .45); }
.action-card.selected { border-color: var(--violet); background: rgba(119, 114, 244, .15); box-shadow: inset 0 0 0 1px var(--violet); }
.action-card.completed::after { content: "Tamamlandı"; margin-top: 10px; color: #8de0c7; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.action-meta { display: flex; min-height: 26px; flex-wrap: wrap; gap: 5px; }
.action-meta span { display: inline-flex; align-items: center; gap: 4px; padding: 3px 7px; border: 1px solid var(--border-dark); border-radius: 999px; color: #c7c8db; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.action-meta span:first-child::before { content: "◷"; color: var(--violet); font-size: 12px; }
.action-meta span:last-child::before { content: "◇"; color: var(--violet); font-size: 12px; }
.action-card h3 { margin: 16px 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.action-card > p { margin-bottom: 18px; color: #bfc1d3; font-size: 13px; }
.choose-button { min-height: 42px; margin-top: auto; border: 1px solid rgba(185, 169, 255, .3); border-radius: var(--radius-sm); background: transparent; color: #d5ccff; font-size: 13px; font-weight: 750; cursor: pointer; }
.choose-button:hover { border-color: var(--violet); background: rgba(185, 169, 255, .07); }
.selected .choose-button { background: var(--violet); color: var(--ink); }
.choose-button::after { content: " →"; }
.selected .choose-button::after { content: " ✓"; }
.local-note { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding: 14px 16px; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .03); }
.local-note div { display: grid; flex: 1; }
.local-note strong { font-size: 12px; }
.local-note span { color: #aeb0c7; font-size: 11px; }

/* Composer — Flexbox */
.composer-grid { display: flex; align-items: flex-start; gap: clamp(36px, 6vw, 72px); }
.composer-intro { position: sticky; top: 98px; min-width: 0; flex: 0 1 38%; }
.composer-intro > p:not(.eyebrow) { color: var(--muted-dark); font-size: 16px; }
.composer-intro img { width: 100%; height: 260px; margin-top: 28px; border-radius: var(--radius); object-fit: cover; }
.composer-tool { min-width: 0; flex: 1 1 62%; padding: clamp(20px, 3vw, 32px); border: 1px solid var(--border-light); border-radius: var(--radius); background: var(--paper-card); box-shadow: 0 16px 45px rgba(13, 18, 48, .1); }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 6px; color: var(--text-dark); font-size: 14px; font-weight: 750; }
.field label span { color: #6c6c78; font-size: 11px; font-weight: 500; }
.field textarea, .field input, .field select { display: block; width: 100%; border: 1px solid var(--border-light); border-radius: var(--radius-sm); background: var(--white); color: var(--text-dark); transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 104px; max-height: 280px; padding: 13px; field-sizing: content; resize: vertical; line-height: 1.55; }
.field input, .field select { min-height: 46px; padding: 0 13px; }
.field textarea:focus, .field input:focus, .field select:focus { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(81, 72, 220, .1); outline: none; }
.field [aria-invalid="true"] { border-color: var(--error); }
.field-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 5px; color: #6b6c78; font-size: 10px; }
.field-error { min-height: 18px; margin: 3px 0 0; color: var(--error); font-size: 11px; }
.field-error:empty { min-height: 0; margin: 0; }
.message-preview { overflow: hidden; border: 1px solid var(--border-light); border-radius: var(--radius); background: var(--ink); box-shadow: 0 12px 30px rgba(8, 9, 20, .16); }
.message-preview canvas { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; }
.share-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.platform-links { display: flex; gap: 18px; margin-top: 14px; }
.platform-links a { color: #4b457a; font-size: 12px; font-weight: 700; text-decoration: none; }
.live-status { min-height: 22px; margin: 8px 0 0; color: var(--success); font-size: 12px; }

/* Resources — Grid */
.resources { background: var(--navy); }
.resource-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.resource-filters button { min-height: 40px; padding: 8px 13px; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); background: transparent; color: #c9cada; font-size: 12px; font-weight: 700; cursor: pointer; }
.resource-filters button.active { border-color: var(--violet); background: var(--violet); color: var(--ink); }
.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.resource-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--border-dark); border-radius: var(--radius); background: rgba(8, 9, 20, .38); }
.resource-card > img { width: 100%; height: 190px; object-fit: cover; }
.resource-card > div { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.resource-card span { color: #a6a7bc; font-size: 9px; font-weight: 750; text-transform: uppercase; }
.resource-card h3 { min-height: 43px; margin: 7px 0 13px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.resource-card p { display: flex; margin: auto 0 0; border-top: 1px solid var(--border-dark); }
.resource-card p > * { display: inline-flex; min-height: 40px; flex: 1; align-items: center; justify-content: center; gap: 6px; padding: 9px 4px; border: 0; background: none; color: #d8d0ff; font-size: 11px; font-weight: 750; text-align: center; text-decoration: none; cursor: pointer; }
.resource-card p > * + * { border-left: 1px solid var(--border-dark); }
.preview-resource::before { content: "◉"; font-size: 12px; }
.resource-card a[download]::before { content: "↓"; font-size: 15px; line-height: 1; }
.gallery-more { display: flex; margin: 24px auto 0; }
.noscript-note { color: var(--muted-light); text-align: center; }

/* Safety — Flexbox */
.safety-grid { display: flex; align-items: flex-start; gap: clamp(42px, 7vw, 86px); }
.safety-grid > * { min-width: 0; flex: 1 1 50%; }
.safety-list { display: grid; gap: 9px; padding: 0; list-style: none; }
.safety-list li { position: relative; padding: 12px 14px 12px 38px; border: 1px solid var(--border-light); border-radius: var(--radius-sm); background: var(--paper-card); color: #454652; font-size: 13px; }
.safety-list li::before { position: absolute; content: "✓"; left: 15px; top: 11px; color: var(--indigo); font-weight: 900; }
.faq { border-top: 1px solid var(--border-light); }
.faq article { border-bottom: 1px solid var(--border-light); }
.faq h3 { margin: 0; }
.faq button { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; border: 0; background: none; color: var(--text-dark); font-size: 14px; font-weight: 750; text-align: left; cursor: pointer; }
.faq button span { display: grid; width: 28px; height: 28px; flex: none; place-items: center; border: 1px solid var(--border-light); border-radius: 50%; color: var(--indigo); font-size: 18px; transition: transform .2s ease; }
.faq button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq article > div { padding: 0 38px 18px 0; }
.faq article > div p { margin: 0; color: var(--muted-dark); font-size: 13px; }

/* Closing */
.final-cta { position: relative; min-height: 540px; display: grid; align-items: center; overflow: hidden; }
.final-cta > img, .final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; object-position: center 53%; }
.final-overlay { background: linear-gradient(90deg, rgba(8, 9, 20, .94) 0%, rgba(8, 9, 20, .72) 52%, rgba(8, 9, 20, .22) 100%); }
.final-content { position: relative; padding-block: 80px; }
.final-content h2 { max-width: 720px; }
.final-content > p:not(.eyebrow) { max-width: 560px; margin-bottom: 26px; color: #d0d1df; font-size: 16px; }

.site-footer { background: #05060d; color: var(--paper); }
.footer-image { height: 110px; background: linear-gradient(rgba(8, 9, 20, .2), #05060d), url("ifp-assets/28-footer-blue-hour-rooftop.webp") center/cover; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .8fr; gap: 60px; padding-block: 52px 40px; }
.footer-grid > div:first-child p { max-width: 420px; margin-top: 16px; color: #aeb0c3; font-size: 13px; }
.footer-grid h2 { margin-bottom: 12px; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-grid a, .footer-grid button { min-height: 34px; padding: 5px 0; border: 0; background: none; color: #b8b9ca; font-size: 13px; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px; border-top: 1px solid var(--border-dark); color: #7e8095; font-size: 11px; }

dialog { width: min(880px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0 0 22px; border: 1px solid var(--border-dark); border-radius: var(--radius); background: var(--navy); color: var(--paper); box-shadow: 0 32px 100px rgba(0, 0, 0, .58); }
dialog::backdrop { background: rgba(3, 4, 12, .82); backdrop-filter: blur(5px); }
.dialog-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; }
.dialog-bar h2 { margin: 0; font-family: var(--sans); font-size: 15px; font-weight: 750; letter-spacing: 0; }
.dialog-bar button { width: 42px; height: 42px; border: 1px solid var(--border-dark); border-radius: 50%; background: transparent; color: var(--white); font-size: 24px; cursor: pointer; }
dialog > img { width: calc(100% - 36px); max-height: 68vh; margin: 0 auto 18px; border-radius: var(--radius-sm); object-fit: contain; background: var(--ink); }
dialog > .button { display: flex; width: max-content; margin: 0 auto; }

@media (max-width: 1040px) {
  .primary-nav { gap: 13px; }
  .primary-nav > a { font-size: 12px; }
  .hero-grid { gap: 42px; }
  .resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; inset: 72px 0 auto; display: none; align-items: stretch; gap: 0; padding: 12px 15px 18px; border-bottom: 1px solid var(--border-dark); background: rgba(8, 9, 20, .99); }
  .primary-nav.open { display: grid; }
  .primary-nav > a { min-height: 46px; display: flex; align-items: center; padding: 7px 11px; font-size: 14px; }
  .primary-nav .button { margin-top: 7px; justify-content: center; }
  .hero-grid, .split-grid, .composer-grid, .safety-grid { flex-direction: column; }
  .hero-copy, .hero-visual, .split-grid > *, .composer-intro, .composer-tool, .safety-grid > * { width: 100%; flex-basis: auto; }
  .hero-visual { max-width: 650px; margin-inline: auto; }
  .landscape-image { height: 420px; order: 2; }
  .section-copy { order: 1; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principle-card, .principle-card:nth-child(1), .principle-card:nth-child(2) { grid-column: auto; }
  .action-heading { align-items: start; flex-direction: column; gap: 22px; }
  .action-heading img { width: 100%; height: 250px; }
  .action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .composer-intro { position: static; }
  .composer-intro img { height: 360px; }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .section { padding: 66px 0; }
  .hero { padding: 62px 0 54px; }
  .hero-lead { font-size: 1rem; }
  .button-row .button { flex: 1 1 150px; }
  .trust-line { align-items: flex-start; }
  .hero-visual { padding-bottom: 102px; }
  .hero-visual > img { height: 420px; object-position: 65% center; }
  .daily-action { right: 0; padding: 17px; }
  .steps { grid-template-columns: 1fr; padding-block: 8px; }
  .steps article, .steps article:first-child, .steps article:last-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--border-dark); }
  .steps article:last-child { border-bottom: 0; }
  .definition-grid, .principle-grid, .action-grid, .resource-grid { grid-template-columns: 1fr; }
  .landscape-image { height: 330px; }
  .principle-card img, .principle-featured img, .principle-wide img { height: 200px; }
  .action-heading img { height: 210px; }
  .action-toolbar { display: grid; grid-template-columns: 1fr; }
  .action-card { min-height: 225px; }
  .local-note { align-items: flex-start; flex-wrap: wrap; }
  .local-note .button { width: 100%; }
  .composer-intro img { height: 260px; }
  .composer-tool { padding: 16px; }
  .share-actions .button { width: 100%; }
  .platform-links { align-items: flex-start; flex-direction: column; gap: 6px; }
  .resource-card > img { height: 240px; }
  .resource-filters { flex-wrap: nowrap; margin-right: -15px; padding-right: 15px; overflow-x: auto; }
  .resource-filters button { flex: none; }
  .final-cta { min-height: 560px; }
  .final-overlay { background: linear-gradient(0deg, rgba(8, 9, 20, .98) 0%, rgba(8, 9, 20, .68) 72%, rgba(8, 9, 20, .32) 100%); }
  .final-content { align-self: end; padding-block: 78px 56px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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

@media print {
  .site-header, .button, button, .resource-filters, .share-actions, .platform-links, .gallery-more { display: none !important; }
  body, .section-dark, .resources { background: white !important; color: black !important; }
  .section { padding: 30px 0; }
}
