@charset "UTF-8";
/*!
Theme Name: agrapar
Theme URI: http://underscores.me/
Author: agrapar
Author URI: http://agrapar
Description: agrapar
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agrapar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Header */
.site-header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, backdrop-filter 200ms ease;
}

/* 404 page: force solid header so the menu is always visible on light backgrounds */
body.error404 .site-header {
  background: rgb(81, 101, 50);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled {
  background: rgb(81, 101, 50);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.header-left {
  justify-self: start;
}

.header-center {
  justify-self: center;
}

.header-right {
  justify-self: end;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo img,
.custom-logo-link img {
  display: block;
  height: 64px;
  width: auto;
}

.main-navigation {
  margin: 0;
  padding: 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

/* Ensure no gaps inside dropdown lists */
.sub-menu {
  gap: 0 !important;
}

/* Desktop dropdown sub-menus (card style like screenshot) */
@media (min-width: 1200px) {
  .main-navigation li {
    position: relative;
  }
  .main-navigation .sub-menu,
  .main-navigation .children {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 280px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 18px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 170ms ease, transform 170ms ease, visibility 0s linear 170ms;
    z-index: 70;
  }
  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu,
  .main-navigation li:hover > .children,
  .main-navigation li:focus-within > .children,
  .main-navigation li.focus > .sub-menu,
  .main-navigation li.focus > .children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 170ms ease, transform 170ms ease, visibility 0s;
  }
  .main-navigation .sub-menu li,
  .main-navigation .children li {
    width: 100%;
  }
  .main-navigation .sub-menu li + li,
  .main-navigation .children li + li {
    margin-top: 0;
  }
  .main-navigation .sub-menu a,
  .main-navigation .children a,
  .main-navigation .sub-menu .menu-parent,
  .main-navigation .children .menu-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 18px;
    border-radius: 0;
    color: var(--brand-navy);
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }
  /* No gaps between items: use dividers instead */
  .main-navigation .sub-menu li,
  .main-navigation .children li {
    margin: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  }
  .main-navigation .sub-menu li:last-child,
  .main-navigation .children li:last-child {
    border-bottom: 0;
  }
  /* Nested dropdowns fly out to the right */
  .main-navigation .sub-menu .sub-menu,
  .main-navigation .children .children {
    top: -8px;
    left: calc(100% + 10px);
  }
  /* Arrow only on dropdown items that have nested children */
  .main-navigation .sub-menu li.menu-item-has-children > a::after,
  .main-navigation .sub-menu li.page_item_has_children > a::after,
  .main-navigation .children li.menu-item-has-children > a::after,
  .main-navigation .children li.page_item_has_children > a::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("img/arrow-icon-right.svg") no-repeat center/contain;
    opacity: 0.85;
    flex: 0 0 auto;
  }
  .main-navigation .sub-menu li.menu-item-has-children > .menu-parent::after,
  .main-navigation .sub-menu li.page_item_has_children > .menu-parent::after,
  .main-navigation .children li.menu-item-has-children > .menu-parent::after,
  .main-navigation .children li.page_item_has_children > .menu-parent::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("img/arrow-icon-right.svg") no-repeat center/contain;
    opacity: 0.85;
    flex: 0 0 auto;
  }
}
.main-navigation a,
.main-navigation .menu-parent {
  display: inline-flex;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 10px 8px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.header-cta img {
  filter: invert(1);
}

.header-cta:hover,
.header-cta:focus-visible {
  filter: brightness(0.95);
  outline: none;
}

/* Header language dropdown (static HTML demo) */
.header-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-lang__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-lang__toggle::-webkit-details-marker {
  display: none;
}

/* Firefox / modern browsers */
.header-lang__toggle::marker {
  content: "";
}

.header-lang__toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.85;
}

.header-lang[open] .header-lang__toggle::after {
  transform: rotate(-135deg);
}

.header-lang__toggle:hover,
.header-lang__toggle:focus-visible {
  filter: brightness(0.98);
  outline: none;
}

.header-lang__flag {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 22px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.header-lang__label {
  line-height: 1;
}

/* Minimal inline SVG flags (EN=UK, TR=Turkey) */
.header-lang[data-current-lang="EN"] .header-lang__flag {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><rect width='60' height='60' fill='%23012169'/><path d='M0 0 L60 60 M60 0 L0 60' stroke='%23ffffff' stroke-width='12'/><path d='M0 0 L60 60 M60 0 L0 60' stroke='%23C8102E' stroke-width='6'/><path d='M30 0v60M0 30h60' stroke='%23ffffff' stroke-width='20'/><path d='M30 0v60M0 30h60' stroke='%23C8102E' stroke-width='10'/></svg>");
}

.header-lang[data-current-lang="TR"] .header-lang__flag {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><rect width='60' height='60' fill='%23E30A17'/><circle cx='24' cy='30' r='14' fill='%23ffffff'/><circle cx='28' cy='30' r='11' fill='%23E30A17'/><path d='M39 30 l7 2 -4 6 0 -7 4 6z' fill='%23ffffff' transform='translate(-1,-6) scale(1.1)'/></svg>");
}

.header-lang__menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 96px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  z-index: 80;
}

.header-lang__item {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--brand-navy);
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

.header-lang__item:hover,
.header-lang__item:focus-visible {
  background: rgba(81, 101, 50, 0.10);
  outline: none;
}

/* Mobile menu button (kept compatible with existing header.php markup) */
.menu-toggle {
  display: none;
}

/* Mobile-only elements should never appear on desktop */
.nav-overlay,
.mobile-drawer-header {
  display: none;
}

.mobile-menu-back {
  display: none;
}

.mobile-drawer-back,
.mobile-drawer-title {
  display: none;
}

