/* Milana Coach — custom theme
   Brand: rose / violet · Hebrew RTL · expressive typography */

:root {
  --rose-50: #fff1f5;
  --rose-100: #ffe4ec;
  --rose-200: #fecdd9;
  --rose-500: #e11d70;
  --rose-600: #be125f;
  --rose-700: #9d174d;
  --rose-900: #4c0519;
  --violet-500: #7c3aed;
  --violet-600: #6d28d9;
  --ink: #2a1220;
  --muted: #6b4a5a;
  --surface: #fffafb;
  --white: #ffffff;
  --line: rgba(190, 18, 95, 0.12);
  --shadow: 0 24px 60px rgba(76, 5, 25, 0.12);
  --radius: 1.25rem;
  --font-brand: "Caveat", cursive;
  --font-display: "Heebo", "Noto Sans Hebrew", sans-serif;
  --font-body: "Noto Sans Hebrew", "Heebo", sans-serif;
  --container: 72rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 100% -10%, rgba(124, 58, 237, 0.08), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(225, 29, 112, 0.1), transparent 50%),
    linear-gradient(180deg, var(--rose-50) 0%, var(--surface) 40%, var(--white) 100%);
  background-attachment: fixed;
  line-height: 1.7;
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--rose-600); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--violet-600); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--violet-500);
  outline-offset: 3px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  font-weight: 700;
}

p { margin: 0 0 1rem; }

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: linear-gradient(135deg, var(--rose-600), var(--violet-600));
  color: var(--white);
  box-shadow: 0 12px 30px rgba(190, 18, 95, 0.35);
}
.btn--primary:hover { color: var(--white); box-shadow: 0 16px 36px rgba(124, 58, 237, 0.4); }
.btn--ghost {
  background: transparent;
  border-color: rgba(42, 18, 32, 0.2);
  color: var(--ink);
}
.btn--ghost:hover { border-color: var(--rose-500); color: var(--rose-600); }
.btn--whatsapp {
  background: #25d366;
  color: #fff;
}
.btn--whatsapp:hover { background: #1ebe57; color: #fff; }

/* Header — same solid chrome on every page */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fffafb;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(76, 5, 25, 0.04);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1rem;
  min-height: 4.5rem;
  padding-block: 0.65rem;
}
.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  line-height: 1.15;
  min-width: 0;
  color: inherit;
}
.brand:hover { color: inherit; }
.brand__name {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: var(--rose-700);
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.brand__sub {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-desktop {
  display: none;
  align-items: center;
  justify-content: center;
}
.nav-desktop .menu--primary {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-desktop .menu--primary > li {
  position: relative;
  margin: 0;
}
.nav-desktop .menu--primary > li > a {
  display: block;
  color: var(--ink);
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.9rem;
  white-space: nowrap;
  line-height: 1.2;
  background: transparent;
  transition: color 0.2s var(--ease);
}
.nav-desktop .menu--primary > li > a:hover {
  color: var(--rose-600);
  background: transparent;
}
.nav-desktop .current-menu-item > a,
.nav-desktop .current-menu-ancestor > a,
.nav-desktop .current_page_item > a {
  color: var(--rose-700);
  font-weight: 600;
  background: transparent;
}
.nav-desktop .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 12rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  box-shadow: var(--shadow);
  padding: 0.4rem;
  list-style: none;
  margin: 0;
  z-index: 20;
}
.nav-desktop .menu-item-has-children:hover > .sub-menu,
.nav-desktop .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
.nav-desktop .sub-menu a {
  display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  color: var(--ink);
  font-size: 0.9rem;
  white-space: nowrap;
}
.nav-desktop .sub-menu a:hover {
  background: var(--rose-50);
  color: var(--rose-700);
}
.nav-cta {
  display: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.65rem 1.15rem;
  font-size: 0.9rem;
  line-height: 1.2;
}
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--white);
  cursor: pointer;
  justify-self: start;
}
.nav-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--ink);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 2px;
  background: var(--ink);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav-mobile {
  display: none;
  border-top: 1px solid var(--line);
  padding: 0.75rem 0 1.25rem;
  background: #fffafb;
}
.nav-mobile.is-open { display: block; }
.nav-mobile .menu--mobile,
.nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile a {
  display: block;
  padding: 0.85rem 0.25rem;
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.nav-mobile .current-menu-item > a,
.nav-mobile .current_page_item > a {
  color: var(--rose-700);
  font-weight: 600;
}
.nav-mobile .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 1rem 0 0;
}
.nav-mobile .btn {
  width: 100%;
  margin-top: 1rem;
  white-space: nowrap;
}

