@charset "UTF-8";
/* Set these variables  ------------------------------------------------------------- */
/* General Variables  ------------ */
/* Fonts */
/* Colors */
/* EC shared tokens — used across EC component styles (taxonomy, search,
   hero-home, single, stories, featured areas). Component files may
   re-declare these locally with the same values; defining them here
   guarantees any EC style block compiles wherever it lives. */
[class*=ec-][class*=__heading] h2,
[class*=ec-][class*=__heading] .h2 {
  padding: 0 !important;
  margin: 0 !important;
}

/* Header */
/* Menu */
/* Mobile */
/* Images */
/* Icons  ------------ */
/* Buttons  ------------ */
/* Blockquotes  ------------ */
/* Borders */
/*Forms*/
/*Extras*/
/*Footer*/
/* END General Variables */
/* Features to Include in Stylesheet  ------------ */
/*  END Features to Include in Stylesheet */
/* END Variables */
/* ALL DEVICES -------------------------------------------------------------------------------- */
/*Reset Styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
  display: block;
}

body {
  line-height: 1.6rem;
  font-family: "Figtree", sans-serif;
  color: #16211D;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border-color: #ccc;
  border-style: solid;
  margin: 10px 0;
}

/* Header  ------------ */
.header {
  height: 72px;
}

header {
  z-index: 800;
  position: relative;
  height: 72px;
  background: #ffffff;
}
header a {
  color: #16211D;
  text-decoration: none;
}
header a:hover {
  color: #0E6B57;
}
header a.accent-color:hover {
  color: #231F20;
}
header a.button {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #0E6B57;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  margin: 0;
  font-size: 0.88rem;
  border-radius: 100px;
}
header a.button:hover {
  background: #000;
  color: #fff;
}
header:not(.sticky) .light .header-btn-holder a.button {
  color: #fff;
  border-color: #fff;
}
header:not(.sticky) .light .header-btn-holder a.button:hover {
  border-color: #0E6B57;
}
header #search-here {
  display: none;
  position: absolute;
  top: 72px;
  background: #fff;
  font-size: 16px;
  right: 0;
  padding: 5px 20px;
  border-top: 2px solid #efefef;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header #search-here .sf-field-search, header #search-here label {
  width: 100%;
}
header #search-here input {
  border-color: #ccc;
  font-weight: 700;
  padding-left: 5px;
}
header #search-here ::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 5px;
  color: #16211D;
}
header #search-here ::placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 5px;
  color: #16211D;
}
header #search-here.show-me {
  display: block;
}
header #search-mobile ul {
  margin: 0 auto;
  width: 220px;
  display: flex;
}
header #search-mobile input {
  font-weight: 700;
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: none;
  top: 0;
  max-width: 120px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
}
header #search-mobile input.sf-input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
header #search-mobile input[type=submit] {
  width: 60px;
  margin-bottom: 50px;
  color: #fff;
  background: #005695;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header #search-mobile .sf-field-submit {
  left: 0;
}
header #search-mobile ::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 5px;
  color: #16211D;
}
header #search-mobile ::placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 5px;
  color: #16211D;
}
header ul {
  padding: 0;
  margin: 0;
}
header li {
  list-style: none;
}
header .menu-title:not(.link) > a:hover {
  text-decoration: none !important;
  color: #16211D !important;
  cursor: default;
}

.error404 header.sticky {
  position: relative;
}

.admin-bar header.sticky {
  top: 32px;
}

/* END Header */
/* General & Structure  ------------ */
* {
  margin: 0;
  padding: 0;
}

p {
  padding: 0.75rem 0;
}

ul, ol {
  margin-left: 40px;
  padding: 0.75rem 0;
}

.flex-wrap {
  flex-flow: wrap;
}

.flex-row-stretch img, .flex-row-center img {
  max-width: 100%;
  height: auto;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-stretch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-row-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 0 5%;
}

.lg-wrapper {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.fw-wrapper, .thin-wrapper, .narrow, .xtra-narrow {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section, article {
  position: relative;
}

.ten {
  flex-basis: 10%;
  flex-grow: 1;
}

.fifteen {
  flex-basis: 15%;
  flex-grow: 1;
}

.twenty {
  flex-basis: 20%;
  flex-grow: 1;
}

.twenty-five {
  flex-basis: 25%;
  flex-grow: 1;
}

.thirty {
  flex-basis: 30%;
  flex-grow: 1;
}

.thirty-three {
  flex-basis: 33.33%;
  flex-grow: 1;
}

.fourty {
  flex-basis: 40%;
  flex-grow: 1;
}

.fourty-five {
  flex-basis: 45%;
  flex-grow: 1;
}

.fifty {
  flex-basis: 50%;
  flex-grow: 1;
}

.fifty-five {
  flex-basis: 55%;
  flex-grow: 1;
}

.sixty {
  flex-basis: 60%;
  flex-grow: 1;
}

.sixty-six {
  flex-basis: 66.66%;
  flex-grow: 1;
}

.seventy {
  flex-basis: 70%;
  flex-grow: 1;
}

.seventy-five {
  flex-basis: 75%;
  flex-grow: 1;
}

.eighty {
  flex-basis: 80%;
  flex-grow: 1;
}

.ninety {
  flex-basis: 90%;
  flex-grow: 1;
}

.full {
  flex-basis: 100%;
}

.paged .hide-paged {
  display: none;
}

.theme-border {
  border: none;
  border-radius: 6px;
}

.theme-border-alt {
  border: none;
  border-radius: 6px;
}

iframe {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}

.alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}

.aligncenter {
  margin: 1rem auto;
}

.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* END General & Structure */
/*Tables*/
table {
  border: 3px solid #EFF1F2;
  margin: 0 auto;
}

th {
  background: #0E6B57;
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 10px 15px;
  border: 2px solid #fff;
}

td {
  padding: 10px 15px;
  border: 2px solid #fff;
}

tbody tr:nth-child(even) {
  background: #EFF1F2;
}

/* Screen Readers Only  ------------ */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

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

/* Text  ------------ */
h1, .h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.6rem;
  line-height: 1.25em;
  padding: 0.5em 0 0.2em;
  color: #16211D;
  font-weight: 600;
}
h1 sup, .h1 sup {
  font-size: 1rem;
}
h1 span.sh1, .h1 span.sh1 {
  display: block;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}

h2, .h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.375rem;
  line-height: 1.25em;
  padding: 1.5em 0 0.8em;
  font-weight: 600;
  color: #16211D;
}
h2 sup, .h2 sup {
  font-size: 1rem;
  top: -1rem !important;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  color: #16211D;
  line-height: 1.25em;
  padding: 0.75em 0 0.4em;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}
h3 sup, h4 sup, h5 sup, h6 sup, .h3 sup, .h4 sup, .h5 sup, .h6 sup {
  font-size: 1rem;
}

.header-font {
  font-family: "Playfair Display", Georgia, serif;
}

.dark, .color-bg .dark, .grad-bg-alt .dark {
  color: #16211D;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark a:hover, .dark p, .color-bg .dark h1, .color-bg .dark h2, .color-bg .dark h3, .color-bg .dark h4, .color-bg .dark h5, .color-bg .dark h6, .color-bg .dark a, .color-bg .dark a:hover, .color-bg .dark p, .grad-bg-alt .dark h1, .grad-bg-alt .dark h2, .grad-bg-alt .dark h3, .grad-bg-alt .dark h4, .grad-bg-alt .dark h5, .grad-bg-alt .dark h6, .grad-bg-alt .dark a, .grad-bg-alt .dark a:hover, .grad-bg-alt .dark p {
  color: #16211D;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -0.7em;
}

sub {
  top: 0.4em;
}

strong, b {
  font-weight: 700;
}

.lg-type p {
  font-size: 1.3em;
  line-height: 1.4em;
}

.double-space p, .double-space li {
  line-height: 2em;
  margin-top: 0;
}

.center {
  text-align: center;
}

blockquote {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1.3rem;
  font-style: italic;
  background-color: #F1ECE0;
  border-radius: 6px;
}
blockquote p {
  padding: 25px;
}
blockquote {
  padding: 0 0 0 63px;
}
blockquote:before {
  content: "";
  background: url(/wp-content/themes/oak-city/images/b-quote.svg) center no-repeat;
  width: 38px;
  height: 27px;
  position: absolute;
  background-size: contain;
  top: 25px;
  left: 25px;
}
blockquote p {
  line-height: 1.8rem !important;
  margin-bottom: 20px;
}

:focus-visible {
  outline-color: #0E6B57;
}

#alert1, #alert2 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

/*END Text */
/* Colors  ------------ */
.font-color {
  color: #16211D;
}

.main-color {
  color: #16211D;
}

.accent-color {
  color: #0E6B57;
}

.second-color {
  color: #33433C !important;
}

.third-color {
  color: #5FD3B6 !important;
}
.third-color h1, .third-color h2, .third-color h3, .third-color h4, .third-color h5, .third-color h6 {
  color: #5FD3B6;
}

.light-color-bg {
  background: #F4F1E8;
}

.light-color-border {
  border-color: #F4F1E8 !important;
}

.main-color-bg {
  background: #16211D;
}

.third-color-bg {
  background: #5FD3B6;
}

.second-color-bg {
  background: #33433C;
}

.color-bg {
  background-color: #0E6B57;
  position: relative;
}
.color-bg p, .color-bg h1, .color-bg h2, .color-bg h3, .color-bg h4, .color-bg h5, .color-bg h6, .color-bg li, .color-bg a, .color-bg div, .color-bg em, .color-bg strong {
  color: #ffffff;
}
.color-bg else p, .color-bg else h1, .color-bg else h2, .color-bg else h3, .color-bg else h4, .color-bg else h5, .color-bg else h6, .color-bg else li, .color-bg else a, .color-bg else div, .color-bg else em, .color-bg else strong {
  color: #16211D;
}

.grad-bg-alt p, .grad-bg-alt h1, .grad-bg-alt h2, .grad-bg-alt h3, .grad-bg-alt h4, .grad-bg-alt h5, .grad-bg-alt h6, .grad-bg-alt li, .grad-bg-alt a, .grad-bg-alt div, .grad-bg-alt em, .grad-bg-alt strong {
  color: #ffffff;
}

.grey-bg {
  background-color: #F1ECE0;
  position: relative;
}

.white-bg {
  background-color: #fff;
}

.alt-bg {
  background-color: #0E6B57;
}

.dark-bg {
  background-color: #16211D;
}

.alt-light-bg-1 {
  background: #FBFAF5;
}

.alt-light-bg-2 {
  background: #F1ECE0;
}

