/* ==========================================================================
   Enove Strategies — enovestrategies.com
   Static stylesheet. Values mirror the original Phlox Pro / Elementor build.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self-hosted variable subsets)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-Italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-Italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/PlayfairDisplay-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/PlayfairDisplay-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   2. Design tokens
   -------------------------------------------------------------------------- */
:root {
  --navy: #1e1854;          /* Elementor global "primary"   */
  --tan: #baa88d;           /* Elementor global "secondary" */
  --bronze: #a97e63;        /* Phlox featured colour 1      */
  --grey: #8d8d8e;          /* Phlox featured colour 4      */
  --black: #000;
  --white: #fff;
  --body-text: rgba(0, 0, 0, 0.9);
  --muted: rgba(255, 255, 255, 0.5);

  --font-body: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-head: 'Playfair Display', 'Times New Roman', Times, serif;

  --wrap: 1600px;
  --gutter: 35px;
  --header-h: 105px;
  --ease-out-quint: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* --------------------------------------------------------------------------
   3. Reset / base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 400;
  margin: 0;
}

p { margin: 0; }
img { max-width: 100%; height: auto; border: 0; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 12px 20px;
}
.skip-link:focus { left: 0; }

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

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* --------------------------------------------------------------------------
   4. Scroll-reveal animations (ports of the theme's Aux* keyframes)
   -------------------------------------------------------------------------- */
@keyframes AuxFadeIn       { from { opacity: 0; }                                        to { opacity: 1; transform: none; } }
@keyframes AuxFadeInUp     { from { opacity: 0; transform: translate3d(0, 27px, 0); }    to { opacity: 1; transform: none; } }
@keyframes AuxFadeInUp1    { from { opacity: 0; transform: translate3d(0, 50px, 0); }    to { opacity: 1; transform: none; } }
@keyframes AuxFadeInRight  { from { opacity: 0; transform: translate3d(27px, 0, 0); }    to { opacity: 1; transform: none; } }
@keyframes AuxFadeInRight1 { from { opacity: 0; transform: translate3d(50px, 0, 0); }    to { opacity: 1; transform: none; } }
@keyframes AuxFadeInLeft   { from { opacity: 0; transform: translate3d(-27px, 0, 0); }   to { opacity: 1; transform: none; } }

[data-anim] {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[data-anim].is-visible                     { animation-name: AuxFadeIn; }
[data-anim="fade-in-up"].is-visible        { animation-name: AuxFadeInUp; }
[data-anim="fade-in-up-1"].is-visible      { animation-name: AuxFadeInUp1; }
[data-anim="fade-in-right"].is-visible     { animation-name: AuxFadeInRight; }
[data-anim="fade-in-right-1"].is-visible   { animation-name: AuxFadeInRight1; }
[data-anim="fade-in-left"].is-visible      { animation-name: AuxFadeInLeft; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-anim] { opacity: 1 !important; animation: none !important; }
  .parallax { transform: none !important; }
}

/* --------------------------------------------------------------------------
   5. Shared type patterns
   -------------------------------------------------------------------------- */

/* Outlined watermark word behind each section title.
   The title block is then lifted back over it, mirroring the original build. */
.watermark {
  font-family: var(--font-head);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--tan);
  margin: 0 0 20px 5px;
  line-height: 1.4em;
  font-size: 100px;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.watermark--wide  { font-size: 120px; line-height: 133px; margin-bottom: 20px; }
.watermark--tight { letter-spacing: -7px; }
.watermark--bronze { -webkit-text-stroke-color: var(--bronze); letter-spacing: -3px; line-height: 1.3em; font-size: 120px; }

/* Title block: lifted over the watermark, with a white scrim so the outline
   reads as a background wash rather than competing with the heading. */
.heading-block {
  position: relative;
  z-index: 2;
  top: var(--lift, -90px);
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.92) 92%, rgba(255, 255, 255, 0.12) 100%);
}
.heading-block--center {
  --lift: -88px;
  background-image: linear-gradient(360deg, var(--white) 81%, rgba(0, 0, 0, 0) 100%);
}
.heading-block--flush { --lift: -89px; background-image: none; }

