:root {
  --cb-accent: #e84a5b;
  --cb-menu-button: #ea7182;
  --cb-menu-border: #ea7182;
  --cb-ease: cubic-bezier(.22, 1, .36, 1);
}

@font-face {
  font-family: "Uniqueen Bold";
  src: url("../../fonts/Uniqueen-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Heatwood";
  src: url("../../fonts/Heatwood.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Oswald SemiBold";
  src: url("../../fonts/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: #f4f0e7;
}

html.is-cb-menu-locked,
body.is-cb-menu-locked {
  overflow: hidden;
}

.cb-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #000;
}

.cb-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .38));
}

.cb-hero__top-gradient {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: clamp(150px, 18vw, 244px);
  background-image: url("../../images/optimized/external/gradient-hex.webp");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}

.cb-hero__logo {
  position: absolute;
  z-index: 5;
  top: clamp(24px, 3.8vw, 68px);
  left: clamp(22px, 8.9vw, 170px);
  display: inline-flex;
  width: clamp(160px, 15.5vw, 275px);
  text-decoration: none;
}

.cb-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.cb-hero__inner {
  position: relative;
  z-index: 3;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px 40px;
}

.cb-hero__content {
  width: min(1200px, 94%);
  text-align: center;
}

.cb-hero__title {
  margin: 0;
}

.cb-hero__headline {
  display: block;
  color: #fff;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(28px, 4.15vw, 64px);
  font-weight: 400;
  line-height: .98;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
  text-transform: uppercase;
}

.cb-hero__subtitle-lockup {
  --cb-modern-size: clamp(34px, 4.4vw, 62px);
  --cb-subtop-word-size: clamp(24px, 2.75vw, 42px);
  --cb-subtop-number-size: clamp(36px, 4.05vw, 62px);
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin-top: clamp(42px, 4.4vw, 68px);
  text-align: left;
}

.cb-hero__subtop {
  position: absolute;
  left: clamp(-116px, calc(var(--cb-modern-size) * -1.6), -14px);
  top: clamp(-46px, calc(var(--cb-modern-size) * -.7), -24px);
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: .13em;
  width: max-content;
  max-width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-family: "Heatwood", cursive;
  font-size: var(--cb-subtop-word-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .78;
  text-transform: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  transform: rotate(-3deg);
  transform-origin: 18% 50%;
  white-space: nowrap;
}

.cb-hero__subtop-number,
.cb-hero__subtop-words {
  display: inline-block;
}

.cb-hero__subtop-number {
  font-size: var(--cb-subtop-number-size);
  line-height: .72;
  -webkit-text-stroke: 0;
  paint-order: normal;
}

.cb-hero__subtop-words {
  font-size: var(--cb-subtop-word-size);
  line-height: .76;
  -webkit-text-stroke: .25px #fff;
  paint-order: stroke fill;
}

.cb-hero__subbottom {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--cb-accent);
  font-family: "Jost", sans-serif;
  font-size: var(--cb-modern-size);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: .96;
  text-transform: uppercase;
  white-space: nowrap;
}

.cb-hero__subbottom-line {
  display: inline;
}

.cb-hero__buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.cb-hero__button {
  --cb-button-script-size: clamp(.54rem, .68vw, .92rem);
  --cb-button-label-size: clamp(.96rem, 1.4vw, 1.72rem);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, .4vw, 7px);
  box-sizing: border-box;
  width: clamp(120px, 11vw, 199px);
  min-height: clamp(28px, 2.18vw, 40px);
  padding: clamp(3px, .26vw, 4px) clamp(8px, .72vw, 13px);
  border: 0;
  border-radius: 0;
  background: #b23d48;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.cb-hero__button--contact {
  width: clamp(110px, 9.52vw, 172px);
}

.cb-hero__button::before {
  content: "";
  position: absolute;
  inset: clamp(3px, .2vw, 4px);
  z-index: 0;
  border: 1px solid #fffaf2;
  pointer-events: none;
}

.cb-hero__button-script,
.cb-hero__button-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}

.cb-hero__button-script {
  font-family: "Heatwood", cursive;
  font-size: var(--cb-button-script-size);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .82;
  text-transform: none;
  transform: translateY(.08em) rotate(-2deg);
}

.cb-hero__button--contact .cb-hero__button-script {
  transform: translateY(.08em) rotate(-2deg);
}

