@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Montserrat:wght@400;500;600;700&display=swap');
@import url("./tailwind.css");

[hidden] {
  display: none;
}

:root {
  --containerPadding: 128px;
  --sectionContentPadding: 128px;
  --homepage-prose-max-width: 733px;
  --gy-header-height: 129px;
  --color-black: #0e0e0e;
  --color-dark-blue: #1d2e4a;
  --color-white: #fcfcfc;
  --color-sand: #e2dfdc;
  --color-bronze: #b7b4a2;
  --font-heading: "Lora", serif;
  --font-body: "Montserrat", sans-serif;
  --primary: #d883bb;
  --secondary: #5bc5ce;
  --orange: #fd9834;
  --gray: #f8f8f8;
  --darkPurple: #ad6996;
}

html {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--color-black);
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

.gy-header {
  background: #fcfcfc;
  border-bottom: 1px solid #e2dfdc;
  box-sizing: border-box;
  left: 50%;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
}

.gy-header__inner {
  box-sizing: border-box;
  position: relative;
}

.gy-header__logo {
  display: block;
  height: 49px;
  left: 128px;
  position: absolute;
  top: 42px;
  width: 340px;
}

.gy-header__logo svg {
  display: block;
  height: 49px;
  width: 340px;
}

.gy-header__nav {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  left: 1051px;
  position: absolute;
  top: 55px;
  width: auto;
}

.gy-header__menu {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  min-height: 24px;
  padding: 0;
  white-space: nowrap;
}

.gy-header__menu li {
  margin: 0;
}

.gy-header__menu a {
  box-sizing: border-box;
  color: #0e0e0e;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

.gy-header__menu a::after {
  background: currentColor;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 500ms ease;
  width: 100%;
}

.gy-header__menu .current-menu-item > a,
.gy-header__menu .current_page_item > a,
.gy-header__menu a:hover {
  opacity: 0.8;
}

.gy-header__menu .current-menu-item > a::after,
.gy-header__menu .current_page_item > a::after,
.gy-header__menu a:hover::after {
  transform: scaleX(1);
}

.gy-header__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 7px;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 128px;
  top: 44px;
  width: 44px;
  z-index: 1001;
}

.gy-header__toggle span {
  background: #1d2e4a;
  display: block;
  height: 2px;
  width: 28px;
}

/* ── Section reveal (CSS + Intersection Observer in gsap.js, no GSAP) ── */
@media (prefers-reduced-motion: no-preference) {
  .gy-hero.hero-section .gy-hero__media,
  .gy-hero.hero-section .gy-hero__inner > *,
  .gy-about.about-section .gy-about__content,
  .gy-about.about-section .gy-about__image,
  .gy-services.services-section .gy-services__intro,
  .gy-services.services-section .gy-services__button,
  .gy-centennial.centennial-section .gy-centennial__media,
  .gy-centennial.centennial-section .gy-centennial__copy,
  .gy-story.story-section .gy-story__heading,
  .gy-story.story-section .gy-story__slide,
  .gy-logo-bar.logo-bar-section .gy-logo-bar__logo,
  .gy-full-hero.full-hero-section .gy-full-hero__content > *,
  .gy-full-hero.full-hero-section .gy-full-hero__card,
  .gy-cta.cta-section .gy-cta__content > *,
  .gy-page-title.page-title-1-section .gy-page-title__content > *,
  .gy-page-title.page-title-1-section .gy-page-title__tile,
  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band) .gy-page-title-2__strip,
  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band) .gy-page-title-2__description,
  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band) .gy-page-title-2__image-wrap,
  .gy-page-title-4.page-title-4-section .gy-page-title-4__content > *,
  .gy-lawyer-hero.lawyers-hero-section .gy-lawyer-hero__left-inner > *,
  .gy-lawyer-hero.lawyers-hero-section .gy-lawyer-hero__image-wrap,
  .gy-page-title-2.gy-page-title-3--content-band .gy-page-title-2__description,
  .gy-page-title-2.gy-page-title-3--content-band .gy-page-title-2__image-wrap,
  .gy-page-title-5.page-title-5-section .gy-image-text__title,
  .gy-page-title-5.page-title-5-section .gy-page-title-2__description,
  .gy-practice-areas.practice-areas-section .gy-practice-card,
  .gy-team.team-section .gy-team__filters-row,
  .gy-team.team-section .gy-team-card,
  .gy-image-text.image-text-section .gy-image-text__media,
  .gy-image-text.image-text-section .gy-image-text__copy-inner > *,
  .gy-image-text-rect.image-left-text-section .gy-image-text-rect__media,
  .gy-image-text-rect.image-left-text-section .gy-image-text-rect__copy > *,
  .gy-title-text.title-text-section .gy-title-text__inner > *,
  .gy-blog-block.blog-section .gy-blog-block__header,
  .gy-blog-block.blog-section .gy-blog-block__search,
  .gy-blog-block.blog-section .gy-blog-card,
  .gy-blog-archive .gy-blog-card,
  .gy-contact.contact-section .gy-contact__header > *,
  .gy-contact.contact-section .gy-contact__office,
  .gy-contact.contact-section .gy-contact__form-wrap,
  .gy-lawyers.lawyers-section .gy-lawyers__intro,
  .gy-lawyers.lawyers-section .gy-lawyers__button,
  .gy-lawyers.lawyers-section .gy-lawyer,
  .gy-lawyer-tabs.lawyers-tabs-section .gy-lawyer-tabs__tab,
  .gy-lawyer-tabs.lawyers-tabs-section .gy-lawyer-tabs__aside {
    opacity: 0;
    transition:
      opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.15s cubic-bezier(0.22, 1, 0.36, 1),
      filter 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform, filter;
  }

  .gy-hero.hero-section .gy-hero__media {
    filter: blur(10px);
    transform: scale(1.07);
  }

  .gy-hero.hero-section .gy-hero__inner > * {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-hero.hero-section.gy-reveal--in .gy-hero__media {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    transition-delay: 0.12s;
  }

  .gy-hero.hero-section.gy-reveal--in .gy-hero__inner > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.38s;
  }

  .gy-hero.hero-section.gy-reveal--in .gy-hero__inner > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.52s;
  }

  .gy-hero.hero-section.gy-reveal--in .gy-hero__inner > *:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.66s;
  }

  .gy-hero.hero-section.gy-reveal--in .gy-hero__inner > *:nth-child(4) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.8s;
  }

  .gy-about.about-section .gy-about__content {
    filter: blur(6px);
    transform: translate3d(-64px, 24px, 0) rotate(-0.6deg);
  }

  .gy-about.about-section .gy-about__image {
    filter: blur(6px);
    transform: translate3d(64px, 24px, 0) scale(0.94);
  }

  .gy-about.about-section.gy-reveal--in .gy-about__content {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0);
    transition-delay: 0.08s;
  }

  .gy-about.about-section.gy-reveal--in .gy-about__image {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.22s;
  }

  .gy-services.services-section .gy-services__intro {
    filter: blur(8px);
    transform: translate3d(0, 56px, 0);
  }

  .gy-services.services-section .gy-services__button {
    filter: blur(6px);
    transform: translate3d(0, 36px, 0);
  }

  .gy-services.services-section.gy-reveal--in .gy-services__intro {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.05s;
  }

  .gy-services.services-section.gy-reveal--in .gy-services__button {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
  }

  .gy-centennial.centennial-section .gy-centennial__media {
    filter: blur(8px);
    transform: translate3d(0, 40px, 0) scale(0.9);
  }

  .gy-centennial.centennial-section .gy-centennial__copy {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-centennial.centennial-section.gy-reveal--in .gy-centennial__media {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.06s;
  }

  .gy-centennial.centennial-section.gy-reveal--in .gy-centennial__copy {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
  }

  .gy-story.story-section .gy-story__heading {
    clip-path: inset(0 0 100% 0);
    filter: blur(6px);
    transform: translate3d(0, 28px, 0);
  }

  .gy-story.story-section .gy-story__slide {
    filter: blur(8px);
    transform: translate3d(0, 52px, 0) scale(0.95);
  }

  .gy-story.story-section.gy-reveal--in .gy-story__heading {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition:
      opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
      filter 1s cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.05s;
  }

  .gy-story.story-section.gy-reveal--in .gy-story__slide:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.2s;
  }

  .gy-story.story-section.gy-reveal--in .gy-story__slide:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.34s;
  }

  .gy-story.story-section.gy-reveal--in .gy-story__slide:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.48s;
  }

  .gy-logo-bar.logo-bar-section .gy-logo-bar__logo {
    filter: blur(4px);
    transform: translate3d(0, 28px, 0) scale(0.82);
  }

  .gy-logo-bar.logo-bar-section.gy-reveal--in .gy-logo-bar__logo:nth-child(1) {
    opacity: 0.6;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.04s;
  }

  .gy-logo-bar.logo-bar-section.gy-reveal--in .gy-logo-bar__logo:nth-child(2) {
    opacity: 0.6;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.12s;
  }

  .gy-logo-bar.logo-bar-section.gy-reveal--in .gy-logo-bar__logo:nth-child(3) {
    opacity: 0.6;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.2s;
  }

  .gy-logo-bar.logo-bar-section.gy-reveal--in .gy-logo-bar__logo:nth-child(4) {
    opacity: 0.6;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.28s;
  }

  .gy-logo-bar.logo-bar-section.gy-reveal--in .gy-logo-bar__logo:nth-child(5) {
    opacity: 0.6;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.36s;
  }

  .gy-full-hero.full-hero-section .gy-full-hero__content > * {
    filter: blur(8px);
    transform: translate3d(0, 44px, 0);
  }

  .gy-full-hero.full-hero-section .gy-full-hero__card {
    filter: none;
    transform: translate3d(0, 160px, 0);
    transition:
      opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .gy-full-hero.full-hero-section .gy-full-hero__card-image-wrap {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .gy-full-hero.full-hero-section .gy-full-hero__card-image {
    transform: translate3d(0, 40px, 0) scale(1.06);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .gy-full-hero.full-hero-section .gy-full-hero__card-meta {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
      opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__content > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.06s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__content > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
	      text-align: justify;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__content > *:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.3s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__content > *:nth-child(4) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.42s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.12s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(1) .gy-full-hero__card-image-wrap {
    clip-path: inset(0 0 0 0);
    transition-delay: 0.2s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(1) .gy-full-hero__card-image {
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.2s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(1) .gy-full-hero__card-meta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.55s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.28s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(2) .gy-full-hero__card-image-wrap {
    clip-path: inset(0 0 0 0);
    transition-delay: 0.36s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(2) .gy-full-hero__card-image {
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.36s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(2) .gy-full-hero__card-meta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.7s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.44s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(3) .gy-full-hero__card-image-wrap {
    clip-path: inset(0 0 0 0);
    transition-delay: 0.52s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(3) .gy-full-hero__card-image {
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.52s;
  }

  .gy-full-hero.full-hero-section.gy-reveal--in .gy-full-hero__card:nth-child(3) .gy-full-hero__card-meta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.86s;
  }

  .gy-cta.cta-section .gy-cta__content > * {
    filter: blur(12px);
    transform: translate3d(0, 56px, 0) scale(0.94);
  }

  .gy-cta.cta-section.gy-reveal--in .gy-cta__content > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.08s;
  }

  .gy-cta.cta-section.gy-reveal--in .gy-cta__content > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.24s;
  }

  /* Inner pages — same reveal language as homepage */
  .gy-page-title.page-title-1-section .gy-page-title__content > * {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-page-title.page-title-1-section.gy-reveal--in .gy-page-title__content > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.38s;
  }

  .gy-page-title.page-title-1-section.gy-reveal--in .gy-page-title__content > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.52s;
  }

  .gy-page-title.page-title-1-section.gy-reveal--in .gy-page-title__content > *:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.66s;
  }

  .gy-page-title.page-title-1-section .gy-page-title__tile {
    filter: blur(6px);
    transform: translate3d(0, 48px, 0) scale(0.96);
  }

  .gy-page-title.page-title-1-section.gy-reveal--in .gy-page-title__tile:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.38s;
  }

  .gy-page-title.page-title-1-section.gy-reveal--in .gy-page-title__tile:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.52s;
  }

  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band) .gy-page-title-2__strip {
    filter: blur(10px);
    transform: scale(1.07);
  }

  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band) .gy-page-title-2__description {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band) .gy-page-title-2__image-wrap {
    filter: blur(6px);
    transform: translate3d(64px, 24px, 0) scale(0.94);
  }

  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band).gy-reveal--in .gy-page-title-2__strip {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    transition-delay: 0.12s;
  }

  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band).gy-reveal--in .gy-page-title-2__description {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.38s;
  }

  .gy-page-title-2.page-title-2-section:not(.gy-page-title-3--content-band).gy-reveal--in .gy-page-title-2__image-wrap {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.52s;
  }

  .gy-page-title-4.page-title-4-section .gy-page-title-4__content > * {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-page-title-4.page-title-4-section.gy-reveal--in .gy-page-title-4__content > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.38s;
  }

  .gy-page-title-4.page-title-4-section.gy-reveal--in .gy-page-title-4__content > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.52s;
  }

  .gy-page-title-4.page-title-4-section.gy-reveal--in .gy-page-title-4__content > *:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.66s;
  }

  .gy-lawyer-hero.lawyers-hero-section .gy-lawyer-hero__left-inner > * {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-lawyer-hero.lawyers-hero-section .gy-lawyer-hero__image-wrap {
    filter: blur(10px);
    transform: translate3d(64px, 24px, 0) scale(1.07);
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__left-inner > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.22s;
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__left-inner > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.34s;
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__left-inner > *:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.46s;
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__left-inner > *:nth-child(4) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.58s;
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__left-inner > *:nth-child(5) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.7s;
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__left-inner > *:nth-child(n+6) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.82s;
  }

  .gy-lawyer-hero.lawyers-hero-section.gy-reveal--in .gy-lawyer-hero__image-wrap {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.28s;
  }

  .gy-page-title-2.gy-page-title-3--content-band .gy-page-title-2__description:nth-child(1) {
    filter: blur(6px);
    transform: translate3d(-64px, 24px, 0) rotate(-0.6deg);
  }

  .gy-page-title-2.gy-page-title-3--content-band .gy-page-title-2__description:nth-child(2) {
    filter: blur(6px);
    transform: translate3d(64px, 24px, 0) scale(0.96);
  }

  .gy-page-title-2.gy-page-title-3--content-band .gy-page-title-2__image-wrap {
    filter: blur(6px);
    transform: translate3d(64px, 24px, 0) scale(0.94);
  }

  .gy-page-title-2.gy-page-title-3--content-band.gy-reveal--in .gy-page-title-2__description:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0);
    transition-delay: 0.08s;
  }

  .gy-page-title-2.gy-page-title-3--content-band.gy-reveal--in .gy-page-title-2__description:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.22s;
  }

  .gy-page-title-2.gy-page-title-3--content-band.gy-reveal--in .gy-page-title-2__image-wrap {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.22s;
  }

  .gy-page-title-2.gy-page-title-3--content-band.gy-reveal--in .gy-page-title-2__description:only-child {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0);
    transition-delay: 0.08s;
  }

  .gy-page-title-5.page-title-5-section .gy-image-text__title {
    filter: blur(8px);
    transform: translate3d(0, 56px, 0);
  }

  .gy-page-title-5.page-title-5-section .gy-page-title-2__description:nth-child(1) {
    filter: blur(6px);
    transform: translate3d(-64px, 24px, 0) rotate(-0.6deg);
  }

  .gy-page-title-5.page-title-5-section .gy-page-title-2__description:nth-child(2) {
    filter: blur(6px);
    transform: translate3d(64px, 24px, 0) scale(0.96);
  }

  .gy-page-title-5.page-title-5-section.gy-reveal--in .gy-image-text__title {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.05s;
  }

  .gy-page-title-5.page-title-5-section.gy-reveal--in .gy-page-title-2__description:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0);
    transition-delay: 0.18s;
  }

  .gy-page-title-5.page-title-5-section.gy-reveal--in .gy-page-title-2__description:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.32s;
  }

  .gy-page-title-5.page-title-5-section.gy-reveal--in .gy-page-title-2__description:only-child {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0);
    transition-delay: 0.18s;
  }

  .gy-practice-areas.practice-areas-section .gy-practice-card {
    filter: blur(6px);
    transform: translate3d(0, 48px, 0) scale(0.96);
  }

  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(1) { transition-delay: 0.18s; }
  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(2) { transition-delay: 0.32s; }
  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(3) { transition-delay: 0.46s; }
  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(4) { transition-delay: 0.6s; }
  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(5) { transition-delay: 0.74s; }
  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(6) { transition-delay: 0.88s; }
  .gy-practice-areas.practice-areas-section.gy-reveal--in .gy-practice-card:nth-child(n+7) { transition-delay: 1.02s; }

  .gy-team.team-section .gy-team__filters-row {
    filter: blur(8px);
    transform: translate3d(0, 56px, 0);
  }

  .gy-team.team-section .gy-team-card {
    filter: blur(6px);
    transform: translate3d(0, 48px, 0) scale(0.96);
  }

  .gy-team.team-section.gy-reveal--in .gy-team__filters .gy-team__filters-row:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.05s;
  }

  .gy-team.team-section.gy-reveal--in .gy-team__filters .gy-team__filters-row:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
  }

  .gy-team.team-section.gy-reveal--in .gy-team-card {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(1) { transition-delay: 0.22s; }
  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(2) { transition-delay: 0.3s; }
  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(3) { transition-delay: 0.38s; }
  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(4) { transition-delay: 0.46s; }
  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(5) { transition-delay: 0.54s; }
  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(6) { transition-delay: 0.62s; }
  .gy-team.team-section.gy-reveal--in .gy-team-card:nth-child(n+7) { transition-delay: 0.7s; }

  .gy-image-text.image-text-section .gy-image-text__media {
    filter: blur(6px);
    transform: translate3d(-64px, 24px, 0) scale(0.94);
  }

  .gy-image-text.image-text-section.gy-image-text--image-right .gy-image-text__media {
    transform: translate3d(64px, 24px, 0) scale(0.94);
  }

  .gy-image-text.image-text-section .gy-image-text__copy-inner > * {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-image-text.image-text-section.gy-reveal--in .gy-image-text__media {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.08s;
  }

  .gy-image-text.image-text-section.gy-reveal--in .gy-image-text__copy-inner > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
  }

  .gy-image-text.image-text-section.gy-reveal--in .gy-image-text__copy-inner > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.34s;
  }

  .gy-image-text.image-text-section.gy-reveal--in .gy-image-text__copy-inner > *:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.48s;
  }

  .gy-image-text.image-text-section.gy-reveal--in .gy-image-text__copy-inner > *:nth-child(n+4) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.62s;
  }

  .gy-image-text-rect.image-left-text-section .gy-image-text-rect__media {
    filter: blur(6px);
    transform: translate3d(-64px, 24px, 0) scale(0.94);
  }

  .gy-image-text-rect.image-left-text-section .gy-image-text-rect__copy > *,
  .gy-title-text.title-text-section .gy-title-text__inner > * {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-image-text-rect.image-left-text-section.gy-reveal--in .gy-image-text-rect__media {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0.08s;
  }

  .gy-image-text-rect.image-left-text-section.gy-reveal--in .gy-image-text-rect__copy > *:nth-child(1),
  .gy-title-text.title-text-section.gy-reveal--in .gy-title-text__inner > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
  }

  .gy-title-text.title-text-section.gy-reveal--in .gy-title-text__inner > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.34s;
  }


  .gy-blog-block.blog-section .gy-blog-block__header,
  .gy-blog-block.blog-section .gy-blog-block__search {
    filter: blur(8px);
    transform: translate3d(0, 56px, 0);
  }

  .gy-blog-block.blog-section .gy-blog-card {
    filter: blur(6px);
    transform: translate3d(0, 48px, 0) scale(0.96);
  }

  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-block__header {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.05s;
  }

  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-block__search {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
  }

  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(1) { transition-delay: 0.22s; }
  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(2) { transition-delay: 0.3s; }
  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(3) { transition-delay: 0.38s; }
  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(4) { transition-delay: 0.46s; }
  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(5) { transition-delay: 0.54s; }
  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(6) { transition-delay: 0.62s; }
  .gy-blog-block.blog-section.gy-reveal--in .gy-blog-card:nth-child(n+7) { transition-delay: 0.7s; }

  .gy-blog-archive .gy-blog-card {
    filter: blur(6px);
    transform: translate3d(0, 48px, 0) scale(0.96);
  }

  .gy-blog-archive.gy-reveal--in .gy-blog-card {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(1) { transition-delay: 0.08s; }
  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(2) { transition-delay: 0.16s; }
  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(3) { transition-delay: 0.24s; }
  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(4) { transition-delay: 0.32s; }
  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(5) { transition-delay: 0.4s; }
  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(6) { transition-delay: 0.48s; }
  .gy-blog-archive.gy-reveal--in .gy-blog-card:nth-child(n+7) { transition-delay: 0.56s; }

  .gy-contact.contact-section .gy-contact__header > *,
  .gy-contact.contact-section .gy-contact__office,
  .gy-contact.contact-section .gy-contact__form-wrap {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-contact.contact-section.gy-reveal--in .gy-contact__header > *:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.38s;
  }

  .gy-contact.contact-section.gy-reveal--in .gy-contact__header > *:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.52s;
  }

  .gy-contact.contact-section.gy-reveal--in:not(.gy-contact--page-title) .gy-contact__office,
  .gy-contact.contact-section.gy-reveal--content .gy-contact__office,
  .gy-contact.contact-section.gy-reveal--in:not(.gy-contact--page-title) .gy-contact__form-wrap,
  .gy-contact.contact-section.gy-reveal--content .gy-contact__form-wrap {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  .gy-contact.contact-section.gy-reveal--in:not(.gy-contact--page-title) .gy-contact__office:nth-child(1),
  .gy-contact.contact-section.gy-reveal--content .gy-contact__office:nth-child(1) {
    transition-delay: 0.18s;
  }

  .gy-contact.contact-section.gy-reveal--in:not(.gy-contact--page-title) .gy-contact__office:nth-child(2),
  .gy-contact.contact-section.gy-reveal--content .gy-contact__office:nth-child(2) {
    transition-delay: 0.32s;
  }

  .gy-contact.contact-section.gy-reveal--in:not(.gy-contact--page-title) .gy-contact__form-wrap,
  .gy-contact.contact-section.gy-reveal--content .gy-contact__form-wrap {
    transition-delay: 0.46s;
  }

  .gy-lawyers.lawyers-section .gy-lawyers__intro {
    filter: blur(8px);
    transform: translate3d(0, 56px, 0);
  }

  .gy-lawyers.lawyers-section .gy-lawyers__button {
    filter: blur(6px);
    transform: translate3d(0, 36px, 0);
  }

  .gy-lawyers.lawyers-section .gy-lawyer {
    filter: blur(6px);
    transform: translate3d(0, 48px, 0) scale(0.96);
  }

  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyers__intro {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.05s;
  }

  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyers__button {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
  }

  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyer {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyer:nth-child(1) { transition-delay: 0.28s; }
  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyer:nth-child(2) { transition-delay: 0.36s; }
  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyer:nth-child(3) { transition-delay: 0.44s; }
  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyer:nth-child(4) { transition-delay: 0.52s; }
  .gy-lawyers.lawyers-section.gy-reveal--in .gy-lawyer:nth-child(n+5) { transition-delay: 0.6s; }

  .gy-lawyer-tabs.lawyers-tabs-section .gy-lawyer-tabs__tab {
    filter: blur(6px);
    transform: translate3d(-32px, 24px, 0);
  }

  .gy-lawyer-tabs.lawyers-tabs-section .gy-lawyer-tabs__aside {
    filter: blur(8px);
    transform: translate3d(0, 48px, 0);
  }

  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__tab {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__item:nth-child(1) .gy-lawyer-tabs__tab { transition-delay: 0.08s; }
  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__item:nth-child(2) .gy-lawyer-tabs__tab { transition-delay: 0.16s; }
  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__item:nth-child(3) .gy-lawyer-tabs__tab { transition-delay: 0.24s; }
  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__item:nth-child(4) .gy-lawyer-tabs__tab { transition-delay: 0.32s; }
  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__item:nth-child(n+5) .gy-lawyer-tabs__tab { transition-delay: 0.4s; }

  .gy-lawyer-tabs.lawyers-tabs-section.gy-reveal--in .gy-lawyer-tabs__aside {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.28s;
  }
}

.gy-hero {
  align-items: stretch;
  background-color: var(--color-white);
  color: var(--color-dark-blue);
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: calc(100vh - var(--gy-header-height));
  margin-top: var(--gy-header-height);
  min-height: calc(100vh - var(--gy-header-height));
  overflow: hidden;
  position: relative;
}

.gy-hero__media {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.gy-hero__content {
  align-self: center;
  background: rgba(245, 245, 245, 0.5);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: 0;
  max-width: min(960px, 52vw);
  min-height: 528px;
  padding: clamp(48px, 6vw, 80px) clamp(40px, 5vw, 80px) clamp(48px, 6vw, 80px) var(--sectionContentPadding) !important;
  position: relative;
  width: 100%;
  z-index: 2;
}

.gy-hero__content.container {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--sectionContentPadding) !important;
}

.underline-hover {
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.35s ease-in-out;
}

.underline-hover:hover::after {
  width: 100%;
}
.gy-hero__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 50px);
  max-width: 648px;
  width: 100%;
}

