/*
Theme Name: APK Station Novium Pro
Theme URI: https://example.com/
Author: IZM
Author URI: https://example.com/
Description: Professionele one-page WordPress website voor APK Station Novium met garage uitstraling, echte foto-secties, MetForm contactruimte, WhatsApp quick link en mobiel burgermenu.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: apk-station-novium
*/

:root {
  --orange: #f47a20;
  --orange-dark: #c9540e;
  --orange-soft: #fff1e6;
  --black: #111111;
  --black-2: #1c1c1d;
  --black-3: #2a2a2b;
  --ink: #202124;
  --muted: #696f79;
  --line: #e6e6e6;
  --soft: #f6f4f1;
  --white: #ffffff;
  --green: #25d366;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
svg { width: 1.1em; height: 1.1em; fill: currentColor; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section-pad { padding: 86px 0; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  z-index: 999999;
  background: var(--black);
  color: var(--white);
  padding: 10px 16px;
  left: 12px;
  top: 12px;
}

h1, h2, h3 { margin: 0 0 14px; color: var(--black); line-height: 1.12; }
h1 { font-size: clamp(2.35rem, 4.6vw, 4.4rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 3.4vw, 3.1rem); letter-spacing: -0.025em; }
h3 { font-size: 1.2rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}
.eyebrow.light { color: #ffb06d; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: .95rem;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 26px rgba(244, 122, 32, .26); }
.btn-orange:hover { background: var(--orange-dark); }
.btn-light { color: var(--black); background: var(--white); border-color: rgba(255,255,255,.5); }
.btn-small { min-height: 42px; padding: 11px 15px; border-radius: 9px; }

/* Top announcement */
.announcement-bar {
  background: var(--black);
  color: var(--white);
  font-size: .92rem;
  position: relative;
  z-index: 60;
}
.announcement-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.announcement-text,
.announcement-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.announcement-text strong { color: var(--orange); }
.announcement-links a {
  font-weight: 800;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.45);
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(244,122,32,.18);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(17,17,17,.08);
  transition: box-shadow .22s ease, background .22s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(17,17,17,.08); background: #fff; }
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  width: 188px;
  flex: 0 0 auto;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: var(--orange);
  box-shadow: 0 8px 20px rgba(17,17,17,.08);
}
.brand img,
.brand .custom-logo-link img { width: 100%; display: block; }
.nav-menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  font-size: .93rem;
  font-weight: 800;
}
.nav-menu-list a { position: relative; padding: 26px 0; }
.nav-menu-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-menu-list a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  white-space: nowrap;
}
.nav-phone svg { color: var(--orange); }
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: var(--black);
  padding: 11px;
  cursor: pointer;
}
.mobile-menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero {
  min-height: 670px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(.95) contrast(1.05);
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.58) 42%, rgba(0,0,0,.24)),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.55));
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) 360px;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  padding: 92px 0;
}
.hero-panel {
  max-width: 730px;
  color: var(--white);
}
.hero-panel h1 { color: var(--white); max-width: 760px; }
.hero-panel p {
  max-width: 610px;
  color: rgba(255,255,255,.84);
  font-size: 1.08rem;
  margin: 18px 0 0;
}
.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.hero-kicker span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-info {
  display: grid;
  gap: 14px;
  align-self: end;
}
.hero-info-card {
  background: rgba(255,255,255,.94);
  color: var(--black);
  border-radius: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--orange);
}
.hero-info-card strong { display: block; font-size: .98rem; line-height: 1.25; }
.hero-info-card span { display: block; color: var(--muted); font-size: .88rem; }
.hero-info-card img { width: 44px; max-height: 66px; object-fit: contain; }
.hero-info-card svg { width: 34px; height: 34px; color: var(--orange); }

/* Quick strip */
.quick-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.quick-item {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
  font-weight: 800;
  color: var(--black);
}
.quick-item:first-child { border-left: 1px solid var(--line); }
.quick-item svg { width: 30px; height: 30px; color: var(--orange); flex: 0 0 auto; }

/* Welcome */
.welcome-section { background: var(--soft); }
.welcome-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 64px;
}
.photo-stack { position: relative; min-height: 520px; }
.photo-main,
.photo-small,
.services-photo,
.contact-photo {
  background-size: cover;
  background-position: center;
  background-color: #d8d6d2;
}
.photo-main {
  position: absolute;
  inset: 0 80px 42px 0;
  border-radius: var(--radius);
  margin: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.photo-main::after,
.services-photo::after,
.contact-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.58));
}
.photo-main figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: var(--white);
  font-weight: 800;
}
.photo-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 210px;
  border: 8px solid var(--soft);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(17,17,17,.18);
}
.welcome-copy p { color: var(--muted); font-size: 1.03rem; }
.checked-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.checked-list.two-cols { grid-template-columns: repeat(2, 1fr); }
.checked-list span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 800;
  color: var(--black);
}
.checked-list svg { margin-top: 3px; color: var(--orange); flex: 0 0 auto; }