@media (max-width: 1199px) {
  .header-inner {
    padding: 12px 16px;
    grid-template-columns: auto 1fr auto;
  }
  /* Mobile/tablet: keep hamburger aligned to the right */
  .main-navigation.header-center {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  /* Mobile: hide CTA button */
  .header-cta {
    display: none;
  }
  /* Mobile: hide language dropdown (matches CTA behavior) */
  .header-lang {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.9);
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .nav-overlay,
  .mobile-drawer-header {
    display: block;
  }
  .mobile-drawer-header {
    display: flex;
  }
  .menu-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .menu-toggle__icon img {
    display: block;
    width: 32px;
    height: 32px;
    filter: invert(1);
  }
  .menu-toggle__icon--close {
    display: none;
  }
  .main-navigation.toggled .menu-toggle__icon--open {
    display: none;
  }
  .main-navigation.toggled .menu-toggle__icon--close {
    display: inline-flex;
  }
  /* Overlay */
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    z-index: 80;
  }
  .main-navigation.toggled .nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  /* Drawer header (logo + close) */
  .mobile-drawer-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px;
    background: rgb(81, 101, 50);
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform 260ms ease;
    z-index: 95;
  }
  .main-navigation.toggled .mobile-drawer-header {
    transform: translateX(0);
  }
  /* mobile-drawer-header must stay fixed: no submenu-dependent styling here */
  .mobile-drawer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .mobile-drawer-logo img {
    display: block;
    height: 64px;
    width: auto;
  }
  .mobile-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: none;
    background: transparent;
  }
  .mobile-drawer-close img {
    display: block;
    width: 25px;
    height: 25px;
    filter: invert(1);
  }
  /* Back bar between drawer header and menu container */
  .mobile-menu-back {
    position: fixed;
    top: 108px;
    left: 18px;
    right: auto;
    width: fit-content;
    max-width: calc(100vw - 36px);
    height: auto;
    display: none;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    background: transparent;
    border: 0;
    z-index: 96;
  }
  .main-navigation.submenu-open .mobile-menu-back {
    display: inline-flex;
  }
  .mobile-menu-back img {
    width: 18px;
    height: 18px;
  }
  .mobile-menu-back__title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 16px;
    color: var(--brand-green);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* Off-canvas drawer (scrollable) */
  #primary-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    /* Root menu: only account for the fixed drawer header */
    padding: 108px 18px 24px;
    background: #ffffff;
    transform: translateX(100%);
    transition: transform 260ms ease;
    pointer-events: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 90;
  }
  /* When submenu bar is visible, push content down */
  .main-navigation.submenu-open #primary-menu {
    padding-top: 152px;
  }
  .main-navigation.toggled #primary-menu {
    transform: translateX(0);
    pointer-events: auto;
  }
  #primary-menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  }
  #primary-menu > li > a {
    width: 100%;
    padding: 18px 44px 18px 6px;
    border-radius: 0;
    color: var(--brand-navy);
    position: relative;
  }
  #primary-menu > li > .menu-parent {
    width: 100%;
    padding: 18px 44px 18px 6px;
    border-radius: 0;
    color: var(--brand-navy);
    position: relative;
    text-align: left;
  }
  /* Arrow only for items that have a sub-menu */
  #primary-menu > li.menu-item-has-children > a::after,
  #primary-menu > li.page_item_has_children > a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("img/arrow-icon-right.svg") no-repeat center/contain;
    opacity: 0.75;
  }
  #primary-menu > li.menu-item-has-children > .menu-parent::after,
  #primary-menu > li.page_item_has_children > .menu-parent::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("img/arrow-icon-right.svg") no-repeat center/contain;
    opacity: 0.75;
  }
  #primary-menu > li > a:hover,
  #primary-menu > li > a:focus-visible {
    background: rgba(35, 45, 82, 0.06);
  }
  #primary-menu > li > .menu-parent:hover,
  #primary-menu > li > .menu-parent:focus-visible {
    background: rgba(35, 45, 82, 0.06);
    outline: none;
  }
  /* Sub-menus: full-screen panel, slides in from right */
  #primary-menu .sub-menu,
  #primary-menu .children {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    /* Sub menus always have the back bar */
    padding: 152px 18px 24px;
    background: #ffffff;
    transform: translateX(100%);
    transition: transform 260ms ease;
    pointer-events: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: calc(92 + var(--submenu-level, 1) * 2);
  }
  #primary-menu li.focus > .sub-menu,
  #primary-menu li.focus > .children {
    transform: translateX(0);
    pointer-events: auto;
  }
  #primary-menu .sub-menu li,
  #primary-menu .children li {
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  }
  #primary-menu .sub-menu a,
  #primary-menu .children a {
    display: block;
    padding: 18px 6px;
    color: var(--brand-navy);
    text-decoration: none;
  }
  /* Default: no arrow in submenus unless that submenu item has children */
  #primary-menu .sub-menu a::after,
  #primary-menu .children a::after {
    display: none;
  }
  #primary-menu .sub-menu li.menu-item-has-children > a::after,
  #primary-menu .sub-menu li.page_item_has_children > a::after,
  #primary-menu .children li.menu-item-has-children > a::after,
  #primary-menu .children li.page_item_has_children > a::after,
  #primary-menu .sub-menu li.menu-item-has-children > button.menu-parent::after,
  #primary-menu .sub-menu li.page_item_has_children > button.menu-parent::after,
  #primary-menu .children li.menu-item-has-children > button.menu-parent::after,
  #primary-menu .children li.page_item_has_children > button.menu-parent::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("img/arrow-icon-right.svg") no-repeat center/contain;
    opacity: 0.75;
    display: block;
  }
  #primary-menu .sub-menu li.menu-item-has-children > a,
  #primary-menu .sub-menu li.page_item_has_children > a,
  #primary-menu .children li.menu-item-has-children > a,
  #primary-menu .children li.page_item_has_children > a,
  #primary-menu .sub-menu li.menu-item-has-children > button.menu-parent,
  #primary-menu .sub-menu li.page_item_has_children > button.menu-parent,
  #primary-menu .children li.menu-item-has-children > button.menu-parent,
  #primary-menu .children li.page_item_has_children > button.menu-parent {
    position: relative;
    padding-right: 44px;
  }
}
/* Footer */
.site-footer {
  margin-top: 0;
  padding: 100px 0 24px;
  position: relative;
  overflow: hidden;
  background: #3a4428;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.site-info {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.site-info .sep {
  opacity: 0.5;
}

.site-footer__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.site-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%), radial-gradient(1200px 600px at 20% 10%, rgba(216, 227, 79, 0.1) 0%, rgba(216, 227, 79, 0) 60%), radial-gradient(1000px 500px at 80% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 55%);
  opacity: 1;
}

.site-footer__newsletter {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 28px;
  align-items: start;
}

.site-footer__newsletter-title {
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 28ch;
}

.site-footer__newsletter-right {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.site-footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  background: #516532;
  color: #fff !important;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border: 1px solid;
  white-space: nowrap;
  min-height: 48px;
}

.site-footer__newsletter-btn:hover,
.site-footer__newsletter-btn:focus-visible {
  text-decoration: none;
  filter: brightness(0.98);
}

