/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

h1, h2 {
  font-family: "garamond-premier-pro", serif;
}

.list {
  list-style: none;
}
.list li {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
}
.list li > img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: translateY(6px);
  opacity: 0.75;
}
.list li > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(93, 122, 140, 0.25);
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button {
  font-size: 15px;
  background-color: #5D7A8C;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.08s ease;
  border-radius: 4px;
  text-align: center;
}
.button:hover {
  background: rgb(83.7, 109.8, 126);
}
.button--alt {
  background-color: #fff;
  color: #5D7A8C;
  box-shadow: 0 0 0 2px #5D7A8C inset;
}
.button--alt:hover {
  background: rgb(238.8, 241.7, 243.5);
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "gotham", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
  border-radius: 4px;
}
.gform_wrapper .gform_fields {
  row-gap: 1.5rem !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 20px !important;
  text-decoration: none;
  display: inline-block;
  padding: 10px 24px !important;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: "gotham", sans-serif;
  background-color: #5D7A8C !important;
  -webkit-appearance: none !important;
  box-sizing: border-box;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.08s ease;
  border-radius: 4px;
}
.gform_wrapper .button:hover {
  background: rgb(83.7, 109.8, 126) !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message {
  transform: translateY(-0.75rem) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 1340px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 75px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}

.home .header {
  position: absolute;
  width: 100%;
  z-index: 10;
  background: transparent;
}

.header {
  padding: 24px 0;
  background: #5D7A8C;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  height: 85px;
}
@media (max-width: 480px) {
  .header__logo {
    height: 60px;
  }
}
.header__nav .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 50px;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.header__nav .menu li a {
  color: #fff;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.header__nav .menu li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all 0.4s ease;
}
.header__nav .menu li a:hover:after {
  background-color: #fff;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  transition: all 0.4s ease;
}
.header__toggle {
  display: none;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
  z-index: 15;
  transform: translateY(-9px);
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__inner {
    align-items: start;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #111;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 100px 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 20px;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .header__nav .menu li a:hover {
    color: #D9B97B;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 12px 0 12px 25px;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover .sub-menu {
    display: none;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header.nav-open .header__nav {
    z-index: 10;
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}

.footer {
  padding: 2rem 0;
  background: #5D7A8C;
  color: #fff;
  font-size: 1rem;
  position: relative;
}
.footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  opacity: 0.1;
}
.footer__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__grid * {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .footer__grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__grid > * {
    width: 50%;
  }
}
.footer__logo {
  height: 90px;
}
.footer__right {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.footer__social {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer__social svg {
  height: 25px;
  width: 25px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.footer__social svg path {
  fill: #fff;
}
.footer__social a:hover path {
  fill: #D9B97B;
}
.footer p {
  margin: 0;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer__right {
    justify-content: center;
  }
}
.hero {
  position: relative;
  height: 110vh;
  overflow: hidden;
  /* Enable a scroll "view" timeline for this section */
  view-timeline-name: --hero;
  view-timeline-axis: block;
}
.hero__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  will-change: transform;
  transform: translateY(0);
  /* Parallax: move slower than the page as the hero passes through the viewport */
}
@supports (animation-timeline: view()) {
  .hero__bg {
    animation-name: heroBgParallax;
    animation-timeline: --hero;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    /* When to play it: from the moment the hero starts covering the viewport
       until it fully covers it. Adjust to taste. */
    animation-range: cover 0% cover 100%;
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 14, 12, 0.72) 0%, rgba(10, 14, 12, 0.58) 35%, rgba(10, 14, 12, 0.32) 65%, rgba(10, 14, 12, 0.16) 100%);
}
.hero__contour {
  overflow: hidden;
  transform-origin: 80% 80%;
}
.hero__contour img {
  position: absolute;
  right: -20%;
  bottom: -60%;
  opacity: 0.07;
  will-change: transform;
  transform-origin: 50% 50%;
}
@media (max-width: 1024px) {
  .hero__contour img {
    bottom: -30%;
  }
}
@supports (animation-timeline: view()) {
  .hero__contour img {
    animation-name: contourMotion;
    animation-timeline: --hero;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    /* Play as the hero covers the viewport */
    animation-range: cover 0% cover 100%;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
}
.hero__heading {
  color: #D9B97B;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.05;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .hero__heading {
    font-size: 3rem;
  }
}
.hero__heading span {
  display: block;
}
.hero__subheading {
  font-style: italic;
  color: #fff;
  margin: 0;
  line-height: 1.65;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .hero__subheading {
    font-size: 17px;
  }
}
.hero .site-container {
  position: relative;
  z-index: 3;
  height: calc(100% - (100px + 10vh));
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.5rem;
}
.hero .site-container *:not(hr) {
  max-width: 800px;
}
.hero .site-container hr {
  border: none;
  border-bottom: 1px solid #C6D3C1;
  margin: 0;
  display: none;
}

/* Keyframes driven by the hero's scroll progress
   Parallax: start slightly up, end slightly down (or vice versa).
   Tweak translateY percentages to taste. */
@keyframes heroBgParallax {
  from {
    transform: translateY(-42%);
  }
  to {
    transform: translateY(42%);
  }
}
/* Contour: start bigger and a bit lower, then drift up and settle to 1:1 */
@keyframes contourMotion {
  0% {
    transform: translateY(10%) scale(1);
  }
  100% {
    transform: translateY(-10%) scale(1.25);
  }
}
/* Accessibility: disable motion if the user prefers it */
@media (prefers-reduced-motion: reduce) {
  .hero__bg,
  .hero__contour img {
    animation: none !important;
    transform: none !important;
  }
}
/* Register an animatable angle for the ring sweep */
@property --sweep {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
/* Animatable angle for the ring */
@property --sweep {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.about {
  padding: 3rem 0;
  /* Scroll timeline for this section */
  view-timeline-name: --about;
  view-timeline-axis: block;
}
@media (min-width: 1025px) {
  .about {
    padding: 10rem 0;
  }
}
.about__grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 769px) {
  .about__grid {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
  }
}
.about__image {
  position: relative;
  aspect-ratio: 1/1;
  padding: 0.5rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.3);
  /* subtle parallax/settle */
}
@media (max-width: 768px) {
  .about__image {
    max-width: 400px;
    margin-inline: auto;
  }
}
@supports (animation-timeline: view()) {
  .about__image {
    animation: about-img-parallax 1s linear both;
    animation-timeline: --about;
    /* Map across the entire viewport dwell for reliability */
    animation-range: entry 0% exit 100%;
  }
}
.about__image img {
  border-radius: 50%;
  will-change: transform;
}
@supports (animation-timeline: view()) {
  .about__image img {
    animation: about-img-scale 1s linear both;
    animation-timeline: --about;
    animation-range: entry 0% exit 100%;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about__content h2 {
  color: #2E4633;
  padding-bottom: 1rem;
  position: relative;
  /* underline that fully completes */
}
.about__content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0%;
  background: rgba(198, 211, 193, 0.5);
}
@supports (animation-timeline: view()) {
  .about__content h2::after {
    animation: about-underline 1s ease both;
    animation-timeline: --about;
    animation-range: entry 40% exit 25%;
  }
}
.about__content .button {
  min-width: 195px;
}
.about__content .about__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.about__content .about__ctas a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease-out, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--d, 0ms);
}
@supports (animation-timeline: view()) {
  .about__content .about__ctas a {
    opacity: 0;
    transform: translateY(8px);
    animation: about-cta 1s ease both;
    animation-timeline: --about;
    animation-range: entry 0% exit 100%;
  }
}
.about__content .about__ctas a:nth-child(1) {
  --d: 0ms;
}
.about__content .about__ctas a:nth-child(2) {
  --d: 80ms;
}
.about__content .about__ctas a:nth-child(3) {
  --d: 160ms;
}
.about__content .about__ctas a:nth-child(4) {
  --d: 240ms;
}
.about__content .about__ctas a:nth-child(5) {
  --d: 320ms;
}
@media (min-width: 769px) {
  .about__image {
    width: 33.33%;
  }
  .about__content {
    width: 66.67%;
  }
}
@media (min-width: 1025px) {
  .about__image {
    width: 40%;
  }
  .about__content {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
  .about .about__ctas {
    justify-content: center;
  }
}

/* Keyframes */
@keyframes about-ring {
  from {
    --sweep: 0deg;
  }
  to {
    --sweep: 361deg;
  } /* close the loop; avoid 360==0 seam */
}
@keyframes about-img-parallax {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes about-img-scale {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1);
  }
}
@keyframes about-underline {
  from {
    width: 0%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 1;
  } /* go all the way across */
}
@keyframes about-cta {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Reduced motion: keep it static */
@media (prefers-reduced-motion: reduce) {
  .about * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
.bio {
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .bio {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.bio__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 769px) {
  .bio__grid {
    flex-direction: row;
    gap: 5rem;
  }
  .bio__grid > * {
    width: 50%;
  }
}
.bio__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bio__col h3 {
  font-size: 1.2rem;
  color: #D9B97B;
  text-transform: uppercase;
  padding-left: 28px;
}
.bio__col p {
  font-size: 1rem;
}
.bio .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bio .list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  will-change: transform, opacity;
  transition: opacity 220ms ease-out, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--d, 0ms);
}
.bio .list li.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.bio .list li > img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  margin-top: 0.025em;
}
.bio .list li > span {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.bio .list li:nth-child(1) {
  --d: 0ms;
}
.bio .list li:nth-child(2) {
  --d: 70ms;
}
.bio .list li:nth-child(3) {
  --d: 140ms;
}
.bio .list li:nth-child(4) {
  --d: 210ms;
}
.bio .list li:nth-child(5) {
  --d: 280ms;
}
.bio .list li:nth-child(6) {
  --d: 350ms;
}
.bio .list li:nth-child(7) {
  --d: 420ms;
}
.bio .list li:nth-child(8) {
  --d: 490ms;
}
.bio .list li:nth-child(9) {
  --d: 560ms;
}
.bio .list li:nth-child(10) {
  --d: 630ms;
}
.bio .list li:nth-child(11) {
  --d: 700ms;
}
.bio .list li:nth-child(12) {
  --d: 770ms;
}
.bio .list li:nth-child(13) {
  --d: 840ms;
}
.bio .list li:nth-child(14) {
  --d: 910ms;
}
.bio .list li:nth-child(15) {
  --d: 980ms;
}
.bio .list li:nth-child(16) {
  --d: 1050ms;
}
.bio .list li:nth-child(17) {
  --d: 1120ms;
}
.bio .list li:nth-child(18) {
  --d: 1190ms;
}
.bio .list li:nth-child(19) {
  --d: 1260ms;
}
.bio .list li:nth-child(20) {
  --d: 1330ms;
}
.bio .list li:nth-child(21) {
  --d: 1400ms;
}
.bio .list li:nth-child(22) {
  --d: 1470ms;
}
.bio .list li:nth-child(23) {
  --d: 1540ms;
}
.bio .list li:nth-child(24) {
  --d: 1610ms;
}
.bio .list li:nth-child(25) {
  --d: 1680ms;
}
.bio .list li:nth-child(26) {
  --d: 1750ms;
}
.bio .list li:nth-child(27) {
  --d: 1820ms;
}
.bio .list li:nth-child(28) {
  --d: 1890ms;
}
.bio .list li:nth-child(29) {
  --d: 1960ms;
}
.bio .list li:nth-child(30) {
  --d: 2030ms;
}
.bio .list li:nth-child(31) {
  --d: 2100ms;
}
.bio .list li:nth-child(32) {
  --d: 2170ms;
}
.bio .list li:nth-child(33) {
  --d: 2240ms;
}
.bio .list li:nth-child(34) {
  --d: 2310ms;
}
.bio .list li:nth-child(35) {
  --d: 2380ms;
}
.bio .list li:nth-child(36) {
  --d: 2450ms;
}
.bio .list li:nth-child(37) {
  --d: 2520ms;
}
.bio .list li:nth-child(38) {
  --d: 2590ms;
}
.bio .list li:nth-child(39) {
  --d: 2660ms;
}
.bio .list li:nth-child(40) {
  --d: 2730ms;
}

@media (prefers-reduced-motion: reduce) {
  .bio .list li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.appointment {
  /* unify rounding + hide overflow so effects stay inside */
  --radius: 12px;
  position: relative;
  max-width: 95%;
  margin-left: 2.5%;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: var(--radius);
}
@media (max-width: 480px) {
  .appointment {
    margin-bottom: 4rem;
  }
}
.appointment__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  will-change: transform;
}
.appointment__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: var(--radius);
  /* your base tint */
  background: rgba(0, 0, 0, 0.3);
  /* soft vignettes for readability (no layout shift) */
}
.appointment__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(90% 70% at 20% 50%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(120% 80% at 50% 100%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 55%);
  mix-blend-mode: multiply;
}
.appointment__grid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1025px) {
  .appointment__grid {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
    padding: 7rem 3rem;
  }
  .appointment__grid > * {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
}
.appointment__content {
  align-content: start;
}
.appointment__content * {
  margin: 0;
}
.appointment__content h2 {
  color: #D9B97B;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.appointment__content p {
  color: #fff;
}
@media (min-width: 1025px) {
  .appointment__content * {
    max-width: 400px;
  }
}
.appointment__form {
  position: relative;
  /* subtle glass card behind the form (progressive enhancement) */
  /* gentle field focus styling (Gravity Forms common selectors) */
  /* submit micro-interaction */
}
@supports (backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px)) {
  .appointment__form {
    padding: 2rem;
    border-radius: 10px;
    /* lift actual form above the glass */
  }
  .appointment__form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    backdrop-filter: blur(6px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
    z-index: 0;
  }
  .appointment__form > * {
    position: relative;
    z-index: 1;
  }
}
.appointment__form .gform_wrapper input[type=text],
.appointment__form .gform_wrapper input[type=email],
.appointment__form .gform_wrapper input[type=tel],
.appointment__form .gform_wrapper textarea {
  transition: box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}
.appointment__form .gform_wrapper input:focus,
.appointment__form .gform_wrapper textarea:focus {
  outline: none;
  border-color: rgba(217, 185, 123, 0.7);
  box-shadow: 0 0 0 2px rgba(217, 185, 123, 0.35);
  background-color: rgba(255, 255, 255, 0.98);
}
.appointment__form .gform_footer input[type=submit],
.appointment__form .gform_wrapper .gform_button {
  transition: transform 120ms ease, box-shadow 180ms ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.appointment__form .gform_footer input[type=submit]:hover,
.appointment__form .gform_wrapper .gform_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}
.appointment__form .gform_footer input[type=submit]:active,
.appointment__form .gform_wrapper .gform_button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1025px) {
  .appointment { /* if you ever add one */ }
  .appointment__image {
    width: 40%;
  }
  .appointment__content {
    width: 60%;
  }
}