.section-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  color: var(--black);
}

.lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: var(--body-text);
}
.lead a,
.lead .highlight { text-decoration: underline; color: var(--bronze); }

/* Quote block: 2px tan rule with diamond end-caps */
.rule-quote {
  position: relative;
  padding-left: 45px;
  border-left: 2px solid var(--tan);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: var(--body-text);
}
.rule-quote::before,
.rule-quote::after {
  content: '';
  position: absolute;
  left: -4px;
  width: 6px;
  height: 6px;
  background-color: var(--tan);
  transform: rotate(45deg);
}
.rule-quote::before { top: 0; }
.rule-quote::after { bottom: 0; }

.rule-quote--bronze { border-left-color: rgba(169, 126, 99, 0.42); padding-left: 60px; }
.rule-quote--bronze::before,
.rule-quote--bronze::after { background-color: var(--bronze); }

/* Text button: 54px rule + label, with a 50px square behind it */
.btn-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: var(--black);
}
.btn-line::before {
  content: '';
  position: absolute;
  top: -11px;
  left: -10px;
  width: 50px;
  height: 50px;
  background-color: var(--bronze);
  z-index: -1;
  transition: transform 0.3s var(--ease-out-quint);
}
.btn-line .bar {
  display: inline-block;
  width: 54px;
  height: 2px;
  margin-right: 10px;
  background-color: var(--black);
}
.btn-line:hover::before { transform: translateX(6px); }
.btn-line--light { color: var(--white); }
.btn-line--light .bar { background-color: var(--white); }

/* Vertical hairline with diamond end-caps */
.hairline {
  position: relative;
  width: 1px;
  background-color: rgba(141, 141, 142, 0.91);
}
.hairline::before,
.hairline::after {
  content: '';
  position: absolute;
  right: -3.5px;
  width: 6px;
  height: 6px;
  background-color: var(--grey);
  transform: rotate(45deg);
}
.hairline::before { top: 0; }
.hairline::after { bottom: 0; }

.hairline--tan { background-color: rgba(186, 168, 141, 0.57); }
.hairline--tan::before,
.hairline--tan::after { background-color: var(--tan); }

/* --------------------------------------------------------------------------
   6. Header
   -------------------------------------------------------------------------- */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header--solid {
  position: relative;
  background-color: var(--white);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--header-h);
  padding-block: 15px;
}

.site-logo { display: block; flex: 0 0 auto; }
.site-logo img { height: 105px; width: auto; max-width: 190px; }
.site-logo .logo-solid { display: none; }
.site-header--solid .site-logo .logo-solid { display: block; }
.site-header--solid .site-logo .logo-invert { display: none; }

.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; }
.site-nav__item { position: relative; }
.site-nav__item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 20px 0 20px 40px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: capitalize;
  color: var(--white);
  transition: color 0.25s ease;
}
.site-header--solid .site-nav__item > a { color: var(--black); }
.site-nav__item > a:hover { color: var(--bronze); }
.site-nav__item--current > a { font-weight: 600; }

.site-nav__caret { width: 8px; height: 8px; flex: 0 0 auto; transition: transform 0.25s ease; }

