/* ==========================================================================
   arto.ch — stylesheet
   ========================================================================== */

/* --- Fonts --------------------------------------------------------------- */
@font-face{font-family:Gilroy;font-weight:500;font-style:normal;font-display:swap;
  src:url(../fonts/gilroy-medium.woff2) format("woff2")}
@font-face{font-family:Gilroy;font-weight:800;font-style:normal;font-display:swap;
  src:url(../fonts/gilroy-extrabold.woff2) format("woff2")}

@font-face{font-family:Inter;font-weight:400;font-style:normal;font-display:swap;
  src:url(../fonts/inter-latin.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Inter;font-weight:400;font-style:normal;font-display:swap;
  src:url(../fonts/inter-latin-ext.woff2) format("woff2");
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Inter;font-weight:700;font-style:normal;font-display:swap;
  src:url(../fonts/inter-latin.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Inter;font-weight:700;font-style:normal;font-display:swap;
  src:url(../fonts/inter-latin-ext.woff2) format("woff2");
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

/* --- Tokens -------------------------------------------------------------- */
:root{
  --coral:#f56856;
  --heading:#1c1b1a;
  --body:#4e4a48;
  --grey:#f7f7f7;
  --muted:#828282;
  /* Dunklere Varianten fuer kleinen Text auf hellem Grund (WCAG AA 4.5:1). */
  --coral-ink:#dd250e;
  --muted-ink:#767676;
  --rule:#dbdbdd;
  --head-font:Gilroy,sans-serif;
  --body-font:Inter,sans-serif;
}

/* --- Reset --------------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--body-font);font-size:19px;line-height:1.45;color:var(--body);
  background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block;border:0}
a{color:inherit}
h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--head-font);font-weight:700;color:var(--heading)}
p{margin:0 0 10px}
ul{margin:0;padding:0;list-style:none}
button,input,textarea{font:inherit;color:inherit}

.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;top:-60px;left:20px;z-index:200;background:#fff;color:var(--heading);
  padding:12px 20px;border-radius:4px}
.skip-link:focus{top:12px}

/* --- Layout primitives --------------------------------------------------- */
.section{padding:0 20px}
.wrap{max-width:1140px;margin:0 auto}
.wrap-1100{max-width:1100px;margin:0 auto}
.wrap-1480{max-width:1480px;margin:0 auto}
.wrap-1470{max-width:1470px;margin:0 auto}
[id]{scroll-margin-top:90px}

/* --- Typography ---------------------------------------------------------- */
.eyebrow{font-family:var(--head-font);font-size:18px;font-weight:800;line-height:40px;
  color:var(--coral-ink);text-transform:uppercase;margin:0}
.dark .eyebrow,.page-hero .eyebrow,.projects .eyebrow{color:var(--coral)}
.h-section{font-size:39px;line-height:46px;font-weight:700}
.prose p{font-size:19px;line-height:36px;margin:0 0 10px}
.prose strong{font-weight:700}
.prose a{color:var(--body);text-decoration:underline}
.prose a:hover{color:var(--coral)}

/* --- Buttons ------------------------------------------------------------- */
.btn{display:inline-block;font-family:var(--body-font);font-size:20px;font-weight:700;
  line-height:32px;padding:20px 55px;border-radius:50px;border:2px solid var(--coral);
  background:var(--coral);color:#fff;text-decoration:none;text-align:center;
  transition:background .2s,color .2s,border-color .2s}
.btn:hover{background:#e04f3c;border-color:#e04f3c}
.btn--ghost{background:rgba(16,16,16,.5);border-color:#fff;color:#fff}
.btn--ghost:hover{background:#fff;color:var(--heading);border-color:#fff}
.btn--wide{padding:23px 60px;line-height:20px;border-width:0}

/* --- Header -------------------------------------------------------------- */
.site-header{position:absolute;top:0;left:0;right:0;z-index:100;padding:20px}
.site-header .wrap-1480{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}
.site-header__logo{display:block;flex:0 0 auto}
.site-header__logo img{width:140px;height:108px}
.nav{margin-left:auto}
body.nav-open{position:fixed;left:0;right:0;width:100%;overflow:hidden}
.nav__list{display:flex;align-items:center;gap:32px;padding-top:14px}
.nav__list a{font-family:var(--body-font);font-size:18px;font-weight:400;color:var(--coral);
  text-decoration:none}
.nav__list a:hover{color:#fff}
.nav-toggle{display:none}

/* sticky header revealed on scroll */
.site-header--sticky{position:fixed;top:0;background:#fff;padding:18px 20px;
  box-shadow:0 1px 3px rgba(0,0,0,.08);transform:translateY(-100%);transition:transform .25s ease}
.site-header--sticky.is-visible{transform:translateY(0)}
.site-header--sticky .site-header__logo img{width:111px;height:23px}
.site-header--sticky .wrap-1480{align-items:center}
.site-header--sticky .nav__list{padding-top:0}
.site-header--sticky .nav__list a{color:var(--coral-ink)}
.site-header--sticky .nav__list a:hover{color:var(--heading)}

/* --- Hero ---------------------------------------------------------------- */
.hero{position:relative;padding:282px 20px 152px;overflow:hidden;
  background-image:url(../img/hero-portrait.webp),url(../img/hero-bg.webp);
  background-size:62%,cover;
  background-position:100% 100%,0 0;
  background-repeat:no-repeat,no-repeat}
.hero__inner{position:relative;width:100%}
.hero__col{position:relative;width:80%;padding:0 20px}
.hero__col::before{content:"";position:absolute;left:-120px;top:-37px;width:240px;height:483px;
  background:url(../img/dots.svg) no-repeat 0 0;background-size:100%;z-index:0}
.hero__col > *{position:relative;z-index:1}
.hero h1{font-size:57px;line-height:70px;font-weight:700;color:#fff;margin:0}
.hero__sub{font-family:var(--head-font);font-size:24px;line-height:36px;font-weight:500;
  color:#fff;margin:24px 0 0}
.hero__actions{display:flex;flex-wrap:wrap;gap:20px;margin-top:44px}
.hero__proof{font-size:17px;line-height:26px;color:rgba(255,255,255,.6);margin:30px 0 0}

/* --- About --------------------------------------------------------------- */
.split-2{display:grid;grid-template-columns:1fr 1fr;gap:0}
.split-2 > *{padding:0 20px}

/* --- Zwei Wege ------------------------------------------------------------ */
.wege{background:var(--grey);padding:100px 20px}
.wege > .wrap-1100 > .eyebrow{padding:0 20px;margin-bottom:24px}
.wege__grid{display:grid;grid-template-columns:1fr 1fr}
.wege__col{padding:0 60px 0 20px}
.wege__col + .wege__col{border-left:1px solid #e2e2e2;padding:0 20px 0 60px}
.wege__col h2{margin:0 0 18px}
.wege__lead{font-family:var(--head-font);font-size:21px;line-height:32px;font-weight:800;
  color:var(--heading);margin:0 0 16px}
.wege__col p{font-size:19px;line-height:34px;margin:0 0 10px}
.wege__link{display:inline-block;margin-top:22px;font-size:19px;line-height:28px;
  font-weight:700;color:var(--coral-ink);text-decoration:none;
  border-bottom:2px solid var(--coral);padding-bottom:2px}
.wege__link::after{content:" →"}
.wege__link:hover{color:var(--heading);border-color:var(--heading)}

/* --- Media split (image one side, framed text the other) ------------------ */
.mediasplit{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.mediasplit__media{background-size:cover;background-position:50% 50%;min-height:320px}
.mediasplit__body{position:relative;background:var(--grey);padding:80px;
  display:flex;flex-direction:column;justify-content:center}
.mediasplit__body::before{content:"";position:absolute;top:40px;bottom:40px;left:-50px;right:50px;
  border:6px solid var(--coral);pointer-events:none}
.mediasplit__body > *{position:relative;width:520px;max-width:100%;padding:0 20px}
.mediasplit__body h2{margin:0 0 20px}

/* --- Dark sections ------------------------------------------------------- */
.dark{background:url(../img/dark-bg.jpg) 50% 50%/cover repeat-x;color:#fff}
.dark h1,.dark h2,.dark h3,.dark h4{color:#fff}

/* --- Projects ------------------------------------------------------------ */
.projects{padding:80px 20px;position:relative;overflow:hidden}
.projects .wrap{position:relative}
.projects .wrap::before{content:"";position:absolute;left:-120px;top:-14px;width:240px;height:511px;
  background:url(../img/dots-projects.svg) no-repeat 0 0;background-size:100%;z-index:0}
.projects .projects__head,.projects .project,.projects__cta{position:relative;z-index:1}
.projects__head{margin-bottom:90px;padding:0 20px}
.projects__head h2{font-size:53px;line-height:74.2px;font-weight:700;color:#fff;margin:0}
.projects__lead{max-width:820px;margin:22px 0 0;font-size:21px;line-height:34px;color:#fff;opacity:.78}
.project{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;margin-bottom:100px}
.project:last-of-type{margin-bottom:100px}
.project__media{padding:0 20px}
.project__media img{width:100%;height:auto}
.project__body{padding:0 80px 0 20px}
.project--flip .project__media{order:2}
.project--flip .project__body{order:1;padding:0 20px 0 80px}
.project__label{display:block;font-family:var(--body-font);font-size:18px;font-weight:400;
  line-height:26.1px;letter-spacing:.18px;text-transform:uppercase;color:#fff}
.project__body h3{font-family:var(--head-font);font-size:39px;line-height:46px;font-weight:500;
  color:#fff;margin:10px 0 0}
.project__link{display:inline-block;margin-top:22px;font-size:19px;line-height:27.55px;
  color:var(--muted);text-decoration:none}
.project__link:hover{color:#fff}
.projects__cta{text-align:center}

/* --- Contact ------------------------------------------------------------- */
.contact{background:url(../img/contact-bg.webp) 0 50%/cover repeat;padding:0 20px}
.contact__grid{display:grid;grid-template-columns:minmax(0,897fr) minmax(0,503fr)}
.contact__left{padding:110px 170px 30px 20px;display:flex;flex-direction:column}
.contact__left h2{font-size:53px;line-height:40px;font-weight:700;color:#fff;margin:15px 0 0}
.contact__intro{font-size:19px;line-height:31px;color:rgba(255,255,255,.9);margin:25px 0 0}
.contact__actions{margin-top:44px}
.contact__hint{font-size:17px;line-height:26px;color:rgba(255,255,255,.6);margin:20px 0 0}
.contact__mail{font-size:19px;line-height:31px;color:rgba(255,255,255,.9);margin:40px 0 0}
.contact__mail a{color:#fff;text-decoration:underline}
.contact__mail a:hover{color:var(--coral)}
.contact{overflow:hidden}
.contact__left{grid-column:1;grid-row:1;padding-bottom:0}
.contact__right{position:relative;background:#fff;padding:115px 0 30px 100px;
  grid-column:2;grid-row:1/span 2}
.contact__right::before{content:"";position:absolute;left:100%;top:0;width:100vw;height:100%;background:#fff}
.contact__right > *{position:relative}
.contact__right h2{font-size:53px;line-height:40px;font-weight:700;color:var(--heading);margin:0 0 50px}
.contact__block{margin-bottom:49px}
.contact__block h3{font-size:21px;line-height:29.4px;font-weight:700;margin:0 0 10px}
.contact__block p{margin:0;line-height:27.55px}

/* --- Footer bar ---------------------------------------------------------- */
.footbar{grid-column:1;grid-row:2;display:flex;flex-wrap:wrap;align-items:center;gap:0 20px;
  margin-top:auto;padding:49px 170px 30px 20px}
.footbar p{margin:0;flex:0 0 276px;font-size:17px;line-height:24.65px;color:rgba(255,255,255,.91)}
.footbar ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0 30px;flex:0 0 300px;margin-left:auto}
.footbar li{padding:7px 0;margin:5px 0}
.footbar a{font-size:16px;line-height:23.2px;color:rgba(255,255,255,.85);text-decoration:underline}
.footbar a:hover{color:#fff}
.footbar__note{flex:1 1 100%;margin:26px 0 0;font-size:15px;line-height:24px;
  color:rgba(255,255,255,.62);max-width:640px}

/* --- To top -------------------------------------------------------------- */
.to-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border-radius:4px;
  background:var(--coral);color:#fff;border:0;cursor:pointer;display:none;
  align-items:center;justify-content:center;z-index:90}
.to-top.is-visible{display:flex}
.to-top svg{width:18px;height:18px;fill:currentColor}

/* ==========================================================================
   Unterseiten (Vorgehen, Datenschutz)
   ========================================================================== */
.wrap-760{max-width:760px;margin:0 auto}

/* solid header on subpages (no hero to overlay) */
.site-header--solid{position:sticky;background:#fff;padding:18px 20px;
  box-shadow:0 1px 3px rgba(0,0,0,.08)}
.site-header--solid .wrap-1480{align-items:center}
.site-header--solid .nav__list{padding-top:0}
.site-header--solid .nav__list a{color:var(--coral-ink)}
.site-header--solid .nav__list a:hover{color:var(--heading)}
.page-sub .site-header--sticky{display:none}

.page-hero{padding:110px 20px 100px}
.page-hero h1{font-size:53px;line-height:64px;font-weight:700;color:#fff;margin:0;
  overflow-wrap:break-word;hyphens:auto}
.page-hero__sub{font-size:20px;line-height:33px;color:rgba(255,255,255,.9);margin:20px 0 0}

.page-video{padding:70px 20px 0}
.video-frame{position:relative;padding-bottom:56.25%;height:0;border:2px solid var(--coral)}
.video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

.page-body{padding:100px 20px}
.page-body--grey{background:var(--grey)}
.page-body h2{font-size:39px;line-height:46px;margin:0 0 24px}

.longform h2{font-size:30px;line-height:40px;margin:56px 0 18px}
.longform h2:first-child{margin-top:0}
.longform h3{font-family:var(--head-font);font-size:22px;line-height:32px;font-weight:800;
  color:var(--heading);margin:38px 0 14px}
.longform p{font-size:19px;line-height:36px;margin:0 0 18px}
.longform ul{margin:0 0 18px;padding-left:0}
.longform li{position:relative;padding-left:22px;margin-bottom:14px;font-size:19px;line-height:32px}
.longform li::before{content:"";position:absolute;left:0;top:13px;width:8px;height:8px;
  border-radius:50%;background:var(--coral)}
.longform a{color:var(--body);text-decoration:underline;overflow-wrap:anywhere}
.longform a:hover{color:var(--coral)}
.legal p,.legal li{font-size:17px;line-height:31px}

/* numbered steps on the Vorgehen page */
.steps{counter-reset:step;list-style:none;margin:44px 0 32px;padding:0}
.steps li{counter-increment:step;position:relative;padding-left:76px;margin-bottom:38px}
.steps li::before{content:counter(step);position:absolute;left:0;top:2px;
  width:52px;height:52px;border-radius:50%;border:2px solid var(--coral-ink);background:transparent;
  color:var(--coral-ink);font-family:var(--head-font);font-size:22px;font-weight:800;
  display:flex;align-items:center;justify-content:center}
.steps h3{margin:8px 0 10px}
.steps p{margin:0}

.page-cta{padding:90px 20px;text-align:center}
.page-cta h2{font-size:39px;line-height:46px;color:#fff;margin:0 0 34px}
.page-cta p{margin:0}

.site-foot{padding:44px 20px}
.site-foot__inner{display:flex;flex-wrap:wrap;align-items:center;gap:16px 40px}
.site-foot p{margin:0;font-size:17px;color:rgba(255,255,255,.91)}
.site-foot ul{display:flex;flex-wrap:wrap;gap:8px 26px;margin-left:auto}
.site-foot a{font-size:16px;color:rgba(255,255,255,.85);text-decoration:underline}
.site-foot a:hover{color:#fff}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1200px){
  .hero{background-size:70%,cover}
  .contact__left{padding-right:90px}
  .contact__right{padding-left:60px}
}

@media (max-width:1024px){
  .hero{background-size:55%,cover}
  .mediasplit__body{padding:60px}
.mediasplit__body > *{width:100%;max-width:100%;padding:0}
}

@media (max-width:992px){
  .site-header__logo{position:relative;z-index:2}
  /* Der schmale Schriftzug bleibt dem Desktop vorbehalten. */
  .site-header--sticky .site-header__logo{width:60px;height:46px;
    background:url(../img/logo-circle-coral.svg) no-repeat 0 50%/auto 46px}
  .site-header--sticky .site-header__logo img{visibility:hidden}
  /* Im offenen Menue das schmale Logo zeigen, das grosse wuerde oben abgeschnitten. */
  body.nav-open .site-header .wrap-1480{align-items:center}
  /* Im offenen Menue etwas kleiner. Die eingeblendete Leiste bleibt aussen vor,
     sie zeigt ihren Kreis als Hintergrund und ihr <img> bleibt verborgen. */
  body.nav-open .site-header:not(.site-header--sticky) .site-header__logo img{width:78px;height:60px}
  .site-header__logo img{width:110px;height:85px}
  .nav-toggle{display:flex;align-items:center;justify-content:center;width:46px;height:46px;
    background:transparent;border:0;cursor:pointer;padding:0;position:relative;z-index:2}
  /* 1 Grundzustand: drei Balken */
  .nav-toggle span{display:block;position:relative;width:26px;height:2px;background:var(--coral)}
  .nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:26px;
    height:2px;background:var(--coral)}
  .nav-toggle span::before{top:-8px}
  .nav-toggle span::after{top:8px}

  /* 2 Auf der weissen eingeblendeten Leiste dunkel */
  .site-header--sticky .nav-toggle span,
  .site-header--sticky .nav-toggle span::before,
  .site-header--sticky .nav-toggle span::after{background:var(--heading)}

  /* 3 Offen: X in Koralle. Muss nach Regel 2 stehen und sie schlagen,
     sonst wird das X auf dem dunklen Panel unsichtbar. */
  .site-header .nav-toggle[aria-expanded="true"] span{background:transparent}
  .site-header .nav-toggle[aria-expanded="true"] span::before,
  .site-header .nav-toggle[aria-expanded="true"] span::after{top:0;background:var(--coral)}
  .site-header .nav-toggle[aria-expanded="true"] span::before{transform:rotate(45deg)}
  .site-header .nav-toggle[aria-expanded="true"] span::after{transform:rotate(-45deg)}
  .nav__list{position:fixed;left:0;right:0;top:0;height:100vh;height:100dvh;overflow-y:auto;
    flex-direction:column;align-items:flex-start;gap:0;background:#111;
    padding:120px 24px 40px;transform:translateY(-100%);
    transition:transform .3s ease;z-index:1}
  .site-header--solid .nav__list,
  .site-header--sticky .nav__list{padding-top:120px}
  .nav__list.is-open{transform:translateY(0)}
  .nav__list li{width:100%;border-bottom:1px solid rgba(255,255,255,.12)}
  /* Im dunklen Panel gewinnen sonst die spezifischeren Regeln der hellen Kopfzeilen. */
  .nav__list a,
  .site-header--solid .nav__list a,
  .site-header--sticky .nav__list a{display:block;padding:16px 0;font-size:20px;color:#fff}

  /* the original hides the dot pattern below 992px */
  .hero__col::before,.projects .wrap::before{display:none}

  .hero{padding:137px 20px 285px;background-size:100%,cover;background-position:100% 100%,0 0}
  .hero__col{width:100%;padding:0}
  .hero h1{font-size:32px;line-height:42px}
  .hero__proof{font-size:16px;line-height:25px;margin-top:26px}
  .hero__sub{font-size:20px;line-height:30px;margin-top:20px}
  .hero__actions{flex-direction:column;align-items:flex-start;gap:17px;margin-top:50px}
  .hero__actions .btn{width:250px;padding:15px 40px;font-size:20px;line-height:34px}

  .split-2{grid-template-columns:1fr;gap:34px}
  .split-2 > *{padding:0}

  .mediasplit{grid-template-columns:1fr}
  .mediasplit__media{min-height:300px;order:1}
  .mediasplit__body{order:2;padding:50px 40px}
  .mediasplit__body::before{left:20px;right:20px;top:24px;bottom:24px}

  .projects{padding:60px 20px}
  .projects__head{padding:0;margin-bottom:50px}
  .projects__lead{font-size:18px;line-height:30px;margin-top:16px}
  .project{grid-template-columns:1fr;gap:20px;margin-bottom:50px}
  .project:last-of-type{margin-bottom:50px}
  .project__media,.project__body{padding:0}
  .project--flip .project__media{order:1}
  .project--flip .project__body{order:2;padding:0}

  .page-hero{padding:70px 20px 60px}
  .page-hero h1{font-size:32px;line-height:42px}
  .page-video{padding:40px 20px 0}
  .page-body{padding:50px 20px}
  .page-body h2{font-size:30px;line-height:36px}
  .longform h2{font-size:26px;line-height:34px;margin:40px 0 14px}
  .longform h3{font-size:20px;line-height:30px}
  .longform p,.longform li{font-size:16px;line-height:30px}
  .legal p,.legal li{font-size:16px;line-height:29px}
  .steps li{padding-left:0}
  .steps li::before{position:static;margin-bottom:14px;width:44px;height:44px;font-size:19px}
  .page-cta{padding:60px 20px}
  .page-cta h2{font-size:28px;line-height:36px}
  .site-foot__inner{gap:14px}
  .site-foot ul{margin-left:0}
  .wege{padding:50px 20px}
  .wege__grid{grid-template-columns:1fr;gap:44px}
  .wege__col,.wege__col + .wege__col{padding:0;border-left:0}
  .wege__col + .wege__col{border-top:1px solid #e2e2e2;padding-top:44px}
  .wege > .wrap-1100 > .eyebrow{padding:0}
  .contact__grid{grid-template-columns:1fr}
  .contact__left,.contact__right,.footbar{grid-column:1;grid-row:auto}
  .contact__left{padding:60px 0 30px}
  .contact__right{padding:50px 20px 40px;margin:0 -20px}
  .contact__right::before{display:none}
  .footbar{padding:40px 0 30px}
  .footbar p{flex:1 1 auto}
  .footbar ul{flex:1 1 auto;justify-content:flex-start;margin-left:0}
}

@media (max-width:767px){
  body{font-size:16px}
  .prose p{font-size:16px;line-height:36px}
.h-section,
  .mediasplit__body h2{font-size:28px;line-height:36px}
  .projects__head h2{font-size:40px;line-height:56px}
  .project__body h3{font-size:28px;line-height:36px}
  .project__label{font-size:16px}
  .project__link{font-size:16px}
  .contact__left h2,.contact__right h2{font-size:32px;line-height:40px}
  .contact__intro{font-size:16px;line-height:28px}
  .footbar p{font-size:17px;line-height:24.65px}
}

/* --- Referenzen: Wirkung und Stimmen -------------------------------------- */
.project__result{font-family:var(--head-font);font-size:19px;line-height:30px;font-weight:700;
  color:var(--coral);margin:16px 0 0}
.project__quote{margin:18px 0 0;padding:0 0 0 18px;border-left:2px solid rgba(255,255,255,.22)}
.project__quote p{font-size:18px;line-height:30px;margin:0}
.project__quote cite{display:block;margin-top:10px;font-size:15px;font-style:normal;opacity:.7}
.projects__clients{max-width:820px;margin:70px auto 54px;text-align:center;
  font-size:18px;line-height:30px;opacity:.72}

/* --- Preise ---------------------------------------------------------------- */
.preise{background:#fff;padding:100px 20px}
.preise > .wrap-1100 > .eyebrow{padding:0 20px;margin-bottom:20px}
.preise > .wrap-1100 > .h-section{padding:0 20px;margin:0 0 56px}
.preise__grid{display:grid;grid-template-columns:1fr 1fr}
.preise__col{display:flex;flex-direction:column;padding:0 60px 0 20px}
.preise__col + .preise__col{border-left:1px solid var(--rule);padding:0 20px 0 60px}
.preise__claim{font-family:var(--head-font);font-size:21px;line-height:32px;font-weight:800;
  color:var(--heading);margin:0 0 16px}
.preise__col p{font-size:19px;line-height:34px;margin:0 0 20px}
.preise .steps{margin:0}
.preise .steps li{margin-bottom:30px}
.preise .steps li:last-child{margin-bottom:0}
.preise .steps p{font-size:18px;line-height:30px}
.preise__why{font-size:17px;line-height:30px;color:var(--muted-ink);
  border-left:2px solid var(--rule);padding-left:18px;margin:26px 0 0}
.preise__col .wege__link{margin-top:auto;align-self:flex-start;padding-top:26px}

/* --- Ueber mich als Bild-Text-Block ---------------------------------------- */
.mediasplit--person .mediasplit__body .eyebrow{margin-bottom:10px}
.mediasplit--person .mediasplit__body h2{margin-bottom:24px}
.mediasplit--person .prose p{margin:0 0 16px}

@media (max-width:992px){
  .preise{padding:50px 20px}
  .preise__grid{grid-template-columns:1fr;gap:44px}
  .preise__col,.preise__col + .preise__col{padding:0;border-left:0}
  .preise__col + .preise__col{border-top:1px solid var(--rule);padding-top:44px}
  .preise > .wrap-1100 > .eyebrow,.preise > .wrap-1100 > .h-section{padding:0}
  .projects__clients{margin:40px auto 34px;font-size:16px;line-height:28px}
}

/* --- Tastatur-Fokus ------------------------------------------------------- */
/* Doppelter Ring, damit er auf hellem und auf dunklem Grund sichtbar ist. */
:focus-visible{outline:2px solid #fff;outline-offset:2px;
  box-shadow:0 0 0 5px var(--coral);border-radius:2px}
.nav-toggle:focus-visible{border-radius:6px}