.grad-bg {
  background: #F4F1E8;
  background: linear-gradient(133deg, #FBFAF5 0%, #E9E1D2 100%);
}

.grad-bg-alt {
  background: #0E6B57;
  background: linear-gradient(142deg, #0E6B57 0%, #16211D 100%);
}

/* END Colors */
/* General Settings (Links & Buttons)  ------------ */
header .sub-menu {
  display: none;
}
header .sub-menu.opened {
  display: block;
}

main a {
  color: #0E6B57;
}
main a.alt {
  color: #33433C;
}
main a.alt:hover {
  color: #0E6B57;
  text-decoration: underline;
}
main a.alt3 {
  color: #5FD3B6;
}
main a.alt3:hover {
  color: #16211D;
  text-decoration: underline;
}
main a:hover {
  color: #16211D;
  text-decoration: underline;
}
main a.box-link {
  color: #16211D;
}
main a.box-link:hover {
  text-decoration: none;
}
main a.no-underline {
  text-decoration: none;
}
main a.no-underline:hover {
  text-decoration: underline;
}
main a.button {
  font-family: "Figtree", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-block;
  padding: 13px 22px;
  text-align: center;
  position: relative;
  border: none;
  background: #0E6B57;
  color: #fff;
  text-decoration: none;
  transition: box-shadow 0.1s;
  border-radius: 100px;
}
main a.button.outline {
  background: none !important;
  padding: 12px 20px;
  box-shadow: none !important;
  color: #0E6B57;
  border: 2px solid #0E6B57;
}
main a.button.outline:hover, main a.button.outline:focus {
  border: 2px solid #0E6B57;
  color: #fff;
  background: #0E6B57 !important;
}
main a.button:hover, main a.button:focus, main a.button:focus-visible {
  background: #16211D;
  color: #fff;
  text-decoration: none;
}
main a.button.alt {
  background: #5FD3B6;
  border: none;
  color: #16211D;
}
main a.button.alt:hover, main a.button.alt:focus, main a.button.alt:focus-visible {
  background: #16211D;
  color: #fff;
}
main a.button.simple, main a.button.gform_button, main a.buttoninput[type=submit] {
  padding: 12px 20px;
  background: #33433C;
  color: #fff;
  border: none;
  box-shadow: none;
}
main a.button.simple:hover, main a.button.simple:focus, main a.button.simple:focus-visible, main a.button.gform_button:hover, main a.button.gform_button:focus, main a.button.gform_button:focus-visible, main a.buttoninput[type=submit]:hover, main a.buttoninput[type=submit]:focus, main a.buttoninput[type=submit]:focus-visible {
  background: #16211D;
}
main li p {
  margin: 5px 0;
}
main .alt-bg, main .light, main .dark-bg {
  color: #ffffff;
}
main .alt-bg h1, main .alt-bg h2, main .alt-bg h3, main .alt-bg h4, main .alt-bg h5, main .alt-bg h6, main .alt-bg li, main .alt-bg p, main .light h1, main .light h2, main .light h3, main .light h4, main .light h5, main .light h6, main .light li, main .light p, main .dark-bg h1, main .dark-bg h2, main .dark-bg h3, main .dark-bg h4, main .dark-bg h5, main .dark-bg h6, main .dark-bg li, main .dark-bg p {
  color: #ffffff;
}
main .alt-bg a:not(.button):not(.dark), main .light a:not(.button):not(.dark), main .dark-bg a:not(.button):not(.dark) {
  color: #ffffff;
}
main .alt-bg a:not(.button):not(.dark):hover, main .light a:not(.button):not(.dark):hover, main .dark-bg a:not(.button):not(.dark):hover {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}
main .alt-bg a.button:hover, main .alt-bg a.button:focus, main .alt-bg a.button:focus-visible, main .light a.button:hover, main .light a.button:focus, main .light a.button:focus-visible, main .dark-bg a.button:hover, main .dark-bg a.button:focus, main .dark-bg a.button:focus-visible {
  text-decoration: none;
  color: #fff;
}
main .alt-bg a.button.outline, main .light a.button.outline, main .dark-bg a.button.outline {
  color: #fff;
  border-color: #fff;
}
main .alt-bg a.button.outline:hover, main .alt-bg a.button.outline:focus, main .alt-bg a.button.outline:focus-visible, main .light a.button.outline:hover, main .light a.button.outline:focus, main .light a.button.outline:focus-visible, main .dark-bg a.button.outline:hover, main .dark-bg a.button.outline:focus, main .dark-bg a.button.outline:focus-visible {
  text-decoration: none;
  background: #fff !important;
  color: #16211D;
}
main .kicker {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

aside {
  font-size: 18px;
  line-height: 1.2em;
}
aside a {
  color: #0E6B57;
  text-decoration: none;
}
aside a.alt {
  color: #5FD3B6;
}
aside a:hover {
  color: #16211D;
  text-decoration: underline;
}
aside a.button {
  font-weight: 700;
  background: #0E6B57;
  color: #fff;
  display: inline-block;
  padding: 13px 22px;
  text-align: center;
  position: relative;
  font-size: 0.88rem;
  border-radius: 100px;
}
aside a.button:hover {
  text-decoration: none;
  background: #16211D;
}
aside.color-bg a:hover, aside.grad-bg-alt a:hover {
  color: #ffffff;
}
aside.color-bg a:hover else, aside.grad-bg-alt a:hover else {
  color: #16211D;
}
aside#loginBox {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  max-width: 100%;
  overflow: hidden;
}
aside#loginBox > div {
  opacity: 0%;
}
aside#loginBox select {
  border-radius: 0;
}
aside#loginBox.right-panel-active {
  visibility: visible;
  left: 65%;
  padding: 0 40px;
}
aside#loginBox.right-panel-active > div {
  opacity: 100%;
}
aside#loginBox.right-panel-active {
  z-index: 10000 !important;
  overflow-y: auto;
}
aside#loginBox #login-form input {
  border-radius: 5px !important;
}
aside#alert {
  font-weight: 600;
}
aside#alert a {
  text-decoration: underline;
}
aside#alert a:hover {
  text-decoration: none;
}
aside#alert.alt-bg, aside#alert .alt-bg {
  color: #fff;
}
aside#alert.alt-bg a, aside#alert .alt-bg a {
  color: #fff;
}
aside#alert.alt-bg a:hover, aside#alert .alt-bg a:hover {
  color: #fff;
}
aside#alert.color-bg, aside#alert .color-bg, aside#alert.grad-bg-alt, aside#alert .grad-bg-alt {
  color: #fff;
}
aside#alert.color-bg a, aside#alert .color-bg a, aside#alert.grad-bg-alt a, aside#alert .grad-bg-alt a {
  color: #fff;
}
aside#alert.color-bg a:hover, aside#alert .color-bg a:hover, aside#alert.grad-bg-alt a:hover, aside#alert .grad-bg-alt a:hover {
  color: #fff;
}
aside#alert else.color-bg, aside#alert else .color-bg, aside#alert else.grad-bg-alt, aside#alert else .grad-bg-alt {
  color: #fff;
}
aside#alert else.color-bg a, aside#alert else .color-bg a, aside#alert else.grad-bg-alt a, aside#alert else .grad-bg-alt a {
  color: #fff;
}
aside#alert else.color-bg a:hover, aside#alert else .color-bg a:hover, aside#alert else.grad-bg-alt a:hover, aside#alert else .grad-bg-alt a:hover {
  color: #fff;
}

code {
  background: #000;
  display: block;
  color: #fff;
  border-radius: 6px;
  text-align: left;
  padding: 5%;
}

footer li.strong {
  font-weight: 500;
}
footer li.strong:after {
  content: ":";
}
footer li.strong:not(:first-child) {
  padding-top: 20px;
}
footer {
  background: #16211D;
}
footer #full-overlay.on {
  display: block !important;
}
footer {
  color: #fff;
}
footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer ol, footer ul {
  color: #fff;
}
footer .wrapper {
  max-width: unset;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a.button {
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  display: inline-block;
  padding: 12px;
  min-width: 150px;
  text-align: center;
  margin: 20px auto;
  border-radius: 100px;
}
footer a.button:hover {
  color: #0E6B57;
}
footer ol, footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin-top: 15px;
}
footer .social a {
  flex-basis: 20%;
  text-align: center;
}
footer .social img:hover {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(508%) contrast(102%);
}
footer .bottom-footer {
  background: #F1ECE0;
}
footer .bottom-footer p {
  color: #16211D;
}
footer .bottom-footer a {
  color: #0E6B57;
}

.page-numbers.current {
  text-decoration: underline;
  color: #000;
}

/* END General Settings */
ul.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb li {
  list-style: none;
  float: left;
}

.breadcrumb span {
  padding: 0 6px;
}

/* Images ----------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

img:not(.logo):not(.icon) {
  border-radius: 5px;
}

.dark-overlay {
  position: relative;
}

.dark-overlay:after {
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 1;
}

.wp-caption-text, .wp-caption {
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1rem;
}

/* Video */
.youtube-embed:before {
  content: " ";
  background: url(/wp-content/themes/oak-city/images/play.png) center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.youtube-embed:hover, .youtube-embed:focus {
  cursor: pointer;
}
.youtube-embed:hover::before, .youtube-embed:focus::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(110deg) brightness(124%) contrast(114%);
}

