/* -------------------------------------------------------------------------
 * We Tour The World — Krak Card Route Ledger
 * Direct production translation of the approved Option B composition.
 * ---------------------------------------------------------------------- */

.wttw-krak {
	--krak-paper: #f7f4ef;
	--krak-paper-deep: #eee8df;
	--krak-ink: #1d282e;
	--krak-soft: #526068;
	--krak-muted: #738087;
	--krak-sky: #abc5d2;
	--krak-sky-deep: #52788d;
	--krak-sky-pale: #e2ebef;
	--krak-coral: #dd633f;
	--krak-coral-dark: #a8422d;
	--krak-line: #d9d1c6;
	background: var(--wttw-white);
	color: var(--krak-ink);
}

.wttw-krak :where(h1, h2, h3) {
	margin: 0;
	color: inherit;
	font-family: var(--wttw-font-display);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 0.98;
	overflow-wrap: normal;
	text-transform: uppercase;
}

.wttw-krak :where(p, figure, ul, ol, dl) {
	margin: 0;
}

.wttw-krak section,
.wttw-krak [id] {
	scroll-margin-top: calc(var(--wttw-header-h) + 1rem);
}

/* Hero ------------------------------------------------------------------ */

.wttw-krak-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	min-height: 37rem;
	background: var(--krak-sky);
}

.wttw-krak-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(3.8rem, 6.2vw, 6.5rem) clamp(2rem, 5.8vw, 6rem) clamp(3.5rem, 5vw, 5.5rem) max(var(--wttw-gutter), clamp(2rem, 5.8vw, 6rem));
	/* A broad quiet sky field. The grid that used to sit here competed with the
	   headline for attention and read as texture rather than as structure. */
	background-color: var(--krak-sky);
}

.wttw-krak-kicker {
	align-self: flex-start;
	padding: 0.48rem 0.72rem;
	background: var(--krak-sky-deep);
	color: #fff;
	font-family: var(--wttw-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
}

.wttw-krak-hero h1 {
	max-width: 10ch;
	margin-top: 1.55rem;
	font-size: clamp(4.1rem, 6.8vw, 6rem);
	line-height: 0.91;
}

.wttw-krak-hero__deck {
	max-width: 34rem;
	margin-top: 1.6rem;
	padding-top: 1.45rem;
	border-top: 1px solid var(--krak-ink);
	color: #34474f;
	font-size: clamp(1.05rem, 0.96rem + 0.3vw, 1.28rem);
	line-height: 1.55;
}

.wttw-krak-byline {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: 2rem;
	color: #3e5e6d;
	font-family: var(--wttw-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wttw-krak-byline svg {
	width: 1.5rem;
	height: 1.5rem;
}

.wttw-krak-hero__media {
	position: relative;
	min-width: 0;
	min-height: 32rem;
	overflow: hidden;
	background: #d9d3c9;
}

.wttw-krak-hero__media picture,
.wttw-krak-hero__image {
	display: block;
	width: 100%;
	height: 100%;
}

.wttw-krak-hero__image {
	object-fit: cover;
	object-position: center;
	animation: wttw-krak-photo-in 850ms var(--wttw-ease) both;
}

.wttw-krak-hero__media figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.6rem 0.8rem;
	background: rgb(29 40 46 / 84%);
	color: rgb(255 255 255 / 82%);
	font-size: 0.68rem;
}

/* Four-stop route ------------------------------------------------------ */

.wttw-krak-route {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: var(--wttw-shell);
	margin-inline: auto;
	padding: 3.9rem 0 2.8rem;
}

.wttw-krak-route__line {
	position: absolute;
	top: 2.55rem;
	left: 2.5%;
	width: 95%;
	border-top: 2px dashed var(--krak-sky-deep);
}

.wttw-krak-route__line svg {
	position: absolute;
	top: -0.78rem;
	right: -0.2rem;
	width: 1.8rem;
	height: 1.6rem;
	color: var(--krak-sky-deep);
	transform: rotate(3deg);
}

.wttw-krak-route a {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0 clamp(1rem, 2vw, 2.2rem);
	border-right: 1px solid var(--krak-line);
	color: inherit;
	text-decoration: none;
}

.wttw-krak-route a:last-child {
	border-right: 0;
}

/*
 * Der Kreis ist der Routenknoten: Linie bei 2.55rem, Abstand oben 3.9rem, halbe
 * Kreishoehe 0.875rem, also -2.225rem. Vorher sass er 0.575rem darunter und
 * ausserdem links neben seinem eigenen Text, was die Reihe schief wirken liess.
 */
.wttw-krak-route__number {
	position: absolute;
	top: -2.225rem;
	left: clamp(1rem, 2vw, 2.2rem);
	display: grid;
	place-items: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--krak-sky-deep);
	color: #fff;
	font-family: var(--wttw-font-display);
	font-size: 0.82rem;
	font-weight: 600;
}

.wttw-krak-route strong {
	font-family: var(--wttw-font-display);
	font-size: clamp(1rem, 0.92rem + 0.25vw, 1.2rem);
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
}

.wttw-krak-route small {
	max-width: 15rem;
	margin-top: 0.65rem;
	color: var(--krak-soft);
	font-size: 0.84rem;
	line-height: 1.45;
}

.wttw-krak-route a:hover strong {
	color: var(--krak-coral-dark);
}

/* Verdict -------------------------------------------------------------- */

.wttw-krak-verdict {
	display: grid;
	grid-template-columns: minmax(18rem, 1.25fr) minmax(0, 1.75fr);
	width: var(--wttw-shell);
	margin: 0 auto var(--wttw-space-4);
	border: 1px solid var(--krak-line);
	background: var(--krak-paper);
}

.wttw-krak-verdict__copy {
	padding: clamp(1.6rem, 3vw, 2.8rem);
	border-right: 1px solid var(--krak-line);
}

.wttw-krak-verdict__copy > span,
.wttw-krak-chapter__intro small,
.wttw-krak-tier-ledger__heading > span,
.wttw-krak-author__bio > div > span,
.wttw-krak-related > span {
	color: var(--krak-coral-dark);
	font-family: var(--wttw-font-display);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wttw-krak-verdict h2 {
	max-width: 17ch;
	margin-top: 0.5rem;
	font-size: clamp(1.9rem, 2.7vw, 2.8rem);
	line-height: 1.02;
}

.wttw-krak-verdict__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0;
	list-style: none;
}

.wttw-krak-verdict__facts li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 1.5rem 1rem;
	border-right: 1px solid var(--krak-line);
	text-align: center;
}