.site-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  margin: 34px 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 0.95fr 1fr;
  gap: 34px;
}

.site-footer__logo img,
.site-footer__logo .custom-logo {
  height: 54px;
  width: auto;
  display: block;
}

.site-footer__logo .custom-logo-link {
  display: inline-block;
}

.site-footer__logo .custom-logo-link {
  display: inline-block;
}

.site-footer__desc {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  max-width: 52ch;
}

.site-footer__title {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 12px;
}

.site-footer__col--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.site-footer__cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #516532 !important;
  padding: 14px 18px;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__cta:hover,
.site-footer__cta:focus-visible {
  text-decoration: none;
  filter: brightness(0.98);
}

.site-footer__cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(216, 227, 79, 0.26);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #516532 !important;
}
.site-footer__cta-icon span {
  color: #516532;
}

.site-footer__hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.site-footer__hours-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.site-footer__hours-day {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__hours-time {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__talk-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 12px;
}

.site-footer__talk-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
}

.site-footer__talk-icon svg {
  color: #fff;
}

.site-footer__social {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.site-footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: 14px;
}

.site-footer__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer__social-link img {
  width: 18px;
  height: 18px;
  filter: invert(1);
  display: block;
}

.site-footer__bottom {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

@media (max-width: 1023px) {
  .site-footer {
    padding: 50px 0 24px;
  }
  .site-footer__container {
    padding: 0 18px;
  }
  .site-footer__newsletter {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .site-footer__newsletter-title {
    font-size: 32px;
  }
  .site-footer__newsletter-right {
    justify-items: start;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .site-footer__social {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
body {
  overflow-x: hidden;
}

/* Content */
:root {
  /* Single source of truth */
  --container: 1365px;
  --gutter: 20px;
  --font-heading: "Montserrat";
  --font-body: "Montserrat";
  /* Brand colors */
  --brand-green: #516532;
  --brand-brown: #6e4628;
  --brand-navy: #232d52;
  --text: #0f172a;
  --muted: #64748b;
  --bg: #ffffff;
  --card: #ffffff;
  --border: rgba(15, 23, 42, 0.12);
}

/* ACF Block: Hakkımızda */
.hakkimizda-block {
  padding: 100px 0;
  background: #fbfbf9;
}

.hakkimizda-block__container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.hakkimizda-block__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.hakkimizda-block__media {
  position: relative;
  min-width: 0;
}

.hakkimizda-block__leaf-placeholder {
  aspect-ratio: 420/520;
  background: rgba(81, 101, 50, 0.1);
  border-radius: 40px;
}

.hakkimizda-block__circle {
  position: absolute;
  right: 14%;
  bottom: -40px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(16, 20, 24, 0.14);
  background: #fff;
}

.hakkimizda-block__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hakkimizda-block__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-green);
}

.hakkimizda-block__label-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: var(--brand-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c4.4 3 7 6.8 7 11 0 5-4 9-9 9-4.2 0-8-3.2-8-7.6 0-4.2 3.4-7.8 9-12.4Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c4.4 3 7 6.8 7 11 0 5-4 9-9 9-4.2 0-8-3.2-8-7.6 0-4.2 3.4-7.8 9-12.4Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hakkimizda-block__title {
  margin: 14px 0 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.hakkimizda-block__desc {
  margin-top: 18px;
  color: rgba(16, 20, 24, 0.72);
  line-height: 1.7;
}

.hakkimizda-block__features {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.hakkimizda-feature {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.hakkimizda-feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(81, 101, 50, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hakkimizda-feature__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  filter: grayscale(0);
}

.hakkimizda-feature__icon--placeholder {
  background: rgba(81, 101, 50, 0.14);
}

.hakkimizda-feature__title {
  font-weight: 700;
  color: #101418;
  margin-top: 2px;
}

.hakkimizda-feature__desc {
  color: rgba(16, 20, 24, 0.68);
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
}

.hakkimizda-block__footer {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.hakkimizda-block__signature-img {
  height: 44px;
  width: auto;
  display: block;
}

.hakkimizda-block__signature-text {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: var(--brand-green);
}

.hakkimizda-block__signature-sub {
  margin-top: 6px;
  color: rgba(16, 20, 24, 0.6);
  font-size: 13px;
}

.hakkimizda-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--brand-green);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.hakkimizda-block__btn:hover,
.hakkimizda-block__btn:focus-visible {
  text-decoration: none;
  filter: brightness(0.98);
}

.hakkimizda-block__btn-arrow {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .hakkimizda-block {
    padding: 50px 0;
  }
  .hakkimizda-block__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hakkimizda-block__circle {
    position: static;
    margin: 16px auto 0;
    width: min(280px, 78vw);
    height: min(280px, 78vw);
  }
  .hakkimizda-block__features {
    grid-template-columns: 1fr;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

/* 404 */
.error-404-section {
  position: relative;
  padding: 150px 0 100px 0;
  background: #f6f7f2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.error-404-section__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 480px at 25% 10%, rgba(81, 101, 50, 0.12) 0%, rgba(81, 101, 50, 0) 60%), radial-gradient(800px 420px at 80% 0%, rgba(35, 45, 82, 0.1) 0%, rgba(35, 45, 82, 0) 55%);
  pointer-events: none;
}

.error-404-section__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.error-404-section__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.error-404-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(81, 101, 50, 0.14);
  color: var(--brand-green);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.error-404-section__title {
  margin: 18px 0 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--brand-green);
}

.error-404-section__desc {
  margin: 14px 0 0;
  color: rgba(16, 20, 24, 0.68);
  line-height: 1.7;
  max-width: 62ch;
}

.error-404-section__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.error-404-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.error-404-section__btn--primary {
  background: var(--brand-green);
  color: #fff;
}

.error-404-section__btn--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #101418;
  border-color: rgba(16, 20, 24, 0.1);
}

.error-404-section__links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.error-404-section__links a {
  color: rgba(16, 20, 24, 0.72);
  text-decoration: none;
  font-weight: 600;
}

.error-404-section__links a:hover {
  text-decoration: underline;
}

.error-404-section__search {
  margin-top: 18px;
  max-width: 520px;
}

.error-404-section__search form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.error-404-section__search input[type=search] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(16, 20, 24, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.error-404-section__search input[type=submit] {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(81, 101, 50, 0.35);
  background: rgba(81, 101, 50, 0.12);
  color: var(--brand-green);
  font-weight: 700;
  cursor: pointer;
}

.error-404-section__art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-404-section__svg {
  width: min(560px, 100%);
  height: auto;
}

@media (max-width: 1023px) {
  .error-404-section {
    padding: 50px 0;
  }
  .error-404-section__container {
    padding: 0 18px;
  }
  .error-404-section__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
/* Global forms (Contact Form 7 + general inputs) */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=password],
select,
textarea {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: #101418;
  background: #ffffff;
  border: 1px solid rgba(16, 20, 24, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
  min-height: 44px;
  width: 100%;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(81, 101, 50, 0.65);
  box-shadow: 0 0 0 4px rgba(81, 101, 50, 0.14);
}

label {
  font-weight: 600;
  color: rgba(16, 20, 24, 0.84);
}

button,
input[type=submit],
input[type=button] {
  font-family: inherit;
}

/* Contact Form 7 */
.wpcf7 form {
  /* Keep default flow for CF7 (multi-step add-ons rely on it) */
  display: block;
}

.wpcf7 .cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.wpcf7 .cf7-col {
  display: grid;
}

.wpcf7 .cf7-col textarea {
  min-height: 240px;
}

.wpcf7 .cf7-grid + input[type=submit],
.wpcf7 .cf7-grid + .wpcf7-form-control {
  margin-top: 4px;
}

.wpcf7 input[type=submit] {
  justify-self: start;
}

.wpcf7 form p {
  margin: 0 0 14px;
}

.wpcf7 form p:last-child {
  margin-bottom: 0;
}

.wpcf7 form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #516532;
  color: #ffffff;
  border: 1px solid rgba(35, 45, 82, 0);
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
  min-height: 46px;
}

.wpcf7 input[type=submit]:hover {
  filter: brightness(0.96);
}

.wpcf7 input[type=submit]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(35, 45, 82, 0.18);
}

/* CF7 Multi-step add-on buttons (Next/Back) */
.wpcf7 .cf7mls-btns .action-button,
.wpcf7 .cf7mls-btns button.action-button,
.wpcf7 .cf7mls-btns input.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #516532;
  color: #ffffff;
  border: 1px solid rgba(35, 45, 82, 0);
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
  min-height: 46px;
}

.wpcf7 .cf7mls-btns .action-button:hover {
  filter: brightness(0.96);
}

.wpcf7 .cf7mls-btns .action-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(35, 45, 82, 0.18);
}

.wpcf7 .cf7mls-btns .action-button.cf7mls_back,
.wpcf7 .cf7mls-btns .action-button.cf7mls_prev {
  background: #ffffff;
  color: #516532;
  border-color: rgba(81, 101, 50, 0.85);
}

/* ACF Block: Text Block */
.text-block {
  padding: 100px 0;
  background: #ffffff;
}

.text-block__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.text-block__desc {
  color: rgba(16, 20, 24, 0.78);
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .text-block {
    padding: 50px 0;
  }
  .text-block__container {
    padding: 0 18px;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #fff;
}

.wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  background: rgba(81, 101, 50, 0.1);
  color: rgba(16, 20, 24, 0.88);
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.wpcf7 .wpcf7-spinner {
  margin-left: 10px;
}

@media (max-width: 1023px) {
  .wpcf7 .cf7-grid {
    grid-template-columns: 1fr;
  }
}
a {
  color: inherit;
}

/* Layout wrappers from _s templates */
#page.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#primary.site-main {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 28px var(--gutter);
  flex: 1 0 auto;
}

/* Basic content typography */
.entry-title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.entry-content {
  color: rgba(15, 23, 42, 0.92);
}

.entry-content p {
  margin: 0 0 16px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

/* Home hero (Swiper) */
.home-hero {
  position: relative;
  width: 100%;
  /* Vertical position control for hero content */
  --hero-pad-top: 170px;
  --hero-pad-bottom: 90px;
}

.home-hero__swiper {
  width: 100%;
}

.home-hero__slide {
  position: relative;
  min-height: min(760px, 92vh);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
}

/* 1024–1199: keep desktop layout but reduce hero height */
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-hero {
    --hero-pad-top: 130px;
    --hero-pad-bottom: 70px;
  }
  .home-hero__slide {
    min-height: min(620px, 78vh);
  }
}
/* 768–1023: reduce hero height further */
@media (min-width: 768px) and (max-width: 1023px) {
  .home-hero {
    --hero-pad-top: 120px;
    --hero-pad-bottom: 60px;
  }
  .home-hero__slide {
    min-height: min(560px, 74vh);
  }
}
.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(81, 101, 50) 0%, rgba(10, 18, 18, 0.34) 55%, rgba(10, 18, 18, 0.18) 100%), radial-gradient(80% 80% at 20% 35%, rgba(81, 101, 50, 0.35) 0%, rgba(81, 101, 50, 0) 70%);
}

.home-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.home-hero__inner {
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.home-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

.home-hero__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.home-hero__desc {
  max-width: 56ch;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.home-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--brand-green);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.home-hero__btn img {
  filter: invert(1);
}

.home-hero__btn:hover,
.home-hero__btn:focus-visible {
  filter: brightness(0.95);
  outline: none;
}

.home-hero__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  z-index: 3;
  pointer-events: none;
}

.home-hero__controls-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  pointer-events: auto;
}

.home-hero__nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.home-hero__nav-btn img {
  width: 12px;
  height: 12px;
  display: block;
}

.home-hero__nav-btn:hover,
.home-hero__nav-btn:focus-visible {
  background: rgba(0, 0, 0, 0.22);
  outline: none;
}

/* About section */
.about-section {
  padding: 100px 0;
  background: #ffffff;
  color: #101418;
}

.about-section__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.about-section__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.about-section__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.about-section__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  color: #516532;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.about-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: #516532;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.about-section__btn img {
  filter: invert(1);
}

.about-section__btn:hover,
.about-section__btn:focus-visible {
  filter: brightness(0.96);
  outline: none;
}

.about-section__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 46px;
  overflow: visible;
}

