/*
Theme Name: Dr. Tsotsko SK
Theme URI: https://www.drtsotsko.com
Author: Dr. Tsotsko
Description: Slovenská landing page téma pre stomatologickú kliniku Dr. Tsotsko v Užhorode. Dental tourism, All-on-6, implantáty a estetická stomatológia. Full Site Editing (FSE) s block patterns.
Version: 1.5.2
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drtsotsko-sk
*/

/* Base: scroll & body */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Reveal animation (Intersection Observer) */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.delay-100 { transition-delay: 0.1s; }
.reveal.delay-200 { transition-delay: 0.2s; }

/* Mobile drawer styles: assets/css/theme.css */

/* FAQ details: hide default marker */
details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  content: "";
}

/* Hero gradient overlay */
.bg-hero-gradient {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.5) 100%);
}

/* Container utility (if not using block layout) */
.wp-block-group.is-layout-constrained > .alignwide {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Header/footer layout lives in assets/css/theme.css */

/* Focus visible for a11y */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
}