.wttw-krak-verdict__facts li:last-child {
	border-right: 0;
}

.wttw-krak-verdict__facts svg {
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.65rem;
	color: var(--krak-coral);
}

.wttw-krak-verdict__facts strong {
	font-family: var(--wttw-font-display);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
}

.wttw-krak-verdict__facts span {
	margin-top: 0.42rem;
	color: var(--krak-soft);
	font-size: 0.72rem;
	line-height: 1.35;
}

/* Chapters ------------------------------------------------------------- */

.wttw-krak-chapters {
	border: 1px solid var(--krak-line);
}

.wttw-krak-chapter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.92fr);
	min-height: 24rem;
	border-bottom: 1px solid var(--krak-line);
	background: #fff;
}

.wttw-krak-chapter:last-child {
	border-bottom: 0;
}

.wttw-krak-chapter__intro {
	display: grid;
	grid-template-columns: 4.1rem minmax(0, 1fr);
	align-content: center;
	gap: clamp(1rem, 2.2vw, 2rem);
	min-width: 0;
	padding: clamp(2rem, 4.6vw, 4.8rem);
}

.wttw-krak-chapter__number {
	color: var(--krak-coral);
	font-family: var(--wttw-font-display);
	font-size: clamp(2.3rem, 3.2vw, 3.3rem);
	font-weight: 600;
	line-height: 1;
}

.wttw-krak-chapter h2 {
	max-width: 18ch;
	margin-top: 0.48rem;
	font-size: clamp(2.3rem, 3.5vw, 3.6rem);
}

.wttw-krak-chapter__intro p {
	max-width: 65ch;
	margin-top: 1.15rem;
	color: var(--krak-soft);
	font-size: 1rem;
	line-height: 1.68;
}

/* Phone exhibit */