.cb-hero__button-label {
  font-family: "Oswald SemiBold", "Oswald", Impact, sans-serif;
  font-size: var(--cb-button-label-size);
  font-weight: 700;
  letter-spacing: .03em;
  line-height: .82;
  text-transform: uppercase;
}

.cb-hero__button-arrow {
  width: 0;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: width .28s, margin-left .28s, opacity .28s, transform .28s;
}

.cb-hero__button:hover .cb-hero__button-arrow,
.cb-hero__button:focus-visible .cb-hero__button-arrow {
  width: 22px;
  margin-left: 8px;
  opacity: 1;
  transform: translateX(0);
}

.cb-hero__button-arrow img {
  display: block;
  width: 18px;
}

.cb-menu-trigger {
  position: fixed;
  z-index: 200000;
  top: clamp(1rem, 2vw, 2.2rem);
  right: clamp(1rem, 2.3vw, 2rem);
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: clamp(.44rem, .7vw, .65rem);
  width: clamp(5rem, 6.8vw, 6rem);
  min-width: clamp(5rem, 6.8vw, 6rem);
  height: clamp(5rem, 6.8vw, 6rem);
  padding: clamp(.78rem, 1vw, .92rem) clamp(.72rem, 1vw, .86rem);
  border: 2px solid var(--cb-menu-border);
  border-radius: clamp(1.35rem, 1.9vw, 1.65rem);
  background: var(--cb-menu-button);
  color: #fff;
  clip-path: inset(0 0 0 0 round clamp(1.35rem, 1.9vw, 1.65rem));
  cursor: pointer;
  isolation: isolate;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-shadow: none;
  transition:
    border-color 420ms var(--cb-ease),
    background-color 420ms var(--cb-ease),
    color 420ms var(--cb-ease),
    opacity 520ms var(--cb-ease),
    clip-path 820ms var(--cb-ease),
    transform 760ms var(--cb-ease);
}

.cb-menu-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 420ms var(--cb-ease);
}

.cb-menu-trigger:hover,
.cb-menu-trigger:focus-visible,
.cb-menu-trigger.is-inverted {
  border-color: var(--cb-menu-border);
  background: #fff;
  color: #111310;
  outline: none;
}

.cb-menu-trigger:hover::before,
.cb-menu-trigger:focus-visible::before,
.cb-menu-trigger.is-inverted::before {
  transform: scaleY(1);
}

.cb-menu-trigger__label,
.cb-menu-trigger__icon {
  position: relative;
  z-index: 1;
}

.cb-menu-trigger__label {
  color: currentColor;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(.7rem, .82vw, .82rem);
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.cb-menu-trigger__icon {
  width: 24px;
  height: 18px;
  color: currentColor;
}

.cb-menu-trigger__line {
  position: absolute;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 420ms var(--cb-ease), width 420ms var(--cb-ease);
}

.cb-menu-trigger__line--top {
  top: 2px;
  width: 19px;
}

.cb-menu-trigger__line--bottom {
  bottom: 2px;
  width: 24px;
}

.cb-menu-trigger:hover .cb-menu-trigger__line--top,
.cb-menu-trigger:focus-visible .cb-menu-trigger__line--top {
  transform: translateY(1px) translateX(3px);
}

.cb-menu-trigger:hover .cb-menu-trigger__line--bottom,
.cb-menu-trigger:focus-visible .cb-menu-trigger__line--bottom {
  transform: translateY(-1px) translateX(-3px);
}

body.is-cb-menu-open .cb-menu-trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cb-menu-trigger.is-context-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-8px) scale(.96) !important;
}

.cb-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 199980;
  background: rgba(6, 8, 7, .56);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.cb-menu-panel {
  position: fixed;
  inset: 1rem;
  z-index: 199981;
  display: grid;
  place-items: center;
  height: calc(100dvh - 2rem);
  min-height: calc(100dvh - 2rem);
  padding: 72px 20px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(76, 134, 123, .96), rgba(70, 125, 115, .98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .04);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: scale(.985);
  transform-origin: top right;
  visibility: hidden;
  transition: opacity 320ms ease, transform 420ms var(--cb-ease), visibility 0s linear 320ms;
}

.cb-menu-panel__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 6rem;
  height: 6rem;
  border: 2px solid #404534;
  border-radius: 1.72rem;
  background: rgba(242, 239, 229, .98);
  color: #313528;
  clip-path: inset(0 0 0 0 round 1.72rem);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 420ms var(--cb-ease), color 420ms var(--cb-ease), border-color 420ms var(--cb-ease);
}

