/*
Theme Name: ZOJ
Theme URI: https://example.com/advokatska
Author: Custom theme
Author URI: https://example.com
Description: Vlastná WordPress téma pre advokátsku kanceláriu v tmavomodrom a zlatom štýle s veľkým hero bannerom, hornou kontaktnou lištou, CTA tlačidlom a blokmi služieb.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advokatska
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

:root {
  --agp-navy: #252d3d;
  --agp-navy-2: #313a4e;
  --agp-navy-3: #1d2534;
  --agp-gold: rgb(207, 148, 85);
  --agp-gold-2: rgb(163, 117, 67);
  --agp-cream: #f7f0e6;
  --agp-muted: #8c95a6;
  --agp-text: #222a35;
  --agp-white: #ffffff;
  --agp-border: rgba(255,255,255,.12);
  --agp-shadow: 0 24px 70px rgba(0, 0, 0, .18);
  --agp-radius: 3px;
  --agp-container: 1180px;
  --agp-font-heading: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --agp-font-body: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--agp-text);
  background: #fff;
  font-family: var(--agp-font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--agp-gold); text-decoration: none; transition: color .2s ease, background .2s ease, border .2s ease, transform .2s ease; }
a:hover { color: var(--agp-gold-2); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }

.agp-container {
  width: min(var(--agp-container), calc(100% - 44px));
  margin-inline: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Header */
.site-header {
  position: relative;
  z-index: 20;
  background: var(--agp-navy);
  color: var(--agp-white);
}
.agp-topbar {
  /* background: var(--agp-navy-3); */
  background: #490376;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.agp-topbar__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.agp-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  min-width: 0;
}

.agp-brand-mobile {
  display: none;
}

.agp-brand__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--agp-gold);
}
.agp-brand__text { min-width: 0; /* allow shrinking */
  flex: 1; /* take remaining space beside logo */
  display: flex;
  align-items: center;
  justify-content: center; /* center inner img/text horizontally */
}
.site-title {
  margin: 0;
  font-family: var(--agp-font-heading);
  font-size: clamp(16px, 3vw, 24px);
  line-height: .95;
  letter-spacing: -.02em;
  color: #000000;
}
.site-title small {
  font-family: var(--agp-font-body);
  font-size: 11px;
  font-weight: 800;
  color: var(--agp-gold);
  letter-spacing: .08em;
  vertical-align: super;
}
.site-description {
  margin: 4px 0 0;
  color: rgba(255,255,255,.82);
  font-family: var(--agp-font-heading);
  font-style: italic;
  font-size: 14px;
}
.custom-logo-link img { max-height: 100px; width: auto; }

.agp-contact-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000000;
}
.agp-contact-item {
  display: grid;
  grid-template-columns: 28px auto;
  column-gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.agp-contact-item svg { width: 26px; height: 26px; color: var(--agp-gold); }
.agp-contact-item strong {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: .03em;
  line-height: 1.05;
  color: #000000;
}
.agp-menu-text{
  color: #000000
}

.agp-contact-item span {
  display: block;
  color: #000000;
  font-size: 12px;
  margin-top: 3px;
}
.agp-socials {
  display: flex;
  align-items: stretch;
  /* border-left: 1px solid var(--agp-border); */
}
.agp-socials a {
  min-width: 54px;
  min-height: 52px;
  /* border-right: 1px solid var(--agp-border); */
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0.4rem 0 0.4rem;
}

.agp-socials a:hover { 
  /* background: rgba(255,255,255,.06);  */
  color: var(--agp-gold); }

.agp-navbar {
  /* background: var(--agp-navy-2); */
  background: white;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.agp-navbar__inner {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 22px;
}

.main-navigation { display: flex; align-items: stretch; }
.menu-toggle {
  display: none;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.2);
  padding: 10px 14px;
  cursor: pointer;
}
.main-navigation ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}
.main-navigation li { position: relative; }
.main-navigation a {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}
.main-navigation > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  background: linear-gradient(90deg, var(--agp-gold), var(--agp-gold-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 2px;
}
.main-navigation > ul > li > a:hover::after,
.main-navigation > ul > li.current-menu-item > a::after,
.main-navigation > ul > li.current_page_item > a::after {
  transform: scaleX(1);
}
.main-navigation > ul > li:first-child > a {
  padding-left: 18px;
}
.main-navigation #primary-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation #primary-menu > li {
    margin: 0;
    padding: 0;
}
.main-navigation #primary-menu > li > a {
    transition: color 0.3s ease;
}