iframe.video-holder, iframe.video {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.video-container iframe {
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin: 25px 0;
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.youtube-img-holder:before {
  background: rgb(245, 244, 242);
  background: linear-gradient(90deg, rgb(245, 244, 242) 0%, rgba(245, 244, 242, 0.8) 35%, rgba(245, 244, 242, 0.5) 45%, rgba(245, 244, 242, 0) 60%, rgba(245, 244, 242, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 6px;
}

/* END Video */
/* Gradients  ------------ */
.grad-bottom:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 8%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 100%);
}

.grad-bottom.image > img {
  width: 100%;
}

.grad-left-light:before {
  background: rgb(245, 244, 242);
  background: linear-gradient(90deg, rgb(245, 244, 242) 0%, rgb(245, 244, 242) 35%, rgba(245, 244, 242, 0.5) 45%, rgba(245, 244, 242, 0) 60%, rgba(245, 244, 242, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

.grad-left-white:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

/* END Gradients */
/* END Images*/
/* Blog   ------------ */
.page-numbers {
  padding: 0 6px;
}

/* END Blog */
/* Forms   ------------ */
.gform_required_legend {
  font-size: 0.9rem;
}

.freeze {
  overflow: hidden;
}

input:not([type=checkbox]), input:not([type=radio]) select, textarea {
  width: calc(100% - 20px);
  border: 1px solid #CCCCCC;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  margin: 0;
  font-family: "Figtree", sans-serif !important;
  color: #16211D;
  font-size: 16px;
}

select {
  background: url(/wp-content/themes/oak-city/images/down-arrow-blue.svg) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  width: 100.5%;
  padding: 12px;
  border-color: #cccccc;
  border-radius: 5px;
}

label, legend {
  padding-top: 10px;
}

.youtube-embed:focus, select:focus, input:focus {
  outline: thin dotted;
}

input[type=submit].button, form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
  font-family: "Figtree", sans-serif !important;
  transition: box-shadow 0.1s;
  color: #fff;
  border: #33433C;
  background: #33433C;
  display: inline-block;
  padding: 15px;
  width: auto;
  text-align: center;
  font-size: 0.88rem;
  border-radius: 100px;
}
input[type=submit].button:hover, form button:hover {
  background: #16211D !important;
  color: #fff !important;
  border-color: #16211D;
  text-decoration: none;
  position: relative;
}
input[type=submit].button:active, form button:active {
  top: 6px;
  left: 6px;
}

ul.gform_fields {
  margin: 0;
}

li.sf-field-search input {
  padding: 3%;
}

::-moz-placeholder {
  color: #16211D;
  font-size: 1.15rem;
}

::placeholder {
  color: #16211D;
  font-size: 1.15rem;
}

.form-section .button.simple:hover {
  color: #fff;
}

ul.gform_fields {
  margin: 0;
}

.gform-body li {
  list-style: none;
}

.gform_footer.top_label {
  margin: 15px 0;
}

.top_label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gfield {
  flex-basis: 100%;
  padding-top: 10px;
}

.gfield--width-half {
  flex-basis: 48%;
}

.gform_validation_container {
  display: none;
}

.ginput_container.ginput_container_fileupload {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
}
.ginput_container.ginput_container_fileupload .button {
  padding: 10px;
  min-width: 100px;
  background: none;
  color: #555;
  border: 2px solid #555;
  margin: 10px 0;
}
.ginput_container.ginput_container_fileupload .gform_fileupload_rules {
  font-size: 0.9rem;
}

/* END Forms */
/* Search and Filter */
.searchandfilter select.sf-input-select {
  padding: 3%;
  border-radius: 5px;
}

/* Icons*/
.icons img {
  max-height: 70px;
  width: auto;
}

/* END Icons */
/* Login, Speed Bump, Popups */
aside#sb-box.sb-active, aside#b-popup.bp-active {
  display: block !important;
}

aside#b-popup h3 {
  font-size: 1.5rem;
}

aside#b-popup p {
  line-height: 1.4rem;
}

/* END Login, Speed Bump, Popups */
/* FAQs */
.question {
  cursor: pointer;
}

.white-bg .question {
  background-color: #F1ECE0;
}

.grey-bg .question {
  background-color: #fff;
}

.question.active .arrow > img {
  transform: rotate(180deg);
}

.answer {
  display: none;
}

.answer.show {
  display: block;
}

.question:hover {
  transform: scale(1.03);
}

.question .expand {
  display: block;
}

.question .collapse {
  display: none;
}

.question.active .expand {
  display: none;
}

.question.active .collapse {
  display: block;
}

/* END FAQs */
/* Slick */
.slick-dots li button::before {
  border-color: #0E6B57 !important;
  background: #0E6B57 !important;
  border-radius: 50px;
  content: " " !important;
}

.color-bg .slick-dots li button::before, .grad-bg-alt .slick-dots li button::before {
  border-color: #ffffff !important;
  background: #ffffff !important;
}

/* END Slick */
/* All Mobile and Small Desktop  ----------------------------------------------------------------------- */
@media only screen and (max-width: 1149px) {
  /* General & Structure  ------------ */
  .no-mobile {
    display: none;
  }
  .mobile-wrap {
    flex-wrap: wrap;
  }
  .mobile-wrap > .flex, .mobile-wrap > .fifty, .mobile-wrap > .full, .mobile-wrap > .twenty, .mobile-wrap > .thirty, .mobile-wrap > .thirty-three, .mobile-wrap > .fourty, .mobile-wrap > .fourty-five, .mobile-wrap > .fifty-five, .mobile-wrap > .sixty, .mobile-wrap > .sixty-six, .mobile-wrap > .twenty-five, .mobile-wrap > .ten, .mobile-wrap > .seventy, .mobile-wrap > .seventy-five, .mobile-wrap > .eighty, .mobile-wrap > .ninety {
    flex-basis: 100%;
  }
  .mobile-wrapper {
    padding: 0 5%;
  }
  /* END General & Structure */
  /* Menu  ------------ */
  header {
    opacity: 1;
  }
  header .appt {
    display: none;
  }
  header .sub-menu .sub-menu {
    display: block;
  }
  .main-nav {
    border: none;
    padding: 0;
    overflow: visible;
  }
  .main-nav ul {
    /*display: block;*/
    min-width: auto;
    top: auto;
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
  }
  #myDropdown {
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 50px;
    height: 100%;
  }
  #myDropdown #menu-main-menu > li, #myDropdown .mobile-menu-item {
    border-bottom: 1px solid rgba(206, 214, 224, 0.5);
    width: 100%;
    padding: 20px 5px;
    text-align: left;
    position: relative;
  }
  #myDropdown #menu-main-menu > li > a, #myDropdown .mobile-menu-item > a {
    border-left: none;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .dropbtn {
    border: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    position: relative;
    background: #fff;
  }
  .dropdown {
    position: relative;
    display: block;
    float: right;
    width: 100%;
  }
  .dropdown .show {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    height: 100%;
    z-index: 100;
    overflow: auto;
    display: block;
    margin-top: 30px !important;
  }
  .dropdown .table {
    padding: 50px 3% 0;
  }
  .dropdown-content {
    display: none;
    z-index: 50;
  }
  .dropdown-content .menu-item-has-children a {
    padding: 15px !important;
  }
  ul.sub-menu {
    padding: 10px 0 0 30px;
  }
  ul.sub-menu > li {
    border-bottom: none !important;
    font-size: 1rem;
    padding: 7px 0;
  }
  ul.sub-menu a {
    border-bottom: none !important;
    font-size: 1rem;
  }
  .menu-item-has-children {
    padding-bottom: 10px !important;
  }
  .menu-item-has-children:after {
    content: none;
  }
  .main-navigation > li {
    padding: 20px 0 !important;
  }
  .main-navigation > li.menu-item-has-children {
    position: relative;
  }
  .main-navigation > li.menu-item-has-children:after {
    content: " ";
    background: url(/wp-content/themes/oak-city/images/down-arrow.svg) center no-repeat;
    position: absolute;
    right: 20px;
    width: 11px;
    height: 18px;
    top: 24px;
    background-size: contain;
  }
  .main-navigation > li.menu-item-has-children:focus {
    outline: none;
  }
  .main-navigation > li.menu-item-has-children:focus > a:before {
    content: " ";
    border: 2px solid #005695;
    border-radius: 3px;
    position: absolute;
    right: 13px;
    width: 20px;
    height: 21px;
    top: 19px;
  }
  /*hamburger menu*/
  .hamburger {
    position: relative;
    top: 4px;
    /*padding: 15px 15px;*/
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #334F55;
  }
  .hamburger-box {
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    width: 30px;
    height: 3px;
    background-color: #0E6B57;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .light .hamburger-inner, .light .hamburger-inner::before, .light .hamburger-inner::after {
    background-color: #fff;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
     * Squeeze
     */
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  footer .col1, footer .col5 {
    flex-basis: 100%;
    text-align: center;
  }
  footer .social > div {
    justify-content: center;
    margin-top: 15px;
  }
  footer .menu-item a {
    padding: 15px;
  }
  /* END Footer */
}
/* END All Mobile and Small Desktop */
/* Phones  ----------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  /* General and Structure  ------------ */
  .no-phone, .no-phones, .no-sm-mobile {
    display: none;
  }
  main .phone-center, main .phones-center, main .sm-mobile-center, main .mobile-center {
    text-align: center;
  }
  main .phone-center ul, main .phone-center ol, main .phones-center ul, main .phones-center ol, main .sm-mobile-center ul, main .sm-mobile-center ol, main .mobile-center ul, main .mobile-center ol {
    text-align: left;
  }
  .wrapper, .lg-wrapper, .fw-wrapper, .thin-wrapper, .narrow, .xtra-narrow {
    padding: 5%;
  }
  .fw-wrapper > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .phone-wrap, .flex-wrap, .sm-mobile-wrap, .phones-wrap {
    flex-wrap: wrap;
  }
  .phone-wrap > .flex, .phone-wrap > .fifty, .phone-wrap > .full, .phone-wrap > .twenty, .phone-wrap > .thirty, .phone-wrap > .thirty-three, .phone-wrap > .fourty, .phone-wrap > .fourty-five, .phone-wrap > .fifty-five, .phone-wrap > .sixty, .phone-wrap > .sixty-six, .phone-wrap > .twenty-five, .phone-wrap > .ten, .phone-wrap > .seventy, .phone-wrap > .seventy-five, .phone-wrap > .eighty, .phone-wrap > .ninety, .flex-wrap > .flex, .flex-wrap > .fifty, .flex-wrap > .full, .flex-wrap > .twenty, .flex-wrap > .thirty, .flex-wrap > .thirty-three, .flex-wrap > .fourty, .flex-wrap > .fourty-five, .flex-wrap > .fifty-five, .flex-wrap > .sixty, .flex-wrap > .sixty-six, .flex-wrap > .twenty-five, .flex-wrap > .ten, .flex-wrap > .seventy, .flex-wrap > .seventy-five, .flex-wrap > .eighty, .flex-wrap > .ninety, .sm-mobile-wrap > .flex, .sm-mobile-wrap > .fifty, .sm-mobile-wrap > .full, .sm-mobile-wrap > .twenty, .sm-mobile-wrap > .thirty, .sm-mobile-wrap > .thirty-three, .sm-mobile-wrap > .fourty, .sm-mobile-wrap > .fourty-five, .sm-mobile-wrap > .fifty-five, .sm-mobile-wrap > .sixty, .sm-mobile-wrap > .sixty-six, .sm-mobile-wrap > .twenty-five, .sm-mobile-wrap > .ten, .sm-mobile-wrap > .seventy, .sm-mobile-wrap > .seventy-five, .sm-mobile-wrap > .eighty, .sm-mobile-wrap > .ninety, .phones-wrap > .flex, .phones-wrap > .fifty, .phones-wrap > .full, .phones-wrap > .twenty, .phones-wrap > .thirty, .phones-wrap > .thirty-three, .phones-wrap > .fourty, .phones-wrap > .fourty-five, .phones-wrap > .fifty-five, .phones-wrap > .sixty, .phones-wrap > .sixty-six, .phones-wrap > .twenty-five, .phones-wrap > .ten, .phones-wrap > .seventy, .phones-wrap > .seventy-five, .phones-wrap > .eighty, .phones-wrap > .ninety {
    flex-basis: 100%;
  }
  .col4, .col3 {
    flex-basis: 100%;
  }
  .right-pad {
    padding-bottom: 5%;
  }
  /* END General and Structure */
  /* Header  ------------ */
  header .logo {
    padding: 10px !important;
    max-width: 120px;
  }
  header a.button {
    font-size: 0.9rem;
  }
  header #search-here {
    left: 0;
  }
  header.sticky .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    opacity: 1;
  }
  .admin-bar header.sticky {
    top: 0px;
  }
  /* END Header */
  /* Login, Speedbump, Popups */
  aside#loginBox {
    transition: all 0.1s ease-in-out;
  }
  aside#loginBox.right-panel-active {
    left: 0%;
  }
  aside#loginBox select {
    width: 104%;
  }
  aside#sb-box {
    top: 2vh;
    left: 2vw;
    right: 2vw;
    bottom: 2vw;
  }
  aside#sb-box h3 {
    font-size: 1.1rem;
  }
  aside#b-popup {
    top: 20vh;
    left: 2vw;
    right: 2vw;
  }
  aside#b-popup h3 {
    font-size: 1.1rem;
  }
  /* Fonts  ------------ */
  h1, .h1 {
    font-size: 3.7rem;
  }
  h2, .h2 {
    font-size: 2.075rem;
    padding-bottom: 5px;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h1 sup {
    position: relative;
    top: -0.8rem;
  }
  /* END Fonts */
  /* Buttons  ------------ */
  #heading .button {
    flex-basis: 100%;
  }
  main a.button {
    margin-bottom: 10px !important;
  }
  main a.button:not(.simple):not(.outline) {
    min-width: 150px;
  }
  /* END Buttons */
  /* Blog   ------------ */
  .blog-tile .text {
    text-align: center;
  }
  /* END Blog */
  /* Video */
  .youtube-embed:before {
    width: 50px;
    height: 50px;
    background-size: contain;
    left: calc(50% - 25px) !important;
    top: 70px !important;
  }
  footer .col2, footer .col3, footer .col4, footer .col5 {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
  footer .social > div {
    justify-content: center;
  }
  .cat {
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .cat > a {
    padding: 12px;
  }
  .p-title {
    min-width: 48px;
    min-height: 48px;
  }
  .p-title > a {
    padding: 12px;
  }
}
/* iPad  ----------------------------------------------------------------------- */
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* General ------------ */
  .no-sm-mobile {
    display: none;
  }
  main .sm-mobile-center {
    text-align: center;
  }
  main .sm-mobile-center ul, main .sm-mobile-center ol {
    text-align: left;
  }
  .sm-mobile-wrap {
    flex-wrap: wrap;
  }
  .sm-mobile-wrap > .flex, .sm-mobile-wrap > .fifty, .sm-mobile-wrap > .full, .sm-mobile-wrap > .twenty, .sm-mobile-wrap > .thirty, .sm-mobile-wrap > .thirty-three, .sm-mobile-wrap > .fourty, .sm-mobile-wrap > .fourty-five, .sm-mobile-wrap > .fifty-five, .sm-mobile-wrap > .sixty, .sm-mobile-wrap > .sixty-six, .sm-mobile-wrap > .twenty-five, .sm-mobile-wrap > .ten, .sm-mobile-wrap > .seventy, .sm-mobile-wrap > .seventy-five, .sm-mobile-wrap > .eighty > .ninety {
    flex-basis: 100%;
  }
  .sm-mobile-wrap .right-pad {
    padding: 0 0 50px 0 !important;
  }
  h1 sup {
    position: relative;
    top: -1rem;
  }
  /* END General */
  .slick-next {
    right: -40px;
  }
  .slick-prev {
    left: -40px;
  }
}
/*IPAD & IPAD PRO*/
@media only screen and (min-width: 601px) and (max-width: 1149px) {
  /*General*/
  main .mobile-center {
    text-align: center;
  }
  main .mobile-center ul, main .mobile-center ol {
    text-align: left;
  }
  aside#loginBox.right-panel-active {
    left: 40%;
  }
  aside#sb-box {
    top: 10vh;
    left: 10vw;
    right: 10vw;
    bottom: 10vw;
  }
  aside#b-popup {
    top: 30vh;
    left: 10vw;
    right: 10vw;
  }
  /* Footer  ------------ */
  footer .col2, footer .col3, footer .col4 {
    flex-basis: 33%;
    text-align: center;
    margin-top: 20px;
  }
  /* END Footer */
}
/* IPAD PRO  ----------------------------------------------------------------------- */
@media only screen and (min-width: 801px) and (max-width: 1149px) {
  h1 sup {
    position: relative;
    top: -1.2rem;
  }
  .slick-next {
    right: -50px;
  }
  .slick-prev {
    left: -50px;
  }
  .vq-txt {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .vq-author {
    font-size: 1.2rem;
  }
}
/* IPAD PRO & DESKTOP  ----------------------------------------------------------------------- */
@media only screen and (min-width: 801px) {
  .sm-mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .phone-only, .phones-only {
    display: none;
  }
  h2, .h2 {
    font-size: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  h6, .h6 {
    font-size: 1.1rem;
  }
  .left-pad {
    padding-left: 10%;
  }
  .right-pad {
    padding-right: 10%;
  }
  .row-reverse .right-pad {
    padding-left: 10%;
  }
  header {
    padding: 0 2%;
  }
  header #search-here {
    width: 250px;
    border-bottom-left-radius: 5px;
  }
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #fff !important;
  }
  header.sticky:hover {
    opacity: 1;
  }
  .h-icon:hover + a {
    color: #231F20;
  }
  aside#loginBox select {
    width: 102%;
  }
  .pad-4-r {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 1150px) {
  .mobile-only {
    display: none;
  }
  .wrapper {
    max-width: 1200px;
  }
  .narrow {
    max-width: 850px;
  }
  .xtra-narrow {
    max-width: 500px;
  }
  .no-desktop {
    display: none !important;
  }
  .no-r-pad > a {
    padding-right: 0 !important;
  }
  h1 sup {
    position: relative;
    top: -1.5rem;
  }
  .header {
    height: 72px;
  }
  header {
    height: 72px;
  }
  header:not(.sticky) .light :not(.sub-menu) a {
    color: #ffffff;
  }
  header:not(.sticky) .light :not(.sub-menu) a:hover {
    color: #ffffff;
  }
  header:not(.sticky) .light :not(.sub-menu) a.button.simple {
    border-color: #ffffff;
  }
  header:not(.sticky) .light :not(.sub-menu) a.button.simple:hover {
    border-color: #0E6B57;
  }
  header:not(.sticky) .light .main-navigation > li.menu-item-has-children > a:after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(1000%) contrast(100%);
  }
  header .header {
    max-width: 1450px;
    margin: 0 auto;
  }
  header .dropbtn {
    display: none;
  }
  header .main-navigation > li.menu-item-has-children:focus {
    outline: none;
  }
  header .main-navigation > li.menu-item-has-children:focus:not(:hover) > a:before {
    content: " ";
    border: 2px solid #0E6B57;
    border-radius: 3px;
    position: absolute;
    right: 1px;
    width: 14px;
    height: 14px;
    top: 30%;
  }
  header .main-navigation > li.menu-item-has-children.current-menu-parent:focus:not(:hover) > a:before {
    top: unset;
  }
  header .main-navigation > li.menu-item-has-children > a {
    position: relative;
    padding-right: 22px !important;
  }
  header .main-navigation > li.menu-item-has-children > a:after {
    content: " ";
    background: url(/wp-content/themes/oak-city/images/down-arrow.svg) center no-repeat;
    position: absolute;
    right: 5px;
    width: 11px;
    height: 15px;
    top: 35%;
    background-size: contain;
  }
  header .main-nav {
    flex-grow: 6;
    font-size: 1.125rem;
  }
  header .main-nav ul {
    max-width: 900px;
    margin-left: auto;
    flex-direction: row;
    display: flex;
  }
  header .main-nav ul .sub-menu {
    display: none;
    top: 30px;
    padding: 20px 30px;
    border-radius: 4px;
    min-width: 250px;
  }
  header .main-nav ul .sub-menu.opened {
    display: block !important;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    color: #16211D;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  header .main-nav ul .sub-menu.opened li {
    padding: 6px 0;
    display: block;
  }
  header .main-nav ul .sub-menu.opened li a {
    padding: unset;
    color: #16211D;
    font-size: 1rem;
  }
  header .main-nav ul .sub-menu.opened li a:hover {
    color: #0E6B57;
    text-decoration: underline;
  }
  header .main-nav ul .sub-menu.opened .sub-menu {
    position: relative;
    top: 0;
    padding: 0 0 0 20px;
    display: block;
    box-shadow: none;
  }
  header .main-nav li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    position: relative;
  }
  header .main-nav li a {
    font-size: 1.1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  header .main-nav li:hover > a {
    color: #0E6B57;
    text-decoration: underline;
  }
  header .main-nav li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    color: #16211D;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  header .main-nav li:hover .sub-menu li {
    padding: 3px 0;
    display: block;
  }
  header .main-nav li:hover .sub-menu li a {
    padding: 0;
    font-size: 1rem;
    color: #16211D;
  }
  header .main-nav li:hover .sub-menu li a:hover {
    color: #0E6B57;
    text-decoration: underline;
  }
  header .main-nav li:hover .sub-menu .sub-menu {
    position: relative;
    top: 0;
    padding: 0 0 0 20px;
    box-shadow: none;
  }
  header ul#menu-main-menu > li.current-menu-item > a:before, header ul#menu-main-menu > li.current-page-parent.menu-item-has-children > a:before, header ul#menu-main-menu > li.current-page-ancestor.menu-item-has-children > a:before {
    content: " ";
    position: absolute;
    height: 2px;
    background: #0E6B57;
    width: 100%;
    bottom: 2px;
  }
  div#search-here li.sf-field-submit {
    display: none;
  }
  footer li {
    font-size: 0.9rem;
    line-height: 1.15rem;
  }
  .img-over {
    right: -30px !important;
  }
  .vq-txt {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  .vq-author {
    font-size: 1.4rem;
  }
  .video-container {
    padding: 0 8%;
  }
  aside#loginBox {
    left: 90%;
    transition: all 0.4s ease-in-out;
  }
  aside#loginBox > div {
    display: none;
    opacity: 0%;
    transition: all 0.2s ease-in-out;
  }
  aside#loginBox > div > div {
    padding-top: 6vh !important;
  }
  aside#loginBox.right-panel-active {
    left: 65%;
  }
  aside#loginBox.right-panel-active > div {
    display: block;
  }
  aside#sb-box {
    top: 20vh;
    left: 10vw;
    right: 10vw;
    bottom: 20vw;
  }
  aside#b-popup {
    top: 40vh;
    left: 10vw;
    right: 10vw;
  }
}
/* LARGE DESKTOP  ----------------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {
  header .logo {
    margin-right: 3%;
  }
}
/* PRINT  ----------------------------------------------------------------------- */
@media print {
  /* General */
  .no-print {
    display: none !important;
  }
  .button {
    display: none !important;
  }
  h1 {
    text-align: center;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
  }
  p, li, div, span {
    color: #000 !important;
  }
  div {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
  }
  div#heading {
    padding: 0 !important;
  }
  .flex-row-center {
    align-items: flex-start !important;
  }
  .double-space p, .double-space li {
    line-height: 1.5rem !important;
  }
  /* Header & Footer */
  header {
    position: relative !important;
    border: 0 !important;
    box-shadow: 0px 0px !important;
    background: none;
  }
  footer .col1 {
    flex-basis: 100%;
    text-align: center;
  }
  /* Animations & Fades */
  .wow {
    visibility: visible !important;
  }
  /* Images */
  .grad-bottom.image > div {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .grad-bottom.image > div > div {
    text-align: center !important;
  }
  .flexible img {
    max-width: 95% !important;
  }
  .grad-bottom:before {
    display: none !important;
  }
  .list-overlay {
    position: relative !important;
    left: 0 !important;
  }
  .fifty.image.img-result {
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
  }
  /* FAQs */
  .answer {
    display: block !important;
  }
  div#hidden {
    display: block !important;
  }
}
@page {
  margin: 2cm 1.5cm;
}
@page :first {
  margin: 1cm 1.5cm 2cm;
}
/* WP Menu */
/*Additional*/
img.avatar.avatar-60.photo {
  border-radius: 60px;
}