.wttw-krak-phone {
	position: relative;
	align-self: end;
	justify-self: center;
	width: min(18rem, 74%);
	min-height: 21rem;
	padding: 2.6rem 1.4rem 1.5rem;
	border: 0.7rem solid var(--krak-ink);
	border-bottom: 0;
	border-radius: 2.3rem 2.3rem 0 0;
	background: #f8f8f7;
	box-shadow: 0 0.9rem 2.2rem rgb(29 40 46 / 16%);
	text-align: center;
}

.wttw-krak-phone__speaker {
	position: absolute;
	top: 0.65rem;
	left: 50%;
	width: 4.6rem;
	height: 0.35rem;
	border-radius: 1rem;
	background: #111;
	transform: translateX(-50%);
}

.wttw-krak-phone > span {
	font-family: var(--wttw-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wttw-krak-phone__card {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	aspect-ratio: 1.58;
	margin-top: 1rem;
	padding: 1rem;
	background: #1f3540;
	color: #fff;
	box-shadow: 0 0.65rem 1.1rem rgb(29 40 46 / 19%);
	text-align: left;
}

.wttw-krak-phone__card strong {
	font-size: 1.12rem;
	letter-spacing: 0.04em;
}

.wttw-krak-phone__card i {
	width: 1.4rem;
	height: 1.4rem;
	border: 2px solid currentColor;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	transform: rotate(45deg);
}

.wttw-krak-phone p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.2rem;
	font-size: 0.78rem;
}

.wttw-krak-phone p b {
	display: grid;
	place-items: center;
	width: 1.45rem;
	height: 1.45rem;
	border: 1px solid var(--krak-sky-deep);
	border-radius: 50%;
	color: var(--krak-sky-deep);
}

.wttw-krak-phone > small {
	display: block;
	margin-top: 0.8rem;
	color: var(--krak-muted);
	font-size: 0.66rem;
}

/* Spend order */

.wttw-krak-spend-order {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 4vw, 3.5rem);
	border-left: 1px solid var(--krak-line);
	background: var(--krak-paper);
}

.wttw-krak-spend-order > span {
	font-family: var(--wttw-font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase;
}

.wttw-krak-spend-order > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	margin-top: 1rem;
	border: 1px solid var(--krak-line);
	background: #fff;
}

.wttw-krak-spend-order section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5rem 1rem;
	text-align: center;
}

.wttw-krak-spend-order section small {
	color: var(--krak-muted);
	font-family: var(--wttw-font-display);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wttw-krak-spend-order section strong {
	margin-top: 0.35rem;
	font-family: var(--wttw-font-display);
	font-size: 1.45rem;
	line-height: 1.05;
	text-transform: uppercase;
}

.wttw-krak-spend-order section b {
	display: grid;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	margin-top: 0.8rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 1.15rem;
}

.wttw-krak-spend-order section p {
	margin-top: 0.7rem;
	color: var(--krak-soft);
	font-size: 0.72rem;
	line-height: 1.35;
}

.wttw-krak-spend-order > div > i {
	font-size: 1.8rem;
	font-style: normal;
}

.wttw-krak-spend-order .is-blocked {
	color: var(--krak-coral-dark);
	opacity: 0.7;
}

.wttw-krak-spend-order .is-blocked p {
	color: inherit;
}

/* Iceland exhibit */

.wttw-krak-chapter--island {
	grid-template-columns: 0.8fr 1.2fr;
}

/*
 * Die dritte Spalte traegt die Belegliste. Sie war so schmal, dass
 * "Fremdwährungsgebühr" um sechs Pixel nicht in eine Zeile passte und der
 * letzte Buchstabe allein auf eine dritte Zeile rutschte. Deutsche Komposita
 * brauchen hier schlicht die Breite.
 */
.wttw-krak-island-evidence {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(9.5rem, 0.58fr) minmax(12.5rem, 0.92fr);
	min-width: 0;
	border-left: 1px solid var(--krak-line);
}

.wttw-krak-island-evidence figure {
	position: relative;
	min-width: 0;
	overflow: hidden;
}

.wttw-krak-island-evidence figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0.6rem 0.8rem;
	background: rgb(29 40 46 / 84%);
	color: rgb(255 255 255 / 86%);
	font-size: 0.68rem;
	line-height: 1.35;
}