@media (min-width: 1100px) {
  .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 1.5rem;
  }
  .nav-desktop { display: flex; }
  .nav-cta { display: inline-flex; }
  .nav-toggle,
  .nav-mobile { display: none !important; }
  .brand__name { font-size: 1.35rem; }
}

@media (min-width: 1280px) {
  .nav-desktop .menu--primary > li > a {
    padding: 0.5rem 0.9rem;
    font-size: 0.95rem;
  }
  .nav-cta {
    padding: 0.75rem 1.35rem;
    font-size: 0.95rem;
  }
}

/* Hero — full bleed */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(42, 18, 32, 0.72) 0%, rgba(157, 23, 77, 0.45) 45%, rgba(124, 58, 237, 0.35) 100%),
    radial-gradient(ellipse at 30% 20%, rgba(255, 228, 236, 0.35), transparent 50%),
    linear-gradient(160deg, #9d174d, #6d28d9 70%, #4c0519);
  z-index: -2;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.06) 0 1px, transparent 1px);
  background-size: 48px 48px, 64px 64px;
  opacity: 0.6;
  z-index: -1;
  animation: drift 28s linear infinite;
}
@keyframes drift {
  from { transform: translateY(0); }
  to { transform: translateY(-48px); }
}
.hero__content {
  padding: 7rem 0 4.5rem;
  color: var(--white);
  max-width: 40rem;
}
.hero__brand {
  font-family: var(--font-brand);
  font-size: clamp(3.5rem, 10vw, 6.5rem);
  font-weight: 700;
  line-height: 0.95;
  margin-bottom: 0.75rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.1s forwards;
}
.hero__eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.25s forwards;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 1rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.4s forwards;
}
.hero p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.88);
  max-width: 32rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.55s forwards;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.7s forwards;
}
.hero .btn--primary {
  background: var(--white);
  color: var(--rose-700);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.hero .btn--primary:hover { color: var(--violet-600); }
.hero .btn--ghost {
  border-color: rgba(255,255,255,0.45);
  color: var(--white);
}
.hero .btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sections */
.section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section__head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
.section__head--center {
  text-align: center;
  margin-inline: auto;
}
.section__eyebrow {
  color: var(--rose-600);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.section h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}
.section__lead {
  color: var(--muted);
  font-size: 1.1rem;
}

.grid-3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
.grid-2 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
.grid-4 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.service-link {
  display: block;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  color: inherit;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s;
}
.service-link:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(124, 58, 237, 0.25);
  color: inherit;
}
.service-link__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  background: var(--rose-100);
  color: var(--rose-600);
  margin-bottom: 1.1rem;
}
.service-link h3 { font-size: 1.25rem; }
.service-link p { color: var(--muted); margin-bottom: 0.75rem; }
.service-link__more { color: var(--rose-600); font-weight: 600; }

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1.05fr 0.95fr; gap: 4rem; }
}
.portrait {
  aspect-ratio: 4 / 5;
  border-radius: 1.75rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.4), transparent 40%),
    linear-gradient(160deg, var(--rose-200), #ddd6fe 60%, var(--rose-100));
  display: grid;
  place-items: center;
  color: var(--rose-700);
  font-weight: 600;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.portrait::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% auto;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(124,58,237,0.25), transparent 70%);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.check-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.check-list svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--violet-500);
  margin-top: 0.2rem;
}