.light a.button.outline {
  border-color: #fff;
  color: #fff;
}

.slick-arrow {
  background: #fff !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.slick-arrow:hover, .slick-arrow:focus {
  background: #0E6B57 !important;
}

.slick-arrow img {
  height: 30px;
  width: 25px;
  margin: 0 auto;
}

.slick-arrow:hover img, .slick-arrow:focus img {
  filter: invert(99%) sepia(94%) saturate(26%) hue-rotate(92deg) brightness(105%) contrast(100%);
}

@media only screen and (max-width: 1250px) {
  .h-link {
    padding: 8px !important;
  }
  .h-link a {
    font-size: 1.1rem;
  }
}
main a.button.simple:hover, main a.button.simple:focus, main a.button.simple:focus-visible {
  color: #fff;
}

main .alt-bg .dark .h1, main .alt-bg .dark h2, main .alt-bg .dark h3, main .alt-bg .dark h4, main .alt-bg .dark h5, main .alt-bg .dark h6, main .alt-bg .dark p, main .alt-bg .dark li, main .alt-bg .dark a:not(.button) {
  color: #16211D;
}

.grad-bg-alt .gform_wrapper.gravity-theme .gfield_required, .grad-bg-alt .gform_wrapper.gravity-theme .gform_required_legend .gfield_required, .grad-bg-alt .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .grad-bg-alt .gform_wrapper.gravity-theme .gfield_error label, .grad-bg-alt .gform_wrapper.gravity-theme .gfield_error legend, .grad-bg-alt .gform_wrapper.gravity-theme .gfield_validation_message, .grad-bg-alt .gform_wrapper.gravity-theme .validation_message, .grad-bg-alt .gform_wrapper.gravity-theme [aria-invalid=true] + label, .grad-bg-alt .gform_wrapper.gravity-theme label + [aria-invalid=true], .grad-bg-alt .gform_wrapper.gravity-theme .gfield_validation_message, .grad-bg-alt .gform_wrapper.gravity-theme .validation_message {
  color: #33433C;
  background: transparent;
  border: none;
}

ul.children {
  display: none;
}

li.sf-level-0.sf-option-active ul.children {
  display: block;
}

label.sf-label-checkbox {
  font-size: 15px;
  top: -2px;
  position: relative;
  line-height: 20px;
}

@media only screen and (min-width: 1025px) {
  .searchandfilter ul li li {
    padding: 0;
  }
}
div#field_1_3 label {
  margin-bottom: 0;
}

.single img {
  padding: 1rem 0;
}

/* ============================================================
   Hero — Home  (parts/hero-home.php)
   Editorial split layout: copy left, image right.
   Uses shared style.scss variables — no local overrides needed.
   ============================================================ */
.ec-hero-home {
  background: #FBFAF5;
  width: 100%;
}
@media only screen and (min-width: 801px) {
  .ec-hero-home {
    padding: 0;
  }
}

.ec-hero-home__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-hero-home__inner {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 0;
    min-height: 600px;
    align-items: stretch;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.ec-hero-home__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 48px 0 40px;
}
@media only screen and (min-width: 801px) {
  .ec-hero-home__content {
    padding: 70px 56px 70px 0;
    gap: 24px;
  }
}

.ec-hero-home__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0;
}

.ec-hero-home__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: #16211D;
  margin: 0;
  text-wrap: balance;
}

h1.ec-hero-home__heading {
  padding-top: 0;
}

.ec-hero-home__subtext {
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B63;
  max-width: 470px;
  margin: 0;
  padding: 0;
}

.ec-hero-home__search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #E9E1D2;
  border-radius: 100px;
  padding: 7px 7px 7px 18px;
  box-shadow: 0 16px 44px -24px rgba(16, 60, 45, 0.45);
  max-width: 540px;
}
@media only screen and (max-width: 480px) {
  .ec-hero-home__search {
    flex-wrap: wrap;
    border-radius: 14px;
    padding: 12px 14px;
    gap: 8px;
  }
}