.agp-menu-text:hover {
    color: #d89a46;
}
.entry-title {
  display: none;
}

/* Mobile: hide menu by default */
@media (max-width: 860px) {
    .main-navigation #primary-menu {
        display: none !important;
    }
    
    .main-navigation.toggled #primary-menu {
        display: flex !important;
    }
}

.main-navigation #primary-menu > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.main-navigation #primary-menu > li > a .agp-menu-star {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 8px;
    color: #d89a46;
    line-height: 1;
    pointer-events: none;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: #fff;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 240px;
  /* background: rgba(0, 0, 0, 0.8); */
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 40;
  padding: 4px 0;
  border-top: 3px solid var(--agp-gold);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  backdrop-filter: blur(10px);
}
.main-navigation li:hover > ul {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main-navigation ul ul a {
  min-height: auto;
  padding: 8px 20px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: none;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  transition: all 0.3s ease;
}
.main-navigation ul ul a:hover {
  color: var(--agp-gold);
  padding-left: 20px;
  background: transparent;
}
.main-navigation ul ul li + li > a::before { display: none; }
.main-navigation ul ul li:first-child > a {
  border-top: none;
}
.main-navigation ul ul li > a::before {
  content: '▸';
  color: var(--agp-gold);
  margin-right: 10px;
  font-size: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-navigation ul ul li > a:hover::before {
  opacity: 1;
}

.agp-header-cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--agp-gold);
  color: #fff;
  min-height: 44px !important;
  width: 90px;
  padding: 0 22px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: var(--agp-radius);
}
.agp-header-cta:hover { background: var(--agp-gold-2); color: #fff;  }
/* Hero */
.agp-hero {
  /* min-height: clamp(520px, 68vh, 760px); */
  /* width: min(var(--agp-container)); */
  width: 1180px;

  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}
.agp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(112deg, transparent 0 18%, rgba(255,255,255,.10) 18.2% 19%, transparent 19.2% 24%, rgba(255,255,255,.08) 24.2% 25%, transparent 25.2% 31%, rgba(255,255,255,.10) 31.2% 32%, transparent 32.2% 38%, rgba(255,255,255,.08) 38.2% 39%, transparent 39.2%),
    linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.08));
  opacity: .55;
  z-index: -1;
}
.agp-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(184,113,42,.50);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.agp-hero.has-image {
  background-position: center;
  background-size: cover;
}
.agp-hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 680px) 1fr;
  align-items: center;
  gap: 48px;
  padding: 80px 0;
}
.agp-hero__content {
  min-width: 0;
}
.agp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--agp-cream);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.agp-hero__eyebrow::before {
  content: '';
  width: 44px;
  height: 2px;
  background: var(--agp-gold);
}
.agp-hero h1 {
  margin: 0;
  font-family: var(--agp-font-heading);
  font-size: clamp(44px, 7vw, 86px);
  line-height: .96;
  letter-spacing: -.045em;
  max-width: 860px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.agp-hero p {
  margin: 22px 0 0;
  max-width: 600px;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.4vw, 21px);
  word-break: break-word;
  overflow-wrap: break-word;
}
.agp-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.agp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--agp-radius);
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.agp-button--gold { background: var(--agp-gold); color: #fff; }
.agp-button--gold:hover { background: var(--agp-gold-2); color: #fff; transform: translateY(-1px); }
.agp-button--outline { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(0,0,0,.12); }
.agp-button--outline:hover { border-color: var(--agp-gold); color: #fff; background: rgba(216,154,70,.14); }
.agp-hero-card {
  justify-self: end;
  width: min(360px, 100%);
  background: rgba(29,37,52,.84);
  border: 1px solid rgba(255,255,255,.16);
  padding: 32px;
  box-shadow: var(--agp-shadow);
  backdrop-filter: blur(8px);
}
.agp-hero-card h2 {
  margin: 0 0 10px;
  font-family: var(--agp-font-heading);
  font-size: 28px;
}
.agp-hero-card p { margin: 0 0 20px; font-size: 15px; }
.agp-hero-card ul { list-style: none; margin: 0; padding: 0; }
.agp-hero-card li {
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 13px 0;
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,.88);
}
.agp-hero-card li::before { content: '•'; color: var(--agp-gold); font-size: 22px; line-height: 1; }

/* SIGNATURE */

.agp-hero__signature {
    margin-top: 22px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: 300px;
    width: 330px;
    max-width: 75vw;
    position: relative;
    z-index: 5;
}

.agp-hero__signature-mask {
    width: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.agp-hero__signature-img {
    display: block;
    width: 330px;
    max-width: 75vw;
    height: auto;

    filter:
        drop-shadow(0.2px 0 0 rgba(255, 255, 255, 0.9))
        drop-shadow(-0.2px 0 0 rgba(255, 255, 255, 0.9))
        drop-shadow(0 0.2px 0 rgba(255, 255, 255, 0.9))
        drop-shadow(0 -0.2px 0 rgba(255, 255, 255, 0.9))
        drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.agp-hero-slide--active .agp-hero__signature-mask {
    animation: agpSignatureWrite 2.4s ease 0.5s forwards;
}

@keyframes agpSignatureWrite {
    from {
        width: 0;
    }

    to {
        width: 330px;
    }
}

/* Hero Slider */


.agp-hero-slider {
  position: relative;
  min-height: clamp(520px, 68vh, 760px);
  overflow: hidden;
}
.agp-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  z-index: 0;
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.agp-hero-slide--active {
  opacity: 1;
  z-index: 1;
}
.agp-hero-slide .agp-hero__inner {
  animation: slideIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.agp-hero-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
}
.agp-hero-nav-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 197, 25, 0.5);
  background: rgba(0, 0, 0, 0.3);
  color: var(--agp-gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 3px;
}
.agp-hero-nav-btn:hover {
  background: var(--agp-gold);
  color: #fff;
  border-color: var(--agp-gold);
  transform: scale(1.1);
}
.agp-hero-dots {
  display: flex;
  gap: 12px;
}
.agp-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 197, 25, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.agp-hero-dot--active {
  background: var(--agp-gold);
  border-color: var(--agp-gold);
  width: 28px;
  border-radius: 5px;
}

/* Sections */
.agp-service-item:hover {
  cursor: pointer;

}
.agp-widget-search .search-form {
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
}
.sidebar .widget form.search-form {
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
}
.agp-widget-search .search-form label {
    flex: 1 !important;
    margin: 0 !important;
}

.agp-widget-search .search-form .search-field {
    width: 100% !important;
    height: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.agp-widget-search .search-form .search-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    flex-shrink: 0 !important;
    padding: 0 12px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.agp-section { padding: 40px 0 0 0; }
/* .agp-section--cream { background: var(--agp-cream); } */
.agp-section--cream { background: rgb(252, 253, 253); }
.agp-section--dark { background: var(--agp-navy); color: #fff; }
.agp-section__heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.agp-section__kicker {
  color: var(--agp-gold);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* .agp-section h2,
.page-title {
  display: none;
} */

/* Show title for singular posts */
.agp-post-card__header .entry-title {
  display: block !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  font-family: var(--agp-font-heading) !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.035em !important;
  color: var(--agp-text) !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-decoration: none !important;
  width: 100% !important;
  height: auto !important;
}
.agp-section__heading p { color: #687182; margin: 16px 0 0; font-size: 18px; }
.agp-section--dark .agp-section__heading p { color: rgba(255,255,255,.76); }

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

.agp-services-grid--icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 0;
}

.agp-services-grid--icons .agp-service-item {
    position: relative;
    min-height: 155px;
    padding: 10px 28px 18px;
    text-align: center;
    background: transparent;
    border: 0;
    overflow: hidden;
}

.agp-services-grid--icons .agp-service-item + .agp-service-item {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.agp-service-icon-img {
    height: 72px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s ease, transform 0.45s ease, height 0.45s ease, margin 0.45s ease;
}

.agp-service-icon-img img {
    display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.agp-service-content {
    position: relative;
    z-index: 2;
    transition: transform 0.45s ease;
}

.agp-service-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.agp-service-content p {
    max-height: 0;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.5;
    transition: max-height 0.45s ease, margin 0.35s ease, opacity 0.35s ease;
}

/* HOVER EFEKT */
.agp-services-grid--icons .agp-service-item:hover .agp-service-icon-img {
    height: 0;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(-28px);
}

.agp-services-grid--icons .agp-service-item:hover .agp-service-content {
    transform: translateY(-4px);
}

.agp-services-grid--icons .agp-service-item:hover .agp-service-content p {
    max-height: 120px;
    margin-top: 12px;
    opacity: 1;
}
.agp-post-card__video-embed,
.agp-post-singular__thumbnail--video {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 56.25%; /* 16:9 pomer strán */
    overflow: hidden;
    box-sizing: border-box;
}

.agp-post-card__video-embed iframe,
.agp-post-card__video-embed video,
.agp-post-singular__thumbnail--video iframe,
.agp-post-singular__thumbnail--video video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    box-sizing: border-box !important;
}

h1.page-title {
  display: none;
}
@media (max-width: 992px) {
    .agp-services-grid--icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agp-services-grid--icons .agp-service-item:nth-child(3) {
        border-left: 0;
    }

    .agp-services-grid--icons .agp-service-item:nth-child(n+3) {
        margin-top: 34px;
    }
}

@media (max-width: 640px) {
    .agp-services-grid--icons {
        grid-template-columns: 1fr;
    }

    .agp-services-grid--icons .agp-service-item {
        border-left: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        padding: 26px 20px;
    }

    .agp-services-grid--icons .agp-service-item:first-child {
        border-top: 0;
    }

    .agp-services-grid--icons .agp-service-item:nth-child(n+3) {
        margin-top: 0;
    }
}
/* TEAM */
.agp-team-grid--large {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 26px;
    margin-top: 52px;
}

.agp-team-member {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* žiadne height: 100% – grid item sa natiahne automaticky */
}

.agp-team-photo {
    display: none;
}

.agp-team-info {
    position: relative;
    z-index: 2;
    width: 100%;
    flex: 1;
    margin: 0;
    padding: 20px 14px 16px;
    box-sizing: border-box;

    background: #30394d;
    border-bottom: 3px solid #d89a46;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.agp-team-info h3 {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.agp-team-info p {
    margin: 5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.15;
    font-family: "Baskervville", "Segoe Script", cursive;
}

.agp-team-member:hover .agp-team-photo img {
    transform: scale(1.04);
    filter: contrast(1.05);
}
@media (max-width: 1200px) {
    .agp-team-grid--large {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .agp-team-grid--large {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .agp-team-grid--large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 20px;
    }

    .agp-team-photo {
        height: 250px;
    }
}

@media (max-width: 520px) {
    .agp-team-grid--large {
        grid-template-columns: 1fr;
    }

    .agp-team-photo {
        height: 320px;
    }
}
.agp-card {
  background: #fff;
  border: 1px solid #e9e1d6;
  padding: 34px 30px;
  min-height: 100%;
  box-shadow: 0 14px 34px rgba(29,37,52,.07);
}
.agp-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,154,70,.35);
  color: var(--agp-gold);
  margin-bottom: 20px;
  font-size: 24px;
}
.agp-card h3 {
  margin: 0 0 10px;
  font-family: var(--agp-font-heading);
  font-size: 25px;
  line-height: 1.15;
}
.agp-card p { color: #657083; margin: 0; }
.agp-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(29,37,52,.11); }

.agp-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}
.agp-split__media {
  min-height: 440px;
  background:
    linear-gradient(rgba(29,37,52,.14), rgba(29,37,52,.14)),
    linear-gradient(135deg, #d8c4ad 0%, #8d6f4f 100%);
  position: relative;
  box-shadow: var(--agp-shadow);
  overflow: hidden;
}
.agp-split__media::before {
  content: '';
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255,255,255,.55);
}
.agp-split__content h2 {
  margin-bottom: 20px;
}
.agp-split__content p { color: #667080; margin: 0 0 18px; }
.agp-checklist { list-style: none; margin: 26px 0 0; padding: 0; }
.agp-checklist li { display: flex; gap: 12px; margin: 12px 0; color: #3b4656; }
.agp-checklist li::before { content: '✓'; color: var(--agp-gold); font-weight: 900; }

.agp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}
.agp-stat {
  background: var(--agp-navy-2);
  padding: 34px 24px;
  text-align: center;
}
.agp-stat strong {
  display: block;
  font-family: var(--agp-font-heading);
  color: var(--agp-gold);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
}
.agp-stat span { color: rgba(255,255,255,.78); font-weight: 700; }

/* Content */
.site-main { min-height: 45vh; }
.agp-content-wrap { padding:0 0 76px 0; }
.agp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
}
.entry-header { margin-bottom: 32px; }
.entry-meta, .entry-footer { color: #788294; font-size: 14px; }
.entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #3b4656;
}
.entry-content > *:first-child { margin-top: 0; }
.entry-content p {
  margin: 0 0 20px 0;
}
.entry-content h2 {
  margin: 40px 0 18px;
  font-family: var(--agp-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e2634;
  letter-spacing: -.02em;
}
.entry-content h3 {
  margin: 32px 0 14px;
  font-family: var(--agp-font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #1e2634;
  letter-spacing: -.01em;
}
.entry-content h4 {
  margin: 24px 0 12px;
  font-family: var(--agp-font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #252d3d;
}
.entry-content a { color: var(--agp-gold-2); text-decoration: underline; text-underline-offset: 3px; font-weight: 500; }
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  margin: 24px 0;
}
.entry-content blockquote {
  margin: 30px 0;
  padding: 24px 30px;
  border-left: 5px solid var(--agp-gold);
  background: linear-gradient(to right, rgba(255, 197, 25, 0.08), rgba(255, 197, 25, 0.03));
  font-family: var(--agp-font-heading);
  font-size: 22px;
  line-height: 1.55;
  font-style: italic;
  color: #3b4656;
  border-radius: 3px;
}
.entry-content blockquote p {
  margin: 0;
}
.post-card {
  border-bottom: 1px solid #e6e9ef;
  padding: 0 0 34px;
  margin-bottom: 34px;
}
.post-card .entry-title { font-size: clamp(28px, 3vw, 42px); }
.post-thumbnail { margin-bottom: 22px; }

/* Post Navigation */
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 60px 0 0;
  padding: 40px 0 0;
  border-top: 2px solid #e9e1d6;
}
.nav-previous,
.nav-next {
  display: flex;
  flex-direction: column;
}
.nav-previous { text-align: left; }
.nav-next { text-align: right; }
.post-navigation a {
  color: var(--agp-navy);
  font-weight: 700;
  transition: all 0.3s ease;
  display: block;
}
.post-navigation .nav-subtitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--agp-gold);
  margin-bottom: 8px;
}
.post-navigation a:hover {
  color: var(--agp-gold);
  padding: 0 8px 0 0;
}
.nav-next a:hover {
  padding: 0 0 0 8px;
}

/* Comments - Hidden */
.comments-area,
.comments-title,
.comment-list,
.comment,
.comment-meta,
.comment-author,
.comment-metadata,
.comment-text,
.comment-reply-link,
#respond,
#reply-title,
.comment-form,
.comment-form input,
.comment-form textarea {
  display: none !important;
}

.sidebar .widget,
.widget-area .widget {
  padding: 28px;
  border: 1px solid #e7e1d7;
  background: #fff;
  margin-bottom: 24px;
}
.widget-title { margin: 0 0 14px; font-family: var(--agp-font-heading); font-size: 24px; }

/* Forms */
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], textarea, select {
  width: 100%;
  border: 1px solid #d8dde6;
  padding: 13px 14px;
  background: #fff;
  color: var(--agp-text);
}
textarea { min-height: 150px; }
input[type='submit'], button[type='submit'] {
  background: var(--agp-gold);
  color: #fff;
  border: 0;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
input[type='submit']:hover, button[type='submit']:hover { background: var(--agp-gold-2); }

/* Footer */
/* FOOTER */

.site-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.agp-footer-overlay {
    background:
        linear-gradient(90deg, rgba(10, 14, 22, 0.022) 0%, rgba(12, 16, 25, 0.22) 48%, rgba(10, 14, 22, 0.46) 100%);
}

.agp-footer__top {
    padding: 74px 0 58px;
}

.agp-footer-grid {
  display: grid;
  /* changed to 3 columns: about | links | contact */
  grid-template-columns: 1.4fr 1fr 1fr;
    gap: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.agp-footer-col {
    padding: 0 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

/* remove border on last column */
.agp-footer-col:last-child { border-right: none; }

.agp-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    text-decoration: none;

}
.agp-footer-logo p {
    color: var(--agp-gold);
}

.agp-footer-logo img {
    display: block;
    max-width: 210px;
    height: auto;
}

.agp-footer-about p {
    margin: 0;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

.agp-footer-col h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.agp-footer-col h3 i {
    color: #d89a46;
    font-size: 16px;
}

.agp-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.agp-footer-links li {
    margin-bottom: 13px;
}
/* CONTACT SECTION */

.agp-contact-section {
    background: #f4eee4;
}

.agp-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 34px;
    margin-top: 48px;
    align-items: stretch;
}

.agp-contact-card {
    position: relative;
    padding: 42px 38px;
    background: #ffffff;
    border: 1px solid rgba(48, 57, 77, 0.12);
    box-shadow: 0 18px 42px rgba(30, 35, 45, 0.1);
}

.agp-contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #d89a46;
}

.agp-contact-card__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #30394d;
    color: #d89a46;
    font-size: 22px;
}

.agp-contact-card h3 {
    margin: 0 0 8px;
    color: #30394d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.agp-contact-person {
    margin-bottom: 16px;
    color: #d89a46;
    font-size: 17px;
    font-weight: 700;
}

.agp-contact-card address {
    margin: 0 0 28px;
    color: #30394d;
    font-style: normal;
    font-size: 16px;
    line-height: 1.65;
}

.agp-contact-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.agp-contact-list a,
.agp-contact-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #30394d;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

.agp-contact-list i {
    width: 18px;
    color: #d89a46;
    text-align: center;
}

.agp-contact-list a:hover {
    color: #d89a46;
}

.agp-contact-map {
    min-height: 430px;
    overflow: hidden;
    border: 2px solid #d89a46;
    border-radius: 7px;
    box-shadow: 0 18px 42px rgba(30, 35, 45, 0.1);
    background: #d89a46;
}

.agp-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    filter: grayscale(0.15) contrast(1.05);
}

@media (max-width: 920px) {
    .agp-contact-grid {
        grid-template-columns: 1fr;
    }

    .agp-contact-map,
    .agp-contact-map iframe {
        min-height: 360px;
    }
}

@media (max-width: 560px) {
    .agp-contact-card {
        padding: 34px 26px;
    }

    .agp-contact-card h3 {
        font-size: 21px;
    }

    .agp-contact-list a,
    .agp-contact-list__item {
        font-size: 14px;
    }
}
.agp-footer-links a,
.agp-footer-contact a,
.agp-footer-contact span {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.agp-footer-links a:hover,
.agp-footer-contact a:hover {
    color: #d89a46;
}

.agp-footer-links a:hover {
    padding-left: 6px;
}

.agp-footer-contact-item {
    margin-bottom: 18px;
}

.agp-footer-contact-item strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.agp-footer-social {
    display: flex;
    align-items: stretch;
    margin-top: 34px;
}

.agp-footer-social a {
    min-width: 74px;
    padding: 0 14px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: color 0.25s ease, transform 0.25s ease;
}

.agp-footer-social a i {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1;
}

.agp-footer-social a span {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.agp-footer-social a:hover {
    color: #d89a46;
    transform: translateY(-3px);
}

.agp-footer-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agp-footer-form input,
.agp-footer-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
}

.agp-footer-form input::placeholder,
.agp-footer-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.agp-footer-form input:focus,
.agp-footer-form textarea:focus {
    border-color: rgba(216, 154, 70, 0.75);
}

.agp-footer-form textarea {
    resize: vertical;
    min-height: 130px;
}

.agp-footer-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 2px;
    padding: 13px 22px;
    border: 0;
    background: #d89a46;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.agp-footer-submit:hover {
    background: #c88432;
    transform: translateY(-2px);
}

.agp-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.22);
}

