/*
Theme Name: YZGT 2
Theme URI: https://yzgt.net
Author: YZGT
Author URI: https://yzgt.net
Description: Yozgat kent merkezi. Blok tema, çam ve toprak.
Version: 0.2.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: yzgt2
License: GNU General Public License v2 or later
*/

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/outfit-600.woff2") format("woff2");
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/outfit-700.woff2") format("woff2");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/poppins-400.woff2") format("woff2");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/poppins-600.woff2") format("woff2");
}

:root {
  --yzgt-pine: #1b4332;
  --yzgt-pine-deep: #081c15;
  --yzgt-resin: #40916c;
  --yzgt-earth: #b08968;
  --yzgt-clay: #7f4f24;
  --yzgt-cream: #f4efe6;
  --yzgt-paper: #fffcf7;
  --yzgt-ink: #1a1714;
  --yzgt-muted: #5c564e;
  --yzgt-line: rgba(26, 23, 20, 0.12);
  --yzgt2-hero-scrim: linear-gradient(180deg, rgba(8, 28, 21, 0.45), rgba(8, 28, 21, 0.62));
  --yzgt2-max: 82.5rem;
  --yzgt2-gutter: 1.25rem;
  --yzgt2-band: 3rem;
  --yzgt2-gap: 1.5rem;
  --yzgt2-split-gap: 4rem;
  --yzgt2-radius: 0;
  --yzgt2-card-pad: 1.5rem;
  --yzgt2-shadow-size: 0.5rem;
  --yzgt2-card-shadow: calc(-1 * var(--yzgt2-shadow-size)) var(--yzgt2-shadow-size) 0 var(--yzgt-pine);
  --yzgt2-card-shift: var(--yzgt2-shadow-size) calc(-1 * var(--yzgt2-shadow-size));
  --yzgt2-img-offset: 3.5rem;
  --yzgt2-arrow: 2.5rem;
  --yzgt2-header-z: 1020;
  --yzgt2-focus: 2px solid var(--yzgt-pine);
  --yzgt2-measure: 80ch;
  --yzgt2-measure-wide: 100ch;
  --yzgt2-title-w: 600;
  --yzgt2-title-lh: 1.15;
  --yzgt2-body-size: 1rem;
  --yzgt2-body-lh: 1.6;
  --yzgt2-font-display: Outfit, "Segoe UI", system-ui, sans-serif;
  --yzgt2-font-body: Poppins, "Segoe UI", system-ui, sans-serif;
  --yzgt2-header-h: 6.75rem;
  --yzgt2-ease: cubic-bezier(0.66, 0, 0.34, 1);
}

@media (min-width: 768px) {
  :root {
    --yzgt2-gutter: 1.5rem;
    --yzgt2-band: 5rem;
    --yzgt2-arrow: 3.5rem;
  }
}

@media (min-width: 992px) {
  :root {
    --yzgt2-card-pad: 2.5rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--yzgt-paper);
  color: var(--yzgt-ink);
  font-family: var(--yzgt2-font-body);
  font-size: var(--yzgt2-body-size);
  font-weight: 400;
  line-height: var(--yzgt2-body-lh);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: var(--yzgt-pine);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--yzgt-resin);
}

:focus-visible {
  outline: var(--yzgt2-focus);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 1100;
  background: var(--yzgt-pine-deep);
  color: var(--yzgt-paper);
  padding: 0.4rem 0.75rem;
}

.skip-link:focus {
  top: 0.75rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.yzgt2-wrap {
  width: min(100% - 2 * var(--yzgt2-gutter), var(--yzgt2-max));
  margin-inline: auto;
}

.yzgt2-title {
  margin: 0 0 0.5em;
  font-family: var(--yzgt2-font-display);
  font-weight: var(--yzgt2-title-w);
  line-height: var(--yzgt2-title-lh);
  color: var(--yzgt-ink);
  text-wrap: balance;
}

.yzgt2-title--h1 {
  font-size: 2rem;
}

.yzgt2-title--h2 {
  font-size: 1.875rem;
}

.yzgt2-title--h3 {
  font-size: 1.75rem;
}

.yzgt2-band > .yzgt2-wrap > .yzgt2-title--h3::before,
.yzgt2-intro > .yzgt2-title--h3::before,
.yzgt2-notice .yzgt2-title--h3::before {
  content: "“";
  display: block;
  font-size: 2.5rem;
  line-height: 0.8;
  color: var(--yzgt-earth);
  opacity: 0.4;
  font-weight: 700;
}

.yzgt2-title--h4 {
  font-size: 1.625rem;
}

.yzgt2-title--h5 {
  font-size: 1.5rem;
}

.yzgt2-title--h6 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .yzgt2-title--h1 {
    font-size: 5rem;
  }

  .yzgt2-title--h2 {
    font-size: 4rem;
  }

  .yzgt2-title--h3 {
    font-size: 2.5rem;
  }

  .yzgt2-title--h4 {
    font-size: 2rem;
  }
}

