/* tenobet-uk-1 — TYPO-02 / SPACE-04 / CONT-05 / BP-10 / GEO-09 / MOTION-06 */

:root {
	--color-primary: #f64938;
	--color-accent: #289306;
	--color-accent-pressed: #196a05;
	--color-bg: #f1f1f1;
	--color-bg-elevated: #ffffff;
	--color-text: #1f293a;
	--color-text-muted: #3a4453;
	--color-gradient-light: #5cf627;
	--color-gradient-mid: #3ecb09;
	--color-rg-banner: #dc2626;
	--color-border: rgba(31, 41, 58, 0.14);

	--font-display: "Poppins", system-ui, sans-serif;
	--font-body: "Inter", system-ui, sans-serif;

	/* TYPO-02 desktop */
	--fs-h1: 44px;
	--fs-h2: 34px;
	--fs-h3: 26px;
	--fs-h4: 20px;
	--fs-h5: 16px;
	--fs-h6: 14px;
	--fs-body: 16px;
	--fs-small: 14px;
	--fs-micro: 12px;

	--lh-tight: 1.2;
	--lh-normal: 1.55;
	--lh-loose: 1.7;
	--ls-tight: -0.01em;
	--ls-normal: 0;
	--ls-wide: 0.02em;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-bold: 700;

	/* SPACE-04 */
	--space-2xs: 6px;
	--space-xs: 14px;
	--space-sm: 20px;
	--space-md: 32px;
	--space-lg: 48px;
	--space-xl: 72px;
	--space-2xl: 112px;
	--space-3xl: 160px;

	/* CONT-05 */
	--container-site: 1420px;
	--container-readable: 720px;
	--container-padding-mobile: 20px;
	--container-padding-tablet: 32px;
	--container-padding-desktop: 64px;
	--container-inner: calc(var(--container-site) + 2 * var(--container-padding-desktop));

	/* GEO-09 */
	--radius-xs: 2px;
	--radius-sm: 8px;
	--radius-md: 14px;
	--radius-lg: 22px;
	--radius-pill: 9999px;
	--radius-circle: 50%;
	--shadow-sm: 0 4px 12px rgba(0,0,0,0.12);
	--shadow-md: 0 8px 24px rgba(0,0,0,0.16);
	--shadow-lg: 0 16px 48px rgba(0,0,0,0.24);

	/* MOTION-06 */
	--dur-fast: 120ms;
	--dur-base: 180ms;
	--dur-slow: 260ms;
	--ease-out: cubic-bezier(0.3, 0.7, 0.4, 1.0);

	--header-h: 76px;
	--rg-h: 30px;
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: var(--fs-body);
	line-height: var(--lh-normal);
	color: var(--color-text);
	background: var(--color-bg);
	font-weight: var(--fw-regular);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: var(--lh-tight); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.skip-link {
	position: absolute;
	left: var(--space-sm);
	top: -200px;
	z-index: 200;
	background: var(--color-text);
	color: var(--color-bg);
	padding: 10px 16px;
	border-radius: var(--radius-md);
}
.skip-link:not(:focus) { top: -200px !important; }
.skip-link:focus { top: var(--space-sm); }

.sr-only {
	position: absolute; width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ---------- RG banner (in-flow, header not fixed) ---------- */
.rg-banner {
	margin: 0;
	min-height: var(--rg-h);
	display: flex; align-items: center; justify-content: center;
	background: var(--color-rg-banner);
	color: #ffffff;
	font-size: var(--fs-micro);
	letter-spacing: var(--ls-wide);
	text-align: center;
	padding: 6px var(--space-sm);
}

/* ---------- containers ---------- */
.main { display: block; }
.zipad, .felym, .dutyb, .sury, .kire, .maze, .fumuko, .pixuf, .ruxy, .nuro, .kydozun, .page-figure {
	padding-inline: var(--container-padding-mobile);
}

/* ---------- header HEAD-08 bordered plate ---------- */
.gymerux {
	background: var(--color-bg);
	border-top: 2px solid var(--color-accent);
	border-bottom: 2px solid var(--color-text);
}
.gymerux-inner {
	max-width: var(--container-inner);
	margin-inline: auto;
	min-height: var(--header-h);
	display: flex;
	align-items: center;
	gap: var(--space-sm);
	padding: 10px var(--container-padding-mobile);
}
.gymerux-logo { flex-shrink: 0; display: inline-flex; align-items: center; }
.gymerux-logo-img { height: 60px; width: auto; flex-shrink: 0; }
.gymerux-nav { display: none; }
.gymerux-nav-list { display: flex; align-items: center; flex-wrap: nowrap; gap: var(--space-sm); }
.gymerux-nav-item { display: inline-flex; }
.gymerux-nav-link {
	font-family: var(--font-display);
	font-weight: var(--fw-bold);
	font-size: var(--fs-small);
	text-transform: uppercase;
	letter-spacing: var(--ls-wide);
	color: var(--color-text);
	transition: color var(--dur-fast) var(--ease-out);
	white-space: nowrap;
}
.gymerux-nav-link:hover, .gymerux-nav-link[aria-current="page"] { color: var(--color-accent); }
.gymerux-sep {
	width: 4px; height: 4px; border-radius: var(--radius-circle);
	background: var(--color-accent); flex-shrink: 0; list-style: none;
}
.gymerux-auth { display: none; margin-left: auto; }
.gymerux-auth-btn {
	display: inline-flex; align-items: center;
	white-space: nowrap; flex-shrink: 0;
	font-family: var(--font-display);
	font-weight: var(--fw-bold);
	font-size: var(--fs-small);
	text-transform: uppercase;
	letter-spacing: var(--ls-wide);
	padding-inline: var(--space-lg);
	height: 42px;
	border-radius: var(--radius-md);
}
.gymerux-auth-btn--login {
	background: transparent;
	border: 1px solid var(--color-text);
	color: var(--color-text);
}
.gymerux-auth-btn--login:hover { background: var(--color-text); color: var(--color-bg); }
.gymerux-toggle {
	margin-left: auto;
	display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
	width: 44px; height: 44px; padding: 10px;
	background: transparent; border: 1px solid var(--color-border);
	border-radius: var(--radius-md); cursor: pointer;
}
.gymerux-toggle-bar { display: block; height: 2px; width: 100%; background: var(--color-text); }
.gymerux-drawer { display: none; border-bottom: 2px solid var(--color-text); background: var(--color-bg); }
.gymerux-drawer.is-open { display: block; }
.gymerux-drawer-list { padding: var(--space-sm) var(--container-padding-mobile); }
.gymerux-drawer-item { border-bottom: 1px solid var(--color-border); }
.gymerux-drawer-link {
	display: block; padding: var(--space-sm) 0;
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h5); text-transform: uppercase; letter-spacing: var(--ls-wide);
	color: var(--color-text);
}
.gymerux-drawer-link:hover, .gymerux-drawer-link[aria-current="page"] { color: var(--color-accent); }

/* ---------- hero HERO-06 asymmetric tilted ---------- */
.zipad {
	position: relative;
	max-width: var(--container-inner);
	margin-inline: auto;
	padding-block: var(--space-lg);
	display: flex;
	flex-direction: column;
	gap: var(--space-lg);
}
.zipad-content { position: relative; z-index: 2; }
.zipad-eyebrow {
	font-family: var(--font-display);
	font-weight: var(--fw-bold);
	font-size: var(--fs-small);
	text-transform: uppercase;
	letter-spacing: var(--ls-wide);
	color: var(--color-accent);
	margin-bottom: var(--space-sm);
}
.zipad h1 {
	font-family: var(--font-display);
	font-weight: var(--fw-bold);
	font-size: clamp(30px, 6vw, var(--fs-h1));
	letter-spacing: var(--ls-tight);
	color: var(--color-text);
	margin-bottom: var(--space-sm);
}
.zipad-subtitle {
	font-size: var(--fs-h5);
	line-height: var(--lh-normal);
	color: var(--color-text-muted);
	max-width: 560px;
	margin-bottom: var(--space-md);
}
.zipad-cta {
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--color-accent); color: #ffffff;
	font-family: var(--font-display); font-weight: var(--fw-bold);
	letter-spacing: var(--ls-wide);
	height: 52px; padding-inline: var(--space-xl);
	border-radius: var(--radius-md);
	transition: background var(--dur-fast) var(--ease-out);
}
.zipad-cta:hover { background: var(--color-accent-pressed); color: #ffffff; }
.zipad-figure {
	margin: 0;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}
.zipad-figure-img { width: 100%; height: auto; object-fit: cover; }

/* ---------- page-header PHEAD-03 big block ---------- */
.felym { background: var(--color-primary); padding-block: var(--space-lg); }
.felym-inner { max-width: var(--container-inner); margin-inline: auto; }
.felym-title {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: clamp(30px, 6vw, 56px);
	letter-spacing: var(--ls-tight);
	color: #ffffff;
	margin-bottom: var(--space-sm);
}
.felym-desc { font-size: var(--fs-h5); color: #ffffff; max-width: 760px; }
.felym-meta { color: #ffffff; font-size: var(--fs-small); margin-top: var(--space-sm); }

/* ---------- prose PROSE-05 wide docs ---------- */
.dutyb { padding-block: var(--space-lg); }
.dutyb-inner { max-width: var(--container-inner); margin-inline: auto; }
.dutyb h2 {
	font-family: var(--font-body);
	font-weight: var(--fw-bold);
	font-size: var(--fs-h3);
	text-transform: uppercase;
	letter-spacing: var(--ls-wide);
	color: var(--color-text);
	margin-top: var(--space-xl);
	margin-bottom: var(--space-sm);
	position: relative;
	padding-top: var(--space-sm);
}
.dutyb h2::before {
	content: ""; position: absolute; top: 0; left: 0;
	width: 40px; height: 2px; background: var(--color-accent);
}
.dutyb h2:first-child { margin-top: 0; }
.dutyb h3 {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h4); color: var(--color-text);
	margin-top: var(--space-lg); margin-bottom: var(--space-xs);
}
.dutyb p {
	font-size: var(--fs-body);
	line-height: var(--lh-normal);
	color: var(--color-text-muted);
	margin-bottom: var(--space-md);
	max-width: var(--container-readable);
}
.dutyb ul { max-width: var(--container-readable); margin-bottom: var(--space-md); }
.dutyb li {
	position: relative; padding-left: var(--space-sm);
	margin-bottom: var(--space-xs); color: var(--color-text-muted);
	line-height: var(--lh-normal);
}
.dutyb li::before {
	content: ""; position: absolute; left: 0; top: 11px;
	width: 6px; height: 6px; border-radius: var(--radius-circle);
	background: var(--color-accent);
}
.dutyb a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.dutyb a:hover { color: var(--color-accent-pressed); }

/* ---------- items-grid GRID-07 editorial ---------- */
.sury { padding-block: var(--space-lg); }
.sury-inner { max-width: var(--container-inner); margin-inline: auto; }
.sury-title {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h2); letter-spacing: var(--ls-tight);
	color: var(--color-text); margin-bottom: var(--space-lg);
}
.sury-list { display: flex; flex-direction: column; gap: var(--space-lg); }
.sury-item { max-width: var(--container-readable); }
.sury-item-title {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h3); color: var(--color-text);
}
.sury-divider {
	display: block; width: 60px; height: 2px;
	background: var(--color-accent); margin: var(--space-xs) 0 var(--space-sm);
}
.sury-item-text { font-size: var(--fs-body); line-height: var(--lh-loose); color: var(--color-text-muted); }

