/*
Theme Name: Веранда
Theme URI: https://verandaflowers.ru
Author: Веранда
Author URI: https://verandaflowers.ru
Description: Кастомная блочная (FSE) тема для сервиса сезонной флористики «Веранда». Спокойная редакционная типографика, натуральная палитра, крупные фотографии. Шрифты Cormorant Garamond и Inter подключены локально (без сторонних CDN).
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.1
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veranda
*/

/* Тема управляется через theme.json и шаблоны блоков.
   Здесь — только то, что нельзя выразить в theme.json. */

:root {
  --veranda-ease: cubic-bezier(0.2, 0, 0, 1);
}

/* Плавные якорные переходы, без резкости */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* Аккуратные фокус-стили для доступности (клавиатура) */
:where(a, button, input, textarea, select, .wp-block-button__link, summary):focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Изображения — мягкая подача */
.wp-block-image img { height: auto; }

/* Тонкая ботаническая линия-разделитель */
.wp-block-separator.is-style-veranda-sprig {
  border: 0;
  height: 22px;
  max-width: 120px;
  background: center / contain no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="22" viewBox="0 0 120 22"><g fill="none" stroke="%236F7A63" stroke-width="1" stroke-linecap="round"><path d="M2 11h44M74 11h44"/><path d="M60 4c-4 3-4 11 0 15 4-4 4-12 0-15z"/><path d="M52 8c2 1 5 2 8 3M68 8c-2 1-5 2-8 3M54 14c2 0 4 1 6 2M66 14c-2 0-4 1-6 2"/></g></svg>');
  opacity: 0.9;
}

/* Ссылки в тексте — подчёркивание тоньше и с отступом */
.entry-content a:where(:not(.wp-element-button)),
.wp-block-post-content a:where(:not(.wp-element-button)) {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

/* Капитель для «надзаголовков» (eyebrow) */
.is-style-veranda-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 500;
  color: var(--wp--preset--color--accent);
}