.about-section__content h3,
.about-section__content h4 {
  margin: 0 0 12px;
  font-weight: 800;
}

.about-section__desc {
  color: rgba(16, 20, 24, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.about-section__desc p {
  margin: 0 0 14px;
}

.about-section__desc p:last-child {
  margin-bottom: 0;
}

.about-section__media {
  width: 100%;
  position: relative;
}

.about-section__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.about-section__cards {
  position: relative;
  display: flex;
  gap: 18px;
  z-index: 2;
  margin-top: 68px;
  transform: translate(111px, 0);
}

.about-section__card-img {
  display: block;
  width: 300px;
  max-width: 56vw;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 20, 24, 0.14);
  background: #ffffff;
}

/* Products section */
.products-section {
  padding: 100px 0;
  background: #f6f7f2;
  color: #101418;
}

.products-section--related {
  padding: 0 0 100px 0;
  background: #ffffff;
}

.urun-related__swiper {
  overflow: visible;
}

.urun-related__slide {
  min-width: 0;
}

.urun-related__nav {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.urun-related__nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(81, 101, 50, 0.55);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.urun-related__nav-btn img {
  width: 12px;
  height: 12px;
  display: block;
  filter: invert(1);
}

.urun-related__nav-btn:hover,
.urun-related__nav-btn:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.92);
}