.yzgt2-header {
  position: sticky;
  top: 0;
  z-index: var(--yzgt2-header-z);
  min-height: var(--yzgt2-header-h);
  background: var(--yzgt-paper);
  border-bottom: 1px solid var(--yzgt-line);
}

.yzgt2-header__top {
  background: var(--yzgt-pine-deep);
  color: var(--yzgt-paper);
  padding-block: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .yzgt2-header__top {
    padding-block: 0.25rem;
  }
}

.yzgt2-header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.yzgt2-header__bar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 4.5rem;
  gap: 0.75rem;
}

.yzgt2-wordmark {
  justify-self: center;
  font-family: var(--yzgt2-font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--yzgt-pine);
  text-decoration: none;
}

@media (min-width: 768px) {
  .yzgt2-wordmark {
    font-size: 1.5rem;
  }
}

.yzgt2-wordmark:hover {
  color: var(--yzgt-resin);
}

.yzgt2-menu {
  justify-self: start;
}

.yzgt2-search {
  justify-self: end;
  position: relative;
}

.yzgt2-menu__toggle,
.yzgt2-search__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.6rem;
  background: transparent;
  border: 1px solid var(--yzgt-pine-deep);
  color: var(--yzgt-ink);
  font-family: var(--yzgt2-font-body);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.yzgt2-menu__toggle::-webkit-details-marker,
.yzgt2-search__toggle::-webkit-details-marker {
  display: none;
}

.yzgt2-nav__list,
.yzgt2-nav__drop,
.yzgt2-crumbs__list,
.yzgt2-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yzgt2-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.yzgt2-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 0;
  color: var(--yzgt-ink);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--yzgt-line);
}

.yzgt2-nav a:hover,
.yzgt2-nav .current-menu-item > a {
  color: var(--yzgt-pine);
}

.yzgt2-nav__drop {
  padding-left: 0.75rem;
}

.yzgt2-nav__drop a {
  font-weight: 400;
  font-size: 0.95rem;
}

.yzgt2-menu .yzgt2-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: var(--yzgt2-header-z);
  background: var(--yzgt-paper);
  border-bottom: 1px solid var(--yzgt-pine-deep);
  padding: 0.5rem var(--yzgt2-gutter) 1.25rem;
  max-height: calc(100vh - var(--yzgt2-header-h));
  overflow: auto;
}

.yzgt2-menu:not([open]) .yzgt2-nav {
  display: none;
}

.yzgt2-search__panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  z-index: var(--yzgt2-header-z);
  width: min(22rem, calc(100vw - 2 * var(--yzgt2-gutter)));
  background: var(--yzgt-paper);
  border: 1px solid var(--yzgt-pine-deep);
  padding: 1.25rem;
}

.yzgt2-search[open] .yzgt2-search__panel {
  display: block;
}

@media (min-width: 992px) {
  .yzgt2-menu > summary {
    display: none;
  }

  .yzgt2-menu:not([open]) .yzgt2-nav,
  .yzgt2-menu .yzgt2-nav {
    display: block;
    position: static;
    padding: 0;
    border: 0;
    max-height: none;
    overflow: visible;
  }

  .yzgt2-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  .yzgt2-nav__item {
    position: relative;
  }

  .yzgt2-nav a {
    padding: 1.5rem 1rem;
    border-bottom: 0;
  }

  .yzgt2-nav__drop {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 16rem;
    background: var(--yzgt-paper);
    border: 1px solid var(--yzgt-pine-deep);
    padding: 0.25rem 0;
  }

  .yzgt2-nav__drop a {
    padding: 0.7rem 1rem;
  }

  .yzgt2-nav__item--mega:hover .yzgt2-nav__drop,
  .yzgt2-nav__item--mega:focus-within .yzgt2-nav__drop {
    display: block;
  }
}

.yzgt2-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  color: var(--yzgt-paper);
  overflow: clip;
  background: var(--yzgt-pine-deep);
}

.yzgt2-hero__bg,
.yzgt2-hero__scrim {
  position: absolute;
  inset: 0;
}