.cb-menu-panel__close .cb-menu-trigger__icon {
  width: 28px;
  height: 28px;
  transition: transform 360ms var(--cb-ease);
}

.cb-menu-panel__close .cb-menu-trigger__line {
  left: 50%;
  right: auto;
  height: 6px;
  background: currentColor;
  transform-origin: center;
}

.cb-menu-panel__close .cb-menu-trigger__line--top {
  top: 50%;
  width: 28px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.cb-menu-panel__close .cb-menu-trigger__line--bottom {
  top: 50%;
  bottom: auto;
  width: 28px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cb-menu-panel__close:hover,
.cb-menu-panel__close:focus-visible {
  border-color: rgba(233, 247, 243, .48);
  background: #92c4ba;
  color: #fff;
  outline: none;
}

.cb-menu-panel__close:hover .cb-menu-trigger__icon,
.cb-menu-panel__close:focus-visible .cb-menu-trigger__icon {
  transform: rotate(90deg) scale(1.05);
}

.cb-menu-panel__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(720px, 100%);
}

.cb-menu-panel__links a {
  position: relative;
  display: inline-flex;
  color: #f2efe5;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.15rem, 3.3vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: .94;
  overflow: visible;
  padding: .02em .14em .02em .05em;
  perspective: 700px;
  text-decoration: none;
  text-transform: uppercase;
}

.cb-menu-panel__links a .cb-menu-roll-stack > span {
  display: block;
  min-height: 1em;
  transform-origin: 50% 50% -.5em;
  transition: transform .8s var(--cb-ease), opacity .8s var(--cb-ease);
}

.cb-menu-panel__links a .cb-menu-roll-stack > span:last-child {
  position: absolute;
  inset: .02em auto auto .05em;
  color: #d7565f;
  opacity: 0;
  transform: rotateX(-92deg) rotateZ(7deg);
}

.cb-menu-panel__links a:hover .cb-menu-roll-stack > span:first-child,
.cb-menu-panel__links a:focus-visible .cb-menu-roll-stack > span:first-child {
  opacity: 0;
  transform: rotateX(92deg) rotateZ(-7deg);
}

.cb-menu-panel__links a:hover .cb-menu-roll-stack > span:last-child,
.cb-menu-panel__links a:focus-visible .cb-menu-roll-stack > span:last-child {
  opacity: 1;
  transform: rotateX(0deg) rotateZ(0deg);
}

body.is-cb-menu-open .cb-menu-backdrop,
body.is-cb-menu-open .cb-menu-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

body.is-cb-menu-open .cb-menu-panel {
  transform: scale(1);
  transition: opacity 360ms ease, transform 420ms var(--cb-ease), visibility 0s linear 0s;
}

@media (max-width: 767px) {
  .cb-hero,
  .cb-hero__inner {
    width: 100vw;
    max-width: 100vw;
    min-height: max(620px, 100svh);
  }

  .cb-hero__inner {
    align-items: flex-end;
    padding: 150px 9px calc(10px + env(safe-area-inset-bottom));
  }

  .cb-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, calc(100vw - 18px));
    max-width: calc(100vw - 18px);
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    transform: none;
  }

  .cb-hero__title {
    width: 100%;
    max-width: 100%;
  }

  .cb-hero__headline {
    width: min(100%, calc(100vw - 26px));
    max-width: calc(100vw - 26px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(30px, 9.35vw, 44px);
    letter-spacing: -.025em;
    line-height: .92;
    overflow-wrap: normal;
    transform: none;
    white-space: nowrap;
    word-spacing: .04em;
  }

  .cb-hero__subtitle-lockup {
    --cb-modern-size: clamp(23px, 6.6vw, 34px);
    --cb-subtop-word-size: clamp(9.5px, 2.75vw, 13px);
    --cb-subtop-number-size: clamp(14.5px, 4.3vw, 22px);
    display: block;
    width: min(100%, calc(100vw - 18px));
    max-width: calc(100vw - 18px);
    margin-right: auto;
    margin-top: clamp(44px, 11vw, 54px);
    margin-left: auto;
    text-align: center;
  }

  .cb-hero__subtop {
    left: calc(50% - min(36vw, 142px));
    top: clamp(-15px, -3.8vw, -11px);
    gap: .12em;
  }

  .cb-hero__subbottom {
    width: 100%;
    max-width: 100%;
    letter-spacing: .01em;
    line-height: .9;
    text-align: center;
    transform: scaleX(.94);
    transform-origin: center center;
    white-space: nowrap;
  }

  .cb-hero__subbottom-line {
    display: block;
  }

  .cb-hero__buttons {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin-top: clamp(18px, 5vw, 24px);
  }

  .cb-hero__button {
    --cb-button-script-size: clamp(.82rem, 3.6vw, 1.05rem);
    --cb-button-label-size: clamp(1.25rem, 5.8vw, 1.65rem);
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
    min-height: clamp(54px, 15vw, 62px);
    padding: 7px 6px;
    gap: clamp(3px, 1.5vw, 7px);
  }

  .cb-hero__button--contact {
    width: auto;
  }

  .cb-hero__button::before {
    inset: 7px;
    border-width: 2px;
  }

  .cb-hero__logo {
    top: 22px;
    left: 22px;
    width: clamp(112px, 33vw, 145px);
  }

  .cb-menu-trigger {
    top: .88rem;
    right: .88rem;
    width: clamp(4.55rem, 19vw, 5.2rem);
    min-width: clamp(4.55rem, 19vw, 5.2rem);
    height: clamp(4.55rem, 19vw, 5.2rem);
    border-radius: 1.25rem;
    clip-path: inset(0 0 0 0 round 1.25rem);
  }

  .cb-menu-trigger__label {
    font-size: clamp(.62rem, 2.35vw, .72rem);
  }
}

