:root {
  --ink: #183942;
  --deep: #0d2931;
  --sand: #f4f0e8;
  --cream: #fbfaf7;
  --rose: #b76e79;
  --rose-light: #e8c4c9;
  --rose-pale: #f9e9eb;
  --line: rgba(24, 57, 66, .16);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
}

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

img { display: block; max-width: 100%; }

.container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Header */
.essence-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.essence-nav {
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
}

.brand { display: inline-flex; align-items: center; }

.brand img {
  width: auto;
  height: 37px;
  object-fit: contain;
}

.essence-header .brand img { height: 25px; }

.nav-links {
  display: flex;
  align-items: center;
  height: 70px;
  margin-left: auto;
}

.nav-links a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, .24);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nav-links .nav-contact {
  height: auto;
  margin-left: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .7);
}

.nav-links .is-active {
  color: var(--rose-light);
  background: rgba(255, 255, 255, .08);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  color: #fff;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
}

.mobile-menu { display: none; }

/* Hero */
.essence-hero {
  position: relative;
  display: flex;
  min-height: 720px;
  height: 100svh;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.essence-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.essence-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 24, 29, .72), rgba(5, 24, 29, .52));
}

.essence-hero__content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

.essence-logo {
  display: block;
  width: 170px;
  height: 53px;
  margin: 0 auto 40px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}

.essence-hero .eyebrow { color: var(--rose-light); }

.essence-hero h1,
.essence-thesis h2,
.essence-quote blockquote,
.essence-experiences h2,
.essence-benefits h2,
.essence-difference h2,
.essence-stories h2,
.essence-process h2,
.essence-for h2,
.essence-cta h2 {
  font-family: Montserrat, sans-serif;
  letter-spacing: -.07em;
  line-height: 1.04;
}

.essence-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 500;
}

.essence-hero h1 strong,
.essence-thesis h2 strong,
.essence-experiences h2 strong,
.essence-benefits h2 strong,
.essence-difference h2 strong,
.essence-stories h2 strong,
.essence-process h2 strong,
.essence-for h2 strong,
.essence-cta h2 strong {
  font-weight: 700;
}

.essence-hero__content > p:not(.eyebrow) {
  max-width: 580px;
  margin: 24px auto 32px;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.7;
}

.hero-cta,
.essence-cta a {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  min-height: 50px;
  padding: 0 20px;
  color: var(--deep);
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-cta span,
.essence-cta a span { font-size: 20px; }

.hero-scroll {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 40px;
  height: 1px;
  background: var(--rose-light);
}

/* Thesis */
.essence-thesis {
  padding: 125px 0;
  text-align: center;
  background: #fff;
}

.essence-thesis .container {
  max-width: 820px;
}

.thesis-grid {
  display: grid;
  gap: 30px;
}

.essence-thesis h2,
.essence-experiences h2,
.essence-benefits h2,
.essence-difference h2,
.essence-stories h2,
.essence-process h2,
.essence-for h2,
.essence-cta h2 {
  margin: 0;
  font-size: clamp(37px, 4.2vw, 61px);
  font-weight: 500;
}

.essence-thesis p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px auto 0;
  color: #506870;
  font-size: 17px;
  line-height: 1.75;
}

/* Quote */
.essence-quote {
  padding: 115px 0;
  color: #fff;
  background: var(--deep);
}

.essence-quote blockquote {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(37px, 4.8vw, 70px);
  font-weight: 500;
}

.essence-quote strong {
  color: var(--rose-light);
  font-weight: 700;
}

/* Experiences */
.essence-experiences {
  padding: 125px 0;
  background: var(--sand);
}

.experiences-heading {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.experiences-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.experience-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}

.experience-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.experience-card__copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 28px;
}

.experience-card__copy > span {
  display: block;
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.experience-card h3 {
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -.05em;
  line-height: 1.1;
}

.experience-card p {
  margin: 0;
  color: #526b73;
  font-size: 14px;
  line-height: 1.65;
}

/* Benefits */
.essence-benefits {
  padding: 125px 0;
  background: #fff;
}

.benefits-heading {
  text-align: center;
  margin-bottom: 60px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.benefit-card {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid var(--line);
}

.benefit-card svg {
  width: 44px;
  height: 44px;
  margin: 0 auto 22px;
  color: var(--rose);
  stroke-width: 1.5;
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  letter-spacing: -.04em;
}

.benefit-card p {
  margin: 0;
  color: #526b73;
  font-size: 14px;
  line-height: 1.6;
}

/* Process */
.essence-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  color: #fff;
  background: var(--deep);
}

.essence-process__image {
  background: linear-gradient(rgba(5, 24, 29, .2), rgba(5, 24, 29, .2)),
              url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?auto=format&fit=crop&w=1500&q=85") center/cover;
}

.essence-process__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  padding: 105px max(4vw, 36px);
}

.essence-process .eyebrow { color: var(--rose-light); }

.essence-process h2 { margin-bottom: 25px; }

.essence-process__copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.75;
}

.essence-process ol {
  max-width: 600px;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  list-style: none;
}

.essence-process li {
  display: flex;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-size: 14px;
}

.essence-process li span {
  color: var(--rose-light);
  font-size: 11px;
  font-weight: 700;
}

