.elementor-24 .elementor-element.elementor-element-ee1fd88{width:var( --container-widget-width, 111.343% );max-width:111.343%;--container-widget-width:111.343%;--container-widget-flex-grow:0;}.elementor-24 .elementor-element.elementor-element-ee1fd88.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-ee1fd88 *//* =========================================================
   LIZ DEHLER HOMEPAGE BODY
   HEADER + FOOTER ARE SEPARATE ELEMENTOR TEMPLATES
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --ink: #191917;
  --ink-soft: #2c2b27;
  --cream: #f3eee5;
  --warm: #ebe1d2;
  --paper: #fbfaf7;
  --white: #fff;
  --muted: #68655e;
  --gold: #92775b;
  --line: rgba(25,25,23,.13);

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --script: "Allura", "Brush Script MT", "Segoe Script", cursive;

  --ease: cubic-bezier(.22,1,.36,1);
}


/* =========================================================
   GLOBAL
   ========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 45px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

body.menu-open {
  overflow: hidden;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.section {
  padding: 104px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3.2px;
  line-height: 1.3;
}

.eyebrow.light {
  color: rgba(255,255,255,.9);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}

h1 em,
h2 em {
  font-style: normal;
}

p {
  color: var(--muted);
  font-size: 14px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.dark-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 46px;
  padding: 14px 21px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.55px;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    transform .3s var(--ease),
    background .3s,
    color .3s,
    border-color .3s;
}

.dark-btn {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
}

.dark-btn:hover {
  background: #35342f;
  border-color: #35342f;
  transform: translateY(-3px);
}

.outline-btn {
  background: rgba(0,0,0,.035);
  border: 1px solid rgba(255,255,255,.72);
  color: #fff;
  backdrop-filter: blur(5px);
}

.outline-btn:hover {
  background: #fff;
  color: var(--ink);
  transform: translateY(-3px);
}

.dark-btn span,
.outline-btn span {
  transition: transform .3s var(--ease);
}

.dark-btn:hover span,
.outline-btn:hover span {
  transform: translateX(4px);
}

.accent-line {
  width: 45px;
  height: 1px;
  margin: 22px 0 25px;
  background: var(--gold);
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  position: relative;
  min-height: 600px;
  height: min(82vh,820px);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero-slides,
.hero-image,
.hero-shade,
.hero-glow {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  opacity: 0;
  transform: scale(1.035);

  transition:
    opacity 1s ease,
    transform 7.5s linear;

  will-change: opacity, transform;
}


/* =========================================================
   UPDATED WORDPRESS HERO IMAGES
   ========================================================= */

.hero-image-a {
  background-image:
    url("https://lizdehler.com/wp-content/uploads/2026/09/hero.jpg");
}

.hero-image-b {
  background-image:
    url("https://lizdehler.com/wp-content/uploads/2026/09/hero-2.jpg");
}

.hero-image-c {
  background-image:
    url("https://lizdehler.com/wp-content/uploads/2026/09/service-buy.jpg");
}

.hero-image.active {
  opacity: 1;
  transform: scale(1);
}

.hero-shade {
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.70) 0%,
      rgba(0,0,0,.53) 20%,
      rgba(0,0,0,.28) 39%,
      rgba(0,0,0,.08) 63%,
      rgba(0,0,0,.035) 100%
    );
  pointer-events: none;
}

.hero-glow {
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.10),
      transparent 35%,
      rgba(0,0,0,.15)
    );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: clamp(175px,24vh,235px);
}

.hero-copy-wrap {
  max-width: 720px;
}

.hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(56px,6.1vw,86px);
  text-shadow: 0 3px 25px rgba(0,0,0,.16);
}

.hero-copy {
  margin-bottom: 29px;
  color: rgba(255,255,255,.93);
  font-size: 15px;
  line-height: 1.75;
}

.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-count {
  display: flex;
  align-items: center;
  gap: 21px;
}

.count {
  position: relative;
  padding: 0 0 9px;

  border: 0;
  border-bottom: 1px solid transparent;
  background: none;

  color: rgba(255,255,255,.52);

  font-size: 11px;
  letter-spacing: 1px;
}

.count::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -1px;

  width: 0;
  height: 1px;

  background: #fff;

  transition: width 6.8s linear;
}

.count.active {
  color: #fff;
}

.count.active::after {
  width: 100%;
}

.hero-controls {
  display: flex;
  gap: 8px;
}

