/* rumyoniq.de · Design v2 „Soft Structuralism"
   Modern, schlicht, groß: Bricolage Grotesque (Headlines) + Geist (Text), selbst gehostet.
   Fast monochrom, ein Akzent (Koralle), flache Kacheln mit großen Radien, weiche Bewegung. */

@import url('../fonts/fonts.css');

:root {
  --bg:      #F4F4F1;
  --tile:    #E9E9E4;
  --tile-2:  #DFDFD8;
  --paper:   #FFFFFF;
  --ink:     #0B0B0A;
  --ink-2:   #4A4A46;
  --ink-3:   #8A8A83;
  --line:    rgba(11,11,10,0.09);
  --accent:  #FF5A3C;
  --accent-soft: #FFE4DC;
  --sage:    #DDE7D6;
  --sage-ink:#2F4A34;

  --head: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
  --body: 'Geist', 'Segoe UI', system-ui, sans-serif;

  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --r: 28px;
  --r-sm: 16px;
  --section: clamp(88px, 12vw, 176px);
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--body); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  font-feature-settings: 'ss01', 'cv11';
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--ink); color: #fff; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 200; }
.skip:focus { left: 12px; }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 {
  font-family: var(--head); font-weight: 600; margin: 0 0 0.45em;
  letter-spacing: -0.035em; line-height: 0.98;
  font-variation-settings: 'opsz' 96;
}
h1 { font-size: clamp(54px, 10.5vw, 150px); letter-spacing: -0.05em; line-height: 0.92; }
h2 { font-size: clamp(38px, 6vw, 84px); letter-spacing: -0.045em; }
h3 { font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.03em; line-height: 1.02; }
h4 { font-size: 22px; letter-spacing: -0.02em; line-height: 1.1; font-variation-settings: 'opsz' 48; }
.serif { font-family: var(--head); font-weight: 600; letter-spacing: -0.03em; }
.lede { font-size: clamp(18px, 1.6vw, 22px); color: var(--ink-2); max-width: 56ch; line-height: 1.5; letter-spacing: -0.01em; }
.muted { color: var(--ink-2); }
.small { font-size: 14px; color: var(--ink-3); line-height: 1.5; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-2); margin-bottom: 28px; font-variant-numeric: tabular-nums;
}
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.narrow { max-width: 860px; }
section { padding-block: var(--section); position: relative; }
section > .container { position: relative; z-index: 1; }
.section-head { max-width: 900px; margin-bottom: clamp(40px, 6vw, 80px); }
.section-head h2 { margin-bottom: 20px; }
.grid { display: grid; gap: 20px; }
.glow { display: none; }