/* ---------- reviews REV-02 quote editorial ---------- */
.kire { padding-block: var(--space-lg); }
.kire-inner { max-width: var(--container-inner); margin-inline: auto; }
.kire-title {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h2); letter-spacing: var(--ls-tight);
	color: var(--color-text); margin-bottom: var(--space-lg);
}
.kire-list { display: flex; flex-direction: column; }
.kire-item {
	position: relative;
	max-width: var(--container-readable);
	padding-block: var(--space-lg);
	border-bottom: 1px solid var(--color-border);
}
.kire-item:last-child { border-bottom: none; }
.kire-quote { margin: 0; position: relative; padding-top: var(--space-md); }
.kire-quote::before {
	content: "\201C";
	position: absolute; top: -10px; left: -6px;
	font-family: var(--font-display); font-size: var(--fs-h1);
	color: var(--color-accent); line-height: 1;
}
.kire-quote p {
	font-family: var(--font-display);
	font-size: var(--fs-h4);
	font-style: italic;
	line-height: var(--lh-tight);
	color: var(--color-text);
}
.kire-attribution {
	display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-sm);
	margin-top: var(--space-sm);
	font-size: var(--fs-small); color: var(--color-text-muted);
}
.kire-author { font-style: normal; font-weight: var(--fw-bold); color: var(--color-text); }
.kire-rating-text { color: var(--color-accent); font-weight: var(--fw-bold); }

