/*
Theme Name: Sintez Brine
Description: Child theme of Twenty Twenty-Five that reproduces the look of the former Squarespace (Brine) site of Синтез Україна.
Template: twentytwentyfive
Version: 1.0.0
Author: sintez.site
Text Domain: sintez-brine
*/

/* Active menu item in the Squarespace accent colour */
.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .current-menu-ancestor > a { color: var(--wp--preset--color--accent); }
.wp-block-navigation a:hover { color: var(--wp--preset--color--accent); }

/* Post lists: keep thumbnails compact, like the Brine stacked list */
.wp-block-post-template .wp-block-post-featured-image img { max-height: 320px; object-fit: cover; }

/* Single posts: less empty space between header and title */
.wp-site-blocks > main.wp-block-group { margin-top: 0; }

/* Quote citation and post meta line, Brine style */
.wp-block-quote.has-text-align-center cite,
.wp-block-quote cite { display: block; margin-top: 1.2em; font-style: normal; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--wp--preset--color--accent); }
.wp-block-post-terms + .wp-block-post-terms::before { content: "·"; margin: 0 0.6em; color: var(--wp--preset--color--accent); }
.wp-block-post-terms a { text-decoration: none; }
.wp-block-post-navigation-link { max-width: 48%; }
.wp-block-post-navigation-link .post-navigation-link__label { display: block; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--wp--preset--color--accent); }

/* Header: on phones stack logo above the menu button, both centred */
@media (max-width: 781px) {
  .wp-site-blocks > header .wp-block-columns > .wp-block-column:first-child { display: none; }
  .wp-site-blocks > header .wp-block-navigation { justify-content: center; }
  .wp-site-blocks > header .wp-block-site-logo img { width: 120px; }
}

/* Search field, Squarespace style: flat bar, magnifier on the left, no button (Enter submits) */
.wp-block-search.sintez-search .wp-block-search__inside-wrapper { border: 0; padding: 0; }
.wp-block-search.sintez-search .wp-block-search__input {
  width: 100%;
  border: 1px solid #d5d8dc;
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239aa3ad' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cline x1='15.5' y1='15.5' x2='21' y2='21'/%3E%3C/svg%3E") no-repeat 14px center;
  padding: 13px 14px 13px 44px;
  font-family: var(--wp--preset--font-family--system-sans);
  font-size: 0.95rem;
  color: var(--wp--preset--color--contrast);
}
.wp-block-search.sintez-search .wp-block-search__input::placeholder { color: #8a94a0; }
.wp-block-search.sintez-search .wp-block-search__input:focus { outline: none; border-color: var(--wp--preset--color--contrast-soft); box-shadow: none; }
