:root {
  --ohlala-ivory: #F8F4EE;
  --ohlala-navy: #1F4A86;
  --ohlala-navy-deep: #173F77;
  --ohlala-gold: #C7925A;
  --ohlala-gold-soft: #D8B084;
  --ohlala-text: #202020;
}

html.ohlala-story-html,
body.ohlala-story-body {
  margin: 0;
  min-height: 100%;
  background: var(--ohlala-ivory);
}

.ohlala-story-body * {
  box-sizing: border-box;
}

.ohlala-story-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  background: var(--ohlala-ivory);
  color: var(--ohlala-text);
  font-family: Georgia, "Times New Roman", serif;
}

body.ohlala-story-body > :not(#wpadminbar):not(main.ohlala-story-page):not(script):not(style) {
  display: none !important;
}

body.ohlala-story-body .dmRespRow,
body.ohlala-story-body .dmNewParagraph,
body.ohlala-story-body .dmSocialHub,
body.ohlala-story-body .socialHubWrapper,
body.ohlala-story-body .socialHubInnerDiv,
body.ohlala-story-body .unifiednav,
body.ohlala-story-body [class*='dmSocial'],
body.ohlala-story-body [id^='widget_'] {
  display: none !important;
}

.ohlala-story-page::before,
.ohlala-story-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.ohlala-story-page::before {
  top: 18px;
  left: 6px;
  width: clamp(106px, 10.2vw, 142px);
  height: clamp(176px, 19vw, 236px);
  background-image: url("../Resources/images/our-story-olive-user-branch.png");
  background-position: top left;
}

.ohlala-story-page::after {
  top: 78px;
  right: 0;
  width: clamp(300px, 29vw, 385px);
  height: clamp(185px, 18vw, 255px);
  background-image: url("../Resources/images/our-story-paris-hq-approved.png");
  background-position: top right;
  opacity: .78;
}

.story-header,
.story-hero,
.story-content-wrap,
.story-footer {
  position: relative;
  z-index: 3;
}

.story-header {
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 48px 0;
  display: grid;
  grid-template-columns: 285px 1fr 160px;
  align-items: start;
  column-gap: 18px;
  position: relative;
}

.story-logo {
  display: block;
  width: 221px;
  margin-left: -84px;
  text-decoration: none;
}

.story-logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.story-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3.15vw, 48px);
  padding-top: 86px;
  flex-wrap: wrap;
}

.story-nav a,
.story-footer-links a {
  color: var(--ohlala-navy-deep);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1.4px;
  font-weight: 700;
}

.story-nav a.is-active {
  color: var(--ohlala-gold);
  position: relative;
}

.story-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 34%;
  right: 34%;
  bottom: -14px;
  height: 1px;
  background: var(--ohlala-gold);
}

.story-top-social {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 24px;
  position: relative;
  transform: translate(96px, -32px);
}

.story-top-social a,
.story-social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  text-decoration: none;
}

.story-top-social a {
  background: var(--ohlala-navy-deep);
  color: #fff;
  width: 48px;
  height: 48px;
  min-width: 48px;
}

.story-social-row a {
  background: transparent;
  color: var(--ohlala-gold);
  border: 1px solid var(--ohlala-gold);
  width: 51px;
  height: 51px;
  min-width: 51px;
}

.story-top-social svg,
.story-social-row svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.story-top-social svg {
  width: 22px;
  height: 22px;
}

.story-social-row svg {
  width: 24px;
  height: 24px;
}

.story-top-social a[aria-label="Facebook"] svg,
.story-social-row a[aria-label="Facebook"] svg {
  stroke: none;
  fill: currentColor;
}

.story-hero {
  max-width: 900px;
  margin: 54px auto 0;
  padding: 0 24px;
  text-align: center;
}

.story-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--ohlala-gold);
}

.story-flourish span {
  display: block;
  width: 86px;
  height: 1px;
  background: rgba(215,176,132,.9);
}

.story-flourish.story-wide span {
  width: 200px;
}

.story-flourish i {
  font-style: normal;
  color: var(--ohlala-gold);
  font-size: 26px;
  line-height: 1;
}