/* Dropdown */
.site-nav__sub {
  position: absolute;
  top: 100%;
  left: 40px;
  min-width: 180px;
  padding: 8px 0;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.site-nav__item:hover > .site-nav__sub,
.site-nav__item:focus-within > .site-nav__sub {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-nav__sub a {
  display: block;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.site-nav__sub a:hover { color: var(--bronze); background-color: rgba(0, 0, 0, 0.03); }

/* Search toggle */
.search-toggle {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  padding: 13px;
  flex: 0 0 auto;
  background-color: var(--bronze);
  color: var(--white);
  transition: background-color 0.25s ease;
}
.search-toggle:hover { background-color: #97705a; }
.search-toggle svg { width: 24px; height: 24px; }

/* Burger */
.burger {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  padding: 10px;
  flex: 0 0 auto;
}
.burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background-color: var(--white);
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.site-header--solid .burger span { background-color: var(--black); }
.burger[aria-expanded="true"] span { background-color: var(--black); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Search overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.search-overlay.is-open { opacity: 1; visibility: visible; }
.search-overlay form {
  display: flex;
  width: min(680px, 100%);
  border: 2px solid var(--black);
}
.search-overlay input {
  flex: 1;
  min-width: 0;
  padding: 18px 22px;
  font-family: var(--font-body);
  font-size: 18px;
  border: 0;
  background: transparent;
}
.search-overlay button[type="submit"] { padding: 0 22px; }
.search-overlay__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 32px;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 1070px;
  background-image: url('../img/hero.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--black);
  opacity: 0.58;
  z-index: -1;
}
.hero__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 0 67px 0 var(--gutter);
}
.hero__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 74.268%;
  padding-left: 30px;
  padding-bottom: 90px;
}
.hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 25.732%;
  padding-bottom: 90px;
  padding-right: 20px;
}

.hero__watermark {
  font-family: var(--font-head);
  font-size: 200px;
  font-weight: 700;
  line-height: 0;
  color: transparent;
  -webkit-text-stroke: 1px var(--grey);
  margin: 0 0 60px;
  user-select: none;
}
.hero__title {
  max-width: 916px;
  margin: -1px 0 50px;
  font-size: 75px;
  font-weight: 400;
  line-height: 80px;
  color: var(--white);
}
.hero__text {
  max-width: 768px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.9);
}
.hero__cta { margin-top: 34px; }

.hero__hairline { flex: 1 1 auto; min-height: 240px; margin-right: 14px; }

.social-list { display: flex; align-items: center; gap: 5px; }
.social-list a {
  display: grid;
  place-items: center;
  padding: 1.1em;
  color: var(--white);
  transition: color 0.25s ease, transform 0.25s ease;
}
.social-list a:hover { color: var(--tan); transform: translateY(-2px); }
.social-list svg { width: 15px; height: 15px; fill: currentColor; }
.hero__social { margin: 40px -22px 70px 0; }

/* --------------------------------------------------------------------------
   8. About
   -------------------------------------------------------------------------- */
.about {
  position: relative;
  padding-top: 195px;
}
.about__inner { display: flex; align-items: flex-start; }
.about__copy { width: 51%; padding-right: 40px; position: relative; z-index: 2; }
.about__media { width: 49%; }

/* Soft ring wash bleeding out of the section, as in the original build */
.about__circle {
  position: absolute;
  top: 60px;
  left: 21%;
  width: 1418px;
  max-width: none;
  z-index: -1;
  pointer-events: none;
}
.about__img { margin-left: auto; }

.about__lead { margin-top: 55px; max-width: 632px; }
.about__quote { margin-top: 35px; max-width: 566px; }

/* --------------------------------------------------------------------------
   9. Why us
   -------------------------------------------------------------------------- */
.why { padding-top: 120px; }
.why__inner { display: flex; align-items: flex-start; gap: 20px; }
.why__media { width: 51%; }
.why__copy { width: 49%; padding-top: 60px; }
.why__lead { margin-top: 40px; max-width: 632px; }
.why__quote { margin-top: 35px; max-width: 566px; }

/* --------------------------------------------------------------------------
   10. Culture
   -------------------------------------------------------------------------- */
.culture { padding-top: 150px; text-align: center; }
.culture__title {
  max-width: 780px;
  margin-inline: auto;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.culture__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin-top: 100px;
}
.culture__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 63px 47px 63px 60px;
  background-color: rgba(30, 24, 84, 0.85);
  transition: background-color 0.3s ease;
}
.culture__card:hover { background-color: rgba(30, 24, 84, 0.95); }
.culture__card img { width: 100px; height: auto; }
.culture__card h3 {
  margin: 25px 0 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  color: var(--white);
  transition: color 300ms ease-out;
}