.bg-2 { background: var(--tile); }
.bg-dark { background: var(--ink); color: #F4F4F1; }
.bg-dark .muted, .bg-dark .small { color: rgba(244,244,241,0.6); }
.bg-dark .lede { color: rgba(244,244,241,0.78); }
.bg-dark .eyebrow { color: rgba(244,244,241,0.7); }

/* ---------- Header ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px var(--gutter) 0; pointer-events: none; }
.nav {
  pointer-events: auto; max-width: var(--container); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 6px 6px 18px; border-radius: 999px;
  background: rgba(244,244,241,0.78);
  -webkit-backdrop-filter: blur(20px) saturate(1.3); backdrop-filter: blur(20px) saturate(1.3);
  border: 1px solid rgba(11,11,10,0.06);
}
.brand { font-family: var(--head); font-weight: 700; font-size: 21px; letter-spacing: -0.04em; display: inline-flex; align-items: baseline; }
.brand b { font-weight: 700; }
.brand i { font-style: normal; color: var(--accent); }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a { padding: 9px 13px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: color 300ms var(--ease), background 300ms var(--ease); }
.nav-links a:hover { color: var(--ink); background: rgba(11,11,10,0.05); }
.nav-links a[aria-current="page"]:not(.btn) { color: var(--ink); background: rgba(11,11,10,0.07); }
.nav-links .btn { margin-left: 8px; color: #fff; }
.nav-links .btn:hover { background: #262624; }
.nav-links a.btn[aria-current="page"] { color: #fff; background: var(--ink); }

.burger { display: none; width: 44px; height: 44px; border-radius: 999px; border: 0; background: var(--ink); position: relative; cursor: pointer; flex: 0 0 auto; }
.burger span { position: absolute; left: 13px; width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: transform 500ms var(--ease), top 500ms var(--ease); }
.burger span:nth-child(1) { top: 17px; } .burger span:nth-child(2) { top: 25px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

.overlay { position: fixed; inset: 0; z-index: 90; background: var(--ink); color: #F4F4F1; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 450ms var(--ease), visibility 0s linear 450ms; }
.overlay.open { opacity: 1; visibility: visible; transition-delay: 0s; }
.overlay ul { text-align: left; padding: 0 var(--gutter); width: 100%; max-width: 720px; }
.overlay li { transform: translateY(24px); opacity: 0; transition: transform 650ms var(--ease), opacity 650ms var(--ease); border-bottom: 1px solid rgba(255,255,255,0.12); }
.overlay.open li { transform: none; opacity: 1; }
.overlay li:nth-child(1) { transition-delay: 60ms; } .overlay li:nth-child(2) { transition-delay: 110ms; }
.overlay li:nth-child(3) { transition-delay: 160ms; } .overlay li:nth-child(4) { transition-delay: 210ms; }
.overlay li:nth-child(5) { transition-delay: 260ms; } .overlay li:nth-child(6) { transition-delay: 310ms; }
.overlay a { font-family: var(--head); font-weight: 600; font-size: clamp(34px, 9vw, 64px); letter-spacing: -0.045em; line-height: 1.1; display: block; padding: 14px 0; }
.overlay a[aria-current="page"] { color: var(--accent); }
body.locked { overflow: hidden; }
@media (max-width: 900px) { .nav-links { display: none; } .burger { display: block; } }

/* ---------- Buttons & Links ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px 14px 22px; border-radius: 999px;
  background: var(--ink); color: #fff; font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform 400ms var(--ease), background 400ms var(--ease);
}
.btn .ico { width: 16px; height: 16px; display: grid; place-items: center; transition: transform 400ms var(--ease); }
.btn .ico svg { width: 16px; height: 16px; }
.btn:hover { background: #262624; }
.btn:hover .ico { transform: translateX(4px); }
.btn:active { transform: scale(0.97); }
.btn.ghost { background: transparent; color: var(--ink); border-color: rgba(11,11,10,0.18); }
.btn.ghost:hover { background: rgba(11,11,10,0.05); }
.btn.light { background: #F4F4F1; color: var(--ink); }
.btn.light:hover { background: #fff; }
.btn.sm { padding: 10px 14px 10px 16px; font-size: 14px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.link { font-weight: 600; color: var(--ink); border-bottom: 1.5px solid currentColor; padding-bottom: 1px; transition: opacity 300ms; }
.link:hover { opacity: 0.6; }
.bg-dark .link, .shell.dark .link { color: #F4F4F1; }

/* ---------- Kacheln (flach, große Radien) ---------- */
.shell { background: var(--paper); border-radius: var(--r); padding: 0; transition: transform 600ms var(--ease); display: flex; flex-direction: column; }
.core { padding: clamp(26px, 3.2vw, 44px); height: 100%; border-radius: var(--r); }
.bg-2 .shell { background: var(--paper); }
.shell.tint { background: var(--sage); }
.shell.tint-clay { background: var(--accent-soft); }
.shell.tint-sand { background: var(--tile-2); }
.bg-2 .shell.tint, .bg-2 .shell.tint-sand { background: var(--paper); }
.shell.dark { background: var(--ink); color: #F4F4F1; }
.shell:not(.static):hover { transform: translateY(-4px); }

.tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); padding: 0; font-variant-numeric: tabular-nums; }
.tag::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: 9px; vertical-align: 1px; }
.tag.clay::before { background: var(--accent); } .tag.sand::before { background: var(--ink); } .tag.neutral::before { background: var(--ink-3); }
.shell.dark .tag { color: rgba(244,244,241,0.7); }