@media (max-width: 380px) {
  .cb-hero__headline {
    font-size: clamp(30px, 9.2vw, 34px);
    letter-spacing: -.025em;
  }

  .cb-hero__subtitle-lockup {
    --cb-modern-size: clamp(23px, 6.55vw, 25px);
    --cb-subtop-word-size: clamp(9.5px, 2.85vw, 10.7px);
    --cb-subtop-number-size: clamp(14.5px, 4.45vw, 17px);
  }

  .cb-hero__button {
    min-height: 54px;
  }

  .cb-hero__button--contact {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .cb-hero__subtop {
    left: -8px;
    top: -30px;
  }
}

@media (min-width: 900px) {
  .cb-hero {
    min-height: clamp(700px, 50vw, 820px);
  }

  .cb-hero__inner {
    align-items: flex-end;
    min-height: inherit;
    padding: clamp(240px, 18vw, 300px) 20px clamp(82px, 6vw, 112px);
  }

  .cb-hero__headline {
    font-size: clamp(32px, 4.45vw, 70px);
  }

  .cb-hero__subtitle-lockup {
    --cb-modern-size: clamp(25.2px, 3.15vw, 45px);
    --cb-subtop-word-size: clamp(10.8px, 1.125vw, 18.9px);
    --cb-subtop-number-size: clamp(16.2px, 1.665vw, 27px);
  }
}

@media (max-width: 499px) {
  .cb-menu-panel {
    inset: .65rem;
    height: calc(100dvh - 1.3rem);
    min-height: calc(100dvh - 1.3rem);
  }

  .cb-menu-panel__close {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.35rem;
    clip-path: inset(0 0 0 0 round 1.35rem);
  }
}

/* Darby menu shell translated for Charleston Booth. */
.cb-menu-panel {
  display: block;
  padding: 72px 20px 12px;
  background: #9a4f55;
}

.cb-menu-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 920' fill='none'%3E%3Cg stroke='%23fca4b1' stroke-opacity='.48' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M-80 130C140 20 310 190 520 110s380-50 540 55 350 65 620-55'/%3E%3Cpath d='M-120 370c210-155 390-60 570 35s360 130 570 5 390-120 700 15'/%3E%3Cpath d='M-100 665c170-125 360-155 520-35s330 185 555 65 395-85 640 30'/%3E%3Cpath d='M410-80c160 180 50 320 115 480s250 230 145 560'/%3E%3Cpath d='M1170-60c-125 165-55 315 20 445s50 310-80 535'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: 50% 50%;
  opacity: .82;
  pointer-events: none;
  animation: cbMenuLinesFloat 8s ease-in-out infinite alternate;
}

.cb-menu-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 920' fill='none'%3E%3Cg stroke='%23ffffff' stroke-opacity='.22' stroke-width='1.25' stroke-linecap='round'%3E%3Cpath d='M-90 220c160 35 285 145 445 120s290-145 460-75 285 190 485 135 325-160 560-50'/%3E%3Cpath d='M-75 535c175-80 300-15 470 100s330 115 505 5 320-160 515-75 285 155 475 130'/%3E%3Cpath d='M710-40c-45 170 70 270 20 425s-210 255-90 555'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 108% 108%;
  background-position: 48% 50%;
  opacity: .55;
  pointer-events: none;
  animation: cbMenuLinesDrift 11s ease-in-out infinite alternate;
}