section#urunlerimiz {
  background: transparent;
}

/* Page hero */
.page-hero {
  position: relative;
  width: 100%;
  background-color: #232D52;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  /* Full-bleed even inside constrained wrappers */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(81, 101, 50, 0.86) 0%, rgba(16, 20, 24, 0.46) 55%, rgba(16, 20, 24, 0.22) 100%), radial-gradient(80% 80% at 20% 35%, rgba(81, 101, 50, 0.35) 0%, rgba(81, 101, 50, 0) 70%);
}

.page-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.page-hero__inner {
  padding: 100px 0;
  max-width: 900px;
}

.page-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 12px;
}

.page-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.page-hero__desc {
  margin: 0;
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* Single blog post */
.single-post-content {
  padding: 100px 0;
  background: #ffffff;
}

.single-post-content__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* Related posts slider (single) */
.single-related {
  padding: 100px 0;
  background: #f6f7f2;
}

.single-related__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.single-related__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.single-related__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.single-related__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.single-related__nav {
  display: inline-flex;
  gap: 12px;
}

.single-related__nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(81, 101, 50, 0.55);
  background: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.single-related__nav-btn img {
  width: 12px;
  height: 12px;
  display: block;
  filter: invert(1);
}

.single-related__nav-btn:hover,
.single-related__nav-btn:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}

.single-related__swiper {
  overflow: visible;
}

/* Referanslar */
.referanslar {
  padding: 100px 0;
  background: #ffffff;
}

.referanslar__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.referanslar__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.referanslar__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.referanslar__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.referanslar__nav {
  display: inline-flex;
  gap: 12px;
}

.referanslar__nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(81, 101, 50, 0.55);
  background: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.referanslar__nav-btn img {
  width: 12px;
  height: 12px;
  display: block;
  filter: invert(1);
}

.referanslar__nav-btn:hover,
.referanslar__nav-btn:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}

.referanslar__swiper {
  overflow: visible;
}

.referanslar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.referanslar__item {
  min-width: 0;
}

.referanslar-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(16, 20, 24, 0.08);
  aspect-ratio: 16/9;
}

.referanslar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Galeri (image + video) */
.galeri-block {
  padding: 100px 0;
  background: #ffffff;
}

.galeri-block__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.galeri-block__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.galeri-block__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.galeri-block__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.galeri-block__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.galeri-card__media {
  position: relative;
  aspect-ratio: 16/9;
  background: rgba(81, 101, 50, 0.08);
}

.galeri-card__media {
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  background: transparent;
}

.galeri-card__media:focus-visible {
  outline: 2px solid rgba(81, 101, 50, 0.55);
  outline-offset: 3px;
}

.galeri-card__img,
.galeri-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.galeri-card__video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}

.galeri-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 20, 24, 0.1);
  box-shadow: 0 18px 50px rgba(16, 20, 24, 0.12);
}

.galeri-card__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-left: 14px solid rgba(16, 20, 24, 0.72);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* Lightbox */
.galeri-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.galeri-lightbox[aria-hidden=false] {
  display: block;
}

.galeri-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 24, 0.42);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.galeri-lightbox__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, 100vw - 32px);
  max-height: calc(100vh - 32px);
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.galeri-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(16, 20, 24, 0.12);
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.galeri-lightbox__nav--prev {
  left: 10px;
}

.galeri-lightbox__nav--next {
  right: 10px;
}

.galeri-lightbox__nav:hover,
.galeri-lightbox__nav:focus-visible {
  outline: none;
  filter: brightness(0.98);
}

.galeri-lightbox__stage {
  position: relative;
  aspect-ratio: 16/9;
  background: transparent;
}

.galeri-lightbox__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.galeri-lightbox__video {
  position: absolute;
  inset: 0;
  display: none;
}

.galeri-lightbox__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.galeri-lightbox__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(16, 20, 24, 0.12);
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.is-galeri-open {
  overflow: hidden;
}

/* oEmbed iframes */
.galeri-card__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.galeri-card__caption {
  padding: 14px 16px;
  font-size: 14px;
  color: rgba(16, 20, 24, 0.7);
  border-top: 1px solid rgba(16, 20, 24, 0.08);
}

@media (max-width: 1023px) {
  .single-post-content {
    padding: 50px 0;
  }
  .single-post-content__container {
    padding: 0 18px;
  }
  .single-related {
    padding: 50px 0;
  }
  .single-related__container {
    padding: 0 18px;
  }
  .single-related__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .referanslar {
    padding: 50px 0;
  }
  .referanslar__container {
    padding: 0 18px;
  }
  .referanslar__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .referanslar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .galeri-block {
    padding: 50px 0;
  }
  .galeri-block__container {
    padding: 0 18px;
  }
  .galeri-block__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* Single urunlerimiz: page hero */
.urunlerimiz-page-hero {
  position: relative;
  width: 100%;
  background-color: #232D52;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  /* Full-bleed even inside constrained wrappers */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.urunlerimiz-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(81, 101, 50, 0.88) 0%, rgba(16, 20, 24, 0.42) 55%, rgba(16, 20, 24, 0.2) 100%), radial-gradient(80% 80% at 20% 35%, rgba(81, 101, 50, 0.28) 0%, rgba(81, 101, 50, 0) 70%);
}

.urunlerimiz-page-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.urunlerimiz-page-hero__inner {
  padding: 100px 0;
  max-width: 980px;
}

.urunlerimiz-page-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 12px;
}

.urunlerimiz-page-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.urunlerimiz-page-hero__desc {
  margin: 0;
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* Single urunlerimiz */
.urunlerimiz-hero {
  padding: 100px 0;
  background: #ffffff;
}

.urunlerimiz-hero__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.urunlerimiz-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.urunlerimiz-gallery__main {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f4f2;
  border: 1px solid rgba(16, 20, 24, 0.08);
}

.urunlerimiz-gallery__main img {
  width: 100%;
  height: auto;
  display: block;
}

.urunlerimiz-gallery__zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: #101418;
  font-weight: 600;
  cursor: pointer;
}