.dots li { position: relative; padding-left: 20px; margin-bottom: 9px; color: var(--ink-2); }
.dots li::before { content: ''; position: absolute; left: 0; top: 0.68em; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
.shell.dark .dots li, .bg-dark .dots li { color: rgba(244,244,241,0.78); }
.shell.dark .dots li::before, .bg-dark .dots li::before { background: var(--accent); }
.shell.dark .muted { color: rgba(244,244,241,0.72); }
.shell.dark .small { color: rgba(244,244,241,0.5); }
.shell.dark h4 { color: #F4F4F1; }

/* ---------- Hero ---------- */
.hero { min-height: 100dvh; padding-top: calc(var(--section) + 20px); padding-bottom: 0; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero > .container { min-width: 0; }
.core h3, .fact b { overflow-wrap: break-word; hyphens: manual; }
.bento h3 { font-size: clamp(24px, 2.5vw, 34px); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.hero h1 { max-width: 9.2ch; margin-bottom: 0.35em; }
.hero h1 em { font-style: normal; color: var(--ink-3); }
.hero .lede { margin-bottom: 32px; }
.hero-note { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-note .chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink-2); padding: 8px 14px; border-radius: 999px; background: var(--tile); }
.hero-note .chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* Orb: weich atmender Farbkörper (ersetzt die Ringe) */
.breath { position: relative; aspect-ratio: 1 / 1; width: 100%; max-width: 440px; margin-inline: auto; }
.breath svg { display: none; }
.breath::before {
  content: ''; position: absolute; inset: 6%; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFD9CF 0%, #FFB09A 28%, #DDE7D6 62%, #F4F4F1 78%);
  filter: blur(18px); animation: orb 9s var(--ease) infinite; transform-origin: 50% 50%;
}
.breath::after { content: ''; position: absolute; inset: 22%; border-radius: 50%; background: var(--bg); filter: blur(10px); opacity: 0.55; animation: orb 9s var(--ease) infinite reverse; }
@keyframes orb { 0%, 100% { transform: scale(0.94); } 50% { transform: scale(1.05); } }
.breath .word { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; font-family: var(--head); font-weight: 600; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.03em; color: var(--ink); z-index: 1; }
.breath .word span { display: block; font-family: var(--body); font-weight: 500; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); margin-top: 8px; }
@media (prefers-reduced-motion: reduce) { .breath::before, .breath::after { animation: none; } }

/* Hero mit Orb rechts auf Desktop */
.hero .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); align-items: end; gap: clamp(24px, 4vw, 72px); }
.hero .breath { max-width: 460px; margin-bottom: 8px; }
@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: calc(var(--section) - 10px); }
  .hero .hero-grid { grid-template-columns: 1fr; }
  .hero .breath { max-width: 260px; margin: 28px auto 0; }
  .hero h1 { max-width: none; }
}

/* Laufband */
.marquee { margin-top: clamp(48px, 7vw, 96px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; padding: 16px 0; contain: inline-size; width: 100%; }
.marquee .track { display: inline-flex; gap: 48px; animation: slide 40s linear infinite; font-family: var(--head); font-weight: 600; font-size: clamp(18px, 2.2vw, 26px); letter-spacing: -0.02em; color: var(--ink-3); }
.marquee .track span::after { content: '·'; margin-left: 48px; color: var(--accent); }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee .track { animation: none; } }