.cb-menu-panel__brand { display: none; }

.cb-menu-panel__close {
  z-index: 3;
}

.cb-menu-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(340px, .94fr);
  gap: clamp(18px, 2.8vw, 42px);
  align-items: stretch;
  min-height: calc(100dvh - 136px);
  max-height: calc(100dvh - 136px);
  transform: translateY(-34px);
}

.cb-menu-media {
  position: relative;
  display: grid;
  grid-template-columns: .96fr 1fr;
  grid-template-rows: 1.08fr .88fr;
  gap: 18px;
  width: 100%;
  min-height: 0;
  align-self: center;
  margin-block: auto;
  transform: translateY(40px);
}

.cb-menu-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.cb-menu-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(.95) brightness(.9);
  transition: transform 900ms cubic-bezier(.22, 1, .36, 1), filter 500ms ease;
}

.cb-menu-card:hover img { transform: scale(1.04); filter: grayscale(0) contrast(1) brightness(1); }
.cb-menu-card--portrait { grid-row: 1 / span 2; }
.cb-menu-card--landscape { aspect-ratio: 1.14 / 1.18; }
.cb-menu-card--square { aspect-ratio: 1 / 1.14; align-self: end; }

.cb-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.cb-menu-panel__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: auto;
}

.cb-menu-panel__links .cb-menu-link,
.cb-menu-footer__link {
  position: relative;
  display: inline-flex;
  color: #f4f0e7;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.15rem, 3.3vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: .94;
  overflow: visible;
  padding: .02em .14em .02em .05em;
  perspective: 700px;
  text-decoration: none;
  text-transform: uppercase;
}