/* Testimonials */
.quote-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}
.quote-card__stars { color: #f59e0b; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.quote-card__text { color: var(--muted); font-size: 1.02rem; }
.quote-card__name { font-weight: 700; margin-top: 1rem; }
.quote-card__role { color: var(--muted); font-size: 0.9rem; }

/* CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  padding: clamp(2.5rem, 6vw, 4rem);
  background: linear-gradient(125deg, var(--rose-700), var(--violet-600));
  color: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.cta-band p { color: rgba(255,255,255,0.88); max-width: 34rem; margin-inline: auto; }
.cta-band .btn--primary {
  background: #fff;
  color: var(--rose-700);
  margin-top: 0.5rem;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

/* Blog cards */
.post-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  color: inherit;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  color: inherit;
}
.post-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--rose-100), #ede9fe);
}
.post-card__body { padding: 1.25rem 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.post-card__meta { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.5rem; }
.post-card h3 { font-size: 1.15rem; }
.post-card p { color: var(--muted); flex: 1; }

/* Page hero (inner) */
.page-hero {
  padding: clamp(3rem, 8vw, 5rem) 0 2rem;
}
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  max-width: 20ch;
}
.page-hero .lead {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 40rem;
}

.feature-tile {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--line);
}
.feature-tile h3 { font-size: 1.15rem; }
.feature-tile p { color: var(--muted); margin: 0; }

.step {
  text-align: center;
}
.step__num {
  width: 3.25rem;
  height: 3.25rem;
  margin-inline: auto  ;
  margin-bottom: 1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--rose-600), var(--violet-600));
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
.step h3 { font-size: 1.1rem; }
.step p { color: var(--muted); font-size: 0.95rem; }

.price-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  text-align: center;
}
.price-card--featured {
  border-color: var(--rose-500);
  box-shadow: 0 0 0 1px var(--rose-200);
}
.price-card__price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--rose-600);
  margin-top: 0.5rem;
}

/* Contact */
.contact-layout {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .contact-layout { grid-template-columns: 0.95fr 1.05fr; align-items: start; }
}
.contact-panel {
  padding: 1.75rem;
  border-radius: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-info { display: grid; gap: 1.25rem; }
.contact-info__row {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.contact-info__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: var(--rose-100);
  color: var(--rose-600);
  flex-shrink: 0;
}
.form-field { margin-bottom: 1rem; }
.form-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(42,18,32,0.15);
  background: var(--rose-50);
  font: inherit;
  color: var(--ink);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--violet-500);
  background: #fff;
}
.flash {
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.flash--success { background: #ecfdf5; color: #065f46; }
.flash--error { background: #fef2f2; color: #991b1b; }

.contact-form__submit {
  width: 100%;
  margin-top: 0.35rem;
}
.contact-form__hint {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
}

/* Hide broken CF7 remnants if present */
.contact-panel .wpcf7 { display: none !important; }

.hero__brand {
  font-size: clamp(2.4rem, 7vw, 4.75rem);
}

/* Blog archive / single */
.blog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.blog-toolbar input[type="search"] {
  flex: 1;
  min-width: 12rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font: inherit;
  background: #fff;
}
.chip {
  display: inline-flex;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--rose-100);
  color: var(--rose-700);
  font-size: 0.9rem;
  font-weight: 500;
}
.pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.pagination .page-numbers {
  padding: 0.5rem 0.85rem;
  border-radius: 0.65rem;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}
.pagination .current {
  background: var(--rose-600);
  color: #fff;
  border-color: var(--rose-600);
}
article.single-post { max-width: 46rem; margin-inline: auto; }
.single-post__meta { color: var(--muted); margin-bottom: 1.5rem; }
.single-post__content {
  font-size: 1.08rem;
}
.single-post__content h2,
.single-post__content h3 { margin-top: 2rem; }
.related { margin-top: 3.5rem; }

/* Footer */
.site-footer {
  margin-top: 3rem;
  padding: 3rem 0 2rem;
  background: #fff5f8;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.footer-brand .brand__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  white-space: normal;
}
.footer-brand p { color: var(--muted); max-width: 28rem; }
.footer-title {
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--rose-600); }
.footer-links li { margin-bottom: 0.45rem; }
.socials { display: flex; gap: 0.65rem; margin-top: 1rem; }
.socials a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--rose-600);
}
.footer-copy {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 90;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s var(--ease);
}
.wa-float:hover { transform: scale(1.06); color: #fff; }
.wa-float svg { width: 1.65rem; height: 1.65rem; }

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* WP admin bar offset */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* Screen reader */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