/* ---------- faq FAQ-05 native details ---------- */
.maze { padding-block: var(--space-lg); }
.maze-inner { max-width: var(--container-inner); margin-inline: auto; }
.maze-title {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h2); letter-spacing: var(--ls-tight);
	color: var(--color-text); margin-bottom: var(--space-md);
}
.maze-list { display: block; }
.maze-item { border-bottom: 1px solid var(--color-border); padding-block: var(--space-md); }
.maze-question {
	position: relative; cursor: pointer; list-style: none;
	font-size: var(--fs-h5); font-weight: var(--fw-bold);
	color: var(--color-text); padding-right: var(--space-lg);
	transition: color var(--dur-fast) var(--ease-out);
}
.maze-question::-webkit-details-marker { display: none; }
.maze-question:hover { color: var(--color-accent); }
.maze-question::after {
	content: ""; position: absolute; right: 4px; top: 50%;
	width: 10px; height: 10px;
	border-right: 2px solid var(--color-accent);
	border-bottom: 2px solid var(--color-accent);
	transform: translateY(-70%) rotate(45deg);
	transition: transform var(--dur-base) var(--ease-out);
}
.maze-item[open] .maze-question::after { transform: translateY(-30%) rotate(225deg); }
.maze-answer { padding-top: var(--space-sm); max-width: var(--container-readable); }
.maze-answer p { font-size: var(--fs-body); line-height: var(--lh-loose); color: var(--color-text-muted); }