.yzgt2-hero__bg {
  z-index: -2;
}

.yzgt2-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yzgt2-hero__scrim {
  z-index: -1;
  background: var(--yzgt2-hero-scrim);
}

.yzgt2-hero__main {
  position: relative;
  padding-block: 7rem;
}

@media (min-width: 768px) {
  .yzgt2-hero__main {
    padding-block: 10rem;
  }
}

.yzgt2-hero .yzgt2-title {
  color: var(--yzgt-paper);
  max-width: 85ch;
}

.yzgt2-hero .yzgt2-title--h3::before {
  display: none;
}

.yzgt2-hero__lede {
  max-width: var(--yzgt2-measure);
  font-size: 1rem;
  line-height: 1.6;
}

.yzgt2-hero__lede p {
  margin: 0 0 0.75rem;
}

.yzgt2-hero__lede p:last-child {
  margin-bottom: 0;
}

.yzgt2-band {
  padding-block: var(--yzgt2-band);
  background: var(--yzgt-paper);
}

.yzgt2-band--cream {
  background: var(--yzgt-cream);
}

.yzgt2-intro {
  max-width: var(--yzgt2-measure-wide);
}

.yzgt2-intro p {
  margin: 0 0 1rem;
}

.yzgt2-notice {
  padding-block: var(--yzgt2-band);
  background: var(--yzgt-cream);
  border-block: 1px solid var(--yzgt-line);
}

.yzgt2-notice p {
  max-width: var(--yzgt2-measure);
  margin: 0 0 1.25rem;
}

.yzgt2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--yzgt-pine);
  border-radius: var(--yzgt2-radius);
  font-family: var(--yzgt2-font-body);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.yzgt2-btn--primary {
  background: var(--yzgt-pine);
  color: var(--yzgt-paper);
}

.yzgt2-btn--primary:hover {
  background: var(--yzgt-resin);
  border-color: var(--yzgt-resin);
  color: var(--yzgt-paper);
}

.yzgt2-btn--ghost {
  background: transparent;
  color: var(--yzgt-ink);
  border-color: var(--yzgt-pine-deep);
}

.yzgt2-arrow {
  display: grid;
  place-items: center;
  width: var(--yzgt2-arrow);
  height: var(--yzgt2-arrow);
  margin-top: auto;
  background: var(--yzgt-pine-deep);
  color: var(--yzgt-paper);
  flex-shrink: 0;
}

.yzgt2-card:hover .yzgt2-arrow,
.yzgt2-tile:hover .yzgt2-arrow {
  background: var(--yzgt-resin);
}

.yzgt2-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--yzgt2-gap);
}

@media (min-width: 768px) {
  .yzgt2-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .yzgt2-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .yzgt2-cards--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

.yzgt2-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--yzgt-paper);
  border: 1px solid var(--yzgt-pine-deep);
  border-radius: var(--yzgt2-radius);
  color: var(--yzgt-ink);
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.35s var(--yzgt2-ease), translate 0.35s var(--yzgt2-ease);
}

.yzgt2-card:hover {
  color: var(--yzgt-ink);
  box-shadow: var(--yzgt2-card-shadow);
  translate: var(--yzgt2-card-shift);
}

.yzgt2-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--yzgt-cream);
  overflow: hidden;
}

.yzgt2-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.yzgt2-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--yzgt2-card-pad);
  gap: 0.5rem;
}

.yzgt2-card__kicker {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--yzgt-muted);
  order: -1;
}

.yzgt2-card__title {
  font-family: var(--yzgt2-font-display);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.yzgt2-card__blurb {
  color: var(--yzgt-muted);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yzgt2-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--yzgt2-gap);
}

@media (min-width: 768px) {
  .yzgt2-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .yzgt2-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.yzgt2-tile {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--yzgt-pine-deep);
  color: var(--yzgt-paper);
  text-decoration: none;
  transition: box-shadow 0.35s var(--yzgt2-ease), translate 0.35s var(--yzgt2-ease);
}

.yzgt2-tile:hover {
  color: var(--yzgt-paper);
  box-shadow: var(--yzgt2-card-shadow);
  translate: var(--yzgt2-card-shift);
}

.yzgt2-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.yzgt2-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, var(--yzgt-pine-deep) 100%);
}

.yzgt2-tile__title {
  position: absolute;
  left: 1rem;
  right: 4.5rem;
  bottom: 1.1rem;
  margin: 0;
  color: var(--yzgt-paper);
}

.yzgt2-tile__title::before {
  display: none;
}