.divider-vert {
  height: 85px;
  margin: 7em auto 9em;
  width: 1px;
}

/* --------------------------------------------------------------------------
   11. Careers
   -------------------------------------------------------------------------- */
.careers__inner { display: flex; align-items: flex-start; gap: 40px; }
.careers__copy { width: 53.693%; }
.careers__title {
  margin: 0 80px 0 3px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  color: var(--black);
}
.careers__text { max-width: 76%; margin: 8px 0 20px; }
.careers__cta { margin-top: 40px; }
.careers__panel { width: 46.307%; }

/* Accordion */
.accordion { border-top: 0; }
.accordion__item { border-bottom: 1px solid rgba(0, 0, 0, 0.08); transition: background-color 0.3s ease; }
.accordion__item.is-open { background-color: var(--navy); border-bottom-color: transparent; }

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 25px 25px 17px 36px;
  font-family: var(--font-head);
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  text-align: left;
  color: var(--black);
  transition: color 0.3s ease;
}
.accordion__item.is-open .accordion__header { color: var(--white); }

.accordion__icon { flex: 0 0 auto; width: 14px; height: 9px; fill: var(--tan); transition: transform 0.3s ease; }
.accordion__item.is-open .accordion__icon { transform: rotate(180deg); }

.accordion__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s ease; }
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__panel > div { overflow: hidden; }
.accordion__panel p {
  margin: 0 0 5px;
  padding: 0 36px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------------
   12. Contact
   -------------------------------------------------------------------------- */
.contact { padding-top: 140px; padding-bottom: 120px; }
.contact__head { text-align: center; position: relative; }
.contact__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  color: var(--black);
}

.contact__inner { display: flex; align-items: stretch; gap: 40px; margin-top: 110px; }
.contact__details { width: 33%; }
.contact__spacer { width: 8%; border-left: 2px solid var(--black); }
.contact__form-wrap { flex: 1; }

.info-box { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 34px; }
.info-box__icon { flex: 0 0 auto; width: 34px; }
.info-box__icon img { width: 100%; }
.info-box h3 {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
}
.info-box p, .info-box a {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.7px;
  color: var(--black);
}
.info-box a:hover { color: var(--bronze); }
.info-box .social-list a { padding: 0 22px 0 0; color: var(--black); }
.info-box .social-list a:hover { color: var(--bronze); }

/* Forms — outline fields, matching the theme's base input treatment */
.form-field { margin-bottom: 30px; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.625em 0.75em;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  background-color: var(--white);
  border: 1px solid #bbb;
  border-radius: 0;
  transition: border-color ease-out 0.3s;
}
textarea.form-control { height: 292px; resize: vertical; }
.form-control:focus { border-color: var(--tan); outline: 2px solid var(--tan); outline-offset: -2px; }
.form-control::placeholder {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #c5c5c5;
  opacity: 1;
}

.btn-pill {
  display: inline-block;
  min-width: 132px;
  padding: 13px 32px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4em;
  color: var(--white);
  background-color: var(--tan);
  border-radius: 25px;
  transition: background-color 0.3s ease;
}
.btn-pill:hover { background-color: var(--bronze); }

/* The application form keeps the theme's dark submit button */
.btn-submit {
  display: inline-block;
  padding: 11px 30px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  background-color: #3d3d3d;
  border: 0;
  transition: background-color 0.3s ease;
}
.btn-submit:hover { background-color: var(--navy); }