/* ---------- cta CTA-10 pull-quote ---------- */
.fumuko { padding-block: var(--space-lg); }
.fumuko-inner {
	max-width: var(--container-inner); margin-inline: auto;
	display: flex; flex-direction: column; align-items: center; text-align: center;
	gap: var(--space-md);
}
.fumuko-statement { margin: 0; position: relative; max-width: 900px; }
.fumuko-statement p {
	font-family: var(--font-display);
	font-size: clamp(28px, 5vw, var(--fs-h1));
	font-style: italic;
	line-height: var(--lh-tight);
	color: var(--color-text);
}
.fumuko-sub {
	font-size: var(--fs-body); line-height: var(--lh-loose);
	color: var(--color-text-muted); max-width: 580px;
}
.fumuko-link {
	font-size: var(--fs-h5); text-transform: uppercase; letter-spacing: var(--ls-wide);
	color: var(--color-accent); text-decoration: underline; text-underline-offset: 4px;
	font-weight: var(--fw-bold);
}
.fumuko-link:hover { color: var(--color-accent-pressed); }

/* ---------- legal LEGAL-08 minimal ---------- */
.pixuf { padding-block: var(--space-lg); background: var(--color-bg); }
.pixuf-inner { max-width: var(--container-inner); margin-inline: auto; }
.pixuf-intro { font-weight: var(--fw-medium); color: var(--color-text); }
.pixuf-section { margin-bottom: var(--space-lg); }
.pixuf-heading {
	font-family: var(--font-body); font-weight: var(--fw-bold);
	font-size: var(--fs-h3); color: var(--color-text);
	margin-bottom: var(--space-sm); margin-top: var(--space-lg);
}
.pixuf-text {
	font-size: var(--fs-body); line-height: var(--lh-loose);
	color: var(--color-text-muted); margin-bottom: var(--space-md);
	
}
.pixuf-text a { color: var(--color-accent); text-decoration: underline; }
.pixuf-contacts { max-width: var(--container-readable); margin-bottom: var(--space-lg); }
.pixuf-contact {
	position: relative; padding-left: var(--space-sm);
	margin-bottom: var(--space-xs); color: var(--color-text-muted);
	line-height: var(--lh-normal);
}
.pixuf-contact::before {
	content: ""; position: absolute; left: 0; top: 11px;
	width: 6px; height: 6px; border-radius: var(--radius-circle); background: var(--color-accent);
}
.pixuf-disclaimer { display: block; max-width: var(--container-readable); color: var(--color-text-muted); font-size: var(--fs-small); }