.square-btn {
  display: grid;
  place-items: center;

  width: 45px;
  height: 45px;
  padding: 0;

  border: 1px solid rgba(255,255,255,.65);
  background: rgba(0,0,0,.08);
  color: #fff;

  font-size: 17px;

  transition:
    background .25s,
    color .25s,
    transform .25s;
}

.square-btn:hover {
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
}


/* =========================================================
   MEET LIZ
   ========================================================= */

.about {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: 365px minmax(0,1fr) 190px;
  gap: 64px;
  align-items: center;
}

.portrait-wrap {
  position: relative;
  padding: 0 0 26px;
}

.portrait-frame {
  position: relative;
  z-index: 1;
}

.portrait-frame::before {
  content: "";

  position: absolute;
  z-index: -1;

  inset: 24px -25px -20px -25px;

  background: var(--warm);
}

.portrait-frame img {
  width: 100%;
  height: 455px;
  object-fit: cover;
  object-position: center top;
}

.portrait-caption {
  position: absolute;
  left: -12px;
  bottom: 0;
  z-index: 2;

  padding: 8px 12px;

  background: var(--paper);
  color: #8c806f;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
}

.about-copy h2 {
  margin-bottom: 0;
  font-size: clamp(43px,4.3vw,59px);
}

.about-copy p {
  max-width: 620px;
  margin-bottom: 18px;

  font-size: 14px;
  line-height: 1.75;
}

.about-copy .dark-btn {
  margin-top: 7px;
}

