    :root {
      --black: #080a0d;
      --ink: #0b0d10;
      --paper: #f3f4f2;
      --muted: #9ba3a8;
      --muted-dark: #5e666b;
      --line: rgba(255,255,255,.14);
      --line-dark: rgba(9,12,15,.18);
      --brand: #f4ae13;
      --brand-hot: #ffca31;
      --orange: #ec8710;
      --max: 1480px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; background: var(--black); }
    html.js [id] { scroll-margin-top: 92px; }
    :focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 200;
      padding: 11px 15px;
      border-radius: 999px;
      background: var(--brand);
      color: var(--black);
      font-size: 13px;
      transform: translateY(-160%);
      transition: transform .2s ease;
    }
    .skip-link:focus { transform: none; }
    html:not(.js) .reveal { opacity: 1; transform: none; }
    body {
      margin: 0;
      background: var(--black);
      color: #f8f9fa;
      font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      overflow-x: hidden;
    }
    body::selection { background: var(--brand); color: #080a0d; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, a { -webkit-tap-highlight-color: transparent; }
    .noise {
      position: fixed;
      inset: 0;
      z-index: 100;
      pointer-events: none;
      opacity: .035;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    }
    .progress {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 120;
      width: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--brand), var(--orange));
    }
    .nav {
      position: fixed;
      inset: 0 0 auto;
      z-index: 80;
      height: 92px;
      padding: 0 4vw;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: .35s ease;
    }
    .nav.scrolled {
      height: 70px;
      background: rgba(8,10,13,.78);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(18px);
    }
    .brandmark {
      width: 145px;
      height: auto;
      filter: drop-shadow(0 4px 18px rgba(0,0,0,.32));
    }
    .links {
      display: flex;
      align-items: center;
      gap: 28px;
      color: #d7dce0;
      font-size: 13px;
      letter-spacing: .02em;
    }
    .links > a:not(.pill) { opacity: .78; transition: .2s ease; }
    .links > a:not(.pill):hover { opacity: 1; color: var(--brand-hot); }
    .pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 1px solid rgba(255,255,255,.42);
      border-radius: 999px;
      padding: 12px 17px;
      transition: .25s ease;
    }
    .pill:hover { background: var(--brand); border-color: var(--brand); color: #080a0d; }
    .pill::after { content: "↗"; font-size: 15px; line-height: 0; }
    .hero {
      position: relative;
      min-height: 108svh;
      overflow: hidden;
      isolation: isolate;
    }
    .hero-media,
    .hero::after {
      position: absolute;
      inset: 0;
    }
    .hero-media {
      z-index: -3;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: brightness(.55) saturate(.78) contrast(1.08);
      transform: scale(1.06);
      transition: transform .1s linear;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(90deg, rgba(3,5,7,.78), rgba(3,5,7,.13) 64%, rgba(3,5,7,.42)), linear-gradient(180deg, rgba(0,0,0,.18), transparent 46%, var(--black) 100%);
    }
    .hero::after {
      content: "";
      z-index: -1;
      pointer-events: none;
      background: radial-gradient(circle at 76% 26%, rgba(244,174,19,.18), transparent 24%), radial-gradient(circle at 52% 60%, transparent 24%, rgba(0,0,0,.38) 78%);
      mix-blend-mode: screen;
      opacity: .75;
    }
    .hero-inner {
      width: min(92vw, var(--max));
      min-height: 108svh;
      margin: 0 auto;
      padding: 150px 0 56px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 13px;
      color: #d9dee1;
      font-size: 11px;
      letter-spacing: .2em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 44px;
      height: 1px;
      background: var(--brand);
    }
    h1 {
      max-width: 1050px;
      margin: 28px 0 37px;
      font-size: clamp(65px, 12.3vw, 190px);
      line-height: .76;
      letter-spacing: -.092em;
      text-transform: uppercase;
    }
    .outline {
      color: transparent;
      -webkit-text-stroke: 1px rgba(255,255,255,.78);
    }
    .hero-bottom {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 30px;
    }
    .hero-bottom p {
      max-width: 560px;
      margin: 0;
      color: #d7dcdf;
      font-size: 18px;
      line-height: 1.55;
    }
    .hero-bottom strong { color: white; font-weight: 600; }
    .circle-link {
      flex: 0 0 auto;
      width: 90px;
      height: 90px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.48);
      border-radius: 50%;
      color: white;
      font-size: 25px;
      transition: .25s ease;
    }
    .circle-link:hover { background: var(--brand); border-color: var(--brand); color: #080a0d; transform: translateY(5px); }
    .hero-tag {
      position: absolute;
      right: 4vw;
      bottom: 54px;
      display: flex;
      align-items: center;
      gap: 11px;
      color: #cbd1d4;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .hero-tag::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--brand);
      box-shadow: 0 0 0 5px rgba(244,174,19,.17);
    }
    .ticker {
      overflow: hidden;
      border-block: 1px solid var(--line);
      padding: 19px 0;
      background: #0b0e11;
    }
    .ticker-track {
      width: max-content;
      display: flex;
      align-items: center;
      gap: 30px;
      animation: ticker 28s linear infinite;
      color: #c2c9cd;
      font-size: 11px;
      letter-spacing: .2em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .ticker-track b { color: var(--brand); font-size: 14px; }
    @keyframes ticker { to { transform: translateX(-50%); } }
    .section {
      padding: 155px 5vw;
    }
    .section-inner {
      width: min(100%, var(--max));
      margin: 0 auto;
    }
    .two-col {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: clamp(50px, 8vw, 140px);
      align-items: center;
    }
    .label {
      color: var(--brand);
      font-size: 11px;
      letter-spacing: .19em;
      text-transform: uppercase;
    }
    .display {
      margin: 19px 0 0;
      font-size: clamp(52px, 7.4vw, 115px);
      line-height: .86;
      letter-spacing: -.075em;
    }
    .body-copy {
      margin: 0;
      color: #adb6bc;
      font-size: 19px;
      line-height: 1.72;
    }
    .body-copy strong { color: #fff; font-weight: 600; }
    .intro-copy { padding-top: 50px; }
    .image-card {
      position: relative;
      overflow: hidden;
      min-height: 630px;
      background: #14181c;
    }
    .image-card img {
      width: 100%;
      height: 100%;
      min-height: 630px;
      object-fit: cover;
      object-position: center;
      filter: saturate(.86) contrast(1.05);
      transition: transform 1s cubic-bezier(.2,.7,.2,1);
    }
    .image-card:hover img { transform: scale(1.045); }
    .image-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 52%, rgba(3,5,7,.82));
      pointer-events: none;
    }
    .image-card-caption {
      position: absolute;
      right: 28px;
      bottom: 25px;
      left: 28px;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      color: white;
    }
    .image-card-caption small {
      display: block;
      margin-bottom: 6px;
      color: var(--brand);
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .image-card-caption span { font-size: 20px; letter-spacing: -.02em; }
    .image-card-caption i { font-size: 28px; font-style: normal; }
    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 105px;
      border-top: 1px solid var(--line);
    }
    .stat {
      min-height: 160px;
      padding: 37px 28px 15px 0;
      border-right: 1px solid var(--line);
    }
    .stat + .stat { padding-left: 32px; }
    .stat:last-child { border-right: 0; }
    .stat-number {
      color: #f8f9fa;
      font-size: clamp(56px, 7vw, 105px);
      line-height: .9;
      letter-spacing: -.08em;
    }
    .stat-number em { color: var(--brand); font-style: normal; }
    .stat-name { margin-top: 14px; color: var(--muted); font-size: 13px; }
    .light {
      background: var(--paper);
      color: var(--ink);
    }
    .light .label { color: #bd7300; }
    .light .display { color: var(--ink); }
    .heading-row {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 60px;
    }
    .heading-row .body-copy {
      max-width: 470px;
      color: var(--muted-dark);
      font-size: 17px;
    }
    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 70px;
    }
    .service-card {
      position: relative;
      min-height: 355px;
      overflow: hidden;
      background: #22272b;
      color: #fff;
      isolation: isolate;
    }
    .service-card.wide { grid-column: span 2; }
    .service-card img {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: brightness(.62) saturate(.78);
      transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .45s ease;
    }
    .service-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(4,6,8,.06), rgba(4,6,8,.9));
    }
    .service-card:hover img { transform: scale(1.08); filter: brightness(.74) saturate(.96); }
    .service-card-content {
      height: 100%;
      min-height: 355px;
      padding: 25px 25px 23px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .service-index {
      color: var(--brand-hot);
      font-size: 11px;
      letter-spacing: .16em;
    }
    .service-card h3 {
      margin: 0;
      font-size: clamp(31px, 3.4vw, 53px);
      line-height: .9;
      letter-spacing: -.065em;
    }
    .service-card p {
      max-width: 310px;
      margin: 13px 0 0;
      color: #d1d7da;
      font-size: 14px;
      line-height: 1.5;
    }
    .service-arrow {
      position: absolute;
      right: 24px;
      bottom: 22px;
      font-size: 28px;
      transition: .25s ease;
    }
    .service-card:hover .service-arrow { color: var(--brand); transform: translate(5px,-5px); }
    .repair-story {
      position: relative;
      min-height: 220vh;
      overflow: clip;
      --repair-focus: 0;
      --repair-opacity: .10;
      --repair-scale: .78;
      --repair-text-opacity: .78;
      background:
        linear-gradient(180deg, rgba(8,10,13,.54), rgba(8,10,13,.34) 55%, rgba(8,10,13,.76)),
        url("assets/sonnenschutz-reparatur-vor-ort-ay-jalousien.webp") center 18%/cover;
      background-attachment: scroll;
    }
    .repair-story::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background: url("assets/sonnenschutz-reparatur-vor-ort-ay-jalousien.webp") center 18%/cover;
      opacity: var(--repair-opacity);
      filter: brightness(.90) saturate(.96) contrast(1.05);
      transform: translateZ(0);
      will-change: opacity;
    }
    .repair-sticky {
      position: sticky;
      top: 0;
      min-height: 100svh;
      display: grid;
      place-items: center;
      overflow: hidden;
      z-index: 1;
    }
    .repair-sticky::before {
      content: "";
      position: absolute;
      width: min(74vw, 1000px);
      aspect-ratio: 1;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(244,174,19,.18), transparent 64%);
      filter: blur(16px);
    }
    .repair-content {
      position: relative;
      width: min(92vw, 1330px);
      text-align: center;
      transform: scale(var(--repair-scale));
      opacity: var(--repair-text-opacity);
      will-change: transform, opacity;
    }
    .repair-content h2 {
      margin: 0;
      font-size: clamp(73px, 14vw, 210px);
      line-height: .75;
      letter-spacing: -.09em;
      text-transform: uppercase;
    }
    .repair-content h2 + h2 {
      color: transparent;
      -webkit-text-stroke: 1px rgba(255,255,255,.68);
      text-align: right;
    }
    .repair-content p {
      max-width: 620px;
      margin: 58px auto 0;
      color: #adb6bc;
      font-size: 18px;
      line-height: 1.7;
    }
    .repair-story-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(244,174,19,.72); color: #fff; font-size: 15px; transition: color .2s ease, border-color .2s ease, gap .2s ease; }
    .repair-story-link span { color: var(--brand); font-size: 18px; }
    .repair-story-link:hover { gap: 17px; border-color: #fff; color: var(--brand); }
    .repair-badge {
      position: absolute;
      top: 50%;
      left: 5vw;
      display: grid;
      width: 108px;
      height: 108px;
      place-items: center;
      border: 1px solid rgba(244,174,19,.65);
      border-radius: 50%;
      color: var(--brand);
      font-size: 10px;
      letter-spacing: .12em;
      text-align: center;
      text-transform: uppercase;
      transform: translateY(-50%) rotate(-13deg);
    }
    .field-section {
      position: relative;
      min-height: 820px;
      overflow: hidden;
      isolation: isolate;
    }
    .field-media {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      filter: saturate(.76) contrast(1.08);
      transform: scale(1.04);
    }
    .field-section::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(5,7,9,.92), rgba(5,7,9,.33) 66%, rgba(5,7,9,.46)), linear-gradient(180deg, rgba(5,7,9,.35), rgba(5,7,9,.25) 50%, rgba(5,7,9,.9));
    }
    .field-copy {
      width: min(92vw, var(--max));
      min-height: 820px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .field-copy .display { max-width: 820px; }
    .field-copy .body-copy { max-width: 520px; margin-top: 28px; }
    .field-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 36px;
    }
    .field-meta span {
      padding: 11px 15px;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 999px;
      color: #dbe0e2;
      font-size: 12px;
    }
    .real-work {
      padding: 150px 5vw;
      background: #0c0f12;
    }
    .real-work-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 52px;
    }
    .photo-large,
    .photo-small {
      position: relative;
      overflow: hidden;
      background: #171b1f;
    }
    .photo-large,
    .photo-small { min-height: 360px; }
    .photo-large img,
    .photo-small img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .8s cubic-bezier(.2,.7,.2,1);
    }
    .photo-large:hover img,
    .photo-small:hover img { transform: scale(1.06); }
    .real-work-grid .photo-large img { object-position: 50% 42%; }
    .real-work-grid .photo-small:nth-child(1) img { object-position: 50% 42%; }
    .real-work-grid .photo-small:nth-child(2) img { object-position: 50% 54%; }
    .photo-large::after,
    .photo-small::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.8));
    }
    .photo-label {
      position: absolute;
      right: 22px;
      bottom: 20px;
      left: 22px;
      z-index: 2;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      color: white;
    }
    .photo-label small {
      display: block;
      margin-bottom: 7px;
      color: var(--brand);
      font-size: 10px;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .photo-label span { font-size: 21px; letter-spacing: -.03em; }
    .photo-label i { font-size: 27px; font-style: normal; }
    .photo-stack { display: contents; }
    .regions {
      position: relative;
      overflow: hidden;
      padding: 150px 5vw;
      background: var(--paper);
      color: var(--ink);
      isolation: isolate;
    }
    .regions::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: rgba(238,241,242,.34);
    }
    .regions-media {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: .72;
      filter: saturate(.82) contrast(1.02) brightness(.88);
    }
    .regions .body-copy { max-width: 720px; color: var(--muted-dark); padding-top: 23px; }
    .cities {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 42px;
    }
    .city {
      padding: 12px 16px;
      border: 1px solid var(--line-dark);
      border-radius: 999px;
      color: #40474c;
      font-size: 14px;
    }
    .cta {
      position: relative;
      min-height: 78vh;
      margin: 0 4vw 4vw;
      overflow: hidden;
      display: grid;
      place-items: center;
      background: var(--brand);
      color: #080a0d;
      text-align: center;
      isolation: isolate;
    }
    .cta::before {
      content: "AY";
      position: absolute;
      inset: -10% 0 auto;
      z-index: -1;
      color: rgba(255,255,255,.17);
      font-size: 47vw;
      font-weight: 900;
      letter-spacing: -.16em;
      line-height: .8;
    }
    .cta::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(135deg, rgba(255,255,255,.11), transparent 44%);
    }
    .cta > div { position: relative; padding: 60px 20px; }
    .cta p { margin: 0; font-size: 16px; }
    .cta h2 {
      margin: 17px 0 37px;
      font-size: clamp(59px, 10vw, 150px);
      line-height: .8;
      letter-spacing: -.082em;
    }
    .cta .pill {
      border-color: #080a0d;
      background: #080a0d;
      color: white;
      padding: 15px 21px;
    }
    .cta .pill:hover { background: white; border-color: white; color: #080a0d; }
    footer.site-footer {
      position: relative;
      overflow: hidden;
      padding: 0 5vw 22px;
      border-top: 1px solid var(--line);
      background: #080a0d;
      color: #8c969d;
      font-size: 13px;
      line-height: 1.6;
    }
    footer.site-footer::before {
      content: "";
      position: absolute;
      top: -1px;
      right: 5vw;
      left: 5vw;
      height: 2px;
      background: linear-gradient(90deg, var(--brand), rgba(244,174,19,.18) 32%, transparent 72%);
      opacity: .9;
    }
    footer.site-footer::after {
      content: "";
      position: absolute;
      right: -150px;
      bottom: -260px;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(244,174,19,.12), transparent 67%);
      pointer-events: none;
    }
    .footer-main,
    .footer-bottom {
      position: relative;
      z-index: 1;
      width: min(92vw, var(--max));
      margin: 0 auto;
    }
    .footer-main {
      display: grid;
      grid-template-columns: 1.3fr .9fr .8fr;
      gap: 7vw;
      padding: 76px 0 68px;
    }
    .footer-brand { max-width: 420px; }
    .footer-logo-link { display: inline-block; }
    .footer-logo { width: 205px; height: auto; }
    .footer-brand-copy { max-width: 360px; margin: 25px 0 0; color: #9ba3a8; font-size: 16px; line-height: 1.55; }
    .footer-kicker { display: block; margin-bottom: 18px; color: var(--brand); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
    .footer-cta { margin-top: 28px; border-color: var(--brand); color: var(--brand); }
    .footer-cta:hover { background: var(--brand); border-color: var(--brand); color: var(--black); }
    .footer-contact { align-self: start; }
    .footer-contact-link { display: block; transition: color .2s ease; }
    .footer-contact-link.phone { color: #f1f3f4; font-size: clamp(24px, 2.2vw, 35px); letter-spacing: -.045em; line-height: 1; }
    .footer-contact-link.email { margin-top: 10px; color: #c7cdd0; font-size: 16px; }
    .footer-contact-link:hover, .footer-nav a:hover, .footer-bottom a:hover { color: var(--brand-hot); }
    .footer-address { margin: 27px 0 0; color: #8c969d; font-size: 14px; line-height: 1.55; }
    .footer-hours { display: inline-flex; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.13); color: #8c969d; font-size: 12px; }
    .footer-nav { display: grid; align-content: start; gap: 11px; }
    .footer-nav a { display: flex; width: min(100%, 245px); align-items: center; justify-content: space-between; gap: 16px; color: #d1d7da; font-size: 16px; transition: color .2s ease; }
    .footer-nav a span { color: var(--brand); font-size: 18px; opacity: 0; transform: translate(-6px, 4px); transition: opacity .2s ease, transform .2s ease; }
    .footer-nav a:hover span { opacity: 1; transform: none; }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 5px; border-top: 1px solid rgba(255,255,255,.12); color: #707a80; font-size: 12px; }
    .footer-bottom-links { display: flex; align-items: center; gap: 24px; }
    .footer-bottom a { color: #a6afb4; transition: color .2s ease; }
    .reveal {
      opacity: 0;
      transform: translateY(42px);
      transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
    }
    .reveal.visible { opacity: 1; transform: none; }
    @media (max-width: 900px) {
      .links a:not(.pill) { display: none; }
      .nav { height: 76px; padding-inline: 6vw; }
      .nav.scrolled { height: 64px; }
      .brandmark { width: 126px; }
      .hero-inner { width: 88vw; padding-top: 105px; padding-bottom: 38px; }
      .hero-bottom p { max-width: 72%; font-size: 15px; }
      .hero-tag { right: 6vw; bottom: 25px; font-size: 9px; }
      .circle-link { width: 66px; height: 66px; font-size: 21px; }
      .section { padding: 96px 6vw; }
      .two-col { grid-template-columns: 1fr; gap: 52px; }
      .intro-copy { padding-top: 0; }
      .image-card, .image-card img { min-height: 510px; }
      .stats { grid-template-columns: 1fr; margin-top: 72px; }
      .stat, .stat + .stat { min-height: auto; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
      .stat:last-child { border-bottom: 0; }
      .heading-row { display: block; }
      .heading-row .body-copy { margin-top: 28px; }
      .service-grid { grid-template-columns: 1fr 1fr; margin-top: 48px; }
      .service-card.wide { grid-column: span 2; }
      .repair-story { min-height: 180vh; background-position: center 14%; }
      .repair-badge { left: 4vw; top: 27%; width: 78px; height: 78px; font-size: 8px; }
      .repair-content p { max-width: 80vw; margin-top: 45px; font-size: 16px; }
      .field-section, .field-copy { min-height: 690px; }
      .field-media { object-position: center center; }
      .field-copy { width: 88vw; }
      .real-work { padding: 96px 6vw; }
      .real-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }
      .photo-large,
      .photo-small { min-height: 300px; }
      .regions { padding: 96px 6vw; }
      .cta { margin: 0; min-height: 68vh; }
      footer.site-footer { padding-inline: 6vw; }
      .footer-main { grid-template-columns: 1fr 1fr; gap: 48px 30px; padding: 62px 0 54px; }
      .footer-brand { grid-column: 1 / -1; }
    }
    @media (max-width: 520px) {
      h1 { font-size: clamp(57px, 17.2vw, 95px); }
      .hero { min-height: 100svh; }
      .hero-inner { min-height: 100svh; }
      .hero-media { object-position: 58% center; }
      .hero-bottom { align-items: flex-end; }
      .hero-bottom p { max-width: 68%; font-size: 14px; }
      .hero-tag { display: none; }
      .body-copy { font-size: 17px; }
      .image-card, .image-card img { min-height: 430px; }
      .service-grid { grid-template-columns: 1fr; }
      .service-card.wide { grid-column: auto; }
      .service-card, .service-card-content { min-height: 300px; }
      .repair-content h2 { font-size: 18vw; }
      .repair-content h2 + h2 { text-align: center; }
      .repair-badge { top: 20%; left: auto; right: 8vw; }
      .field-copy .display { font-size: 15vw; }
      footer.site-footer { padding-inline: 6vw; }
      .footer-main { grid-template-columns: 1fr; gap: 38px; padding: 54px 0 46px; }
      .footer-brand { grid-column: auto; }
      .footer-logo { width: 185px; }
      .footer-bottom { display: grid; gap: 12px; padding-top: 17px; }
      .footer-bottom-links { flex-wrap: wrap; gap: 8px 18px; }
      .cta h2 { font-size: 18vw; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }

    /* Shared subpage system */
    .nav .active { color: var(--brand-hot); opacity: 1 !important; }
    .menu-toggle {
      display: none;
      align-items: center;
      gap: 9px;
      border: 1px solid rgba(255,255,255,.35);
      border-radius: 999px;
      padding: 10px 14px;
      background: transparent;
      color: #fff;
      font: inherit;
      font-size: 11px;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after {
      display: block;
      width: 16px;
      height: 1px;
      background: currentColor;
      transition: .2s ease;
    }
    .menu-toggle span { position: relative; }
    .menu-toggle span::before,
    .menu-toggle span::after { content: ""; position: absolute; left: 0; }
    .menu-toggle span::before { top: -5px; }
    .menu-toggle span::after { top: 5px; }
    .nav.menu-open .menu-toggle span { background: transparent; }
    .nav.menu-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }
    .nav.menu-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }
    .page-hero {
      position: relative;
      min-height: 78svh;
      overflow: hidden;
      isolation: isolate;
      display: flex;
      align-items: flex-end;
    }
    .page-hero-media {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: brightness(.55) saturate(.82) contrast(1.08);
      transform: scale(1.03);
    }
    .page-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(4,6,8,.86), rgba(4,6,8,.22) 70%, rgba(4,6,8,.48)), linear-gradient(180deg, rgba(4,6,8,.15), var(--black) 100%);
    }
    .page-hero-inner {
      width: min(92vw, var(--max));
      margin: 0 auto;
      padding: 170px 0 85px;
    }
    .page-hero h1 {
      max-width: 980px;
      margin: 24px 0 28px;
      font-size: clamp(62px, 11vw, 170px);
      line-height: .8;
      letter-spacing: -.085em;
      text-transform: uppercase;
    }
    .page-hero .hero-lead {
      max-width: 610px;
      margin: 0;
      color: #d4dadd;
      font-size: 19px;
      line-height: 1.62;
    }
    .page-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
    .page-hero .hero-actions .pill { background: var(--brand); border-color: var(--brand); color: var(--black); }
    .page-hero .hero-actions .pill:hover { background: #fff; border-color: #fff; }
    .page-kicker {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--brand);
      font-size: 11px;
      letter-spacing: .19em;
      text-transform: uppercase;
    }
    .page-kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; }
    .page-intro { padding: 135px 5vw 110px; }
    .page-intro .section-inner { max-width: 1240px; }
    .page-intro p { max-width: 780px; margin: 28px 0 0; }
    .page-intro .display { max-width: 950px; }
    .split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 7vw, 120px); align-items: center; }
    .split-feature.reverse { grid-template-columns: 1.1fr .9fr; }
    .split-feature.reverse > :first-child { order: 2; }
    .split-feature + .split-feature { margin-top: 110px; }
    .feature-media { position: relative; min-height: 560px; overflow: hidden; background: #15191d; }
    .feature-media img, .feature-media video { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.05); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
    .feature-media:hover img { transform: scale(1.045); }
    .feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.68)); pointer-events: none; }
    .feature-caption { position: absolute; right: 25px; bottom: 22px; left: 25px; z-index: 1; color: #fff; }
    .feature-caption small { display: block; margin-bottom: 6px; color: var(--brand); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
    .feature-caption span { font-size: 21px; }
    .feature-copy h2 { margin: 18px 0 25px; font-size: clamp(48px, 6vw, 92px); line-height: .86; letter-spacing: -.075em; }
    .feature-copy p { max-width: 580px; margin: 0; color: #adb6bc; font-size: 18px; line-height: 1.72; }
    .feature-copy p + p { margin-top: 18px; }
    .repair-process .feature-media { min-height: 520px; }
    .repair-process .feature-media video { min-height: 520px; filter: saturate(.9) contrast(1.04); }
    .repair-process .feature-copy .pill { margin-top: 30px; }
    .bullet-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
    .bullet-list li { display: flex; gap: 12px; color: #c7ced2; font-size: 15px; line-height: 1.45; }
    .bullet-list li::before { content: "↗"; color: var(--brand); font-size: 16px; }
    .page-band { padding: 120px 5vw; background: var(--paper); color: var(--ink); }
    .page-band .body-copy { color: var(--muted-dark); }
    .page-band .display { color: var(--ink); }
    .service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 60px; }
    .service-detail { position: relative; min-height: 500px; overflow: hidden; background: #22272b; color: #fff; isolation: isolate; }
    .service-detail:nth-child(3) { grid-column: span 2; min-height: 420px; }
    .service-detail img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.62) saturate(.78); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
    .service-detail:hover img { transform: scale(1.06); filter: brightness(.76) saturate(.94); }
    .service-detail::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,6,8,.03), rgba(4,6,8,.92)); }
    .service-detail-content { min-height: inherit; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
    .service-detail-content small { color: var(--brand-hot); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
    .service-detail h3 { margin: 12px 0 10px; font-size: clamp(38px, 5vw, 75px); line-height: .82; letter-spacing: -.075em; }
    .service-detail p { max-width: 500px; margin: 0; color: #d4dadd; font-size: 15px; line-height: 1.55; }
    .service-gallery {
      position: relative;
      height: 100%;
      min-height: inherit;
      overflow: hidden;
      isolation: isolate;
    }
    .service-gallery-track {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: flex;
      height: 100%;
      overflow-x: auto;
      overscroll-behavior-x: contain;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
    }
    .service-gallery-track::-webkit-scrollbar { display: none; }
    .service-gallery-slide {
      position: relative;
      flex: 0 0 100%;
      min-height: inherit;
      height: 100%;
      margin: 0;
      overflow: hidden;
      scroll-snap-align: start;
    }
    .service-gallery-slide img {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
      object-position: center;
      filter: brightness(.68) saturate(.9);
      transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease;
    }
    .service-gallery-slide:hover img { transform: scale(1.045); filter: brightness(.78) saturate(1); }
    .service-gallery-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(4,6,8,.18), transparent 35%, rgba(4,6,8,.24) 58%, rgba(4,6,8,.92));
      pointer-events: none;
    }
    .service-gallery-shade {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient(180deg, rgba(4,6,8,.08), transparent 36%, rgba(4,6,8,.34) 62%, rgba(4,6,8,.4));
      pointer-events: none;
    }
    .service-gallery-slide figcaption {
      position: absolute;
      top: 25px;
      right: 25px;
      left: 25px;
      max-width: calc(100% - 170px);
      z-index: 3;
      display: grid;
      gap: 6px;
      color: #fff;
      pointer-events: none;
    }
    .service-gallery-slide figcaption small,
    .service-gallery-content small {
      color: var(--brand-hot);
      font-size: 11px;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .service-gallery-slide figcaption span { font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
    .service-gallery-content {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3;
      min-height: inherit;
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      pointer-events: none;
    }
    .service-gallery-content h3 { margin: 12px 0 10px; color: #fff; font-size: clamp(38px, 5vw, 75px); line-height: .82; letter-spacing: -.075em; }
    .service-gallery-content p { max-width: 500px; margin: 0; color: #e3e7e9; font-size: 15px; line-height: 1.55; }
    .service-gallery-status {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,.88);
      font-size: 11px;
      letter-spacing: .13em;
      text-transform: uppercase;
      pointer-events: none;
    }
    .service-gallery-status span + span { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.42); color: var(--brand-hot); }
    .markisen-showcase {
      padding: 120px 5vw;
      background: #0c0f12;
      color: #fff;
      border-block: 1px solid rgba(255,255,255,.08);
    }
    .markisen-showcase-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 55px;
    }
    .markisen-showcase-head .display { max-width: 720px; }
    .markisen-showcase-head .body-copy { max-width: 520px; }
    .markisen-showcase-grid {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 14px;
      margin-top: 58px;
    }
    .markisen-short-video-row {
      display: grid;
      grid-template-columns: 1.28fr .72fr;
      gap: 14px;
      margin-top: 14px;
    }
    .markisen-video-card,
    .markisen-showcase-main,
    .markisen-photo-card,
    .markisen-short-video-card {
      position: relative;
      overflow: hidden;
      margin: 0;
      background: #161b20;
      isolation: isolate;
    }
    .markisen-video-card,
    .markisen-showcase-main { min-height: 620px; }
    .markisen-video-card video,
    .markisen-showcase-main img {
      width: 100%;
      height: 100%;
      min-height: 620px;
      object-fit: cover;
      object-position: center;
      transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease;
    }
    .markisen-showcase-main img { object-position: center 48%; }
    .markisen-video-card::after,
    .markisen-showcase-main::after,
    .markisen-photo-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: linear-gradient(180deg, rgba(4,6,8,.04) 34%, rgba(4,6,8,.84));
      pointer-events: none;
    }
    .markisen-video-card:hover video,
    .markisen-showcase-main:hover img,
    .markisen-photo-card:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.04); }
    .markisen-short-video-card { min-height: 560px; }
    .markisen-short-video-card video {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 560px;
      object-fit: cover;
      object-position: center;
      background: #080a0d;
    }
    .markisen-short-video-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: linear-gradient(180deg, rgba(4,6,8,.02) 34%, rgba(4,6,8,.82));
      pointer-events: none;
    }
    .markisen-short-video-copy {
      min-height: 560px;
      padding: clamp(28px, 5vw, 64px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: #f0f2ef;
      color: var(--ink);
    }
    .markisen-short-video-copy .page-kicker { color: #6c7b84; }
    .markisen-short-video-copy h3 { margin: 14px 0 18px; color: #080a0d; font-size: clamp(38px, 5vw, 74px); line-height: .88; letter-spacing: -.075em; }
    .markisen-short-video-copy p { margin: 0; color: #3e4a51; font-size: 15px; line-height: 1.6; }
    .video-hint { display: block; margin-top: 24px; color: #69777e; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
    .markisen-gallery { height: 560px; min-height: 0; margin-top: 14px; }
    .markisen-gallery .service-gallery-slide img { filter: brightness(.7) saturate(.92); }
    .markisen-gallery .service-gallery-slide:hover img { filter: brightness(.8) saturate(1.02); }
    .markisen-media-caption {
      position: absolute;
      right: 25px;
      bottom: 22px;
      left: 25px;
      z-index: 1;
      color: #fff;
    }
    .markisen-media-caption small {
      display: block;
      margin-bottom: 7px;
      color: var(--brand);
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .markisen-media-caption strong {
      display: block;
      font-size: clamp(21px, 2.2vw, 31px);
      font-weight: 500;
      letter-spacing: -.04em;
    }
    .markisen-photo-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 14px;
    }
    .markisen-photo-card { min-height: 310px; }
    .markisen-photo-card img {
      width: 100%;
      height: 100%;
      min-height: 310px;
      object-fit: cover;
      object-position: center 44%;
      transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease;
    }
    .markisen-photo-card:nth-child(1) img { object-position: center 43%; }
    .markisen-photo-card:nth-child(2) img { object-position: center 48%; }
    .markisen-photo-card:nth-child(3) img { object-position: center 45%; }
    .markisen-photo-card:nth-child(4) img { object-position: center 42%; }
    .detail-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
    .detail-card { padding: 28px; border: 1px solid rgba(9,12,15,.14); background: #f3f4f2; box-shadow: 0 14px 30px rgba(3,5,7,.12); }
    .detail-card b { display: block; margin-bottom: 10px; color: #080a0d; font-size: 18px; }
    .detail-card p { margin: 0; color: #3e4a51; font-size: 14px; line-height: 1.55; }
    .project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 60px; }
    .project-card { position: relative; min-height: 360px; overflow: hidden; grid-column: span 4; background: #171b1f; isolation: isolate; }
    .project-card:nth-child(1), .project-card:nth-child(6) { grid-column: span 8; }
    .project-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.05); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
    .project-card:hover img { transform: scale(1.06); filter: saturate(.98) contrast(1.05); }
    .project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.88)); }
    .project-meta { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 1; color: #fff; }
    .project-meta small { display: block; margin-bottom: 7px; color: var(--brand); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
    .project-meta strong { display: block; font-size: 25px; letter-spacing: -.04em; }
    .project-meta span { display: block; margin-top: 7px; color: #c7ced2; font-size: 13px; }
    .quote-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }
    .quote-card { min-height: 245px; padding: 25px; border-top: 2px solid var(--brand); background: #15191d; }
    .quote-card p { margin: 0; color: #d5dade; font-size: 16px; line-height: 1.55; }
    .quote-card small { display: block; margin-top: 28px; color: var(--brand); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 60px; }
    .about-card { position: relative; min-height: 310px; padding: 34px; background: #12161a; }
    .about-card.accent { background: var(--brand); color: var(--black); }
    .about-card h3 { margin: 0 0 16px; font-size: 34px; line-height: .9; letter-spacing: -.06em; }
    .about-card p { max-width: 460px; margin: 0; color: #adb6bc; font-size: 16px; line-height: 1.62; }
    .about-card.accent p { color: rgba(8,10,13,.75); }
    .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
    .team-card { overflow: hidden; background: #15191d; }
    .team-card-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #4a4a4a; }
    .team-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; filter: grayscale(.12) saturate(.82); }
    .team-card img.team-portrait { transform: scale(1.02); transform-origin: center center; object-fit: cover; object-position: center center; background: #4a4a4a; filter: none; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
    .team-card:hover img.team-portrait { transform: scale(1.06); }
    .team-card-copy { padding: 20px; }
    .team-card-copy small { color: var(--brand); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
    .team-card-copy strong { display: block; margin-top: 8px; color: #fff; font-size: 21px; }
    .team-card-copy span { display: block; margin-top: 5px; color: #9ba3a8; font-size: 13px; }
    .contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 14px; margin-top: 55px; }
    .contact-panel { padding: 34px; background: #12161a; }
    .contact-panel h2 { margin: 0 0 20px; font-size: 46px; line-height: .88; letter-spacing: -.07em; }
    .contact-panel p { color: #adb6bc; font-size: 15px; line-height: 1.65; }
    .contact-lines { display: grid; gap: 18px; margin-top: 35px; }
    .contact-lines div { padding-top: 15px; border-top: 1px solid var(--line); }
    .contact-lines small { display: block; margin-bottom: 5px; color: var(--brand); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
    .contact-lines a, .contact-lines span { color: #fff; font-size: 18px; }
    .contact-form { padding: 34px; background: var(--paper); color: var(--ink); }
    .typeform-shell { min-height: 740px; overflow: hidden; }
    .typeform-embed { width: 100%; min-height: 670px; }
    .typeform-embed iframe { display: block; width: 100% !important; min-height: 670px !important; border: 0; }
    .typeform-fallback { margin: 14px 0 0; color: #666e72; font-size: 13px; line-height: 1.45; }
    .typeform-fallback a { color: #8a5700; text-decoration: underline; text-underline-offset: 3px; }
    .contact-form h2 { margin: 0 0 24px; font-size: 44px; line-height: .88; letter-spacing: -.07em; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .form-field { display: grid; gap: 8px; }
    .form-field.full { grid-column: 1 / -1; }
    .form-field label { color: #565f64; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
    .form-field input, .form-field textarea, .form-field select { width: 100%; border: 0; border-bottom: 1px solid rgba(9,12,15,.25); border-radius: 0; padding: 12px 0; outline: none; background: transparent; color: var(--ink); font: inherit; font-size: 16px; }
    .form-field textarea { min-height: 110px; resize: vertical; }
    .form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--brand); }
    .form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 27px; }
    .form-actions button { border: 1px solid var(--black); border-radius: 999px; padding: 14px 20px; background: var(--black); color: #fff; font: inherit; cursor: pointer; }
    .form-actions button:hover { background: var(--brand); color: var(--black); }
    .form-note { max-width: 440px; color: #666e72; font-size: 12px; line-height: 1.45; }
    .form-status { display: none; margin-top: 18px; color: #1c6c42; font-size: 14px; line-height: 1.5; }
    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 55px; }
    .faq { padding: 4px 26px 0; border: 1px solid rgba(9,12,15,.13); background: #f3f4f2; color: var(--ink); box-shadow: 0 12px 28px rgba(3,5,7,.13); }
    .faq details { padding: 21px 0; border-top: 1px solid var(--line-dark); }
    .faq details:last-child { border-bottom: 1px solid var(--line-dark); }
    .faq summary { cursor: pointer; list-style: none; color: var(--ink); font-size: 18px; font-weight: 600; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { content: "+"; float: right; color: var(--brand); font-size: 23px; font-weight: 400; }
    .faq details[open] summary::after { content: "–"; }
    .faq details p { max-width: 540px; margin: 13px 0 0; color: #465057; font-size: 15px; line-height: 1.6; }
    .faq-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 44px; padding-top: 25px; border-top: 1px solid var(--line); }
    .faq-note p { max-width: 700px; margin: 0; color: #adb6bc; font-size: 15px; line-height: 1.6; }
    .page-band .faq details { border-color: var(--line-dark); }
    .page-band .faq summary { color: var(--ink); }
    .page-band .faq details p { color: #465057; }
    .page-band .faq-note { border-top-color: var(--line-dark); }
    .page-band .faq-note p { color: #465057; }
    .faq-note .pill { flex: 0 0 auto; }
    .dark-panel { background: #0c0f12; color: #fff; }
    .legal-copy { max-width: 900px; color: #adb6bc; font-size: 16px; line-height: 1.7; }

    .customer-proof {
      padding: 122px 5vw;
      background: var(--paper);
      color: var(--ink);
    }
    .customer-proof .body-copy { color: var(--muted-dark); }
    .customer-proof .display { color: var(--ink); }
    .customer-profile {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 14px;
      margin-top: 58px;
      background: #0c0f12;
      color: #fff;
    }
    .customer-profile-media {
      min-height: 390px;
      overflow: hidden;
      background: #4a4a4a;
    }
    .customer-profile-media img {
      width: 100%;
      height: 100%;
      min-height: 390px;
      object-fit: contain;
      object-position: center bottom;
      background: #4a4a4a;
    }
    .customer-profile-copy { padding: 38px; align-self: center; }
    .customer-profile-copy h3 { margin: 15px 0 17px; font-size: clamp(38px, 5vw, 76px); line-height: .86; letter-spacing: -.075em; }
    .customer-profile-copy p { max-width: 520px; margin: 0; color: #adb6bc; font-size: 17px; line-height: 1.65; }
    .customer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
    .customer-logo { min-height: 154px; display: grid; place-items: center; padding: 22px; border: 1px solid rgba(9,12,15,.12); background: #fff; }
    .customer-logo img { width: 100%; height: 86px; object-fit: contain; }
    .customer-note { margin: 18px 0 0; color: var(--muted-dark); font-size: 12px; line-height: 1.55; }

    .manufacturer-panel {
      padding: 118px 5vw;
      background: #0c0f12;
      color: #fff;
      border-block: 1px solid rgba(255,255,255,.08);
    }
    .manufacturer-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 55px;
    }
    .manufacturer-head .body-copy { max-width: 520px; }
    .manufacturer-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 54px;
    }
    .manufacturer-card {
      min-height: 178px;
      display: grid;
      place-items: center;
      padding: 26px;
      border: 1px solid rgba(255,255,255,.13);
      background: #161b20;
      transition: border-color .25s ease, transform .25s ease, background .25s ease;
    }
    .manufacturer-card:hover {
      border-color: rgba(244,174,19,.72);
      transform: translateY(-4px);
      background: #1b2126;
    }
    .manufacturer-card.light { background: #161b20; }
    .manufacturer-card.light:hover { background: #1b2126; }
    .manufacturer-card.mono-light img { filter: brightness(0) invert(1); }
    .manufacturer-card img {
      width: min(100%, 230px);
      height: 74px;
      object-fit: contain;
    }
    .manufacturer-card.roma img { width: 112px; height: 112px; }
    .manufacturer-note {
      margin: 18px 0 0;
      color: #8f999f;
      font-size: 12px;
      line-height: 1.55;
    }
    @supports (content-visibility: auto) {
      .page-intro, .page-band, .manufacturer-panel { content-visibility: auto; contain-intrinsic-size: 0 760px; }
    }

    @media (max-width: 900px) {
      .menu-toggle { display: inline-flex; }
      .nav > .links { position: absolute; top: 76px; right: 6vw; left: 6vw; display: none; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: rgba(8,10,13,.96); backdrop-filter: blur(18px); }
      .nav.menu-open > .links { display: grid; }
      .nav > .links a:not(.pill) { display: block; padding: 13px 12px; opacity: .92; }
      .nav > .links .pill { justify-content: center; margin-top: 8px; }
      .page-hero { min-height: 72svh; }
      .page-hero-inner { width: 88vw; padding: 145px 0 67px; }
      .page-hero h1 { font-size: clamp(58px, 16vw, 115px); }
      .page-hero .hero-lead { font-size: 16px; }
      .page-intro { padding: 92px 6vw 75px; }
      .split-feature, .split-feature.reverse { grid-template-columns: 1fr; gap: 40px; }
      .split-feature.reverse > :first-child { order: initial; }
      .split-feature + .split-feature { margin-top: 75px; }
      .feature-media, .feature-media img, .feature-media video { min-height: 430px; }
      .repair-process .feature-media, .repair-process .feature-media video { min-height: 430px; }
      .page-band { padding: 92px 6vw; }
      .service-detail-grid { grid-template-columns: 1fr; margin-top: 42px; }
      .service-detail:nth-child(3) { grid-column: auto; min-height: 380px; }
      .service-detail { min-height: 390px; }
      .service-gallery { min-height: inherit; }
      .service-gallery-content { padding: 25px; }
      .service-gallery-slide figcaption { top: 22px; right: 25px; left: 25px; max-width: calc(100% - 145px); }
      .service-gallery-status { top: 22px; right: 25px; }
      .markisen-showcase { padding: 92px 6vw; }
      .markisen-showcase-head { display: block; }
      .markisen-showcase-head .body-copy { margin-top: 26px; }
      .markisen-showcase-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
      .markisen-video-card, .markisen-showcase-main { min-height: 540px; }
      .markisen-video-card video, .markisen-showcase-main img { min-height: 540px; }
      .markisen-short-video-row { grid-template-columns: 1fr 1fr; }
      .markisen-short-video-card, .markisen-short-video-card video, .markisen-short-video-copy { min-height: 500px; }
      .markisen-gallery { height: 500px; min-height: 0; }
      .markisen-photo-strip { grid-template-columns: 1fr 1fr; }
      .markisen-photo-card, .markisen-photo-card img { min-height: 290px; }
      .detail-row { grid-template-columns: 1fr; }
      .project-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
      .project-card, .project-card:nth-child(1), .project-card:nth-child(6) { grid-column: span 1; min-height: 300px; }
      .project-card:nth-child(1), .project-card:nth-child(6) { grid-column: span 2; }
      .project-card img { min-height: 300px; }
      .quote-grid { grid-template-columns: 1fr 1fr; }
      .about-grid, .contact-layout { grid-template-columns: 1fr; }
      .team-grid { grid-template-columns: 1fr 1fr; }
      .faq-grid { grid-template-columns: 1fr; }
      .faq-note { display: block; }
      .faq-note .pill { display: inline-flex; margin-top: 22px; }
      .contact-panel, .contact-form { padding: 27px; }
      .typeform-shell { min-height: 700px; }
      .typeform-embed, .typeform-embed iframe { min-height: 630px !important; }
      .manufacturer-panel { padding: 92px 6vw; }
      .manufacturer-head { display: block; }
      .manufacturer-head .body-copy { margin-top: 26px; }
      .manufacturer-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
      .customer-proof { padding: 92px 6vw; }
      .customer-profile { grid-template-columns: 1fr; }
      .customer-profile-media, .customer-profile-media img { min-height: 420px; }
      .customer-profile-copy { padding: 30px; }
      .customer-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
    }
    @media (max-width: 520px) {
      .page-hero { min-height: 77svh; }
      .page-hero-media { object-position: 57% center; }
      .real-work-grid { grid-template-columns: 1fr; gap: 12px; }
      .photo-large,
      .photo-small { min-height: 270px; }
      .page-hero h1 { font-size: 18vw; }
      .page-hero .hero-actions .pill { width: 100%; justify-content: center; }
      .feature-media, .feature-media img, .feature-media video { min-height: 350px; }
      .repair-process .feature-media, .repair-process .feature-media video { min-height: 350px; }
      .feature-copy h2 { font-size: 16vw; }
      .markisen-showcase-grid { grid-template-columns: 1fr; }
      .markisen-video-card, .markisen-showcase-main { min-height: 500px; }
      .markisen-video-card video, .markisen-showcase-main img { min-height: 500px; }
      .markisen-short-video-row { grid-template-columns: 1fr; }
      .markisen-short-video-card, .markisen-short-video-card video { min-height: 500px; }
      .markisen-short-video-copy { min-height: auto; padding: 30px; }
      .markisen-gallery { height: 500px; min-height: 0; }
      .markisen-photo-strip { grid-template-columns: 1fr; }
      .markisen-photo-card, .markisen-photo-card img { min-height: 340px; }
      .project-grid { grid-template-columns: 1fr; }
      .project-card, .project-card:nth-child(1), .project-card:nth-child(6) { grid-column: auto; min-height: 330px; }
      .project-card img { min-height: 330px; }
      .quote-grid, .team-grid { grid-template-columns: 1fr; }
      .form-grid { grid-template-columns: 1fr; gap: 16px; }
      .form-field.full { grid-column: auto; }
      .contact-form h2, .contact-panel h2 { font-size: 38px; }
      .manufacturer-grid { gap: 10px; }
      .manufacturer-card { min-height: 138px; padding: 20px 12px; }
      .manufacturer-card img { height: 55px; }
      .manufacturer-card.roma img { width: 84px; height: 84px; }
      .customer-grid { gap: 10px; }
      .customer-logo { min-height: 120px; padding: 15px; }
      .customer-logo img { height: 62px; }
      .customer-profile-media, .customer-profile-media img { min-height: 340px; }
    }

    .intent-links {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-top: 50px;
      padding-top: 28px;
      border-top: 1px solid var(--line);
    }
    .intent-links-label {
      grid-column: 1 / -1;
      color: var(--brand);
      font-size: 11px;
      letter-spacing: .17em;
      text-transform: uppercase;
    }
    .intent-links a {
      display: flex;
      min-height: 84px;
      align-items: flex-end;
      justify-content: space-between;
      gap: 12px;
      padding: 17px;
      border: 1px solid rgba(255,255,255,.15);
      background: #15191d;
      color: #fff;
      font-size: 15px;
      line-height: 1.2;
      transition: border-color .25s ease, background .25s ease, transform .25s ease;
    }
    .intent-links a span { color: var(--brand); font-size: 19px; }
    .intent-links a:hover { border-color: var(--brand); background: #1b2126; transform: translateY(-3px); }
    .regional-summary { max-width: 900px; }
    .regional-summary p { max-width: 760px; }
    .regional-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 58px;
    }
    .regional-card {
      overflow: hidden;
      background: #15191d;
      color: #fff;
    }
    .regional-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: center;
      filter: brightness(.82) saturate(.88);
    }
    .regional-card-copy { padding: 23px; }
    .regional-card-copy small { color: var(--brand); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
    .regional-card-copy h3 { margin: 12px 0 10px; color: #fff; font-size: 29px; line-height: .95; letter-spacing: -.055em; }
    .regional-card-copy p { margin: 0; color: #adb6bc; font-size: 16px; line-height: 1.58; }
    .regional-card-copy a { display: inline-flex; margin-top: 18px; color: var(--brand-hot); font-size: 14px; }
    .regional-card-copy a:hover { color: #fff; }
    .regional-checklist {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 52px;
    }
    .regional-checklist article { padding: 27px; border-top: 2px solid var(--brand); background: #12161a; }
    .regional-checklist h3 { margin: 0 0 12px; color: #fff; font-size: 24px; letter-spacing: -.04em; }
    .regional-checklist p { margin: 0; color: #adb6bc; font-size: 16px; line-height: 1.6; }
    .regional-cta-copy { max-width: 720px; }
    .regional-cta-copy p { color: #adb6bc; font-size: 17px; line-height: 1.65; }
    .regional-cta-copy .pill { margin-top: 18px; }
    .breadcrumbs {
      width: min(92vw, var(--max));
      margin: 0 auto;
      padding: 18px 0 0;
      color: #8f999f;
      font-size: 12px;
    }
    .breadcrumbs a { color: #cfd5d8; }
    .breadcrumbs a:hover { color: var(--brand); }
    .regional-phone { color: var(--brand-hot); font-size: 21px; }
    .regional-phone:hover { color: #fff; }
    .regional-note { margin-top: 22px; color: #8f999f; font-size: 13px; line-height: 1.55; }
    .regional-faq { margin-top: 48px; }
    .regional-faq .faq details { border-color: var(--line-dark); }
    .regional-faq .faq summary { color: var(--ink); }
    .regional-faq .faq details p { color: #465057; }
    .team-card-media { aspect-ratio: 1 / 1; padding: 9px 9px 0; background: #252a2f; }
    .team-card img.team-portrait { object-fit: contain; object-position: center center; transform: scale(.98); }

    @media (max-width: 900px) {
      .intent-links { grid-template-columns: 1fr 1fr; }
      .regional-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 520px) {
      .intent-links, .regional-grid, .regional-checklist { grid-template-columns: 1fr; }
      .regional-card img { height: 220px; }
      .breadcrumbs { width: 88vw; }
    }