.ec-hero-home__search-icon {
  flex-shrink: 0;
  color: #16211D;
}
@media only screen and (max-width: 480px) {
  .ec-hero-home__search-icon {
    display: none;
  }
}

.ec-hero-home__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: "Figtree", sans-serif;
  font-size: 0.97rem;
  color: #16211D;
  min-width: 0;
}
.ec-hero-home__search-input::-moz-placeholder {
  color: #8A9A92;
}
.ec-hero-home__search-input::placeholder {
  color: #8A9A92;
}
@media only screen and (max-width: 480px) {
  .ec-hero-home__search-input {
    width: 100%;
    font-size: 1rem;
  }
}

.ec-hero-home__search-divider {
  width: 1px;
  height: 24px;
  background: #E9E1D2;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .ec-hero-home__search-divider {
    display: none;
  }
}

.ec-hero-home__area-select {
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .ec-hero-home__area-select {
    display: none;
  }
}

.ec-hero-home__area-btn {
  border: none;
  background: none;
  font-family: "Figtree", sans-serif;
  font-size: 0.91rem;
  font-weight: 500;
  color: #5A6B63;
  padding: 0 6px;
  cursor: pointer;
  white-space: nowrap;
}
.ec-hero-home__area-btn span[aria-hidden] {
  opacity: 0.5;
}
.ec-hero-home__area-btn:hover, .ec-hero-home__area-btn[aria-expanded=true] {
  color: #16211D;
}

.ec-hero-home__area-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 100;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #E9E1D2;
  border-radius: 13px;
  box-shadow: 0 22px 54px -22px rgba(8, 22, 18, 0.42);
  padding: 7px;
}
.ec-hero-home__area-menu[hidden] {
  display: none;
}

.ec-hero-home__area-opt {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  margin: 1px 0;
  background: none;
  color: #16211D;
  transition: background 0.12s ease;
}
.ec-hero-home__area-opt:hover, .ec-hero-home__area-opt.is-selected {
  background: #F1ECE0;
  color: #0E6B57;
  font-weight: 600;
}

.ec-hero-home__search-btn {
  flex-shrink: 0;
  border: none;
  background: #0E6B57;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.ec-hero-home__search-btn:hover, .ec-hero-home__search-btn:focus-visible {
  background: #16211D;
  outline: none;
}
@media only screen and (max-width: 480px) {
  .ec-hero-home__search-btn {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
  }
}

.ec-hero-home__areas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ec-hero-home__areas-label {
  font-family: "Figtree", sans-serif;
  font-size: 0.81rem;
  font-weight: 500;
  color: #8A9A92;
  margin-right: 2px;
  white-space: nowrap;
}

.ec-hero-home__area-pill {
  border: 1px solid #E9E1D2;
  border-radius: 100px;
  padding: 8px 15px;
  font-family: "Figtree", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #3C4A44;
  background: transparent;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ec-hero-home__area-pill:hover, .ec-hero-home__area-pill:focus-visible {
  background: #F1ECE0;
  border-color: color-mix(in srgb, #E9E1D2 94%, black);
  color: #16211D;
  outline: none;
}

.ec-hero-home__area-pill-count {
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.55;
  margin-left: 4px;
}

.ec-hero-home__image {
  background-color: #F1ECE0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  min-height: 300px;
}
@media only screen and (min-width: 801px) {
  .ec-hero-home__image {
    margin: 34px 0;
    min-height: 520px;
  }
}

/* ============================================================
   Recommended Posts — EC portrait card grid
   (parts/recommended-posts.php)
   ============================================================ */
.ec-rec-posts {
  background: transparent;
}

.ec-rec-posts__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-rec-posts__inner {
    padding: 0 40px;
  }
}

.ec-rec-posts__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 16px;
}

.ec-rec-posts__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 8px;
  padding: 0;
}

.ec-rec-posts__heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.05;
  color: #16211D;
  margin: 0;
  padding: 0 !important;
}

.ec-rec-posts__see-all {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E6B57;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.ec-rec-posts__see-all:hover {
  text-decoration: underline;
  color: #16211D;
}

.ec-rec-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 601px) {
  .ec-rec-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 801px) {
  .ec-rec-posts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

.ec-rec-posts__card {
  position: relative;
  display: block;
  border-radius: 9px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: #F1ECE0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ec-rec-posts__card:hover, .ec-rec-posts__card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px -6px rgba(8, 22, 18, 0.28);
  outline: none;
}
.ec-rec-posts__card:hover .ec-rec-posts__title, .ec-rec-posts__card:focus-visible .ec-rec-posts__title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-rec-posts__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 22, 18, 0.82) 0%, rgba(8, 22, 18, 0.12) 50%, rgba(8, 22, 18, 0.28) 100%);
  pointer-events: none;
}

.ec-rec-posts__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 100px;
  padding: 6px 11px;
  line-height: 1;
}

.ec-rec-posts__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
}

.ec-rec-posts__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.ec-rec-posts__area {
  opacity: 0.92;
  font-weight: 500;
}

.ec-rec-posts__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}

.ec-rec-posts__tagline {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.9;
  margin-top: 8px;
}
.ec-rec-posts__tagline strong {
  font-weight: 700;
}
.ec-rec-posts__tagline .ec-rec-posts__tagline-sep {
  margin: 0 4px;
  opacity: 0.6;
}

.ec-rec-posts__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.ec-rec-posts__pill {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  padding: 6px 11px;
}

/* ============================================================
   Stories from the Coast  (parts/stories.php)
   Asymmetric grid: large lead card left, compact stack right.
   ============================================================ */
.ec-stories {
  border-top: 1px solid #E9E1D2;
  border-bottom: 1px solid #E9E1D2;
}

.ec-stories__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 5%;
}
@media only screen and (min-width: 801px) {
  .ec-stories__inner {
    padding: 60px 40px;
  }
}

.ec-stories__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 16px;
}

.ec-stories__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 8px;
  padding: 0;
}

.ec-stories__heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.05;
  color: #16211D;
  margin: 0;
  padding: 0 !important;
}

.ec-stories__see-all {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E6B57;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.ec-stories__see-all:hover {
  text-decoration: underline;
  color: #16211D;
}

.ec-stories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media only screen and (min-width: 801px) {
  .ec-stories__grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    align-items: start;
  }
}

.ec-stories__lead {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.ec-stories__lead:hover .ec-stories__lead-title {
  color: #0E6B57;
}

.ec-stories__lead-img-wrap {
  position: relative;
}

.ec-stories__lead-img {
  border-radius: 8px;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-stories__lead-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #16211D;
  background: #ffffff;
  border-radius: 100px;
  padding: 7px 12px;
  line-height: 1;
}

.ec-stories__lead-body {
  padding-top: 20px;
}

.ec-stories__lead-meta {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #8A9A92;
  letter-spacing: 0.04em;
}

.ec-stories__lead-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.15;
  color: #16211D;
  margin: 11px 0 0;
  max-width: 560px;
  text-wrap: balance;
  transition: color 0.15s ease;
}

.ec-stories__lead-dek {
  font-family: "Figtree", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B63;
  margin: 11px 0 0;
  max-width: 540px;
  padding: 0;
}

.ec-stories__lead-byline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.ec-stories__lead-avatar {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
  flex-shrink: 0;
}

.ec-stories__lead-author {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #33433C;
}

.ec-stories__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ec-stories__divider {
  height: 1px;
  background: #E3DACB;
}

.ec-stories__compact {
  text-decoration: none;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
}
.ec-stories__compact:hover .ec-stories__compact-title {
  color: #0E6B57;
}

.ec-stories__compact-img {
  border-radius: 7px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-stories__compact-body {
  display: flex;
  flex-direction: column;
}

.ec-stories__compact-cat {
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-stories__compact-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
  margin: 8px 0 0;
  text-wrap: balance;
  transition: color 0.15s ease;
}

.ec-stories__compact-time {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #8A9A92;
  margin-top: 8px;
}

/* ============================================================
   Archive — Story  (archive-story.php)
   ============================================================ */
.ec-arch-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  background-color: #16211D;
  background-size: cover;
  background-position: center;
}

.ec-arch-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 32, 26, 0.5) 0%, rgba(10, 32, 26, 0.25) 42%, rgba(10, 32, 26, 0.7) 100%);
  pointer-events: none;
}

.ec-arch-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
}
@media only screen and (min-width: 801px) {
  .ec-arch-hero__inner {
    padding: 80px 40px;
  }
}

.ec-arch-hero__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5FD3B6;
  margin: 0;
  padding: 0;
}

.ec-arch-hero__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.8rem, 8vw, 4.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  max-width: 860px;
  text-wrap: balance;
}

.ec-arch-hero__dek {
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  margin: 0;
  padding: 0;
}

.ec-arch-hero__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 10px;
}

.ec-arch-hero__pill {
  border-radius: 100px;
  padding: 9px 17px;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ec-arch-hero__pill.is-active, .ec-arch-hero__pill:hover {
  border-color: #fff;
  background: #fff;
  color: #16211D;
  font-weight: 600;
}

.ec-arch-lead {
  padding: 56px 0 0;
}

.ec-arch-lead__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-arch-lead__inner {
    padding: 0 40px;
  }
}

.ec-arch-lead__link {
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media only screen and (min-width: 801px) {
  .ec-arch-lead__link {
    grid-template-columns: 1.15fr 1fr;
    gap: 40px;
    align-items: center;
  }
}
.ec-arch-lead__link:hover .ec-arch-lead__title {
  color: #0E6B57;
}

.ec-arch-lead__img-wrap {
  position: relative;
}

.ec-arch-lead__img {
  border-radius: 10px;
  aspect-ratio: 16/11;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-arch-lead__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #16211D;
  background: #ffffff;
  border-radius: 100px;
  padding: 8px 13px;
  line-height: 1;
}

.ec-arch-lead__meta {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #8A9A92;
  letter-spacing: 0.04em;
}

.ec-arch-lead__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.1;
  color: #16211D;
  margin: 14px 0 0;
  text-wrap: balance;
  transition: color 0.15s ease;
}

.ec-arch-lead__dek {
  font-family: "Figtree", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  color: #5A6B63;
  margin: 16px 0 0;
  max-width: 520px;
  padding: 0;
}

.ec-arch-lead__byline {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
}

.ec-arch-lead__avatar {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
  flex-shrink: 0;
}

.ec-arch-lead__author {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
}

.ec-arch-lead__author-role {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #8A9A92;
  margin-top: 2px;
}

.ec-arch-lead__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E6B57;
  margin-top: 24px;
}

.ec-arch-divider {
  max-width: 1280px;
  margin: 48px auto 0;
  padding: 0 5%;
  height: 1px;
  background: #E9E1D2;
}
@media only screen and (min-width: 801px) {
  .ec-arch-divider {
    padding: 0 40px;
  }
}

.ec-arch-grid-section {
  padding: 40px 0 60px;
}

.ec-arch-grid-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-arch-grid-section__inner {
    padding: 0 40px;
  }
}

.ec-arch-filters {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ec-arch-filters__label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 16px;
  padding: 0;
}

.ec-arch-filters__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ec-arch-filters__clear {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #0E6B57;
  padding: 12px 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  border: none;
  background: none;
}
.ec-arch-filters__clear:hover {
  color: #16211D;
}

.ec-arch-dropdown {
  position: relative;
}

.ec-arch-dropdown__btn {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s ease;
}
.ec-arch-dropdown__btn:hover, .ec-arch-dropdown__btn[aria-expanded=true] {
  border-color: #0E6B57;
}

.ec-arch-dropdown__label {
  color: #8A9A92;
  font-weight: 500;
}

.ec-arch-dropdown__caret {
  opacity: 0.45;
  font-size: 11px;
}

.ec-arch-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  min-width: 210px;
  background: #ffffff;
  border: 1px solid #E9E1D2;
  border-radius: 13px;
  box-shadow: 0 22px 54px -22px rgba(8, 22, 18, 0.42);
  padding: 7px;
}
.ec-arch-dropdown__menu[hidden] {
  display: none;
}