.stats {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.stat {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.stat:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.stat-number {
  display: block;
  margin-bottom: 6px;

  color: var(--ink);
  font-family: var(--serif);

  font-size: 29px;
  line-height: 1.02;
}

.stat-number > span {
  font-size: .7em;
}

.stat-label {
  display: block;
  color: #7a766e;

  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .3px;
}


/* =========================================================
   SERVICES
   ========================================================= */

.services {
  background: var(--cream);
  text-align: center;
  overflow: hidden;
}

.services-head {
  max-width: 950px;
  margin: auto;
}

.services-head h2 {
  margin-bottom: 13px;
  font-size: clamp(43px,4.5vw,59px);
}

.services-intro {
  margin: 0 auto 49px;
  font-size: 13px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.service {
  position: relative;
  min-height: 220px;
  padding: 0 55px 8px;

  border-right: 1px solid var(--line);
}

.service:last-child {
  border-right: 0;
}

.service-top {
  display: grid;
  grid-template-columns: 1fr 61px 1fr;
  align-items: center;

  min-height: 61px;
  margin-bottom: 18px;
}

.service-index {
  justify-self: start;
  color: #9b8a76;

  font-size: 9px;
  letter-spacing: 1.5px;
}

.service-icon {
  display: grid;
  place-items: center;

  width: 61px;
  height: 61px;

  grid-column: 2;

  border: 1px solid rgba(25,25,23,.10);
  border-radius: 50%;

  background: rgba(255,255,255,.78);
  color: var(--ink);

  font-size: 25px;
}

.service h3 {
  margin: 0 0 7px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.3;
}

.service p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

.service a {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 17px;
  padding-bottom: 4px;

  border-bottom: 1px solid #aaa298;

  color: #5b574f;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;

  opacity: .75;

  transition:
    opacity .25s,
    transform .25s;
}

.service a:hover {
  opacity: 1;
  transform: translateX(3px);
}


/* =========================================================
   EXPERIENCE
   ========================================================= */

.experience {
  position: relative;

  min-height: 520px;

  color: #fff;

  overflow: hidden;
  isolation: isolate;

  /* Fallback background image */
  background-image:
    url("https://lizdehler.com/wp-content/uploads/2026/09/brownstone.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* =========================================================
   UPDATED EXPERIENCE BACKGROUND IMAGE
   ========================================================= */

.experience-image {
  position: absolute;
  inset: 0;

  z-index: 0;

  width: 100%;
  height: 100%;

  background-image:
    url("https://lizdehler.com/wp-content/uploads/2026/09/brownstone.jpg");

  background-position: center 52%;
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 1;
  visibility: visible;

  transform: scale(1.01);
}


/* Dark overlay - sits ABOVE image */
.experience-shade {
  position: absolute;
  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.68) 0%,
      rgba(0,0,0,.38) 40%,
      rgba(0,0,0,.10) 72%,
      rgba(0,0,0,.12) 100%
    );

  pointer-events: none;
}


/* Content - sits ABOVE image and overlay */
.experience-inner {
  position: relative;
  z-index: 2;

  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 70px;
}

.experience-copy h2 {
  margin-bottom: 30px;

  color: #fff;

  font-size: clamp(44px,4.4vw,61px);

  text-shadow: 0 3px 18px rgba(0,0,0,.14);
}

.quote-card {
  width: 290px;
  flex: none;

  padding: 34px 35px;

  background: rgba(255,255,255,.93);
  color: var(--ink);

  box-shadow: 0 18px 55px rgba(0,0,0,.15);

  backdrop-filter: blur(8px);
}

.quote-mark {
  display: block;

  height: 24px;

  color: var(--gold);
  font-family: var(--serif);

  font-size: 44px;
  line-height: 1;
}

.quote-card p {
  margin: 5px 0 0;

  color: var(--ink-soft);
  font-family: var(--serif);

  font-size: 25px;
  line-height: 1.2;
}

.quote-line {
  display: block;

  width: 48px;
  margin-top: 25px;

  border-top: 2px solid var(--gold);
}


/* =========================================================
   CONTACT
   ========================================================= */

.contact {
  padding: 82px 0;
  background: #fff;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 55px;
}

.contact-inner h2 {
  margin-bottom: 12px;
  font-size: clamp(44px,4.25vw,58px);
}

.contact-inner > div > p:last-child {
  max-width: 650px;
  margin-bottom: 0;

  font-size: 14px;
  line-height: 1.7;
}

.contact-inner .dark-btn {
  flex: none;
  padding-inline: 23px;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.back-top {
  position: fixed;

  right: 24px;
  bottom: 24px;

  z-index: 1200;

  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: var(--ink);
  color: #fff;

  font-size: 17px;
  line-height: 1;

  opacity: 0;
  visibility: hidden;

  transform: translateY(12px);

  transition:
    opacity .3s,
    visibility .3s,
    transform .3s var(--ease);

  box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

.back-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.back-top:hover {
  transform: translateY(-3px);
}


/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity .8s var(--ease),
    transform .8s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.hero-reveal {
  transition-delay: .15s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .container {
    width: min(calc(100% - 60px),1080px);
  }

  .about-grid {
    grid-template-columns: 320px minmax(0,1fr);
    gap: 50px;
  }

  .stats {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: repeat(3,1fr);

    gap: 30px;

    padding: 28px 0 0;

    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .stat {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .service {
    padding: 0 30px 8px;
  }

  .experience-inner {
    gap: 45px;
  }

}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 820px) {

  .container {
    width: calc(100% - 38px);
  }

  .hero {
    min-height: 650px;
    height: calc(100svh - 0px);
    max-height: 760px;
  }

  .hero-content {
    padding-top: 155px;
  }

  .hero h1 {
    font-size: clamp(48px,10vw,66px);
  }

  .hero-copy {
    font-size: 14px;
  }

  .hero-bottom {
    bottom: 23px;
  }

  .square-btn {
    width: 41px;
    height: 41px;
  }

  .section {
    padding: 82px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .portrait-wrap {
    max-width: 390px;
    margin-inline: auto;
  }

  .portrait-frame img {
    height: 460px;
  }

  .about-copy h2,
  .services-head h2,
  .experience-copy h2,
  .contact-inner h2 {
    font-size: 42px;
  }

  .stats {
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
  }

  .service {
    padding: 0 20px 10px;
  }

  .experience,
  .experience-inner {
    min-height: 620px;
  }

  .experience-inner {
    padding: 78px 0;

    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }

  .quote-card {
    align-self: flex-end;
    width: 265px;
  }

  .contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .container {
    width: calc(100% - 30px);
  }

  .hero {
    min-height: 620px;
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(0,0,0,.72) 0%,
        rgba(0,0,0,.47) 40%,
        rgba(0,0,0,.18) 78%,
        rgba(0,0,0,.07) 100%
      );
  }

  .hero h1 {
    font-size: 47px;
  }

  .hero-copy-wrap {
    max-width: 100%;
  }

  .about-grid {
    gap: 42px;
  }

  .portrait-wrap {
    max-width: 100%;
  }

  .portrait-frame img {
    height: 425px;
  }

  .portrait-caption {
    left: 0;
    font-size: 7px;
  }

  .about-copy h2,
  .services-head h2,
  .experience-copy h2,
  .contact-inner h2 {
    font-size: 37px;
  }

  .about-copy p {
    font-size: 13px;
    line-height: 1.75;
  }


  /* STATS */

  .stats {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stat {
    display: grid;
    grid-template-columns: 125px 1fr;

    align-items: center;

    padding: 18px 0;

    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .stat-number {
    margin: 0;
    font-size: 25px;
  }


  /* SERVICES */

  .services-intro br {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service {
    min-height: 0;

    padding: 28px 0;

    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service:last-child {
    border-bottom: 0;
  }

  .service-top {
    margin-bottom: 17px;
  }

  .service a {
    opacity: 1;
  }


  /* EXPERIENCE */

  .experience {
    min-height: 650px;

    /* Keep background visible on mobile */
    background-image:
      url("https://lizdehler.com/wp-content/uploads/2026/09/brownstone.jpg");

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .experience-image {
    background-image:
      url("https://lizdehler.com/wp-content/uploads/2026/09/brownstone.jpg");

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 1;
    visibility: visible;
  }

  .experience-inner {
    min-height: 650px;
  }

  .experience-copy h2 br {
    display: none;
  }

  .quote-card {
    align-self: flex-start;
    width: min(270px,100%);
  }

  .quote-card p {
    font-size: 23px;
  }


  /* CONTACT */

  .contact {
    padding: 72px 0;
  }

  .contact-inner {
    gap: 30px;
  }

  .contact-inner > div > p:last-child {
    font-size: 13px;
  }

  .dark-btn {
    padding: 14px 17px;
  }


  /* BACK TO TOP */

  .back-top {
    right: 17px;
    bottom: 17px;

    width: 42px;
    height: 42px;
  }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

  .hero h1 {
    font-size: 43px;
  }

  .hero-copy {
    font-size: 13px;
  }

  .section {
    padding: 70px 0;
  }

  .about-copy h2,
  .services-head h2,
  .experience-copy h2,
  .contact-inner h2 {
    font-size: 34px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-image {
    transform: none !important;
  }

}

/* =========================================================
   LIZ DEHLER — ELEMENTOR FRONTEND OVERRIDE
   Prevent WordPress / Elementor global styles from changing
   the original homepage design.
   ========================================================= */

/* ---------------------------------------------------------
   LOAD / FORCE BRAND FONTS
   --------------------------------------------------------- */

.hero,
.hero *,
.site-header,
.site-header *,
.about,
.about *,
.services,
.services *,
.experience,
.experience *,
.contact,
.contact *,
.site-footer,
.site-footer * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hero heading — FORCE ORIGINAL SERIF */
.hero h1,
.hero h1 *,
.hero h1 em {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.04 !important;
}

/* Hero normal text — FORCE DM Sans */
.hero p,
.hero a,
.hero button,
.hero .eyebrow,
.hero .hero-copy,
.hero .count,
.hero .square-btn {
  font-family: "DM Sans", Arial, sans-serif !important;
}


/* ---------------------------------------------------------
   HERO SLIDER NUMBERS
   REMOVE ELEMENTOR / WORDPRESS RED BORDER
   --------------------------------------------------------- */

.hero .count,
.hero button.count,
.hero .slider-count .count {
  appearance: none !important;
  -webkit-appearance: none !important;

  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-left: 0 !important;

  outline: none !important;
  box-shadow: none !important;

  background: transparent !important;

  color: rgba(255,255,255,.52) !important;

  padding: 0 0 9px !important;
  margin: 0 !important;

  min-width: 0 !important;
  min-height: 0 !important;

  width: auto !important;
  height: auto !important;

  border-radius: 0 !important;
}

/* Active number */
.hero .count.active,
.hero button.count.active {
  color: #fff !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Original progress line */
.hero .count::after,
.hero button.count::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;

  width: 0 !important;
  height: 1px !important;

  background: #fff !important;

  border: 0 !important;
  box-shadow: none !important;

  transition: width 6.8s linear !important;
}

.hero .count.active::after,
.hero button.count.active::after {
  width: 100% !important;
}


/* ---------------------------------------------------------
   HERO ARROW BUTTONS
   REMOVE ELEMENTOR RED/PINK BORDER
   --------------------------------------------------------- */

.hero .square-btn,
.hero button.square-btn,
.hero .hero-controls button {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: grid !important;
  place-items: center !important;

  width: 45px !important;
  height: 45px !important;

  min-width: 45px !important;
  min-height: 45px !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 1px solid rgba(255,255,255,.65) !important;

  border-radius: 0 !important;

  outline: none !important;
  box-shadow: none !important;

  background: rgba(0,0,0,.08) !important;

  color: #fff !important;

  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;

  line-height: 1 !important;

  text-transform: none !important;
}

/* Arrow hover — original design */
.hero .square-btn:hover,
.hero button.square-btn:hover,
.hero .hero-controls button:hover {
  border: 1px solid rgba(255,255,255,.65) !important;
  outline: none !important;
  box-shadow: none !important;

  background: #fff !important;
  color: #191917 !important;

  transform: translateY(-2px) !important;
}


/* ---------------------------------------------------------
   IMPORTANT:
   REMOVE WORDPRESS / ELEMENTOR FOCUS COLORS
   --------------------------------------------------------- */

.hero button:focus,
.hero button:focus-visible,
.hero a:focus,
.hero a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Keep only our intended accessibility outline elsewhere */
.hero .count:focus-visible,
.hero .square-btn:focus-visible {
  outline: 1px solid rgba(255,255,255,.75) !important;
  outline-offset: 3px !important;
}


/* ---------------------------------------------------------
   HERO TEXT — MATCH ORIGINAL DESIGN
   --------------------------------------------------------- */

.hero .hero-content {
  position: relative !important;
  z-index: 3 !important;
}

.hero .hero-copy-wrap {
  max-width: 720px !important;
}

.hero h1 {
  margin: 0 0 22px !important;
  color: #fff !important;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: clamp(56px, 6.1vw, 86px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.025em !important;

  text-shadow: 0 3px 25px rgba(0,0,0,.16) !important;
}

.hero .hero-copy {
  margin: 0 0 29px !important;

  color: rgba(255,255,255,.93) !important;

  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}


/* ---------------------------------------------------------
   HERO BUTTON — MEET LIZ
   --------------------------------------------------------- */

.hero .outline-btn,
.hero a.outline-btn {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 11px !important;

  min-height: 46px !important;

  padding: 14px 21px !important;

  background: rgba(0,0,0,.035) !important;

  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 0 !important;

  outline: none !important;
  box-shadow: none !important;

  color: #fff !important;

  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;

  letter-spacing: 1.55px !important;
  line-height: 1.2 !important;

  text-transform: uppercase !important;
}

.hero .outline-btn:hover,
.hero a.outline-btn:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #191917 !important;

  transform: translateY(-3px) !important;
}


/* ---------------------------------------------------------
   HERO CONTAINER / POSITION
   --------------------------------------------------------- */

.hero {
  position: relative !important;
  min-height: 600px !important;
  height: min(82vh,820px) !important;

  color: #fff !important;

  overflow: hidden !important;
  isolation: isolate !important;
}

.hero-slides,
.hero-image,
.hero-shade,
.hero-glow {
  position: absolute !important;
  inset: 0 !important;
}

.hero-image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* ---------------------------------------------------------
   ELEMENTOR GLOBAL BUTTON RESET INSIDE HERO
   --------------------------------------------------------- */

.hero button::before,
.hero button::after {
  box-sizing: border-box !important;
}

.hero button:not(:hover)::before,
.hero button:not(:hover)::after {
  border-color: transparent !important;
}

.hero button.count::before,
.hero button.count::after {
  background-image: none !important;
}


/* ---------------------------------------------------------
   DESKTOP EXACTNESS
   --------------------------------------------------------- */

@media (min-width: 821px) {

  .hero h1 {
    font-size: clamp(56px, 6.1vw, 86px) !important;
  }

  .hero .hero-content {
    padding-top: clamp(175px,24vh,235px) !important;
  }

  .hero .hero-bottom {
    bottom: 31px !important;
  }

  .hero .square-btn {
    width: 45px !important;
    height: 45px !important;
  }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 820px) {

  .hero h1 {
    font-size: clamp(48px,10vw,66px) !important;
  }

  .hero .hero-content {
    padding-top: 155px !important;
  }

  .hero .square-btn {
    width: 41px !important;
    height: 41px !important;

    min-width: 41px !important;
    min-height: 41px !important;
  }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 600px) {

  .hero h1 {
    font-size: 47px !important;
  }

  .hero .hero-copy-wrap {
    max-width: 100% !important;
  }
}/* End custom CSS */