.wttw-krak-island-evidence figure picture,
.wttw-krak-island-evidence__image {
	width: 100%;
	height: 100%;
}

.wttw-krak-island-evidence__image {
	object-fit: cover;
	object-position: 64% center;
}

.wttw-krak-receipt {
	align-self: center;
	margin: 1.2rem;
	padding: 1.4rem 1rem;
	background: #faf8f3;
	box-shadow: 0.25rem 0.35rem 0.9rem rgb(29 40 46 / 17%);
	text-align: center;
	transform: rotate(-1deg);
}

.wttw-krak-receipt > span,
.wttw-krak-receipt > small {
	display: block;
	color: var(--krak-muted);
	font-size: 0.62rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wttw-krak-receipt > strong {
	display: block;
	margin-top: 0.7rem;
	font-family: var(--wttw-font-display);
	font-size: 1rem;
	text-transform: uppercase;
}

.wttw-krak-receipt dl {
	margin: 1rem 0;
	border-top: 1px dashed var(--krak-line);
	border-bottom: 1px dashed var(--krak-line);
}

.wttw-krak-receipt dl > div {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.4rem 0;
	font-size: 0.66rem;
}

.wttw-krak-receipt dt,
.wttw-krak-receipt dd {
	margin: 0;
}

.wttw-krak-receipt dd {
	font-weight: 700;
}

.wttw-krak-evidence-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.4rem;
	padding: 1.5rem;
	list-style: none;
}

.wttw-krak-evidence-list li {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr);
	gap: 0.65rem;
}

.wttw-krak-evidence-list b {
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	border: 1px solid var(--krak-coral);
	border-radius: 50%;
	color: var(--krak-coral);
	font-size: 0.72rem;
}

.wttw-krak-evidence-list span {
	color: var(--krak-soft);
	font-size: 0.73rem;
	line-height: 1.45;
}

.wttw-krak-evidence-list strong {
	display: block;
	margin-bottom: 0.24rem;
	color: var(--krak-ink);
	font-family: var(--wttw-font-display);
	font-size: 0.9rem;
	text-transform: uppercase;
}

/* Cashback ruler */

.wttw-krak-chapter--cashback {
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.wttw-krak-tier-ledger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(2rem, 4vw, 4rem);
	border-left: 1px solid var(--krak-line);
	background: var(--krak-paper);
}

.wttw-krak-tier-ledger__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
}

.wttw-krak-tier-ledger__heading strong {
	font-family: var(--wttw-font-display);
	font-size: 1.15rem;
	text-transform: uppercase;
}

.wttw-krak-tier-ledger__heading > span {
	max-width: 22rem;
	color: var(--krak-soft);
	font-family: var(--wttw-font-body);
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: right;
	text-transform: none;
}

/*
 * Linie und Punkte teilen sich dieselben drei Masse. Vorher stand die Linie auf
 * einem festen Wert, waehrend die Punkte im Fluss sassen: sie hingen rund einen
 * halben Zentimeter darunter. Aendert sich eines der Masse, wandern jetzt beide.
 */
.wttw-krak-tier-ledger ol {
	--tier-label-line: 1.26rem; /* 1.05rem Schriftgrad mal 1.2 Zeilenhoehe */
	--tier-gap: 0.8rem;
	--tier-dot: 0.75rem;
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 2.2rem;
	padding: 0;
	list-style: none;
}

.wttw-krak-tier-ledger ol::before {
	position: absolute;
	top: calc(var(--tier-label-line) + var(--tier-gap) + var(--tier-dot) / 2);
	right: 9%;
	left: 9%;
	border-top: 2px solid var(--krak-ink);
	content: "";
}

.wttw-krak-tier-ledger li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	text-align: center;
}

.wttw-krak-tier-ledger li > strong {
	font-family: var(--wttw-font-display);
	font-size: 1.05rem;
	line-height: 1.2;
}

.wttw-krak-tier-ledger li > i {
	z-index: 1;
	width: var(--tier-dot);
	height: var(--tier-dot);
	margin-top: var(--tier-gap);
	border: 2px solid var(--krak-ink);
	border-radius: 50%;
	background: var(--krak-paper);
}