.ec-arch-dropdown__opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  text-align: left;
  border: none;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  margin: 1px 0;
  background: none;
  color: #16211D;
  text-decoration: none;
  transition: background 0.12s ease;
}
.ec-arch-dropdown__opt:hover, .ec-arch-dropdown__opt.is-selected {
  background: #F1ECE0;
  color: #0E6B57;
  font-weight: 600;
}

.ec-arch-dropdown__check {
  color: #0E6B57;
  font-size: 13px;
}

.ec-arch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 26px;
}
@media only screen and (min-width: 601px) {
  .ec-arch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 801px) {
  .ec-arch-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 26px;
  }
}

.ec-arch-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.ec-arch-card:hover .ec-arch-card__title {
  color: #0E6B57;
}

.ec-arch-card__img-wrap {
  position: relative;
}

.ec-arch-card__img {
  border-radius: 9px;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-arch-card__read-time {
  position: absolute;
  top: 11px;
  left: 11px;
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: rgba(8, 22, 18, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 6px 11px;
  white-space: nowrap;
}

.ec-arch-card__body {
  padding-top: 16px;
}

.ec-arch-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ec-arch-card__cat {
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-arch-card__date {
  font-family: "Figtree", sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #8A9A92;
  white-space: nowrap;
}

.ec-arch-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.18;
  color: #16211D;
  margin: 9px 0 0;
  text-wrap: balance;
  transition: color 0.15s ease;
}

.ec-arch-card__excerpt {
  font-family: "Figtree", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.55;
  color: #5A6B63;
  margin: 9px 0 0;
  padding: 0;
}

.ec-arch-card__areas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.ec-arch-card__area-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #3C4A44;
  background: #F1ECE0;
  border-radius: 100px;
  padding: 5px 10px 5px 7px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.12s ease;
}
.ec-arch-card__area-pill:hover {
  background: color-mix(in srgb, #F1ECE0 95%, black);
}

.ec-arch-card__area-pin {
  flex-shrink: 0;
}

.ec-arch-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.ec-arch-pagination__btn {
  height: 40px;
  padding: 0 16px;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: border-color 0.15s ease;
}
.ec-arch-pagination__btn:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}
.ec-arch-pagination__btn.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.ec-arch-pagination__num {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.ec-arch-pagination__num:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}
.ec-arch-pagination__num.is-active {
  border-color: #0E6B57;
  background: #0E6B57;
  color: #fff;
  cursor: default;
}

.ec-arch-no-results {
  text-align: center;
  padding: 64px 0 40px;
  border: 1px dashed #E3DACB;
  border-radius: 14px;
}

.ec-arch-no-results__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #16211D;
  margin: 0;
}

.ec-arch-no-results__sub {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #5A6B63;
  margin: 10px 0 0;
  padding: 0;
}

.ec-arch-no-results__clear {
  display: inline-block;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 18px;
  text-decoration: none;
  transition: border-color 0.15s ease;
}
.ec-arch-no-results__clear:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-arch-newsletter-wrap {
  max-width: 1280px;
  margin: 64px auto 0;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-arch-newsletter-wrap {
    padding: 0 40px;
  }
}

.ec-arch-newsletter {
  border-radius: 14px;
  overflow: hidden;
  background: #0E3B33;
  position: relative;
  padding: 54px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 801px) {
  .ec-arch-newsletter {
    padding: 54px 56px;
  }
}

.ec-arch-newsletter__copy {
  max-width: 560px;
}

.ec-arch-newsletter__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}

.ec-arch-newsletter__dek {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 13px 0 0;
  padding: 0;
}

.ec-arch-newsletter__form {
  flex: 1;
  min-width: 280px;
  max-width: 440px;
}

.ec-arch-newsletter__pill-form {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 100px;
  padding: 7px 7px 7px 20px;
}
@media only screen and (max-width: 480px) {
  .ec-arch-newsletter__pill-form {
    flex-direction: column;
    border-radius: 12px;
    padding: 14px;
    gap: 10px;
  }
}

.ec-arch-newsletter__input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #16211D;
  min-width: 0;
}
.ec-arch-newsletter__input::-moz-placeholder {
  color: #8A9A92;
}
.ec-arch-newsletter__input::placeholder {
  color: #8A9A92;
}
@media only screen and (max-width: 480px) {
  .ec-arch-newsletter__input {
    width: 100%;
  }
}

.ec-arch-newsletter__submit {
  flex-shrink: 0;
  border: none;
  background: #0E6B57;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.ec-arch-newsletter__submit:hover {
  background: #16211D;
}
@media only screen and (max-width: 480px) {
  .ec-arch-newsletter__submit {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
  }
}

/* ============================================================
   Single Story  (single-story.php)
   ============================================================ */
.ec-story__header {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px 40px;
  text-align: center;
  height: auto;
}
@media only screen and (min-width: 801px) {
  .ec-story__header {
    padding: 64px 40px 48px;
  }
}

.ec-story__cat-link {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
  text-decoration: none;
}
.ec-story__cat-link:hover {
  text-decoration: underline;
}

.ec-story__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: #16211D;
  margin: 14px 0 0;
  text-wrap: balance;
}

.ec-story__dek {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B63;
  margin: 18px 0 0;
  text-wrap: pretty;
  padding: 0;
}

.ec-story__byline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E9E1D2;
}

.ec-story__avatar {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
  flex-shrink: 0;
}

.ec-story__byline-meta {
  text-align: left;
}

.ec-story__author-name {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
  text-decoration: none;
}
.ec-story__author-name:hover {
  color: #0E6B57;
}

.ec-story__byline-sub {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #8A9A92;
  margin-top: 3px;
}

.ec-story__hero-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 801px) {
  .ec-story__hero-wrap {
    padding: 0 40px;
  }
}

.ec-story__hero {
  margin: 0;
}

.ec-story__hero-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-story__hero-cap {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  color: #8A9A92;
  margin-top: 11px;
  text-align: center;
}

.ec-story__body {
  max-width: 680px;
  margin: 0 auto;
  padding: 46px 24px 0;
}
@media only screen and (min-width: 801px) {
  .ec-story__body {
    padding: 46px 40px 0;
  }
}
.ec-story__body p {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.78;
  color: #2C3A33;
  margin: 0 0 24px;
  padding: 0;
}
.ec-story__body > p:first-of-type::first-letter {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0.8;
  color: #16211D;
  float: left;
  margin: 6px 12px 0 0;
}
.ec-story__body h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  color: #16211D;
  margin: 40px 0 18px;
}
.ec-story__body h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
  margin: 32px 0 14px;
}
.ec-story__body blockquote {
  margin: 36px 0;
  padding: 6px 0 6px 28px;
  border-left: 3px solid #0E6B57;
}
.ec-story__body blockquote p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.6875rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  color: #16211D;
  margin: 0;
  text-wrap: balance;
}
.ec-story__body .wp-block-image,
.ec-story__body figure {
  margin: 28px 0;
  max-width: none;
}
.ec-story__body .wp-block-image img,
.ec-story__body figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.ec-story__body .wp-block-image figcaption,
.ec-story__body figure figcaption {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  color: #8A9A92;
  margin-top: 9px;
  text-align: center;
}
.ec-story__body .ec-story-two-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1120px;
  margin: 28px -220px;
}
@media only screen and (max-width: 800px) {
  .ec-story__body .ec-story-two-up {
    grid-template-columns: 1fr;
    margin: 28px 0;
  }
}
.ec-story__body .ec-story-two-up figure {
  margin: 0;
}
.ec-story__body .ec-story-two-up img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-story__body a {
  color: #0E6B57;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ec-story__body a:hover {
  color: #16211D;
}

.ec-story__footer-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 801px) {
  .ec-story__footer-wrap {
    padding: 0 40px;
  }
}

.ec-story__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid #E9E1D2;
}

.ec-story__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ec-story__tag {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  color: #3C4A44;
  background: #F1ECE0;
  border-radius: 100px;
  padding: 8px 13px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.ec-story__tag:hover {
  background: color-mix(in srgb, #F1ECE0 96%, black);
  color: #16211D;
}

.ec-story__share {
  display: flex;
  gap: 9px;
}

.ec-story__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  border: 1px solid #E9E1D2;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.ec-story__share-btn:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-story__author-bio {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 34px;
  padding: 24px;
  border-radius: 12px;
  background: #F4F1E8;
}

.ec-story__author-bio-avatar {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-story__author-bio-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
}

.ec-story__author-bio-text {
  font-family: "Figtree", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B63;
  margin: 8px 0 0;
  padding: 0;
}

.ec-story-related {
  background: #F4F1E8;
  margin-top: 60px;
  border-top: 1px solid #E9E1D2;
}

.ec-story-related__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 24px;
}
@media only screen and (min-width: 801px) {
  .ec-story-related__inner {
    padding: 54px 40px;
  }
}

.ec-story-related__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.05;
  color: #16211D;
  margin: 0 0 26px;
}

.ec-story-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media only screen and (min-width: 601px) {
  .ec-story-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 801px) {
  .ec-story-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ec-story-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.ec-story-card:hover .ec-story-card__title {
  color: #0E6B57;
}

.ec-story-card__img {
  border-radius: 9px;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}
.ec-story-card__img--placeholder {
  background: #F1ECE0;
}

.ec-story-card__body {
  padding-top: 15px;
}

.ec-story-card__cat {
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-story-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
  margin: 8px 0 0;
  text-wrap: balance;
  transition: color 0.15s ease;
}

.ec-story-card__time {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #8A9A92;
  margin-top: 11px;
}

/* ============================================================
   Single Business Listing  (single.php)
   ============================================================ */
.ec-biz__breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 5% 0;
}
@media only screen and (min-width: 801px) {
  .ec-biz__breadcrumb {
    padding: 22px 40px 0;
  }
}

.ec-biz__bc-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8A9A92;
}
.ec-biz__bc-inner a {
  color: inherit;
  text-decoration: none;
}
.ec-biz__bc-inner a:hover {
  color: #0E6B57;
}
.ec-biz__bc-inner span[aria-current=page] {
  color: #5A6B63;
}
.ec-biz__bc-inner span[aria-hidden=true] {
  opacity: 0.5;
}

.ec-biz__gallery {
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-biz__gallery {
    padding: 0 40px;
  }
}

.ec-biz__gallery-inner {
  width: 100%;
}

.ec-biz__gallery-single {
  border-radius: 9px;
  aspect-ratio: 16/7;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-biz__gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 440px;
}
@media only screen and (max-width: 600px) {
  .ec-biz__gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 120px;
    height: auto;
  }
}

.ec-biz__gallery-main {
  grid-row: span 2;
  border-radius: 9px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}
@media only screen and (max-width: 600px) {
  .ec-biz__gallery-main {
    grid-row: span 1;
    grid-column: span 2;
  }
}

.ec-biz__gallery-thumb {
  border-radius: 9px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
  position: relative;
}

.ec-biz__gallery-more {
  position: absolute;
  inset: 0;
  border-radius: 9px;
  background: rgba(8, 22, 18, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ec-biz__layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 5% 60px;
}
@media only screen and (min-width: 801px) {
  .ec-biz__layout {
    padding: 34px 40px 60px;
  }
}

.ec-biz__layout-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media only screen and (min-width: 901px) {
  .ec-biz__layout-inner {
    grid-template-columns: 1fr 376px;
    gap: 48px;
  }
}

.ec-biz__title-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.ec-biz__cat-label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0;
  padding: 0;
}

.ec-biz__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.125rem);
  font-weight: 600;
  line-height: 1.04;
  color: #16211D;
  margin: 12px 0 0;
}

.ec-biz__meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 11px;
  font-family: "Figtree", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: #5A6B63;
  margin-top: 14px;
}

.ec-biz__rating {
  color: #16211D;
  font-weight: 600;
}

.ec-biz__rating-count {
  opacity: 0.6;
}

.ec-biz__meta-dot {
  opacity: 0.5;
}

.ec-biz__price {
  color: #16211D;
  font-weight: 600;
}