.agp-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .agp-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-left: 0;
        gap: 42px 0;
    }

    .agp-footer-col {
        border-right: 0;
        padding: 0 28px;
    }

    .agp-footer-col:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 720px) {
    .agp-footer__top {
        padding: 58px 0 44px;
    }

    .agp-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .agp-footer-col {
        padding: 0;
        border-right: 0 !important;
    }

    .agp-footer-social {
        flex-wrap: wrap;
    }

    .agp-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* WordPress alignment */
.alignwide { margin-left: calc(50% - min(680px, 45vw)); margin-right: calc(50% - min(680px, 45vw)); max-width: 1360px; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: #6b7280; font-size: 14px; margin-top: 8px; }
.sticky { display: block; }
.bypostauthor { display: block; }

/* Responsive */
@media (max-width: 1080px) {
  .agp-topbar__inner { grid-template-columns: 1fr; padding: 18px 0; }
  .agp-contact-strip { justify-content: space-between; flex-wrap: wrap; }
  .agp-hero__inner { grid-template-columns: 1fr; }
  .agp-hero-card { justify-self: start; }
  .agp-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agp-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .agp-navbar__inner { 
    min-height: auto; 
    padding: 8px 0; 
    align-items: center;
    justify-content: space-between;
  }

  .agp-brand-mobile {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  .agp-brand-mobile .agp-brand__mark {
    width: 32px;
    height: 32px;
  }
  .agp-brand-mobile .site-title {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
  .agp-brand-mobile .site-description {
    display: none;
  }
  .menu-toggle { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
  .main-navigation { display: block; }
  .main-navigation ul {
    display: none;
    position: absolute;
    left: 22px;
    right: 22px;
    top: 100%;
    flex-direction: column;
    background: var(--agp-navy-3);
    padding: 8px 0;
    box-shadow: var(--agp-shadow);
    z-index: 1000;
  }
  
  .main-navigation.toggled ul { display: flex !important; }
  .main-navigation a { min-height: 44px; font-size: 14px; }
  .main-navigation li + li > a::before { display: none; }
  .main-navigation ul ul { position: static; box-shadow: none; background: rgba(0,0,0,.16); }
  .agp-header-cta { display: none; }
  .agp-grid--3 { grid-template-columns: 1fr; }
  .agp-split, .agp-layout { grid-template-columns: 1fr; }
  .agp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .agp-container { width: min(100% - 30px, var(--agp-container)); }
  .agp-topbar { display: none !important; }
  .agp-topbar__inner { min-height: auto; }
  .agp-contact-strip { display: none !important; }

  .agp-socials { border-left: 0; justify-content: start;  }
  .agp-socials a { min-width: 44px; min-height: 44px;  margin-right: -1px; }
  .agp-navbar { padding: 8px 0; }
  .agp-navbar__inner { min-height: auto; padding: 8px 0; }
  .menu-toggle { font-size: 13px; padding: 6px 8px; }
  .agp-header-cta { display: none; }
  .agp-hero { min-height: 240px; padding: 0; }
  .agp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .agp-hero__inner { 
    padding: 12px 0; 
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .agp-hero__content {
    max-width: 100%;
  }
  .agp-hero h1 {
    font-size: clamp(24px, 6vw, 40px);
    margin-bottom: 4px;
    line-height: 1.1;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .agp-hero p {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .agp-hero__eyebrow {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .agp-hero__eyebrow::before {
    width: 28px;
    height: 2px;
  }
  .agp-hero__actions {
    margin-top: 12px;
    gap: 8px;
  }
  .agp-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
  .agp-hero-card {
    display: none;
  }
  .agp-hero__signature {
   width: 100%;
  }
  .agp-section { padding: 62px 0 0 0; }
  .agp-grid--4, .agp-stats, .agp-footer-grid { grid-template-columns: 1fr; }
  .agp-footer__bottom .agp-container { flex-direction: column; }
}

/* Blog Styling */
.agp-post-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid #e9e1d6;
  align-items: flex-start;
}
.agp-post-grid .agp-post-card:first-child {
    padding-top: 0;
}
.agp-post-card:last-child {
  border-bottom: none;
}
.agp-post-card__sidebar {
  display: none;
}
.agp-post-card__date {
  display: none;
}
.agp-post-card__metadata {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.agp-post-card__date-inline {
  display: flex;
  gap: 8px;
  align-items: center;
}

.agp-post-card__date-inline .agp-post-card__day {
  font-size: 18px;
  font-weight: 900;
  color: var(--agp-text);
}

.agp-post-card__date-inline .agp-post-card__month {
  font-size: 12px;
  font-weight: 600;
  color: #667080;
  text-transform: capitalize;
}

.agp-post-card__share {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--agp-text);
  transition: all 0.3s ease;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  gap: 8px;
  position: relative;
}
.agp-post-card__share:hover {
  border-color: transparent;
  color: var(--agp-gold);
  background: transparent;
}
.agp-post-card__share svg {
  width: 18px;
  height: 18px;
}
.agp-post-card__comments-count {
  display: none;
}

/* Share Menu */
.agp-share-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e9e1d6;
  border-radius: 3px;
  padding: 12px 8px;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: slideDown 0.3s ease;
  opacity: 1 !important;
  visibility: visible !important;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.agp-share-option,
.agp-share-close {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #e9e1d6;
  background: #fff;
  color: var(--agp-text);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.agp-share-option:hover {
  background: var(--agp-gold);
  color: #fff;
  border-color: var(--agp-gold);
}

.agp-share-option svg,
.agp-share-close svg {
  width: 16px;
  height: 16px;
}

.agp-post-card__sidebar {
  position: relative;
}
.agp-post-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.agp-post-card__thumbnail {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 10px;
}
.agp-post-card__thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.agp-post-card__thumbnail:hover img {
  transform: scale(1.05);
}
.agp-post-card__title {
  margin: 0;
  font-family: var(--agp-font-heading);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -.035em;
  color: var(--agp-text);
}
.agp-post-card__title a {
  color: var(--agp-text);
  transition: color 0.3s ease;
}
.agp-post-card__title a:hover {
  color: var(--agp-gold);
}
.agp-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #667080;
  padding-bottom: 12px;
  border-bottom: 2px solid #e9e1d6;
}
.agp-post-singular__meta {
  margin: 12px 0;
  border-bottom: none;
  padding-bottom: 0;
}
.agp-post-date {
  color: var(--agp-gold);
  font-weight: 700;
  letter-spacing: .04em;
}
.agp-post-card__categories {
  display: none;
}

.agp-singular-categories {
  display: block !important;
  font-size: 13px;
  color: #667080;
  margin-top: 12px;
}
.agp-post-card__excerpt {
  color: #667080;
  line-height: 1.8;
  margin: 12px 0 0;
  font-size: 15px;
}
.agp-post-card__excerpt p {
  margin: 0 0 12px;
}
.agp-post-card__excerpt p:last-child {
  margin-bottom: 0;
}
.agp-post-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: var(--agp-navy);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 16px;
  transition: all 0.3s ease;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.agp-post-card__more:hover {
  background: var(--agp-gold);
  color: #fff;
  gap: 12px;
  transform: translateY(-2px);
}

/* Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.sidebar .widget {
  background: #fff;
  padding: 28px;
  border-radius: 3px;
  border: 1px solid #e9e1d6;
  box-shadow: none;
}
.sidebar .widget-title {
  margin: 0 0 16px;
  font-family: var(--agp-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--agp-text);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--agp-gold);
}
.sidebar .widget form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar .widget input,
.sidebar .widget textarea {
  padding: 10px 12px;
  border: 1px solid #e9e1d6;
  border-radius: 3px;
  font-family: var(--agp-font-body);
  font-size: 13px;
  color: var(--agp-text);
  background: #fff;
}
.sidebar .widget input::placeholder,
.sidebar .widget textarea::placeholder {
  color: #aaa;
}
.sidebar .widget input[type="submit"] {
  background: var(--agp-navy);
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  margin-top: 6px;
}
.sidebar .widget input[type="submit"]:hover {
  background: var(--agp-gold);
  color: #fff;
  transform: translateY(-1px);
}
.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar .widget li:last-child {
  border-bottom: none;
}
.sidebar .widget a {
  color: var(--agp-navy);
  font-size: 14px;
  transition: all 0.3s ease;
  display: block;
}
.sidebar .widget a:hover {
  color: var(--agp-gold);
  padding-left: 4px;
}

/* Latest Posts Widget */

.agp-widget-latest-posts {
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 0;
}

.agp-latest-posts-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.agp-latest-post-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e9e1d6;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.agp-latest-post-item:hover {
    background: #fff;
    border-color: var(--agp-gold);
}

.agp-latest-post-thumbnail {
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 3px;
}

.agp-latest-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.agp-latest-post-item:hover .agp-latest-post-thumbnail img {
    transform: scale(1.05);
}

.agp-latest-post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.agp-latest-post-title {
    margin: 0;
    font-family: var(--agp-font-heading);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.agp-latest-post-title a {
    color: var(--agp-navy);
    transition: color 0.3s ease;
}

.agp-latest-post-item:hover .agp-latest-post-title a {
    color: var(--agp-gold);
}

.agp-latest-post-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
    color: #667080;
    margin-top: 4px;
}

.agp-latest-post-date {
    font-weight: 600;
    color: var(--agp-gold);
}

.agp-latest-post-comments {
    display: none;
}


/* Search Widget */

.agp-widget-search {
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 0;
    margin-bottom: 24px;
}

.agp-widget-search form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.agp-widget-search input[type="search"] {
    padding: 10px 12px;
    border: 1px solid #e9e1d6;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
    color: var(--agp-text);
}

.agp-widget-search input[type="submit"] {
    background: var(--agp-gold);
    color: #fff;
    border: none;
    padding: 10px 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.agp-widget-search input[type="submit"]:hover {
    background: var(--agp-gold-2);
    transform: translateY(-1px);
}

@media (max-width: 860px) {
  .agp-post-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  .agp-post-card__sidebar {
    flex-direction: row;
    gap: 12px;
    padding: 0;
  }
  .agp-post-card__title {
    font-size: 22px;
  }
  .agp-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sidebar {
    order: 0;
  }
  .agp-widget-latest-posts,
  .agp-widget-search {
    padding: 20px;
  }
  .agp-latest-post-item {
    grid-template-columns: 70px 1fr;
    gap: 10px;
    padding: 10px;
  }
  .agp-latest-post-thumbnail {
    height: 70px;
  }
}
/* FONT AWESOME IKONKY */
.fa-brands {
  width: 2rem;
}