.urunlerimiz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.urunlerimiz-lightbox.is-open {
  display: block;
}

.urunlerimiz-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 24, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.urunlerimiz-lightbox__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.urunlerimiz-lightbox__img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
  background: #ffffff;
}

.urunlerimiz-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.urunlerimiz-lightbox__close:hover {
  background: rgba(0, 0, 0, 0.32);
}

html.is-lightbox-open,
html.is-lightbox-open body {
  overflow: hidden;
}

.urunlerimiz-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.urunlerimiz-gallery__thumb {
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}

.urunlerimiz-gallery__thumb.is-active {
  border-color: rgba(81, 101, 50, 0.9);
  box-shadow: 0 0 0 2px rgba(81, 101, 50, 0.18);
}

.urunlerimiz-gallery__thumb img {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
}

.urunlerimiz-side {
  border-radius: 18px;
}

.urunlerimiz-side__title {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.urunlerimiz-side__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.urunlerimiz-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 14px;
  padding: 14px 0;
}

.urunlerimiz-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(16, 20, 24, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.urunlerimiz-card__icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.urunlerimiz-card__title {
  font-weight: 700;
  color: #516532;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.urunlerimiz-card__desc {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(16, 20, 24, 0.7);
}

.urunlerimiz-side__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 50px 0;
  padding: 50px 0;
  border-bottom: 1px solid rgba(16, 20, 24, 0.1);
}

.urunlerimiz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}

.urunlerimiz-btn--primary {
  background: #516532;
  color: #ffffff;
}

.urunlerimiz-btn--secondary {
  background: #ffffff;
  color: #516532;
  border-color: #516532;
}

.urunlerimiz-tabs {
  padding: 0 0 100px 0;
}

.urunlerimiz-tabs__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.urunlerimiz-tabs__bar {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(16, 20, 24, 0.1);
  margin-bottom: 22px;
  overflow: auto;
}

.urunlerimiz-tabs__tab {
  background: transparent;
  border: 0;
  padding: 14px 0;
  font-weight: 500;
  color: rgba(16, 20, 24, 0.62);
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
}

.urunlerimiz-tabs__tab.is-active {
  color: #101418;
  box-shadow: inset 0 -2px 0 rgba(81, 101, 50, 0.95);
}

.urunlerimiz-tabs__panel {
  display: none;
  color: rgba(16, 20, 24, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.urunlerimiz-tabs__panel.is-active {
  display: block;
}

.urun-faq {
  padding: 0 0 100px 0;
}

.urun-faq__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.urun-faq__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.urun-faq__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #516532;
}

.urun-faq__list {
  display: grid;
  gap: 14px;
}

.urun-faq__item {
  border-radius: 18px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  background: #ffffff;
  overflow: hidden;
}

.urun-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #101418;
}

.urun-faq__q-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
}

.urun-faq__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(81, 101, 50, 0.35);
  position: relative;
  flex: 0 0 auto;
}

.urun-faq__icon::before,
.urun-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgba(35, 45, 82, 0.85);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.urun-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.urun-faq__item.is-open .urun-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.urun-faq__a {
  padding: 0 18px 18px;
  color: rgba(16, 20, 24, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.urun-faq__a > :first-child {
  margin-top: 0;
}

.urun-faq__a > :last-child {
  margin-bottom: 0;
}

.urunlerimiz-form-section {
  padding: 0 0 100px 0;
}

.urunlerimiz-form-section__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.urunlerimiz-form {
  border-radius: 18px;
}

.urunlerimiz-form__placeholder {
  color: rgba(16, 20, 24, 0.7);
}

.products-section__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.products-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 50px 0;
  justify-content: center;
}

.products-filter__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid #516532;
  color: rgba(16, 20, 24, 0.84);
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}

.products-filter__pill.is-active {
  background: #516532;
  border-color: #516532;
  color: #ffffff;
}

.products-filter__pill:hover,
.products-filter__pill:focus-visible {
  outline: none;
  filter: brightness(0.98);
}

/* Hizmetlerimiz section */
.services-section {
  padding: 100px 0;
  color: #101418;
  overflow: hidden;
}

.services-section__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}

.services-section__grid {
  display: grid;
  grid-template-columns: 1.2fr 3fr 1.52fr;
  gap: 36px;
  align-items: center;
}

.services-section__left,
.services-section__right {
  display: flex;
}

.services-section__left {
  justify-content: flex-start;
}

.services-section__img--left {
  width: min(360px, 100%);
  height: 420px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(16, 20, 24, 0.1);
  display: block;
  object-fit: cover;
}

.services-section__right {
  justify-content: flex-end;
  align-items: center;
}

.services-section__img--right {
  display: block;
  width: min(620px, 140%);
  height: auto;
  transform: translateX(18%);
}

.services-section__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.services-section__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.services-section__desc {
  margin: 0 0 22px;
  color: rgba(16, 20, 24, 0.72);
  font-size: 15px;
  line-height: 1.7;
  max-width: 64ch;
}

.services-section__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(16, 20, 24, 0.1);
  margin-top: 6px;
  margin-bottom: 18px;
}

.service-stat {
  padding-right: 18px;
  border-right: 1px solid rgba(16, 20, 24, 0.1);
}

.service-stat:last-child {
  border-right: 0;
  padding-right: 0;
}

.service-stat__num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #516532;
  margin-bottom: 6px;
}

.service-stat__title {
  font-size: 14px;
  color: rgba(16, 20, 24, 0.68);
}

.services-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #516532;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 600;
  width: fit-content;
}
.services-section__btn img {
  filter: invert(1);
}

.services-section__btn-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(16, 20, 24, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}

.services-section__btn:hover,
.services-section__btn:focus-visible {
  filter: brightness(0.98);
  outline: none;
}

/* Latest posts (Swiper) */
.latest-posts {
  padding: 100px 0;
  background: #f6f7f2;
}

/* Blog archive (shortcode) */
.blog-archive {
  padding: 100px 0;
  background: #f6f7f2;
}

.blog-archive__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.blog-archive__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.blog-archive__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.blog-archive__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-archive__pagination {
  margin-top: 26px;
}