.form-note { margin-top: 18px; font-size: 14px; }
.form-status { margin-top: 18px; font-size: 15px; font-weight: 500; }
.form-status--ok { color: #1d7a45; }
.form-status--err { color: #b3261e; }

/* --------------------------------------------------------------------------
   13. Apply page
   -------------------------------------------------------------------------- */
.page-head {
  position: relative;
  padding-top: 60px;
}
.page-head .heading-block { --lift: -108px; }
.page-head__circle {
  position: absolute;
  top: -529px;
  left: 45%;
  width: 1418px;
  max-width: none;
  z-index: -1;
  pointer-events: none;
}


.apply-form { padding-top: 30px; padding-bottom: 120px; }
.apply-form__intro { margin-bottom: 26px; font-size: 15px; color: rgba(0, 0, 0, 0.6); }
.apply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}
.apply-grid .span-2 { grid-column: 1 / -1; }
.apply-grid .form-field { margin-bottom: 30px; }

.form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--black);
}
.form-hint { margin-top: 6px; font-size: 12px; color: rgba(0, 0, 0, 0.55); }

select.form-control { appearance: none; padding-right: 46px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
}
input[type="file"].form-control { height: auto; padding: 16px 25px; }
input[type="date"].form-control { padding-right: 18px; }

/* --------------------------------------------------------------------------
   14. Legal pages (terms / privacy)
   -------------------------------------------------------------------------- */
.legal { padding-bottom: 120px; }
.legal__body { max-width: 1530px; }
.legal__body h2 {
  margin: 44px 0 18px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f1f1f;
}
.legal__body h3 {
  margin: 30px 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f1f1f;
}
.legal__body p { margin: 0 0 18px; font-size: 16px; line-height: 26px; color: var(--black); }
.legal__body ul { margin: 0 0 18px; padding-left: 22px; list-style: disc; }
.legal__body li { margin-bottom: 10px; font-size: 16px; line-height: 26px; }
.legal__body a { color: var(--bronze); text-decoration: underline; }
.legal__meta { margin-bottom: 26px; }

/* --------------------------------------------------------------------------
   15. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: var(--black);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.site-footer__main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1618px;
  margin-inline: auto;
  padding: 42px var(--gutter) 35px;
}
.site-footer__brand { width: 34%; }
.site-footer__col { width: 32%; }

.site-footer__logo { width: 38%; margin-bottom: 30px; }
.site-footer .social-list a { padding: 0 30px 0 0; }
.site-footer .social-list svg { width: 14px; height: 14px; }

.site-footer h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.9);
}
.site-footer__about {
  max-width: 71%;
  padding: 15px 31px 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--muted);
}
.footer-menu { margin-top: 18px; }
.footer-menu a {
  display: block;
  padding: 8px 0 8px 12px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.footer-menu a:hover { color: var(--tan); padding-left: 18px; }

.site-footer__bar {
  max-width: 1680px;
  margin-inline: auto;
  padding: 17px var(--gutter) 18px;
}
.site-footer__bar-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(91, 91, 91, 0.31);
  padding-top: 17px;
}
.site-footer__legal,
.site-footer__copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__legal a:hover { color: var(--tan); }
.site-footer__copy { text-transform: capitalize; line-height: 1.2em; }

/* Back to top */
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background-color: var(--bronze);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, background-color 0.25s ease;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background-color: var(--navy); }
.to-top svg { width: 16px; height: 16px; fill: currentColor; }

/* --------------------------------------------------------------------------
   16. 404
   -------------------------------------------------------------------------- */
.error-page { padding: 160px 0 140px; text-align: center; }
.error-page h1 { font-size: 90px; line-height: 1.1; }
.error-page p { margin: 20px auto 34px; max-width: 560px; font-size: 16px; line-height: 26px; }