.essence-process__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.essence-process__copy > a:hover {
  border-bottom-color: var(--rose-light);
  color: var(--rose-light);
}

/* Difference */
.essence-difference {
  padding: 125px 0;
  background: var(--sand);
}

.difference-heading {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.difference-heading h2 { margin: 0; }

.difference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.difference-card {
  min-height: 360px;
  padding: 48px 52px;
  border-bottom: 1px solid var(--line);
}

.difference-card + article { border-left: 1px solid var(--line); }

.difference-card > span {
  display: block;
  margin-bottom: 62px;
  color: #6c8289;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.difference-card h3 {
  max-width: 400px;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(25px, 2.7vw, 38px);
  letter-spacing: -.06em;
  line-height: 1.08;
}

.difference-card p {
  max-width: 420px;
  margin: 0;
  color: #526b73;
  line-height: 1.7;
}

.difference-card small {
  display: block;
  margin-top: 29px;
  color: var(--rose);
  font-weight: 700;
}

.difference-card--essence {
  color: #fff;
  background: var(--ink);
}

.difference-card--essence > span { color: var(--rose-light); }

.difference-card--essence p { color: rgba(255, 255, 255, .76); }

.difference-card--essence small { color: var(--rose-light); }

/* Stories */
.essence-stories {
  padding: 125px 0;
  background: #fff;
}

.stories-heading {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.stories-heading h2 { margin: 0; }

.stories-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px auto 0;
  color: #506870;
  line-height: 1.75;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.story {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  overflow: hidden;
}

.story--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.story img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.story--wide img {
  height: 100%;
  min-height: 460px;
}

.story > div {
  display: flex;
  flex-direction: column;
  padding: 34px 32px;
}

.story span {
  display: block;
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.story h3 {
  margin: 0 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -.05em;
  line-height: 1.12;
}

.story p {
  margin: 0;
  color: #526b73;
  font-size: 15px;
  line-height: 1.7;
}

.story small {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* For whom */
.essence-for {
  padding: 125px 0;
  background: #fff;
}

.essence-for .eyebrow,
.essence-for h2 {
  text-align: center;
}

.for-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  text-align: left;
}

.for-grid > div:last-child {
  max-width: 510px;
  color: #526c75;
  font-size: 17px;
  line-height: 1.75;
}

.for-grid > div:last-child p + p { margin-top: 22px; }

.for-grid ul {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.for-grid li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.for-grid li::before {
  margin-right: 11px;
  color: var(--rose);
  content: "—";
}

/* CTA */
.essence-cta {
  padding: 130px 0;
  text-align: center;
  background: var(--rose-pale);
}

.essence-cta h2 {
  max-width: 890px;
  margin: 0 auto 22px;
}

.essence-cta p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 auto 32px;
  color: #526c75;
  line-height: 1.75;
}

.essence-cta a {
  color: #fff;
  background: var(--deep);
}

/* Footer */
.footer {
  padding: 62px 0 24px;
  color: #dce5e2;
  background: #0a2229;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 55px;
}

.footer .brand { margin-bottom: 18px; }

.footer-brand p {
  max-width: 310px;
  margin: 0;
  color: #91a8aa;
  font-size: 14px;
}

.footer h3 {
  margin: 7px 0 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-links { display: grid; gap: 9px; }

.footer-links a,
.footer-contact a {
  color: #b7c7c8;
  font-size: 14px;
}

.footer-contact { display: grid; gap: 8px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #82999b;
  font-size: 12px;
}

/* Mobile */
@media (max-width: 760px) {
  .container,
  .essence-nav,
  .essence-hero__content {
    width: min(100% - 40px, 1180px);
  }

  .nav-links { display: none; }

  .menu-toggle { display: block; }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 32px 32px;
    color: #fff;
    background: var(--deep);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: .28s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mobile-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-size: 28px;
  }

  .essence-hero { min-height: 680px; }

  .essence-hero__content { padding-top: 110px; }

  .essence-logo {
    width: 145px;
    margin-bottom: 31px;
  }

  .essence-hero h1 { font-size: 43px; }

  .essence-hero__content > p:not(.eyebrow) { font-size: 15px; }

  .essence-thesis,
  .essence-experiences,
  .essence-benefits,
  .essence-difference,
  .essence-stories,
  .essence-for,
  .essence-cta { padding: 76px 0; }

  .essence-quote { padding: 77px 0; }

  .thesis-grid,
  .for-grid,
  .experiences-grid,
  .benefits-grid,
  .essence-process,
  .difference-grid,
  .stories-grid,
  .story--wide {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .difference-card {
    min-height: 0;
    padding: 36px 29px;
  }

  .difference-card + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .difference-card > span,
  .stories-heading h2 { margin-bottom: 31px; }

  .story img {
    height: auto;
    min-height: 240px;
  }

  .story--wide img {
    height: auto;
    min-height: 320px;
  }

  .story > div { padding: 28px 24px; }

  .experience-card img { height: 260px; }

  .benefit-card { padding: 32px 20px; }

  .essence-process__image { min-height: 380px; }

  .essence-process__copy { padding: 72px 20px; }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom { display: block; }

  .footer-bottom span + span {
    display: block;
    margin-top: 8px;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .experiences-grid,
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