.wttw-krak-tier-ledger li > span {
	margin-top: 0.75rem;
	color: var(--krak-soft);
	font-size: 0.68rem;
}

.wttw-krak-tier-ledger li > small {
	margin-top: 0.35rem;
	padding: 0.24rem 0.38rem;
	background: var(--krak-coral);
	color: #fff;
	font-family: var(--wttw-font-display);
	font-size: 0.58rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wttw-krak-tier-ledger li.is-current > strong {
	color: var(--krak-coral-dark);
	font-size: 1.35rem;
}

.wttw-krak-tier-ledger li.is-current > i {
	border-color: var(--krak-coral);
	box-shadow: inset 0 0 0 0.2rem var(--krak-paper);
	background: var(--krak-coral);
}

.wttw-krak-tier-ledger aside {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1rem 1.2rem;
	border: 1px dashed var(--krak-coral);
}

.wttw-krak-tier-ledger aside strong {
	flex: 0 0 auto;
	color: var(--krak-coral-dark);
	font-family: var(--wttw-font-display);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wttw-krak-tier-ledger aside span {
	color: var(--krak-soft);
	font-size: 0.78rem;
	line-height: 1.45;
}

/* Ad ------------------------------------------------------------------- */

.wttw-krak-ad {
	padding-block: var(--wttw-space-4);
}

.wttw-krak-ad .wttw-ad-slot {
	min-height: 8.5rem;
	border: 1px dashed var(--krak-line);
	background: var(--krak-paper);
}

/* Decision ledger ------------------------------------------------------ */

.wttw-krak-decision {
	padding: var(--wttw-space-4) 0 var(--wttw-space-5);
}

.wttw-krak-decision > header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--krak-ink);
}

.wttw-krak-decision > header svg {
	width: 2rem;
	height: 2rem;
	color: var(--krak-sky-deep);
}

.wttw-krak-decision h2 {
	font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.wttw-krak-decision__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(16rem, 0.85fr);
	border-bottom: 1px solid var(--krak-line);
}

.wttw-krak-decision__grid > * {
	min-width: 0;
	padding: clamp(1.6rem, 3vw, 2.8rem);
	border-right: 1px solid var(--krak-line);
}

.wttw-krak-decision__grid > *:last-child {
	border-right: 0;
}

.wttw-krak-decision h3 {
	color: var(--krak-sky-deep);
	font-size: 1.25rem;
}

.wttw-krak-decision ul {
	margin-top: 1.15rem;
	padding: 0;
	list-style: none;
}

.wttw-krak-decision li {
	position: relative;
	margin-top: 0.7rem;
	padding-left: 1.45rem;
	color: var(--krak-soft);
	font-size: 0.9rem;
	line-height: 1.5;
}

.wttw-krak-decision li::before {
	position: absolute;
	top: 0.24rem;
	left: 0;
	display: grid;
	place-items: center;
	width: 1rem;
	height: 1rem;
	border: 1px solid var(--krak-sky-deep);
	border-radius: 50%;
	color: var(--krak-sky-deep);
	content: "✓";
	font-size: 0.58rem;
	font-weight: 700;
}

.wttw-krak-decision__grid > section:nth-child(2) h3 {
	color: var(--krak-coral-dark);
}

.wttw-krak-decision__grid > section:nth-child(2) li::before {
	border-color: var(--krak-coral);
	color: var(--krak-coral-dark);
	content: "×";
}

.wttw-krak-dossier {
	background: var(--krak-paper);
}

.wttw-krak-dossier > span {
	font-family: var(--wttw-font-display);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wttw-krak-dossier dl {
	margin-top: 1rem;
	border-top: 1px solid var(--krak-line);
}

.wttw-krak-dossier dl > div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.7rem;
	padding: 0.58rem 0;
	border-bottom: 1px solid var(--krak-line);
	font-size: 0.72rem;
}

.wttw-krak-dossier dt {
	font-family: var(--wttw-font-display);
	font-weight: 600;
	text-transform: uppercase;
}

.wttw-krak-dossier dd {
	margin: 0;
	color: var(--krak-soft);
	text-align: right;
}

.wttw-krak-risk-note {
	max-width: 85ch;
	margin-top: 1.35rem;
	color: var(--krak-soft);
	font-size: 0.79rem;
	line-height: 1.55;
}