/* ---------- contact-form FORM-03 compact ---------- */
.ruxy { padding-block: var(--space-lg); }
.ruxy-inner { max-width: var(--container-inner); margin-inline: auto; }
.ruxy-intro {
	text-align: center; font-size: var(--fs-body); color: var(--color-text-muted);
	max-width: 540px; margin-inline: auto; margin-bottom: var(--space-lg);
}
.ruxy-form { max-width: 600px; margin-inline: auto; display: flex; flex-direction: column; gap: var(--space-md); }
.ruxy-field { display: flex; flex-direction: column; gap: var(--space-2xs); }
.ruxy-label { font-size: var(--fs-small); font-weight: var(--fw-medium); color: var(--color-text); }
.ruxy-input, .ruxy-textarea {
	width: 100%; font-family: var(--font-body); font-size: var(--fs-body);
	color: var(--color-text); background: var(--color-bg-elevated);
	border: 1px solid var(--color-border); border-radius: var(--radius-md);
	padding: 12px 14px;
}
.ruxy-input:focus, .ruxy-textarea:focus { outline: 2px solid var(--color-accent); outline-offset: 1px; }
.ruxy-textarea { resize: vertical; }
.ruxy-submit {
	width: 100%; height: 52px; border: none; cursor: pointer;
	background: var(--color-accent); color: #ffffff;
	font-family: var(--font-display); font-weight: var(--fw-bold);
	letter-spacing: var(--ls-wide); border-radius: var(--radius-md);
	transition: background var(--dur-fast) var(--ease-out);
}
.ruxy-submit:hover { background: var(--color-accent-pressed); color: #ffffff; }
.ruxy-success {
	max-width: 600px; margin: var(--space-md) auto 0; text-align: center;
	background: var(--color-bg-elevated); border: 1px solid var(--color-accent);
	border-radius: var(--radius-md); padding: var(--space-md); color: var(--color-text);
}

/* ---------- error ERR-01 ---------- */
.nuro { padding-block: var(--space-lg); text-align: center; }
.nuro-inner {
	max-width: var(--container-inner); margin-inline: auto;
	display: flex; flex-direction: column; align-items: center; gap: var(--space-md);
}
.nuro-num {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: clamp(80px, 18vw, 200px); line-height: var(--lh-tight);
	color: var(--color-accent);
}
.nuro-title { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-h1); max-width: 720px; color: var(--color-text); }
.nuro-text { font-size: var(--fs-h5); color: var(--color-text-muted); max-width: 600px; }
.nuro-btn {
	display: inline-flex; align-items: center; justify-content: center;
	height: 52px; padding-inline: var(--space-xl);
	background: var(--color-accent); color: #ffffff;
	font-family: var(--font-display); font-weight: var(--fw-bold);
	text-transform: uppercase; letter-spacing: var(--ls-wide);
	border-radius: var(--radius-md);
}
.nuro-btn:hover { background: var(--color-accent-pressed); color: #ffffff; }

/* ---------- page context figure ---------- */
.page-figure { padding-block: var(--space-lg); }
.page-figure-inner { max-width: var(--container-inner); margin-inline: auto; }
.page-figure-img { width: 100%; height: auto; max-height: 58vh; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

/* ---------- author-byline BYLINE-02 card ---------- */
.kerodaf { padding-block: var(--space-lg); padding-inline: var(--container-padding-mobile); }
.kerodaf-card {
	 margin-inline: auto;
	display: flex; flex-direction: column; gap: var(--space-md);
	background: var(--color-bg-elevated);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	padding: var(--space-lg);
}
.kerodaf-portrait { flex-shrink: 0; display: inline-block; }
.kerodaf-portrait-img {
	width: 64px; height: 64px; border-radius: var(--radius-circle);
	object-fit: cover; object-position: center top;
}
.kerodaf-label { font-size: var(--fs-micro); text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--color-text-muted); }
.kerodaf-name { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-h4); margin-top: 2px; }
.kerodaf-name a:hover { text-decoration: underline; }
.kerodaf-role { font-size: var(--fs-small); color: var(--color-text-muted); margin-top: 2px; }
.kerodaf-bio { font-size: var(--fs-body); line-height: var(--lh-normal); color: var(--color-text-muted); margin-top: var(--space-sm); }
.kerodaf-meta { font-size: var(--fs-small); color: var(--color-text-muted); margin-top: var(--space-xs); }
.kerodaf-link { display: inline-block; margin-top: var(--space-sm); color: var(--color-accent); font-size: var(--fs-small); text-transform: uppercase; letter-spacing: var(--ls-wide); font-weight: var(--fw-bold); }
.kerodaf-link:hover { color: var(--color-accent-pressed); }