.yzgt2-tile__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.yzgt2-split {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.yzgt2-split__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.yzgt2-split__text {
  max-width: var(--yzgt2-measure);
}

.yzgt2-split__body p {
  margin: 0 0 1rem;
}

.yzgt2-meta {
  margin: 0 0 0.75rem;
  color: var(--yzgt-clay);
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .yzgt2-split {
    grid-template-columns: 5fr 7fr;
    gap: var(--yzgt2-split-gap);
  }

  .yzgt2-split--flip {
    grid-template-columns: 7fr 5fr;
  }

  .yzgt2-split--flip .yzgt2-split__media {
    order: 2;
  }

  .yzgt2-split__media {
    box-shadow: var(--yzgt2-img-offset) var(--yzgt2-img-offset) 0 -2rem var(--yzgt-earth);
  }

  .yzgt2-split--flip .yzgt2-split__media {
    box-shadow: calc(-1 * var(--yzgt2-img-offset)) var(--yzgt2-img-offset) 0 -2rem var(--yzgt-earth);
  }

  .yzgt2-band--cream .yzgt2-split__media {
    box-shadow: var(--yzgt2-img-offset) var(--yzgt2-img-offset) 0 -2rem var(--yzgt-paper);
  }

  .yzgt2-band--cream .yzgt2-split--flip .yzgt2-split__media {
    box-shadow: calc(-1 * var(--yzgt2-img-offset)) var(--yzgt2-img-offset) 0 -2rem var(--yzgt-paper);
  }
}

.yzgt2-pagehead {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.yzgt2-crumbs {
  font-size: 0.875rem;
  color: var(--yzgt-muted);
  margin-bottom: 0.75rem;
}

.yzgt2-crumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
}

.yzgt2-crumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: var(--yzgt-muted);
}

.yzgt2-crumbs a {
  color: var(--yzgt-muted);
  text-decoration: none;
}

.yzgt2-crumbs a:hover {
  color: var(--yzgt-pine);
}

.yzgt2-crumbs [aria-current="page"] {
  font-weight: 600;
}

.yzgt2-archive-intro {
  max-width: var(--yzgt2-measure);
  color: var(--yzgt-muted);
}

.yzgt2-empty {
  color: var(--yzgt-muted);
}

.yzgt2-legal-main {
  background: var(--yzgt-paper);
  padding-block: 2rem 5rem;
}

.yzgt2-legal-wrap {
  max-width: 75ch;
}

.yzgt2-legal .yzgt2-title--h1,
.yzgt2-legal-wrap .yzgt2-title--h3 {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .yzgt2-legal-wrap .yzgt2-title--h3 {
    font-size: 2.5rem;
  }
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
  font-family: var(--yzgt2-font-display);
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
}

.entry-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.75rem;
}

.entry-content h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.25rem;
}

