/*
Theme Name: Asya Garage Detailing
Theme URI: https://asyagarage.com/
Author: Asya Garage Detailing
Description: PPF kaplama, seramik kaplama, pasta cila ve detaylı temizlik hizmetleri için premium tek sayfa WordPress teması.
Version: 1.9.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: asya-garage
*/

:root {
  --bg: #101314;
  --panel: #171a1c;
  --panel-2: #1d2022;
  --line: #34383a;
  --text: #f2f3f2;
  --muted: #adb1b2;
  --gold: #ad9467;
  --gold-2: #d0bd98;
  --steel: #c8cccd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { min-height: 100vh; overflow: hidden; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 4px; }

.site-intro {
  --intro-car-duration: 1.12s;
  --intro-logo-delay: .72s;
  --intro-curtain-delay: 1.55s;
  --intro-curtain-duration: .62s;
  align-items: center;
  animation: asyaIntroCurtain var(--intro-curtain-duration) cubic-bezier(.76, 0, .24, 1) var(--intro-curtain-delay) forwards;
  background:
    radial-gradient(circle at 50% 46%, rgba(70, 75, 77, .22), transparent 34%),
    #0b0d0e;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  transform: translateX(0);
  will-change: transform;
  z-index: 100000;
}
.asya-intro-seen .site-intro { display: none !important; }
.intro-active { overflow: hidden; }
.intro-stage {
  aspect-ratio: 900 / 384;
  max-width: 680px;
  position: relative;
  width: min(72vw, 680px);
}
.intro-car,
.intro-logo {
  height: auto;
  inset: 0;
  position: absolute;
  width: 100%;
}
.intro-car {
  animation: asyaIntroCar var(--intro-car-duration) cubic-bezier(.18, .76, .22, 1) forwards;
  clip-path: inset(0 0 51% 0);
  filter: drop-shadow(0 0 12px rgba(255,255,255,.14));
  opacity: 0;
  transform: translateX(110vw);
  will-change: opacity, transform;
  z-index: 2;
}
.intro-logo {
  animation: asyaIntroLogo .42s ease-out var(--intro-logo-delay) forwards;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.45));
  opacity: 0;
  transform: scale(.975);
  z-index: 1;
}
.intro-light {
  animation: asyaIntroLight .9s ease-out .1s forwards;
  background: linear-gradient(90deg, transparent, rgba(208,189,152,.75), rgba(255,255,255,.9), transparent);
  height: 1px;
  opacity: 0;
  position: absolute;
  right: -80vw;
  top: 37%;
  transform: scaleX(.15);
  transform-origin: right;
  width: 140vw;
}
.intro-skip {
  background: transparent;
  border: 0;
  bottom: 28px;
  color: #7f8587;
  cursor: pointer;
  font: 700 9px/1 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: .16em;
  padding: 12px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
}
.intro-skip:hover { color: #d7d9d9; }
.site-intro.is-finished {
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

@keyframes asyaIntroCar {
  0% { opacity: 0; transform: translateX(110vw); }
  12% { opacity: 1; }
  72% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(0); }
}
@keyframes asyaIntroLogo {
  from { opacity: 0; transform: scale(.975); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes asyaIntroLight {
  0% { opacity: 0; right: -80vw; transform: scaleX(.15); }
  28% { opacity: .8; }
  100% { opacity: 0; right: 12vw; transform: scaleX(1); }
}
@keyframes asyaIntroCurtain {
  from { transform: translateX(0); }
  to { transform: translateX(-101%); visibility: hidden; }
}

.site-header {
  align-items: center;
  background: rgba(8, 10, 11, .92);
  border-bottom: 1px solid rgba(255,255,255,.06);
  display: grid;
  gap: 34px;
  grid-template-columns: 230px 1fr 190px;
  height: 88px;
  left: 0;
  padding: 0 max(42px, calc((100vw - 1320px) / 2));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; flex-direction: column; line-height: 1; width: fit-content; }
.default-logo {
  display: block;
  height: 80px;
  width: 188px;
}
.default-logo img {
  height: auto;
  position: static;
  width: 188px;
}
.brand-main { font-size: 17px; font-weight: 900; letter-spacing: .08em; }
.brand-sub { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .48em; margin-top: 6px; }
.site-header nav { align-items: center; display: flex; justify-content: center; }
.site-header nav ul { align-items: center; display: flex; gap: clamp(14px, 1.6vw, 25px); list-style: none; margin: 0; padding: 0; }
.site-header nav li { margin: 0; }
.site-header nav a {
  color: #c5c7c8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.site-header nav a:hover { color: var(--gold-2); }
.header-phone {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  justify-self: end;
}
.header-phone > span { color: var(--gold); font-size: 18px; grid-row: 1 / 3; padding-top: 3px; }
.header-phone strong { font-size: 14px; letter-spacing: .05em; }
.header-phone small { color: var(--muted); font-size: 9px; margin-top: 3px; text-transform: uppercase; }

/* Tema telefonunu korur, eklentilerin eklediği ikinci yüzen arama butonunu gizler. */
#callnowbutton,
.call-now-button,
.call-now-button-parent,
.callnowbutton,
.wp-call-button,
.mobile-call-button,
.floating-call-button,
.phone-call-button,
[class*="call-now-button"],
body > a[href^="tel:"],
a[href^="tel:"][class*="float"],
a[href^="tel:"][id*="call"] {
  display: none !important;
}

.hero {
  background: #0b0d0e url("assets/images/asya-garage-ppf-hero.webp") 68% center / cover no-repeat;
  min-height: 770px;
  padding-top: 88px;
  position: relative;
}
.hero-shade {
  background:
    linear-gradient(90deg, #080a0b 0%, rgba(8,10,11,.96) 27%, rgba(8,10,11,.64) 52%, rgba(8,10,11,.1) 100%),
    linear-gradient(0deg, rgba(8,10,11,.92) 0%, transparent 24%);
  inset: 0;
  position: absolute;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 682px;
  padding: 50px 42px;
  position: relative;
  width: min(1400px, 100%);
  z-index: 2;
}
.kicker {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(50px, 5.4vw, 82px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0;
}
.hero h1 span { color: var(--steel); }
.hero-copy { color: #c8cacb; font-size: 16px; line-height: 1.7; margin: 26px 0 0; max-width: 570px; }
.hero-benefits { display: flex; gap: 38px; margin-top: 34px; }
.hero-benefits div { align-items: center; display: flex; flex-direction: column; gap: 9px; max-width: 105px; text-align: center; }
.hero-benefits b { align-items: center; border: 1px solid #66573a; border-radius: 50%; color: var(--gold-2); display: flex; height: 31px; justify-content: center; width: 31px; }
.hero-benefits span { font-size: 9px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.hero-actions { display: flex; gap: 13px; margin-top: 39px; }
.btn {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .11em;
  min-height: 49px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: #d4d6d6; color: #101314; }
.btn-gold:hover { background: #fff; }
.btn-outline { border-color: #63686a; color: #e7e9e9; }
.btn-outline:hover { border-color: var(--gold-2); color: var(--gold-2); }
.warranty {
  align-items: center;
  background: rgba(7,9,10,.85);
  border: 1px solid #5a4b30;
  bottom: 55px;
  display: flex;
  gap: 13px;
  padding: 14px 18px;
  position: absolute;
  right: max(42px, calc((100vw - 1320px) / 2));
  z-index: 3;
}
.warranty > span { color: var(--gold); font-size: 20px; }
.warranty strong, .warranty small { display: block; }
.warranty strong { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.warranty small { color: var(--muted); font-size: 8px; margin-top: 4px; text-transform: uppercase; }

.section { margin: 0 auto; max-width: 1440px; padding: 70px 42px; }
.section-title { margin: 0 auto 34px; text-align: center; }
.section-title p {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: clamp(34px, 4vw, 55px);
  letter-spacing: -.04em;
  margin: 0;
}
.section-title > span { color: var(--muted); display: block; font-size: 14px; margin-top: 15px; }

.services { background: radial-gradient(circle at 50% 0, #1b1f21 0, #101315 52%, #0b0d0e 100%); max-width: none; }
.service-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}
.service-card { background: var(--panel-2); border: 1px solid #222628; min-height: 430px; overflow: hidden; }
.service-image { height: 190px; overflow: hidden; position: relative; }
.service-image::after { background: linear-gradient(0deg, rgba(14,16,17,.85), transparent 55%); content: ""; inset: 0; position: absolute; }
.service-image img { height: 100%; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.service-card:hover img { transform: scale(1.04); }
.service-image > span { align-items: center; background: #17191a; border: 1px solid #635437; border-radius: 50%; bottom: 13px; color: var(--gold-2); display: flex; font-size: 9px; height: 31px; justify-content: center; left: 15px; position: absolute; width: 31px; z-index: 2; }
.service-body { padding: 23px 22px 25px; }
.service-body h3 { font-size: 19px; margin: 0 0 15px; text-transform: uppercase; }
.service-body p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.service-body a { color: var(--gold-2); display: inline-block; font-size: 9px; font-weight: 900; letter-spacing: .1em; margin-top: 24px; text-transform: uppercase; }
.service-body a b { margin-left: 4px; }
.section-button { display: flex; margin: 32px auto 0; width: fit-content; }

.campaign-section {
  background: #1a1d1f;
  border: 1px solid #373b3d;
  display: grid;
  grid-template-columns: minmax(280px, .68fr) 1.32fr;
  margin: 38px auto;
  max-width: 1120px;
  overflow: hidden;
}
.campaign-visual { align-items: center; background: #070809; display: flex; justify-content: center; min-height: 0; overflow: hidden; }
.campaign-visual img { display: block; height: auto; object-fit: contain; width: 100%; }
.campaign-copy { align-self: center; padding: 42px clamp(34px, 4vw, 54px); }
.campaign-copy h2 {
  font-size: clamp(35px, 4vw, 52px);
  letter-spacing: -.045em;
  line-height: 1.03;
  margin: 0;
  max-width: 650px;
}
.campaign-lead { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 22px 0 24px; max-width: 620px; }
.campaign-specs { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 26px; }
.campaign-specs span {
  background: #151819;
  border: 1px solid #34383a;
  color: #aeb2b3;
  font-size: 11px;
  line-height: 1.4;
  padding: 15px 16px;
  text-transform: uppercase;
}
.campaign-specs b { color: var(--gold-2); display: block; font-size: 15px; margin-bottom: 3px; }
.campaign-gifts { border-left: 2px solid var(--gold); margin: 0 0 28px; padding: 3px 0 3px 20px; }
.campaign-gifts strong { color: #f0f0ef; display: block; font-size: 15px; margin-bottom: 10px; text-transform: uppercase; }
.campaign-gifts ul { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
.campaign-gifts li::before { color: var(--gold); content: "✓"; margin-right: 7px; }
.campaign-copy > small { color: #777c7e; display: block; font-size: 9px; letter-spacing: .03em; margin-top: 15px; }

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 56px auto;
  max-width: 1320px;
  min-height: 500px;
}
.about-copy { background: #181b1d; display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.about-copy h2 { font-size: clamp(36px, 4vw, 58px); letter-spacing: -.05em; margin: 0; }
.about-copy > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 25px 0 0; max-width: 560px; }
.about-copy ul { list-style: none; margin: 25px 0 30px; padding: 0; }
.about-copy li { color: #d6d7d7; font-size: 13px; margin-top: 12px; }
.about-copy li::before { color: var(--gold); content: "✓"; margin-right: 10px; }
.about-copy .btn { width: fit-content; }
.about-media { min-height: 520px; overflow: hidden; position: relative; }
.about-media::after { background: linear-gradient(90deg, rgba(11,13,14,.62), transparent 60%); content: ""; inset: 0; position: absolute; }
.about-media img { filter: brightness(.82) saturate(.82); height: 100%; object-fit: cover; object-position: center; width: 100%; }
.about-mark { left: 42px; position: absolute; top: 48px; z-index: 2; }
.about-mark span { color: #fff; display: block; font-size: 25px; font-weight: 750; letter-spacing: -.02em; }
.about-mark small { color: #d5d7d7; display: block; font-size: 9px; font-weight: 700; letter-spacing: .22em; margin-top: 7px; text-transform: uppercase; }

.atelier-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: 18px 0 66px;
}
.atelier-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.atelier-heading h2 {
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -.045em;
  margin: 0;
}
.atelier-heading > a {
  border-bottom: 1px solid #555a5c;
  color: #d1d4d4;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 7px;
}
.atelier-heading > a span { color: var(--gold-2); margin-left: 5px; }
.atelier-grid {
  display: grid;
  gap: 10px;
  grid-auto-rows: 175px;
  grid-template-columns: repeat(4, 1fr);
}
.atelier-item {
  background: #090b0c;
  border: 0;
  cursor: zoom-in;
  font: inherit;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.atelier-item:nth-child(2) { grid-row: span 2; }
.atelier-featured { grid-column: span 2; grid-row: span 2; }
.atelier-item img {
  filter: brightness(.78) saturate(.8);
  height: 100%;
  object-fit: cover;
  transition: filter .25s ease, transform .45s ease;
  width: 100%;
}
.atelier-item:hover img { filter: brightness(.98) saturate(.92); transform: scale(1.025); }
.atelier-item > span {
  background: rgba(12,15,16,.82);
  bottom: 12px;
  color: #e4e5e5;
  font-size: 9px;
  font-weight: 750;
  left: 12px;
  letter-spacing: .1em;
  opacity: 0;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  transition: opacity .2s ease;
}
.atelier-item:hover > span { opacity: 1; }

.work-section { padding-top: 45px; }
.work-grid { display: grid; gap: 17px; grid-template-columns: repeat(4, 1fr); }
.work-card {
  background: var(--panel);
  border: 1px solid #202426;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  padding: 0;
  text-align: inherit;
  width: 100%;
}
.work-card > div { height: 225px; overflow: hidden; position: relative; }
.work-card img { filter: brightness(.74) saturate(.75); height: 100%; object-fit: cover; transition: filter 180ms ease, transform 400ms ease; width: 100%; }
.work-card:hover img { filter: brightness(.9) saturate(.9); transform: scale(1.03); }
.work-card > div > small { background: rgba(8,10,11,.8); bottom: 12px; color: var(--gold-2); font-size: 8px; left: 12px; letter-spacing: .08em; padding: 8px 10px; position: absolute; text-transform: uppercase; }
.before-line { border-left: 1px solid rgba(255,255,255,.75); bottom: 0; left: 50%; position: absolute; top: 0; }
.before-line i { align-items: center; background: #111; border: 1px solid #fff; border-radius: 50%; display: flex; font-size: 10px; font-style: normal; height: 26px; justify-content: center; left: -13px; position: absolute; top: calc(50% - 13px); width: 26px; }
.work-card > strong { display: block; font-size: 11px; letter-spacing: .08em; padding: 17px; text-align: center; text-transform: uppercase; }

.gallery-lightbox {
  align-items: center;
  background: rgba(3,4,5,.94);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 70px 90px;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease, visibility 180ms ease;
  visibility: hidden;
  z-index: 99999;
}
.gallery-lightbox.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.gallery-lightbox figure { margin: 0; max-height: 82vh; max-width: 1180px; text-align: center; }
.gallery-lightbox figure img { max-height: 76vh; object-fit: contain; width: auto; }
.gallery-lightbox figcaption { color: var(--gold-2); font-size: 12px; font-weight: 900; letter-spacing: .12em; margin-top: 17px; text-transform: uppercase; }
.lightbox-close, .lightbox-nav {
  align-items: center;
  background: rgba(15,17,18,.9);
  border: 1px solid #55482f;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  position: absolute;
}
.lightbox-close { font-size: 31px; height: 48px; right: 28px; top: 28px; width: 48px; }
.lightbox-nav { border-radius: 50%; font-size: 35px; height: 54px; top: calc(50% - 27px); width: 54px; }
.lightbox-prev { left: 26px; }
.lightbox-next { right: 26px; }
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--gold-2); color: var(--gold-2); }
.lightbox-open { overflow: hidden; }

.video-section {
  background: radial-gradient(circle at 50% 0, #1a1e20 0, #0f1213 60%, #0b0d0e 100%);
  max-width: none;
}
.video-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}
.video-grid.video-count-1 { grid-template-columns: minmax(0, 860px); justify-content: center; }
.video-grid.video-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1000px; }
.video-card { background: var(--panel-2); border: 1px solid #25292b; overflow: hidden; }
.video-frame { aspect-ratio: 16 / 9; background: #050607; }
.video-frame iframe { border: 0; height: 100%; width: 100%; }
.video-card h3 { font-size: 14px; letter-spacing: .03em; margin: 0; padding: 20px 21px 22px; }

.review-section { padding-top: 50px; }
.review-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 1160px; }
.review-card {
  background: #191c1e;
  border: 1px solid #34383a;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 30px;
}
.review-head { align-items: center; display: grid; gap: 13px; grid-template-columns: auto 1fr auto; margin-bottom: 20px; }
.review-avatar {
  border: 1px solid rgba(195, 155, 93, .55);
  border-radius: 50%;
  height: 46px;
  object-fit: cover;
  width: 46px;
}
.review-head strong { display: block; font-size: 14px; }
.review-head small { color: var(--muted); display: block; font-size: 10px; margin-top: 5px; text-transform: uppercase; }
.google-mark {
  align-items: center;
  border: 1px solid #303537;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
  width: 34px;
}
.google-mark:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.stars { color: #e0a900; font-size: 15px; letter-spacing: .12em; }
.review-grid p { color: #c5c7c8; font-size: 14px; line-height: 1.75; margin: 18px 0; }
.review-service {
  color: #c7cbcc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: auto;
  padding-top: 10px;
  text-transform: uppercase;
}
.review-more { margin: -12px 0 16px; }
.review-more summary { color: var(--gold); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.review-more p { margin-bottom: 0; }
.review-media {
  background: #090b0c;
  border: 1px solid #2b3032;
  cursor: zoom-in;
  display: block;
  margin: 2px 0 18px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.review-media img {
  display: block;
  height: 176px;
  object-fit: cover;
  transition: filter .25s ease, transform .35s ease;
  width: 100%;
}
.review-media:hover img { filter: brightness(1.08); transform: scale(1.025); }

.faq-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 80px;
  grid-template-columns: .8fr 1.2fr;
  margin: 10px auto 0;
  max-width: 1320px;
  padding: 64px 0;
}
.faq-section h2 { font-size: clamp(36px, 4vw, 54px); letter-spacing: -.05em; line-height: 1.05; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; list-style: none; padding: 22px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: -3px 38px 22px 0; }

.contact {
  background: linear-gradient(90deg, #1d2022 0%, #151819 52%, #0d0f10 100%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  min-height: 380px;
  overflow: hidden;
  padding-left: max(42px, calc((100vw - 1320px) / 2));
  position: relative;
}
.contact-copy { align-self: center; max-width: 500px; padding: 44px 0; position: relative; z-index: 2; }
.contact-copy h2 { font-size: clamp(42px, 4.5vw, 66px); letter-spacing: -.05em; line-height: .98; margin: 0; text-transform: uppercase; }
.contact-copy > p:not(.kicker) { color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 430px; }
.contact-copy .btn { margin-top: 15px; }
.contact-details { align-self: center; display: grid; gap: 20px; padding: 44px 30px; position: relative; z-index: 3; }
.contact-details > div { border-bottom: 1px solid #303436; padding-bottom: 13px; }
.contact-details span { color: var(--gold); display: block; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 6px; text-transform: uppercase; }
.contact-details a, .contact-details p { color: #d7d8d8; font-size: 12px; line-height: 1.5; margin: 0; }
.directions { color: var(--gold-2)!important; font-size: 10px!important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-car { height: 100%; overflow: hidden; position: relative; }
.contact-car::after { background: linear-gradient(90deg, #101314 0%, rgba(11,13,14,.22) 55%); content: ""; inset: 0; position: absolute; }
.contact-car img { filter: brightness(.55) saturate(.72); height: 100%; object-fit: cover; object-position: center; width: 100%; }

.map-section {
  background: #111416;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 410px;
}
.map-info {
  align-self: stretch;
  background:
    linear-gradient(rgba(17,20,22,.82), rgba(17,20,22,.94)),
    url("assets/images/real/dis1.webp") center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 50px;
}
.map-info h2 {
  font-size: clamp(34px, 3.4vw, 52px);
  letter-spacing: -.05em;
  line-height: 1.03;
  margin: 0;
  text-transform: uppercase;
}
.map-info > p:not(.kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 22px 0 27px;
  max-width: 390px;
}
.map-frame { min-height: 410px; }
.map-frame iframe { border: 0; filter: grayscale(.18) saturate(.9) brightness(1.04) contrast(.98); height: 100%; min-height: 410px; width: 100%; }

.services-page { background: #101314; }
.services-hero {
  background: #0b0d0e url("assets/images/asya-garage-ppf-hero.webp") 69% center / cover no-repeat;
  min-height: 690px;
  padding-top: 88px;
  position: relative;
}
.services-hero-shade {
  background:
    linear-gradient(90deg, #0b0d0e 0%, rgba(11,13,14,.96) 32%, rgba(11,13,14,.62) 58%, rgba(11,13,14,.08) 100%),
    linear-gradient(0deg, #101314 0%, transparent 24%);
  inset: 0;
  position: absolute;
}
.services-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 602px;
  padding: 58px 42px;
  position: relative;
  width: min(1400px, 100%);
  z-index: 2;
}
.services-hero h1 {
  font-size: clamp(54px, 6vw, 88px);
  letter-spacing: -.06em;
  line-height: .94;
  margin: 0;
  max-width: 820px;
}
.services-hero h1 span { color: var(--steel); }
.services-hero-inner > p:not(.kicker) {
  color: #c6c9ca;
  font-size: 16px;
  line-height: 1.7;
  margin: 27px 0 0;
  max-width: 610px;
}
.services-hero-actions { display: flex; gap: 13px; margin-top: 36px; }

.service-anchor-nav {
  background: #181b1d;
  border: 1px solid #35393b;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -38px auto 0;
  max-width: 1240px;
  position: relative;
  z-index: 4;
}
.service-anchor-nav a {
  align-items: center;
  border-right: 1px solid #35393b;
  color: #d9dbdb;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: .05em;
  min-height: 76px;
  padding: 14px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.service-anchor-nav a:last-child { border-right: 0; }
.service-anchor-nav a:hover { background: #222628; color: #fff; }
.service-anchor-nav span { color: var(--gold-2); font-size: 9px; }

.service-details {
  margin: 0 auto;
  max-width: 1320px;
  padding: 72px 0 24px;
}
.service-detail {
  align-items: stretch;
  border: 1px solid #34383a;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
  min-height: 510px;
  scroll-margin-top: 24px;
}
.service-detail-media {
  background: #090b0c;
  min-height: 510px;
  overflow: hidden;
  position: relative;
}
.service-detail-media::after {
  background: linear-gradient(0deg, rgba(10,12,13,.65), transparent 46%);
  content: "";
  inset: 0;
  position: absolute;
}
.service-detail-media img {
  filter: brightness(.78) saturate(.82);
  height: 100%;
  object-fit: cover;
  transition: filter .3s ease, transform .55s ease;
  width: 100%;
}
.service-detail:hover .service-detail-media img { filter: brightness(.9) saturate(.9); transform: scale(1.015); }
.service-detail-media > span {
  bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  left: 30px;
  letter-spacing: .16em;
  position: absolute;
  z-index: 2;
}
.service-detail-copy {
  background: #1a1d1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px clamp(34px, 4vw, 64px);
}
.service-detail-reverse .service-detail-media { order: 2; }
.service-detail-reverse .service-detail-copy { order: 1; }
.service-detail-copy h2 {
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -.05em;
  line-height: 1;
  margin: 0;
}
.service-detail-copy > p:not(.kicker) { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 16px 0 0; }
.service-detail-copy .service-detail-lead { color: #e0e2e2; font-size: 15px; line-height: 1.65; margin-top: 24px; }
.service-detail-copy ul {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.service-detail-copy li { color: #c6c9ca; font-size: 11px; line-height: 1.45; }
.service-detail-copy li::before { color: var(--gold-2); content: "✓"; margin-right: 8px; }
.service-whatsapp {
  border-bottom: 1px solid #5c6264;
  color: #eef0f0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 30px;
  padding-bottom: 8px;
  text-transform: uppercase;
  width: fit-content;
}
.service-whatsapp span { color: var(--gold-2); margin-left: 7px; }
.service-deep-link { color: var(--gold-2); font-size: 10px; font-weight: 800; letter-spacing: .06em; margin-top: 16px; text-transform: uppercase; width: fit-content; }

.services-area {
  align-items: center;
  background: #e1e3e2;
  color: #171a1b;
  display: grid;
  gap: 70px;
  grid-template-columns: .8fr 1.2fr;
  margin: 34px auto 72px;
  max-width: 1320px;
  padding: 52px 58px;
}
.services-area .kicker { color: #765f38; }
.services-area h2 { font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; line-height: 1; margin: 0; }
.services-area > p { color: #555b5d; font-size: 14px; line-height: 1.8; margin: 0; }

.services-cta {
  align-items: center;
  background: linear-gradient(110deg, #202426, #111415);
  border-bottom: 1px solid #35393b;
  border-top: 1px solid #35393b;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.1fr .9fr;
  padding: 64px max(42px, calc((100vw - 1320px) / 2));
  scroll-margin-top: 24px;
}
.services-cta h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  letter-spacing: -.055em;
  line-height: 1;
  margin: 0;
  max-width: 760px;
}
.services-cta > div:last-child > p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0 0 25px; max-width: 520px; }
.services-footer { margin-top: 0; }

.applications-page, .ppf-page { background: #101314; }
.applications-hero, .ppf-hero {
  background: #0b0d0e url("assets/images/real/arac4.webp") 72% center / cover no-repeat;
  min-height: 650px;
  padding-top: 88px;
  position: relative;
}
.ppf-hero { background-image: url("assets/images/asya-garage-ppf-hero.webp"); min-height: 720px; }
.applications-hero-shade, .ppf-hero-shade {
  background: linear-gradient(90deg, #0b0d0e, rgba(11,13,14,.94) 34%, rgba(11,13,14,.5) 64%, rgba(11,13,14,.08));
  inset: 0;
  position: absolute;
}
.applications-hero-inner, .ppf-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 562px;
  padding: 54px 42px;
  position: relative;
  width: min(1400px, 100%);
  z-index: 2;
}
.ppf-hero-inner { min-height: 632px; }
.applications-hero h1, .ppf-hero h1 {
  font-size: clamp(54px, 6vw, 88px);
  letter-spacing: -.06em;
  line-height: .94;
  margin: 0;
}
.applications-hero h1 span, .ppf-hero h1 span { color: var(--steel); }
.applications-hero-inner > p:not(.kicker), .ppf-hero-inner > p:not(.kicker) { color: #c6c9ca; font-size: 16px; line-height: 1.7; margin: 26px 0; max-width: 610px; }
.applications-hero .btn { width: fit-content; }
.ppf-hero-actions { display: flex; gap: 13px; margin-top: 10px; }
.ppf-hero-specs {
  background: rgba(17,20,22,.94);
  border: 1px solid #383d3f;
  bottom: -38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 50%;
  max-width: 1160px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 84px);
  z-index: 3;
}
.ppf-hero-specs span { border-right: 1px solid #383d3f; color: var(--muted); font-size: 10px; padding: 20px 24px; text-align: center; text-transform: uppercase; }
.ppf-hero-specs span:last-child { border-right: 0; }
.ppf-hero-specs b { color: #f0f1f1; display: block; font-size: 14px; margin-bottom: 5px; }

.applications-intro, .ppf-local {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: .85fr 1.15fr;
  margin: 0 auto;
  max-width: 1240px;
  padding: 68px 0 48px;
}
.applications-intro h2, .ppf-local h2 { font-size: clamp(38px, 4vw, 57px); letter-spacing: -.05em; line-height: 1; margin: 0; }
.applications-intro > p, .ppf-local p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; }
.applications-gallery {
  display: grid;
  gap: 10px;
  grid-auto-rows: 245px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1320px;
  scroll-margin-top: 24px;
}
.application-photo {
  background: #090b0c;
  border: 0;
  cursor: zoom-in;
  font: inherit;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.application-photo-wide { grid-column: span 2; }
.application-photo img { filter: brightness(.78) saturate(.8); height: 100%; object-fit: cover; transition: filter .25s ease, transform .45s ease; width: 100%; }
.application-photo:hover img { filter: brightness(.98) saturate(.92); transform: scale(1.02); }
.application-photo span { background: rgba(12,15,16,.78); bottom: 12px; color: var(--gold-2); font-size: 9px; left: 12px; padding: 8px; position: absolute; }
.applications-services {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 54px auto 72px;
  max-width: 1120px;
}
.applications-services > div { background: #1a1d1f; border: 1px solid #35393b; padding: 38px; }
.applications-services span { color: var(--gold-2); font-size: 9px; letter-spacing: .12em; }
.applications-services h2 { font-size: 30px; letter-spacing: -.04em; margin: 17px 0 0; }
.applications-services p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.applications-services a, .ppf-local a { color: #e3e5e5; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.ppf-explainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 96px auto 34px;
  max-width: 1320px;
  min-height: 560px;
  scroll-margin-top: 24px;
}
.ppf-explainer-copy { background: #1a1d1f; display: flex; flex-direction: column; justify-content: center; padding: 52px 58px; }
.ppf-explainer-copy h2, .ppf-process-heading h2, .ppf-faq h2 { font-size: clamp(40px, 4.5vw, 62px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.ppf-explainer-copy > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.78; margin: 22px 0 0; }
.ppf-explainer-media { min-height: 560px; overflow: hidden; }
.ppf-explainer-media img { filter: brightness(.78) saturate(.82); height: 100%; object-fit: cover; width: 100%; }
.ppf-benefits { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin: 0 auto 72px; max-width: 1320px; }
.ppf-benefits article { background: #e1e3e2; color: #171a1b; min-height: 250px; padding: 32px; }
.ppf-benefits span { color: #806c48; font-size: 9px; letter-spacing: .12em; }
.ppf-benefits h3 { font-size: 19px; margin: 22px 0 0; }
.ppf-benefits p { color: #5b6062; font-size: 12px; line-height: 1.65; }
.ppf-process { display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; margin: 0 auto; max-width: 1220px; padding: 48px 0 72px; scroll-margin-top: 24px; }
.ppf-process-heading > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.ppf-process ol { list-style: none; margin: 0; padding: 0; }
.ppf-process li { border-top: 1px solid #35393b; display: grid; gap: 20px; grid-template-columns: 42px 1fr; padding: 24px 0; }
.ppf-process li:last-child { border-bottom: 1px solid #35393b; }
.ppf-process li > span { color: var(--gold-2); font-size: 9px; padding-top: 5px; }
.ppf-process h3 { font-size: 17px; margin: 0; }
.ppf-process li p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 8px 0 0; }
.ppf-local { background: #e1e3e2; color: #171a1b; margin-bottom: 72px; max-width: 1320px; padding: 50px 58px; }
.ppf-local .kicker { color: #765f38; }
.ppf-local p { color: #555b5d; margin-bottom: 18px; }
.ppf-local a { color: #222627; }
.ppf-faq { display: grid; gap: 70px; grid-template-columns: .85fr 1.15fr; margin: 0 auto; max-width: 1220px; padding: 18px 0 82px; scroll-margin-top: 24px; }

.about-page { background: #101314; }
.about-page-hero {
  background: #111516 url("assets/images/real/dis2.webp") center 56% / cover no-repeat;
  min-height: 720px;
  padding-top: 88px;
  position: relative;
}
.about-page-hero-shade {
  background: linear-gradient(90deg, rgba(8,10,11,.98) 0%, rgba(8,10,11,.84) 48%, rgba(8,10,11,.18) 78%), linear-gradient(0deg, #101314 0%, transparent 32%);
  inset: 0;
  position: absolute;
}
.about-page-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 632px;
  padding: 48px max(7vw, 42px);
  position: relative;
  z-index: 1;
}
.about-page-hero h1 {
  font-size: clamp(52px, 6vw, 82px);
  letter-spacing: -.06em;
  line-height: .96;
  margin: 12px 0 24px;
  max-width: 940px;
}
.about-page-hero h1 span { color: var(--gold-2); }
.about-page-hero-inner > p:not(.kicker) { color: #c0c4c5; font-size: 15px; line-height: 1.75; max-width: 590px; }
.about-page-actions { display: flex; gap: 12px; margin-top: 22px; }
.about-story {
  display: grid;
  gap: 80px;
  grid-template-columns: .9fr 1.1fr;
  margin: 0 auto;
  max-width: 1220px;
  padding: 84px 0 70px;
}
.about-story h2, .about-workshop h2 {
  font-size: clamp(38px, 4.4vw, 60px);
  letter-spacing: -.055em;
  line-height: 1.02;
  margin: 0;
}
.about-story > div:last-child p, .about-workshop-copy > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 20px; }
.about-principles {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 76px;
  max-width: 1320px;
}
.about-principles article { background: #1a1d1f; min-height: 260px; padding: 34px; }
.about-principles span { color: var(--gold-2); font-size: 9px; letter-spacing: .12em; }
.about-principles h2 { font-size: 21px; margin: 54px 0 12px; }
.about-principles p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.about-workshop {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  margin: 0 auto 72px;
  max-width: 1320px;
}
.about-workshop-copy { align-items: flex-start; background: #e1e3e2; color: #171a1b; display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.about-workshop-copy .kicker { color: #765f38; }
.about-workshop-copy > p:not(.kicker) { color: #575d5f; margin-top: 24px; }
.about-workshop-copy a { color: #25292a; font-size: 10px; font-weight: 900; letter-spacing: .06em; margin-top: 10px; text-transform: uppercase; }
.about-workshop-gallery { display: grid; grid-auto-rows: 245px; grid-template-columns: 1fr 1fr; }
.about-workshop-gallery img { filter: brightness(.82) saturate(.8); height: 100%; object-fit: cover; width: 100%; }
.about-workshop-gallery img:first-child { grid-row: span 2; }

footer {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.25fr repeat(3, .75fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: 52px 0 32px;
}
.footer-brand p { color: var(--muted); font-size: 12px; line-height: 1.65; margin-top: 22px; max-width: 260px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.footer-socials a {
  border: 1px solid #303537;
  color: #c8caca;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 9px 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
footer h3 { color: var(--gold-2); font-size: 10px; letter-spacing: .1em; margin: 0 0 19px; text-transform: uppercase; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
footer > div:not(.footer-brand) a, footer > div:not(.footer-brand) p { color: var(--muted); font-size: 11px; margin: 0; }
footer > small { border-top: 1px solid var(--line); color: #717678; font-size: 9px; grid-column: 1 / -1; padding-top: 22px; }
.mobile-whatsapp { display: none; }
.custom-logo-link { display: block; }
.custom-logo { height: auto; max-height: 62px; max-width: 220px; width: auto; }
.admin-bar .site-header { top: 0; }
.standard-page { min-height: 70vh; padding: 140px 24px 80px; }
.standard-page-inner { margin: 0 auto; max-width: 980px; }
.standard-page h1 { font-size: clamp(38px, 5vw, 64px); }
.standard-page p { color: var(--muted); line-height: 1.75; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 26px; }
  .site-header nav { display: none; }
  .hero-inner { padding-left: 28px; }
  .service-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .campaign-section { grid-template-columns: .9fr 1.1fr; margin-left: 26px; margin-right: 26px; }
  .campaign-visual { min-height: 0; }
  .campaign-copy { padding: 42px 34px; }
  .about { margin: 50px 26px; }
  .about-copy { padding: 42px; }
  .atelier-section { padding-left: 26px; padding-right: 26px; }
  .atelier-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-section { gap: 45px; margin: 0 26px; }
  .contact { grid-template-columns: 1fr 1fr; padding: 0 26px; }
  .contact-car { display: none; }
  .map-section { margin-left: 26px; margin-right: 26px; }
  .service-anchor-nav, .service-details, .services-area { margin-left: 26px; margin-right: 26px; }
  .service-detail-copy { padding: 42px 34px; }
  .services-cta { gap: 44px; padding-left: 26px; padding-right: 26px; }
  .applications-intro, .ppf-process, .ppf-faq { margin-left: 26px; margin-right: 26px; }
  .applications-gallery, .ppf-explainer, .ppf-benefits, .ppf-local { margin-left: 26px; margin-right: 26px; }
  .applications-services { margin-left: 26px; margin-right: 26px; }
  .about-story { margin-left: 26px; margin-right: 26px; }
  .about-principles, .about-workshop { margin-left: 26px; margin-right: 26px; }
  footer { padding-left: 26px; padding-right: 26px; }
}

@media (max-width: 680px) {
  .site-intro {
    --intro-car-duration: .82s;
    --intro-logo-delay: .52s;
    --intro-curtain-delay: 1.12s;
    --intro-curtain-duration: .46s;
  }
  .intro-stage { width: min(86vw, 430px); }
  .intro-skip { bottom: 18px; right: 16px; }
  .admin-bar .site-header { top: 0; }
  .site-header { height: 74px; padding: 0 18px; }
  .brand-main { font-size: 14px; }
  .default-logo { height: 64px; width: 150px; }
  .default-logo img { width: 150px; }
  .header-phone { grid-template-columns: 22px 1fr; }
  .header-phone strong { font-size: 11px; }
  .hero { background-position: 72% center; background-size: cover; min-height: 720px; padding-top: 74px; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,10,11,.98) 0%, rgba(8,10,11,.85) 58%, rgba(8,10,11,.35) 100%), linear-gradient(0deg, #080a0b, transparent 35%); }
  .hero-inner { justify-content: flex-start; min-height: 0; padding: 82px 18px 28px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { font-size: 14px; max-width: 350px; }
  .hero-benefits { gap: 14px; }
  .hero-benefits div { max-width: 88px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 320px; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero .btn-gold { background: var(--gold); color: #0b0d0e; }
  .hero .btn-gold:hover { background: var(--gold-2); }
  .warranty {
    bottom: auto;
    left: auto;
    margin: 0 18px 28px;
    position: relative;
    right: auto;
    width: fit-content;
  }
  .section { padding: 54px 18px; }
  .service-grid, .work-grid, .review-grid { grid-template-columns: 1fr; }
  .video-grid, .video-grid.video-count-2 { grid-template-columns: 1fr; }
  .gallery-lightbox { padding: 70px 18px; }
  .lightbox-nav { bottom: 16px; top: auto; }
  .lightbox-prev { left: calc(50% - 65px); }
  .lightbox-next { right: calc(50% - 65px); }
  .service-card { min-height: auto; }
  .service-image { height: 230px; }
  .campaign-section { grid-template-columns: 1fr; margin: 34px 18px; }
  .campaign-visual { min-height: 0; }
  .campaign-visual img { height: auto; }
  .campaign-copy { padding: 34px 24px 38px; }
  .campaign-copy h2 { font-size: 42px; }
  .campaign-specs { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 1fr; margin: 40px 18px; }
  .about-copy { padding: 38px 24px; }
  .about-media { min-height: 360px; }
  .atelier-section { padding: 8px 18px 48px; }
  .atelier-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .atelier-grid { grid-auto-rows: 155px; grid-template-columns: 1fr 1fr; }
  .atelier-item:nth-child(2) { grid-row: span 1; }
  .atelier-featured { grid-column: span 2; grid-row: span 2; }
  .atelier-item > span { opacity: 1; }
  .faq-section { gap: 28px; grid-template-columns: 1fr; margin: 0 18px; padding: 54px 0; }
  .contact { grid-template-columns: 1fr; padding: 0 18px; }
  .contact-copy { padding-bottom: 15px; }
  .contact-details { padding: 22px 0 44px; }
  .map-section { grid-template-columns: 1fr; margin: 0 18px; }
  .map-info { padding: 46px 24px; }
  .map-frame, .map-frame iframe { min-height: 340px; }
  .services-hero { background-position: 72% center; min-height: 650px; padding-top: 74px; }
  .services-hero-shade { background: linear-gradient(90deg, rgba(8,10,11,.98), rgba(8,10,11,.78) 62%, rgba(8,10,11,.25)); }
  .services-hero-inner { justify-content: flex-start; min-height: 576px; padding: 92px 18px 38px; }
  .services-hero h1 { font-size: 49px; }
  .services-hero-inner > p:not(.kicker) { font-size: 14px; }
  .services-hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; width: 100%; }
  .services-hero-actions .btn { width: 100%; }
  .service-anchor-nav {
    grid-template-columns: 1fr 1fr;
    margin: -24px 18px 0;
  }
  .service-anchor-nav a { border-bottom: 1px solid #35393b; min-height: 64px; }
  .service-anchor-nav a:nth-child(2) { border-right: 0; }
  .service-anchor-nav a:nth-child(n+3) { border-bottom: 0; }
  .service-details { margin: 0; padding: 48px 18px 16px; }
  .service-detail { grid-template-columns: 1fr; margin-bottom: 20px; min-height: 0; }
  .service-detail-media, .service-detail-reverse .service-detail-media { min-height: 300px; order: 1; }
  .service-detail-copy, .service-detail-reverse .service-detail-copy { order: 2; padding: 38px 24px 42px; }
  .service-detail-copy h2 { font-size: 40px; }
  .service-detail-copy ul { grid-template-columns: 1fr; }
  .services-area { gap: 24px; grid-template-columns: 1fr; margin: 20px 18px 48px; padding: 38px 25px; }
  .services-cta { gap: 28px; grid-template-columns: 1fr; padding: 48px 18px; }
  .services-cta h2 { font-size: 42px; }
  .applications-hero, .ppf-hero { background-position: 70% center; min-height: 650px; padding-top: 74px; }
  .applications-hero-shade, .ppf-hero-shade { background: linear-gradient(90deg, rgba(8,10,11,.98), rgba(8,10,11,.78) 62%, rgba(8,10,11,.25)); }
  .applications-hero-inner, .ppf-hero-inner { justify-content: flex-start; min-height: 576px; padding: 92px 18px 38px; }
  .applications-hero h1, .ppf-hero h1 { font-size: 48px; }
  .applications-hero-inner > p:not(.kicker), .ppf-hero-inner > p:not(.kicker) { font-size: 14px; }
  .ppf-hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .ppf-hero-actions .btn { width: 100%; }
  .ppf-hero-specs { bottom: -90px; grid-template-columns: 1fr 1fr; width: calc(100% - 36px); }
  .ppf-hero-specs span { padding: 14px 10px; }
  .ppf-hero-specs span:nth-child(2) { border-right: 0; }
  .ppf-hero-specs span:nth-child(-n+2) { border-bottom: 1px solid #383d3f; }
  .applications-intro, .ppf-local { gap: 24px; grid-template-columns: 1fr; margin: 0 18px; padding: 48px 24px; }
  .applications-gallery { grid-auto-rows: 190px; grid-template-columns: 1fr 1fr; margin: 0 18px; }
  .application-photo-wide { grid-column: span 2; }
  .applications-services { grid-template-columns: 1fr; margin: 38px 18px 48px; }
  .applications-services > div { padding: 30px 24px; }
  .ppf-explainer { grid-template-columns: 1fr; margin: 130px 18px 24px; min-height: 0; }
  .ppf-explainer-copy { padding: 38px 24px 42px; }
  .ppf-explainer-media { min-height: 320px; }
  .ppf-benefits { grid-template-columns: 1fr 1fr; margin: 0 18px 48px; }
  .ppf-benefits article { min-height: 230px; padding: 25px 20px; }
  .ppf-process, .ppf-faq { gap: 32px; grid-template-columns: 1fr; margin: 0 18px; padding: 42px 0 54px; }
  .ppf-local { margin-bottom: 48px; }
  .ppf-faq h2, .ppf-process-heading h2, .ppf-explainer-copy h2 { font-size: 40px; }
  .about-page-hero { background-position: 64% center; min-height: 650px; padding-top: 74px; }
  .about-page-hero-shade { background: linear-gradient(90deg, rgba(8,10,11,.98), rgba(8,10,11,.8) 70%, rgba(8,10,11,.28)), linear-gradient(0deg, #101314, transparent 32%); }
  .about-page-hero-inner { justify-content: flex-start; min-height: 576px; padding: 92px 18px 38px; }
  .about-page-hero h1 { font-size: 46px; }
  .about-page-hero-inner > p:not(.kicker) { font-size: 14px; }
  .about-page-actions { align-items: stretch; flex-direction: column; max-width: 330px; width: 100%; }
  .about-page-actions .btn { width: 100%; }
  .about-story { gap: 26px; grid-template-columns: 1fr; margin: 0 18px; padding: 54px 0 44px; }
  .about-story h2, .about-workshop h2 { font-size: 40px; }
  .about-principles { grid-template-columns: 1fr 1fr; margin: 0 18px 48px; }
  .about-principles article { min-height: 220px; padding: 25px 20px; }
  .about-principles h2 { font-size: 18px; margin-top: 34px; }
  .about-workshop { grid-template-columns: 1fr; margin: 0 18px 48px; }
  .about-workshop-copy { padding: 40px 24px; }
  .about-workshop-gallery { grid-auto-rows: 175px; }
  footer { gap: 32px; grid-template-columns: 1fr 1fr; padding: 42px 18px 92px; }
  .footer-brand {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
    text-align: center;
  }
  .site-footer .footer-brand .brand { margin: 0 auto; }
  .site-footer .footer-brand .default-logo { height: auto; width: 210px; }
  .site-footer .footer-brand .default-logo img { height: auto; width: 210px; }
  .footer-brand p { margin: 16px auto 0; max-width: 300px; }
  .footer-socials { justify-content: center; }
  footer > small { grid-column: 1 / -1; }
  .mobile-whatsapp {
    background: var(--gold);
    bottom: 12px;
    color: #0b0d0e;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    left: 12px;
    letter-spacing: .08em;
    padding: 17px;
    position: fixed;
    right: 12px;
    text-transform: uppercase;
    z-index: 30;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-intro { display: none !important; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