/* ---------- Angebote ---------- */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.span-7 { grid-column: span 7; } .span-5 { grid-column: span 5; } .span-6 { grid-column: span 6; }
.span-4 { grid-column: span 4; } .span-8 { grid-column: span 8; } .span-12 { grid-column: span 12; }
.offer { display: flex; flex-direction: column; gap: 14px; }
.offer h3 { margin: 18px 0 2px; }
.offer .sub, .sub { font-family: var(--body); font-style: normal !important; font-weight: 500; font-size: 17px !important; color: var(--ink-2) !important; margin: 0 0 6px; letter-spacing: -0.01em; }
.shell.dark .sub { color: rgba(244,244,241,0.7) !important; }
.offer .dots { margin: 4px 0 10px; }
.offer .foot { margin-top: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.shell.dark .offer .foot { border-color: rgba(255,255,255,0.12); }
.offer .price { font-size: 13px; color: var(--ink-3); font-weight: 500; }
.shell.dark .price { color: rgba(244,244,241,0.55); }
@media (max-width: 900px) { .bento { grid-template-columns: 1fr; } .bento > * { grid-column: span 1 !important; } }

/* ---------- Ablauf: nummerierte Liste ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: step; }
.steps-4 { grid-template-columns: repeat(4, 1fr); }
.step { counter-increment: step; }
.step .num { font-family: var(--head); font-weight: 600; font-size: 15px; letter-spacing: 0.02em; color: var(--accent); margin-bottom: 44px; font-variant-numeric: tabular-nums; }
.step .num::before { content: counter(step, decimal-leading-zero); }
.step h4 { margin-bottom: 10px; }
@media (max-width: 900px) { .steps, .steps-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps, .steps-4 { grid-template-columns: 1fr; } }

/* ---------- Über mich ---------- */
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 6vw, 96px); align-items: start; }
.split-contact { grid-template-columns: 0.8fr 1.2fr; }
.portrait { position: sticky; top: 96px; }
.portrait .core { padding: 0; overflow: hidden; }
.portrait-ph { aspect-ratio: 4 / 5; position: relative; overflow: hidden; border-radius: var(--r); background: var(--tile); }
.portrait-ph svg { display: none; }
.portrait-ph::before { content: ''; position: absolute; inset: -20%; background: radial-gradient(circle at 40% 40%, #FFD9CF 0%, #FFB09A 25%, #DDE7D6 55%, #E9E9E4 75%); filter: blur(40px); animation: orb 12s var(--ease) infinite; }
.portrait-ph .cap { display: none; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.fact { padding: 20px 22px; border-radius: var(--r-sm); background: var(--paper); }
.bg-2 .fact { background: var(--paper); }
.fact b { display: block; font-family: var(--head); font-weight: 600; font-size: 22px; letter-spacing: -0.03em; margin-bottom: 4px; }
.fact span { font-size: 14px; color: var(--ink-2); }
@media (max-width: 900px) { .split, .split-contact { grid-template-columns: 1fr; } .portrait { position: static; max-width: 440px; } .facts { grid-template-columns: 1fr; } }

.quote { font-family: var(--head); font-weight: 600; font-size: clamp(28px, 4vw, 52px); line-height: 1.02; letter-spacing: -0.04em; max-width: 22ch; }
.quote em { font-style: normal; color: var(--ink-3); }

/* ---------- Band (Freedom / Leistungen-Blöcke) ---------- */
.band { display: block; }
.band .core { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.band .breath { max-width: 300px; }
@media (max-width: 900px) { .band .core { grid-template-columns: 1fr; } }

/* ---------- Formulare ---------- */
.form { display: grid; gap: 14px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea { width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid transparent; background: var(--tile); transition: border-color 300ms var(--ease), background 300ms var(--ease); }
.shell.tint .field input, .bg-2 .field input, .bg-2 .field select, .bg-2 .field textarea { background: var(--tile); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); }
.check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--ink); flex: 0 0 auto; }
.stars { display: flex; gap: 6px; flex-direction: row-reverse; justify-content: flex-end; }
.stars input { position: absolute; opacity: 0; width: 0; height: 0; }
.stars label { cursor: pointer; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--tile); color: var(--ink-3); transition: all 250ms var(--ease); }
.stars label svg { width: 16px; height: 16px; }
.stars input:checked ~ label, .stars label:hover, .stars label:hover ~ label { background: var(--ink); color: #fff; }
.notice { padding: 16px 18px; border-radius: 14px; background: var(--sage); color: var(--sage-ink); font-size: 14.5px; line-height: 1.5; }
.notice.clay { background: var(--accent-soft); color: #8A2F1A; }
.notice p:last-child { margin: 0; }

/* ---------- Bewertungen ---------- */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.review .core { display: flex; flex-direction: column; gap: 12px; }
.review .who { font-size: 13.5px; color: var(--ink-3); font-weight: 500; margin-top: auto; }
.review .text { font-family: var(--head); font-weight: 500; font-size: 22px; line-height: 1.25; letter-spacing: -0.02em; }
.empty { text-align: center; padding: clamp(40px, 6vw, 80px) 20px; color: var(--ink-2); }
.empty .serif { font-size: 28px; margin-bottom: 8px; color: var(--ink); }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr; } }

/* ---------- Rechtstexte ---------- */
.legal h2 { font-size: 30px; margin-top: 1.6em; letter-spacing: -0.03em; }
.legal h3 { font-size: 22px; margin-top: 1.4em; }
.legal p, .legal li { color: var(--ink-2); }
.legal ul { list-style: disc; padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.ph { background: #FFEFAE; color: #5F4A00; padding: 1px 6px; border-radius: 4px; font-weight: 600; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #F4F4F1; padding: clamp(64px, 8vw, 120px) 0 28px; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 64px; }
.footer .brand { color: #F4F4F1; font-size: 24px; margin-bottom: 14px; }
.footer h4 { font-family: var(--body); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(244,244,241,0.45); margin-bottom: 16px; font-weight: 600; }
.footer li { margin-bottom: 10px; }
.footer a { color: rgba(244,244,241,0.8); transition: color 300ms; }
.footer a:hover { color: #fff; }
.footer p { color: rgba(244,244,241,0.6); font-size: 15px; max-width: 34ch; }
.footer .legal-line { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13.5px; color: rgba(244,244,241,0.5); }
.footer .wordmark { font-family: var(--head); font-weight: 700; font-size: clamp(88px, 19vw, 300px); line-height: 0.8; letter-spacing: -0.06em; color: rgba(244,244,241,0.08); margin: 0 0 -0.08em -0.04em; user-select: none; pointer-events: none; }
.footer .wordmark i { font-style: normal; color: rgba(255,90,60,0.5); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Unterseiten-Kopf */
.page-head { padding-top: calc(var(--section) + 20px); padding-bottom: clamp(40px, 5vw, 72px); }
.page-head h1 { font-size: clamp(44px, 7.5vw, 112px); max-width: 12ch; }
.page-head .hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: clamp(24px, 4vw, 72px); align-items: end; }
@media (max-width: 900px) { .page-head .hero-grid { grid-template-columns: 1fr; } .page-head .breath { max-width: 240px; margin-top: 24px; } }
