/* ===========================================================
   Tierarztpraxis Kay – Stylesheet
   Farben aus Logo: Blau #0076C1, Orange #F39200 / #F89A47
   =========================================================== */

:root {
  --blue: #0076c1;
  --blue-dark: #005a96;
  --blue-darker: #06405f;
  --orange: #f39200;
  --orange-soft: #f89a47;
  --orange-tint: #fff3e6;
  --blue-tint: #eaf4fc;

  --ink: #16242f;
  --body: #41545f;
  --muted: #7a8a95;
  --line: #e4ecf2;
  --bg: #ffffff;
  --bg-soft: #f4f9fd;

  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 4px 16px rgba(6, 64, 95, .06);
  --shadow: 0 18px 40px -18px rgba(6, 64, 95, .22);
  --shadow-lg: 0 30px 60px -25px rgba(6, 64, 95, .35);
  --container: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Poppins", sans-serif; color: var(--ink); line-height: 1.15; font-weight: 600; }
img { max-width: 100%; display: block; }
picture { display: contents; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
svg { fill: currentColor; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.text-blue { color: var(--blue); }
.text-orange { color: var(--orange); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: .95rem;
  padding: .8em 1.6em; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn--lg { padding: 1em 2em; font-size: 1.02rem; }
.btn--accent { background: var(--orange); color: #fff; box-shadow: 0 10px 22px -8px rgba(243,146,0,.6); }
.btn--accent:hover { background: #e08600; transform: translateY(-3px); box-shadow: 0 16px 28px -10px rgba(243,146,0,.7); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 10px 22px -8px rgba(0,118,193,.55); }
.btn--primary:hover { background: var(--blue-dark); transform: translateY(-3px); }
.btn--ghost { background: rgba(255,255,255,.7); color: var(--blue); border-color: rgba(0,118,193,.25); backdrop-filter: blur(6px); }
.btn--ghost:hover { background: #fff; border-color: var(--blue); transform: translateY(-3px); }
.btn--white { background: #fff; color: var(--blue); }
.btn--white:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

/* ---------- Eyebrow / Section heads ---------- */
.eyebrow {
  display: inline-block; font-family: "Poppins", sans-serif; font-weight: 600;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: .9rem;
}
.eyebrow--center { display: block; text-align: center; }
.award {
  display: inline-flex; align-items: center; gap: .5em; margin-bottom: 1.1rem;
  padding: .5em 1em .5em .8em; border-radius: 999px; font-family: "Poppins", sans-serif;
  font-weight: 600; font-size: .82rem; color: #8a5a00;
  background: linear-gradient(135deg, #fff3df, #ffe3bc); border: 1px solid #f3c98a;
  box-shadow: 0 6px 16px -8px rgba(243,146,0,.5);
}
.award svg { width: 17px; height: 17px; fill: var(--orange); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section__head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 64px); text-align: center; }
.section__head h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.section__sub { margin-top: 1rem; color: var(--muted); font-size: 1.06rem; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }

/* ---------- Top bar ---------- */
.topbar { background: var(--blue-darker); color: #dceaf3; font-size: .85rem; }
.topbar__inner { display: flex; gap: 1.6rem; align-items: center; padding: .55rem 0; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 500; }
.topbar a:hover { color: var(--orange-soft); }
.topbar__item { display: inline-flex; align-items: center; gap: .45em; }
.topbar__social { display: inline-flex; align-items: center; gap: .6rem; margin-left: auto; }
.topbar__social a { display: inline-flex; opacity: .85; transition: opacity .2s, transform .2s; }
.topbar__social a:hover { opacity: 1; transform: translateY(-1px); color: var(--orange-soft); }
.topbar__social .ico { width: 18px; height: 18px; }
.ico { width: 16px; height: 16px; flex: none; opacity: .85; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, padding .3s;
}
.header.scrolled { box-shadow: 0 8px 30px -18px rgba(6,64,95,.4); }
.header__inner { display: flex; align-items: center; justify-content: space-between; padding: .7rem 0; }
.brand__logo { height: 52px; width: auto; transition: height .3s; }
.header.scrolled .brand__logo { height: 44px; }
.nav { display: flex; align-items: center; gap: clamp(.6rem, 1.6vw, 1.7rem); }
.nav__link { font-weight: 500; font-size: .96rem; color: var(--ink); position: relative; padding: .3em 0; }
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--orange); transition: width .3s var(--ease);
}
.nav__link:hover { color: var(--blue); }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }
.nav__link.active { color: var(--blue); }
.nav__cta { margin-left: .4rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(48px, 7vw, 96px) 0 clamp(60px, 8vw, 110px); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 500px at 85% -5%, rgba(0,118,193,.12), transparent 60%),
    radial-gradient(700px 500px at -5% 110%, rgba(248,154,71,.16), transparent 60%),
    linear-gradient(180deg, #fff, var(--bg-soft));
}
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.hero h1 { display: flex; flex-direction: column; letter-spacing: -.5px; }
.hero__pre { font-size: clamp(1.15rem, 3.2vw, 1.75rem); font-weight: 600; color: var(--ink); letter-spacing: 0; margin-bottom: .15em; }
.hero__brand { font-size: clamp(2.1rem, 6vw, 3.9rem); font-weight: 700; line-height: 1.04; }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--body); margin: 1.4rem 0 2rem; max-width: 540px; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__badges { display: flex; gap: 1.8rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero__badge { display: flex; flex-direction: column; padding-left: 1rem; border-left: 3px solid var(--orange-soft); }
.hero__badge strong { font-family: "Poppins", sans-serif; color: var(--ink); font-size: 1.05rem; }
.hero__badge span { font-size: .85rem; color: var(--muted); }

.hero__media { position: relative; }
.hero__photo { aspect-ratio: 4/4.4; width: 100%; height: auto; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero__media::before {
  content: ""; position: absolute; inset: auto -18px -18px auto; width: 60%; height: 60%;
  background: repeating-linear-gradient(45deg, rgba(0,118,193,.18) 0 2px, transparent 2px 12px);
  border-radius: var(--radius-lg); z-index: -1;
}
.hero__scroll {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--blue);
  display: grid; place-items: center; box-shadow: var(--shadow-sm); animation: bob 2s infinite;
}
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,6px);} }

/* ---------- Placeholder (bis echte Fotos da sind) ---------- */
.ph {
  position: relative; background:
    linear-gradient(135deg, var(--blue-tint), var(--orange-tint));
  display: grid; place-items: center; overflow: hidden;
}
.ph::after {
  content: attr(data-ph); position: absolute; padding: .5em 1em; text-align: center;
  font-family: "Poppins", sans-serif; font-size: .8rem; color: var(--blue-dark);
  background: rgba(255,255,255,.7); border-radius: 8px; max-width: 80%;
}
.ph::before {
  content: ""; position: absolute; inset: 12px; border: 2px dashed rgba(0,118,193,.35); border-radius: 12px;
}
.ph--map { width: 100%; height: 100%; min-height: 340px; border-radius: var(--radius); }
.ph-text { color: var(--orange); font-style: italic; }

/* ---------- Values ---------- */
.values { background: var(--bg-soft); }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.value-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.6rem; text-align: center; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.value-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.value-card__icon {
  width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 18px;
  display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}
.value-card:nth-child(even) .value-card__icon { background: linear-gradient(135deg, var(--orange-soft), var(--orange)); }
.value-card__icon svg { width: 30px; height: 30px; }
.value-card h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.value-card p { font-size: .95rem; color: var(--muted); }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.about__media { position: relative; }
.about__photo { aspect-ratio: 5/4.4; width: 100%; height: auto; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about__media-accent {
  position: absolute; left: -22px; top: -22px; width: 130px; height: 130px; z-index: -1;
  background: var(--orange-tint); border-radius: var(--radius);
}
.about__text h2 { margin: .2rem 0 1.1rem; }
.about__text p { margin-bottom: 1rem; }
.checklist { margin: 1.4rem 0 2rem; display: grid; gap: .7rem; }
.checklist li { position: relative; padding-left: 2rem; font-weight: 500; color: var(--ink); }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px;
  background: var(--blue); color: #fff; border-radius: 50%; display: grid; place-items: center;
  font-size: .75rem; font-weight: 700;
}

/* ---------- Services ---------- */
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.service {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.4rem; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service__icon {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--blue-tint); color: var(--blue); margin-bottom: 1rem; transition: .3s;
}
.service:hover .service__icon { background: var(--blue); color: #fff; }
.service__icon svg { width: 26px; height: 26px; }
.service h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.service p { font-size: .9rem; color: var(--muted); }

/* ---------- CT-Highlight ---------- */
.ct {
  background:
    radial-gradient(700px 400px at 90% 0%, rgba(0,118,193,.10), transparent 60%),
    linear-gradient(135deg, #eef6fc, #f6fbff);
}
.ct__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.ct__media { position: relative; }
.ct__photo { width: 100%; height: auto; aspect-ratio: 1000/1150; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.ct__badge {
  position: absolute; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: .4em;
  padding: .5em 1em; border-radius: 999px; background: var(--orange); color: #fff;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: .8rem;
  box-shadow: 0 10px 22px -8px rgba(243,146,0,.7);
}
.ct__badge svg { width: 16px; height: 16px; }
.ct__text h2 { margin: .2rem 0 1.1rem; }

/* ---------- Team ---------- */
.team { background: var(--bg-soft); }
.team__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; max-width: 820px; margin: 0 auto; }
.team-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.team-card__photo { aspect-ratio: 4/3.4; width: 100%; height: auto; object-fit: cover; }
.team-card__mono {
  display: grid; place-items: center; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}
.team-card__initials {
  font-family: "Poppins", sans-serif; font-weight: 700; color: #fff;
  font-size: clamp(3rem, 7vw, 4.4rem); letter-spacing: .04em; z-index: 1;
}
.team-card__paw { position: absolute; right: -14px; bottom: -14px; width: 130px; height: 130px; fill: rgba(255,255,255,.12); }
.team-card__body { padding: 1.6rem 1.7rem 2rem; }
.team-card__body h3 { font-size: 1.3rem; }
.team-card__role { display: inline-block; color: var(--orange); font-weight: 600; font-size: .9rem; margin: .25rem 0 .8rem; }
.team-card__body p { font-size: .95rem; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 232px; gap: 1rem;
}
.gallery__item { border-radius: var(--radius); overflow: hidden; }
.gallery__item.tall { grid-row: span 2; }
.gallery__item.wide { grid-column: span 2; }
.gallery__item .ph { width: 100%; height: 100%; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }

/* ---------- FAQ ---------- */
.faq__wrap { max-width: 820px; margin: 0 auto; }
.faq__list { display: grid; gap: .9rem; }
.faq__item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0 1.4rem; transition: box-shadow .25s, border-color .25s;
}
.faq__item[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq__item summary {
  list-style: none; cursor: pointer; padding: 1.15rem 2rem 1.15rem 0; position: relative;
  font-family: "Poppins", sans-serif; font-weight: 600; color: var(--ink); font-size: 1.02rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%; background: var(--blue-tint); color: var(--blue);
  display: grid; place-items: center; font-size: 1.2rem; line-height: 1; transition: transform .3s, background .3s, color .3s;
}
.faq__item[open] summary::after { content: "−"; background: var(--orange); color: #fff; }
.faq__item summary:hover { color: var(--blue); }
.faq__answer { padding: 0 0 1.2rem; color: var(--muted); }
.faq__answer a { color: var(--blue); font-weight: 500; }
.faq__answer a:hover { color: var(--orange); }

/* ---------- CTA ---------- */
.cta { background: linear-gradient(120deg, var(--blue), var(--blue-dark)); color: #fff; }
.cta__inner { padding: clamp(48px,7vw,80px) 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cta p { color: rgba(255,255,255,.85); margin-top: .5rem; }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 64px); align-items: stretch; }
.contact__info h2 { margin: .2rem 0 1.6rem; }
.contact__list { display: grid; gap: 1.2rem; margin-bottom: 2.2rem; }
.contact__list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact__ic {
  width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: var(--orange-tint); color: var(--orange);
}
.contact__ic svg { width: 22px; height: 22px; }
.contact__list strong { display: block; font-family: "Poppins", sans-serif; color: var(--ink); font-size: .98rem; }
.contact__list a:hover { color: var(--blue); }
.hours { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.6rem; }
.hours h3 { font-size: 1.15rem; margin-bottom: .8rem; }
.hours__table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours__table td { padding: .5rem 0; border-bottom: 1px solid var(--line); }
.hours__table td:last-child { text-align: right; font-weight: 600; color: var(--ink); }
.hours__table tr:last-child td { border-bottom: 0; }
.hours__note { margin-top: 1rem; font-size: .9rem; color: var(--muted); }
.contact__map { min-height: 360px; }
.mapcard {
  position: relative; display: block; width: 100%; height: 100%; min-height: 360px;
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.mapcard img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.mapcard:hover img { transform: scale(1.04); }
.mapcard__hint {
  position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: .4em;
  padding: .5em .9em; border-radius: 999px; background: rgba(255,255,255,.94);
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: .82rem; color: var(--blue);
  box-shadow: var(--shadow-sm);
}
.mapcard__hint svg { width: 15px; height: 15px; fill: var(--orange); }

/* ---------- Footer ---------- */
.footer { background: var(--blue-darker); color: #b9cedb; padding-top: clamp(48px, 6vw, 72px); }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.6rem; }
.footer__logo { height: 50px; background: #fff; padding: 8px 12px; border-radius: 10px; margin-bottom: 1rem; }
.footer__brand p { font-size: .92rem; max-width: 300px; }
.social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.social__link {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.14);
  transition: background .25s, transform .25s, border-color .25s;
}
.social__link svg { width: 21px; height: 21px; }
.social__link:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-3px); }
.footer__col h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer__col a { display: block; padding: .3rem 0; font-size: .92rem; transition: color .2s, padding-left .2s; }
.footer__col a:hover { color: var(--orange-soft); padding-left: 4px; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 1.2rem 0; font-size: .85rem; }

/* ---------- Floating action button ---------- */
.fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: inline-flex; align-items: center; gap: .5em; padding: .8em 1.2em;
  background: var(--orange); color: #fff; border-radius: 999px; font-family: "Poppins", sans-serif;
  font-weight: 600; font-size: .9rem; box-shadow: 0 12px 26px -8px rgba(243,146,0,.7);
  transition: transform .25s var(--ease); opacity: 0; transform: translateY(20px); pointer-events: none;
}
.fab.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fab:hover { transform: translateY(-3px); }
.fab svg { width: 18px; height: 18px; }

/* ---------- Reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; max-width: 460px; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 520px; }
  .ct__grid { grid-template-columns: 1fr; }
  .ct__media { order: -1; max-width: 520px; }
  .contact__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .topbar__item--hide { display: none; }
}
@media (max-width: 760px) {
  .header { backdrop-filter: none; background: #fff; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(82%, 320px); height: 100vh; height: 100dvh;
    background: #fff; overflow-y: auto;
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 90px 28px 28px; gap: .4rem; transform: translateX(100%);
    transition: transform .35s var(--ease); box-shadow: -20px 0 50px -20px rgba(6,64,95,.4); z-index: 99;
  }
  .nav.open { transform: translateX(0); }
  .nav__link { font-size: 1.1rem; width: 100%; padding: .6rem 0; border-bottom: 1px solid var(--line); }
  .nav__cta { margin: 1rem 0 0; width: 100%; }
  .nav-toggle { display: flex; z-index: 100; }
  .team__grid { grid-template-columns: 1fr; }
  .cta__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .cards-4, .services__grid, .gallery__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .gallery__item.wide, .gallery__item.tall { grid-column: auto; grid-row: auto; }
  .hero__actions .btn { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
}