/* ---------- author-card AUTH-02 vertical centered ---------- */
.kydozun { padding-block: var(--space-lg); }
.kydozun-panel { max-width: 600px; margin-inline: auto; text-align: center; }
.kydozun-portrait-img {
	width: 140px; height: 140px; border-radius: var(--radius-circle);
	object-fit: cover; object-position: center top;
	margin: 0 auto var(--space-lg);
}
.kydozun-job { font-size: var(--fs-small); text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--color-accent); margin-bottom: var(--space-xs); }
.kydozun-name { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-h2); margin-bottom: var(--space-md); }
.kydozun-bio { line-height: var(--lh-loose); color: var(--color-text-muted); margin-bottom: var(--space-md); }
.kydozun-expertise { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-xs); }
.kydozun-tag {
	font-size: var(--fs-small); color: var(--color-text);
	background: var(--color-bg-elevated); border: 1px solid var(--color-border);
	border-radius: var(--radius-pill); padding: 6px 14px;
}
.kydozun-articles { max-width: 600px; margin: var(--space-xl) auto 0; text-align: center; }
.kydozun-articles-heading { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-h4); margin-bottom: var(--space-sm); }
.kydozun-articles-list { display: flex; flex-direction: column; gap: var(--space-xs); }
.kydozun-articles-item a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.kydozun-articles-item a:hover { color: var(--color-accent-pressed); }

