/* Hero-only refinement: the editorial split with plate devices. Article body, shared navigation and artwork unchanged.
   Geometry: a two-page spread. Left page = navy with the text; right page = the illustration's own cream, bleeding off
   the fore-edge and the foot. Head rule (y = --fk-head) and foot rule are shared by both pages; the seam sits on the
   centre line, and the text axis is the chapter strip's left axis (.fk-chapters). Devices: a hairline specimen row of
   three facts under the lead, and a figure caption ("Fig. 01 — Bak overflaten") set in the plate's foot margin. */
.fk-page .fk-hero{--fk-copy:560px;--fk-side-min:56px;--fk-side:max(var(--fk-side-min),calc((50vw - var(--fk-copy)) / 2));--fk-head:128px;--fk-foot:52px;--fk-outer:64px;--fk-rule-navy:rgba(247,242,231,.2);--fk-rule-cream:rgba(20,46,69,.28);--fk-cream:#eee5d3;padding:0;min-height:0;background:#142e45}
.fk-page .fk-hero__inner{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:var(--fk-side) minmax(0,1fr) var(--fk-side) 50%;align-items:stretch;gap:0}
.fk-page .fk-hero__copy{grid-column:2;display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:var(--fk-head) 0 var(--fk-foot) 0}

/* Running head: the head rule runs from the text axis to the seam, where the plate's top edge continues it. */
.fk-page .fk-hero .fk-eyebrow{align-self:stretch;margin:0 calc(-1 * var(--fk-side)) 0 0;padding-top:22px;border-top:1px solid var(--fk-rule-navy);gap:14px;font-size:10px;line-height:1.5;letter-spacing:.14em;font-weight:500;color:#c9d2d5}
.fk-page .fk-hero .fk-eyebrow::before{display:none}
.fk-page .fk-hero .fk-eyebrow a{color:#f7f2e7;text-decoration:none}
.fk-page .fk-hero .fk-eyebrow a:hover{text-decoration:underline;text-underline-offset:4px}
.fk-page .fk-hero .fk-eyebrow>span{color:#6b8391}

.fk-page .fk-hero h1{margin:34px 0 26px;font-size:clamp(58px,6.95vw,116px);font-weight:300;line-height:1;letter-spacing:-.055em;color:#f7f2e7}
.fk-page .fk-hero h1>span,.fk-page .fk-hero h1>em{display:block;color:inherit;font-style:normal;white-space:nowrap}
.fk-page .fk-hero__lead{margin:0;max-width:40ch;font-size:clamp(18px,1.32vw,21px);font-weight:400;line-height:1.62;color:#d9e0df;text-wrap:pretty}
.fk-page .fk-hero__lead a{color:#f7f2e7;text-decoration:underline;text-decoration-color:rgba(212,173,114,.75);text-decoration-thickness:1px;text-underline-offset:5px;transition:text-decoration-color 160ms ease}
.fk-page .fk-hero__lead a:hover{text-decoration-color:#d4ad72}

/* Specimen row: three facts already in the article, set as a ruled line. Its rules run to the seam. */
.fk-page .fk-hero__specimen{display:flex;align-self:stretch;margin:30px calc(-1 * var(--fk-side)) 0 0;padding:0;list-style:none;border-top:1px solid var(--fk-rule-navy);font-family:var(--caption);font-size:11.5px;font-weight:400;line-height:1.5;letter-spacing:.03em;font-variant-numeric:tabular-nums;color:#d9e0df}
.fk-page .fk-hero__specimen li{padding:12px 24px 12px 0;white-space:nowrap}
.fk-page .fk-hero__specimen li+li{padding-left:24px;border-left:1px solid var(--fk-rule-navy)}

/* Colophon: the foot rule runs to the seam and continues on the plate in navy. Both pages share this line. */
.fk-page .fk-hero__reading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;align-self:stretch;max-width:none;margin:auto calc(-1 * var(--fk-side)) 0 0;padding:18px var(--fk-side) 0 0;border-top:1px solid var(--fk-rule-navy)}
.fk-page .fk-hero__specimen+.fk-hero__reading{margin-top:34px}
.fk-page .fk-hero__meta{display:grid;gap:4px;margin:0;font-family:var(--text);font-size:11px;line-height:1.5;color:#c0cdd0}
.fk-page .fk-hero__meta>span:first-child{color:#f3eee4}
.fk-page .fk-hero__meta a{color:inherit;text-decoration:none;border-bottom:1px solid #66808b;padding-bottom:1px}
.fk-page .fk-hero__meta a:hover{border-color:#f7f2e7;text-decoration:none}
.fk-page .fk-hero__start{display:flex;align-items:flex-start;gap:18px;margin:0;padding:0;font-family:var(--caption);font-size:10px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:#f7f2e7;text-decoration:none}
.fk-page .fk-hero__start>span{display:block;border:0;border-radius:0;width:auto;height:auto;font:inherit;letter-spacing:inherit;padding-top:1px}
.fk-page .fk-hero__start svg{flex:none;width:12px;height:46px;margin-top:-19px;fill:none;stroke:#d4ad72;stroke-width:1;transition:transform 180ms ease}
.fk-page .fk-hero__start:hover{text-decoration:none}
.fk-page .fk-hero__start:hover>span{text-decoration:underline;text-underline-offset:5px;text-decoration-color:#8fa09d}
.fk-page .fk-hero__start:hover svg{transform:translateY(3px)}

/* The plate: the illustration's cream is the page colour. Bleeds right and to the foot; starts on the head rule. */
.fk-page .fk-hero__art{grid-column:4;position:relative;inset:auto;z-index:0;align-self:stretch;justify-self:stretch;width:auto;max-width:none;min-height:520px;margin:var(--fk-head) 0 0;overflow:hidden;background:var(--fk-cream);color:#142e45}
.fk-page .fk-hero__art img{position:absolute;inset:0;display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:52% 62%;filter:none}
/* Figure caption in the plate's foot margin: "FIG. 01  BAK OVERFLATEN" left, the sentence right, on the shared foot rule. */
.fk-page .fk-hero__art figcaption{position:absolute;left:0;right:0;bottom:var(--fk-foot);display:flex;align-items:baseline;gap:16px;margin:0;min-height:56px;padding:18px var(--fk-outer) 0 var(--fk-outer);border-top:1px solid var(--fk-rule-cream);font-family:var(--caption);font-size:10px;line-height:1.65;letter-spacing:.14em;text-transform:uppercase;color:#142e45;pointer-events:none}
.fk-page .fk-hero__fig{color:#9b7950}
.fk-page .fk-hero__figtext{margin-left:auto;font-family:var(--text);font-size:11px;letter-spacing:0;text-transform:none;color:rgba(20,46,69,.78)}

@media(min-width:1600px){.fk-page .fk-hero{--fk-copy:600px;--fk-foot:56px;--fk-outer:72px}.fk-page .fk-hero .fk-eyebrow{font-size:11px}.fk-page .fk-hero h1{margin-top:36px}}
@media(max-width:1050px){.fk-page .fk-hero{--fk-side-min:48px;--fk-outer:40px}.fk-page .fk-hero h1{font-size:clamp(56px,6.95vw,116px)}.fk-page .fk-hero__specimen{font-size:10.5px}.fk-page .fk-hero__specimen li{padding:10px 16px 10px 0}.fk-page .fk-hero__specimen li+li{padding-left:16px}}
@media(max-width:900px){
.fk-page .fk-hero{--fk-head:108px;--fk-foot:40px;--fk-outer:20px}
.fk-page .fk-hero__inner{grid-template-columns:minmax(0,1fr)}
.fk-page .fk-hero__copy{grid-column:1;padding:var(--fk-head) 20px var(--fk-foot)}
.fk-page .fk-hero .fk-eyebrow{margin-right:0;padding-top:18px;font-size:9px;gap:10px}
.fk-page .fk-hero h1{margin:26px 0 20px;font-size:clamp(46px,12vw,76px);line-height:1.02;letter-spacing:-.05em}
.fk-page .fk-hero__lead{max-width:46ch;font-size:18px;line-height:1.62}
.fk-page .fk-hero__specimen{margin:28px 0 0;font-size:11px}
.fk-page .fk-hero__specimen li{padding:10px 18px 10px 0}
.fk-page .fk-hero__specimen li+li{padding-left:18px}
.fk-page .fk-hero__reading{margin-right:0;padding:16px 0 0;gap:14px}
.fk-page .fk-hero__specimen+.fk-hero__reading{margin-top:30px}
.fk-page .fk-hero__start{font-size:9px;gap:12px}
.fk-page .fk-hero__start svg{height:40px;margin-top:-17px}
.fk-page .fk-hero__art{grid-column:1;margin:0;min-height:0;aspect-ratio:1.12}
.fk-page .fk-hero__art figcaption{bottom:18px;min-height:0;padding:12px var(--fk-outer) 0 var(--fk-outer);flex-wrap:wrap;gap:4px 14px;font-size:9px}
.fk-page .fk-hero__figtext{margin-left:0;flex-basis:100%;font-size:10px}
}
@media(max-width:360px){.fk-page .fk-hero__copy{padding-inline:16px}.fk-page .fk-hero{--fk-outer:16px}.fk-page .fk-hero h1{font-size:44px}.fk-page .fk-hero__lead{font-size:17px}.fk-page .fk-hero__meta{font-size:10px}.fk-page .fk-hero__specimen{font-size:10px;letter-spacing:0}.fk-page .fk-hero__specimen li{padding:9px 12px 9px 0}.fk-page .fk-hero__specimen li+li{padding-left:12px}}
@media(prefers-reduced-motion:reduce){.fk-page .fk-hero__start svg{transition:none}.fk-page .fk-hero__start:hover svg{transform:none}}