.blog-archive__pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.blog-archive__pagination .page-numbers a,
.blog-archive__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(16, 20, 24, 0.78);
  text-decoration: none;
  font-weight: 600;
}

.blog-archive__pagination .page-numbers .current {
  background: #516532;
  border-color: rgba(81, 101, 50, 0.5);
  color: #fff;
}

.blog-archive__pagination .page-numbers a:hover,
.blog-archive__pagination .page-numbers a:focus-visible {
  outline: none;
  filter: brightness(0.98);
}

.latest-posts__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.latest-posts__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.latest-posts__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.latest-posts__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
}

.latest-posts__top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.latest-posts__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #516532;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.latest-posts__all img {
  filter: invert(1);
}

.latest-posts__nav {
  display: inline-flex;
  gap: 12px;
}

.latest-posts__swiper-wrap {
  position: relative;
  padding-top: 64px; /* space for nav above slider */
}

.latest-posts__swiper-wrap .latest-posts__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.latest-posts__nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(81, 101, 50, 0.55);
  background: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.latest-posts__nav-btn img {
  width: 12px;
  height: 12px;
  display: block;
  filter: invert(1);
}

.latest-posts__nav-btn:hover,
.latest-posts__nav-btn:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}

.latest-posts__swiper {
  overflow: visible;
}

.latest-post-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  overflow: hidden;
}

.latest-post-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.latest-post-card.is-image-bottom .latest-post-card__link {
  flex-direction: column-reverse;
}

.latest-post-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.latest-post-card__body {
  padding: 18px 18px 18px;
}

.latest-post-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #101418;
}

.latest-post-card__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(16, 20, 24, 0.7);
}

.latest-post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: rgba(16, 20, 24, 0.72);
}

.latest-post-card__more img {
  width: 14px;
  height: 14px;
}

/* Contact section (home) */
.contact-section {
  position: relative;
  background-color: #232D52;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #ffffff;
}

.contact-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 20, 24, 0.58) 0%, rgba(16, 20, 24, 0.25) 55%, rgba(16, 20, 24, 0.2) 100%), radial-gradient(80% 80% at 20% 35%, rgba(81, 101, 50, 0.3) 0%, rgba(81, 101, 50, 0) 70%);
}

.contact-section__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* İletişim info cards (separate section above contact-section) */
.iletisim-info {
  padding: 100px 0;
  background: #f6f7f2;
}

.iletisim-info__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.iletisim-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.iletisim-info-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  row-gap: 14px;
  align-items: start;
  padding: 28px 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 20, 24, 0.06);
  box-shadow: 0 18px 55px rgba(16, 20, 24, 0.06);
  min-height: 168px;
}

.iletisim-info-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #343d24;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.06);
  grid-row: 1/span 2;
}

.iletisim-info-card__icon img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  filter: invert(1);
}

.iletisim-info-card__icon-placeholder {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(81, 101, 50, 0.25);
  display: block;
}

.iletisim-info-card__title {
  grid-column: 2;
  font-weight: 700;
  color: #516532;
  line-height: 1.25;
  font-size: 22px;
  margin-top: 6px;
}

.iletisim-info-card__desc {
  grid-column: 1/-1;
  padding-top: 16px;
  margin-top: 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
  padding-right: 76px; /* keep text clear of the corner arrow */
  color: rgba(16, 20, 24, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.contact-section__card {
  width: min(720px, 100%);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.2);
}

/* ACF Block: Banner Info */
.banner-info {
  position: relative;
  padding: 100px 0;
  background-color: #f6f7f2;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

.banner-info__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246, 247, 242, 0.96) 0%, rgba(246, 247, 242, 0.74) 42%, rgba(246, 247, 242, 0.2) 100%);
  pointer-events: none;
}

.banner-info__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.banner-info__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: start;
}

.banner-info__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-green);
  margin-bottom: 14px;
}

.banner-info__label-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: var(--brand-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c4.4 3 7 6.8 7 11 0 5-4 9-9 9-4.2 0-8-3.2-8-7.6 0-4.2 3.4-7.8 9-12.4Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c4.4 3 7 6.8 7 11 0 5-4 9-9 9-4.2 0-8-3.2-8-7.6 0-4.2 3.4-7.8 9-12.4Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.banner-info__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #516532;
  max-width: 18ch;
}

.banner-info__desc {
  margin-top: 16px;
  max-width: 56ch;
  color: rgba(16, 20, 24, 0.68);
  line-height: 1.7;
}

.banner-info__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.banner-info-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 20, 24, 0.06);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 45px rgba(16, 20, 24, 0.06);
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
}

.banner-info-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(81, 101, 50, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-info-card__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.banner-info-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  color: var(--brand-green);
}

.banner-info-card__desc {
  grid-column: 2;
  font-size: 14px;
  color: rgba(16, 20, 24, 0.7);
}

@media (max-width: 1023px) {
  .banner-info {
    padding: 50px 0;
  }
  .banner-info__container {
    padding: 0 18px;
  }
  .banner-info__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .banner-info__cards {
    grid-template-columns: 1fr;
  }
}
.contact-section__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 10px;
}

.contact-section__title {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Form overrides inside glass card */
.contact-section .wpcf7 form label {
  color: rgba(255, 255, 255, 0.88);
}

.contact-section input[type=text],
.contact-section input[type=email],
.contact-section input[type=tel],
.contact-section input[type=url],
.contact-section input[type=search],
.contact-section input[type=number],
.contact-section input[type=password],
.contact-section select,
.contact-section textarea {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.contact-section input::placeholder,
.contact-section textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.contact-section input:focus,
.contact-section select:focus,
.contact-section textarea:focus {
  border-color: #516532;
  box-shadow: 0 0 0 4px rgba(216, 227, 79, 0.18);
}

.contact-section .wpcf7 input[type=submit] {
  background: #516532;
  color: #fff;
}

.contact-section .wpcf7 input[type=submit]:focus-visible {
  box-shadow: 0 0 0 4px rgba(216, 227, 79, 0.22);
}

@media (max-width: 1023px) {
  .latest-posts {
    padding: 50px 0;
  }
  .blog-archive {
    padding: 50px 0;
  }
  .blog-archive__container {
    padding: 0 18px;
  }
  .blog-archive__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-archive__grid {
    grid-template-columns: 1fr;
  }
  .latest-posts__container {
    padding: 0 18px;
  }
  .latest-posts__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .latest-posts__swiper-wrap {
    padding-top: 58px;
  }
  .contact-section {
    padding: 50px 0;
  }
  .contact-section__container {
    padding: 0 18px;
  }
  .contact-section__card {
    padding: 22px;
  }
  .iletisim-info {
    padding: 50px 0;
  }
  .iletisim-info__container {
    padding: 0 18px;
  }
  .iletisim-info__grid {
    grid-template-columns: 1fr;
  }
  .iletisim-info-card {
    grid-template-columns: 72px 1fr;
    padding: 22px;
    border-radius: 22px;
    min-height: auto;
  }
  .iletisim-info-card__icon {
    width: 56px;
    height: 56px;
  }
  .iletisim-info-card__title {
    font-size: 18px;
    margin-top: 4px;
  }
  .iletisim-info-card__desc {
    padding-right: 68px;
  }
  .iletisim-info-card::after {
    width: 42px;
    height: 42px;
    right: 14px;
    bottom: 14px;
  }
}
.products-section__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.products-section__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(81, 101, 50);
  margin-bottom: 10px;
}

.products-section__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  color: #516532;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.products-section__btn {
  background: #516532;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.products-section__btn img {
  filter: invert(1);
}

