/* Shared interface layer. Resume and letter typography remain document specific. */
@font-face {
  font-family: Manrope;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --sans: Manrope, sans-serif;
  --ink: #202224;
  --muted: #60656b;
  --soft: #f4f5f6;
  --line: #e1e4e6;
  --brand: #bc4325;
  --accent-soft: #fff3ec;
  --accent-line: #efccba;
  --deep: #202224;
  --max: 1200px;
  --pad: clamp(22px, 4.5vw, 64px);
}
/* The bundled Manrope subset lacks Ğ, İ and Ş; keep Turkish pages typographically consistent. */
html[lang="tr"] { --sans: "Avenir Next", Arial, sans-serif; }
html[lang="ar"] { --sans: "Geeza Pro", "Arial", sans-serif; }
html[lang="he"] { --sans: "Arial Hebrew", Arial, sans-serif; }
html[lang="zh"] { --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif; }

body { font-family: var(--sans); -webkit-font-smoothing: antialiased; }
.resume-sheet, .letter-sheet { --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: var(--sans); }
html[lang="ar"] .resume-sheet, html[lang="ar"] .letter-sheet { --sans: "Geeza Pro", "Arial", sans-serif; text-align: right; }
html[lang="he"] .resume-sheet, html[lang="he"] .letter-sheet { --sans: "Arial Hebrew", Arial, sans-serif; text-align: right; }
html[lang="zh"] .resume-sheet, html[lang="zh"] .letter-sheet { --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif; }
.resume-sheet p, .letter-sheet p { text-wrap: wrap; }
button, input, select { font-family: inherit; }
h1, h2, h3, p, a, li { hyphens: none !important; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
.site-header { height: 84px; background: #fffffff5; border-bottom-color: #eceeef; }
.brand { gap: 10px; }
.brand-mark { width: 31px; height: 31px; border-radius: 9px; font-weight: 700; background: var(--ink); }
.brand-copy strong { font-size: 21px; letter-spacing: -.065em; font-weight: 800; }
.site-nav { gap: 30px; }
.site-nav>a { font-size: 14px; font-weight: 600; color: #5c6166; }
.site-nav .nav-cta { font-size: 13px; padding: 12px 18px; border-radius: 9px; }
.language-switcher { position: relative; flex: 0 0 auto; }
.language-switcher summary { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 11px; border: 1px solid #dfe3e5; border-radius: 9px; background: #fff; color: #30363a; cursor: pointer; list-style: none; font-size: 13px; font-weight: 750; line-height: 1.25; user-select: none; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary:hover, .language-switcher[open] summary { background: #f4f6f7; border-color: #cbd2d5; }
.language-switcher summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.35; flex: 0 0 auto; }
.language-chevron { color: #6f777c; font-size: 17px; line-height: .7; transform: translateY(-2px); transition: transform .18s; }
.language-switcher[open] .language-chevron { transform: rotate(180deg) translateY(1px); }
.language-panel { position: absolute; top: calc(100% + 11px); right: 0; z-index: 120; display: flex; flex-direction: column; width: min(462px, calc(100vw - 36px)); max-height: min(620px, 72dvh); background: #fff; border: 1px solid #dfe3e5; border-radius: 13px; box-shadow: 0 22px 55px #1c252b24; overflow: hidden; }
.language-panel-heading { flex: 0 0 auto; padding: 20px 22px 16px; border-bottom: 1px solid #e8ebed; }
.language-panel-heading strong { display: block; font-size: 16px; line-height: 1.4; color: #252a2d; }
.language-panel-heading p { margin-top: 5px; color: #667078; font-size: 13px; line-height: 1.55; }
.language-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; overflow-y: auto; overscroll-behavior: contain; padding: 12px; }
.site-nav .language-option { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; padding: 10px 11px; border: 0; border-radius: 7px; color: #333a3e; text-decoration: none; font-size: 14px; line-height: 1.4; font-weight: 600; }
.language-option span { overflow-wrap: anywhere; }
.language-option small { color: #7b858a; font-size: 12px; font-weight: 700; white-space: nowrap; }
.site-nav .language-option:hover { background: #f3f5f6; color: #252a2d; }
.site-nav .language-option.is-current { background: #fff1ea; color: #9e391f; }
.language-option.is-current small { color: #9e391f; }
.button { font-size: 14px; font-weight: 700; min-height: 48px; padding: 13px 21px; border-radius: 9px; gap: 22px; }
.button-dark, .button-primary { background: var(--ink); border-color: var(--ink); }
.button-dark:hover, .button-primary:hover { background: #3a3d40; border-color: #3a3d40; transform: translateY(-2px); }
.button, .text-link, .chapter-nav>a, .topic-link-card { transition: background .2s, color .2s, transform .2s, box-shadow .2s; }
.text-link { font-size: 14px; font-weight: 700; line-height: 1.6; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.eyebrow, .overline { font-size: 12px; font-weight: 700; letter-spacing: .1em; line-height: 1.5; }
.section { padding: 88px 0; }
.section-heading { margin-bottom: 36px; max-width: 720px; }
.section-heading h2, .section-title { font-size: clamp(28px, 2.7vw, 35px); line-height: 1.22; font-weight: 750; letter-spacing: -.045em; }
.section-heading>p:last-child, .body-copy>p { font-size: 16px; line-height: 1.8; color: var(--muted); }
.section-heading.centered { text-align: left; margin-inline: 0; }
html[lang="ar"] .section-heading.centered { text-align: right; }
html[lang="he"] .section-heading.centered { text-align: right; }
html[lang="ar"] .language-panel { left: 0; right: auto; }
html[lang="he"] .language-panel { left: 0; right: auto; }
.split { gap: clamp(38px, 6vw, 86px); align-items: center; }

/* Open hero: generous white space, a restrained accent, real document previews. */
.studio-hero { padding: 58px 0 45px; background: #fff; }
.studio-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: 54px; }
.studio-kicker { font-size: 12px; font-weight: 600; margin-bottom: 24px; color: #65696d; }
.studio-kicker>span { width: 7px; height: 7px; box-shadow: 0 0 0 4px #bc43250c; }
.studio-intro h1 { font-size: clamp(38px, 3.65vw, 49px); line-height: 1.13; letter-spacing: -.06em; font-weight: 800; }
.studio-intro h1>span { color: var(--brand); }
.studio-lead { max-width: 470px; font-size: 16px; line-height: 1.8; margin-top: 23px; }
.studio-actions { gap: 22px; margin-top: 28px; flex-wrap: wrap; }
.official-app-store-link { flex: 0 0 auto; display: inline-flex; align-items: center; min-width: 200px; height: 66px; border-radius: 8px; text-decoration: none; }
.official-app-store-link img { display: block; width: 200px; height: auto; }
.cvura-store-badge { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; min-width: 236px; height: 58px; padding: 9px 18px; border-radius: 13px; background: #171515; color: #fff; text-decoration: none; box-shadow: 0 14px 30px #17151529; }
.cvura-store-badge:hover { background: #282525; }
.cvura-store-badge svg { display: block; width: 34px; height: 40px; flex: 0 0 34px; }
.cvura-store-badge>span { display: flex; flex-direction: column; align-items: flex-start; }
.cvura-store-badge small { font-size: 11.4px; line-height: 1.02; font-weight: 400; white-space: nowrap; }
.cvura-store-badge strong { margin-top: 4px; font-size: 20.7px; line-height: 1.02; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.studio-secondary { font-size: 13px; font-weight: 700; gap: 10px; }
.studio-benefits { font-size: 12px; gap: 19px; margin-top: 18px; color: #656a70; flex-wrap: wrap; }
.studio-benefits>span:before { color: var(--brand); }
.studio-human { border-top: 0; background: #f5f6f7; border-radius: 12px; padding: 14px 16px; margin-top: 29px; max-width: 420px; gap: 13px; }
.studio-human img { width: 44px; height: 48px; border-radius: 7px; }
.studio-human strong { font-size: 13px; line-height: 1.5; font-weight: 750; }
.studio-human p { font-size: 12px; line-height: 1.6; margin-top: 3px; }
.studio-stage { background: transparent; border: 0; box-shadow: none; border-radius: 0; padding: 0; overflow: visible; }
.studio-documents { height: calc(70cqw + 68px); margin: 3px 0 16px; }
.studio-resume { width: 61%; left: 2%; top: 9px; transform: rotate(-4deg); }
.studio-letter { width: 55%; right: 0; top: 50px; transform: rotate(5deg); }
.studio-paper { box-shadow: 0 20px 36px -17px #1720203b, 0 0 0 1px #252b2a09; }
.studio-paper .resume-sheet { font-size: 1.13cqw; }
.studio-paper .letter-sheet { font-size: .99cqw; }
.studio-paper-label { font-family: var(--sans); font-size: 11px; padding: 12px 14px; }
.stage-bottomline { border-top: 0; padding: 2px 0 0 6px; }
.stage-bottomline strong { font-size: 13px; font-weight: 700; }
.stage-bottomline div>span { font-size: 12px; color: #686d72; line-height: 1.6; }
.stage-bottomline>a { width: 36px; height: 36px; }
.chapter-nav { border: 1px solid var(--line); border-radius: 13px; padding: 0; gap: 0; margin-bottom: 66px; overflow: hidden; }
.chapter-nav>a { padding: 21px 19px; gap: 10px; align-items: center; border-right: 1px solid var(--line); }
.chapter-nav>a:last-child { border-right: 0; }
.chapter-nav>a:hover { background: #f5f6f7; }
.chapter-nav>a>span { color: #687177; font-size: 11px; align-self: flex-start; padding-top: 2px; }
.chapter-nav strong { font-size: 13px; line-height: 1.5; font-weight: 750; }
.chapter-nav small { font-size: 12px; line-height: 1.5; }
.chapter-nav b { font-size: 17px; color: #697075; }

/* The collection is a bright workspace. Only the product section is dark. */
.home-page .gallery-section { background: #f4f5f6; color: var(--ink); padding: 67px 0 45px; border-block: 1px solid #e8eaec; }
.gallery-heading { align-items: end; gap: 40px; margin-bottom: 31px; }
.gallery-heading>div:first-child { max-width: 680px; }
.gallery-heading .eyebrow { color: var(--brand); }
.gallery-heading h2 { font-size: 33px; font-weight: 750; letter-spacing: -.05em; line-height: 1.25; }
.gallery-intro { font-size: 15px; color: var(--muted); max-width: 600px; line-height: 1.75; }
.template-filters { background: #e8eaec; padding: 4px; gap: 2px; border-radius: 9px; }
.template-filters button { font-size: 13px; min-height: 40px; padding: 8px 15px; color: #555b61; border: 0; border-radius: 6px; font-weight: 600; }
.template-filters button[aria-pressed=true] { background: #fff; color: var(--ink); box-shadow: 0 2px 5px #25282a12; }
.template-filters button:hover:not([aria-pressed=true]) { background: #dce0e2; color: var(--ink); }
.template-gallery { gap: 22px; scrollbar-color: #b6bcbf transparent; padding-bottom: 16px; }
.gallery-all-link { display: inline-flex; margin-top: 14px; }
.gallery-more { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 31px auto 0; border: 1px solid #d8dde1; background: #fff; color: #202224; }
.gallery-more:hover { background: #f3f5f6; }
.gallery-more[hidden] { display: none; }
.home-page .template-card { flex-basis: calc((100% - 44px) / 3); }
.home-page .template-preview, .topic-gallery .template-preview { height: 369px; padding: 25px 26px 0; background: #e7e9ed; border-radius: 12px; border: 1px solid #dbdee4; }
.template-card:nth-child(3n + 2) .template-preview { background: #e8e8eb; border-color: #dddee3; }
.template-card:nth-child(3n + 3) .template-preview { background: #e7e9ed; border-color: #dbdee4; }
.template-preview:hover { box-shadow: 0 12px 30px -15px #26312d33; }
.home-page .template-paper .resume-sheet { font-size: 1.96cqw; }
.template-paper { transition: transform .25s ease; }
.template-preview:hover .template-paper { transform: translateY(-5px); }
.template-caption { margin: 17px 3px 8px; }
.template-caption h3 { font-size: 18px; color: var(--ink); font-weight: 750; letter-spacing: -.035em; }
.template-caption p, .topic-gallery .template-caption p { font-size: 14px; line-height: 1.6; color: #60676c; margin-top: 5px; }
.template-swatch { outline-color: #c8cecb; }
.preview-action { font-size: 12px; padding: 10px 13px; border-radius: 7px; background: #202224f5; }
.gallery-bottom { border-color: #dce0e2; margin-top: 13px; padding-top: 24px; }
.gallery-bottom p { font-size: 14px; color: #565d63; }
.gallery-bottom small { font-size: 12px; color: #606a72; line-height: 1.65; }
.gallery-app-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 23px 26px; margin-top: 26px; border: 1px solid #e7d4c9; border-radius: 12px; background: #fffaf7; }
.gallery-app-note>div { max-width: 710px; }
.gallery-app-note span, .topic-gallery-app span { display: block; color: #a84125; font-size: 11px; font-weight: 800; letter-spacing: .09em; line-height: 1.5; }
.gallery-app-note p, .topic-gallery-app p { margin-top: 7px; font-size: 14px; line-height: 1.7; color: #51565a; }
.gallery-app-note .text-link { flex-shrink: 0; color: #923b24; }
.gallery-pagination>span { font-size: 13px; color: #555d63; }
.circle-button { background: #fff; color: #24282b; border-color: #d2d8db; width: 40px; height: 40px; }
.circle-button:hover { background: #202224; color: white; border-color: #202224; }
.circle-button:disabled:hover { background: white; color: #24282b; border-color: #d2d8db; }

/* Different content deserves different presentation, not a wall of cards. */
.home-page #ablauf { padding-block: 74px 85px; }
.home-page #ablauf .section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; max-width: none; }
.home-page #ablauf .eyebrow { grid-column: 1 / -1; }
.home-page #ablauf .section-heading>p:last-child { margin: 0; max-width: 510px; align-self: center; }
.home-page #ablauf .steps-grid { padding-top: 12px; }
.home-page #ablauf .steps-grid article { padding-top: 22px; }
.home-page #ablauf .steps-grid h3 { font-size: 21px; letter-spacing: -.04em; font-weight: 750; }
.home-page #ablauf .steps-grid p { font-size: 15px; line-height: 1.75; }
.home-page #ablauf .step-number { color: #555e63; background: #eef0f1; border-radius: 8px; display: grid; place-items: center; width: 35px; height: 35px; }
.home-page .app-section { background: #202426; padding: 76px 0; }
.home-page .app-story .section-title { font-size: clamp(30px, 3vw, 39px); font-weight: 750; letter-spacing: -.045em; line-height: 1.22; }
.home-page .app-lead { font-size: 16px; line-height: 1.8; }
.home-page .app-points { border-top-color: #ffffff26; }
.home-page .app-points>div { padding-block: 17px; border-bottom-color: #ffffff26; }
.home-page .app-points p { font-size: 14px; }
.home-page .app-points strong { font-size: 15px; font-weight: 700; }
.home-page .app-story .app-cta-note { font-size: 13px !important; }
.workspace-top { padding: 19px 23px; }
.workspace-top>span { font-size: 11px; letter-spacing: .06em; color: #667077; }
.workspace-body { padding: 25px; }
.workspace-body>h3 { font-size: 25px; font-weight: 750; letter-spacing: -.04em; }
.workspace-body>small, .opportunity-title small, .next-task small { color: #5e6971; }
.pipeline>span:not(.active) { color: #626a70; }
.workspace-panel { border-radius: 15px; }
.workspace-foot { font-size: 11px; }
.anatomy-panel { padding: 30px 32px; border-radius: 16px; background: #fff; box-shadow: 0 18px 50px -30px #25303338; border: 1px solid #dfe4e4; position: relative; }
.anatomy-panel>small { font-size: 11px; letter-spacing: .09em; color: #697377; }
.anatomy-panel:before { content: ''; display: block; width: 34px; height: 4px; background: var(--brand); border-radius: 2px; margin-bottom: 22px; }
.anatomy-name { font-size: 25px; font-weight: 750; }
.anatomy-panel li { gap: 15px; }
.anatomy-panel li>span { font-size: 11px; color: var(--brand); }
.anatomy-panel li b { font-size: 14px; font-weight: 750; }
.anatomy-panel li p { font-size: 14px; line-height: 1.7; }
.anatomy-note { font-size: 13px; border-radius: 8px; }
.detail-list li { padding-block: 17px; }
.detail-list b { font-size: 16px; font-weight: 750; }
.detail-list p { font-size: 15px; line-height: 1.75; }
.format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.format-card { padding: 28px 30px; border-radius: 12px; border: 1px solid #e0e4e6; background: #fff; }
.format-card>span { font-size: 11px; color: #6b7379; font-weight: 700; letter-spacing: .08em; }
.format-card h3 { font-size: 23px; font-weight: 750; margin: 17px 0 12px; letter-spacing: -.04em; }
.format-card p { color: #586168; font-size: 15px; line-height: 1.75; }
.format-card strong, .format-card:not(.featured) strong { display: block; font-size: 14px; font-weight: 600; line-height: 1.7; color: #414d53; border-top: 1px solid #e0e4e6; padding-top: 17px; margin-top: 21px; }
.format-card.featured { background: var(--accent-soft); border-color: var(--accent-line); box-shadow: none; }
.format-card.featured>span { color: var(--brand); }
.format-card.featured h3 { color: var(--ink); }
.format-card.featured p { color: #555960; }
.format-card.featured strong { color: #86402b; border-color: var(--accent-line); font-size: 14px; padding-top: 17px; margin-top: 21px; }
.examples-section { background: #f4f5f6; }
.example-tabs { border-radius: 15px; box-shadow: 0 6px 25px -20px #19252930; }
.tab-list { padding: 12px 17px; }
.tab-list button { font-size: 14px; font-weight: 650; padding: 10px 17px; border-radius: 7px; }
.example-panel { padding: 32px; grid-template-columns: 1fr 26px 1.25fr; gap: 28px; }
.example-panel>div { padding: 20px 24px; border-radius: 9px; background: #f6f7f8; }
.example-panel>div:last-child { background: var(--accent-soft); }
.example-panel>div:last-child small { color: var(--brand); }
.example-panel small { font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.example-panel p { font-size: 18px; letter-spacing: -.025em; line-height: 1.75; color: #39464b; }
.example-panel>div:first-child p { color: #606b74; }
.example-panel .example-reason { font-size: 14px; line-height: 1.75; letter-spacing: 0; color: #565c61; margin: 19px 0 0; padding-top: 16px; border-top: 1px solid var(--accent-line); }
.truth-note { font-size: 14px; line-height: 1.75; margin-top: 20px; max-width: 850px; }
.letter-showcase { background: #f0f1f3; padding: 33px 56px; border-radius: 16px; }
.letter-showcase .letter-sheet { transform: rotate(-2deg); }
.letter-caption { font-size: 13px; border-radius: 8px; padding: 12px 17px; bottom: 25px; }
.three-notes { gap: 35px; margin-top: 42px; }
.three-notes b { font-size: 15px; font-weight: 750; }
.three-notes p { font-size: 15px; line-height: 1.75; }
.evidence-table { border-radius: 12px; overflow: hidden; border-color: #e1e5e7; }
.evidence-head { background: #252a2d; color: white; }
.evidence-head>* { color: #fff; font-size: 12px; letter-spacing: .04em; }
.evidence-row>* { padding: 22px 25px; font-size: 15px; line-height: 1.7; }
.evidence-row:not(.evidence-head):nth-child(odd) { background: #f5f6f7; }
.evidence-note { font-size: 14px; }
.check-section { background: #f4f5f6; }
.check-item { padding: 22px 0; }
.check-item b { font-size: 16px; font-weight: 750; }
.check-item small { font-size: 14px; line-height: 1.75; }
.check-item em { font-size: 12px; color: #5d6971; }
.score-line span { color: #626f78; }
.score-card { background: #fff; border: 1px solid #dde2e4; border-radius: 16px; padding: 32px; box-shadow: 0 12px 35px -25px #29343730; }
.score-card p { font-size: 15px; line-height: 1.75; }
.interview-image { aspect-ratio: 1.03; border-radius: 15px; }
.interview-image img { object-position: 56% center; }
.image-label { background: #fffffff2; border-radius: 9px; font-size: 14px; line-height: 1.6; padding: 17px 20px; left: 20px; right: 20px; bottom: 20px; }
.star-row { gap: 26px; }
.star-intro { font-size: 14px; color: #627078; line-height: 1.75; max-width: 790px; margin: 39px 0 0; }
.star-intro+.star-row { margin-top: 21px; }
.home-page .app-story>.button { background: #fff; border-color: #fff; color: #242a2d; }
.home-page .app-story>.button:hover { background: #e6ebed; }
.star-row article>span { background: #eef0f1; color: #536068; font-size: 17px; border-radius: 8px; width: 38px; height: 38px; display: grid; place-items: center; }
.star-row h3 { font-size: 18px; font-weight: 750; margin-top: 15px; }
.star-row p { font-size: 15px; line-height: 1.75; }
.resource-grid { gap: 21px; }
.resource-card { border-radius: 13px; background: white; border: 1px solid #e0e5e7; overflow: hidden; }
.resource-card h3 { font-size: 21px; letter-spacing: -.04em; line-height: 1.3; font-weight: 750; }
.resource-card p { font-size: 15px; line-height: 1.75; }
.resource-card-visual p { color: #59666f; }
.resource-card-copy>small { color: #65727b; }
.faq-layout { gap: 70px; }
.faq-item h3 button { font-size: 17px; font-weight: 700; line-height: 1.55; padding-block: 25px; gap: 25px; }
.faq-answer p { font-size: 16px; line-height: 1.85; color: #59636b; }
.faq-item i { color: #4b5860; background: #f2f4f5; border-radius: 50%; min-width: 28px; height: 28px; display: grid; place-items: center; font-weight: 400; }
.closing-section { background: #edf0f1; border-block: 1px solid #dfe4e6; padding: 70px 0; }
.closing-inner { gap: 80px; }
.closing-inner h2 { font-size: clamp(29px, 3vw, 39px); line-height: 1.2; font-weight: 750; letter-spacing: -.045em; }
.closing-inner p:not(.eyebrow) { font-size: 16px; line-height: 1.8; max-width: 650px; }
.site-footer { background: #fff; }
.footer-main { padding-block: 54px; }
.footer-column strong { color: #20282d; font-weight: 750; }
.footer-column a { color: #687078; }
.footer-bottom { border-color: #e6eaec; color: #657078; }

/* One editorial system for all seventeen pages. */
.guide-hero, .topic-hero, .topic-kind-hub .topic-hero, .topic-kind-gallery .topic-hero { background: #f3f5f6; color: var(--ink); border-bottom: 1px solid #e1e6e8; padding: 29px var(--pad) 52px; }
.guide-hero-inner { max-width: var(--max); }
.guide-page .breadcrumbs, .topic-hero .breadcrumbs, .topic-kind-hub .topic-hero .breadcrumbs, .topic-kind-hub .topic-hero .breadcrumbs a { font-size: 12px; color: #667078; margin-bottom: 36px; }
.guide-page .breadcrumbs a:hover { color: var(--brand); }
.guide-opening, .topic-hero-grid { grid-template-columns: minmax(0, 1.5fr) minmax(290px, .72fr); gap: 65px; align-items: center; }
.guide-hero .eyebrow, .topic-eyebrow, .topic-kind-hub .topic-eyebrow { color: #8e4633; font-size: 12px; letter-spacing: .08em; margin-bottom: 18px; }
.guide-hero h1, .topic-hero h1, .topic-kind-hub .topic-hero h1 { font-size: clamp(35px, 3.5vw, 48px); font-weight: 800; letter-spacing: -.055em; line-height: 1.14; color: var(--ink); max-width: 760px; }
.guide-hero h1 span { color: #59656c; }
.guide-hero .lead, .topic-lead, .topic-kind-hub .topic-lead { color: #58636a; font-size: 17px; line-height: 1.8; margin-top: 23px; }
.guide-meta { color: #5c6b74; font-size: 12px; gap: 10px 15px; }
.guide-meta span+span { border-color: #cbd2d6; }
.guide-roadmap { background: #fff; border: 1px solid #dfe5e7; border-radius: 13px; padding: 25px 27px; box-shadow: 0 14px 32px -27px #24323b40; }
.guide-roadmap>.eyebrow { color: #69767d; font-size: 11px; }
.guide-roadmap>h2 { font-size: 19px; font-weight: 750; color: #253038; }
.guide-roadmap>a, .guide-roadmap>a:first-of-type, .guide-roadmap>a:last-of-type { border-color: #e1e6e9; padding-block: 15px; }
.guide-roadmap strong { color: #2b363d; font-size: 14px; font-weight: 750; }
.guide-roadmap small { color: #64717a; font-size: 13px; }
.guide-roadmap>a>span { color: #65747d; font-size: 12px; }
.guide-roadmap a:hover strong { color: var(--brand); }
.topic-summary, .topic-kind-hub .topic-summary { border: 1px solid #dfe5e7; background: #fff; border-radius: 13px; padding: 23px 25px; box-shadow: none; }
.topic-summary>small, .topic-kind-hub .topic-summary>small { color: #677780; font-size: 11px; }
.topic-summary li, .topic-kind-hub .topic-summary li { color: #4b5b64; border-color: #e0e6e8; font-size: 14px; line-height: 1.7; padding-block: 11px; }
.topic-summary li:before { color: var(--brand); }
.topic-summary>a, .topic-kind-hub .topic-summary>a { color: #344b56; border-color: #e0e6e8; font-size: 14px; }
.guide-shell, .topic-layout { width: min(var(--max), calc(100% - var(--pad)*2)); grid-template-columns: 215px minmax(0, 780px); gap: 75px; padding-top: 57px; }
.guide-toc, .topic-toc { border-top: 0; border-left: 1px solid #e1e6e8; padding: 4px 0 0 19px; top: 112px; }
.guide-toc summary, .topic-toc strong { font-size: 12px; letter-spacing: .035em; color: #65727b; font-weight: 750; }
.guide-toc nav a, .topic-toc>a { font-size: 13px; color: #5b6871; border-bottom: 0; border-radius: 6px; padding: 10px 9px; line-height: 1.55; }
.guide-toc nav a[aria-current=location] { background: #eef2f3; color: #253d48; border-left-color: #253d48; }
.topic-toc>a:hover { background: #f0f3f4; color: #253d48; }
.article-body>h2, .topic-section h2 { font-size: clamp(26px, 2.3vw, 31px); font-weight: 750; line-height: 1.3; letter-spacing: -.04em; }
.article-body>h2 { padding-left: 0; border-top: 1px solid #e0e6e8; padding-top: 32px; margin-top: 54px; }
.article-body>h2:before { position: static; display: block; font-size: 12px; color: #60717b; margin-bottom: 12px; }
.article-body p, .article-body li, .topic-prose p, .topic-prose li { font-size: 17px; line-height: 1.9; color: #4e5c64; }
.article-body h3 { font-size: 22px; line-height: 1.4; font-weight: 750; letter-spacing: -.03em; }
.quick-answer { display: block; padding: 26px 30px; border: 1px solid var(--accent-line); border-radius: 12px; background: var(--accent-soft); }
.quick-answer small { display: block; font-size: 11px; color: var(--brand); margin: 0 0 12px; }
.quick-answer p { font-size: 18px; line-height: 1.8; color: #4f403c; }
.guide-start, .topic-practical { background: #f5f7f8; border: 1px solid #e0e6e8; border-radius: 12px; padding: 27px 29px; }
.guide-start-head small, .topic-practical-heading>span { font-size: 12px; color: #526976; }
.guide-start-head h2, .topic-practical h2 { font-size: 22px; font-weight: 750; letter-spacing: -.035em; }
.guide-start-grid>div, .topic-practical-grid>div { border-color: #d8e0e4; }
.guide-start-grid span, .topic-practical-grid>div>span { font-size: 12px; color: #5c6f7a; }
.guide-start-grid b, .topic-practical-grid h3 { font-size: 15px; font-weight: 750; line-height: 1.5; }
.guide-start-grid p, .topic-practical-grid p { font-size: 14px; line-height: 1.75; color: #5b6b74; }
.content-card { background: #f7f8f9; border: 1px solid #e0e6e8; border-radius: 11px; padding: 27px 29px; }
.content-card p, .content-card li, .practice-note p { font-size: 16px; line-height: 1.85; }
.practice-note { background: #fff; border: 1px solid #dae2e6; border-left: 3px solid var(--brand); border-radius: 0 11px 11px 0; }
.practice-note .eyebrow { font-size: 11px; color: var(--brand); }
.sentence-example { border: 1px solid #dfe5e7; border-radius: 12px; }
.sentence-example>div { background: #f4f6f7; padding: 27px; }
.sentence-example>div+div { background: var(--accent-soft); border-left: 1px solid var(--accent-line); }
.sentence-example small { color: #536b79; font-size: 12px; }
.sentence-example>div+div small { color: var(--brand); }
.sentence-example p { font-size: 16px; line-height: 1.85; }
.guide-table { border-radius: 10px; }
.source-box { background: #f5f7f8; border: 0; border-radius: 10px; }
.source-box h3 { font-size: 17px; }
.source-box p, .source-box li { font-size: 14px; }
.guide-cta, .topic-next { background: #232a2e; border-radius: 13px; padding: 32px; }
.guide-cta h2, .topic-next h2 { font-size: 27px; line-height: 1.3; font-weight: 750; }
.guide-cta p, .topic-next p { font-size: 15px; line-height: 1.8; }
.article-body .guide-cta p:not(.eyebrow) { color: #d0d8dc; }
.guide-cta-actions { flex-wrap: wrap; }
.topic-section-kicker { color: #586e7a; font-size: 12px; letter-spacing: .08em; }
.topic-section { padding-top: 31px; padding-bottom: 42px; border-color: #e0e6e8; }
.topic-section h2 { margin-top: 14px; }
.topic-gallery-count { border-top: 0; border-bottom: 0; padding: 25px; border-radius: 13px; background: #eef2f3; }
.topic-gallery-count strong { font-size: 77px; font-weight: 750; color: #3c515c; }
.topic-gallery-count b { right: 24px; bottom: 25px; color: #3c515c; }
.topic-gallery-count span { font-size: 14px; color: #54666f; }
.topic-gallery .template-gallery { gap: 30px 24px; }
.topic-gallery-app { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 0 auto 55px; padding: 26px 30px; background: #fff7f2; border: 1px solid #edcbb9; border-radius: 12px; }
.topic-gallery-app>div { max-width: 690px; }
.topic-gallery-app .button { flex-shrink: 0; }
.topic-gallery-heading>span { color: #606f79; }
.topic-gallery-filters { padding: 4px; background: #edf0f2; border-radius: 9px; }
.topic-gallery-filters button { border-radius: 6px; font-size: 13px; }
.topic-gallery-filters button[aria-pressed=true] { background: white; color: #25333b; box-shadow: 0 2px 5px #24333e12; }
.topic-gallery-toolbar { border: 0; padding: 4px 0 9px; }
.topic-link-grid { gap: 18px; }
.topic-link-card, .topic-kind-hub .topic-link-card, .related-grid a { border: 1px solid #dfe5e8; border-radius: 12px; background: white; padding: 27px; }
.topic-kind-hub .topic-link-card { min-height: 233px; }
.topic-link-card:hover, .topic-kind-hub .topic-link-card:hover, .related-grid a:hover { background: #f9fafb; box-shadow: 0 12px 30px -20px #283d4a30; border-color: #c8d4db; transform: translateY(-3px); }
.topic-link-card small { font-size: 12px; color: #506d7c; }
.topic-link-card h3, .related-guides .related-grid h3 { font-size: 21px; line-height: 1.35; font-weight: 750; letter-spacing: -.04em; }
.topic-link-card p, .related-guides .related-grid p { font-size: 15px; line-height: 1.75; color: #626f78; }
.topic-link-card>span { border-color: #e0e6e8; font-size: 13px; color: #455b68; }
.topic-related, .related-guides { background: #f2f5f6; }
.page-feature { border-radius: 12px; overflow: hidden; border: 1px solid #dce4e7; }
.page-feature-head { background: #eef2f4; color: #25333c; padding: 27px 29px; border-bottom: 1px solid #dce4e7; }
.page-feature-head>span { color: #4e6877; font-size: 12px; }
.page-feature-head h2 { color: #25333c; font-size: 24px; font-weight: 750; }
.feature-compare-after { background: var(--accent-soft); }
.feature-compare-after small { color: var(--brand); }
.feature-matrix-row span, .feature-trio p, .feature-answer p, .feature-steps p { font-size: 15px; line-height: 1.75; }
.feature-footnote { font-size: 14px; color: #63737d; }
.template-dialog { border-radius: 16px; border: 1px solid #d9e0e4; }
.dialog-bar { background: #fff; padding: 17px 23px; border-bottom: 1px solid #e0e6e9; }
.dialog-bar h2 { font-size: 18px; letter-spacing: -.03em; font-weight: 750; }
.dialog-tabs button { font-size: 14px; }
.dialog-detail h3 { font-size: 28px; font-weight: 750; letter-spacing: -.04em; }
.dialog-detail p, .dialog-detail li { font-size: 15px; line-height: 1.8; }
.dialog-detail small { font-size: 13px; line-height: 1.75; }

/* Extended homepage guidance follows the same readable editorial system. */
.home-page .content-deep-link { margin: 29px 0 0; padding-top: 22px; border-top: 1px solid #dfe5e7; font-size: 15px; line-height: 1.8; color: #596970; }
.home-page .content-deep-link a { color: #293f48; font-weight: 700; text-underline-offset: 4px; }
.home-page .tip-grid { gap: 26px; }
.home-page .tip-column { padding: 30px; border: 1px solid #dfe5e7; border-radius: 13px; background: #f7f8f9; }
.home-page .tip-column>small { font-size: 12px; color: #576d77; letter-spacing: .06em; }
.home-page .tip-column h3 { font-size: 24px; font-weight: 750; line-height: 1.35; letter-spacing: -.035em; }
.home-page .tip-column h4 { font-size: 16px; font-weight: 750; line-height: 1.5; }
.home-page .tip-column p { font-size: 16px; line-height: 1.8; color: #53616a; }
.home-page .scenario-grid { gap: 22px; }
.home-page .scenario { border-radius: 13px; padding: 30px; border-color: #dfe5e7; }
.home-page .scenario>small { font-size: 12px; letter-spacing: .06em; color: #596e77; }
.home-page .scenario h3 { font-size: 23px; line-height: 1.35; font-weight: 750; letter-spacing: -.035em; }
.home-page .scenario p { font-size: 16px; line-height: 1.8; color: #53616a; }
.home-page .scenario .scenario-example { margin-top: 20px; padding-top: 18px; border-top: 1px solid #e0e6e8; font-size: 15px; }
.home-page .scenario-example b { font-weight: 750; color: #344b56; }
.home-page .scenario>span { font-size: 13px; line-height: 1.7; color: #606f78; }
.home-page .scenario .text-link { font-size: 14px; }
.home-page #anlagen .steps-grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid #dfe5e7; }
.home-page #anlagen .steps-grid article { display: grid; grid-template-columns: 40px 225px minmax(0, 1fr); align-items: start; gap: 24px; border: 0; border-bottom: 1px solid #dfe5e7; border-radius: 0; padding: 31px 0; background: transparent; }
.home-page #anlagen .step-number { margin: 0; width: 36px; height: 36px; background: #eef2f3; border: 0; border-radius: 8px; color: #586b75; font-size: 12px; }
.home-page #anlagen .steps-grid h3 { font-size: 22px; line-height: 1.4; font-weight: 750; letter-spacing: -.035em; }
.home-page #anlagen .steps-grid p { font-size: 16px; line-height: 1.8; color: #53616a; }
.home-page #anlagen .step-body p+p { margin-top: 16px; }
.home-page #anlagen .content-deep-link { border: 0; padding-top: 0; }
.home-page #organisieren { background: #f4f5f6; }
.home-page #organisieren .steps-grid article { padding: 28px; border-radius: 13px; background: white; }
.home-page #organisieren .step-number { font-size: 12px; width: 35px; height: 35px; color: #586b75; background: #eef2f3; border: 0; }
.home-page #organisieren .steps-grid h3 { font-size: 22px; line-height: 1.35; font-weight: 750; }
.home-page #organisieren .steps-grid p { font-size: 16px; line-height: 1.8; color: #53616a; }
.home-page #ki-bewerbung .anatomy-panel li p { font-size: 15px; }
@media (max-width: 860px) {
  .home-page #anlagen .steps-grid article { grid-template-columns: 36px minmax(0, 1fr); gap: 10px 19px; }
  .home-page #anlagen .step-body { grid-column: 2; }
  .home-page #organisieren .steps-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .home-page .tip-column, .home-page .scenario, .home-page #organisieren .steps-grid article { padding: 25px; }
  .home-page .tip-column h3, .home-page .scenario h3 { font-size: 22px; }
  .home-page #anlagen .step-body { grid-column: 1 / -1; }
  .home-page #anlagen .steps-grid article { padding-block: 26px; }
  .home-page #anlagen .steps-grid h3 { font-size: 21px; margin-top: 3px; }
}

@media (max-width: 1100px) {
  .studio-hero-grid { gap: 32px; }
  .studio-intro h1 { font-size: 42px; }
  .studio-actions { gap: 15px; }
  .studio-secondary { font-size: 12px; }
  .chapter-nav>a { padding: 19px 12px; gap: 8px; }
  .chapter-nav small { font-size: 11px; }
  .guide-opening, .topic-hero-grid { gap: 35px; }
  .guide-shell, .topic-layout { grid-template-columns: 185px minmax(0, 1fr); gap: 44px; }
  .home-page .template-preview { height: 319px; padding: 22px 20px 0; }
}
@media (max-width: 860px) {
  .site-header { height: 74px; }
  .site-nav { top: 74px; height: calc(100dvh - 74px); overflow-y: auto; overscroll-behavior: contain; }
  .site-nav .language-switcher { margin-top: 20px; padding-bottom: 28px; }
  .site-nav .language-switcher summary { justify-content: flex-start; min-height: 49px; padding: 13px 16px; font-size: 15px; }
  .site-nav .language-panel { position: static; width: 100%; max-height: none; margin-top: 9px; box-shadow: none; }
  .site-nav .language-list { max-height: min(44dvh, 340px); }
  .studio-hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .studio-intro h1 { font-size: 36px; }
  .studio-lead { font-size: 15px; }
  .studio-human { padding: 12px; }
  .studio-benefits { font-size: 11px; gap: 9px; }
  .chapter-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chapter-nav>a { padding: 18px; }
  .chapter-nav>a:nth-child(2) { border-right: 0; }
  .chapter-nav>a:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .chapter-nav small { font-size: 12px; }
  .home-page .template-card { flex-basis: calc((100% - 22px) / 2); }
  .home-page .template-preview { height: 365px; padding: 24px 26px 0; }
  .home-page .template-paper .resume-sheet { font-size: 2.05cqw; }
  .gallery-heading { flex-direction: column; align-items: start; gap: 24px; }
  .home-page #ablauf .section-heading { column-gap: 35px; }
  .example-panel { padding: 24px; gap: 17px; }
  .example-panel>div { padding: 19px; }
  .example-panel p { font-size: 16px; }
  .guide-opening, .topic-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .guide-roadmap { display: block; }
  .topic-summary ul { display: block; }
  .topic-summary li { padding-left: 22px; }
  .guide-shell, .topic-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 35px; }
}
@media (max-width: 760px) {
  .section { padding-block: 62px; }
  .studio-hero { padding-top: 37px; }
  .studio-hero-grid { grid-template-columns: 1fr; gap: 37px; }
  .studio-intro h1 { font-size: clamp(33px, 6.5vw, 44px); }
  .studio-lead { font-size: 16px; max-width: 580px; }
  .studio-stage { width: min(100%, 540px); margin-inline: auto; }
  .studio-actions { gap: 20px; }
  .studio-secondary { font-size: 13px; }
  .studio-benefits { font-size: 12px; gap: 17px; }
  .studio-human { max-width: 420px; padding: 13px 15px; }
  .studio-documents { height: calc(72cqw + 54px); }
  .chapter-nav { margin-bottom: 43px; }
  .split { grid-template-columns: 1fr; gap: 33px; }
  .format-grid { gap: 15px; }
  .format-card { padding: 24px; }
  .format-card h3 { font-size: 21px; }
  .three-notes { grid-template-columns: 1fr; gap: 23px; }
  .guide-shell, .topic-layout { display: block; padding-top: 30px; }
  .guide-toc { position: static; border: 1px solid #dfe5e8; border-radius: 10px; padding: 18px; margin-bottom: 29px; background: #fafbfc; }
  .guide-toc summary { margin: 0; padding: 0; }
  .guide-toc nav { margin-top: 14px; }
  .topic-toc { position: static; border-left: 0; padding: 0 0 12px; }
  .topic-toc>a { padding: 10px 13px; }
  .guide-hero, .topic-hero, .topic-kind-hub .topic-hero, .topic-kind-gallery .topic-hero { padding: 24px var(--pad) 35px; }
  .guide-hero h1, .topic-hero h1, .topic-kind-hub .topic-hero h1 { font-size: clamp(32px, 6.8vw, 43px); }
  .topic-gallery-count { padding: 18px 22px; }
  .topic-gallery-count strong { font-size: 46px; }
  .topic-practical-grid>div { grid-template-columns: 25px minmax(0, 1fr); gap: 3px 10px; }
  .topic-practical-grid p { grid-column: 2; }
}
@media (max-width: 540px) {
  .site-header { height: 70px; }
  .site-nav { top: 70px; height: calc(100dvh - 70px); }
  .brand-copy strong { font-size: 20px; }
  .brand-mark { width: 29px; height: 29px; }
  .site-nav { gap: 8px; }
  .site-nav>a { padding: 12px 15px; font-size: 16px; }
  .site-nav .nav-cta { font-size: 15px; }
  .studio-kicker { font-size: 11px; margin-bottom: 20px; }
  .studio-intro h1 { font-size: clamp(30px, 7.6vw, 39px); letter-spacing: -.055em; }
  .studio-lead { font-size: 16px; line-height: 1.8; margin-top: 20px; }
  .studio-actions { gap: 19px; margin-top: 23px; }
  .studio-benefits { gap: 6px 15px; margin-top: 17px; }
  .studio-human { margin-top: 23px; }
  .studio-documents { height: calc(74cqw + 43px); margin-top: 0; }
  .studio-letter { top: 31px; }
  .studio-paper-label { font-size: 10px; padding: 9px 10px; }
  .stage-bottomline strong { font-size: 12px; }
  .stage-bottomline div>span { font-size: 11px; }
  .chapter-nav>a { padding: 16px 12px; gap: 7px; align-items: start; }
  .chapter-nav>a>span { display: none; }
  .chapter-nav strong { font-size: 12px; }
  .chapter-nav small { font-size: 11px; }
  .chapter-nav b { font-size: 15px; }
  .home-page .gallery-section { padding: 45px 0 32px; }
  .gallery-heading h2 { font-size: 28px; }
  .gallery-intro { font-size: 15px; }
  .template-filters button { min-height: 40px; padding-inline: 17px; }
  .home-page .template-card { flex-basis: 89%; }
  .home-page .template-preview { height: 360px; padding: 23px 23px 0; }
  .home-page .template-paper .resume-sheet { font-size: 2.22cqw; }
  .gallery-bottom { gap: 21px; }
  .gallery-bottom p { font-size: 14px; }
  .gallery-bottom small { font-size: 12px; }
  .gallery-app-note, .topic-gallery-app { align-items: flex-start; flex-direction: column; gap: 18px; padding: 23px; }
  .gallery-app-note .text-link { flex-shrink: 1; }
  .topic-gallery-app .button { width: 100%; }
  .home-page #ablauf { padding: 55px 0; }
  .home-page #ablauf .section-heading { display: block; }
  .home-page #ablauf .section-heading>p:last-child { margin-top: 17px; }
  .home-page #ablauf .steps-grid article { padding-top: 23px; }
  .home-page .app-section { padding: 53px 0; }
  .home-page .app-story .section-title { font-size: 30px; }
  .workspace-body { padding: 18px; }
  .workspace-top { padding: 16px 18px; }
  .workspace-top>span { font-size: 10px; }
  .workspace-body>h3 { font-size: 23px; }
  .workspace-foot { font-size: 10px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { padding: 25px; }
  .anatomy-panel { padding: 25px; }
  .example-panel { grid-template-columns: 1fr; padding: 18px; gap: 10px; }
  .example-panel>span { transform: rotate(90deg); font-size: 19px; justify-self: center; }
  .example-panel>div { padding: 20px; }
  .example-panel small { font-size: 10px; }
  .example-panel p { font-size: 17px; }
  .tab-list { padding: 9px; gap: 3px; }
  .tab-list button { font-size: 12px; padding: 10px 9px; }
  .letter-showcase { padding: 28px 36px; }
  .letter-caption { font-size: 11px; right: 14px; bottom: 19px; }
  .evidence-row>* { font-size: 14px; padding: 17px 19px; }
  .score-card { padding: 25px; }
  .interview-image { aspect-ratio: 1.06; }
  .image-label { font-size: 13px; left: 14px; right: 14px; bottom: 14px; padding: 14px 17px; }
  .star-row { grid-template-columns: 1fr; gap: 24px; }
  .star-row article { display: grid; grid-template-columns: 37px 1fr; gap: 7px 15px; align-items: start; }
  .star-row h3 { margin-top: 4px; }
  .star-row p { grid-column: 2; }
  .faq-item h3 button { font-size: 16px; padding-block: 22px; }
  .faq-answer p { font-size: 15px; }
  .closing-section { padding: 51px 0; }
  .closing-inner { gap: 27px; }
  .footer-main { padding-top: 41px; gap: 30px; }
  .guide-hero h1, .topic-hero h1, .topic-kind-hub .topic-hero h1 { font-size: clamp(30px, 7.8vw, 39px); }
  .guide-hero .lead, .topic-lead, .topic-kind-hub .topic-lead { font-size: 16px; }
  .guide-hero .eyebrow, .topic-eyebrow, .topic-kind-hub .topic-eyebrow { font-size: 11px; }
  .guide-page .breadcrumbs, .topic-hero .breadcrumbs { margin-bottom: 27px; }
  .guide-roadmap { padding: 22px; }
  .guide-roadmap small { font-size: 13px; }
  .article-body>h2, .topic-section h2 { font-size: 26px; }
  .article-body p, .article-body li, .topic-prose p, .topic-prose li { font-size: 16px; line-height: 1.85; }
  .quick-answer, .guide-start, .topic-practical, .content-card, .practice-note { padding: 23px; }
  .quick-answer p { font-size: 16px; }
  .guide-start-head h2, .topic-practical h2 { font-size: 21px; }
  .guide-start-grid p, .topic-practical-grid p { font-size: 15px; }
  .sentence-example>div { padding: 23px; }
  .sentence-example>div+div { border-left: 0; border-top: 1px solid var(--accent-line); }
  .guide-cta, .topic-next { padding: 26px; }
  .guide-cta h2, .topic-next h2 { font-size: 24px; }
  .topic-link-card h3, .related-guides .related-grid h3 { font-size: 20px; }
  .topic-gallery .template-preview { height: 390px; padding: 25px 29px 0; }
  .page-feature-head { padding: 23px; }
  .page-feature-head h2 { font-size: 22px; }
  .dialog-bar { padding: 14px; }
  .dialog-bar h2 { font-size: 16px; }
}

/* Document colours stay separate from the orange website accent. */
.resume-variant-compact { padding: 2.6em 2.7em; }
.resume-variant-compact .resume-heading { border: 0; border-bottom: 2px solid var(--doc-accent); padding: 0 0 1.4em; }
.resume-variant-compact .resume-heading h3 { font-family: var(--sans); font-weight: 750; letter-spacing: -.06em; }
.resume-variant-compact .resume-columns { display: grid; grid-template-columns: 1fr 1.65fr; gap: 2em; }
.resume-variant-compact .resume-columns aside { display: block; }
.resume-variant-compact .resume-columns aside section:last-child { display: block; }
.resume-variant-atelier .resume-heading { background: color-mix(in srgb, var(--doc-accent) 11%, white); border-bottom: .35em solid var(--doc-accent); align-items: center; }
.resume-variant-atelier .resume-heading h3, .resume-variant-atelier .resume-heading p { color: var(--doc-accent); }
.resume-variant-atelier .resume-photo { border-color: #fff; }
.resume-variant-editorial .resume-heading { border-top: .55em solid var(--doc-accent); border-bottom: 1px solid #d5d9df; }
.resume-variant-editorial .resume-heading h3 { font-family: Georgia, serif; font-weight: 400; }
.resume-variant-editorial h4 { color: var(--doc-accent); }
.resume-variant-line .resume-heading { border-left: .6em solid var(--doc-accent); border-bottom: 0; padding-left: 1.5em; padding-top: 1.2em; }
.resume-variant-line .resume-heading h3 { font-family: var(--sans); font-weight: 800; }
.resume-variant-grid { background: white; }
.resume-variant-grid .resume-heading { border-bottom: .3em solid var(--doc-accent); }
.resume-variant-grid .resume-columns>aside { background: color-mix(in srgb, var(--doc-accent) 8%, white); padding: 1.5em; }
.resume-variant-grid .resume-columns { gap: 1.8em; }
.letter-variant-compact header, .letter-variant-line header { border-top-width: .6em; }
.letter-variant-atelier header, .letter-variant-grid header { background: color-mix(in srgb, var(--doc-accent) 8%, white); padding: 1.5em; }
.letter-variant-editorial h3 { font-family: Georgia, serif; font-weight: 400; }
.resume-signature, .letter-signature-layout { color: #273443; }
.resume-signature .resume-heading { background: var(--doc-accent); }
.resume-signature .resume-heading:after { background: #b8c8df; }
.resume-signature .signature-identity>p, .resume-signature .signature-identity>small { color: #e8eef7; }
.resume-signature .resume-contact, .letter-signature-layout .signature-contact { color: #58687b; border-color: #dbe2ec; }
.resume-signature .resume-columns>aside, .letter-signature-layout>header { background: #f0f3f8; }
.resume-signature h4, .signature-letter-identity small { color: var(--doc-accent); }
.resume-signature .resume-columns>div>section>h4:after { background: #d0d9e7; }
.resume-signature h5, .letter-signature-layout>h4 { color: #273443; }
.resume-signature .resume-position time, .resume-signature .resume-position b, .letter-signature-layout .letter-date { color: #58687b; }
.resume-signature .resume-position, .resume-signature .skill-list li { border-color: #d0d9e7; }
.resume-signature footer, .letter-signature-layout>footer { color: #58687b; border-color: #dbe2ec; }
.signature-letter-mark { background: var(--doc-accent); }
.letter-signature-layout .signature-letter-identity h3 { color: var(--doc-accent); }
.letter-signature-layout .signature-letter-identity p { color: #58687b; }

/* Editorial imagery: readable captions stay outside the photographs. */
.editorial-figure { margin: 0; min-width: 0; }
.editorial-photo { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 13px; background: #e9ebee; }
.editorial-figure figcaption { margin-top: 12px; color: #5e686c; font-size: 13px; line-height: 1.65; text-wrap: pretty; }
.editorial-wide { margin: 0 0 28px; }
.editorial-wide .editorial-photo { aspect-ratio: 3.4; object-position: 50% 49%; }
.editorial-wide figcaption { max-width: 750px; }
.home-page #anlagen .steps-grid>.editorial-wide { margin: 30px 0 4px; }
.editorial-inline { margin: 27px 0; }
.editorial-inline .editorial-photo { aspect-ratio: 3 / 2; }
.section-media-heading { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(28px, 5vw, 68px); align-items: center; margin-bottom: 38px; }
.section-media-heading>.section-heading { margin-bottom: 0; }
.section-media-heading .editorial-photo { aspect-ratio: 3 / 2; }
.resource-card-media { position: relative; }
.resource-card-media .editorial-photo { aspect-ratio: 1.7; border-radius: 0; }
.resource-card-media .editorial-figure figcaption { display: none; }
.resource-image-label { display: block; padding: 12px 24px; background: var(--accent-soft); color: #86402b; font-size: 13px; font-weight: 650; border-bottom: 1px solid var(--accent-line); }
.guide-opening, .topic-hero-grid, .topic-kind-gallery .topic-hero-grid { grid-template-columns: minmax(0, 1.16fr) minmax(0, 1fr); align-items: center; }
.editorial-hero .editorial-photo { aspect-ratio: 3 / 2; }
.topic-hero-media { min-width: 0; }
.editorial-gallery-link { display: flex; gap: 15px; align-items: center; justify-content: space-between; border-top: 1px solid #dce0e4; padding-top: 17px; margin-top: 19px; font-size: 13px; line-height: 1.65; color: #3b434e; }
.editorial-gallery-link strong { font-weight: 700; }
.editorial-gallery-link:hover span { text-decoration: underline; text-underline-offset: 4px; }
.editorial-article { margin: 40px 0; }
.editorial-article .editorial-photo { aspect-ratio: 1.8; }
.topic-article>.topic-summary { margin-bottom: 32px; }
.guide-roadmap-inline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 22px; margin: 28px 0; background: #f7f8f9; box-shadow: none; }
.guide-roadmap-inline>.eyebrow, .guide-roadmap-inline>h2 { grid-column: 1 / -1; }
.guide-roadmap-inline>.eyebrow { color: #586970; }
.guide-roadmap-inline>h2 { margin: 7px 0 16px; }
.guide-roadmap-inline>a, .guide-roadmap-inline>a:first-of-type, .guide-roadmap-inline>a:last-of-type { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; margin: 0; border-top: 1px solid #dfe2e5; border-bottom: 0; padding: 15px 0 0; }
.guide-roadmap-inline>a>b { display: none; }
.guide-roadmap-inline strong { display: block; font-size: 14px; line-height: 1.6; }
.guide-roadmap-inline small { display: block; margin-top: 4px; font-size: 13px; line-height: 1.65; }
@media (max-width: 860px) {
  .guide-opening, .topic-hero-grid, .topic-kind-gallery .topic-hero-grid { grid-template-columns: 1fr; }
  .editorial-hero .editorial-photo { aspect-ratio: 1.9; }
  .guide-roadmap-inline { grid-template-columns: 1fr; }
  .guide-roadmap-inline>a, .guide-roadmap-inline>a:first-of-type, .guide-roadmap-inline>a:last-of-type { padding-block: 13px; }
}
@media (max-width: 760px) {
  .section-media-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 30px; }
  .editorial-wide .editorial-photo { aspect-ratio: 1.7; }
  .editorial-hero .editorial-photo, .editorial-article .editorial-photo { aspect-ratio: 3 / 2; }
  .editorial-figure figcaption { font-size: 13px; }
  .editorial-article { margin-block: 30px; }
  .editorial-gallery-link { flex-wrap: wrap; gap: 5px 15px; }
}
@media print {
  .editorial-figure, .editorial-gallery-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
@media print {
  .guide-hero, .topic-hero, .topic-kind-hub .topic-hero { background: #fff; padding: 20px 0; }
  .guide-shell, .topic-layout { display: block; width: 100%; }
  .guide-roadmap, .topic-summary { display: none; }
  .article-body>h2 { break-after: avoid; }
}

/* Arabic edition: keep the reading flow and editorial rails on the right. */
html[lang="ar"] .guide-toc, html[lang="ar"] .topic-toc { border-left: 0; border-right: 1px solid #e1e6e8; padding-left: 0; padding-right: 19px; }
html[lang="ar"] .practice-note { border-left: 1px solid #dae2e6; border-right: 3px solid var(--brand); border-radius: 11px 0 0 11px; }
html[lang="ar"] .resume-position time, html[lang="ar"] .letter-date { direction: ltr; unicode-bidi: isolate; }
html[lang="he"] .resume-position time, html[lang="he"] .letter-date { direction: ltr; unicode-bidi: isolate; }
@media (max-width: 860px) {
  html[lang="ar"] .guide-toc, html[lang="ar"] .topic-toc { border-right: 0; padding-right: 0; }
}