.ab-top__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .ab-top__grid {
    flex-direction: row;
    gap: 0;
  }
}
.ab-top__photo {
  margin-top: 1.25rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .ab-top__photo {
    max-width: 45%;
    margin-top: 3rem;
  }
}
.ab-top__photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--py, 0), 0) scale(1.06);
  will-change: transform;
  display: block;
}
.ab-top__content, .ab-top__content-inner {
  will-change: transform;
}
.ab-top__content {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 1025px) {
  .ab-top__content {
    width: calc(60% + 3rem);
    padding: 3rem;
  }
}
.ab-top__content * {
  margin-bottom: 0;
}
.ab-top__content h1 {
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: rgba(163, 160, 154, 0.75);
}
.ab-top__content h2 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C6D3C1;
  color: #D9B97B;
}
@media (min-width: 769px) {
  .ab-top__content h2 {
    font-size: 2.4rem;
  }
}
.ab-top__content-inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 8px;
  padding: 0;
  font-size: 1.1rem;
}
@media (min-width: 1280px) {
  .ab-top__content-inner {
    position: absolute;
    z-index: 1;
    left: -3rem;
    top: 6rem;
    width: calc(100% + 3rem);
    padding: 3rem;
    box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.3);
  }
}
.ab-top__content-inner * {
  margin-bottom: 0;
}