.products-section__btn:hover,
.products-section__btn:focus-visible {
  filter: brightness(0.95);
  outline: none;
}

.products-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* True masonry (balanced columns) */
.products-section__grid.is-masonry {
  display: flex;
  gap: 22px;
}

.products-section__grid.is-masonry .products-masonry__col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.products-section__grid.is-masonry .product-card {
  margin: 0;
}

.product-card {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.08);
  box-shadow: 0 14px 40px rgba(16, 20, 24, 0.06);
  background: #ffffff;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(81, 101, 50, 0.28);
  box-shadow: 0 28px 72px rgba(16, 20, 24, 0.12), 0 8px 22px rgba(81, 101, 50, 0.1);
}

.product-card:focus-within {
  border-color: rgba(81, 101, 50, 0.4);
  box-shadow: 0 28px 72px rgba(16, 20, 24, 0.12), 0 0 0 4px rgba(81, 101, 50, 0.16);
}

.product-card__linkwrap {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-card__media {
  display: block;
  position: relative;
  background: rgba(81, 101, 50, 0.08);
  overflow: hidden;
  aspect-ratio: 4/5;
}

.product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.62) 100%), radial-gradient(70% 70% at 20% 20%, rgba(81, 101, 50, 0.22) 0%, rgba(81, 101, 50, 0) 70%);
}

.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
  transform: scale(1.001);
  transition: transform 260ms ease;
}

.product-card:hover .product-card__img {
  transform: scale(1.05);
}

.product-card__img-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  z-index: 2;
  background: linear-gradient(357deg, rgb(81, 101, 50) 0%, rgba(10, 18, 18, 0.34) 55%, rgba(10, 18, 18, 0.18) 100%), radial-gradient(80% 80% at 20% 35%, rgba(81, 101, 50, 0.35) 0%, rgba(81, 101, 50, 0) 70%);
}

.product-card__overlay-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.product-card__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(81, 101, 50, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.product-card__cta img {
  width: 14px;
  height: 14px;
  filter: invert(1);
}

/* Treat 1024–1199 as desktop for content sections */
@media (max-width: 1023px) {
  .about-section__cards {
    transform: translate(0px, 0);
  }
  .home-hero {
    --hero-pad-top: 140px;
    --hero-pad-bottom: 80px;
  }
  .home-hero__container {
    padding: 0 18px;
  }
  .home-hero__controls {
    bottom: 32px;
  }
  .home-hero__controls-inner {
    padding: 0 18px;
  }
  .about-section {
    padding: 50px 0;
  }
  .about-section__container {
    padding: 0 18px;
  }
  .about-section__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
  }
  .about-section__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .about-section__cards {
    position: static;
    margin-top: 16px;
    gap: 14px;
  }
  .about-section__card-img {
    width: calc(50% - 7px);
    max-width: none;
  }
  .products-section {
    padding: 50px 0;
  }
  .products-section__container {
    padding: 0 18px;
  }
  .products-section__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
  }
  .products-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .products-section__grid.is-masonry {
    gap: 18px;
  }
  .products-section__grid.is-masonry .products-masonry__col {
    gap: 18px;
  }
  .services-section {
    padding: 50px 0;
  }
  .services-section__container {
    padding: 0 18px;
  }
  .services-section__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .services-section__right {
    position: static;
    width: 100%;
    max-width: none;
    justify-content: center;
    pointer-events: auto;
  }
  .services-section__img--right {
    width: min(520px, 100%);
    transform: none;
  }
  .services-section__img--left {
    height: auto;
  }
  .services-section__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-stat {
    border-right: 0;
    padding-right: 0;
  }
  .page-hero__container {
    padding: 0 18px;
  }
  .page-hero__inner {
    padding: 50px 0;
  }
  .urunlerimiz-page-hero__container {
    padding: 0 18px;
  }
  .urunlerimiz-page-hero__inner {
    padding: 50px 0;
  }
  .urunlerimiz-hero {
    padding: 50px 0;
  }
  .urunlerimiz-hero__container {
    padding: 0 18px;
  }
  .urunlerimiz-hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .urunlerimiz-side__cards {
    grid-template-columns: 1fr;
  }
  .urunlerimiz-tabs {
    padding: 0 0 0px 0;
  }
  .urunlerimiz-tabs__container {
    padding: 0 18px;
  }
  .urunlerimiz-form-section {
    padding: 50px 0;
  }
  .urunlerimiz-form-section__container {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .home-hero {
    --hero-pad-top: 130px;
    --hero-pad-bottom: 70px;
  }
  /* Portrait mobile: center hero content horizontally */
  .home-hero__container {
    text-align: center;
  }
  .home-hero__label {
    justify-content: center;
    width: 100%;
  }
  .home-hero__desc {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero__btn {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .home-hero__inner {
    margin-left: auto;
    margin-right: auto;
  }
  .products-section__grid {
    grid-template-columns: 1fr;
  }
  .products-section__grid.is-masonry {
    display: block;
  }
  .products-section__grid.is-masonry .products-masonry__col {
    display: block;
  }
  .products-section__grid.is-masonry .product-card + .product-card {
    margin-top: 18px;
  }
}
/* Responsive ranges (per project rules) */
/* Tablet: 768px - 1023px */
/* Mobile: 767px and below */
@media (max-width: 767px) {
  #primary.site-main {
    padding: 20px var(--gutter);
  }
  .entry-title {
    font-size: 26px;
  }
}