.ec-biz__title-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.ec-biz__action-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.ec-biz__action-btn:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-biz__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ec-biz__feature-pill {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  color: #3C4A44;
  background: #F1ECE0;
  border-radius: 100px;
  padding: 8px 13px;
}

.ec-biz__divider {
  border: none;
  border-top: 1px solid #E9E1D2;
  margin: 30px 0;
}

.ec-biz__section-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #16211D;
  margin: 34px 0 14px;
}
.ec-biz__section-heading:first-of-type {
  margin-top: 0;
}

.ec-biz__about p {
  font-family: "Figtree", sans-serif;
  font-size: 1.03125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2C3A33;
  margin: 0;
  max-width: 640px;
  padding: 0;
}

.ec-biz__menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media only screen and (min-width: 601px) {
  .ec-biz__menu-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ec-biz__menu-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #E9E1D2;
  border-radius: 9px;
  background: #ffffff;
}

.ec-biz__menu-item-left {
  flex: 1;
  min-width: 0;
}

.ec-biz__menu-item-name {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
}

.ec-biz__menu-item-desc {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #5A6B63;
  margin-top: 4px;
}

.ec-biz__menu-item-price {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #0E6B57;
  white-space: nowrap;
  flex-shrink: 0;
}

.ec-biz__tips-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 28px;
  max-width: 640px;
}
@media only screen and (min-width: 601px) {
  .ec-biz__tips-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ec-biz__tip {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.ec-biz__tip-check {
  color: #0E6B57;
  font-size: 15px;
  line-height: 1.3;
  flex-shrink: 0;
}

.ec-biz__tip-heading {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #16211D;
}

.ec-biz__tip-desc {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #5A6B63;
  margin-top: 3px;
}

@media only screen and (min-width: 901px) {
  .ec-biz__aside {
    position: sticky;
    top: 108px;
  }
}

.ec-biz__card {
  border: 1px solid #E9E1D2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 50px -30px rgba(16, 60, 45, 0.4);
}

.ec-biz__card-img {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-biz__card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 18, 0.1), rgba(8, 22, 18, 0.45));
}

.ec-biz__open-status {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.ec-biz__open-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #5FE0B5;
  display: inline-block;
  flex-shrink: 0;
}

.ec-biz__card-open-only {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #16211D;
  border-bottom: 1px solid #E9E1D2;
}

.ec-biz__card-body {
  padding: 20px;
}

.ec-biz__card-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ec-biz__card-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ec-biz__card-icon {
  color: #0E6B57;
  font-size: 16px;
  width: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-biz__card-address {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5A6B63;
  font-style: normal;
}

.ec-biz__card-link {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #0E6B57;
  text-decoration: none;
}
.ec-biz__card-link:hover {
  text-decoration: underline;
}

.ec-biz__card-divider {
  border: none;
  border-top: 1px solid #E9E1D2;
  margin: 18px 0;
}

.ec-biz__card-section-label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A9A92;
  margin: 0 0 8px;
  padding: 0;
}

.ec-biz__hours {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ec-biz__hours-row {
  display: flex;
  justify-content: space-between;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1;
}
.ec-biz__hours-row .ec-biz__hours-day {
  color: #5A6B63;
}
.ec-biz__hours-row .ec-biz__hours-time {
  color: #16211D;
}
.ec-biz__hours-row.is-bold .ec-biz__hours-day,
.ec-biz__hours-row.is-bold .ec-biz__hours-time {
  font-weight: 600;
  color: #16211D;
}

.ec-biz__card-ctas {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.ec-biz__cta-primary {
  flex: 1;
  text-align: center;
  border: none;
  background: #0E6B57;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 16px;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.ec-biz__cta-primary:hover {
  background: #16211D;
}

.ec-biz__cta-secondary {
  flex: 1;
  text-align: center;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 16px;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s ease;
}
.ec-biz__cta-secondary:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-biz__map {
  display: block;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E9E1D2;
}

.ec-biz__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
}

.ec-biz__nearby {
  padding: 60px 0 0;
}

.ec-biz__nearby-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5% 60px;
}
@media only screen and (min-width: 801px) {
  .ec-biz__nearby-inner {
    padding: 0 40px 60px;
  }
}

.ec-biz__nearby-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.05;
  color: #16211D;
  margin: 0 0 22px;
}

.ec-biz__nearby-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media only screen and (min-width: 601px) {
  .ec-biz__nearby-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 801px) {
  .ec-biz__nearby-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ec-biz__nearby-card {
  background: #ffffff;
  border: 1px solid #EAE2D3;
  border-radius: 9px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ec-biz__nearby-card:hover {
  box-shadow: 0 6px 20px -8px rgba(16, 60, 45, 0.2);
  transform: translateY(-2px);
}

.ec-biz__nearby-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-biz__nearby-body {
  padding: 16px;
}

.ec-biz__nearby-cat {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-biz__nearby-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  color: #16211D;
  margin: 8px 0 0;
}

.ec-biz__nearby-meta {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5A6B63;
  margin-top: 8px;
}

/* ============================================================
   Taxonomy Archives — Area & Category  
   Shared by: taxonomy-ec_area.php + category.php
   ============================================================ */
.ec-tax-hero {
  background: #0D2B24;
  position: relative;
  overflow: hidden;
}
.ec-tax-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 0px, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 18px);
  pointer-events: none;
}

.ec-tax-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 5% 44px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (min-width: 801px) {
  .ec-tax-hero__inner {
    padding: 56px 40px 48px;
  }
}

.ec-tax-hero__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.ec-tax-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.ec-tax-hero__breadcrumb a:hover {
  color: #fff;
}
.ec-tax-hero__breadcrumb span[aria-current=page] {
  color: rgba(255, 255, 255, 0.85);
}
.ec-tax-hero__breadcrumb span[aria-hidden=true] {
  opacity: 0.4;
}

.ec-tax-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ec-tax-hero__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5FD3B6;
  margin: 0;
  padding: 0;
}

.ec-tax-hero__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}

.ec-tax-hero__dek {
  font-family: "Figtree", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 580px;
  margin: 0;
  padding: 0;
}

.ec-tax-hero__count {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin: 4px 0 0;
  padding: 0;
}

.ec-tax-hero__subareas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.ec-tax-hero__subareas-label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  margin-right: 4px;
}

.ec-tax-hero__subarea-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.ec-tax-hero__subarea-pill.is-active, .ec-tax-hero__subarea-pill:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.ec-tax-hero__subarea-count {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.55;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 2px 7px;
}

.ec-tax-listings {
  padding: 36px 0 60px;
}

.ec-tax-listings__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-tax-listings__inner {
    padding: 0 40px;
  }
}

.ec-tax-filters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E1D2;
}

.ec-tax-filters__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.ec-tax-filters__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ec-tax-filters__label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A9A92;
  white-space: nowrap;
}

.ec-tax-filters__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ec-tax-filter-pill {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  padding: 9px 16px;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #5A6B63;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ec-tax-filter-pill.is-active, .ec-tax-filter-pill:hover {
  border-color: #0E6B57;
  background: #0E6B57;
  color: #fff;
  font-weight: 600;
}

.ec-tax-filters__clear {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #0E6B57;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  border: none;
  background: none;
}
.ec-tax-filters__clear:hover {
  color: #16211D;
}

.ec-tax-dropdown {
  position: relative;
}

.ec-tax-dropdown__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s ease;
}
.ec-tax-dropdown__btn:hover, .ec-tax-dropdown__btn[aria-expanded=true] {
  border-color: #0E6B57;
}

.ec-tax-dropdown__label {
  color: #8A9A92;
  font-weight: 500;
}

.ec-tax-dropdown__caret {
  opacity: 0.45;
  font-size: 11px;
}

.ec-tax-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #E9E1D2;
  border-radius: 13px;
  box-shadow: 0 22px 54px -22px rgba(8, 22, 18, 0.42);
  padding: 7px;
}
.ec-tax-dropdown__menu[hidden] {
  display: none;
}

.ec-tax-dropdown__opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin: 1px 0;
  background: none;
  color: #16211D;
  text-decoration: none;
  transition: background 0.12s ease;
}
.ec-tax-dropdown__opt:hover, .ec-tax-dropdown__opt.is-selected {
  background: #F1ECE0;
  color: #0E6B57;
  font-weight: 600;
}

.ec-tax-dropdown__check {
  color: #0E6B57;
  font-size: 13px;
}

.ec-tax-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media only screen and (min-width: 540px) {
  .ec-tax-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 801px) {
  .ec-tax-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 24px;
  }
}
@media only screen and (min-width: 1100px) {
  .ec-tax-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ec-biz-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E9E1D2;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ec-biz-card:hover {
  box-shadow: 0 6px 22px -8px rgba(14, 60, 45, 0.22);
  transform: translateY(-2px);
}
.ec-biz-card:hover .ec-biz-card__name {
  color: #0E6B57;
}

.ec-biz-card__img-wrap {
  position: relative;
}

.ec-biz-card__img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-biz-card__price {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #16211D;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  padding: 5px 9px;
}

.ec-biz-card__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ec-biz-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.ec-biz-card__cat {
  font-family: "Figtree", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-biz-card__area {
  font-family: "Figtree", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #8A9A92;
  white-space: nowrap;
}

.ec-biz-card__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
  color: #16211D;
  margin: 0;
  transition: color 0.15s ease;
}

.ec-biz-card__tagline {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  color: #5A6B63;
  margin: 6px 0 0;
  padding: 0;
}

.ec-biz-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.ec-biz-card__pill {
  font-family: "Figtree", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1;
  color: #3C4A44;
  background: #F1ECE0;
  border-radius: 100px;
  padding: 5px 10px;
}

.ec-tax-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.ec-tax-pagination__btn {
  height: 40px;
  padding: 0 16px;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-tax-pagination__btn:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}
.ec-tax-pagination__btn.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.ec-tax-pagination__num {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.ec-tax-pagination__num:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}
.ec-tax-pagination__num.is-active {
  border-color: #0E6B57;
  background: #0E6B57;
  color: #fff;
  cursor: default;
}

.ec-tax-no-results {
  text-align: center;
  padding: 64px 24px 48px;
  border: 1px dashed #E3DACB;
  border-radius: 14px;
}

.ec-tax-no-results__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #16211D;
  margin: 0;
}

.ec-tax-no-results__sub {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  color: #5A6B63;
  margin: 10px 0 0;
  padding: 0;
}

.ec-tax-no-results__clear {
  display: inline-block;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 100px;
  margin-top: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-tax-no-results__clear:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-tax-hero__count-link {
  color: #5FD3B6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ec-tax-hero__count-link:hover {
  color: #fff;
}

.ec-search-results__form {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 520px;
  background: #fff;
  border-radius: 100px;
  padding: 7px 7px 7px 20px;
}

.ec-search-results__input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #16211D;
  min-width: 0;
}
.ec-search-results__input::-moz-placeholder {
  color: #8A9A92;
}
.ec-search-results__input::placeholder {
  color: #8A9A92;
}

.ec-search-results__submit {
  flex-shrink: 0;
  border: none;
  background: #0E6B57;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.ec-search-results__submit:hover {
  background: #16211D;
}

.ec-biz-card__type-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background: rgba(8, 22, 18, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 6px 10px;
}

.ec-search-results__clear-search {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 12px;
}
.ec-search-results__clear-search:hover {
  color: #fff;
}

.ec-browse {
  border-top: 1px solid #E9E1D2;
  padding: 48px 0 64px;
}

.ec-browse__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-browse__inner {
    padding: 0 40px;
  }
}

.ec-browse__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  color: #16211D;
  margin: 0 0 28px;
}

.ec-browse__group {
  margin-bottom: 26px;
}
.ec-browse__group:last-child {
  margin-bottom: 0;
}

.ec-browse__label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A9A92;
  margin: 0 0 8px;
}

.ec-browse__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ec-browse__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  padding: 9px 15px;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #5A6B63;
  white-space: nowrap;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-browse__pill:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-browse__pill-count {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.55;
  background: #F1ECE0;
  border-radius: 100px;
  padding: 3px 7px;
}