/* --------------------------------------------------------------------------
   17. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1400px) {
  .hero__watermark { font-size: 160px; }
  .hero__title { font-size: 62px; line-height: 68px; }
  .culture__card { padding: 48px 26px; }
}

@media (max-width: 1200px) {
  .watermark { font-size: 82px; }
  .watermark--wide, .watermark--bronze { font-size: 92px; line-height: 1.2em; }
  .section-title, .culture__title, .careers__title, .contact__title { font-size: 40px; line-height: 46px; }
  .heading-block { --lift: -74px; }
  .heading-block--center { --lift: -72px; }
  .heading-block--flush { --lift: -73px; }
  .page-head .heading-block { --lift: -88px; }
  .culture__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  :root { --gutter: 20px; --header-h: 80px; }

  .site-header { position: relative; background-color: var(--white); }
  .site-header .site-logo .logo-solid { display: block; }
  .site-header .site-logo .logo-invert { display: none; }
  .site-header .burger span { background-color: var(--black); }

  .burger { display: block; }
  .search-toggle { margin-left: auto; }

  .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(360px, 86vw);
    z-index: 110;
    padding: 90px 28px 40px;
    background: var(--white);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease-out-quint);
  }
  .site-nav.is-open { transform: none; }
  .site-nav__list { flex-direction: column; align-items: stretch; }
  .site-nav__item > a { padding: 14px 0; color: var(--black); font-size: 18px; }
  .site-nav__sub {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0 0 6px 16px;
    min-width: 0;
  }
  .site-nav__sub a { padding: 10px 0; }
  .site-nav__caret { display: none; }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
  }
  .nav-backdrop.is-open { opacity: 1; visibility: visible; }

  .hero { min-height: 700px; }
  .hero__inner { flex-direction: column; padding: 0 var(--gutter); }
  .hero__main, .hero__aside { width: 100%; padding-left: 0; }
  .hero__main { padding-top: 120px; padding-bottom: 40px; }
  .hero__aside { flex-direction: row; align-items: center; justify-content: flex-start; padding: 0 0 60px; }
  .hero__hairline { display: none; }
  .hero__social { margin: 0; }
  .hero__watermark { font-size: 120px; margin-bottom: 40px; }
  .hero__title { font-size: 47px; line-height: 55px; }

  .about { padding-top: 100px; }
  .about__inner, .why__inner, .careers__inner, .contact__inner { flex-direction: column; }
  .about__copy, .about__media,
  .why__media, .why__copy,
  .careers__copy, .careers__panel { width: 100%; padding-right: 0; }
  .about__media, .why__media { margin-top: 40px; }
  .why__copy { padding-top: 0; }
  .about__img { margin-inline: auto; }
  .about__circle { left: 30%; top: -40px; width: 1000px; }
  .page-head__circle { top: -420px; left: 40%; width: 1000px; }
  .careers__title { margin-right: 0; }
  .careers__text { max-width: 100%; }
  .careers__panel { margin-top: 50px; }

  .contact__details, .contact__form-wrap { width: 100%; }
  .contact__spacer { display: none; }
  .contact__inner { gap: 50px; margin-top: 70px; }

  .culture__grid { margin-top: 60px; }
  .divider-vert { margin: 4em auto 5em; }

  .site-footer__brand, .site-footer__col { width: 100%; }
  .site-footer__about { max-width: 100%; padding-right: 0; }
  .site-footer__bar-inner { flex-wrap: wrap; justify-content: space-between; }
}

@media (max-width: 767px) {
  .watermark, .watermark--wide, .watermark--bronze { font-size: 57px; letter-spacing: 0; line-height: 1.2em; }
  .section-title, .culture__title, .careers__title, .contact__title { font-size: 31px; line-height: 38px; }
  .heading-block, .heading-block--center, .heading-block--flush { --lift: -42px; }
  .page-head .heading-block { --lift: -46px; }

  .hero { min-height: 620px; }
  .hero__watermark { font-size: 76px; letter-spacing: 0; margin-bottom: 24px; }
  .hero__title { font-size: 46px; line-height: 53px; }

  .culture__grid { grid-template-columns: 1fr; }
  .culture__card { padding: 38px 36px; }

  .rule-quote { padding-left: 24px; }
  .rule-quote--bronze { padding-left: 24px; }

  .accordion__header { padding: 20px 16px 14px 20px; font-size: 22px; line-height: 30px; }
  .accordion__panel p { padding: 0 20px 22px; }

  .apply-grid { grid-template-columns: 1fr; }
  .apply-grid .span-2 { grid-column: auto; }

  .legal__body h2 { font-size: 28px; }
  .legal__body h3 { font-size: 21px; }

  .error-page h1 { font-size: 56px; }
}