.cb-menu-roll-stack { position: relative; display: block; min-height: 1em; padding-right: .08em; transform-style: preserve-3d; }
.cb-menu-roll-stack span { display: block; min-height: 1em; backface-visibility: hidden; transform-origin: 50% 50% -.5em; transition: transform .8s cubic-bezier(.22, 1, .36, 1), opacity .8s cubic-bezier(.22, 1, .36, 1); }
.cb-menu-roll-stack span:first-child { opacity: 1; transform: rotateX(0deg) rotateZ(0deg); }
.cb-menu-roll-stack span:last-child { position: absolute; inset: 0 auto auto 0; color: #d7565f; text-shadow: 0 0 16px rgba(215, 86, 95, .26); opacity: 0; transform: rotateX(-92deg) rotateZ(7deg); }
.cb-menu-link:hover .cb-menu-roll-stack span:first-child,
.cb-menu-link:focus-visible .cb-menu-roll-stack span:first-child,
.cb-menu-link.is-click-animating .cb-menu-roll-stack span:first-child { opacity: 0; transform: rotateX(92deg) rotateZ(-7deg); }
.cb-menu-link:hover .cb-menu-roll-stack span:last-child,
.cb-menu-link:focus-visible .cb-menu-roll-stack span:last-child,
.cb-menu-link.is-click-animating .cb-menu-roll-stack span:last-child { opacity: 1; transform: rotateX(0deg) rotateZ(0deg); text-shadow: none; animation: cbMenuLinkWiggle .28s ease-out .18s 1 both; }

.cb-menu-footer { display: flex; justify-content: center; margin-top: auto; padding-top: 4px; transform: translateY(-25px); }
.cb-menu-footer__link { font-size: clamp(1.52rem, 2.15vw, 2rem) !important; letter-spacing: .06em !important; }
.cb-menu-desktop-actions { display: none; }

@keyframes cbMenuLinesFloat {
  0% { transform: translate3d(-1.5%, -1%, 0) scale(1); background-position: 47% 48%; opacity: .72; }
  50% { transform: translate3d(.8%, .5%, 0) scale(1.03); background-position: 50% 50%; opacity: .92; }
  100% { transform: translate3d(1.8%, 1.2%, 0) scale(1.05); background-position: 53% 52%; opacity: .78; }
}
@keyframes cbMenuLinesDrift {
  0% { transform: translate3d(1%, -.7%, 0) scale(1.01); background-position: 48% 47%; opacity: .42; }
  50% { transform: translate3d(-.8%, .5%, 0) scale(1.04); background-position: 51% 50%; opacity: .62; }
  100% { transform: translate3d(-1.5%, 1.2%, 0) scale(1.07); background-position: 53% 53%; opacity: .46; }
}
@keyframes cbMenuLinkWiggle {
  0% { transform: rotateX(0deg) rotateZ(0deg); }
  35% { transform: rotateX(0deg) rotateZ(-1.2deg) translateY(-.5px); }
  62% { transform: rotateX(0deg) rotateZ(.7deg) translateY(0); }
  100% { transform: rotateX(0deg) rotateZ(0deg); }
}

@keyframes cbMenuMobileColorFade {
  0%, 12%, 88%, 100% { filter: grayscale(1) contrast(.96) brightness(.9); }
  36%, 56% { filter: grayscale(0) contrast(1) brightness(1); }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cb-menu-panel { padding: 126px 18px 16px; }
  .cb-menu-panel__brand { position: absolute; inset: 24px 96px auto; z-index: 8; display: inline-flex; align-items: center; justify-content: center; }
  .cb-menu-panel__brand img { display: block; width: min(260px, 42vw); height: auto; }
  .cb-menu-layout { grid-template-columns: minmax(0, 1fr) minmax(250px, 21rem); gap: 18px; min-height: 100%; height: 100%; max-height: 100%; transform: none; }
  .cb-menu-media { display: none; }
  .cb-menu-content { grid-column: 2; justify-self: end; width: 100%; max-width: 22rem; }
  .cb-menu-panel__links, .cb-menu-footer { align-items: flex-end; text-align: right; }
}

@media (max-width: 767px) {
  .cb-menu-panel {
    inset: clamp(6px, 2.2vw, 10px);
    bottom: auto;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - clamp(12px, 4.4vw, 20px));
    padding: clamp(64px, 17vw, 72px) clamp(12px, 4vw, 18px) 14px;
    border-radius: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .cb-menu-panel::before,
  .cb-menu-panel::after {
    animation: none;
    transform: none;
  }

  .cb-menu-panel__brand {
    position: absolute;
    top: clamp(18px, 5.3vw, 24px);
    left: clamp(16px, 5vw, 24px);
    right: auto;
    z-index: 8;
    display: inline-flex;
    width: min(138px, 39vw);
    align-items: center;
    justify-content: flex-start;
  }

  .cb-menu-panel__brand img {
    display: block;
    width: 100%;
    height: auto;
  }

  .cb-menu-panel__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: clamp(52px, 15vw, 60px);
    height: clamp(52px, 15vw, 60px);
    border-width: 2px;
    border-radius: 17px;
    clip-path: inset(0 0 0 0 round 17px);
  }

  .cb-menu-panel__close .cb-menu-trigger__icon {
    width: 23px;
    height: 23px;
  }

  .cb-menu-panel__close .cb-menu-trigger__line {
    height: 4px;
  }

  .cb-menu-panel__close .cb-menu-trigger__line--top,
  .cb-menu-panel__close .cb-menu-trigger__line--bottom {
    width: 23px;
  }

  .cb-menu-panel__close:hover,
  .cb-menu-panel__close:focus-visible {
    border-color: #34372c;
    background: rgba(242, 239, 229, .98);
    color: #313528;
    outline: 2px solid rgba(255, 248, 237, .5);
    outline-offset: 2px;
  }

  .cb-menu-layout {
    display: flex;
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: none;
    flex-direction: column;
    gap: clamp(14px, 4vw, 18px);
    transform: none;
  }

  .cb-menu-media {
    display: grid;
    width: 100%;
    height: clamp(118px, 34vw, 136px);
    min-height: 118px;
    margin: 0;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(6px, 1.8vw, 8px);
    align-self: stretch;
    transform: none;
  }

  .cb-menu-card {
    min-width: 0;
    min-height: 0;
    border-radius: 3px;
  }

  .cb-menu-card--portrait {
    grid-row: 1 / span 2;
  }

  .cb-menu-card--landscape,
  .cb-menu-card--square {
    aspect-ratio: auto;
    align-self: stretch;
  }

  .cb-menu-card img {
    filter: grayscale(.82) contrast(.96) brightness(.92);
  }

  body.is-cb-menu-open .cb-menu-card img {
    animation: cbMenuMobileColorFade 9s ease-in-out infinite;
    will-change: filter;
  }

  body.is-cb-menu-open .cb-menu-card:nth-child(2) img {
    animation-delay: -3s;
  }

  body.is-cb-menu-open .cb-menu-card:nth-child(3) img {
    animation-delay: -6s;
  }

  .cb-menu-content {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    flex-direction: column;
    gap: clamp(14px, 4vw, 18px);
    justify-content: flex-start;
  }

  .cb-menu-panel__links {
    position: static;
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(9px, 2.8vw, 13px) clamp(12px, 4vw, 18px);
    align-items: start;
    transform: none;
    text-align: left;
  }

  .cb-menu-panel__links .cb-menu-link {
    width: 100%;
    min-height: 40px;
    padding: .06em .06em;
    font-size: clamp(1.2rem, 6.1vw, 1.55rem);
    letter-spacing: -.06em;
    line-height: .9;
    align-items: center;
  }

  .cb-menu-panel__links .cb-menu-roll-stack {
    white-space: nowrap;
  }

  .cb-menu-panel__links .cb-menu-link:first-child,
  .cb-menu-panel__links .cb-menu-link--mobile-contact {
    display: none;
  }

  .cb-menu-panel__links .cb-menu-link:nth-child(3) { order: 1; }
  .cb-menu-panel__links .cb-menu-link:nth-child(2) { order: 2; }
  .cb-menu-panel__links .cb-menu-link:nth-child(5) { order: 3; }
  .cb-menu-panel__links .cb-menu-link:nth-child(4) { order: 4; }

  .cb-menu-panel__links .cb-menu-link:nth-child(even) {
    justify-content: flex-end;
    text-align: right;
  }

  .cb-menu-panel__links .cb-menu-link:nth-child(even) .cb-menu-roll-stack span:last-child {
    right: 0;
    left: auto;
  }

  .cb-menu-desktop-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: clamp(10px, 2.8vw, 12px);
    align-items: stretch;
  }

  .cb-menu-desktop-actions__buttons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(8px, 2.6vw, 12px);
  }

  .cb-menu-desktop-cta {
    display: inline-flex;
    min-width: 0;
    min-height: 42px;
    padding: 7px 6px;
    border: 2px solid #fff8ed;
    background: rgba(232, 74, 91, .18);
    color: #fff8ed;
    font-family: "Oswald SemiBold", "Oswald", "Arial Narrow", Impact, sans-serif;
    font-size: clamp(.82rem, 3.8vw, 1rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
  }

  .cb-menu-credentials {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(8px, 2.5vw, 12px);
    align-items: center;
  }

  .cb-menu-credential {
    display: grid;
    min-width: 0;
    grid-template-columns: clamp(18px, 5.3vw, 23px) minmax(0, 1fr) clamp(18px, 5.3vw, 23px);
    color: #11100f;
    align-items: center;
  }

  .cb-menu-credential > span {
    font-family: "Oswald SemiBold", "Oswald", "Arial Narrow", Impact, sans-serif;
    font-size: clamp(.48rem, 2.05vw, .6rem);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
  }

  .cb-menu-credential__laurel {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: #f5c85e;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .cb-menu-credential__laurel--right {
    transform: scaleX(-1);
  }

  .cb-menu-footer {
    position: static;
    display: flex;
    width: 100%;
    margin: 0;
    padding: clamp(7px, 2vw, 9px) 0 max(2px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 248, 237, .34);
    justify-content: center;
    transform: none;
  }

  .cb-menu-footer__link {
    min-height: 38px;
    padding: .14em .1em;
    font-size: clamp(1rem, 4.7vw, 1.3rem) !important;
    letter-spacing: .04em !important;
    align-items: center;
  }
}