.story-hero h1 {
  margin: 18px 0 18px;
  color: var(--ohlala-navy-deep);
  font-size: clamp(58px, 8vw, 92px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.story-content-wrap {
  max-width: 1160px;
  margin: 28px auto 210px;
  padding: 0 54px;
  display: grid;
  grid-template-columns: minmax(340px, 560px) minmax(250px, 340px);
  gap: clamp(40px, 7vw, 86px);
  align-items: start;
}

.story-copy h2 {
  margin: 0 0 2px;
  text-align: center;
  color: var(--ohlala-navy-deep);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 500;
}

.story-script {
  margin: 0 0 28px;
  text-align: center;
  color: var(--ohlala-gold);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1;
}

.story-body-text {
  color: #1f1f1f;
  font-size: 17.5px;
  line-height: 1.68;
}

.story-body-text p {
  margin: 0 0 16px;
}

.story-body-text em {
  color: var(--ohlala-gold);
  font-style: italic;
}

.story-body-text strong {
  font-weight: 700;
}

.story-closing {
  margin-top: 26px;
  text-align: center;
}

.story-closing strong {
  display: block;
  color: var(--ohlala-navy-deep);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.08;
  font-style: italic;
  font-weight: 500;
}

.story-closing span {
  display: block;
  margin-top: 8px;
  color: var(--ohlala-gold);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.story-profile-card {
  width: min(100%, 340px);
  justify-self: end;
  margin-top: 118px;
  padding: 12px;
  min-height: 675px;
  background: rgba(216,176,132,.06);
  border: 1.5px solid var(--ohlala-gold);
  position: relative;
}

.story-profile-card::before,
.story-profile-card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.story-profile-card::before {
  top: -1.5px;
  left: -1.5px;
  border-top: 1.5px solid transparent;
  border-left: 1.5px solid transparent;
  border-right: 1.5px solid transparent;
  border-bottom: 1.5px solid transparent;
  box-shadow:
    inset -24px 0 0 24px var(--ohlala-ivory),
    0 0 0 1.5px transparent;
  border-bottom-right-radius: 22px;
}

.story-profile-card::after {
  bottom: -1.5px;
  right: -1.5px;
  box-shadow:
    inset 24px 0 0 24px var(--ohlala-ivory),
    0 0 0 1.5px transparent;
  border-top-left-radius: 22px;
}

.story-profile-card img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  opacity: .97;
}

.story-profile-placeholder-img {
  background: rgba(216,176,132,.02);
}

.story-footer {
  position: relative;
  margin-top: -62px;
  background: var(--ohlala-navy-deep);
  color: #fff;
}

.story-footer-wave {
  position: absolute;
  left: 0;
  right: 0;
  top: -128px;
  height: 130px;
  background: none;
  z-index: 1;
  overflow: hidden;
}

.story-footer-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.story-wave-fill {
  fill: var(--ohlala-navy-deep);
}

.story-wave-line {
  fill: none;
  stroke: var(--ohlala-gold-soft);
  stroke-width: 2;
}

.story-footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 0 auto;
  padding: 66px 56px 34px;
  display: grid;
  grid-template-columns: 225px minmax(360px, 1fr) 280px;
  gap: 34px;
  align-items: start;
}

.story-footer-left {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.story-follow-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.story-follow-row::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 48'%3E%3Cg fill='%23D8B084' stroke='%23D8B084' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 38 C25 28 43 18 112 8' fill='none' stroke-width='4.2'/%3E%3Cpath d='M19 31 C16 23 10 17 2 13 C4 24 8 30 19 31Z' stroke='none'/%3E%3Cpath d='M38 23 C35 16 31 11 24 7 C25 18 29 23 38 23Z' stroke='none'/%3E%3Cpath d='M59 17 C59 10 63 5 72 2 C69 12 65 17 59 17Z' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.story-leaf-mark {
  display: inline-block;
  width: 36px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 48'%3E%3Cg fill='%23D8B084' stroke='%23D8B084' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 38 C25 28 43 18 112 8' fill='none' stroke-width='4.2'/%3E%3Cpath d='M19 31 C16 23 10 17 2 13 C4 24 8 30 19 31Z' stroke='none'/%3E%3Cpath d='M38 23 C35 16 31 11 24 7 C25 18 29 23 38 23Z' stroke='none'/%3E%3Cpath d='M59 17 C59 10 63 5 72 2 C69 12 65 17 59 17Z' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.story-social-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

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

.story-footer-center h2 {
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.story-footer-line {
  width: 168px;
  margin: 5px auto 8px;
  position: relative;
  height: 12px;
}

.story-footer-line span {
  display: block;
  position: relative;
  top: 6px;
  height: 1px;
  background: rgba(216,176,132,.72);
}

.story-footer-line span::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 8px;
  background: var(--ohlala-navy-deep);
  color: var(--ohlala-gold);
  font-size: 10px;
}

.story-footer-center p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.95);
  font-size: 22px;
  font-style: italic;
}

.story-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(216,176,132,.62);
}