.ab-main {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .ab-main {
    padding: 0;
  }
}
.ab-main .site-container--narrow {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1280px) {
  .ab-main .site-container--narrow {
    padding-top: 10rem;
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .ab-main .site-container--narrow {
    max-width: 100%;
    padding-top: 1rem;
  }
}
.ab-main__ctas {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.ab-main__ctas .button {
  min-width: 235px;
}
.ab-main__ctas a.button:last-of-type {
  text-transform: none;
}
@media (max-width: 1300px) {
  .ab-main__ctas {
    justify-content: start;
  }
}
@media (max-width: 560px) {
  .ab-main__ctas {
    flex-direction: column;
  }
}
.ab-main h2 {
  color: #D9B97B;
}

@media (prefers-reduced-motion: reduce) {
  .ab-top__photo img {
    transform: scale(1) !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .ab-main {
    padding-top: 4rem;
  }
}
.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #eee;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  margin: 0;
  font-family: "gotham", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  color: #111;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

h1, h2, h3 {
  line-height: 1;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
  color: #2E4633;
}

p {
  margin-bottom: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

[data-parallax] {
  will-change: transform;
  transform: translate3d(0, var(--py, 0), 0);
}
@media (prefers-reduced-motion: reduce) {
  [data-parallax] {
    transform: none !important;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
}
