/*
Theme Name:   M Group
Theme URI:    https://mgroup.ge
Author:       M Group
Description:  Typography-led theme for M Group — restaurants, a rooftop terrace, a lake resort and a catering house in Tbilisi and Kakheti. Content architecture lives in the M Group Core plugin.
Version:      1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  mgroup
Tags:         restaurant, hospitality, custom-logo, custom-menu, translation-ready
*/

/*
   The design system is in assets/css/site.css, enqueued ahead of this file.
   Keep this sheet for overrides only, so a child theme has somewhere obvious
   to sit and the main sheet stays the single source of truth.
*/

/* WordPress core markup the design does not otherwise style. */

.screen-reader-text{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}
.screen-reader-text:focus{
  position:fixed;top:14px;left:14px;z-index:300;
  width:auto;height:auto;clip:auto;margin:0;
  padding:12px 18px;border-radius:999px;
  background:var(--paper);color:var(--ink);
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;
}

.alignwide{width:100%}
.alignfull{width:100%}
.aligncenter{margin-inline:auto;display:block}

.wp-caption{margin:0}
.wp-caption-text{margin-top:10px;font-size:12px;opacity:.55}

/* Editor-authored body copy inside single templates. */
.entry__body > *{max-width:62ch}
.entry__body > * + *{margin-top:1.15em}
.entry__body a{text-decoration:underline;text-underline-offset:3px}
.entry__body img,
.entry__body figure{max-width:100%;height:auto}

/* Pagination */
.pager{
  display:flex;gap:18px;margin-top:clamp(40px,6vh,80px);
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;
}
.pager a,.pager span{opacity:.5;transition:opacity .45s var(--e-soft)}
.pager a:hover{opacity:1}
.pager .current{opacity:1}
