/* ==========================================================================
   Autohaus Fela — Design im Stil von teccore.ch
   Editorial, Schweizer Typografie, dunkle Bühnen, feine Linien.
   ========================================================================== */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/dm-sans-normal-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: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/dm-sans-normal-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: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/dm-sans-italic-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: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/dm-sans-italic-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 {
  --paper: #faf9f6;
  --ink: #1a1a1a;
  --muted: #7a7a7a;
  --soft: #efece7;
  --line: #e2ded7;
  --dark: #141414;
  --deep: #0a0a0a;
  --accent: #fdfcfa;
  --brand: #1558d6;
  --brand-deep: #0f42a8;
  --cyan: #38c6f4;
  --brand-soft: #1d82f2;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --gutter: clamp(24px, 5.55vw, 88px);
  --wrap: 1320px;
  --header-h: 88px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(56px, 7vw, 108px); }
h2 { font-size: clamp(38px, 4.1vw, 64px); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: #1558d626; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 4px; }
dialog { border: 0; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--dark); color: var(--paper);
  padding: 12px 18px; border-radius: var(--radius-pill); font-size: 13px;
  transition: top .3s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ---------- Layout ---------- */
.wrap { width: calc(100% - var(--gutter) * 2); max-width: var(--wrap); margin-inline: auto; }
.section { padding-block: 122px; }

/* ---------- Typography helpers ---------- */
.serif { font-family: inherit; font-style: italic; font-weight: 300; letter-spacing: -.04em; }
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 10px; font-weight: 500; letter-spacing: .22em; line-height: 1.5;
  text-transform: uppercase; color: var(--ink);
}
.eyebrow-divider { color: #7e7b76; margin-inline: 4px; }
.label-dot {
  width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0;
  background: currentColor; display: inline-block;
}
.section-eyebrow { gap: 16px; }
.section-eyebrow > span { color: var(--brand-deep); font-weight: 400; }
.muted { color: #b3b0aa; }

.text-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; padding-block: 6px 5px;
  border-bottom: 1px solid #c9c5bd;
  transition: color .3s, border-color .3s;
}
.text-link .icon { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.text-link:hover { color: var(--brand-deep); border-color: var(--brand-deep); }
.text-link:hover .icon { transform: translate(2px, -2px); }
.icon { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Buttons ---------- */
.button {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 17px 26px; border: 1px solid transparent; border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 500; line-height: 1.3; letter-spacing: .01em;
  overflow: hidden; isolation: isolate;
  transition: background .25s, transform .35s var(--ease), box-shadow .35s;
}
.button > span { position: relative; z-index: 1; }
.button::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 32%, #ffffff4d 50%, transparent 68%);
  transform: translateX(-130%); transition: transform .8s var(--ease);
}
.button:hover::after { transform: translateX(130%); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button-icon { display: flex; align-items: center; justify-content: center; }
.button-icon .icon { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.button:hover .button-icon .icon { transform: translate(2px, -2px); }
.button--primary { color: #fdfcfa; background: var(--dark); }
.button--primary:hover { background: linear-gradient(135deg, var(--brand-deep), var(--brand-soft)); box-shadow: 0 12px 34px #1558d63d; }
.button--light { color: var(--ink); background: var(--accent); }
.button--light:hover { background: #ffffff; box-shadow: 0 12px 34px #00000026; }
.button--outline { background: transparent; border-color: var(--line); }

/* ---------- Pills / Status ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 9px; font-weight: 500; letter-spacing: .1em; line-height: 1.5;
  padding: 7px 12px; border: 1px solid #b8b6b4; border-radius: var(--radius-pill);
}
.pill > span { width: 5px; height: 5px; background: linear-gradient(135deg, var(--brand), var(--cyan)); }
.pill-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.status {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 13px; border: 1px solid var(--line); border-radius: var(--radius-pill);
  background: #fbfbfa; font-size: 9px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: #6f6b65;
}
.status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status--ready { color: #0d7a43; border-color: #0d7a4340; }
.status--launch { color: #b26a00; border-color: #b26a0040; }
.status--launch::before { animation: status-pulse 2.6s var(--ease) infinite; }

/* ---------- Swiss cross ---------- */
.swiss-cross { display: inline-block; position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.swiss-cross::before, .swiss-cross::after { content: ''; position: absolute; background: currentColor; inset: 1px 5px; }
.swiss-cross::after { inset: 5px 1px; }

/* ---------- Brand mark ---------- */
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; letter-spacing: -.04em; font-weight: 500; }
.brand-mark { width: 22px; height: 22px; color: var(--ink); }
.brand-mark svg, .mini-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-mark .mark-accent, .mini-mark .mark-accent { fill: var(--brand); }
.brand-period { color: var(--brand); }
.mini-mark { display: inline-flex; width: 34px; height: 34px; color: var(--ink); }

/* ---------- Reveal ---------- */
.reveal { opacity: 1; }
.will-reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.will-reveal.is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 60;
  height: var(--header-h);
  background: #faf9f6f2; backdrop-filter: blur(18px);
  transition: box-shadow .3s, transform .45s var(--ease);
}
.site-header::after {
  content: ''; position: absolute; bottom: 0; left: 0; height: 1px;
  width: calc(var(--scroll-progress, 0) * 100%);
  background: linear-gradient(90deg, var(--brand), var(--cyan));
  pointer-events: none;
}
.site-header.scrolled { box-shadow: 0 1px 0 var(--line); }
.site-header.header-hidden { transform: translateY(-101%); }
.site-header:focus-within { transform: none; }
.header-inner {
  display: flex; align-items: center; gap: 26px;
  width: 100%; height: 100%; padding-inline: 28px;
}
.header-location {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #807e7a;
}
.header-location .swiss-cross { width: 13px; height: 13px; color: var(--brand); }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.desktop-nav a {
  position: relative; padding: 10px 13px; font-size: 13px; color: #4b4a48;
  transition: color .3s;
}
.desktop-nav a span { position: relative; }
.desktop-nav a span::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px;
  background: var(--brand); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover span::after { transform: scaleX(1); }
.header-contact {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 20px; border: 1px solid var(--ink); border-radius: var(--radius-pill);
  font-size: 12px; transition: background .3s, color .3s, transform .35s var(--ease);
}
.header-contact .icon { width: 15px; height: 15px; transition: transform .35s var(--ease); }
.header-contact:hover { background: var(--ink); color: var(--paper); transform: translateY(-1px); }
.header-contact:hover .icon { transform: translate(2px, -2px); }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle .icon { width: 20px; height: 20px; }
.mobile-nav { display: none; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero-shell { padding: 0 16px; }
.hero {
  position: relative; overflow: clip;
  max-width: 1800px; min-height: 715px; margin: auto;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(100deg, #0a0a0a 0%, #0a0a0af2 34%, #0a0a0a99 72%, #0a0a0ab3 100%),
    url('../img/services/firmenfahrzeug.jpg') center 38% / cover no-repeat,
    var(--dark);
  color: var(--paper);
}
.hero::before {
  content: ''; position: absolute; top: 0; bottom: 75px; left: 57%;
  border-left: 1px solid #fdfcfa0a;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 5; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.hero-light { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-light::before, .hero-light::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(90px); will-change: transform;
}
.hero-light::before {
  width: 560px; height: 560px; left: 44%; top: -14%;
  background: radial-gradient(circle, #1558d65c, transparent 66%);
  animation: aurora-a 19s ease-in-out infinite alternate;
}
.hero-light::after {
  width: 460px; height: 460px; right: 2%; bottom: -20%;
  background: radial-gradient(circle, #38c6f44d, transparent 66%);
  animation: aurora-b 24s ease-in-out infinite alternate;
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.17fr 1fr; align-items: center;
  min-height: 639px;
}
.hero-copy { position: relative; z-index: 3; padding-block: 67px 71px; }
.hero-copy .eyebrow { color: #b6b3ae; font-size: 10px; letter-spacing: .2em; margin-bottom: 34px; }
.hero-copy .eyebrow .label-dot { color: var(--accent); box-shadow: 0 0 14px #fdfcfa33; }
.hero h1 { font-size: clamp(65px, 7.5vw, 112px); line-height: 1.02; letter-spacing: -.04em; }
.hero-line { display: block; }
.hero-line--sub { font-size: .5em; letter-spacing: -.03em; line-height: 1.25; margin-top: .12em; }
.hero h1 .serif {
  padding-inline: .075em; margin-inline: -.075em;
  background: linear-gradient(100deg, #9dc4ff 0%, #fdfcfa 46%, #7fdcff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: text-sheen 8s var(--ease) infinite;
}
.hero-description { font-size: 16px; line-height: 1.85; color: #bab7b2; max-width: 410px; margin-top: 32px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.hero-actions .button { font-size: 12px; gap: 19px; }
.hero-secondary { display: inline-flex; gap: 13px; align-items: center; font-size: 12px; color: #e3e0da; padding-block: 15px; }
.hero-secondary .icon { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.hero-secondary:hover .icon { transform: translate(3px, -3px); }
.hero-copy .eyebrow, .hero-line, .hero-description, .hero-actions { animation: entrance 1s var(--ease) backwards; }
.hero-copy .eyebrow { animation-delay: .04s; }
.hero-line:first-child { animation-delay: .13s; }
.hero-line:nth-child(2) { animation-delay: .23s; }
.hero-description { animation-delay: .35s; }
.hero-actions { animation-delay: .43s; }

.hero-stage { position: relative; height: 580px; width: 108%; margin-left: -4%; isolation: isolate; }
.stage-label {
  display: flex; align-items: center; gap: 10px; justify-content: flex-end;
  font-size: 9px; letter-spacing: .18em; color: #b9b6b1; margin-bottom: 18px;
}
.stage-label .label-dot { color: var(--cyan); }
.stage-frame {
  position: relative; margin: 0; height: 470px;
  border-radius: 14px; overflow: hidden;
  border: 1px solid #ffffff1f;
  box-shadow: 0 40px 90px #000000a6;
}
.stage-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.stage-frame::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, #0a0a0a00 55%, #0a0a0ab8 100%);
  pointer-events: none;
}
.stage-tag {
  position: absolute; z-index: 2; left: 18px; bottom: 16px;
  font-size: 8px; letter-spacing: .18em; color: #e7e4de;
}
.stage-corner { position: absolute; width: 26px; height: 26px; border: 1px solid #fdfcfa3d; }
.stage-corner--a { left: -12px; top: 24px; border-right: 0; border-bottom: 0; }
.stage-corner--b { right: -12px; bottom: 34px; border-left: 0; border-top: 0; }
.stage-side-label {
  position: absolute; right: -46px; top: 50%; transform: rotate(90deg) translateX(-50%);
  transform-origin: right top; font-size: 8px; letter-spacing: .24em; color: #8f8c87; white-space: nowrap;
}
.stage-caption {
  display: flex; justify-content: space-between; gap: 22px;
  margin-top: 18px; font-size: 8px; letter-spacing: .16em; line-height: 1.9; color: #97948f;
}
.hero-bottom {
  position: relative; z-index: 4;
  min-height: 76px; border-top: 1px solid #e2e0dd23;
  display: flex; align-items: center; justify-content: space-between; gap: 25px;
  color: #bcbab8; font-size: 9px; letter-spacing: .01em;
}
.hero-bottom > span, .hero-bottom > a { display: flex; align-items: center; gap: 9px; }
.hero-bottom .swiss-cross { color: var(--accent); width: 12px; height: 12px; }
.hero-bottom a .icon { width: 15px; height: 15px; margin-left: 8px; }
.hero-bottom-last { color: #94928e; }

/* ==========================================================================
   Discipline strip
   ========================================================================== */
.discipline-strip {
  display: grid; grid-template-columns: 1.17fr repeat(4, 1fr);
  align-items: center; gap: 25px;
  padding-block: 30px; border-bottom: 1px solid var(--line);
}
.discipline-strip > span { font-size: 8px; letter-spacing: .045em; line-height: 1.85; color: #7c7b7a; }
.discipline-strip strong { font-weight: 500; color: #4c4a48; }
.discipline-strip > a { display: flex; align-items: center; gap: 11px; font-size: 14px; padding-block: 10px; transition: color .3s; }
.discipline-num { color: var(--brand-deep); font-size: 10px; }
.discipline-strip a .icon { height: 15px; width: 15px; margin-left: auto; color: #83817e; transition: transform .3s; }
.discipline-strip a:hover { color: var(--brand-deep); }
.discipline-strip a:hover .icon { transform: translate(2px, -2px); }

/* ==========================================================================
   01 / Intro + Stats
   ========================================================================== */
.intro-section { display: grid; grid-template-columns: .95fr 2.5fr; gap: 70px; padding-top: 122px; padding-bottom: 112px; }
.intro-label .eyebrow { margin-top: 10px; }
.intro-symbol { display: inline-flex; margin-top: 26px; color: var(--ink); }
.intro-copy h2 { font-size: clamp(37px, 4.1vw, 63px); line-height: 1.12; }
.intro-copy h2 .serif { color: #575551; }
.intro-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-top: 38px; }
.intro-bottom p { font-size: 14px; line-height: 1.85; color: #4a4a48; max-width: 560px; }
.intro-bottom .text-link { flex-shrink: 0; }
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 25px; margin-top: 64px; padding-top: 34px; border-top: 1px solid var(--line);
}
.stat { display: flex; flex-direction: column; gap: 8px; }
.stat-value { font-size: clamp(38px, 3.6vw, 54px); line-height: 1; letter-spacing: -.045em; display: flex; align-items: baseline; }
.stat-value .stat-suffix { font-size: .45em; color: var(--brand-deep); margin-left: 4px; }
.stat-label { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #85827d; line-height: 1.7; }

/* ==========================================================================
   02 / Leistungen (Accordion)
   ========================================================================== */
.competence-section { display: grid; grid-template-columns: .9fr 1.6fr; gap: 70px; padding-block: 30px 130px; }
.competence-heading .eyebrow { margin-bottom: 34px; }
.competence-heading h2 { font-size: clamp(36px, 3.6vw, 55px); }
.competence-heading h2 .serif { color: #73706b; }
.competence-heading > p { font-size: 14px; line-height: 1.85; color: #5a5854; margin-top: 28px; }
.competence-heading .text-link { margin-top: 26px; }
.capability-accordion { border-top: 1px solid var(--line); }
.capability-detail {
  position: relative;
  border-bottom: 1px solid var(--line);
  transition: background .6s var(--ease), color .6s var(--ease);
}
.capability-detail::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--brand), var(--cyan));
  transform: scaleY(0); transform-origin: top; transition: transform .8s var(--ease);
}
.capability-detail[open]::before { transform: scaleY(1); }
.capability-detail > summary { display: flex; align-items: start; gap: 25px; padding: 29px 23px 27px; cursor: pointer; list-style: none; }
.capability-detail > summary::-webkit-details-marker { display: none; }
.cap-number { font-size: 11px; color: var(--brand-deep); padding-top: 7px; }
.cap-summary { display: flex; flex-direction: column; gap: 6px; }
.cap-title { font-size: clamp(21px, 1.8vw, 27px); letter-spacing: -.035em; line-height: 1.2; }
.cap-sub { font-size: 13px; color: #83817d; }
.cap-plus {
  margin-left: auto; width: 38px; height: 38px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid #cfcbc4; border-radius: 50%;
  transition: transform .5s var(--ease), border-color .4s, color .4s;
}
.cap-plus .icon { width: 16px; height: 16px; transition: transform .5s var(--ease); }
.capability-detail[open] .cap-plus .icon { transform: rotate(45deg); }
.cap-content { padding: 0 23px 34px 62px; max-width: 720px; }
.capability-detail[open] .cap-content { animation: cap-open .7s var(--ease) both; }
.cap-content > p { font-size: 14px; line-height: 1.85; color: #4a4a48; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tags > span {
  font-size: 10px; letter-spacing: .06em; padding: 7px 12px;
  border: 1px solid #cdc9c2; border-radius: var(--radius-pill); color: #6d6a65;
}
.cap-content .text-link { margin-top: 24px; }
.capability-detail[open] {
  background: linear-gradient(135deg, #101010 30%, #141414 55%, #0c1a2e);
  color: var(--paper); border-color: var(--dark);
}
.capability-detail[open] .cap-title {
  background: linear-gradient(90deg, #ffffff, #9ed2ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.capability-detail[open] .cap-number, .capability-detail[open] .cap-sub { color: #a7a5a1; }
.capability-detail[open] .cap-content > p { color: #c4c2c0; }
.capability-detail[open] .cap-plus { border-color: var(--brand); color: var(--cyan); }
.capability-detail[open] .tags > span { color: #c8c6c3; border-color: #575553; }
.capability-detail[open] .text-link { color: var(--accent); border-color: #6f6c68; }
.capability-detail[open] .text-link:hover { color: var(--cyan); border-color: var(--cyan); }
.capability-detail:not([open]):hover { background: #ebebea; }

/* ==========================================================================
   03 / Showroom (dark feature slider)
   ========================================================================== */
.project-feature {
  position: relative; overflow: clip;
  background: var(--dark); color: var(--paper);
  padding-block: 96px 103px;
}
.project-feature::before {
  content: ''; position: absolute; inset: -30% -10% auto; height: 80%; pointer-events: none;
  background:
    radial-gradient(45% 60% at 18% 0%, #1558d624, transparent 70%),
    radial-gradient(40% 55% at 88% 15%, #38c6f41f, transparent 72%);
  animation: wash-drift 26s ease-in-out infinite alternate;
}
.project-feature > .wrap { position: relative; z-index: 1; }
.project-feature .eyebrow { color: #d5d1c9; }
.project-feature .section-eyebrow > span { color: var(--cyan); }
.project-feature h2 { font-size: clamp(38px, 4.1vw, 64px); }
.project-feature h2 .serif { color: #c9c6c1; }
.project-feature .text-link { color: #ddd9d2; border-color: #73716e; }
.project-feature .text-link:hover { color: #ffffff; border-color: #ffffff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.section-heading .eyebrow { margin-bottom: 26px; }
.section-heading > p { font-size: 14px; line-height: 1.8; color: #6d6a66; }
.project-feature .section-heading > p { color: #9c9994; margin-bottom: 6px; }

.feature-slider { margin-top: 64px; }
.feature-slide { display: none; }
.feature-slide.is-active { display: grid; animation: slide-in .8s var(--ease) both; }
.feature-layout { grid-template-columns: .8fr 1.35fr; gap: 74px; align-items: center; }
.feature-copy .pill { color: #c6c2bd; border-color: #6b6864; width: fit-content; }
.feature-slide .status { background: #ffffff0f; border-color: #ffffff29; }
.feature-slide .status--ready { color: #55d68f; border-color: #55d68f59; }
.feature-slide .status--launch { color: #f2b44f; border-color: #f2b44f59; }
.feature-copy h3 { font-size: clamp(32px, 3.4vw, 50px); margin-top: 26px; line-height: 1.06; }
.feature-copy h3 .serif { color: #cac6c1; }
.feature-copy > p { font-size: 14px; line-height: 1.9; color: #b1aeaa; margin-top: 24px; max-width: 430px; }
.feature-focus { margin-top: 34px; border-top: 1px solid #ffffff1f; padding-top: 20px; }
.feature-focus > span { font-size: 8px; letter-spacing: .22em; color: #8a8884; }
.feature-focus p { font-size: 13px; color: #d8d5d0; margin-top: 8px; }
.feature-copy > .button { margin-top: 30px; font-size: 13px; }
.product-stage { position: relative; }
.product-stage-label { font-size: 8px; letter-spacing: .2em; color: #8f8c87; }
.erp-visual {
  margin: 18px 0 0; border-radius: 12px; overflow: hidden;
  border: 1px solid #ffffff17; background: #0f0f0f;
  box-shadow: 0 40px 90px #00000073;
}
.erp-visual img { width: 100%; height: auto; aspect-ratio: 16 / 10.5; object-fit: cover; }
.feature-slide:nth-child(1) .erp-visual img { aspect-ratio: 16 / 11; object-position: center 60%; }
.visual-caption { font-size: 10px; color: #85827e; margin-top: 14px; }
.stage-foot {
  display: flex; justify-content: space-between; gap: 20px;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid #ffffff17;
  font-size: 8px; letter-spacing: .18em; color: #8f8c87;
}
.feature-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; }
.feature-dots { display: flex; align-items: center; gap: 10px; }
.feature-dot {
  width: 34px; height: 2px; background: #ffffff2b; border-radius: 2px;
  transition: background .4s, transform .4s;
}
.feature-dot.is-active { background: linear-gradient(90deg, var(--brand), var(--cyan)); transform: scaleY(1.6); }
.feature-thumbs { display: flex; gap: 10px; }
.feature-thumb {
  width: 84px; height: 56px; border-radius: 8px; overflow: hidden;
  border: 1px solid #ffffff1f; opacity: .45; transition: opacity .35s, border-color .35s, transform .35s var(--ease);
}
.feature-thumb img { width: 100%; height: 100%; object-fit: cover; }
.feature-thumb.is-active { opacity: 1; border-color: var(--cyan); }
.feature-thumb:hover { opacity: .9; transform: translateY(-2px); }
.feature-count { font-size: 10px; letter-spacing: .2em; color: #8f8c87; }

/* ==========================================================================
   04 / Ablauf
   ========================================================================== */
.approach-section { padding-block: 135px; }
.approach-section .section-heading { align-items: flex-start; }
.approach-section .section-heading > p { text-align: right; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 74px; }
.approach-grid article {
  position: relative; padding: 30px 30px 8px 0; border-top: 1px solid var(--line);
}
.approach-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.step-number { font-size: 11px; color: var(--brand-deep); }
.step-arrow {
  position: absolute; right: 30px; top: 31px; color: #b6b2ab;
  transition: color .35s, transform .35s var(--ease);
}
.step-arrow .icon { width: 17px; height: 17px; }
.approach-grid article:hover .step-arrow { color: var(--brand); transform: translateX(4px); }
.approach-grid h3 { font-size: clamp(21px, 1.8vw, 26px); letter-spacing: -.035em; margin-top: 44px; }
.approach-grid p { font-size: 13px; line-height: 1.85; color: #6b6965; margin-top: 13px; max-width: 270px; }

/* ==========================================================================
   Werkstatt banner (Akademie-Pendant)
   ========================================================================== */
.academy-home { padding-bottom: 130px; }
.academy-banner {
  display: grid; grid-template-columns: 1.08fr 1fr;
  background: radial-gradient(70% 120% at 8% 0%, #1558d614, transparent 60%), var(--soft);
  border-radius: var(--radius-lg); overflow: clip;
}
.academy-art { position: relative; background: #e3dfd8; min-height: 505px; overflow: clip; }
.academy-art::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: repeating-linear-gradient(90deg, transparent, transparent 100px, #4a464007 100px, #4a464007 101px);
}
.academy-art::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #f7f3ea80, transparent 32%, transparent 68%, #f7f3ea66);
}
.academy-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.academy-art-top, .academy-art-bottom {
  position: absolute; left: 33px; z-index: 3;
  font-size: 8px; letter-spacing: .15em;
}
.academy-art-top { top: 29px; }
.academy-art-bottom { bottom: 27px; letter-spacing: .1em; }
.academy-banner-copy {
  padding: 62px 58px; display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
}
.academy-banner-copy .eyebrow { font-size: 9px; color: #5a5753; margin-bottom: 28px; }
.academy-banner-copy h2 { font-size: clamp(40px, 4vw, 62px); }
.academy-banner-copy h2 .serif { color: #68645f; }
.academy-banner-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; max-width: 380px; margin-top: 24px; color: #55524d; }
.academy-banner-copy > .button { margin-top: 30px; font-size: 13px; }

/* ==========================================================================
   05 / Leasing calculator
   ========================================================================== */
.leasing { display: grid; grid-template-columns: 1fr 1.05fr; gap: 90px; padding-block: 20px 130px; align-items: center; }
.leasing-copy .eyebrow { margin-bottom: 32px; }
.leasing-copy h2 { font-size: clamp(40px, 3.9vw, 60px); }
.leasing-copy h2 .serif { color: #797672; }
.leasing-copy > p { font-size: 14px; margin-top: 26px; line-height: 1.85; color: #5a5854; max-width: 440px; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 13px; font-size: 13.5px; color: #4a4a48; }
.check {
  position: relative; width: 18px; height: 18px; flex-shrink: 0;
  border: 1px solid var(--brand); border-radius: 50%;
}
.check::after {
  content: ''; position: absolute; left: 5px; top: 3px; width: 5px; height: 9px;
  border-right: 1.5px solid var(--brand); border-bottom: 1.5px solid var(--brand);
  transform: rotate(42deg);
}
.leasing-copy .text-link { margin-top: 28px; }
.leasing-panel {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f6f3ee 100%);
  padding: 38px 40px 40px;
  box-shadow: 0 30px 70px #1a1a1a0f;
}
.leasing-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 34px; }
.leasing-panel-head .pill { border-color: #b8b6b4; color: #55524d; }
.calc-field { margin-bottom: 26px; }
.calc-label { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.calc-label > span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #85827d; }
.calc-label strong { font-size: 15px; font-weight: 500; letter-spacing: -.01em; }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 2px; background: #d8d4cc; border-radius: 2px; cursor: pointer; }
.range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border-radius: 50%;
  background: var(--dark); border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #d8d4cc, 0 4px 12px #00000033;
  transition: transform .25s var(--ease), background .25s;
}
.range::-webkit-slider-thumb:hover { transform: scale(1.15); background: var(--brand); }
.range::-moz-range-thumb {
  width: 14px; height: 14px; border-radius: 50%; background: var(--dark);
  border: 3px solid #ffffff; box-shadow: 0 0 0 1px #d8d4cc, 0 4px 12px #00000033;
}
.calc-result {
  margin-top: 34px; padding: 26px 28px; border-radius: 12px;
  background: linear-gradient(135deg, #101010 20%, #16233c);
  color: var(--paper);
  display: flex; flex-direction: column; gap: 8px;
}
.calc-result-label { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: #9d9a95; }
.calc-result-value { font-size: clamp(34px, 3vw, 44px); letter-spacing: -.03em; line-height: 1.1; }
.calc-result-note { font-size: 11px; color: #a5a29d; }
.calc-disclaimer { font-size: 10px; color: #97948f; margin-top: 14px; }
.leasing-panel .button { margin-top: 22px; width: 100%; }

/* ==========================================================================
   06 / Reviews
   ========================================================================== */
.reviews-section { display: grid; grid-template-columns: .9fr 1.6fr; gap: 70px; padding-block: 0 130px; align-items: start; }
.clarity h2 { font-size: clamp(40px, 3.9vw, 60px); }
.clarity h2 .serif { color: #797672; }
.clarity > div > .eyebrow { margin-bottom: 32px; }
.clarity > div > p:not(.eyebrow) { font-size: 14px; margin-top: 28px; line-height: 1.8; color: #5a5854; }
.clarity > div > .text-link { margin-top: 25px; }
.review-marquee {
  position: relative; overflow: hidden; margin-top: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.review-track { display: flex; gap: 18px; width: max-content; animation: marquee 46s linear infinite; }
.review-marquee:hover .review-track { animation-play-state: paused; }
.review-card {
  width: 380px; flex-shrink: 0;
  display: flex; flex-direction: column; gap: 18px;
  padding: 30px 30px 26px; border: 1px solid var(--line); border-radius: 14px;
  background: #ffffff;
  transition: transform .45s var(--ease), box-shadow .45s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px #1a1a1a12; }
.review-stars { color: var(--brand-deep); font-size: 13px; letter-spacing: .28em; }
.review-card > p { font-size: 13.5px; line-height: 1.85; color: #3f3e3c; }
.review-card footer { margin-top: auto; display: flex; flex-direction: column; gap: 3px; padding-top: 16px; border-top: 1px solid var(--line); }
.review-card footer strong { font-size: 13px; font-weight: 500; }
.review-card footer span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #97948f; }

/* ==========================================================================
   07 / Warum Fela
   ========================================================================== */
.clarity { display: grid; grid-template-columns: 1fr 1.13fr; gap: 105px; padding-block: 0 130px; }
.clarity-list article {
  position: relative; display: flex; align-items: start; gap: 23px;
  border-top: 1px solid var(--line); padding-block: 26px;
  transition: background .45s var(--ease), border-color .45s;
}
.clarity-list article::after {
  content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: radial-gradient(220px circle at var(--card-x, 50%) var(--card-y, 50%), #1558d616, transparent 68%);
  transition: opacity .35s var(--ease);
}
.clarity-list article:hover::after { opacity: 1; }
.clarity-list article:hover { background: linear-gradient(90deg, #1558d60f, transparent 70%); }
.clarity-list article > span { font-size: 10px; color: var(--brand-deep); padding-top: 5px; }
.clarity-list article > .icon {
  margin-left: auto; height: 18px; width: 18px; color: #979592; padding-top: 2px;
  transition: transform .35s var(--ease), color .3s;
}
.clarity-list article:hover > .icon { color: var(--brand); transform: translate(3px, -3px); }
.clarity-list h3 { font-size: 24px; letter-spacing: -.035em; line-height: 1.2; }
.clarity-list p { font-size: 13px; line-height: 1.85; margin-top: 13px; max-width: 430px; color: #5a5854; }

/* ==========================================================================
   08 / Kontakt
   ========================================================================== */
.contact-section { display: grid; grid-template-columns: 1fr 1.05fr; gap: 90px; padding-block: 0 140px; align-items: start; }
.contact-copy .eyebrow { margin-bottom: 32px; }
.contact-copy h2 { font-size: clamp(38px, 3.8vw, 58px); }
.contact-copy h2 .serif { color: #797672; }
.contact-copy > p { font-size: 14px; line-height: 1.85; color: #5a5854; margin-top: 26px; max-width: 440px; }
.contact-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 42px;
}
.contact-fact { border-top: 1px solid var(--line); padding: 20px 24px 22px 0; }
.contact-fact:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.contact-fact-label { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #97948f; }
.contact-fact p { font-size: 13.5px; line-height: 1.8; margin-top: 10px; color: #3f3e3c; }
.contact-fact a { border-bottom: 1px solid transparent; transition: border-color .3s, color .3s; }
.contact-fact a:hover { color: var(--brand-deep); border-color: var(--brand-deep); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.contact-actions .text-link { margin: 0; }

.contact-form {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: #ffffff; padding: 38px 40px 40px;
  box-shadow: 0 30px 70px #1a1a1a0d;
}
.form-heading { margin-bottom: 30px; }
.form-heading .eyebrow { color: #55524d; }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.field > span { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #85827d; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid #d8d4cc; border-radius: 10px; background: #fbfaf8;
  font-size: 14px; transition: border-color .3s, background .3s, box-shadow .3s;
}
.field input::placeholder, .field textarea::placeholder { color: #a9a6a0; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); background: #ffffff;
  box-shadow: 0 0 0 3px #1558d61a;
}
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-submit { width: 100%; margin-top: 6px; }
.form-note { font-size: 10.5px; color: #97948f; margin-top: 14px; }

/* ==========================================================================
   Contact band
   ========================================================================== */
.contact-band {
  position: relative; overflow: clip;
  padding-block: 78px 82px; background: #e8e5df; color: var(--ink);
}
.contact-band::before {
  content: ''; position: absolute; right: 4%; top: 50%; width: 460px; height: 460px; margin-top: -230px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, #1558d62e, transparent 66%);
  animation: pulse-soft 7s ease-in-out infinite;
}
.contact-band > .wrap { position: relative; z-index: 1; }
.contact-band .eyebrow { color: #6f6a60; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; margin-top: 30px; }
.contact-band h2 { font-size: clamp(57px, 8.2vw, 126px); letter-spacing: -.04em; line-height: 1; }
.contact-band h2 .serif {
  padding-inline: .075em; margin-inline: -.075em;
  background: linear-gradient(100deg, var(--brand-deep), var(--brand) 48%, #35b5f0);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: text-sheen 8s var(--ease) infinite;
}
.contact-band-inner > div > p { color: #5c574f; font-size: 15px; line-height: 1.7; margin-top: 29px; }
.contact-orb {
  position: relative; flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 19px;
  width: 160px; height: 160px; border-radius: 50%;
  color: #fdfcfa; font-size: 10px; letter-spacing: .04em;
  background: linear-gradient(140deg, var(--brand-deep), var(--brand) 55%, #33b9f0);
  transition: transform .5s var(--ease), background .3s, box-shadow .4s;
}
.contact-orb::before {
  content: ''; position: absolute; inset: -15px; border-radius: 50%;
  border: 1px dashed #1558d666;
  animation: spin-slow 26s linear infinite;
}
.contact-orb .icon { height: 47px; width: 47px; stroke-width: 1; transition: transform .4s; }
.contact-orb:hover { transform: rotate(-6deg) scale(1.04); background: linear-gradient(140deg, var(--brand), #4fc4f6); box-shadow: 0 20px 50px #1558d633; }
.contact-orb:hover .icon { transform: translate(4px, -4px); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  position: relative; overflow: clip;
  background: radial-gradient(70% 55% at 10% 84%, #1558d60f, transparent 70%), var(--deep);
  color: #efece7;
}
.site-footer::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 1px;
  background: linear-gradient(90deg, transparent, #1558d666, #38c6f466, transparent);
}
.site-footer::after {
  content: ''; position: absolute; inset: 0; z-index: 5; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.footer-main { position: relative; z-index: 6; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; padding-block: 84px 70px; }
.footer-logo { display: block; width: 190px; }
.footer-logo img { width: 100%; height: auto; }
.footer-main > div > p { font-size: 15px; line-height: 1.8; color: #b9b6b1; margin-top: 26px; }
.swiss-label { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; font-size: 10px; letter-spacing: .08em; color: #8d8a85; }
.swiss-label .swiss-cross { color: var(--cyan); }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links > p { font-size: 8px; letter-spacing: .22em; text-transform: uppercase; color: #8d887f; margin-bottom: 8px; }
.footer-links a {
  display: inline-flex; align-items: center; gap: 8px; width: fit-content;
  font-size: 13px; color: #cfccc6; transition: color .3s, transform .35s var(--ease);
}
.footer-links a .icon { width: 13px; height: 13px; color: #7c7975; }
.footer-links a:hover { color: #ffffff; transform: translateX(3px); }
.footer-note > p { font-size: 15px; line-height: 1.8; color: #b9b6b1; }
.footer-note-sub { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #7c7975; margin-top: 12px; }
.footer-note .eyebrow { color: #8d887f; font-size: 8px; margin-bottom: 18px; }
.footer-word {
  position: relative; z-index: 6;
  display: flex; justify-content: center; align-items: baseline;
  font-size: clamp(20px, 5.6vw, 120px); letter-spacing: -.02em; font-weight: 500; line-height: 1.1;
  padding-block: 78px 62px;
  color: transparent;
  background: linear-gradient(100deg, #332f29 0%, #57524a 26%, #8f897d 50%, #57524a 74%, #332f29 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  user-select: none;
  animation: text-sheen 10s var(--ease) infinite;
}
.type-caret { display: inline-block; width: .06em; height: .9em; margin-left: .06em; background: #57524a; animation: caret 1.1s steps(1) infinite; }
.footer-bottom {
  position: relative; z-index: 6;
  display: flex; align-items: center; justify-content: space-between; gap: 26px;
  padding-block: 26px 30px; border-top: 1px solid #ffffff14;
  font-size: 11px; color: #8d8a85;
}
.footer-bottom > div { display: flex; align-items: center; gap: 22px; }
.footer-bottom a { transition: color .3s; }
.footer-bottom a:hover { color: #ffffff; }
.footer-motto { color: #a5a29d; }
.motion-toggle {
  font-size: 11px; color: #8d8a85; border-bottom: 1px dashed #4a4844;
  transition: color .3s, border-color .3s;
}
.motion-toggle:hover { color: #ffffff; border-color: #ffffff; }
.motion-toggle[aria-pressed="true"] { color: var(--cyan); border-color: var(--cyan); }

/* ---------- Back to top ---------- */
.back-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 55;
  width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--dark); color: var(--paper);
  border: 1px solid #ffffff1f;
  opacity: 0; pointer-events: none; transform: translateY(12px);
  transition: opacity .4s var(--ease), transform .4s var(--ease), background .3s;
}
.back-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-top .icon { width: 18px; height: 18px; transform: rotate(-45deg); }
.back-top:hover { background: linear-gradient(135deg, var(--brand-deep), var(--brand)); }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 30px; z-index: 90;
  transform: translate(-50%, 16px);
  background: var(--dark); color: var(--paper);
  padding: 15px 22px; border-radius: var(--radius-pill);
  font-size: 13px; box-shadow: 0 20px 50px #00000059;
  opacity: 0; transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* ==========================================================================
   Motion toggle
   ========================================================================== */
.motion-off *, .motion-off *::before, .motion-off *::after {
  animation: none !important;
  transition-duration: .01ms !important;
}
.motion-off .review-track { animation: none !important; }
.motion-off .will-reveal { opacity: 1; transform: none; }

/* ==========================================================================
   Keyframes
   ========================================================================== */
@keyframes entrance {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
@keyframes text-sheen {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes aurora-a {
  from { transform: translate3d(-4%, -4%, 0) scale(1); }
  to { transform: translate3d(8%, 6%, 0) scale(1.12); }
}
@keyframes aurora-b {
  from { transform: translate3d(4%, 4%, 0) scale(1.06); }
  to { transform: translate3d(-6%, -8%, 0) scale(1); }
}
@keyframes wash-drift {
  from { transform: translateX(-3%); }
  to { transform: translateX(3%); }
}
@keyframes status-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}
@keyframes pulse-soft {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: .75; }
}
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes cap-open {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes slide-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes caret {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1240px) {
  .hero h1 { font-size: 8vw; }
  .hero-stage { height: 520px; }
  .stage-frame { height: 420px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-note { grid-column: 2 / -1; }
}

@media (max-width: 1080px) {
  :root { --gutter: 36px; --header-h: 78px; }
  .header-location { display: none; }
  .desktop-nav a { padding: 10px 10px; }
  .competence-section { grid-template-columns: 1fr; gap: 46px; padding-bottom: 100px; }
  .cap-content { padding-left: 48px; }
  .intro-section { gap: 50px; grid-template-columns: .8fr 2.5fr; }
  .feature-layout { gap: 45px; grid-template-columns: .8fr 1.25fr; }
  .feature-copy h3 { font-size: 34px; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid article { padding: 28px 26px 34px 0; }
  .approach-grid article + article { padding-left: 26px; }
  .approach-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
  .approach-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .approach-grid article:nth-child(2) { border-left: 1px solid var(--line); }
  .academy-banner { grid-template-columns: 1fr 1fr; }
  .academy-art { min-height: 456px; }
  .academy-banner-copy { padding: 45px 35px; }
  .leasing, .contact-section { grid-template-columns: 1fr; gap: 48px; }
  .reviews-section { grid-template-columns: 1fr; gap: 40px; }
  .clarity { grid-template-columns: 1fr; gap: 60px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 920px) {
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: flex; margin-left: auto; }
  .mobile-nav:not([hidden]) {
    display: flex; flex-direction: column;
    position: fixed; top: var(--header-h); left: 0; right: 0;
    height: calc(100dvh - var(--header-h)); z-index: 59;
    padding: 30px var(--gutter) 38px;
    background: var(--paper); border-top: 1px solid var(--line);
    overflow: auto;
  }
  .mobile-nav > .eyebrow { font-size: 8px; color: #807e7a; margin-bottom: 15px; }
  .mobile-nav > a {
    display: flex; justify-content: space-between; align-items: center; gap: 20px;
    font-size: 34px; letter-spacing: -.045em; padding-block: 12px;
    border-bottom: 1px solid var(--line); line-height: 1.5;
    animation: nav-in .5s var(--ease) backwards;
  }
  .mobile-nav:not([hidden]) > a:nth-of-type(2) { animation-delay: .05s; }
  .mobile-nav:not([hidden]) > a:nth-of-type(3) { animation-delay: .1s; }
  .mobile-nav:not([hidden]) > a:nth-of-type(4) { animation-delay: .15s; }
  .mobile-nav:not([hidden]) > a:nth-of-type(5) { animation-delay: .2s; }
  .mobile-nav:not([hidden]) > a:nth-of-type(6) { animation-delay: .25s; }
  .mobile-nav > a .icon { width: 20px; height: 20px; color: #817e7a; }
  .mobile-nav > span { margin-top: auto; padding-top: 26px; font-size: 11px; line-height: 1.9; color: #7f7d79; }

  .hero-shell { padding-inline: 12px; }
  .hero { min-height: 0; }
  .hero-inner { display: block; min-height: 0; width: calc(100% - 50px); padding-bottom: 20px; }
  .hero-copy { padding: 42px 0 0; }
  .hero h1 { font-size: clamp(56px, 10.8vw, 86px); max-width: 100%; }
  .hero-description { max-width: 390px; font-size: 14px; margin-top: 24px; }
  .hero-copy .eyebrow { margin-bottom: 25px; font-size: 8px; }
  .hero-actions { margin-top: 26px; gap: 27px; }
  .hero-actions .button { font-size: 13px; padding-inline: 18px; min-height: 54px; gap: 12px; }
  .hero-secondary { font-size: 12px; }
  .hero-stage { height: 420px; width: 100%; max-width: 560px; margin: -9px auto 0; }
  .stage-frame { height: 330px; }
  .hero::before { display: none; }
  .stage-side-label { display: none; }
  .stage-corner { display: none; }
  .hero-bottom { width: calc(100% - 50px); min-height: 63px; font-size: 8px; gap: 18px; }
  .hero-bottom > a { font-size: 8px; gap: 0; }
  .hero-bottom a .icon { margin-left: 9px; }
  .discipline-strip { grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 23px; }
  .discipline-strip > span { grid-column: 1 / -1; display: flex; gap: 5px; font-size: 8px; line-height: 1.5; }
  .discipline-strip > span br { display: none; }
  .discipline-strip > a { padding: 0; font-size: 12px; }
  .section { padding-block: 84px; }
  .intro-section { display: block; padding-top: 84px; padding-bottom: 76px; }
  .intro-symbol { margin-top: 18px; }
  .intro-copy h2 { margin-top: 26px; }
  .intro-bottom { flex-direction: column; align-items: flex-start; gap: 22px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; margin-top: 46px; }
  .approach-section { padding-block: 84px 92px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 22px; }
  .approach-section .section-heading > p { text-align: left; }
  .project-feature { padding-block: 79px 85px; }
  .feature-slider { margin-top: 46px; }
  .feature-layout { grid-template-columns: 1fr; gap: 34px; margin-top: 0; }
  .feature-layout + .feature-layout { margin-top: 0; }
  .feature-copy h3 { margin-top: 22px; }
  .academy-home { padding-bottom: 92px; }
  .academy-banner { grid-template-columns: 1fr; }
  .academy-art { min-height: 355px; }
  .academy-art-top, .academy-art-bottom { font-size: 7px; left: 25px; }
  .academy-banner-copy { padding: 39px 26px 42px; }
  .leasing, .contact-section { padding-bottom: 92px; }
  .reviews-section { padding-bottom: 92px; }
  .clarity { padding-bottom: 92px; }
  .leasing-panel, .contact-form { padding: 30px 24px 32px; }
  .contact-band { padding-block: 65px; }
  .contact-band h2 { font-size: 9vw; }
  .contact-band-inner { gap: 34px; }
  .contact-orb { width: 140px; height: 140px; font-size: 9px; }
  .contact-orb .icon { width: 38px; height: 38px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 30px; padding-block: 64px 50px; }
  .footer-logo { width: 160px; }
  .footer-word { padding-block: 56px 42px; font-size: clamp(18px, 6vw, 56px); }
  .footer-bottom { flex-wrap: wrap; gap: 14px 22px; }
}

@media (max-width: 720px) {
  :root { --gutter: 24px; }
  .hero-inner { width: calc(100% - 46px); }
  .hero-copy { padding-top: 35px; }
  .hero h1 { font-size: clamp(48px, 10.8vw, 64px); }
  .hero-description { max-width: 335px; }
  .hero-stage { height: 360px; margin-top: -7px; }
  .stage-frame { height: 285px; }
  .stage-label { justify-content: flex-start; margin-bottom: 12px; }
  .hero-bottom { width: calc(100% - 46px); min-height: 55px; font-size: 7px; gap: 10px; }
  .hero-bottom-last { display: none !important; }
  .discipline-strip { grid-template-columns: 1fr 1fr; gap: 18px 32px; padding-block: 23px 27px; }
  .discipline-strip > a { font-size: 13px; }
  .hero h1 { font-size: clamp(44px, 11.5vw, 58px); }
  .intro-copy h2 { font-size: clamp(29px, 6.95vw, 41px); line-height: 1.15; }
  .competence-heading h2 { font-size: 42px; }
  .competence-heading h2 br:nth-child(2) { display: none; }
  .capability-detail > summary { gap: 15px; padding: 25px 16px; }
  .cap-number { font-size: 10px; }
  .cap-content { padding: 0 16px 30px 16px; }
  .cap-plus { width: 34px; height: 34px; }
  .project-feature h2 { font-size: clamp(32px, 7.8vw, 46px); }
  .feature-copy h3 { font-size: 32px; }
  .product-stage { margin-inline: 0; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article { padding: 26px 0 30px; }
  .approach-grid article + article { padding-left: 0; border-left: 0; }
  .approach-grid article:nth-child(n+2) { border-top: 1px solid var(--line); }
  .approach-grid article:nth-child(2) { border-left: 0; }
  .approach-grid h3 { margin-top: 34px; }
  .academy-banner-copy h2 { font-size: 48px; }
  .leasing-copy h2 { font-size: 44px; }
  .clarity h2 { font-size: 44px; }
  .contact-copy h2 { font-size: 44px; }
  .contact-band h2 { font-size: clamp(46px, 10.7vw, 65px); letter-spacing: -.045em; }
  .contact-band-inner { flex-direction: column; align-items: flex-start; gap: 30px; }
  .contact-band-inner > div > p { font-size: 13px; margin-top: 23px; }
  .contact-orb { width: 124px; height: 124px; font-size: 8px; gap: 14px; align-self: flex-end; }
  .contact-orb .icon { width: 34px; height: 34px; }
  .contact-facts { grid-template-columns: 1fr; }
  .contact-fact { padding-right: 0; }
  .contact-fact:nth-child(even) { padding-left: 0; border-left: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-word { font-size: clamp(16px, 6vw, 40px); padding-block: 46px 34px; }
  .footer-bottom { font-size: 10px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 12px 18px; }
  .review-card { width: 300px; padding: 24px 22px 22px; }
}

@media (max-width: 520px) {
  .hero-inner, .hero-bottom { width: calc(100% - 38px); }
  .hero h1 { font-size: 42px; }
  .hero-actions { gap: 16px; flex-wrap: wrap; }
  .hero-actions .button { font-size: 11px; gap: 10px; padding-inline: 14px; min-height: 50px; }
  .hero-secondary { font-size: 11px; }
  .hero-description { font-size: 13px; }
  .hero-stage { height: 320px; }
  .stage-frame { height: 250px; }
  .stage-caption { display: none; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat-value { font-size: 34px; }
  .academy-banner-copy h2 { font-size: 42px; }
  .leasing-copy h2, .clarity h2, .contact-copy h2 { font-size: 38px; }
  .leasing-panel { padding: 26px 18px 28px; }
  .contact-form { padding: 26px 18px 28px; }
  .contact-band h2 { font-size: 40px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .footer-logo { width: 150px; }
  .back-top { right: 14px; bottom: 14px; }
  .toast { width: calc(100% - 40px); text-align: center; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .will-reveal { opacity: 1; transform: none; }
  .review-track { animation: none !important; }
}

@keyframes nav-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