.story-footer-links a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.story-footer-center small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
}

.story-newsletter {
  justify-self: end;
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.story-newsletter h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.story-newsletter p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.45;
}

.story-signup {
  display: flex;
  width: 100%;
}

.story-signup input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(216,176,132,.8);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  background: rgba(255,255,255,.95);
  color: #555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.story-signup button {
  width: 102px;
  height: 46px;
  border: 0;
  border-radius: 0 999px 999px 0;
  background: var(--ohlala-gold);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}

.story-signup button:hover {
  background: #B88249;
}

.story-hp {
  display: none !important;
}

.story-signup-message {
  margin: 0 0 12px;
  padding: 8px 10px;
  font-size: 13px;
  border: 1px solid currentColor;
}

.story-signup-message.success {
  color: #dff3dd;
}

.story-signup-message.error {
  color: #ffd4c8;
}

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

@media (max-width: 1100px) {
  .story-top-social {
    position: static;
    transform: none;
  }
  .story-header {
    grid-template-columns: 205px 1fr 120px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .story-logo {
    width: 182px;
    margin-left: -90px;
  }
  .ohlala-story-page::before {
    width: 92px;
    height: 178px;
    top: 20px;
    left: 2px;
  }
  .ohlala-story-page::after {
    width: 300px;
    height: 190px;
    top: 92px;
    opacity: .56;
  }
  .story-nav {
    gap: 18px 28px;
    padding-top: 76px;
  }
  .story-hero {
    margin-top: 44px;
  }
  .story-content-wrap {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-bottom: 176px;
  }
  .story-profile-card {
    justify-self: center;
    margin-top: 24px;
  }
  .story-footer {
    margin-top: -44px;
  }
  .story-footer-wave {
    top: -90px;
    height: 92px;
  }
  .story-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
  }
  .story-footer-left,
  .story-newsletter {
    justify-self: center;
  }
  .story-follow-row,
  .story-social-row {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .ohlala-story-page::before {
    width: 74px;
    height: 144px;
    top: 18px;
    left: 0;
    opacity: .78;
  }
  .ohlala-story-page::after {
    display: block;
    top: 30px;
    right: -16px;
    width: 150px;
    height: 120px;
    opacity: .78;
    background-position: top right;
  }
  .story-header {
    display: block;
    padding: 22px 20px 0;
    text-align: center;
  }
  .story-logo {
    width: 190px;
    margin: 0 auto;
  }
  .story-nav {
    padding-top: 24px;
    justify-content: center;
    gap: 16px 20px;
  }

  .story-nav a.is-active::after {
    display: none;
  }
  .story-top-social {
    justify-content: center;
    padding-top: 18px;
    position: static;
    transform: none;
  }
  .story-hero {
    margin-top: 34px;
  }
  .story-flourish.story-wide span {
    width: 84px;
  }
  .story-hero h1 {
    letter-spacing: 5px;
    font-size: 46px;
  }
  .story-content-wrap {
    padding: 0 22px;
    margin-top: 30px;
    margin-bottom: 132px;
    gap: 36px;
  }
  .story-copy h2 {
    font-size: 26px;
  }
  .story-script {
    font-size: 24px;
  }
  .story-body-text {
    font-size: 17px;
  }
  .story-profile-card {
    width: 100%;
    min-height: auto;
  }
  .story-profile-card img {
    height: 460px;
  }
  .story-footer {
    margin-top: -30px;
  }
  .story-footer-wave {
    top: -64px;
    height: 66px;
  }
  .story-footer-inner {
    padding: 42px 22px 28px;
  }
  .story-signup {
    max-width: 340px;
    margin: 0 auto;
  }
}