/* ============================================================
   Featured Areas — EC area tile grid
   (parts/flex/featured-areas.php)
   Design: "Browse by area" section of the homepage comp
   ============================================================ */
.ec-feat-areas {
  background: transparent;
}

.ec-feat-areas__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (min-width: 801px) {
  .ec-feat-areas__inner {
    padding: 0 40px;
  }
}

.ec-feat-areas__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 16px;
}

.ec-feat-areas__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 12px;
  padding: 0;
}

.ec-feat-areas__heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.05;
  color: #16211D;
  margin: 0;
  padding: 0 !important;
}

.ec-feat-areas__see-all {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E6B57;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.ec-feat-areas__see-all:hover {
  text-decoration: underline;
  color: #16211D;
}

.ec-feat-areas__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 601px) {
  .ec-feat-areas__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  .ec-feat-areas__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.ec-feat-areas__tile {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: #0D2B24;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ec-feat-areas__tile:hover, .ec-feat-areas__tile:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px -8px rgba(8, 22, 18, 0.32);
  outline: none;
}
.ec-feat-areas__tile:hover .ec-feat-areas__tile-name, .ec-feat-areas__tile:focus-visible .ec-feat-areas__tile-name {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-feat-areas__tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 22, 18, 0.72), rgba(8, 22, 18, 0) 60%);
  pointer-events: none;
}

.ec-feat-areas__tile-body {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  color: #fff;
}

.ec-feat-areas__tile-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.05;
}

.ec-feat-areas__tile-count {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 4px;
}

/* ============================================================
   Events — flex section, archive, and single template
   (parts/flex/events.php, archive-event.php, single-event.php)
   Row design from the "Upcoming events" homepage comp section.
   ============================================================ */
.ec-events__inner,
.ec-event__more-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 801px) {
  .ec-events__inner,
  .ec-event__more-inner {
    padding: 0 40px;
  }
}

.ec-events__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 16px;
}

.ec-events__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 12px;
  padding: 0;
}

.ec-events__heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.05;
  color: #16211D;
  margin: 0;
  padding: 0 !important;
}

.ec-events__see-all {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E6B57;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.ec-events__see-all:hover {
  text-decoration: underline;
  color: #16211D;
}

.ec-events__list {
  display: flex;
  flex-direction: column;
}
.ec-events__list .ec-event-row:last-child {
  border-bottom: 1px solid #E9E1D2;
}

.ec-event-row {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 8px;
  border-top: 1px solid #E9E1D2;
  text-decoration: none;
  transition: background 0.15s ease;
}
.ec-event-row:hover {
  background: color-mix(in srgb, #F1ECE0 40%, transparent);
}
.ec-event-row:hover .ec-event-row__title {
  color: #0E6B57;
}
@media only screen and (max-width: 600px) {
  .ec-event-row {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }
}

.ec-event-row__date {
  text-align: center;
}

.ec-event-row__month {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-event-row__day {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #16211D;
  margin-top: 4px;
}

.ec-event-row__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
  margin: 0;
  transition: color 0.15s ease;
}

.ec-event-row__meta {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.4;
  color: #5A6B63;
  margin-top: 7px;
}

.ec-event-row__chip {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #3C4A44;
  background: #F1ECE0;
  border-radius: 100px;
  padding: 8px 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .ec-event-row__chip {
    display: none;
  }
}

.ec-events__list--archive {
  margin-top: 4px;
}

.ec-event__header {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px 36px;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .ec-event__header {
    padding: 56px 40px 44px;
  }
}

.ec-event__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8A9A92;
  margin-bottom: 22px;
}
.ec-event__breadcrumb a {
  color: #5A6B63;
  text-decoration: none;
}
.ec-event__breadcrumb a:hover {
  color: #0E6B57;
}
.ec-event__breadcrumb span[aria-current=page] {
  color: #16211D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}
.ec-event__breadcrumb span[aria-hidden=true] {
  opacity: 0.5;
}

.ec-event__type-link {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0E6B57;
  text-decoration: none;
}
.ec-event__type-link:hover {
  text-decoration: underline;
}

.ec-event__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 16px;
}

.ec-event__date-badge {
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #E3DACB;
  border-radius: 12px;
  padding: 10px 16px 12px;
  background: #ffffff;
}

.ec-event__date-month {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0E6B57;
}

.ec-event__date-day {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #16211D;
  margin-top: 3px;
}

.ec-event__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #16211D;
  margin: 0;
  text-align: left;
  text-wrap: balance;
}

.ec-event__meta {
  font-family: "Figtree", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
  color: #5A6B63;
  margin: 18px 0 0;
  padding: 0;
}

.ec-event__hero-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 801px) {
  .ec-event__hero-wrap {
    padding: 0 40px;
  }
}

.ec-event__hero {
  border-radius: 12px;
  aspect-ratio: 16/7;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
}

.ec-event__layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 901px) {
  .ec-event__layout {
    grid-template-columns: 1fr 376px;
    padding: 48px 40px 64px;
    align-items: start;
  }
}

.ec-event__content {
  font-family: "Figtree", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #2C3A33;
}
.ec-event__content p {
  padding: 0.65rem 0;
}
.ec-event__content h2, .ec-event__content h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #16211D;
  margin-top: 1.4rem;
}

@media only screen and (min-width: 901px) {
  .ec-event__aside {
    position: sticky;
    top: 24px;
  }
}

.ec-event__card {
  border: 1px solid #E9E1D2;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.ec-event__card-body {
  padding: 22px 20px;
}

.ec-event__card-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid #E9E1D2;
}
.ec-event__card-item:first-child {
  padding-top: 0;
}

.ec-event__card-label {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A9A92;
}

.ec-event__card-value {
  font-family: "Figtree", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
  color: #16211D;
}

.ec-event__card-ctas {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.ec-event__cta-primary {
  flex: 1;
  text-align: center;
  border: none;
  background: #0E6B57;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 16px;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.ec-event__cta-primary:hover {
  background: #16211D;
}

.ec-event__cta-secondary {
  flex: 1;
  text-align: center;
  border: 1px solid #E3DACB;
  background: #ffffff;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 16px;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s ease;
}
.ec-event__cta-secondary:hover {
  border-color: #0E6B57;
  color: #0E6B57;
}

.ec-event__map {
  display: block;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E9E1D2;
}

.ec-event__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
}

.ec-event__more {
  border-top: 1px solid #E9E1D2;
  padding: 52px 0 64px;
}

/* ============================================================
   EC Header  (header.php)
   Overrides the base header element rules set earlier in
   this stylesheet — those target the element directly and would
   otherwise fight the component styles below.
   ============================================================ */
header.ec-header {
  height: 72px;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #E9E1D2;
}
@media only screen and (min-width: 1150px) {
  header.ec-header {
    height: 72px;
  }
}

.ec-header {
  position: relative;
  z-index: 800;
  background: #fff;
  border-bottom: 1px solid #E9E1D2;
  height: 72px;
}
.ec-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ec-header--light {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ec-header--light .ec-header__wordmark-name,
.ec-header--light .ec-header__wordmark-tag,
.ec-header--light .ec-header__nav a {
  color: #fff;
}

.ec-header__inner {
  max-width: 1450px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
}
@media only screen and (max-width: 600px) {
  .ec-header__inner {
    padding: 0 5%;
  }
}

.ec-header__logo {
  display: flex;
  align-items: baseline;
  gap: 9px;
  text-decoration: none;
  flex-shrink: 0;
}

.ec-header__wordmark {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.ec-header__wordmark-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #16211D;
  white-space: nowrap;
}

.ec-header__wordmark-tag {
  font-family: "Figtree", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #0E6B57;
  text-transform: uppercase;
  line-height: 1;
}

.ec-header__nav {
  flex-grow: 1;
}

.ec-header__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ec-header__cta {
  font-size: 13.5px;
  padding: 11px 18px;
}

/* ============================================================
   Area Archive / Browse by Area  (archive-areas.php)
   ============================================================ */
.ec-area-archive__hero {
  background: #FBFAF5;
  padding: 56px 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .ec-area-archive__hero {
    padding: 48px 5% 24px;
  }
}

.ec-area-archive__hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ec-area-archive__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 16px;
  padding: 0;
}

.ec-area-archive__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 3.75rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: #16211D;
  max-width: 760px;
  margin: 0;
  text-wrap: balance;
}

.ec-area-archive__dek {
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B63;
  max-width: 520px;
  margin: 16px 0 0;
  padding: 0;
}

.ec-area-archive__search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #E3DACB;
  border-radius: 100px;
  padding: 7px 7px 7px 20px;
  box-shadow: 0 16px 44px -26px rgba(16, 60, 45, 0.5);
  margin-top: 28px;
  width: 520px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .ec-area-archive__search {
    width: 100%;
  }
}

.ec-area-archive__search-icon {
  flex-shrink: 0;
  color: #16211D;
}

.ec-area-archive__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: "Figtree", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #16211D;
  min-width: 0;
}
.ec-area-archive__search-input::-moz-placeholder {
  color: #9AA39C;
}
.ec-area-archive__search-input::placeholder {
  color: #9AA39C;
}

.ec-area-archive__search-btn {
  flex-shrink: 0;
  border: none;
  background: #0E6B57;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 22px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ec-area-archive__search-btn:hover {
  background: #16211D;
}

.ec-area-archive__grid-section {
  padding: 18px 0 60px;
  background: #FBFAF5;
}

.ec-area-archive__grid-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 600px) {
  .ec-area-archive__grid-inner {
    padding: 0 5%;
  }
}

.ec-area-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (min-width: 1100px) {
  .ec-area-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .ec-area-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .ec-area-archive__grid {
    grid-template-columns: 1fr;
  }
}

.ec-area-tile {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E9E1D2;
  text-decoration: none;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ec-area-tile:hover, .ec-area-tile:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px -10px rgba(8, 22, 18, 0.28);
  outline: none;
}
.ec-area-tile:hover .ec-area-tile__name, .ec-area-tile:focus-visible .ec-area-tile__name {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-area-tile__img {
  position: relative;
  aspect-ratio: 4/3;
  background-color: #0D2B24;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.ec-area-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 22, 18, 0.6) 0%, rgba(8, 22, 18, 0) 50%);
  pointer-events: none;
}

.ec-area-tile__name {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.ec-area-tile__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ec-area-tile__vibe {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #5A6B63;
}

.ec-area-tile__count {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #8A9A92;
}

.ec-area-archive__empty {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  color: #5A6B63;
  text-align: center;
  padding: 48px 0;
}

/* ============================================================
   Events — recurring schedule additions
   Companion to the "Events — flex section, archive, and single
   template" block above. Only the pieces the recurring-schedule
   work introduces — everything else reuses the existing
   .ec-event-row / .ec-events__* / .ec-event__* / .ec-tax-* styles.
   ============================================================ */
/* The base theme styles the `header` ELEMENT with height:72px + z-index:800,
   which traps and overlaps any article header markup (same reason
   .ec-story__header sets height:auto). single-event.php uses a <div>, but
   keep this so a <header> element can't break the layout again. */
.ec-event__header {
  height: auto;
}

/* Rows are display:grid, which beats the browser's built-in
   [hidden] { display: none } (UA styles lose to any class selector).
   Restore it so the archive's JS filtering can actually hide rows. */
.ec-event-row[hidden],
.ec-tax-no-results[hidden] {
  display: none;
}

/* "Recurring" flag — sits in the row's chip column */
.ec-event-row__flag {
  align-self: center;
  justify-self: end;
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  color: #208492;
  background: color-mix(in srgb, #208492 12%, white);
  border-radius: 100px;
  padding: 8px 13px;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .ec-event-row__flag {
    display: none;
  }
}

/* Secondary line inside a card value — times, address,
   season bounds, next occurrence, "+N more dates" */
.ec-event__when-note {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #8A9A92;
  margin-top: 4px;
}

/* Specific-dates list inside the When card item */
.ec-event__dates {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-event__dates li {
  padding: 5px 0;
  border-bottom: 1px solid #E9E1D2;
}
.ec-event__dates li:last-child {
  border-bottom: 0;
}/*# sourceMappingURL=style.css.map */