/* About */
.about-section {
  background: var(--black);
  color: rgba(255,255,255,.8);
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0, rgba(255,255,255,.04) 1px, transparent 1px, transparent 18px);
  opacity: .5;
}
.about-grid {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
}
.about-copy h2 { color: var(--white); }
.about-copy p { color: rgba(255,255,255,.76); }
.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-points article {
  padding: 24px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.about-points article span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 18px;
}
.about-points h3 { color: var(--white); }
.about-points p { color: rgba(255,255,255,.7); font-size: .95rem; }

/* Services */
.services-section { background: var(--white); }
.section-head-split {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px);
  gap: 44px;
  align-items: end;
  margin-bottom: 38px;
}
.section-head-split p { color: var(--muted); font-size: 1.03rem; margin-bottom: 0; }
.services-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 24px;
  align-items: stretch;
}
.services-photo {
  position: relative;
  min-height: 540px;
  border-radius: var(--radius);
  overflow: hidden;
}
.services-photo-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  background: rgba(255,255,255,.94);
  padding: 17px;
  border-radius: 14px;
  border-left: 5px solid var(--orange);
}
.services-photo-card strong { display: block; color: var(--black); }
.services-photo-card span { color: var(--muted); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(17,17,17,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(244,122,32,.35); box-shadow: 0 18px 44px rgba(17,17,17,.1); }
.service-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  margin-bottom: 16px;
}
.service-icon svg { width: 26px; height: 26px; }
.service-card p { color: var(--muted); font-size: .96rem; margin-bottom: 0; }

/* Process */
.process-section {
  padding: 54px 0;
  background: var(--orange);
  color: var(--white);
}
.process-grid {
  display: grid;
  grid-template-columns: .45fr 1fr;
  gap: 36px;
  align-items: center;
}
.process-heading h2 { color: var(--white); }
.process-heading .eyebrow { color: rgba(255,255,255,.86); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.process-steps article {
  background: rgba(255,255,255,.96);
  color: var(--black);
  padding: 22px;
  border-radius: 16px;
}
.process-steps span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 16px;
}
.process-steps p { color: var(--muted); font-size: .94rem; margin-bottom: 0; }

/* Packages */
.packages-section { background: var(--soft); }
.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.package-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 14px 36px rgba(17,17,17,.06);
  position: relative;
  overflow: hidden;
}
.package-card.featured {
  border-color: rgba(244,122,32,.55);
  box-shadow: 0 20px 48px rgba(244,122,32,.14);
}
.package-card.featured::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: var(--orange);
}
.package-card.custom {
  background: var(--black);
  color: rgba(255,255,255,.8);
  border-color: var(--black);
}
.package-card.custom h3 { color: var(--white); }
.package-top p { color: var(--muted); font-size: .95rem; }
.package-card.custom .package-top p { color: rgba(255,255,255,.72); }
.package-label {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.package-card.custom .package-label { background: rgba(244,122,32,.18); color: #ffb06d; }
.package-card ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 26px;
  display: grid;
  gap: 10px;
}
.package-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: .94rem;
}
.package-card.custom li { color: rgba(255,255,255,.72); }
.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}
.package-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  background: var(--black);
  color: var(--white);
  font-weight: 900;
  padding: 12px 16px;
}
.package-link:hover { background: var(--orange); }
.package-card.custom .package-link { background: var(--orange); color: var(--white); }
.package-card.custom .package-link:hover { background: var(--white); color: var(--black); }