.gy-hero__inner p {
 text-align: justify;
}

.gy-hero h1 {
  color: #0e0e0e;
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.gy-hero h1 strong {
  font-family: var(--font-body);
  font-weight: 700;
}

.gy-hero p {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.gy-hero__button {
  align-items: center;
  background: #1d2e4a;
  color: #fcfcfc;
  display: flex;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  line-height: 30px;
  padding: 14px 50px;
  text-align: center;
  text-decoration: none;
} 

.gy-hero__button:hover {
  opacity: 0.8;
}

.gy-about,
.about-section {
  align-items: center;
  background: #e2dfdc;
  box-sizing: border-box;
  color: #0e0e0e;
  display: flex;
  gap: 70px;
  justify-content: flex-start;
  max-width: 100%;
  padding: 100px 0 100px var(--sectionContentPadding);
  width: 100%;
}

.gy-about__content {
  align-items: flex-start;
  display: flex;
  flex: 0 1 760px;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 760px;
  min-width: 0;
  padding: 40px 0;
}

.gy-about__eyebrow {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 40px;
}

.gy-about__content h2 {
  color: #0e0e0e;
  font-family: "Lora", serif;
  font-size: clamp(34px, 4.2vw, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px;
  width: 100%;
  max-width: 760px;
}

.gy-about__content h2 strong {
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4.2vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.gy-about__text {
  color: #0e0e0e;
	    text-align: justify;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 50px;
  max-width: var(--homepage-prose-max-width);
}

.gy-about__button {
  align-items: center;
  background: #1d2e4a;
  color: #fcfcfc;
  display: flex;
  font-family: var(--font-heading);
  font-size: 20px;
  justify-content: center;
  line-height: 30px;
  padding: 12px 50px;
  text-decoration: none;
  width: fit-content;
}

.gy-about__button:hover {
  opacity: 0.8;
}

.gy-about__image {
  align-self: center;
  aspect-ratio: 960 / 528;
  box-sizing: border-box;
  display: block;
  flex: 0 1 960px;
  height: auto;
  margin-right: 0;
  max-width: min(960px, 48vw);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gy-services,
.services-section {
  box-sizing: border-box;
  color: #0e0e0e;
  padding: 100px 0;
  position: relative;
}

.gy-services__content {
  width: 100%;
}

.gy-services__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.gy-services__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  width: 50%;
}

.gy-services__intro h2 {
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4.2vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  max-width: 100%;
  width: auto;
}

.gy-services__intro p {
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 733px;
  width: 100%;
	    text-align: justify;
}

.gy-services__button {
  align-items: center;
  background: #1d2e4a;
  color: #fcfcfc;
  display: inline-flex;
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  height: 56px;
  justify-content: center;
  line-height: 30px;
  min-width: 237px;
  padding: 13px 38px;
  text-decoration: none;
  white-space: nowrap;
}

.gy-services__button:hover {
  opacity: 0.8;
}

/* Services grid: 1531×376, positioned at top:233px from section content top */
.gy-services__grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 80px;
  position: static;
  width: 100%;
}

.gy-service {
  min-width: 0;
  position: relative;
}

.gy-service__head {
  align-items: flex-start;
  display: flex;
  gap: 26px;
}

.gy-service__icon {
  background: linear-gradient(20deg, #a8b9c2 0 36%, transparent 36%), #fcfcfc;
  border: 20px solid #1d2e4a;
  box-sizing: border-box;
  box-shadow: 0 -12px 0 #596e9b;
  display: block;
  flex-shrink: 0;
  height: 88px;
  width: 88px;
}

/* All service titles: Lora 40px 400 */
.gy-service h3 {
  color: #0e0e0e;
  font-family: "Lora", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 100%;
}

.gy-service h3 {
  width: 100%;
}

/* All service lists: Montserrat 20px 400 line-height 40px */
.gy-service__list {
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  line-height: 40px;
  margin-top: 30px;
  position: static;
}

.gy-service__list p {
  margin: 0;
}

.gy-service__list {
  width: 100%;
}

.gy-story,
.story-section,
.gy-centennial,
.centennial-section {
  background: #1d2e4a;
  color: #fcfcfc;
  padding: 100px 0;
}

.gy-centennial {
  box-sizing: border-box;
  padding-bottom: 48px;
  padding-top: 48px;
}

.gy-centennial__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(36px, 4.5vw, 72px);
  justify-content: center;
  width: 100%;
}

.gy-centennial__copy {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.gy-centennial__title {
  color: var(--color-bronze);
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4.2vw, 4.25rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
  max-width: 18ch;
  text-align: center;
  text-wrap: balance;
}

.gy-centennial__title strong {
  color: var(--color-bronze);
  font-family: var(--font-body);
  font-weight: 700;
}

.gy-centennial__media {
  flex: 0 1 30%;
  max-width: 400px;
  min-width: 0;
}

.gy-centennial__image {
  border-radius: 2px;
  display: block;
  height: auto;
  object-fit: cover;
  opacity: 0.76;
  width: 100%;
}

.gy-story__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
  width: 100%;
}

.gy-story__label {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.gy-story__heading h2 {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  width: 100%;
}

.gy-story__heading h2 strong {
  font-family: var(--font-body);
  font-weight: 700;
}

.gy-story__slider-wrap {
  position: relative;
  width: 100%;
}

.gy-story__slider {
  width: 100%;
}

.gy-story__slide {
  outline: none;
}

.gy-story__slide-inner {
  align-items: flex-start;
  display: flex;
  gap: clamp(32px, 6vw, 89px);
}

.gy-story__slide-media {
  flex: 1 1 812px;
  max-width: 812px;
  min-width: 0;
  position: relative;
  width: 100%;
}

.gy-story__image {
  display: block;
  height: auto;
  max-height: 386px;
  min-height: 220px;
  object-fit: cover;
  width: 100%;
}

.gy-story__content {
  color: #fcfcfc;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 36px;
  min-width: 0;
  padding-top: 36px;
}

.gy-story__year {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.gy-story__text {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  max-width: 671px;
  width: 100%;
}

.gy-story__text p {
  margin: 0 0 16px;
}

.gy-story__slider .slick-arrow {
  align-items: center;
  background: none;
  border: 0;
  color: #fcfcfc;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 400;
  height: 64px;
  justify-content: center;
  line-height: 1;
  margin-top: -32px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 3;
}

.gy-story__slider .slick-prev {
  left: 16px;
}

.gy-story__slider .slick-next {
  left: auto;
  right: 16px;
}

.gy-story__slider .slick-arrow:hover {
  opacity: 0.8;
}

.gy-logo-bar,
.logo-bar-section {
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.gy-logo-bar__inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 90px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  margin-inline: auto;
  max-width: 1525px;
  width: 100%;
}

.gy-logo-bar__logo {
  display: block;
  height: auto;
  max-height: 110px;
  max-width: 100%;
  min-width: 0;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 200ms ease;
  width: auto;
}

.gy-logo-bar__logo:hover {
  opacity: 1;
}

.gy-full-hero,
.full-hero-section {
  background-color: #e2dfdc;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  color: #0e0e0e;
  padding: 100px 0;
}

.gy-full-hero__content {
  width: 100%;
  max-width: 100%;
}

.gy-full-hero__content h2 {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
  max-width: none;
  width: 100%;
}

.gy-full-hero__content p {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 40px;
  max-width: var(--homepage-prose-max-width);
  width: 100%;
}

.gy-full-hero__posts {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 40px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.gy-full-hero__post {
  min-width: 0;
  padding: 0;
}

.gy-full-hero__post-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.gy-full-hero__post-title {
  color: #1d2e4a;
  display: block;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 8px;
  transition: color 300ms ease;
}

.gy-full-hero__post-date {
  color: #596e9b;
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gy-full-hero__post-link:hover .gy-full-hero__post-title,
.gy-full-hero__post-link:focus-visible .gy-full-hero__post-title {
  color: #596e9b;
}

.gy-full-hero__button {
  align-items: center;
  background: #1d2e4a;
  color: #fcfcfc;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  line-height: 30px;
  padding: 12px 50px;
  text-decoration: none;
  text-transform: capitalize;
}

.gy-full-hero__button:hover {
  opacity: 0.8;
}

.gy-full-hero__images {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  width: 100%;
}

.gy-full-hero__card {
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.gy-full-hero__card-image-wrap {
  overflow: hidden;
  position: relative;
}

.gy-full-hero__images img,
.gy-full-hero__card-image {
  background: #fcfcfc;
  display: block;
  height: clamp(220px, 24vw, 311px);
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.gy-full-hero__card-overlay {
  background: rgba(29, 46, 74, 0.55);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 400ms ease;
}

.gy-full-hero__card:hover .gy-full-hero__card-overlay {
  opacity: 1;
}

.gy-full-hero__card:hover .gy-full-hero__card-image,
.gy-full-hero__card:hover img {
  transform: scale(1.015);
}

.gy-full-hero__card-meta {
  flex: 1;
  padding: 20px 0 0;
}

.gy-full-hero__card-date {
  color: #596e9b;
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.gy-full-hero__card-title {
  color: #1d2e4a;
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.gy-full-hero__card:hover .gy-full-hero__card-title {
  color: #596e9b;
  transition: color 300ms ease;
}

.gy-cta,
.cta-section {
  background-position: center;
  background-size: cover;
  background-color: rgba(32, 46, 72, 0.5);
  background-blend-mode: multiply;
  box-sizing: border-box;
  min-height: 609px;
  overflow: hidden;
  padding: 100px 0;
}

.gy-cta__overlay {
  display: none;
}

.gy-cta__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 45px);
  justify-content: center;
  max-width: 1096px;
  min-height: 449px;
  width: 100%;
}

.gy-cta__content h2 {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.gy-cta__content h2 strong {
  display: inline;
  font-family: var(--font-body);
  font-weight: 700;
}

.gy-cta__button {
  align-items: center;
  background: #fcfcfc;
  color: #0e0e0e;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  line-height: 30px;
  padding: 12px 50px;
  text-decoration: none;
  text-transform: capitalize;
  transition-property: all !important;
    transition-duration: 400ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gy-cta__button:hover {
  background: #1d2e4a;
  color: #fcfcfc;
}

.gy-footer {
  background-color: #1d2e4a;
  box-sizing: border-box;
  color: #fcfcfc;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  padding-top: 80px;
  padding-bottom: 30px;
  overflow: hidden;
}

.gy-footer__mark {
  height: 24px;
  width: 100%;
}

.gy-footer__content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gy-footer__brand {
  width: 257px;
}

.gy-footer__logo {
  display: block;
  line-height: 0;
  margin-bottom: 32px;
  width: 250px;
}

.gy-footer__logo-image {
  display: block;
  height: auto;
  max-height: 49px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.gy-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.gy-footer,
.gy-footer a,
.gy-footer p {
  color: #fcfcfc;
}

.gy-footer__menu a {
  color: #a8b9c2;
  position: relative;
}

.gy-footer__menu a::after {
  background: currentColor;
  bottom: -3px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease;
  width: 100%;
}

.gy-footer__menu a:hover::after {
  transform: scaleX(1);
}

.gy-footer__menu a:hover,
.gy-footer__terms a:hover {
  color: #fefefe;
}

.gy-footer__contact a,
.gy-footer__contact p,
.gy-footer__menu a {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  text-decoration: none;
}

.gy-footer__terms p,
.gy-footer__terms a {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  text-decoration: none;
}

.gy-footer__links {
  display: flex;
  gap: 92px;
}

.gy-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 171px;
}

.gy-footer__menu li {
  margin: 0;
}

.gy-footer__terms {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  :root {
    --containerPadding: 64px;
    --sectionContentPadding: 64px;
  }

  .gy-about,
  .about-section {
    gap: 48px;
    padding: 80px var(--containerPadding);
  }

  .gy-services,
  .services-section {
    padding: 80px 0;
  }

  .gy-services__intro {
    width: 60%;
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --containerPadding: 48px;
    --sectionContentPadding: 48px;
  }

  .gy-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: calc(100vh - var(--gy-header-height));
  }

  .gy-hero__media {
    height: min(46vh, 420px);
    min-height: 260px;
    position: relative;
  }

  .gy-hero__content {
    align-self: stretch;
    max-width: none;
    min-height: 0;
    padding: 56px var(--containerPadding) !important;
    width: 100%;
  }

  .gy-hero__inner {
    max-width: none;
  }

  .gy-about,
  .about-section {
    align-items: stretch;
    flex-direction: column;
    padding: 72px var(--containerPadding);
  }

  .gy-about__content {
    flex: 1 1 auto;
    max-width: none;
    padding: 0;
  }

  .gy-about__image {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .gy-services,
  .services-section {
    padding: 72px 0;
  }

  .gy-services__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .gy-services__intro {
    width: 100%;
  }

  .gy-services__button {
    width: 100%;
  }

  .gy-story,
  .story-section,
  .gy-centennial,
  .centennial-section {
    padding: 72px 0;
  }

  .gy-story__slide-inner {
    flex-direction: column;
    gap: 32px;
  }

  .gy-story__slide-media {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .gy-story__content {
    padding-top: 0;
  }

  .gy-story__slider .slick-arrow {
    font-size: 48px;
    height: 48px;
    margin-top: -24px;
    width: 36px;
  }

  .gy-logo-bar__inner {
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gy-full-hero,
  .full-hero-section {
    padding: 72px 0;
  }

  .gy-full-hero__posts,
  .gy-full-hero__images {
    grid-template-columns: 1fr;
  }

  .gy-full-hero__images .gy-full-hero__card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .gy-cta,
  .cta-section {
    min-height: 0;
    padding: 72px 0;
  }

  .gy-cta__content {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --containerPadding: 20px;
    --sectionContentPadding: 20px;
  }

  .gy-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .gy-hero__media {
    height: 240px;
    min-height: 220px;
  }

  .gy-hero__content {
    padding: 40px var(--containerPadding) !important;
  }

  .gy-hero__inner {
    gap: 24px;
  }

  .gy-hero__button {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
  }

  .gy-about,
  .about-section {
    gap: 32px;
    padding: 56px var(--containerPadding);
  }

  .gy-about__eyebrow {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .gy-about__text {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .gy-about__button {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
  }

  .gy-services,
  .services-section {
    padding: 56px 0;
  }

  .gy-services__intro {
    gap: 16px;
  }

  .gy-services__intro p {
    font-size: 16px;
    line-height: 1.5;
  }

  .gy-services__button {
    font-size: 18px;
    min-width: 0;
    padding: 12px 32px;
  }

  .gy-story,
  .story-section,
  .gy-centennial,
  .centennial-section {
    padding: 56px 0;
  }

  .gy-centennial {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .gy-centennial__inner {
    flex-direction: column;
    gap: 28px;
  }

  .gy-story__heading {
    gap: 12px;
    margin-bottom: 32px;
  }

  .gy-story__label {
    font-size: 16px;
  }

  .gy-story__content {
    gap: 20px;
    margin-bottom: 0;
  }

  .gy-story__slider .slick-arrow {
    font-size: 40px;
    height: 40px;
    margin-top: -20px;
    width: 32px;
  }

  .gy-logo-bar,
  .logo-bar-section {
    padding: 48px 0;
  }

  .gy-logo-bar__inner {
    gap: 24px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gy-logo-bar__logo {
    max-height: 48px;
  }

  .gy-full-hero,
  .full-hero-section {
    padding: 56px 0;
  }

  .gy-full-hero__content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
  }

  .gy-full-hero__post-title {
    font-size: 20px;
  }

  .gy-full-hero__post {
    border-top: 1px solid rgba(14, 14, 14, 0.15);
    padding: 18px 0;
  }

  .gy-full-hero__post:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .gy-full-hero__post:last-child {
    padding-bottom: 0;
  }

  .gy-full-hero__images {
    gap: 28px;
    margin-top: 36px;
  }

  .gy-full-hero__card-title {
    font-size: 24px;
  }

  .gy-full-hero__button {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
  }

  .gy-cta,
  .cta-section {
    padding: 56px 0;
  }

  .gy-cta__button {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
  }

  .gy-footer {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 56px var(--containerPadding) 24px;
  }

  .gy-footer__content {
    flex-direction: column;
    gap: 32px;
  }

  .gy-footer__brand,
  .gy-footer__links,
  .gy-footer__terms {
    width: 100%;
  }

  .gy-footer__links {
    flex-direction: column;
    gap: 28px;
    margin: 0;
  }
}

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: var(--containerPadding) !important;
  padding-right: var(--containerPadding) !important;
  margin-left: auto;
  margin-right: auto;
}

.container.gy-section-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.bg-black {
  background-color: #000000;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 767px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media screen and (min-width: 783px) {
  .adminFixedHeader {
    top: 32px !important;
  }
}
@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
  }
}

.navBase {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background: linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.navHandler {
  visibility: hidden;
  width: 0px;
}

ul#menu-main-menu {
  transition: opacity 0.25s ease-in;
}

.gy-header .navBase,
.gy-header .navHandler {
  background: transparent;
  height: auto;
  justify-content: flex-start;
  left: 1051px;
  position: absolute;
  top: 55px;
  visibility: visible;
  width: auto;
  z-index: 1000;
}

.gy-header .navHandler .gy-header__menu {
  opacity: 1;
}

@media screen and (max-width: 1550px) {
  :root {
    --gy-header-height: 96px;
  }

  .gy-header {
    height: 96px;
    width: 100%;
  }

  .gy-header__inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 96px;
    justify-content: space-between;
    max-width: none !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    width: 100% !important;
  }

  .gy-header__logo {
    flex-shrink: 0;
    height: 35px;
    left: auto;
    order: 1;
    position: static;
    top: auto;
    width: 243px;
  }

  .gy-header__logo svg {
    height: 35px;
    width: 243px;
  }

  .gy-header__toggle {
    display: flex;
    flex-shrink: 0;
    margin-left: auto;
    order: 2;
    position: static;
    right: auto;
    top: auto;
  }

  .gy-header .navBase {
    align-items: center;
    background: #fcfcfc;
    border-top: 1px solid #e2dfdc;
    display: flex;
    height: calc(100vh - 96px);
    justify-content: center;
    left: 0;
    order: 3;
    position: fixed;
    top: 96px;
    width: 100%;
  }

  .gy-header__nav {
    left: auto;
    order: 3;
    position: fixed;
    top: auto;
  }

  .gy-header .navHandler {
    flex: none;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 0;
  }

  .gy-header .navHandler .gy-header__menu {
    opacity: 0;
  }

  .gy-header__menu {
    align-items: center;
    flex-direction: column;
    gap: 28px;
  }

  body.is--menu-open .gy-header .navHandler {
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.is--menu-open .gy-header .navHandler .gy-header__menu {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 1551px) {
  .gy-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gy-header__logo {
    position: static;
    top: auto;
    left: auto;
    flex-shrink: 0;
  }

  .gy-header__nav {
    position: static;
    top: auto;
    left: auto;
    margin-left: auto;
  }

  .gy-header .navBase,
  .gy-header .navHandler {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background: transparent !important;
    justify-content: flex-end !important;
    display: inline-flex !important;
  }

  .gy-header .navHandler .gy-header__menu {
    opacity: 1 !important;
  }
}

.baseTransition {
  transition-property: all !important;
  transition-duration: 500ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 767px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
/* ── Page Title 1 ── */
.gy-page-title,
.page-title-1-section {
  background-color: #1d2e4a;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  overflow: visible;
  position: relative;
}

.gy-page-title__overlay {
  background: rgba(32, 46, 72, 0.8);
  inset: 0;
  position: absolute;
}

/* Darker hero tint when using category tiles (full-bleed background) */
.gy-page-title--with-tiles > .gy-page-title__overlay {
  background: rgba(15, 24, 38, 0.88);
  z-index: 1;
}

.gy-page-title--with-tiles .gy-page-title__content--with-tiles {
  position: relative;
  z-index: 2;
}

/* Category tiles hero: fluid height (no fixed 730px), room below tiles */
.gy-page-title--with-tiles.page-title-1-section {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.gy-page-title__content {
  align-items: start;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding-top: clamp(120px, 16vw, 196px);
  position: relative;
  z-index: 1;
}

.gy-page-title--heading-only .gy-page-title__content {
  grid-template-columns: 1fr;
}

.gy-page-title--heading-only .gy-page-title__heading-wrap {
  margin-bottom: clamp(64px, 10vw, 150px);
}

.gy-page-title__heading-wrap {
  align-items: center;
  background: linear-gradient(to right, rgba(89, 110, 155, 0.8), rgba(60, 77, 101, 0.8));
  box-sizing: border-box;
  display: inline-flex;
  justify-content: flex-start;
  margin-bottom: 150px;
  padding: 15px 60px 15px var(--containerPadding);
  position: static;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  margin-left: calc(-1 * var(--containerPadding));
}

.gy-page-title__heading {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  white-space: normal;
}

.gy-page-title__description {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  justify-self: end;
  left: auto;
  line-height: 1.3;
  margin-bottom: 100px;
  margin-left: auto;
  position: static;
  top: auto;
  max-width: 741px;
  padding-right: 0;
  padding-top: 70px;
}

.gy-page-title__description p {
  margin: 0;
}

/* Page title 1 + category tiles: full-width row (tile_1 left, tile_2 right) */
.gy-page-title__content--with-tiles {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 200px;
}

.gy-page-title__content--with-tiles .gy-page-title__tiles {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 80px;
  justify-content: center;
  margin-bottom: 72px;
  margin-inline: auto;
  max-width: min(100%, 1040px);
  padding-top: 0;
  width: 100%;
}

.gy-page-title__content--with-tiles .gy-page-title__tile {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-sizing: border-box;
  color: #fcfcfc;
  display: block;
  flex: 1 1 0;
  max-height: 420px;
  min-height: 240px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.gy-page-title__content--with-tiles a.gy-page-title__tile:hover,
.gy-page-title__content--with-tiles a.gy-page-title__tile:focus-visible {
  box-shadow: none;
  outline: none;
}

.gy-page-title__tile-overlay {
  background: linear-gradient(
    to top,
    rgba(18, 28, 44, 0.95) 0%,
    rgba(29, 46, 74, 0.45) 55%,
    rgba(29, 46, 74, 0.12) 100%
  );
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.gy-page-title__content--with-tiles a.gy-page-title__tile:hover .gy-page-title__tile-overlay,
.gy-page-title__content--with-tiles a.gy-page-title__tile:focus-visible .gy-page-title__tile-overlay {
  opacity: 0.78;
}

.gy-page-title__tile-bg {
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transition: filter 0.4s ease;
  z-index: 0;
}

.gy-page-title__content--with-tiles a.gy-page-title__tile:hover .gy-page-title__tile-bg,
.gy-page-title__content--with-tiles a.gy-page-title__tile:focus-visible .gy-page-title__tile-bg {
  filter: brightness(1.07) saturate(1.05);
}

.gy-page-title__content--with-tiles .gy-page-title__tile-title {
  bottom: 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  left: 0;
  line-height: 1.15;
  padding: 28px 100px 100px 28px;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  transition: color 0.3s ease, text-shadow 0.3s ease;
  z-index: 1;
}

.gy-page-title__content--with-tiles a.gy-page-title__tile:hover .gy-page-title__tile-title,
.gy-page-title__content--with-tiles a.gy-page-title__tile:focus-visible .gy-page-title__tile-title {
  color: #ffffff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1100px) {
  .gy-page-title__content--with-tiles {
    padding-bottom: 0;
    padding-top: 160px;
  }

  .gy-page-title__content--with-tiles .gy-page-title__tiles {
    gap: 56px;
    margin-bottom: 56px;
    max-width: 100%;
  }

  .gy-page-title__content--with-tiles .gy-page-title__tile {
    max-height: 380px;
    min-height: 220px;
  }
}

@media (max-width: 600px) {
  .gy-page-title__content--with-tiles {
    padding-top: 120px;
  }

  .gy-page-title__content--with-tiles .gy-page-title__tiles {
    gap: 40px;
    justify-content: flex-start;
    margin-bottom: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .gy-page-title__content--with-tiles .gy-page-title__tile {
    aspect-ratio: 3 / 4;
    flex: 0 0 min(260px, 86vw);
    max-height: none;
    min-height: 240px;
    scroll-snap-align: start;
  }

  .gy-page-title__content--with-tiles .gy-page-title__tile-title {
    font-size: clamp(26px, 6vw, 34px);
    padding: 18px 24px 100px 18px;
  }
}

.gy-page-title__description ul,
.gy-page-title__description ol {
  margin: 16px 0 0;
  padding-left: 22px;
  padding-bottom: 20px;
}

.gy-page-title__description ul {
  list-style: disc;
}

.gy-page-title-2__description ul,
.gy-page-title-2__description ol {
  margin: 16px 0 0;
  padding-left: 22px;
  margin-bottom: 20px !important;
}

.gy-page-title-3__description ul,
.gy-page-title-3__description ol {
  margin: 16px 0 0;
  padding-left: 22px;
  margin-bottom: 20px !important;
}

.gy-page-title-2__description ul {
  list-style: disc;
}

.gy-page-title-3__description ul,
.gy-page-title-3__description ol {
  margin: 16px 0 0;
  padding-left: 22px;
}

.gy-page-title-3__description ul {
  list-style: disc;
}

.gy-page-title-3__description h2 {
  font-size: clamp(22px, 2.2vw, 38px) !important;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  white-space: normal;
}

.gy-page-title__description p, .gy-page-title-2__description p, .gy-page-title-3__description p {
  line-height: 1.3;
  margin-bottom: 1.25rem !important;
}

.gy-page-title__description ul li,
.gy-page-title__description ol li,
.gy-page-title-2__description ul li,
.gy-page-title-2__description ol li,
.gy-page-title-3__description ol li {
  margin: 0 0 10px;
  line-height: 1.3;
}

.gy-page-title__description ul li::marker,
.gy-page-title-2__description ul li::marker {
  color: #fff;
}

.gy-page-title-3__description ul li::marker {
  color: #000;
}

.gy-page-title__description ul li:last-child,
.gy-page-title-2__description ul li:last-child,
.gy-page-title-3__description ul li:last-child,
.gy-page-title__description ol li:last-child,
.gy-page-title-2__description ol li:last-child,
.gy-page-title-3__description ol li:last-child {
  margin-bottom: 0;
}

/* ── Page Title 5 (plain heading, no hero strip) ── */
.gy-page-title-5,
.page-title-5-section {
  background-color: #ffffff;
  box-sizing: border-box;
  min-height: 0;
  overflow: visible;
  padding-top: 80px;
  position: relative;
}

.gy-page-title-5 > .gy-image-text__title:first-child {
  margin-top: 0;
}

/* ── Page Title 2 ── */
.gy-page-title-2,
.page-title-2-section {
  background-color: #ffffff;
  box-sizing: border-box;
  min-height: 0;
  overflow: visible;
  position: relative;
}

.gy-page-title-2--no-strip > :first-child {
  margin-top: 150px;
}

.gy-page-title-2__strip {
  background-color: #1d2e4a;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: clamp(64px, 10vw, 150px);
  margin-left: calc(-1 * var(--containerPadding));
  margin-right: calc(-1 * var(--containerPadding));
  min-height: clamp(240px, 32vw, 350px);
  overflow: hidden;
  position: relative;
}

/* Page title 3: background only on hero strip (not beside white content) */
.gy-page-title-3__hero {
  background-color: #1d2e4a;
  background-position: center;
  background-size: cover;
  margin-left: calc(-1 * var(--containerPadding));
  margin-right: calc(-1 * var(--containerPadding));
  overflow: hidden;
  position: relative;
}

.gy-page-title-3__hero > .gy-page-title-2__overlay {
  background: rgba(32, 46, 72, 0.8);
  inset: 0;
  position: absolute;
  z-index: 0;
}

.gy-page-title-3__hero .gy-page-title-2__strip {
  background-color: transparent;
  background-image: none !important;
  display: block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}

/* Match page title 1 heading-only: top padding + title bar spacing */
.gy-page-title-3__hero.gy-page-title--heading-only .gy-page-title__content {
  box-sizing: border-box;
  grid-template-columns: 1fr;
  padding-top: clamp(120px, 16vw, 196px);
  width: 100%;
}

.gy-page-title-3__hero.gy-page-title--heading-only .gy-page-title__heading-wrap {
  margin-bottom: clamp(64px, 10vw, 150px);
  margin-left: 0;
}

.gy-page-title-2.page-title-3-section:not(.gy-page-title-3--content-band) .gy-page-title-2__content {
  background-color: #ffffff;
  box-sizing: border-box;
  margin-left: calc(-1 * var(--containerPadding));
  margin-right: calc(-1 * var(--containerPadding));
  padding-bottom: 100px;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  padding-top: 100px;
  position: relative;
  width: calc(100% + (2 * var(--containerPadding)));
}

.gy-page-title-2.page-title-3-section:not(.gy-page-title-3--content-band) .gy-page-title-2__content .gy-page-title-2__description {
  margin-bottom: 0;
}

.page-id-374 .gy-page-title-2.page-title-3-section:not(.gy-page-title-3--content-band) .gy-page-title-2__content {
  background-color: #e2dfdc;
}

.gy-page-title-2__overlay {
  background: linear-gradient(1.19deg, rgb(32 46 72 / 62%) 37.87%, rgba(32, 46, 72, 0.48) 241.35%);
    inset: 0;
    position: absolute;
}

.gy-page-title-2__heading {
  bottom: clamp(24px, 4vw, 50px);
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 500;
  left: var(--containerPadding);
  line-height: 1.2;
  margin: 0;
  max-width: calc(100% - (var(--containerPadding) * 2));
  position: absolute;
  right: var(--containerPadding);
  white-space: normal;
}

/* About Us: beige content area below hero */
.page-id-374 .site-content {
  background-color: #e2dfdc;
}

.page-id-374 .gy-page-title-2--no-strip > :first-child {
  margin-top: 0;
}

.page-id-374 .gy-page-title-3--content-band {
  background-color: #e2dfdc;
  padding-bottom: clamp(48px, 6vw, 72px);
  padding-top: clamp(64px, 8vw, 96px);
}

.page-id-374 .gy-page-title-3--content-band + .gy-page-title-3--content-band {
  padding-top: 0;
}

.page-id-374 .gy-page-title-3--content-band + .gy-page-title-3--content-band .gy-page-title-2__content {
  border-top: 1px solid rgba(29, 46, 74, 0.14);
  padding-top: clamp(48px, 6vw, 72px);
}

.page-id-374 .gy-page-title-2__content {
  align-items: flex-start;
  gap: clamp(40px, 5vw, 88px);
}

.page-id-374 .gy-page-title-2__image-wrap,
.page-join-us .gy-page-title-2__image-wrap {
  max-width: none;
}

.page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__description:first-child {
  grid-column: 1 / -1;
  max-width: 780px;
}

.page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__description:last-child {
  column-count: 2;
  column-gap: clamp(40px, 5vw, 88px);
  grid-column: 1 / -1;
}

.page-id-374 .gy-page-title-2__description, .page-id-6697 .gy-page-title-2__description {
  flex: 1 1 0;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: none;
  opacity: 0.92;
}

.page-id-6697 .gy-title-text__inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    width: 100%;
}

.page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__description:first-child {
  font-size: 20px;
  line-height: 1.6;
}

.page-id-374 .gy-page-title-3__description h2,
.page-id-374 .gy-page-title-3__description strong {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 16px;
  white-space: normal;
}

@media screen and (max-width: 1023px) {
  .page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__description:last-child {
    column-count: 1;
  }
}

.gy-page-title-2__description {
  box-sizing: border-box;
  color: #0e0e0e;
  flex: 1 1 0;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 100px;
  margin-top: 0;
  max-width: 822px;
  min-width: 0;
  opacity: 0.8;
  width: auto;
}

/* Page title 3: spacing between left and right description */
.gy-page-title-2__content > .gy-page-title-2__description:first-child:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0;
}

.gy-page-title-2__description p {
  margin: 0;
}

.gy-page-title-2__image-wrap {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: 0;
  max-width: 830px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gy-page-title-2__image {
  display: block;
  height: auto;
  min-height: clamp(280px, 34vw, 520px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* ── Inner page: title + text (optional max width) ── */
.gy-title-text,
.title-text-section {
  background-color: #e2dfdc;
  box-sizing: border-box;
  overflow: visible;
  padding: 80px 0;
}

.gy-title-text__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 822px;
  width: 100%;
}

.gy-title-text__title {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.gy-title-text__text {
  margin: 0;
}

.gy-title-text__text p {
  margin: 0 0 1em;
}

.gy-title-text__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .gy-title-text,
  .title-text-section {
    padding: 48px 0;
  }

  .gy-title-text__title {
    font-size: clamp(26px, 7vw, 32px);
  }
}

/* ── Inner page: image left + text right (custom rectangle dimensions) ── */
.gy-image-text-rect,
.image-left-text-section {
  background-color: #e2dfdc;
  box-sizing: border-box;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 80px;
}

.gy-image-text-rect__grid {
  align-items: center;
  box-sizing: border-box;
  column-gap: clamp(48px, 9vw, 128px);
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  row-gap: clamp(40px, 5vw, 56px);
}

.gy-image-text-rect:not(:has(.gy-image-text-rect__media)) .gy-image-text-rect__grid {
  grid-template-columns: minmax(0, 1fr);
}

.gy-image-text-rect__media {
  min-width: 0;
}

.gy-image-text-rect__figure {
  display: block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  width: min(100%, 520px);
}

.gy-image-text-rect--custom-size .gy-image-text-rect__figure {
  max-width: 100%;
  
}

.gy-image-text-rect__img {
  display: block;
  height: 100%;
  min-height: clamp(220px, 28vw, 360px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gy-image-text-rect--custom-size .gy-image-text-rect__img {
  min-height: 0;
}

.gy-image-text-rect__copy {
  min-width: 0;
}

.gy-image-text-rect__text {
  margin: 0;
}

.gy-image-text-rect__text p {
  margin: 0 0 1em;
}

.gy-image-text-rect__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1353px) {
  .gy-image-text-rect__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gy-image-text-rect__figure {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .gy-image-text-rect,
  .image-left-text-section {
    padding-bottom: 0;
    padding-top: 48px;
  }

}

/* ── Inner page: image + text ── */
.gy-image-text,
.image-text-section {
  background-color: #e2dfdc;
  box-sizing: border-box;
  overflow: visible;
  padding: 80px 0;
}

.gy-image-text__grid {
  align-items: center;
  box-sizing: border-box;
  column-gap: clamp(48px, 9vw, 128px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  row-gap: clamp(40px, 5vw, 56px);
}

.gy-image-text--single-col .gy-image-text__grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}

.gy-image-text--single-col .gy-image-text__grid {
  margin-left: auto;
  margin-right: auto;
}

.gy-image-text--single-col.gy-image-text--no-image .gy-image-text__grid {
  max-width: none;
  padding-inline: clamp(24px, 5vw, 88px);
}

.gy-image-text__media {
  min-width: 0;
}

.gy-image-text__figure {
  margin: 0;
  overflow: hidden;
}

.gy-image-text__img {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .gy-image-text--two-col .gy-image-text__grid {
    align-items: start;
    overflow: visible;
  }

  .gy-image-text--two-col {
    overflow: visible;
  }

  .gy-image-text--two-col .gy-image-text__media {
    position: sticky;
    top: 200px;
    display: block;
    overflow: visible;
  }

  .gy-image-text--two-col .gy-image-text__media-inner {
    display: block;
    overflow: hidden;
  }

  .gy-image-text--two-col .gy-image-text__figure {
    aspect-ratio: 4 / 5;
    min-height: clamp(360px, 38vw, 620px);
    overflow: hidden;
    position: relative;
  }

  .gy-image-text--two-col .gy-image-text__img {
    height: 100%;
    inset: 0;
    max-height: none;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
  }
}

.site-content {
  overflow: visible !important;
}

.gy-image-text__copy {
  min-width: 0;
}

.gy-image-text__title {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.gy-image-text__text {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.88;
}

.gy-image-text__text p {
  margin: 0 0 1em;
}

.gy-image-text__text p:last-child {
  margin-bottom: 0;
}

/* Lists: match page-title-1 description rhythm; markers solid black (not white like hero). */
.gy-image-text__text ul,
.gy-image-text__text ol {
  margin: 16px 0 0;
  opacity: 1;
  padding-bottom: 20px;
  padding-left: 22px;
}

.gy-image-text__text ul {
  list-style: disc;
}

.gy-image-text__text ol {
  list-style: decimal;
}

.gy-image-text__text ul li,
.gy-image-text__text ol li {
  color: #0e0e0e;
  line-height: 1.5;
  margin: 0 0 10px;
}

.gy-image-text__text ul li::marker,
.gy-image-text__text ol li::marker {
  color: #000;
}

.gy-image-text__text ul li:last-child,
.gy-image-text__text ol li:last-child {
  margin-bottom: 0;
}

/* When "rotate image and text" is on: text column left, image column right (stack: text then image on mobile). */
.gy-image-text--image-right .gy-image-text__copy {
  order: 1;
}

.gy-image-text--image-right .gy-image-text__media {
  order: 2;
}

.gy-image-text__text + .gy-image-text__title {
  margin-top: 32px;
}

.gy-image-text__title + .gy-image-text__title {
  margin-top: 24px;
}

.gy-image-text__title + .gy-image-text__accordion {
  margin-top: 0;
}

/* Accordion items */
.gy-image-text__accordion {
  margin-top: 8px;
  width: 100%;
}

.gy-image-text__accordion-item {
  border-bottom: 1px dashed rgba(89, 110, 155, 0.55);
}

.gy-image-text__accordion-item:first-child {
  border-top: 1px dashed rgba(89, 110, 155, 0.55);
}

.gy-image-text__accordion-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: var(--color-black);
  cursor: pointer;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}

.gy-image-text__accordion-trigger:hover {
  color: var(--color-dark-blue);
}

.gy-image-text__accordion-heading {
  flex: 1;
  font-family: var(--font-body);
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
}

.gy-image-text__accordion-icon {
  align-items: center;
  color: #1d2e4a;
  display: inline-flex;
  flex-shrink: 0;
  font-family: serif;
  font-size: 36px;
  font-weight: 300;
  height: 28px;
  justify-content: center;
  line-height: 1;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: 28px;
}

.gy-image-text__accordion-icon::before {
  content: '+';
  left: 50%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

.gy-image-text__accordion-item.is-open .gy-image-text__accordion-icon {
  transform: rotate(45deg);
}

.gy-image-text__accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}

.gy-image-text__accordion-item.is-open .gy-image-text__accordion-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.gy-image-text__accordion-inner {
  min-height: 0;
  overflow: hidden;
}

.gy-image-text__accordion-text {
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.88;
  padding: 0 0 24px;
}

.gy-image-text__accordion-text p {
  margin: 0 0 1em;
}

.gy-image-text__accordion-text p:last-child {
  margin-bottom: 0;
}

.gy-image-text__accordion-text a {
  color: var(--color-dark-blue);
  text-decoration: underline;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gy-image-text__accordion-text a:hover {
  opacity: 0.8;
}

.gy-image-text__accordion-text ul,
.gy-image-text__accordion-text ol {
  margin: 16px 0 0;
  padding-left: 22px;
}

.gy-image-text__accordion-text ul {
  list-style: disc;
}

.gy-image-text__accordion-text ol {
  list-style: decimal;
}

.gy-image-text__accordion-text li {
  margin: 0 0 10px;
}

/* Full-width accordion breakout (e.g. Hiring Process + timeline) */
.gy-image-text--has-full-width-accordion.gy-image-text--two-col .gy-image-text__grid {
  align-items: start;
}

.gy-image-text__accordion-breakout {
  --gy-breakout-gap: clamp(48px, 9vw, 128px);
  display: grid;
  grid-template-rows: 0fr;
  max-width: none;
  opacity: 0;
  transition:
    grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.gy-image-text--two-col .gy-image-text__accordion-breakout {
  width: calc(200% + var(--gy-breakout-gap));
}

.gy-image-text--two-col:not(.gy-image-text--image-right) .gy-image-text__accordion-breakout {
  margin-left: calc(-100% - var(--gy-breakout-gap));
}

.gy-image-text__accordion-item--full-width.is-open {
  border-bottom: 0;
}

.gy-image-text__accordion-breakout.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.gy-image-text__accordion-breakout-inner {
  min-height: 0;
  overflow: hidden;
}

.gy-image-text__accordion-breakout-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(48px, 9vw, 180px);
  justify-content: space-between;
  padding-top: 8px;
  width: 100%;
}

.gy-image-text__accordion-breakout-col {
  flex: 1 1 0;
  margin-bottom: 0;
  min-width: 0;
}

.gy-image-text--full-width-open .gy-image-text__copy {
  isolation: isolate;
  position: relative;
  z-index: 2;
}

.gy-image-text--full-width-open .gy-image-text__accordion-breakout {
  position: relative;
  z-index: 2;
}

.gy-image-text--full-width-open .gy-image-text__accordion-breakout-inner {
  background-color: var(--gy-section-bg, #e2dfdc);
}

@media screen and (min-width: 768px) {
  .gy-image-text--full-width-open.gy-image-text--two-col .gy-image-text__media {
    align-self: start;
    position: static;
    top: auto;
    z-index: 1;
  }

  .gy-image-text--has-full-width-accordion.gy-image-text--two-col .gy-image-text__media {
    position: static;
    top: auto;
  }

  .gy-image-text--has-full-width-accordion.gy-image-text--two-col .gy-image-text__media-inner {
    overflow: visible;
  }

  .gy-image-text--has-full-width-accordion.gy-image-text--two-col .gy-image-text__figure {
    aspect-ratio: auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
  }

  .gy-image-text--has-full-width-accordion.gy-image-text--two-col .gy-image-text__img {
    height: auto;
    inset: auto;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    position: static;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .gy-image-text--full-width-open.gy-image-text--two-col .gy-image-text__grid {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .gy-image-text--full-width-open.gy-image-text--two-col .gy-image-text__copy {
    order: 1;
  }

  .gy-image-text--full-width-open.gy-image-text--two-col .gy-image-text__media {
    order: 2;
  }

  .gy-image-text--full-width-open.gy-image-text--two-col .gy-image-text__grid > .gy-image-text__accordion-breakout {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-left: 0 !important;
    order: 3;
    width: 100% !important;
  }
}

@media screen and (max-width: 1023px) {
  .gy-image-text__accordion-breakout-content {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 48px;
  }

  .gy-image-text__accordion-breakout-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gy-image-text__accordion-panel,
  .gy-image-text__accordion-icon,
  .gy-image-text__accordion-breakout,
  .gy-lawyer-tabs__tab-title,
  .gy-lawyer-tabs__tab-toggle {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 767px) {
  .gy-image-text,
  .image-text-section {
    padding: 56px 0;
  }

  .gy-image-text__grid {
    grid-template-columns: 1fr;
  }

  .gy-image-text__figure {
    aspect-ratio: 16 / 10;
    min-height: clamp(240px, 58vw, 420px);
    overflow: hidden;
    position: relative;
  }

  .gy-image-text__img {
    height: 100%;
    inset: 0;
    max-height: none;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
  }
}

/* ── Municipal Law / Lawyers Section ── */
.gy-lawyers,
.lawyers-section {
  background-color: #e2dfdc;
  box-sizing: border-box;
  padding: 100px 0;
}

.gy-lawyers__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.gy-lawyers__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.gyn-text-500 {
  font-weight: 500;
  font-family: "Lora", serif;
}

.gy-lawyers__title {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-transform: capitalize;
}

.gy-lawyers__desc {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  max-width: 657px;
  opacity: 0.8;
  width: 100%;
}

.gy-lawyers__desc p {
  margin: 0;
}

.gy-lawyers__button {
  align-items: center;
  background: #202e48;
  color: #fcfcfc;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  height: 56px;
  justify-content: center;
  line-height: 30px;
  min-width: 237px;
  padding: 13px 38px;
  text-decoration: none;
  white-space: nowrap;
}

.gy-lawyers__button:hover {
  opacity: 0.8;
}

/* Slider */
.gy-lawyers__slider {
  margin: 0 -26px;
}

.gy-lawyers__slider .slick-track {
  align-items: flex-start;
  display: flex;
}

.gy-lawyer {
  box-sizing: border-box;
  outline: none;
  padding: 0 26px;
}

.gy-lawyer__image-wrap {
  height: 241px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gy-lawyer__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Municipal lawyers slider — bluish overlay + View Profile on hover (team-style) */
.gy-lawyer__hover-overlay {
  background: linear-gradient(
    180deg,
    rgba(29, 46, 74, 0.35) 0%,
    rgba(29, 46, 74, 0.72) 55%,
    rgba(29, 46, 74, 0.92) 100%
  );
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.gy-lawyer__profile-badge {
  align-items: center;
  background: #fcfcfc;
  box-sizing: border-box;
  color: #0e0e0e;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
  left: 50%;
  line-height: 24px;
  opacity: 0;
  padding: 10px 28px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, calc(-50% + 10px));
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  z-index: 2;
}

.gy-lawyers .gy-lawyer__card-link:hover .gy-lawyer__hover-overlay,
.gy-lawyers .gy-lawyer__card-link:focus-visible .gy-lawyer__hover-overlay {
  opacity: 1;
}

.gy-lawyers .gy-lawyer__card-link:hover .gy-lawyer__profile-badge,
.gy-lawyers .gy-lawyer__card-link:focus-visible .gy-lawyer__profile-badge {
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media (prefers-reduced-motion: reduce) {
  .gy-lawyer__hover-overlay,
  .gy-lawyer__profile-badge {
    transition-duration: 0.01ms;
  }
}

.gy-lawyer__name {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0 0;
  text-transform: capitalize;
}

.gy-lawyer__position {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0 0;
  opacity: 0.6;
  text-transform: capitalize;
}

.gy-lawyer__card-link {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}

.gy-lawyer__card-link:focus-visible {
  outline: 2px solid #1d2e4a;
  outline-offset: 4px;
}

/* Slick dots — samo bullets, bez strelica */
.gy-lawyers__slider .slick-dots {
  display: flex !important;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 40px 26px 0;
  padding: 0;
  position: relative;
}

.gy-lawyers__slider .slick-dots li {
  height: 12px;
  margin: 0;
  width: 12px;
}

.gy-lawyers__slider .slick-dots li button {
  font-size: 0;
  height: 12px;
  line-height: 0;
  padding: 0;
  position: relative;
  width: 12px;
}

.gy-lawyers__slider .slick-dots li button::before {
  background: #0e0e0e;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 12px;
}

.gy-lawyers__slider .slick-dots li.slick-active button::before {
  background: #202e48;
  opacity: 1;
}

.gy-lawyers__slider .slick-dots li:only-child {
  display: none;
}

.gy-lawyers__slider .slick-track {
  margin-left: 0;
  margin-right: auto;
}

/* ── Page Title 4 (compact) ── */
.gy-page-title-4,
.page-title-4-section {
  background-color: #1d2e4a;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  overflow: visible;
  position: relative;
}

.gy-page-title-4__overlay {
  background: rgba(32, 46, 72, 0.8);
  inset: 0;
  position: absolute;
}

.gy-page-title-4__content {
  align-items: start;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

.gy-page-title-4__heading-wrap {
  align-items: center;
  background: linear-gradient(to right, rgba(89, 110, 155, 0.8), rgba(60, 77, 101, 0.8));
  box-sizing: border-box;
  display: inline-flex;
  justify-content: flex-start;
  margin-bottom: 150px;
  margin-left: -100px;
  max-width: 100%;
  padding: 18px 60px 18px 100px;
  position: static;
  width: fit-content;
  z-index: 1;
}

.gy-page-title-4__heading {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.gy-page-title-4__description {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 100px;
  max-width: 600px;
  padding-right: 100px;
  padding-top: 30px;
}

.gy-page-title-4__description p {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .gy-page-title-4,
  .page-title-4-section {
    height: auto;
    min-height: 0;
    padding-bottom: 60px;
  }

  .gy-page-title-4__content {
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .gy-page-title-4__heading-wrap {
    margin-left: -24px;
    padding: 16px 32px 16px 24px;
  }

  .gy-page-title-4__description {
    padding-right: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .gy-page-title-4__heading {
    font-size: 28px;
    white-space: normal;
  }

  .gy-page-title-4__description {
    font-size: 16px;
  }
}

/* ── Team Section (Lawyers grid) ── */
.gy-team,
.team-section {
  box-sizing: border-box;
  padding: 60px 0 100px;
}

.gy-team__filters {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  margin-bottom: 64px;
  width: 100%;
}

.gy-team__filters-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
  width: 100%;
}

.gy-team__filters-row--alpha .gy-team__filter {
  padding-bottom: 6px;
}

.gy-team__filters-row--title .gy-team__filter {
  padding-top: 6px;
}

.gy-team__filter {
  background: transparent;
  border: 0;
  color: #596e9b;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.45;
  padding: 12px 18px;
  position: relative;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gy-team__filter::after {
  background: currentColor;
  bottom: 5px;
  content: '';
  height: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gy-team__filter:hover {
  color: #1d2e4a;
}

.gy-team__filter:hover::after {
  transform: scaleX(1);
}

.gy-team__filter.is-active {
  color: #1d2e4a;
}

.gy-team__filter.is-active::after {
  transform: scaleX(1);
}

.gy-team__filters-sep {
  color: #c8ccd6;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  user-select: none;
}

.gy-team-card.is-hidden {
  display: none;
}

.gy-team__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.gy-team__grid--filter-dim {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
}

.gy-team-card {
  background: #1d2e4a;
  display: block;
  overflow: hidden;
  position: relative;
}

.gy-team-card__link {
  inset: 0;
  position: absolute;
  text-indent: -9999px;
  z-index: 2;
}

.gy-team-card__media {
  background-color: #1d2e4a;
  height: 440px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gy-team-card__image {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}

.gy-team-card__image--placeholder {
  background-color: #1d2e4a;
}

.gy-team-card__overlay {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gy-team-card__overlay::before,
.gy-team-card__overlay::after {
  content: '';
  inset: 0;
  position: absolute;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-team-card__overlay::before {
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0) 35%,
    rgba(14, 14, 14, 0.55) 65%,
    rgba(14, 14, 14, 0.92) 100%
  );
  opacity: 1;
}

.gy-team-card__overlay::after {
  background: linear-gradient(
    180deg,
    rgba(29, 46, 74, 0.25) 0%,
    rgba(29, 46, 74, 0.75) 50%,
    rgba(29, 46, 74, 0.96) 100%
  );
  opacity: 0;
}

.gy-team-card:hover .gy-team-card__overlay::before {
  opacity: 0;
}

.gy-team-card:hover .gy-team-card__overlay::after {
  opacity: 1;
}

.gy-team-card__content {
  bottom: 0;
  box-sizing: border-box;
  color: #fcfcfc;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 22px 22px 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.gy-team-card__name {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
}

.gy-team-card__position {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin: 6px 0 0;
  opacity: 0.85;
  text-transform: capitalize;
}

/* Height uses grid 0fr→1fr (smooth, content-sized). Avoid max-height — it repaints every frame and feels laggy. */
.gy-team-card__reveal {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    grid-template-rows 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-team-card:hover .gy-team-card__reveal {
  grid-template-rows: 1fr;
  margin-top: 18px;
  opacity: 1;
  transition:
    grid-template-rows 0.88s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
    margin-top 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-team-card__reveal-inner {
  min-height: 0;
  overflow: hidden;
  transform: translate3d(0, 10px, 0);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-team-card:hover .gy-team-card__reveal-inner {
  transform: translate3d(0, 0, 0);
  transition: transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.06s;
}

.gy-team-card__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gy-team-card__contact li {
  margin: 0;
}

.gy-team-card__contact-link {
  align-items: center;
  color: #fcfcfc;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  word-break: break-word;
  z-index: 3;
}

.gy-team-card__contact-link svg {
  color: #fcfcfc;
  flex-shrink: 0;
  opacity: 0.9;
}

.gy-team-card__contact-text {
  display: inline-block;
  position: relative;
}

.gy-team-card__contact-text::after {
  background: currentColor;
  bottom: -2px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}

.gy-team-card__contact-link:hover .gy-team-card__contact-text::after {
  width: 100%;
}

.gy-team-card__button {
  align-items: center;
  align-self: flex-start;
  background: #fcfcfc;
  color: #0e0e0e;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  line-height: 24px;
  margin-top: 18px;
  padding: 10px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 3;
}

.gy-team-card__button:hover {
  background: #1d2e4a;
  color: #fcfcfc;
}

@media screen and (max-width: 1199px) {
  .gy-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gy-team-card__media {
    height: 460px;
  }
}

@media screen and (max-width: 1023px) {
  .gy-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gy-team-card__media {
    height: 440px;
  }

  .gy-team-card__reveal {
    grid-template-rows: 1fr;
    margin-top: 14px;
    opacity: 1;
  }

  .gy-team-card__reveal-inner {
    transform: none;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .gy-team,
  .team-section {
    padding: 40px 0 64px;
  }

  .gy-team__grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .gy-team-card__media {
    height: 420px;
  }

  .gy-team-card__name {
    font-size: 22px;
  }
}

/* ── Practice Areas Section ── */
.gy-practice-areas,
.practice-areas-section {
  box-sizing: border-box;
  padding: 100px 0;
}

.gy-practice-areas__grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.gy-practice-card {
  display: flex;
  flex-direction: column;
}

.gy-practice-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.gy-practice-card__image-wrap {
  aspect-ratio: 2 / 1;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gy-practice-card__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gy-practice-card__image--placeholder {
  background-color: #d6d3d0;
}

.gy-practice-card__overlay {
  background: linear-gradient(
    180deg,
    rgba(29, 46, 74, 0) 0%,
    rgba(29, 46, 74, 0) 50%,
    rgba(29, 46, 74, 0.65) 75%,
    rgba(29, 46, 74, 0.95) 100%
  );
  inset: 0;
  position: absolute;
}

.gy-practice-card__overlay::after {
  background: linear-gradient(
    180deg,
    rgba(29, 46, 74, 0.08) 0%,
    rgba(29, 46, 74, 0.08) 48%,
    rgba(29, 46, 74, 0.65) 72%,
    rgba(29, 46, 74, 0.95) 100%
  );
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gy-practice-card__link:hover .gy-practice-card__overlay::after {
  opacity: 1;
}

.gy-practice-card__content {
  bottom: 0;
  box-sizing: border-box;
  color: #fcfcfc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.gy-practice-card__title {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  text-transform: capitalize;
}


.quform-success-message {
    background-color: #a8b9c2;
    border-left: 5px solid #1d2e4a;
    color: #000;
    padding: 5px 15px;
    margin: 0 0 10px 0;
    position: relative;
}


@media screen and (max-width: 1399px) {
  .gy-practice-areas__grid {
    gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .gy-practice-areas__grid {
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1023px) {
  .gy-practice-areas__grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .gy-practice-areas,
  .practice-areas-section {
    padding: 64px 0;
  }

  .gy-practice-areas__grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .gy-practice-card__title {
    font-size: 22px;
  }
}

/* ── Lawyers Hero Section ── */
.gy-lawyer-hero,
.lawyers-hero-section {
  box-sizing: border-box;
  margin-top: var(--gy-header-height);
}

.gy-lawyer-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 623px;
}

.gy-lawyer-hero__left {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.gy-lawyer-hero__left-overlay {
  background: rgba(29, 46, 74, 0.9);
  inset: 0;
  position: absolute;
}

.gy-lawyer-hero__left.container {
  box-sizing: border-box;
  padding-right: 48px !important;
}

.gy-lawyer-hero__left-inner {
  box-sizing: border-box;
  color: #fcfcfc;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.gy-lawyer-hero__line {
  border-top: 5px solid rgba(252, 252, 252, 0.8);
  margin-bottom: 22px;
  width: 300px;
  margin-left: -100px;
}


.gy-lawyer-hero__line-1 {
  border-top: 1px solid #F5F5F5;
    width: 100%;
    margin-left: -100px;
    position: absolute;
    top: 100px;
    opacity: 0.7;
}

.gy-lawyer-hero__section-title {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}

.gy-lawyer-hero__back-link {
  color: #fcfcfc;
    font-family: var(--font-body);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
}

.gy-lawyer-hero__back-link span {
 border-bottom: 1px solid #F5F5F5;
}

.gy-lawyer-hero__name {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 6px;
  max-width: 100%;
  white-space: nowrap;
}

.gy-lawyer-hero__position {
  color: rgba(252, 252, 252, 0.85);
  font-family: var(--font-body);
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 65px;
}

.gy-lawyer-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gy-lawyer-hero__meta p {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.gy-lawyer-hero__meta strong {
  font-weight: 700;
  margin-right: 5px;
}

.gy-lawyer-hero__meta a {
  color: #fcfcfc;
  text-decoration: none;
}

.gy-lawyer-hero__meta a:hover,
.gy-lawyer-hero__back-link:hover {
  opacity: 0.8;
}

.gy-lawyer-hero__right {
  align-self: start;
  background: #d8d8d8;
  line-height: 0;
  overflow: visible;
  position: relative;
}

.gy-lawyer-hero__image-wrap {
  line-height: 0;
  overflow: visible;
  position: relative;
}

.gy-lawyer-hero__image {
  display: block;
  height: 623px;
  max-width: 100%;
  object-fit: cover;
  object-position: top center;
  width: 1300px;
}

.gy-lawyer-hero__badges {
  align-items: flex-end;
  bottom: -36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) scale(0.7);
  transform-origin: center bottom;
  width: max-content;
  z-index: 2;
}

.gy-lawyer-hero__badge {
  background: #fcfcfc;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .gy-lawyer-hero__left.container {
    padding-right: var(--containerPadding) !important;
  }

  .gy-lawyer-hero__name {
    font-size: 32px;
    white-space: normal;
  }

  .gy-lawyer-hero__badges {
    bottom: -24px;
    gap: 10px;
    transform: translateX(-50%) scale(0.7);
    transform-origin: center bottom;
  }
}

/* ── Lawyers Tabs Section ── */
.gy-lawyer-tabs,
.lawyers-tabs-section {
  background: #ffffff;
  box-sizing: border-box;
  padding: 100px 0 100px;
}

.gy-lawyer-tabs__grid {
  column-gap: 84px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow-anchor: none;
}

.gy-lawyer-tabs__list {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.gy-lawyer-tabs__item {
  display: block;
}

.gy-lawyer-tabs__item:first-child .gy-lawyer-tabs__tab {
  border-top: 1px solid #dfdfdf;
}

.gy-lawyer-tabs__panels {
  align-self: start;
  grid-column: 2;
  grid-row: 1;
}

.gy-lawyer-tabs__aside {
  align-self: start;
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.gy-lawyer-badges {
  border-top: 1px solid #dfdfdf;
  padding-top: 32px;
}

.gy-lawyer-badges__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gy-lawyer-badges__item {
  margin: 0;
}

.gy-lawyer-badges__logo {
  background: #fcfcfc;
  display: block;
  height: auto;
  max-height: 144px;
  max-width: 336px;
  object-fit: contain;
  width: auto;
}

.gy-lawyer-tabs__panel .gy-lawyer-badges__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gy-lawyer-tabs__panel .gy-lawyer-badges__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gy-lawyer-tabs__panel--first-tab .gy-lawyer-badges,
.gy-lawyer-tabs__panel--biography .gy-lawyer-badges {
  border-top: 0;
  margin-top: 48px;
  padding-top: 0;
}

.gy-lawyer-tabs__panel--first-tab .gy-lawyer-badges__list,
.gy-lawyer-tabs__panel--biography .gy-lawyer-badges__list {
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 38px;
  justify-content: flex-end;
}

.gy-lawyer-tabs__panel--first-tab .gy-lawyer-badges__item,
.gy-lawyer-tabs__panel--biography .gy-lawyer-badges__item {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
  width: fit-content;
}

.gy-lawyer-tabs__panel--first-tab .gy-lawyer-badges__logo,
.gy-lawyer-tabs__panel--biography .gy-lawyer-badges__logo {
  background: transparent;
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: auto;
}

.gy-lawyer-tabs__tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  color: #0e0e0e;
  cursor: pointer;
  display: flex;
  font-family: var(--font-heading);
  font-size: 39px;
  font-weight: 400;
  gap: clamp(24px, 3vw, 40px);
  grid-column: 1;
  grid-row: var(--lawyer-tab-row);
  justify-content: space-between;
  line-height: 1.2;
  padding: 35px 8px 35px 0;
  text-align: left;
  width: 100%;
}

.gy-lawyer-tabs__tab-left {
  align-items: flex-start;
  display: inline-flex;
  flex: 1;
  font-size: 32px;
  gap: clamp(20px, 2.5vw, 28px);
  line-height: 1.2;
  min-width: 0;
}


.editorSingle a {
  color: #596e9b;
  text-decoration: underline;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.editorSingle a:hover {
  color: #1d2e4a;
}


.gy-lawyer-tabs__tab-bullet {
  display: inline-flex;
  flex-shrink: 0;
  height: 16px;
  margin-top: calc((1.2em - 16px) / 2);
  width: 16px;
}

.gy-lawyer-tabs__tab-bullet svg {
  display: block;
  height: 16px;
  width: 16px;
}

.gy-lawyer-tabs__tab-title {
  font-size: inherit;
  line-height: inherit;
  min-width: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-lawyer-tabs__tab-toggle {
  color: #1d2e4a;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0;
  height: 36px;
  justify-content: center;
  line-height: 0;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  width: 36px;
}

.gy-lawyer-tabs__tab-toggle::before,
.gy-lawyer-tabs__tab-toggle::after {
  background: currentColor;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
  width: 24px;
}

.gy-lawyer-tabs__tab-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gy-lawyer-tabs__tab.is-active .gy-lawyer-tabs__tab-toggle::after {
  opacity: 0;
}

.gy-lawyer-tabs__tab.is-active .gy-lawyer-tabs__tab-title {
  opacity: 0.6;
}

.gy-lawyer-tabs__panels,
.gy-lawyer-tabs__panel {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 30px;
}

@keyframes gy-lawyer-panel-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gy-lawyer-tabs__panel {
  display: none;
  overflow: hidden;
  overflow-anchor: none;
}

.gy-lawyer-tabs__panel.is-active {
  animation: gy-lawyer-panel-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  display: block;
  overflow-anchor: none;
}

@media (prefers-reduced-motion: reduce) {
  .gy-lawyer-tabs__panel.is-active {
    animation: none;
  }
}

.gy-lawyer-tabs__panel-inner {
  overflow: hidden;
}

.gy-lawyer-tabs__panel p {
  margin: 0 0 18px;
}

.gy-lawyer-tabs__panel ul,
.gy-lawyer-tabs__panel ol {
  margin: 16px 0 18px;
  padding-left: 22px;
}

.gy-lawyer-tabs__panel ul {
  list-style: disc;
}

.gy-lawyer-tabs__panel ol {
  list-style: decimal;
}

.gy-lawyer-tabs__panel ul li,
.gy-lawyer-tabs__panel ol li {
  line-height: 1.5;
  margin: 0 0 10px;
}

.gy-lawyer-tabs__panel ul li:last-child,
.gy-lawyer-tabs__panel ol li:last-child {
  margin-bottom: 0;
}

/* Practice Areas panel: same list + body copy as other accordion panels (.gy-lawyer-tabs__panels → ul/li); links only add hover underline */
.gy-lawyer-tabs__practice-link {
  background: none;
  border: 0;
  box-shadow: none;
  color: #0e0e0e;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  vertical-align: baseline;
}

.gy-lawyer-tabs__practice-link::after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  width: 100%;
}

.gy-lawyer-tabs__practice-link:hover {
  color: #1d2e4a;
}

.gy-lawyer-tabs__practice-link:hover::after {
  transform: scaleX(1);
}

.gy-lawyer-tabs__practice-link:focus-visible {
  outline: 2px solid #1d2e4a;
  outline-offset: 3px;
}

.gy-lawyer-tabs__practice-link:focus-visible::after {
  transform: scaleX(1);
}

.gy-lawyer-practice-areas,
.lawyer-practice-areas-section {
  background: #ffffff;
  border-top: 1px solid #dfdfdf;
  box-sizing: border-box;
  padding: 48px 0 60px;
}

.gy-lawyer-practice-areas__label {
  color: #1d2e4a;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.gy-lawyer-practice-areas__list {
  color: #0e0e0e;
  display: block;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 30px;
  list-style: disc;
  list-style-position: outside;
  margin: 16px 0 18px;
  padding-left: 22px;
}

.gy-lawyer-practice-areas__item {
  line-height: 1.5;
  margin: 0 0 10px;
}

.gy-lawyer-practice-areas__item:last-child {
  margin-bottom: 0;
}

.gy-lawyer-practice-areas__link {
  background: none;
  border: 0;
  box-shadow: none;
  color: #0e0e0e;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  vertical-align: baseline;
}

.gy-lawyer-practice-areas__link::after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  width: 100%;
}

.gy-lawyer-practice-areas__link:hover {
  color: #1d2e4a;
}

.gy-lawyer-practice-areas__link:hover::after {
  transform: scaleX(1);
}

.gy-lawyer-practice-areas__link:focus-visible {
  outline: 2px solid #1d2e4a;
  outline-offset: 3px;
}

.gy-lawyer-practice-areas__link:focus-visible::after {
  transform: scaleX(1);
}

.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1,
.block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2,
.block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}
.entry-content h3,
.block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout
  ul:not(.block-editor-block-variation-picker__variations)
  li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.gy-page-title-2__content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 180px;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .gy-page-title-2__content {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 80px;
  }

  .gy-page-title-2__description {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

.gy-page-title-2__description h2 {
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  white-space: normal;
}

.single-post-title {
  margin-top: 150px;
}

.single-post-title-heading {
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .single-post-title-heading {
    font-size: 36px;
  }
}

.single-post-content figure img {
  display: block;
  height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

.editorSingle,
.editorSingle p,
.editorSingle li {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.gy-sidebar-recent-posts {
  background-color: #E2DFDC;

  padding: 36px 32px;
}

.gy-sidebar-recent-posts__title {
  color: #0e0e0e;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 24px;
}

.single-post-content {
  margin-top: 40px;
}

.gy-sidebar-recent-posts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gy-sidebar-recent-posts__item {
  border-top: 1px solid rgba(14, 14, 14, 0.15);
  padding: 24px 0;
}

.gy-sidebar-recent-posts__item:first-child {
  border-top: 0;
  padding-top: 8px;
}

.gy-sidebar-recent-posts__item:last-child {
  padding-bottom: 0;
}

.gy-sidebar-recent-posts__link {
  color: inherit;
  display: block;
  text-decoration: none;
  transition-property: all !important;
  transition-duration: 500ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gy-sidebar-recent-posts__post-title {
  color: #0e0e0e;
  display: block;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}

.gy-sidebar-recent-posts__date {
  color: #596e9b;
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}

.gy-sidebar-recent-posts__link:hover .gy-sidebar-recent-posts__post-title,
.gy-sidebar-recent-posts__link:focus-visible .gy-sidebar-recent-posts__post-title {
  opacity: 0.82;
  transition-property: all !important;
    transition-duration: 500ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* ── Blog Archive Template ── */
.gy-blog-archive {
  padding: 80px 0 100px;
}

.gy-blog-archive__header {
  margin-bottom: 56px;
}

.gy-blog-archive__title {
  color: #1d2e4a;
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.gy-blog-archive__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

/* template-blog.php: fluid hero height; list cards spaced with margin-bottom */
.gy-page-title--blog-hero.page-title-1-section {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.gy-page-title--blog-hero .gy-page-title__content {
  padding-bottom: 64px;
  padding-top: 120px;
}

.gy-blog-archive--template-blog .gy-blog-archive__grid {
  column-gap: 40px;
  row-gap: 0;
}

.gy-blog-archive--template-blog .gy-blog-card {
  margin-bottom: 150px;
}

/* ── Blog Card ── */
.gy-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-blog-card.is-filter-hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 12px, 0);
}

.gy-blog-card.is-filter-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.gy-blog-card__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  text-decoration: none;
}

.gy-blog-card--text .gy-blog-card__image-wrap,
.gy-blog-card--text .gy-blog-card__overlay {
  display: none !important;
}

.gy-blog-card__image-wrap {
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gy-blog-card__image {
  display: block;
  height: 311px;
  max-width: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.gy-blog-card__image--placeholder {
  background-color: #d6d3d0;
  height: 311px;
  width: 100%;
}

.gy-blog-card__overlay {
  align-items: flex-end;
  background: rgba(29, 46, 74, 0.55);
  display: flex;
  inset: 0;
  opacity: 0;
  padding: 24px;
  position: absolute;
  transition: opacity 400ms ease;
}

.gy-blog-card__overlay-title {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.gy-blog-card__link:hover .gy-blog-card__overlay {
  opacity: 1;
}

.gy-blog-card__link:hover .gy-blog-card__image {
  transform: scale(1.015);
}

.gy-blog-card__meta {
  border-top: 1px solid rgba(29, 46, 74, 0.14);
  flex: 1;
  padding: 24px 0 0;
}

.gy-blog-card--text .gy-blog-card__meta {
  border-top: 0;
  padding: 0;
}

.gy-blog-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.gy-blog-card__category {
  color: #596e9b;
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gy-blog-card__title {
  color: #1d2e4a;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 12px;
}

.gy-blog-card__date {
  color: #596e9b;
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.gy-blog-card__link:hover .gy-blog-card__title {
  color: #596e9b;
  transition: color 300ms ease;
}

/* ── Blog block (flexible content) ── */
.gy-blog-block,
.blog-section {
  background-color: var(--color-white);
  box-sizing: border-box;
  padding: 80px 0 100px;
}

.gy-blog-block__header {
  margin-bottom: 40px;
}

.gy-blog-block__title {
  color: #1d2e4a;
  font-family: var(--font-heading);
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.gy-blog-block__filters {
  align-items: center;
  border-bottom: 1px solid rgba(29, 46, 74, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 48px;
  padding-bottom: 16px;
}

.gy-blog-block__search {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-bottom: 48px;
  max-width: 420px;
  margin-left: auto;
  padding-bottom: 16px;
}

.gy-blog-block__search-input {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(29, 46, 74, 0.22);
  color: #0e0e0e;
  flex: 1 1 auto;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-width: 0;
  padding: 8px 0;
}

.gy-blog-block__search-input::placeholder {
  color: rgba(89, 110, 155, 0.85);
}

.gy-blog-block__search-input:focus {
  border-bottom-color: #1d2e4a;
  outline: none;
}

.gy-blog-block__search-submit {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1d2e4a;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 8px 0;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-blog-block__search-submit:hover {
  color: #596e9b;
}

.gy-blog-block__filter {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #596e9b;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
  padding: 8px 0;
  text-transform: uppercase;
  transition:
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.gy-blog-block__filter:hover {
  color: #1d2e4a;
}

.gy-blog-block__filter.is-active {
  border-bottom-color: #1d2e4a;
  color: #1d2e4a;
}

.gy-blog-archive--block {
  padding: 0;
}

.gy-blog-archive--block .gy-blog-archive__grid {
  gap: 48px 40px;
}

.gy-blog-archive--category .gy-blog-archive__grid {
  gap: 56px 40px;
}

.gy-blog-archive--category .gy-blog-card {
  margin-bottom: 0;
}

.editorSingle p:not(:last-of-type) {
    margin-bottom: 1.25rem;
}

/* ── Blog Pagination ── */
.gy-blog-archive__pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 64px;
}

.gy-blog-archive__pagination .page-numbers {
  align-items: center;
  border: 1px solid #1d2e4a;
  color: #1d2e4a;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 16px;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 12px;
  text-decoration: none;
  transition: background-color 300ms ease, color 300ms ease;
}

.gy-blog-archive__pagination .page-numbers:hover,
.gy-blog-archive__pagination .page-numbers.current {
  background-color: #1d2e4a;
  color: #fcfcfc;
}

.gy-blog-archive__empty {
  color: #0e0e0e;
  font-family: var(--font-body);
  font-size: 18px;
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .gy-blog-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .gy-blog-card {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 767px) {
  .gy-blog-block__filters {
    gap: 8px 20px;
  }

  .gy-blog-block__search {
    justify-content: stretch;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .gy-sidebar-recent-posts {
    padding: 28px 24px;
  }

  .gy-sidebar-recent-posts__title {
    font-size: 24px;
  }

  .gy-sidebar-recent-posts__post-title {
    font-size: 24px;
  }

  .gy-sidebar-recent-posts__date {
    font-size: 24px;
  }

  .gy-blog-archive__grid {
    grid-template-columns: 1fr;
  }

  .gy-blog-archive__title {
    font-size: 36px;
  }
}

/* ── 404 ── */
/* #content keeps the navy flex column; .gy-404 stays content-height (no forced full viewport). */
body.error404 {
  background-color: #1d2e4a;
}

body.error404 #content.site-content {
  background-color: #1d2e4a;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

body.error404 .gy-404 {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}

.gy-404 {
  background-color: #1d2e4a;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-bottom: clamp(64px, 8vh, 120px);
  padding-top: clamp(220px, 22vh, 320px);
  position: relative;
}

.gy-404__overlay {
  background: linear-gradient(
    160deg,
    rgba(32, 46, 72, 0.92) 0%,
    rgba(29, 46, 74, 0.55) 45%,
    rgba(29, 46, 74, 0.88) 100%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.gy-404__watermark {
  color: rgba(252, 252, 252, 0.045);
  font-family: var(--font-heading);
  font-size: clamp(140px, 24vw, 280px);
  font-weight: 500;
  line-height: 0.85;
  left: auto;
  position: absolute;
  right: clamp(72px, 20vw, 280px);
  top: 50%;
  transform: translateY(-30px);
  user-select: none;
  z-index: 0;
}

.gy-404__inner {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.gy-404__header {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 36px;
}

.gy-404__label {
  color: #fcfcfc;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}

.gy-404__heading-wrap {
  align-items: center;
  background: linear-gradient(to right, rgba(89, 110, 155, 0.85), rgba(60, 77, 101, 0.85));
  box-sizing: border-box;
  display: inline-flex;
  margin-left: -100px;
  max-width: calc(100% + 100px);
  padding: 22px 48px 22px 100px;
  width: fit-content;
}

.gy-404__heading {
  color: #fcfcfc;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
  max-width: 22ch;
}

.gy-404__lede {
  color: rgba(252, 252, 252, 0.92);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 40px;
  max-width: 52ch;
}

.gy-404__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 0;
}

.gy-404__button-ghost {
  background: transparent;
  border: 1px solid rgba(252, 252, 252, 0.55);
  box-sizing: border-box;
  color: #fcfcfc;
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  line-height: 30px;
  padding: 11px 36px;
  text-align: center;
  text-decoration: none;
  transition-duration: 400ms;
  transition-property: background-color, border-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gy-404__button-ghost:hover {
  background: rgba(252, 252, 252, 0.12);
  border-color: #fcfcfc;
  color: #fcfcfc;
}

.gy-404 .gy-cta__button {
  border: 1px solid transparent;
}

.gy-404 .gy-cta__button:hover {
  background: transparent;
  border-color: #fcfcfc;
  color: #fcfcfc;
}

@media screen and (max-width: 767px) {
  .gy-404__heading-wrap {
    margin-left: 0;
    max-width: 100%;
    padding: 20px 24px;
  }

  .gy-404__watermark {
    font-size: clamp(96px, 36vw, 180px);
    right: clamp(28px, 14vw, 120px);
  }

  .gy-404 {
    padding-bottom: 48px;
    padding-top: 160px;
  }
}

/* ── Contact Section ── */
.gy-contact,
.contact-section {
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-black);
  padding: 100px 0;
}

.gy-contact__inner {
  box-sizing: border-box;
}

.gy-contact__header {
  margin: 0 auto 64px;
  max-width: 900px;
  text-align: center;
}

.gy-contact__heading {
  color: var(--color-black);
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 24px;
}

.gy-contact__subtitle {
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  max-width: 720px;
}

.gy-contact__layout {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 8vw, 80px);
}

.gy-contact__offices {
  align-items: start;
  display: grid;
  gap: clamp(40px, 6vw, 80px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gy-contact__office {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gy-contact__office--divider {
  border-top: 0;
  padding-top: 0;
}

.gy-contact__office-title {
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  text-transform: none;
}

.gy-contact__item {
  align-items: flex-start;
  display: flex;
  gap: 18px;
}

.gy-contact__icon {
  align-items: center;
  border: 1px solid var(--color-dark-blue);
  border-radius: 50%;
  color: var(--color-dark-blue);
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.gy-contact__item-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-top: 2px;
}

.gy-contact__label {
  color: #596e9b;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.gy-contact__address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gy-contact__address-line,
.gy-contact__value {
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.quform-required,
.quform-element-tree {
  display: none !important;
}



.gy-contact__link {
  color: var(--color-dark-blue);
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gy-contact__link:hover {
  opacity: 0.8;
}

.gy-contact__service {
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 56ch;
}

.gy-contact__service p {
  margin: 0 0 12px;
}

.gy-contact__service p:last-child {
  margin-bottom: 0;
}

.gy-contact__service a {
  color: var(--color-dark-blue);
  text-decoration: underline;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gy-contact__service a:hover {
  opacity: 0.8;
}

.gy-contact__service strong,
.gy-contact__service b {
  font-weight: 700;
}

.gy-contact__service em,
.gy-contact__service i {
  font-style: italic;
}

.gy-contact__service ul,
.gy-contact__service ol {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

.gy-contact__service li {
  margin-bottom: 6px;
}

.gy-contact__service li:last-child {
  margin-bottom: 0;
}

.gy-contact__map {
  border: 1px solid rgba(29, 46, 74, 0.2);
  height: 260px;
  margin-top: 12px;
  overflow: hidden;
  width: 100%;
}

.gy-contact__map iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.gy-contact__form-wrap {
  background: var(--color-white);
  margin-inline: auto;
  max-width: min(720px, 100%);
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .gy-contact,
  .contact-section {
    overflow: visible;
  }

  .gy-contact__inner,
  .gy-contact__layout {
    overflow: visible;
  }
}

/* Quform layout reset (scoped) */
.gy-contact__form .quform,
.gy-contact__form .quform-outer,
.gy-contact__form .quform-form,
.gy-contact__form form {
  background: transparent;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.gy-contact__form .quform-form {
  display: block;
}

.gy-contact__form .quform-form::before,
.gy-contact__form .quform-form::after,
.gy-contact__form .quform-element::before,
.gy-contact__form .quform-element::after {
  display: none;
}

.gy-contact__form .quform-default-submit,
.gy-contact__form .quform-edit-form,
.gy-contact__form .quform-element-honeypot,
.gy-contact__form .quform-element-spacer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  visibility: hidden !important;
}

/* Honeypot only — fields after submit */
.gy-contact__form .quform-submit-wrap ~ .quform-element,
.gy-contact__form .quform-button-submit-wrap ~ .quform-element,
.gy-contact__form .quform-element-submit ~ .quform-element {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  visibility: hidden !important;
}

.gy-contact__form .quform-group-title,
.gy-contact__form .quform-group-heading,
.gy-contact__form .quform-element-group > h3 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #596e9b !important;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  margin: 0 0 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
  width: auto !important;
}

.gy-contact__form [class*="quform-group-style"]::before,
.gy-contact__form [class*="quform-group-style"]::after {
  display: none !important;
}

/* Hide First/Last sub-labels under inputs (group label stays) */
.gy-contact__form .quform-element-row > .quform-element > .quform-label {
  display: none !important;
}

.gy-contact__form .quform-element-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.gy-contact__form .quform-element-row > .quform-element {
  margin-bottom: 0;
}

.gy-contact__form .quform-element,
.gy-contact__form .quform-element-group,
.gy-contact__form .quform-field-wrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  clear: both;
  display: block;
  float: none !important;
  margin: 0 0 20px;
  max-width: 100%;
  padding: 0 !important;
  width: 100%;
}

.gy-contact__form .quform-element-submit,
.gy-contact__form .quform-submit-wrap,
.gy-contact__form .quform-button-submit-wrap {
  background: transparent !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  width: auto !important;
}

.gy-contact__form .quform-label {
  display: block !important;
  float: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  position: static !important;
  width: 100% !important;
}

.gy-contact__form .quform-label > label,
.gy-contact__form .quform-label label {
  color: #596e9b;
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

/* Wrappers only — QuForm also puts quform-field-* classes on inputs; do not zero their padding */
.gy-contact__form .quform-inner,
.gy-contact__form .quform-input,
.gy-contact__form .quform-field-captcha {
  display: block;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.gy-contact__form .quform-description {
  color: #596e9b;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 0;
}

.gy-contact__form input[type="text"],
.gy-contact__form input[type="email"],
.gy-contact__form input[type="tel"],
.gy-contact__form input[type="url"],
.gy-contact__form input[type="number"],
.gy-contact__form input[type="search"],
.gy-contact__form textarea,
.gy-contact__form select,
.gy-contact__form input.quform-field-text,
.gy-contact__form input.quform-field-email,
.gy-contact__form input.quform-field,
.gy-contact__form textarea.quform-field-textarea,
.gy-contact__form .quform-field-text input,
.gy-contact__form .quform-field-email input,
.gy-contact__form .quform-field-textarea textarea {
  appearance: none;
  background: var(--color-white);
  border: 1px solid rgba(29, 46, 74, 0.28);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--color-black);
  display: block;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  max-width: 100%;
  min-height: 56px;
  padding: 13px 20px !important;
  width: 100% !important;
}

.gy-contact__form textarea,
.gy-contact__form .quform-field-textarea textarea {
  min-height: 200px !important;
  resize: vertical;
}

.gy-contact__form input::placeholder,
.gy-contact__form textarea::placeholder {
  color: #596e9b;
  font-weight: 400;
}

.gy-contact__form input:focus,
.gy-contact__form textarea:focus,
.gy-contact__form select:focus,
.gy-contact__form input.quform-field-text:focus,
.gy-contact__form input.quform-field-email:focus,
.gy-contact__form textarea.quform-field-textarea:focus {
  border-color: var(--color-dark-blue);
  border-width: 1px;
  box-shadow: none;
  outline: none;
}

.gy-contact__form .quform-submit button,
.gy-contact__form .quform-button-submit button,
.gy-contact__form button[type="submit"],
.gy-contact__form input[type="submit"] {
  align-items: center;
  appearance: none;
  background: var(--color-dark-blue) !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  color: var(--color-white) !important;
  cursor: pointer;
  display: inline-flex !important;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  height: auto !important;
  justify-content: center;
  letter-spacing: 0;
  line-height: 30px;
  margin: 8px 0 0;
  min-height: 0;
  padding: 12px 50px !important;
  text-transform: capitalize;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: auto !important;
}

.gy-contact__form .quform-submit button:hover,
.gy-contact__form .quform-button-submit button:hover,
.gy-contact__form button[type="submit"]:hover,
.gy-contact__form input[type="submit"]:hover {
  background: var(--color-dark-blue) !important;
  color: var(--color-white) !important;
  opacity: 0.8;
}

.gy-contact__form .quform-errors,
.gy-contact__form .quform-success,
.gy-contact__form .quform-error,
.gy-contact__form .quform-success-message {
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .gy-contact__offices {
    gap: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .gy-contact__offices {
    gap: 56px;
    grid-template-columns: 1fr;
  }

  .gy-contact__office--divider {
    border-top: 1px solid rgba(29, 46, 74, 0.18);
    padding-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .gy-contact,
  .contact-section {
    padding: 64px 0;
  }

  .gy-contact__header {
    margin-bottom: 40px;
  }

  .gy-contact__heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .gy-contact__subtitle,
  .gy-contact__address-line,
  .gy-contact__value,
  .gy-contact__link {
    font-size: 18px;
    line-height: 1.5;
  }

  .gy-contact__form input[type="text"],
  .gy-contact__form input[type="email"],
  .gy-contact__form input[type="tel"],
  .gy-contact__form input[type="url"],
  .gy-contact__form input[type="number"],
  .gy-contact__form input[type="search"],
  .gy-contact__form textarea,
  .gy-contact__form select,
  .gy-contact__form .quform-field-text input,
  .gy-contact__form .quform-field-email input,
  .gy-contact__form .quform-field-textarea textarea {
    font-size: 18px;
    line-height: 1.5;
  }

  .gy-contact__office--divider {
    padding-top: 32px;
  }

  .gy-contact__map {
    height: 200px;
  }

  .gy-contact__form .quform-element-row {
    grid-template-columns: 1fr;
  }
}

/* ── Inner pages responsive (shared titles, About, Practice Areas, Team, Join Us, News, Contact, singles) ── */
@media screen and (max-width: 1199px) {
  .gy-page-title-2__content {
    gap: clamp(48px, 8vw, 120px);
  }

  .gy-page-title-2__description {
    margin-bottom: clamp(64px, 8vw, 100px);
  }

  .gy-page-title-2__image-wrap {
    margin-bottom: clamp(64px, 8vw, 100px);
  }

  .gy-page-title-2.page-title-3-section:not(.gy-page-title-3--content-band) .gy-page-title-2__content {
    padding-bottom: clamp(64px, 8vw, 100px);
    padding-top: clamp(64px, 8vw, 100px);
  }

  .gy-image-text--two-col .gy-image-text__grid {
    grid-template-columns: 1fr;
  }

  .gy-image-text--two-col .gy-image-text__figure {
    aspect-ratio: 16 / 10;
    min-height: clamp(280px, 52vw, 520px);
  }

  .gy-lawyers,
  .lawyers-section {
    padding: 80px 0;
  }

  .gy-lawyers__intro {
    width: 60%;
  }

  .gy-lawyer-tabs,
  .lawyers-tabs-section {
    padding: 80px 0;
  }

  .gy-lawyer-tabs__grid {
    column-gap: 56px;
  }

  .gy-blog-block,
  .blog-section {
    padding: 72px 0 88px;
  }

  .gy-blog-archive {
    padding: 72px 0 88px;
  }
}

@media screen and (max-width: 1023px) {
  .gy-page-title__content {
    grid-template-columns: 1fr;
  }

  .gy-page-title__heading-wrap {
    margin-bottom: clamp(48px, 8vw, 80px);
    padding: 14px 28px 14px var(--containerPadding);
  }

  .gy-page-title__description {
    margin-bottom: clamp(48px, 8vw, 64px);
    max-width: none;
    padding-right: 0;
    padding-top: 0;
  }

  .gy-page-title--blog-hero .gy-page-title__content {
    padding-bottom: 48px;
    padding-top: clamp(96px, 14vw, 120px);
  }

  .gy-page-title-2--no-strip > :first-child {
    margin-top: clamp(72px, 10vw, 120px);
  }

  .gy-page-title-3__hero.gy-page-title--heading-only .gy-page-title__heading-wrap {
    margin-bottom: clamp(48px, 8vw, 80px);
  }

  .gy-page-title-2__content {
    flex-direction: column;
    gap: 48px;
  }

  .page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__content {
    grid-template-columns: 1fr;
  }

  .page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__description:last-child {
    column-count: 1;
  }

  .gy-page-title-5,
  .page-title-5-section {
    padding-top: clamp(48px, 8vw, 72px);
  }

  .gy-page-title-4__heading-wrap {
    margin-left: calc(-1 * var(--containerPadding));
    padding: 16px 28px 16px var(--containerPadding);
  }

  .gy-image-text--two-col .gy-image-text__accordion-breakout {
    margin-left: 0 !important;
    width: 100%;
  }

  .gy-image-text--two-col .gy-image-text__media {
    position: static;
    top: auto;
  }

  .gy-lawyers__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .gy-lawyers__intro {
    width: 100%;
  }

  .gy-lawyers__button {
    width: 100%;
  }

  .gy-lawyers__slider {
    margin: 0 -12px;
  }

  .gy-lawyer {
    padding: 0 12px;
  }

  .gy-lawyer-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gy-lawyer-hero__left-inner {
    padding-bottom: 48px;
    padding-top: 72px;
  }

  .gy-lawyer-hero__line {
    margin-left: calc(-1 * var(--containerPadding));
    width: min(300px, 72%);
  }

  .gy-lawyer-hero__line-1 {
    margin-left: calc(-1 * var(--containerPadding));
    top: 72px;
  }

  .gy-lawyer-hero__name {
    white-space: normal;
  }

  .gy-lawyer-hero__image {
    height: auto;
    max-height: min(520px, 62vh);
    width: 100%;
  }

  .gy-lawyer-tabs__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .gy-lawyer-tabs__list {
    border-top: 1px solid #dfdfdf;
    display: block;
    grid-column: auto;
    grid-row: auto;
  }

  .gy-lawyer-tabs__item {
    display: block;
  }

  .gy-lawyer-tabs__item:first-child .gy-lawyer-tabs__tab {
    border-top: 0;
  }

  .gy-lawyer-tabs__tab,
  .gy-lawyer-tabs__panels,
  .gy-lawyer-tabs__panel,
  .gy-lawyer-tabs__aside {
    grid-column: auto;
    grid-row: auto;
  }

  .gy-lawyer-tabs,
  .gy-lawyer-tabs__list,
  .gy-lawyer-tabs__item,
  .gy-lawyer-tabs__panels,
  .gy-lawyer-tabs__panel {
    overflow-anchor: none;
  }

  .gy-lawyer-tabs__panel.is-active .gy-lawyer-tabs__panel-inner {
    padding: 4px 0 28px;
  }

  .gy-lawyer-tabs__aside {
    margin-top: 8px;
  }

  .gy-lawyer-tabs__tab {
    font-size: clamp(24px, 3.5vw, 32px);
    padding: 24px 0;
  }

  .gy-lawyer-tabs__tab-left {
    font-size: clamp(22px, 3vw, 28px);
  }

  .gy-lawyer-tabs__tab-toggle {
    height: 32px;
    width: 32px;
  }

  .gy-blog-block__search {
    justify-content: stretch;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .gy-blog-archive--template-blog .gy-blog-card {
    margin-bottom: 72px;
  }

  .single-post-title {
    margin-top: clamp(96px, 14vw, 140px);
  }

  .single-post-content {
    margin-top: 24px;
  }

  .single-post-content figure img {
    height: auto;
    max-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .gy-page-title.page-title-1-section {
    min-height: clamp(240px, 46vh, 340px);
  }

  .gy-page-title.page-title-1-section .gy-page-title__content {
    min-height: clamp(200px, 38vh, 280px);
    padding-bottom: 12px;
    padding-top: clamp(112px, 20vw, 148px);
  }

  .gy-page-title__heading-wrap {
    align-items: center;
    margin-bottom: 56px;
    min-height: 76px;
    padding: 20px 24px 20px var(--containerPadding);
  }

  .gy-page-title__heading {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.12;
  }

  .gy-page-title--heading-only .gy-page-title__heading-wrap {
    margin-bottom: clamp(60px, 12vw, 80px);
  }

  .gy-page-title--blog-hero.page-title-1-section {
    min-height: clamp(220px, 40vh, 300px);
  }

  .gy-page-title--blog-hero .gy-page-title__content {
    min-height: clamp(180px, 34vh, 240px);
    padding-bottom: 48px;
    padding-top: clamp(104px, 18vw, 132px);
  }

  .gy-page-title__description {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .gy-page-title-2__strip {
    margin-bottom: 48px;
    min-height: 220px;
  }

  .gy-page-title-3__hero {
    min-height: clamp(240px, 46vh, 340px);
  }

  .gy-page-title-3__hero .gy-page-title__content {
    min-height: clamp(200px, 38vh, 280px);
    padding-bottom: 12px;
    padding-top: clamp(112px, 20vw, 148px);
  }

  .gy-page-title-3__hero.gy-page-title--heading-only .gy-page-title__heading-wrap {
    margin-bottom: clamp(60px, 12vw, 80px);
  }

  .gy-page-title-2__description,
  .gy-page-title-2__image-wrap {
    margin-bottom: 48px;
  }

  .gy-page-title-2.page-title-3-section:not(.gy-page-title-3--content-band) .gy-page-title-2__content {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .gy-page-title-2.page-title-3-section:not(.gy-page-title-3--content-band) .gy-page-title-2__content .gy-page-title-2__description {
    margin-bottom: 0;
  }

  .gy-page-title-2__description {
    font-size: 16px;
  }

  .page-id-374 .gy-page-title-3--content-band {
    padding-bottom: 40px;
    padding-top: 48px;
  }

  .page-id-374 .gy-page-title-3--content-band + .gy-page-title-3--content-band .gy-page-title-2__content {
    padding-top: 40px;
  }

  .page-id-374 .gy-page-title-2__description {
    font-size: 16px;
  }

  .page-id-374 .gy-page-title-3--content-band:first-of-type .gy-page-title-2__description:first-child {
    font-size: 17px;
  }

  .gy-page-title-5,
  .page-title-5-section {
    padding-top: 40px;
  }

  .gy-team,
  .team-section {
    padding: 40px 0 56px;
  }

  .gy-team__filters {
    margin-bottom: 40px;
  }

  .gy-team__filter {
    font-size: 16px;
    padding: 10px 14px;
  }

  .gy-team__filters-sep {
    font-size: 16px;
  }

  .gy-practice-areas,
  .practice-areas-section {
    padding: 56px 0;
  }

  .gy-lawyers,
  .lawyers-section {
    padding: 56px 0;
  }

  .gy-lawyers__top {
    margin-bottom: 40px;
  }

  .gy-lawyer__image-wrap {
    height: 200px;
  }

  .gy-lawyer-hero__left-inner {
    padding-bottom: 40px;
    padding-top: 56px;
  }

  .gy-lawyer-hero__line-1 {
    top: 56px;
  }

  .gy-lawyer-hero__section-title {
    font-size: 28px;
  }

  .gy-lawyer-hero__back-link {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .gy-lawyer-hero__position {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .gy-lawyer-hero__meta p {
    font-size: 16px;
  }

  .gy-lawyer-hero__image {
    max-height: 360px;
  }

  .gy-lawyer-tabs,
  .lawyers-tabs-section {
    padding: 56px 0;
  }

  .gy-lawyer-tabs__tab {
    gap: clamp(20px, 4vw, 32px);
    padding: 18px 0;
  }

  .gy-lawyer-tabs__tab-left {
    gap: clamp(18px, 3.5vw, 24px);
  }

  .gy-lawyer-tabs__tab-toggle {
    height: 28px;
    width: 28px;
  }

  .gy-lawyer-tabs__tab-toggle::before,
  .gy-lawyer-tabs__tab-toggle::after {
    width: 20px;
  }

  .gy-lawyer-tabs__panel {
    font-size: 16px;
    line-height: 1.55;
  }

  .gy-lawyer-tabs__panel--first-tab .gy-lawyer-badges,
  .gy-lawyer-tabs__panel--biography .gy-lawyer-badges {
    margin-top: 40px;
  }

  .gy-lawyer-tabs__panel--first-tab .gy-lawyer-badges__list,
  .gy-lawyer-tabs__panel--biography .gy-lawyer-badges__list {
    gap: 32px;
  }

  .gy-blog-block,
  .blog-section {
    padding: 56px 0 72px;
  }

  .gy-blog-block__header {
    margin-bottom: 28px;
  }

  .gy-blog-block__search {
    margin-bottom: 32px;
  }

  .gy-blog-archive {
    padding: 56px 0 72px;
  }

  .gy-blog-archive--template-blog .gy-blog-card {
    margin-bottom: 48px;
  }

  .gy-blog-archive__pagination {
    margin-top: 40px;
  }

  .single-post-title {
    margin-top: 88px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .single-post-title-heading {
    font-size: clamp(28px, 8vw, 36px);
  }

  .single-post-content figure img {
    max-height: 280px;
  }

  .editorSingle,
  .editorSingle p,
  .editorSingle li {
    font-size: 16px;
  }

  .gy-image-text__accordion-trigger {
    gap: 12px;
    padding: 14px 0;
  }

  .gy-image-text__accordion-icon {
    font-size: 28px;
    height: 24px;
    width: 24px;
  }

  .gy-image-text__accordion-text,
  .gy-image-text__text {
    font-size: 16px;
  }

  .gy-image-text__accordion-breakout-content {
    gap: 32px;
  }
}

@media screen and (min-width: 1355px) and (max-width: 1560px) {
    
   .gy-image-text-rect__figure {
        height: 800px !important;
    }

}

@media screen and (min-width: 1561px) and (max-width: 1700px) {
    
   .gy-image-text-rect__figure {
        height: 600px !important;
    }

}

@media screen and (min-width: 1701px) and (max-width: 2200px) {
    
   .gy-image-text-rect__figure {
        height: 469px !important;
    }

}

@media screen and (min-width: 2201px) and (max-width: 2500px) {
    
   .gy-image-text-rect__figure {
        height: 369px !important;
    }

}

@media screen and (min-width: 2501px) and (max-width: 2900px) {
    
   .gy-image-text-rect__figure {
        height: 300px !important;
    }

}