/* Dedicated CleanTime about page. */
body[data-page="about"] { background: #e7edf0; color: var(--ink); }
/* Hlavička prevzatá z cleantime-home.css, aby bola zhodná s úvodnou stránkou. */
body[data-page="about"] .site-header { position: fixed; z-index: 30; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 82px; padding: 18px clamp(24px,5.5vw,106px); border: 0; background: transparent; color: #fff; transition: background-color .26s ease, color .22s ease, border-color .22s ease; }
body[data-page="about"] .site-header .brand { display: inline-block; width: max-content; transform-origin: center; transition: transform .48s cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .site-header nav { position: relative; isolation: isolate; display: flex; gap: 2px; padding: 4px; border: 1px solid hsla(0,0%,100%,.28); border-radius: 999px; background: rgba(11,25,18,.22); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
body[data-page="about"] .site-header nav a { position: relative; z-index: 1; min-height: 34px; padding: 7px 13px; border-radius: 999px; font-size: .82rem; font-weight: 650; transition: color .2s ease; }
body[data-page="about"] .site-header nav a::after { content: none; }
body[data-page="about"] .site-header .nav-hover-indicator { position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 0; width: 0; border-radius: 999px; background: hsla(0,0%,100%,.14); opacity: 0; transform: translateZ(0); pointer-events: none; transition: transform .46s cubic-bezier(.16,1,.3,1), width .46s cubic-bezier(.16,1,.3,1), opacity .16s ease !important; }
body[data-page="about"] .site-header .nav-hover-indicator.is-visible { opacity: 1; }
body[data-page="about"] .site-header > .button { position: relative; isolation: isolate; justify-self: end; overflow: hidden; min-height: 42px; padding-inline: 18px; border: 1px solid hsla(0,0%,100%,.2); background: rgba(82,189,236,.92); transition: transform .48s cubic-bezier(.16,1,.3,1), box-shadow .48s cubic-bezier(.16,1,.3,1), background-color .28s ease !important; }
body[data-page="about"] .site-header > .button::before { position: absolute; z-index: 0; inset: -30% auto -30% -40%; width: 42%; background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.28),transparent); content: ''; pointer-events: none; transform: translateX(-180%) skewX(-18deg); transition: transform .62s cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .site-header.scrolled { border-bottom-color: transparent; background: transparent; color: var(--ink); -webkit-backdrop-filter: none; backdrop-filter: none; }
body[data-page="about"] .site-header.scrolled nav { border-color: rgba(23,32,28,.12); background: hsla(0,0%,100%,.72); }
body[data-page="about"] .site-header.scrolled .nav-hover-indicator { background: rgba(23,32,28,.08); }
body[data-page="about"] .site-header.scrolled > .button { border-color: var(--lime); background: var(--lime); }
body[data-page="about"] .site-header .appointment-button > span { position: relative; z-index: 1; }
body[data-page="about"] .site-header .appointment-icon img { filter: invert(1); }
@media (hover:hover) and (pointer:fine) { body[data-page="about"] .site-header .brand:hover { transform: scale(1.2); } body[data-page="about"] .site-header > .button:hover { background: #aee6ff; box-shadow: 0 14px 30px rgba(4,15,9,.28); transform: translate3d(0,-3px,0) scale(1.025); } body[data-page="about"] .site-header > .button:hover::before { transform: translateX(440%) skewX(-18deg); } }
body[data-page="about"] .appointment-button { gap: 9px; }
body[data-page="about"] .appointment-icon { position: relative; display: grid; flex: 0 0 16px; width: 16px; height: 16px; place-items: center; }
body[data-page="about"] .appointment-icon img { position: absolute; grid-area: 1 / 1; width: 100%; height: 100%; object-fit: contain; pointer-events: none; transition: opacity 180ms ease,transform 520ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .appointment-icon-hover { opacity: 0; transform: scale(.58) rotate(-28deg); }
body[data-page="about"] .appointment-button:is(:hover,:focus-visible) .appointment-icon-default { opacity: 0; transform: scale(.58) rotate(28deg); }
body[data-page="about"] .appointment-button:is(:hover,:focus-visible) .appointment-icon-hover { opacity: 1; transform: scale(1) rotate(0deg); }

body[data-page="about"] .about-page { overflow: clip; background: #e7edf0; }
body[data-page="about"] .about-hero { position: relative; isolation: isolate; display: grid; min-height: min(760px,100svh); min-height: 100dvh; align-items: end; overflow: hidden; padding: clamp(160px,19vh,236px) max(48px,calc((100% - 1160px) / 2)) clamp(92px,12vh,150px); background: #e7edf0; color: #fff; }
body[data-page="about"] .about-hero-backdrop, body[data-page="about"] .about-hero-overlay { position: absolute; inset: 0; pointer-events: none; }
body[data-page="about"] .about-hero-backdrop { z-index: -2; background: center / cover no-repeat url('../images/cleantime-services-interior-v1.png'); transform: scale(1.045); filter: blur(var(--about-hero-blur,0px)); }
body[data-page="about"] .about-hero-overlay { z-index: -1; background: linear-gradient(90deg,rgba(9,22,15,.88) 0%,rgba(12,25,18,.63) 45%,rgba(10,23,16,.2) 100%),linear-gradient(0deg,rgba(5,16,10,.32),transparent 48%); opacity: var(--about-hero-overlay-opacity,1); }

/* --------------------------------------------------------------------------
   Hero na stránke O nás: pri rolovaní sa nezmenšuje ako na úvodnej stránke
   (tam ide o stred hore a mierny posun), ale zo stredu von, s jemným 3D
   naklonením, ako keby sa fotka vzďaľovala do hĺbky. transform-origin je
   preto center center, nie center top, a transform obsahuje perspective()
   priamo na tomto prvku, čo funguje aj bez perspective na rodičovi.

   Tône pribúda box-shadow, aby zmenšená fotka pôsobila ako fyzická karta
   plávajúca nad podkladom, nie ako ploché zmenšenie.

   Hodnoty premenných počíta initAboutHeroMotion() v app.js.
   -------------------------------------------------------------------------- */
body[data-page="about"] .about-hero {
  --about-hero-scale: 1;
  --about-hero-tilt: 0deg;
  --about-hero-radius: 0px;
  --about-hero-shadow-o: 0;
  --about-hero-blur: 0px;
  --about-hero-overlay-opacity: 1;
  --about-hero-copy-shift: 0px;
  --about-hero-copy-opacity: 1;
}
body[data-page="about"] .about-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: clip;
  border-radius: var(--about-hero-radius,0px);
  box-shadow: 0 clamp(18px,3vw,46px) clamp(40px,7vw,110px) rgba(8,16,10,var(--about-hero-shadow-o,0));
  transform: perspective(1600px) rotateX(var(--about-hero-tilt,0deg)) scale(var(--about-hero-scale,1));
  transform-origin: center center;
  will-change: transform, border-radius, box-shadow;
}
/* Selektor musí byť aspoň takto hlboký, aby prebil .reveal.in-view { opacity: 1 },
   ktoré má vyššiu špecifickosť (tri triedy) ako holé .about-hero-copy s atribútom
   stránky. Rovnaký trik už používa hero na úvodnej stránke pre .hero-content. */
body[data-page="about"] .about-hero .about-hero-copy {
  /* !important je tu nutný: .reveal.in-view v motion-polish.css nastavuje
     opacity:1 !important pre dobehnutie vstupnej animácie, a to prebije
     čokoľvek bez ohľadu na špecifickosť. Bez tohto by rolovacie blednutie
     nikdy nebolo vidno, text by zostal navždy nepriehľadný. */
  transform: translate3d(0, var(--about-hero-copy-shift,0px), 0) !important;
  opacity: var(--about-hero-copy-opacity,1) !important;
  will-change: transform, opacity;
}
body[data-page="about"] .about-hero::after { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: clamp(82px,11vw,166px); background: linear-gradient(180deg,rgba(231,237,240,0),#e7edf0 100%); content: ''; pointer-events: none; }
body[data-page="about"] .about-hero-copy { position: relative; z-index: 1; width: min(680px,100%); }
body[data-page="about"] .about-hero .eyebrow, body[data-page="about"] .about-story .eyebrow, body[data-page="about"] .about-closing .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--lime); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
body[data-page="about"] .about-hero .eyebrow::before, body[data-page="about"] .about-story .eyebrow::before, body[data-page="about"] .about-closing .eyebrow::before { width: 20px; height: 1px; background: currentColor; content: ''; }
body[data-page="about"] .about-hero h1 { max-width: 9ch; margin: 26px 0 0; font: clamp(4.1rem,8vw,8rem)/.86 var(--serif); letter-spacing: -.075em; text-wrap: balance; }
body[data-page="about"] .about-hero-copy > p:not(.eyebrow) { max-width: 35rem; margin: 30px 0 0; color: rgba(255,255,255,.9); font-size: clamp(1rem,1.35vw,1.16rem); }
/* Tlačidlo a ikony sietí v jednom riadku. Odsadenie zhora nesie tento obal,
   nie tlačidlo, inak by ikony sedeli vyššie než tlačidlo. */
body[data-page="about"] .about-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
body[data-page="about"] .about-hero .button { margin-top: 0; transition: transform 440ms cubic-bezier(.16,1,.3,1),box-shadow 440ms cubic-bezier(.16,1,.3,1),background-color 240ms ease !important; }
@media (hover:hover) and (pointer:fine) { body[data-page="about"] .about-hero .button:hover, body[data-page="about"] .about-closing .button:hover { background: #9ae0ff; box-shadow: 0 16px 34px rgba(4,15,9,.24); transform: scale(1.04); } }

body[data-page="about"] .about-story { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(280px,.64fr); gap: clamp(56px,9vw,150px); padding: clamp(96px,12vw,172px) max(48px,calc((100% - 1160px) / 2)); background: radial-gradient(84% 42% at 82% 34%,rgba(255,255,255,.78),rgba(255,255,255,0) 72%),linear-gradient(180deg,#e7edf0 0%,#f8f8f4 48%,#eef3f5 72%,#e7edf0 100%); }
body[data-page="about"] .about-story .eyebrow { color: #516d79; }
body[data-page="about"] .about-story h2 { max-width: 10ch; margin: 24px 0 0; font: clamp(3rem,5vw,5.45rem)/.89 var(--serif); letter-spacing: -.065em; text-wrap: balance; }
body[data-page="about"] .about-story-copy { display: grid; align-content: start; gap: 25px; padding-top: 4px; }
body[data-page="about"] .about-story-copy p { margin: 0; color: #526158; font-size: clamp(1rem,1.2vw,1.1rem); line-height: 1.65; }
body[data-page="about"] .about-story-copy p:first-child { color: var(--ink); font: clamp(1.42rem,2vw,1.8rem)/1.18 var(--serif); letter-spacing: -.035em; }
body[data-page="about"] .about-story-token { display: inline-block; will-change: transform,opacity,filter; }

body[data-page="about"] .about-expertise { display: grid; grid-template-columns: minmax(280px,.76fr) minmax(0,1.24fr); gap: 0; width: min(1160px,calc(100% - 96px)); margin: 0 auto clamp(72px,9vw,126px); overflow: hidden; border: 1px solid rgba(23,32,28,.13); border-radius: 22px; background: radial-gradient(92% 120% at 4% 0%,rgba(82, 189, 236,.42),rgba(82, 189, 236,0) 56%),linear-gradient(122deg,#f8f8f4 0%,#e9f0f3 100%); box-shadow: 0 18px 50px rgba(23,32,28,.05); }
body[data-page="about"] .about-expertise-proof, body[data-page="about"] .about-expertise-services { padding: clamp(32px,5vw,64px); }
body[data-page="about"] .about-expertise-proof { display: grid; align-content: start; min-height: 360px; border-right: 1px solid rgba(23,32,28,.13); }
body[data-page="about"] .about-expertise .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: #516d79; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
body[data-page="about"] .about-expertise .eyebrow::before { width: 20px; height: 1px; background: currentColor; content: ''; }
body[data-page="about"] .about-expertise-number { display: grid; gap: 2px; margin: auto 0 18px; }
body[data-page="about"] .about-expertise-number strong { color: var(--ink); font: clamp(5.1rem,8vw,8.5rem)/.75 var(--serif); letter-spacing: -.09em; }
body[data-page="about"] .about-expertise-number span { color: #526158; font-size: 1rem; font-weight: 750; }
body[data-page="about"] .about-expertise-proof > p:last-child { max-width: 26ch; margin: 0; color: #526158; font-size: .94rem; line-height: 1.55; }
body[data-page="about"] .about-expertise-services { position: relative; isolation: isolate; }
body[data-page="about"] .about-expertise-services::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 92% 7%,rgba(255,255,255,.9),transparent 28%); content: ''; }
body[data-page="about"] .about-expertise-services h2 { max-width: 13ch; margin: 26px 0 38px; font: clamp(2.5rem,4.2vw,4.6rem)/.9 var(--serif); letter-spacing: -.065em; text-wrap: balance; }
body[data-page="about"] .about-expertise-services ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(23,32,28,.13); list-style: none; }
body[data-page="about"] .about-expertise-services li { min-height: 74px; padding: 17px 12px 17px 0; border-bottom: 1px solid rgba(23,32,28,.13); color: #526158; font-size: .94rem; font-weight: 650; line-height: 1.35; }
body[data-page="about"] .about-expertise-services li:nth-child(odd) { padding-right: 28px; }
body[data-page="about"] .about-expertise-services li:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(23,32,28,.13); }

body[data-page="about"] .about-values { display: grid; grid-template-columns: repeat(3,1fr); width: min(1160px,calc(100% - 96px)); margin: 0 auto; overflow: hidden; border: 1px solid rgba(23,32,28,.12); border-radius: 22px; background: rgba(255,255,255,.72); }
body[data-page="about"] .about-values article { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: center; min-height: 280px; padding: clamp(28px,3vw,40px); border-right: 1px solid rgba(23,32,28,.12); overflow: hidden; transition: background-color 520ms cubic-bezier(.16,1,.3,1),box-shadow 520ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .about-values article:last-child { border-right: 0; }
body[data-page="about"] .about-values article::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 88% 10%,rgba(82, 189, 236,.35),transparent 38%); content: ''; opacity: 0; transition: opacity 520ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .about-values h2 { max-width: 9ch; margin: 0 0 14px; font: clamp(2rem,3vw,2.8rem)/.94 var(--serif); letter-spacing: -.055em; transition: transform 520ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .about-values p { max-width: 25ch; margin: 0; color: #5e6b63; font-size: .92rem; transition: transform 520ms cubic-bezier(.16,1,.3,1) !important; }
@media (hover:hover) and (pointer:fine) { body[data-page="about"] .about-values article:hover { background: #ecf2f5; box-shadow: inset 0 0 0 1px rgba(75, 106, 119,.16); } body[data-page="about"] .about-values article:hover::before { opacity: 1; } body[data-page="about"] .about-values article:hover h2 { transform: translate3d(0,-5px,0); } body[data-page="about"] .about-values article:hover p { transform: translate3d(0,-3px,0); } }

body[data-page="about"] .about-closing { width: min(1160px,calc(100% - 96px)); margin: clamp(84px,11vw,150px) auto; padding: clamp(56px,8vw,100px); border-radius: 22px; background: linear-gradient(122deg,#52bdec 0%,#e5d6c3 38%,#d6c0a8 100%); color: var(--ink); text-align: center; box-shadow: 0 18px 50px rgba(23,32,28,.06); }
body[data-page="about"] .about-closing .eyebrow { justify-content: center; color: #516d79; }
body[data-page="about"] .about-closing h2 { max-width: 11ch; margin: 25px auto 0; font: clamp(3rem,5.7vw,6rem)/.88 var(--serif); letter-spacing: -.07em; text-wrap: balance; }
body[data-page="about"] .about-closing > div { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 32px; }
body[data-page="about"] .about-text-link { position: relative; font-size: .9rem; font-weight: 750; }
body[data-page="about"] .about-text-link::after { position: absolute; right: auto; bottom: -6px; left: 50%; width: 0; height: 1px; background: currentColor; content: ''; transform: translateX(-50%); transition: width 420ms cubic-bezier(.16,1,.3,1); }
body[data-page="about"] .about-text-link:hover::after, body[data-page="about"] .about-text-link:focus-visible::after { width: 100%; }

body[data-page="about"] .site-footer { display: block; width: 100%; margin: 0; padding: clamp(72px,9vw,128px) 0 24px; border: 0; background: #e7edf0; color: var(--ink); }
body[data-page="about"] .site-footer .footer-main { display: grid; grid-template-columns: minmax(150px,.56fr) minmax(0,1.44fr); gap: 22px clamp(36px,6vw,94px); width: min(1160px,calc(100% - 96px)); margin: 0 auto; padding-bottom: clamp(32px,4vw,54px); }
body[data-page="about"] .site-footer .footer-eyebrow { align-self: start; width: max-content; max-width: 100%; color: #516d79; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: color 220ms ease !important; }
body[data-page="about"] .site-footer .footer-location { display: inline-flex; align-items: center; gap: 10px; }
body[data-page="about"] .site-footer .footer-location::before { width: 20px; height: 1px; background: currentColor; content: ''; }
body[data-page="about"] .site-footer h2 { grid-column: 2; max-width: 10ch; margin: 0; color: var(--ink); font: clamp(4.3rem,9.8vw,9.3rem)/.8 var(--serif); letter-spacing: -.08em; }
body[data-page="about"] .site-footer .footer-description { grid-column: 2; max-width: 35ch; margin: 8px 0 0; color: #526158; font-size: clamp(1rem,1.35vw,1.14rem); line-height: 1.5; }
body[data-page="about"] .site-footer .footer-actions { display: flex; grid-column: 2; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
body[data-page="about"] .site-footer .footer-booking, body[data-page="about"] .site-footer .footer-contact { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 50px; padding: 12px 19px; border: 1px solid rgba(75, 106, 119,.45); border-radius: 999px; color: #425e6b; font-size: .83rem; font-weight: 800; transition: background-color 360ms cubic-bezier(.16,1,.3,1),color 360ms cubic-bezier(.16,1,.3,1),transform 360ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .site-footer .footer-contact { border-color: rgba(23,32,28,.22); color: var(--ink); }
body[data-page="about"] .site-footer .footer-booking-icon { position: relative; display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; overflow: hidden; }
body[data-page="about"] .site-footer .footer-booking-icon img { grid-area: 1 / 1; width: 18px; height: 18px; object-fit: contain; pointer-events: none; transition: opacity 220ms ease,transform 420ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .site-footer .footer-booking-icon-hover { opacity: 0; transform: scale(.68) rotate(-16deg); }
body[data-page="about"] .site-footer .footer-contact-icon { position: relative; display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; color: currentColor; transition: color 260ms ease,transform 420ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .site-footer .footer-contact-icon svg { position: absolute; width: 18px; height: 18px; transition: opacity 260ms ease,transform 420ms cubic-bezier(.16,1,.3,1) !important; }
body[data-page="about"] .site-footer .footer-contact-icon-outline { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
body[data-page="about"] .site-footer .footer-contact-icon-solid { fill: currentColor; opacity: 0; transform: scale(.7) rotate(-10deg); }
@media (hover:hover) and (pointer:fine) { body[data-page="about"] .site-footer .footer-eyebrow:hover { color: var(--ink); } body[data-page="about"] .site-footer .footer-booking:hover { background: var(--lime); color: var(--ink); transform: scale(1.035); } body[data-page="about"] .site-footer .footer-booking:hover .footer-booking-icon-default { opacity:0; transform:scale(.68) rotate(16deg); } body[data-page="about"] .site-footer .footer-booking:hover .footer-booking-icon-hover { opacity:1; transform:scale(1) rotate(0); } body[data-page="about"] .site-footer .footer-contact:hover { border-color: var(--ink); background: rgba(23,32,28,.08); color: var(--ink); transform: scale(1.035); } body[data-page="about"] .site-footer .footer-contact:hover .footer-contact-icon { transform:scale(1.08); } body[data-page="about"] .site-footer .footer-contact:hover .footer-contact-icon-outline { opacity:0; transform:scale(.72) rotate(10deg); } body[data-page="about"] .site-footer .footer-contact:hover .footer-contact-icon-solid { opacity:1; transform:scale(1) rotate(0); } }
body[data-page="about"] a:focus-visible, body[data-page="about"] button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 760px) {
  body[data-page="about"] .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding: 12px 5%; }
  body[data-page="about"] .site-header > .button, body[data-page="about"] .site-header nav { display: none; }
  body[data-page="about"] .site-header nav.open { position: absolute; top: calc(100% + 8px); right: 5%; left: 5%; display: grid; padding: 8px; border-color: var(--line); border-radius: 16px; background: rgba(248,248,244,.97); box-shadow: var(--shadow); color: var(--ink); }
  body[data-page="about"] .site-header nav.open a { padding: 11px 13px; }
  body[data-page="about"] .menu-toggle { display: block; color: currentColor; }
  body[data-page="about"] .about-hero { min-height: 100svh; padding: 126px 7% 82px; }
  body[data-page="about"] .about-hero::after { height: 108px; }
  body[data-page="about"] .about-hero h1 { font-size: clamp(3.8rem,17vw,5.8rem); }
  body[data-page="about"] .about-story { grid-template-columns: 1fr; gap: 25px; padding: 82px 7%; }
  body[data-page="about"] .about-story h2 { max-width: 11ch; }
  body[data-page="about"] .about-expertise { grid-template-columns: 1fr; width: 89%; margin-bottom: 72px; border-radius: 16px; }
  body[data-page="about"] .about-expertise-proof, body[data-page="about"] .about-expertise-services { padding: 34px 8%; }
  body[data-page="about"] .about-expertise-proof { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(23,32,28,.13); }
  body[data-page="about"] .about-expertise-number strong { font-size: clamp(4.8rem,22vw,6.8rem); }
  body[data-page="about"] .about-expertise-services h2 { margin-bottom: 30px; }
  body[data-page="about"] .about-expertise-services ul { grid-template-columns: 1fr; }
  body[data-page="about"] .about-expertise-services li:nth-child(odd), body[data-page="about"] .about-expertise-services li:nth-child(even) { min-height: auto; padding: 15px 0; border-left: 0; }
  body[data-page="about"] .about-values { grid-template-columns: 1fr; width: 89%; border-radius: 16px; }
  body[data-page="about"] .about-values article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(23,32,28,.12); }
  body[data-page="about"] .about-values article:last-child { border-bottom: 0; }
  body[data-page="about"] .about-closing { width: 89%; margin: 72px auto; padding: 58px 8%; border-radius: 18px; }
  body[data-page="about"] .about-closing > div { flex-direction: column; gap: 18px; }
  body[data-page="about"] .site-footer { width: 100%; padding-top: 54px; }
  body[data-page="about"] .site-footer .footer-main { grid-template-columns: 1fr; gap: 20px; width: 89%; padding-bottom: 50px; }
  body[data-page="about"] .site-footer h2, body[data-page="about"] .site-footer .footer-description, body[data-page="about"] .site-footer .footer-actions { grid-column: auto; }
  body[data-page="about"] .site-footer h2 { max-width: 8ch; font-size: clamp(4rem,17vw,6.3rem); }
  body[data-page="about"] .site-footer .footer-actions { margin-top: 8px; }
  body[data-page="about"] .site-footer .footer-booking, body[data-page="about"] .site-footer .footer-contact { max-width: 100%; }
}
@media (prefers-reduced-motion:reduce) { body[data-page="about"] { scroll-behavior: auto; } }
@media (prefers-reduced-motion: reduce) {
  body[data-page="about"] .about-hero-media, body[data-page="about"] .about-hero-copy { transform: none; will-change: auto; }
  body[data-page="about"] .about-hero-media { box-shadow: none; }
  body[data-page="about"] .about-hero-backdrop { filter: none; }
}