/* Reviews */
.reviews-section { background: var(--black); color: rgba(255,255,255,.78); }
.reviews-grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 42px;
  align-items: center;
}
.reviews-copy h2 { color: var(--white); }
.reviews-copy p { color: rgba(255,255,255,.72); }
.reviews-widget {
  background: var(--white);
  color: var(--black);
  border-radius: 18px;
  padding: 24px;
  min-height: 260px;
}
.google-placeholder { border: 1px dashed rgba(17,17,17,.18); border-radius: 14px; padding: 24px; }
.google-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.g-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soft);
  font-size: 1.5rem;
  font-weight: 900;
  color: #4285f4;
}
.google-top strong { display: block; }
.google-top span { color: var(--muted); font-size: .93rem; }
.star-line { display: flex; gap: 5px; color: #fbbc04; margin-bottom: 22px; }
.star-line svg { width: 19px; height: 19px; }
.review-skeleton { height: 14px; border-radius: 999px; background: #ececec; margin-bottom: 10px; }
.review-skeleton.short { width: 62%; }

/* Contact */
.contact-section { background: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
}
.contact-side { display: grid; gap: 16px; }
.contact-photo {
  min-height: 300px;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.contact-details-card,
.form-panel {
  border-radius: var(--radius);
  background: var(--soft);
  padding: 28px;
  border: 1px solid rgba(17,17,17,.08);
}
.contact-details-card p { color: var(--muted); }
.contact-actions-list { display: grid; gap: 10px; margin-top: 22px; }
.contact-actions-list a,
.contact-actions-list > span {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font-weight: 800;
}
.contact-actions-list svg { color: var(--orange); width: 23px; height: 23px; flex: 0 0 auto; }
.form-panel { background: var(--black); color: rgba(255,255,255,.78); }
.form-panel h3 { color: var(--white); font-size: 1.8rem; }
.form-panel-head span {
  display: inline-flex;
  color: #ffb06d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form-panel-head p { color: rgba(255,255,255,.72); }
.metform-placeholder { display: grid; gap: 12px; margin-top: 22px; }
.fake-field {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.58);
}
.fake-field.large { min-height: 118px; align-items: flex-start; }
.fake-button {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
}
.metform-output { margin-top: 22px; }
.form-panel input,
.form-panel textarea,
.form-panel select {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}
.form-panel button,
.form-panel input[type="submit"] {
  background: var(--orange) !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: 0 !important;
  font-weight: 900 !important;
}

/* Footer */
.site-footer { background: #0b0b0c; color: rgba(255,255,255,.76); }
.footer-top {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr .65fr;
  gap: 34px;
  padding: 64px 0 36px;
}
.footer-logo {
  display: block;
  width: 196px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--orange);
  margin-bottom: 18px;
}
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.68); }
.footer-col h3 { color: var(--white); margin-bottom: 18px; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-list a,
.footer-list span { display: flex; gap: 9px; align-items: flex-start; }
.footer-list svg { color: var(--orange); margin-top: 3px; flex: 0 0 auto; }
.opening-lines { color: rgba(255,255,255,.68); }
.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(37,211,102,.14);
  color: #bdf8d0;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 900;
}
.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.footer-socials a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: var(--white);
}
.footer-socials a:hover { background: var(--orange); }
.footer-rdw img { width: 62px; background: #fff; border-radius: 10px; padding: 7px; margin-bottom: 12px; }
.footer-map-wrap { padding-bottom: 34px; }
.footer-map {
  width: 100%;
  min-height: 300px;
  border: 0;
  border-radius: 18px;
  filter: grayscale(.12);
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner {
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: .9rem;
  color: rgba(255,255,255,.56);
}
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(37,211,102,.28);
}
.floating-whatsapp svg { width: 22px; height: 22px; }
.content-page { max-width: 820px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .service-card:hover { transform: none; }
}

@media (max-width: 1120px) {
  .nav-actions .btn { display: none; }
  .nav-menu-list { gap: 16px; }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  body.admin-bar .site-header { top: 46px; }
  .announcement-inner { justify-content: center; text-align: center; }
  .announcement-links { display: none; }
  .mobile-menu-toggle { display: block; order: 3; }
  .brand { width: 160px; }
  .nav-actions { margin-left: auto; }
  .nav-phone span { display: none; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    background: #fff;
    border: 1px solid rgba(17,17,17,.1);
    border-radius: 14px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-menu-list { display: grid; gap: 0; padding: 8px; }
  .nav-menu-list a { display: block; padding: 13px 12px; border-radius: 10px; }
  .nav-menu-list a::after { display: none; }
  .nav-menu-list a:hover { background: var(--orange-soft); }
  .hero { min-height: 620px; }
  .hero-inner { grid-template-columns: 1fr; padding: 72px 0; }
  .hero-info { grid-template-columns: repeat(2, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .welcome-grid,
  .about-grid,
  .services-layout,
  .process-grid,
  .reviews-grid,
  .contact-grid,
  .section-head-split { grid-template-columns: 1fr; }
  .photo-stack { min-height: 470px; }
  .about-points { grid-template-columns: 1fr; }
  .services-photo { min-height: 360px; }
  .process-steps { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section-pad { padding: 62px 0; }
  h1 { font-size: clamp(2rem, 11vw, 3.1rem); }
  h2 { font-size: clamp(1.75rem, 9vw, 2.4rem); }
  .announcement-bar { font-size: .86rem; }
  .nav-wrap { min-height: 68px; gap: 12px; }
  .brand { width: 140px; }
  .hero-panel p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-info { grid-template-columns: 1fr; }
  .quick-grid,
  .checked-list.two-cols,
  .services-grid,
  .packages-grid,
  .footer-top { grid-template-columns: 1fr; }
  .quick-item,
  .quick-item:first-child,
  .quick-item:nth-child(odd) { border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
  .photo-stack { min-height: 390px; }
  .photo-main { inset: 0 0 70px 0; }
  .photo-small { width: 200px; height: 150px; border-width: 6px; }
  .section-head-split { gap: 12px; margin-bottom: 26px; }
  .footer-bottom-inner { flex-direction: column; justify-content: center; text-align: center; padding: 14px 0; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 54px; height: 54px; justify-content: center; padding: 0; }
}
.brand.custom-brand { display: flex; align-items: center; justify-content: center; }
.brand.custom-brand .custom-logo-link { display: block; width: 100%; }