.wttw-krak-faq {
	margin-top: clamp(2.5rem, 4vw, 4rem);
	padding-top: clamp(2rem, 3vw, 3rem);
	border-top: 1px solid var(--krak-ink);
}

.wttw-krak-faq h2 {
	font-size: clamp(2.2rem, 3.5vw, 3.5rem);
}

.wttw-krak-faq > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.5rem;
	border-top: 1px solid var(--krak-line);
	border-left: 1px solid var(--krak-line);
}

.wttw-krak-faq section {
	padding: clamp(1.3rem, 2.5vw, 2.2rem);
	border-right: 1px solid var(--krak-line);
	border-bottom: 1px solid var(--krak-line);
}

.wttw-krak-faq h3 {
	color: var(--krak-ink);
	font-size: 1.15rem;
}

.wttw-krak-faq p,
.wttw-krak-sources {
	margin-top: 0.7rem;
	color: var(--krak-soft);
	font-size: 0.86rem;
	line-height: 1.65;
}

.wttw-krak-sources {
	max-width: 90ch;
	margin-top: 1.25rem;
}

.wttw-krak-sources a {
	color: var(--krak-sky-deep);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

/* Referral ------------------------------------------------------------- */

.wttw-krak-referral {
	background: var(--krak-sky-pale);
	border-top: 1px solid #b6cbd5;
	border-bottom: 1px solid #b6cbd5;
}

.wttw-krak-referral__inner {
	display: grid;
	grid-template-columns: minmax(17rem, 1.1fr) minmax(0, 1.15fr) minmax(15rem, 0.8fr);
	align-items: center;
	gap: 0;
	padding-block: clamp(2.3rem, 4.3vw, 4.2rem);
}

.wttw-krak-referral__inner > * {
	min-width: 0;
	padding-inline: clamp(1.4rem, 3vw, 2.8rem);
	border-right: 1px solid #bdcfd7;
}

.wttw-krak-referral__inner > *:first-child {
	padding-left: 0;
}

.wttw-krak-referral__inner > *:last-child {
	padding-right: 0;
	border-right: 0;
}

.wttw-krak-referral__lead > span {
	font-family: var(--wttw-font-display);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wttw-krak-referral h2 {
	margin-top: 0.55rem;
	font-size: clamp(2rem, 3.1vw, 3.2rem);
}

.wttw-krak-referral__lead p {
	margin-top: 0.85rem;
	color: #40545e;
	font-size: 0.84rem;
	line-height: 1.55;
}

.wttw-krak-referral__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0 clamp(1.4rem, 3vw, 2.8rem);
	list-style: none;
}

.wttw-krak-referral__steps li {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0.75rem;
	text-align: center;
}

.wttw-krak-referral__steps span {
	display: grid;
	place-items: center;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid var(--krak-sky-deep);
	border-radius: 50%;
	color: var(--krak-sky-deep);
	font-family: var(--wttw-font-display);
	font-weight: 600;
}

.wttw-krak-referral__steps p {
	margin-top: 0.65rem;
	font-size: 0.7rem;
	line-height: 1.45;
}

.wttw-krak-referral__action a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.2rem;
	background: var(--krak-coral);
	color: #fff;
	font-family: var(--wttw-font-display);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color var(--wttw-fast) ease, transform var(--wttw-fast) ease;
}

.wttw-krak-referral__action a:hover {
	background: var(--krak-coral-dark);
	transform: translateY(-2px);
}

.wttw-krak-referral__action small {
	display: block;
	margin-top: 0.8rem;
	color: #52666f;
	font-size: 0.66rem;
	line-height: 1.45;
}

/* Author and related --------------------------------------------------- */

.wttw-krak-author {
	display: grid;
	grid-template-columns: minmax(22rem, 0.95fr) minmax(0, 1.35fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding-block: var(--wttw-space-5);
}

.wttw-krak-author__bio {
	display: grid;
	grid-template-columns: 7.5rem minmax(0, 1fr);
	align-items: center;
	gap: 1.4rem;
}

.wttw-krak-author__portrait {
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 50%;
	object-fit: cover;
}

.wttw-krak-author__bio h2 {
	margin-top: 0.35rem;
	font-size: 2rem;
}

.wttw-krak-author__bio p {
	margin-top: 0.55rem;
	color: var(--krak-soft);
	font-size: 0.8rem;
	line-height: 1.55;
}

.wttw-krak-author__bio a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 0.65rem;
	color: var(--krak-coral-dark);
	font-family: var(--wttw-font-display);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.wttw-krak-related > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0.8rem;
}