@media (max-width: 767px) and (max-height: 700px) {
  .cb-menu-media {
    height: 112px;
    min-height: 112px;
  }
}

/* Approved editorial menu composition for tablet and desktop. */
@media (min-width: 768px) {
  .cb-menu-panel {
    inset: clamp(4px, .65vw, 10px);
    width: auto;
    height: calc(100dvh - clamp(8px, 1.3vw, 20px));
    min-height: calc(100dvh - clamp(8px, 1.3vw, 20px));
    padding: clamp(58px, 7vh, 72px) clamp(10px, 1vw, 16px) clamp(8px, 1vw, 14px);
    border-radius: clamp(16px, 1.5vw, 22px);
  }

  .cb-menu-panel__brand {
    display: none;
  }

  .cb-menu-panel__close {
    top: clamp(10px, 1.25vw, 18px);
    right: clamp(10px, 1.25vw, 18px);
    width: clamp(70px, 5.7vw, 80px);
    height: clamp(70px, 5.7vw, 80px);
    border-color: #34372c;
    border-radius: clamp(20px, 1.8vw, 26px);
    clip-path: inset(0 0 0 0 round clamp(20px, 1.8vw, 26px));
  }

  .cb-menu-panel__close:hover,
  .cb-menu-panel__close:focus-visible {
    border-color: #34372c;
    background: rgba(242, 239, 229, .98);
    color: #313528;
    outline: 3px solid rgba(255, 248, 237, .5);
    outline-offset: 3px;
  }

  .cb-menu-layout {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    grid-template-columns: minmax(0, 56%) minmax(310px, 44%);
    gap: 0;
    align-items: stretch;
    transform: none;
  }

  .cb-menu-media {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    grid-template-rows: minmax(0, 1.04fr) minmax(0, 1fr);
    gap: clamp(10px, 1vw, 16px);
    align-self: stretch;
    transform: none;
  }

  .cb-menu-card {
    min-width: 0;
    min-height: 0;
  }

  .cb-menu-card--portrait {
    grid-row: 1 / span 2;
  }

  .cb-menu-card--landscape,
  .cb-menu-card--square {
    aspect-ratio: auto;
    align-self: stretch;
  }

  .cb-menu-content {
    display: grid;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: clamp(96px, 13.4vh, 112px) clamp(20px, 3.6vw, 58px) clamp(26px, 4vh, 42px);
    grid-column: auto;
    grid-template-rows: auto auto;
    gap: clamp(72px, 12vh, 104px);
    align-content: start;
    justify-self: stretch;
  }

  .cb-menu-panel__links {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 0;
    align-items: center;
    text-align: center;
  }

  .cb-menu-panel__links .cb-menu-link {
    font-size: clamp(2rem, 3.25vw, 3.7rem);
    letter-spacing: -.072em;
    line-height: .89;
  }

  .cb-menu-link--mobile-contact {
    display: none !important;
  }

  .cb-menu-desktop-actions {
    display: grid;
    width: 100%;
    gap: clamp(68px, 11vh, 92px);
    justify-items: center;
  }

  .cb-menu-desktop-actions__buttons {
    display: flex;
    width: min(100%, 420px);
    gap: clamp(16px, 2.8vw, 44px);
    justify-content: center;
    align-items: center;
  }

  .cb-menu-desktop-cta {
    display: inline-flex;
    min-width: clamp(138px, 12.4vw, 176px);
    min-height: clamp(44px, 4vw, 52px);
    padding: 8px 14px;
    border: 3px solid #fff8ed;
    background: rgba(232, 74, 91, .18);
    color: #fff8ed;
    font-family: "Oswald SemiBold", "Oswald", "Arial Narrow", Impact, sans-serif;
    font-size: clamp(1rem, 1.38vw, 1.42rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
    justify-content: center;
    align-items: center;
    transition:
      background-color 320ms var(--cb-ease),
      border-color 320ms var(--cb-ease),
      color 320ms var(--cb-ease),
      transform 360ms var(--cb-ease);
  }

  .cb-menu-desktop-cta:hover,
  .cb-menu-desktop-cta:focus-visible {
    border-color: #11100f;
    background: #11100f;
    color: #fff8ed;
    outline: none;
    transform: translateY(-3px);
  }

  .cb-menu-credentials {
    display: flex;
    width: min(100%, 430px);
    gap: clamp(8px, 1.25vw, 18px);
    justify-content: center;
    align-items: center;
  }

  .cb-menu-credential {
    display: grid;
    min-width: 0;
    grid-template-columns: clamp(24px, 2.5vw, 40px) minmax(78px, auto) clamp(24px, 2.5vw, 40px);
    gap: 0;
    color: #11100f;
    align-items: center;
  }

  .cb-menu-credential > span {
    font-family: "Oswald SemiBold", "Oswald", "Arial Narrow", Impact, sans-serif;
    font-size: clamp(.48rem, .64vw, .7rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.16;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .cb-menu-credential__laurel {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: #f5c85e;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .cb-menu-credential__laurel--right {
    transform: scaleX(-1);
  }

  .cb-menu-footer--mobile {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Keep the hero above the curved section edge while the page scrolls. */
.cb-hero {
  z-index: 3;
}

/* The global menu owns its internal layout, even on legacy page surfaces. */
body .cb-menu-panel__links .cb-menu-link > .cb-menu-roll-stack {
  position: relative;
  inset: auto;
  color: inherit;
  opacity: 1;
  transform: none;
}