/* ---------- cookie banner COOK-06 ---------- */
.rumugin {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
	background: var(--color-text); color: var(--color-bg);
	box-shadow: var(--shadow-lg);
}
.rumugin[hidden] { display: none; }
.rumugin-inner {
	max-width: var(--container-inner); margin-inline: auto;
	padding: var(--space-md) var(--container-padding-mobile);
	display: flex; flex-direction: column; gap: var(--space-sm);
}
.rumugin-message { font-size: var(--fs-small); line-height: var(--lh-normal); }
.rumugin-actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); }
.rumugin-btn {
	flex: 1 1 auto; cursor: pointer; text-align: center;
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-small); letter-spacing: var(--ls-wide);
	padding: 10px 16px; border-radius: var(--radius-md); min-height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
}
.rumugin-btn--prefs { background: transparent; border: 1px solid var(--color-bg); color: var(--color-bg); text-decoration: underline; }
.rumugin-btn--decline { background: transparent; border: 1px solid var(--color-bg); color: var(--color-bg); }
.rumugin-btn--accept { background: var(--color-accent); border: 1px solid var(--color-accent); color: #ffffff; }
.rumugin-btn--accept:hover { background: var(--color-accent-pressed); color: #ffffff; }

/* ---------- footer FOOT-07 side-anchored asymmetric ---------- */
.dekon { background: var(--color-primary); color: #ffffff; }
.dekon-inner {
	max-width: var(--container-inner); margin-inline: auto;
	padding: var(--space-2xl) var(--container-padding-mobile);
	display: grid; grid-template-columns: 1fr; gap: var(--space-xl);
}
.dekon-nav { display: block; }
.kerodaf-body { min-width: 0; }
.dekon-content { display: flex; flex-direction: column; gap: var(--space-lg); }
.dekon-logo { display: inline-flex; }
.dekon-logo-img { height: 70px; width: auto; }
.dekon-cols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
.dekon-nav-heading, .dekon-legal-heading {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h6); text-transform: uppercase; letter-spacing: var(--ls-wide);
	color: #ffffff; margin-bottom: var(--space-sm);
}
.dekon-nav-list, .dekon-legal-list { display: flex; flex-direction: column; gap: var(--space-xs); }
.dekon-nav-link { color: #ffffff; font-size: var(--fs-small); }
.dekon-nav-link:hover { color: #ffffff; text-decoration: underline; }
.dekon-disclaimer { font-size: var(--fs-small); color: #ffffff; line-height: var(--lh-normal); max-width: var(--container-readable); }
.dekon-copyright { font-size: var(--fs-small); color: #ffffff; }
.dekon-accent-block {
	background: var(--color-accent); padding: var(--space-xl);
	display: flex; align-items: center; justify-content: center;
	border-radius: var(--radius-md);
}
.dekon-accent-label {
	font-family: var(--font-display); font-weight: var(--fw-bold);
	font-size: var(--fs-h2); text-transform: uppercase; letter-spacing: var(--ls-tight);
	color: #ffffff;
}

/* ================= DESKTOP (BP-10 min-width 832 / 1136) ================= */
@media (min-width: 832px) {
	:root {
		--header-h: 104px;
		--fs-h1: 44px;
	}
	.zipad, .felym, .dutyb, .sury, .kire, .maze, .fumuko, .pixuf, .ruxy, .nuro, .kydozun, .page-figure {
		padding-inline: var(--container-padding-desktop);
	}
	.gymerux-inner { padding-inline: var(--container-padding-desktop); }
	.gymerux-logo-img { height: 88px; }

	.rumugin-inner { flex-direction: row; align-items: center; justify-content: space-between; }
	.rumugin-message { flex: 1; }
	.rumugin-actions { flex: 0 0 auto; flex-wrap: nowrap; }
	.rumugin-btn { flex: 0 0 auto; }

	.dekon-inner { grid-template-columns: 2fr 1fr; align-items: stretch; }
	.dekon-accent-block { padding: var(--space-2xl) var(--space-xl); }
	.dekon-accent-label { writing-mode: vertical-rl; transform: rotate(180deg); font-size: var(--fs-h1); }
}

@media (min-width: 1136px) {
	.gymerux-logo-img { height: 88px; }
	.gymerux-nav { display: block; margin-left: auto; }
	.gymerux-auth { display: inline-flex; margin-left: var(--space-md); }
	.gymerux-toggle { display: none; }
	.gymerux-drawer { display: none !important; }

	.zipad {
		display: block;
		min-height: 520px;
		padding-block: var(--space-lg);
	}
	.zipad-content { width: 48%; }
	.zipad-figure {
		position: absolute; right: var(--container-padding-desktop); top: var(--space-md);
		width: 46%; height: calc(100% - var(--space-lg));
		transform: rotate(2deg);
		transition: transform var(--dur-slow) var(--ease-out);
	}
	.zipad-figure:hover { transform: rotate(0deg) scale(1.02); }
	.zipad-figure-img { height: 100%; }
}

@media (max-width: 1148px) {
  .gymerux-nav,
  .gymerux-nav-list,
  .gymerux-nav-link,
  .gymerux-auth,
  .gymerux-auth-btn { display: none !important; }
  .gymerux-toggle { display: flex !important; }
}