.wttw-krak-related a {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.wttw-krak-related img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
}

.wttw-krak-related strong {
	margin-top: 0.65rem;
	font-family: var(--wttw-font-display);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.wttw-krak-related a:hover strong {
	color: var(--krak-coral-dark);
}

@keyframes wttw-krak-photo-in {
	from {
		clip-path: inset(0 100% 0 0);
		filter: saturate(0.7);
	}
	to {
		clip-path: inset(0);
		filter: saturate(1);
	}
}

/* Tablet --------------------------------------------------------------- */

@media (max-width: 68rem) {
	.wttw-krak-hero {
		min-height: 31rem;
	}

	.wttw-krak-hero h1 {
		font-size: clamp(3.5rem, 6.8vw, 5rem);
	}

	.wttw-krak-route {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.7rem 0;
		padding-top: 2.8rem;
	}

	/* Schmal wird die Route eine schlichte Liste mit Linien, ohne Knoten. */
	.wttw-krak-route__line,
	.wttw-krak-route__number {
		display: none;
	}

	.wttw-krak-route a:nth-child(3) {
		border-right: 0;
	}

	.wttw-krak-verdict {
		grid-template-columns: 1fr;
	}

	.wttw-krak-verdict__copy {
		border-right: 0;
		border-bottom: 1px solid var(--krak-line);
	}

	.wttw-krak-verdict h2 {
		max-width: 24ch;
	}

	.wttw-krak-chapter,
	.wttw-krak-chapter--island,
	.wttw-krak-chapter--cashback {
		grid-template-columns: 1fr;
	}

	.wttw-krak-phone {
		margin-top: 0;
	}

	.wttw-krak-spend-order,
	.wttw-krak-island-evidence,
	.wttw-krak-tier-ledger {
		border-top: 1px solid var(--krak-line);
		border-left: 0;
	}

	.wttw-krak-island-evidence {
		min-height: 22rem;
	}

	.wttw-krak-decision__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wttw-krak-dossier {
		grid-column: 1 / -1;
		border-top: 1px solid var(--krak-line);
		border-right: 0;
	}

	.wttw-krak-referral__inner {
		grid-template-columns: 1fr 1fr;
		row-gap: 2rem;
	}

	.wttw-krak-referral__steps {
		border-right: 0;
	}

	.wttw-krak-referral__action {
		grid-column: 1 / -1;
		padding: 0;
		border-top: 1px solid #bdcfd7;
	}

	.wttw-krak-referral__action a {
		width: min(24rem, 100%);
		margin-top: 2rem;
	}

	.wttw-krak-author {
		grid-template-columns: 1fr;
	}
}

/* Mobile --------------------------------------------------------------- */

@media (max-width: 47.5rem) {
	.wttw-krak-hero {
		grid-template-columns: 1fr;
	}

	.wttw-krak-hero__copy {
		min-height: 32rem;
		padding: 3.2rem 1.25rem;
	}

	.wttw-krak-hero h1 {
		font-size: clamp(3.5rem, 16vw, 5rem);
	}

	.wttw-krak-hero__media {
		min-height: 22rem;
	}

	.wttw-krak-route {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0;
	}

	.wttw-krak-route a {
		padding: 1.35rem 0;
		border-right: 0;
		border-bottom: 1px solid var(--krak-line);
	}

	.wttw-krak-route a:last-child {
		border-bottom: 0;
	}

	.wttw-krak-verdict {
		width: 100%;
		margin-bottom: 2rem;
		border-right: 0;
		border-left: 0;
	}

	.wttw-krak-verdict__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wttw-krak-verdict__facts li:nth-child(2) {
		border-right: 0;
	}

	.wttw-krak-verdict__facts li:nth-child(-n + 2) {
		border-bottom: 1px solid var(--krak-line);
	}

	.wttw-krak-chapters {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}

	.wttw-krak-chapter__intro {
		grid-template-columns: 2.7rem minmax(0, 1fr);
		padding: 2.2rem 1.25rem;
	}

	.wttw-krak-chapter__number {
		font-size: 2rem;
	}

	.wttw-krak-chapter h2 {
		font-size: clamp(2.25rem, 11vw, 3.2rem);
	}

	.wttw-krak-phone {
		width: min(17rem, 78%);
	}

	.wttw-krak-spend-order,
	.wttw-krak-tier-ledger {
		padding: 2rem 1.25rem;
	}

	.wttw-krak-spend-order > div {
		grid-template-columns: 1fr;
	}

	.wttw-krak-spend-order > div > i {
		transform: rotate(90deg);
		text-align: center;
	}

	.wttw-krak-island-evidence {
		grid-template-columns: 1fr;
	}

	.wttw-krak-island-evidence figure {
		min-height: 18rem;
	}

	.wttw-krak-receipt {
		width: min(18rem, calc(100% - 2.5rem));
		margin: -2.5rem auto 1rem;
	}

	.wttw-krak-evidence-list {
		padding: 1.5rem 1.25rem 2.2rem;
	}

	.wttw-krak-tier-ledger__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.wttw-krak-tier-ledger__heading > span {
		text-align: left;
	}

	.wttw-krak-tier-ledger ol {
		grid-template-columns: 1fr;
		margin-top: 1.2rem;
		border-top: 1px solid var(--krak-line);
	}

	.wttw-krak-tier-ledger ol::before {
		display: none;
	}

	.wttw-krak-tier-ledger li {
		display: grid;
		grid-template-columns: 3.5rem 1fr auto;
		align-items: center;
		gap: 0.8rem;
		padding: 0.7rem 0;
		border-bottom: 1px solid var(--krak-line);
		text-align: left;
	}

	.wttw-krak-tier-ledger li > i {
		display: none;
	}

	.wttw-krak-tier-ledger li > span {
		margin: 0;
		font-size: 0.78rem;
	}

	.wttw-krak-tier-ledger li > small {
		margin: 0;
	}

	.wttw-krak-tier-ledger aside {
		align-items: flex-start;
		flex-direction: column;
	}

	.wttw-krak-decision {
		padding-top: 2.5rem;
	}

	.wttw-krak-decision h2 {
		font-size: 2.7rem;
	}

	.wttw-krak-decision__grid {
		grid-template-columns: 1fr;
	}

	.wttw-krak-decision__grid > * {
		border-right: 0;
		border-bottom: 1px solid var(--krak-line);
	}

	.wttw-krak-faq > div {
		grid-template-columns: 1fr;
	}

	.wttw-krak-referral__inner {
		grid-template-columns: 1fr;
	}

	.wttw-krak-referral__inner > * {
		padding: 0 0 1.8rem;
		border-right: 0;
		border-bottom: 1px solid #bdcfd7;
	}

	.wttw-krak-referral__inner > *:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.wttw-krak-referral__steps {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.wttw-krak-referral__steps li {
		display: grid;
		grid-template-columns: 2.2rem minmax(0, 1fr);
		align-items: center;
		gap: 0.8rem;
		padding: 0;
		text-align: left;
	}

	.wttw-krak-referral__steps p {
		margin: 0;
	}

	.wttw-krak-referral__action {
		grid-column: auto;
		padding-top: 1.8rem;
		border-top: 0;
	}

	.wttw-krak-referral__action a {
		width: 100%;
		margin-top: 0;
	}

	.wttw-krak-author__bio {
		grid-template-columns: 5.8rem minmax(0, 1fr);
		align-items: start;
	}

	.wttw-krak-author__portrait {
		width: 5.8rem;
		height: 5.8rem;
	}

	.wttw-krak-related > div {
		grid-template-columns: 1fr;
	}

	.wttw-krak-related a {
		display: grid;
		grid-template-columns: 7.5rem minmax(0, 1fr);
		align-items: center;
		gap: 0.9rem;
		padding-bottom: 0.9rem;
		border-bottom: 1px solid var(--krak-line);
	}

	.wttw-krak-related strong {
		margin-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wttw-krak-hero__image {
		animation: none;
	}
}