.entry-content p {
  margin: 0 0 1rem;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.entry-content li {
  margin: 0.3rem 0;
}

.entry-content a {
  color: var(--yzgt-pine);
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  margin: 0 0 1.25rem;
}

.entry-content th,
.entry-content td {
  border: 1px solid var(--yzgt-line);
  padding: 0.5rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.entry-content th {
  background: var(--yzgt-cream);
  font-weight: 600;
}

.yzgt2-searchform {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.yzgt2-searchform input[type="search"] {
  flex: 1 1 12rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--yzgt-pine-deep);
  border-radius: 0;
  font-family: var(--yzgt2-font-body);
  font-size: 1rem;
  background: var(--yzgt-paper);
  color: var(--yzgt-ink);
}

.yzgt2-footer {
  background: var(--yzgt-pine-deep);
  color: var(--yzgt-paper);
}

.yzgt2-footer a {
  color: var(--yzgt-paper);
  text-decoration: none;
}

.yzgt2-footer a:hover {
  color: var(--yzgt-earth);
}

.yzgt2-footer__main {
  display: grid;
  gap: 2rem;
  padding-block: 3rem;
}

@media (min-width: 768px) {
  .yzgt2-footer__main {
    grid-template-columns: 1fr 1fr;
    padding-block: 5rem;
  }
}

@media (min-width: 1200px) {
  .yzgt2-footer__main {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.yzgt2-wordmark--foot {
  color: var(--yzgt-paper);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.yzgt2-footer .yzgt2-title {
  color: var(--yzgt-paper);
}

.yzgt2-footer .yzgt2-title--h6::before {
  display: none;
}

.yzgt2-footer__links {
  display: grid;
  gap: 0.45rem;
}

.yzgt2-footer__sub {
  border-top: 1px solid rgba(255, 252, 247, 0.18);
  font-size: 0.875rem;
}

.yzgt2-footer__sub-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-block: 1rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 2rem;
}

.yzgt2-media {
  margin: 0;
}

.yzgt2-media__caption {
  margin: 0.45rem 0 0;
  color: var(--yzgt-muted);
  font-size: 0.875rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .yzgt2-card,
  .yzgt2-tile {
    transition: none;
  }

  .yzgt2-card:hover,
  .yzgt2-tile:hover {
    translate: none;
  }
}

@media (max-width: 767px) {
  .yzgt2-hero__main {
    padding-block: 5rem 3rem;
  }
}

header.wp-block-template-part,
.yzgt2-header {
  position: sticky;
  top: 0;
  z-index: var(--yzgt2-header-z);
}

.yzgt2-header__top-inner,
.yzgt2-header__bar-inner,
.yzgt2-footer__main,
.yzgt2-footer__sub-inner {
  width: min(100% - 2 * var(--yzgt2-gutter), var(--yzgt2-max));
  margin-inline: auto;
}

.yzgt2-wordmark a,
.wp-block-site-title.yzgt2-wordmark a {
  font-family: var(--yzgt2-font-display);
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--yzgt-pine);
  text-decoration: none;
}

.yzgt2-hero .wp-block-post-title,
.yzgt2-hero .wp-block-heading,
.yzgt2-hero .wp-block-post-excerpt,
.yzgt2-hero .wp-block-post-excerpt p {
  color: var(--yzgt-paper);
}

.wp-block-post-template.yzgt2-cards,
.wp-block-post-template.yzgt2-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yzgt2-cards .wp-block-post {
  display: flex;
  height: 100%;
}

.yzgt2-cards .yzgt2-card {
  width: 100%;
}

.yzgt2-query--splits .wp-block-post {
  padding-block: var(--yzgt2-band);
}

.yzgt2-query--splits .wp-block-post:nth-child(even) {
  background: var(--yzgt-cream);
}

@media (min-width: 992px) {
  .yzgt2-query--splits .wp-block-post:nth-child(even) .yzgt2-split {
    grid-template-columns: 7fr 5fr;
  }

  .yzgt2-query--splits .wp-block-post:nth-child(even) .yzgt2-split__media {
    order: 2;
    box-shadow: calc(-1 * var(--yzgt2-img-offset)) var(--yzgt2-img-offset) 0 -2rem var(--yzgt-earth);
  }
}

.wp-block-cover.is-style-yzgt2-hero {
  min-height: 0;
  padding-block: 7rem;
}

.wp-block-group.is-style-yzgt2-band {
  padding-block: var(--yzgt2-band);
}

.wp-block-group.is-style-yzgt2-notice {
  padding-block: var(--yzgt2-band);
  background: var(--yzgt-cream);
}

.wp-block-search.yzgt2-search .wp-block-search__button {
  border-radius: 0;
  background: var(--yzgt-pine);
  color: var(--yzgt-paper);
}

.wp-block-navigation .wp-block-navigation-item__content {
  font-weight: 600;
}

.yzgt2-header .yzgt2-nav {
  justify-self: start;
}

.yzgt2-header .yzgt2-nav .wp-block-navigation-item__content {
  color: var(--yzgt-ink);
  text-decoration: none;
}

.yzgt2-header .yzgt2-nav .wp-block-navigation-item__content:hover,
.yzgt2-header .yzgt2-nav .current-menu-item .wp-block-navigation-item__content {
  color: var(--yzgt-pine);
}

.yzgt2-footer .yzgt2-footer__links .wp-block-navigation-item__content {
  color: inherit;
}

@media (min-width: 992px) {
  .yzgt2-header .wp-block-navigation__responsive-container-open {
    display: none;
  }

  .yzgt2-header .wp-block-navigation__responsive-container {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
  }

  .yzgt2-header .wp-block-navigation__responsive-close,
  .yzgt2-header .wp-block-navigation__responsive-dialog,
  .yzgt2-header .wp-block-navigation__responsive-container-content {
    display: block;
    position: static;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
    overflow: visible;
  }

  .yzgt2-header .yzgt2-nav .wp-block-navigation__container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  .yzgt2-header .yzgt2-nav .wp-block-navigation-item__content {
    padding: 1.5rem 0.7rem;
    border-bottom: 0;
    font-size: 0.9375rem;
  }
}
