:root {
  --ink: #1f1d1a;
  --paper: #fff;
  --soft: #fff2e8;
  --line: #e8e8e8;
  --muted: #333;
  --accent: #f2c9aa;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #000;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
}

body {
  margin: 0;
  line-height: 1.5;
  min-height: 100vh;
  scrollbar-width: none;
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 8;
  background: #000;
  opacity: 1;
  pointer-events: none;
  transition: opacity 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.is-page-ready .page-transition {
  opacity: 0;
}

.is-page-leaving .page-transition {
  opacity: 1;
  transition-duration: 240ms;
  transition-timing-function: ease-in;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #000;
  overflow: hidden;
}

.page-backdrop-video,
.page-backdrop-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-backdrop-video {
  object-fit: cover;
}

.page-backdrop-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.5));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 20px clamp(18px, 4vw, 48px);
  background: transparent;
  border-bottom: 0;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.72);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 118px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0));
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
  transition: opacity 220ms ease;
}

.is-header-shaded .site-header::before {
  opacity: 1;
}

.eyebrow,
button,
.role {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
  width: 100%;
}

.site-nav a {
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif;
  font-size: clamp(1.19rem, 1.63vw, 1.43rem);
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: #fff;
  letter-spacing: 0.34em;
  font-size: clamp(1.38rem, 1.9vw, 1.66rem);
}

.mobile-menu-toggle {
  display: none;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  color: #fff;
}

.hero-copy {
  align-self: center;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 112px 18px clamp(34px, 7vw, 92px);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 7vw, 6.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
}

.intro {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  color: #fff;
}

.page-copy {
  width: min(900px, 74vw);
  margin: clamp(18px, 3vh, 42px) 0 0 clamp(60px, 10vw, 170px);
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.page-title-line {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
  padding-left: 0.08em;
  transform: translateX(clamp(-48px, -3.2vw, -24px));
}

.page-copy h2 {
  margin: 0 0 4px;
  font-size: clamp(4.25rem, 8.4vw, 8.2rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 0.88;
  white-space: nowrap;
}

.title-side-link {
  color: #fff;
  font-family: Futura, "Futura PT", "Avenir Next", Montserrat, Arial, sans-serif;
  font-size: clamp(0.76rem, 1vw, 1rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.page-copy p {
  max-width: 880px;
  margin: 0 0 14px clamp(28px, 4vw, 58px);
  font-family: Futura, "Futura PT", "Avenir Next", Montserrat, Arial, sans-serif;
  font-size: clamp(0.82rem, 1.18vw, 1.16rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.08;
  text-align: justify;
  text-align-last: left;
}

.page-price-list {
  display: grid;
  gap: 2px;
  width: min(640px, 70vw);
  margin: 26px 0 0 clamp(28px, 4vw, 58px);
  font-family: Futura, "Futura PT", "Avenir Next", Montserrat, Arial, sans-serif;
  font-size: clamp(0.82rem, 1.18vw, 1.16rem);
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.02;
}

.page-price-list div {
  display: grid;
  grid-template-columns: minmax(0, max-content) auto;
  align-items: baseline;
  column-gap: 26px;
}

.page-price-list strong {
  font: inherit;
}

.hero-logo {
  display: block;
  width: min(59vw, 608px);
  height: auto;
  margin: 0 auto;
  filter: invert(1);
}

.home-intro {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.72);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.copy-block,
.service-list,
.event-list,
.product-list,
.form-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 110px) 0;
  color: #fff;
}

.copy-block {
  max-width: 780px;
  font-size: 1.18rem;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.72);
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 700;
}

.hero-copy > .text-link {
  display: block;
  width: fit-content;
  margin: clamp(44px, 5.8vw, 72px) auto 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.78);
}

.service-category,
.event-list article,
.product-list article {
  padding: 32px 0;
  border-top: 0;
}

.service-category h2,
.event-list h2,
.product-list h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 400;
}

.service-category article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.service-category h3,
.service-category p {
  margin: 0;
}

.service-category p,
.event-list p,
.product-list p {
  color: var(--muted);
  color: rgba(255, 255, 255, 0.82);
}

.service-category span {
  color: var(--accent);
  font-weight: 700;
  white-space: nowrap;
}

.role {
  color: var(--accent);
}

.page-the-team main {
  padding-top: 0;
}

.page-the-team .hero {
  min-height: 0;
}

.page-the-team .hero-copy {
  padding: 0;
}

.team-scroll {
  margin: 0;
  color: #fff;
}

.team-panel {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
}

.team-video,
.team-panel-overlay,
.team-panel-content {
  grid-area: 1 / 1;
}

.team-video {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  transform: scale(var(--team-video-scale, 1.18));
  transform-origin: center bottom;
}

.team-video-placeholder {
  background: rgba(0, 0, 0, 0.42);
}

.team-panel-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.5));
}

.team-instagram-link {
  position: absolute;
  top: clamp(26px, 4vw, 48px);
  right: clamp(26px, 4vw, 48px);
  z-index: 3;
  display: none;
  place-items: center;
  width: clamp(34px, 3.6vw, 48px);
  aspect-ratio: 1;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.58));
}

.team-instagram-link svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.team-instagram-link rect,
.team-instagram-link circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.team-instagram-link circle:last-child {
  fill: currentColor;
  stroke: none;
}

.team-panel-content {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1420px, calc(100% - 36px));
  margin: 0 auto;
  padding: 112px 0 clamp(28px, 5vw, 70px);
}

.team-copy {
  width: min(960px, 76vw);
  margin-left: auto;
  margin-right: auto;
  transform: translateX(clamp(18px, 2.4vw, 32px));
  text-shadow: none;
  filter: none;
}

.team-copy h2 {
  font-size: clamp(2.65rem, 5.25vw, 5.05rem);
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.62);
}

.team-copy .page-title-line {
  padding-left: 0.28em;
  transform: translateX(clamp(-34px, -2.4vw, -18px));
}

.team-copy .title-side-link {
  font-size: clamp(0.72rem, 0.9vw, 0.94rem);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.38);
}

.team-copy p {
  max-width: 920px;
  margin-left: clamp(28px, 4vw, 58px);
  margin-right: 0;
  font-size: clamp(0.74rem, 0.94vw, 0.98rem);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
}

form {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

label {
  display: grid;
  gap: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

button {
  width: fit-content;
  min-width: 132px;
  border: 1px solid var(--accent);
  padding: 14px 24px;
  background: var(--accent);
  color: #000;
  cursor: pointer;
}

.page-contact .hero,
.page-careers .hero {
  min-height: 96vh;
}

.page-contact .hero-copy,
.page-careers .hero-copy {
  padding-bottom: clamp(96px, 17vh, 190px);
}

.page-contact .page-copy,
.page-careers .page-copy {
  width: min(980px, 82vw);
  margin-left: auto;
  margin-right: auto;
}

.page-contact .page-copy h2,
.page-careers .page-copy h2 {
  font-size: clamp(4.4rem, 8.6vw, 8.8rem);
}

.page-contact .page-copy p,
.page-careers .page-copy p {
  max-width: 900px;
}

.page-payments-and-policies .page-copy h2 {
  font-size: clamp(2.85rem, 5.35vw, 5.25rem);
}

.page-payments-and-policies .page-title-line {
  transform: translateX(0);
}

.page-events .page-copy {
  width: min(900px, calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-events .page-title-line {
  justify-content: center;
  transform: none;
}

.page-events .page-backdrop-video {
  object-fit: cover;
}

.contact-form-section {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: 100%;
  margin: clamp(-214px, -20vh, -132px) auto 0;
  padding: 0 18px clamp(58px, 9vw, 122px);
}

.contact-form {
  display: grid;
  gap: 16px;
  width: min(560px, calc(100vw - 36px));
  max-width: none;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: Futura, "Futura PT", "Avenir Next", Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.58));
}

.contact-form-heading {
  display: grid;
  gap: 2px;
  justify-items: center;
  margin: 0 0 clamp(20px, 3vw, 34px);
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif;
  line-height: 0.94;
  text-align: center;
  text-transform: uppercase;
}

.contact-form-heading strong {
  font-size: clamp(2.05rem, 3.2vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.035em;
}

.contact-form-heading span {
  font-size: clamp(1.65rem, 2.55vw, 2.55rem);
  font-style: italic;
  letter-spacing: 0.24em;
  transform: translateX(0.12em);
}

.contact-form label {
  gap: 12px;
  font-size: clamp(1rem, 1.3vw, 1.24rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  min-height: 68px;
  border: 0;
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  font-size: 1rem;
  text-transform: uppercase;
  font: inherit;
  line-height: normal;
}

.contact-form select {
  height: 68px;
  padding-left: 18px;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form textarea {
  min-height: 82px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.48);
  opacity: 1;
}

.contact-form select:invalid {
  color: rgba(0, 0, 0, 0.48);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 3px solid rgba(255, 255, 255, 0.38);
  outline-offset: 3px;
}

.contact-form button {
  justify-self: center;
  min-width: 0;
  margin-top: 4px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form .form-note {
  display: none;
}

.site-footer {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  justify-items: center;
  align-items: start;
  gap: 28px 18px;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px clamp(18px, 4vw, 48px);
  border-top: 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.36vw, 1.26rem);
  letter-spacing: 0;
  line-height: 1.03;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.72);
}

.site-footer div,
.site-footer p {
  display: grid;
  justify-items: stretch;
  gap: 3px;
  margin: 0;
  min-width: 230px;
}

.footer-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.18em;
  white-space: nowrap;
}

.email-at {
  display: inline-block;
  font-family: Impact, Haettenschweiler, "Arial Narrow", Arial, sans-serif;
  font-size: 1.02em;
  font-weight: 900;
  text-shadow: 0.018em 0 currentColor, 0 1px 18px rgba(0, 0, 0, 0.72);
  transform: translateY(-0.015em) scaleX(0.72);
  transform-origin: center;
}

.site-footer p {
  grid-column: 1 / -1;
  max-width: 720px;
}

.site-footer strong {
  color: #fff;
  font-weight: 400;
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header::before {
    display: none;
  }

  .site-header {
    align-items: flex-end;
    flex-direction: column;
    padding: 30px 18px 0;
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 12;
    display: block;
    width: 38px;
    height: 32px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.72);
  }

  .mobile-menu-toggle span {
    position: absolute;
    right: 0;
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.42);
    transition: transform 180ms ease, opacity 160ms ease, top 180ms ease;
  }

  .mobile-menu-toggle span:nth-child(1) {
    top: 4px;
  }

  .mobile-menu-toggle span:nth-child(2) {
    top: 14px;
  }

  .mobile-menu-toggle span:nth-child(3) {
    top: 24px;
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: grid;
    align-content: start;
    justify-items: end;
    gap: clamp(11px, 2.8vh, 20px);
    width: min(76vw, 330px);
    margin: 0;
    padding: 96px 0 32px 86px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    text-align: right;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12) 16%, rgba(0, 0, 0, 0.34) 46%, rgba(0, 0, 0, 0.58) 100%);
    transform: translateX(100%);
    transition: transform 240ms ease, opacity 190ms ease;
  }

  .site-header.is-mobile-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .site-nav a {
    display: block;
    font-size: clamp(1.36rem, 5.85vw, 2.08rem);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.7);
    transform: translateX(24px);
  }

  .site-nav a[aria-current="page"] {
    font-size: clamp(1.46rem, 6.25vw, 2.24rem);
    letter-spacing: 0.1em;
  }

  .page-home .hero-logo {
    width: min(71vw, 730px);
    transform: translateX(-4px);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 300px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    grid-column: auto;
  }

  .page-copy {
    width: min(100%, 680px);
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .page-copy h2 {
    font-size: clamp(3.25rem, 16vw, 4.5rem);
  }

  .page-copy p {
    font-size: clamp(1rem, 5vw, 1.35rem);
    line-height: 0.98;
  }

  .service-category article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-who-we-are .hero-copy,
  .page-services .hero-copy,
  .page-the-product .hero-copy,
  .page-contact .hero-copy,
  .page-careers .hero-copy,
  .page-payments-and-policies .hero-copy,
  .page-events .hero-copy {
    align-self: stretch;
    display: grid;
    place-items: center;
    padding: 64px 0 48px;
  }

  .page-who-we-are .page-copy,
  .page-services .page-copy,
  .page-the-product .page-copy,
  .page-contact .page-copy,
  .page-careers .page-copy,
  .page-payments-and-policies .page-copy,
  .page-events .page-copy {
    width: calc(100% - 78px);
    margin: 0 auto;
  }

  .page-who-we-are .page-title-line,
  .page-services .page-title-line,
  .page-the-product .page-title-line,
  .page-contact .page-title-line,
  .page-careers .page-title-line,
  .page-payments-and-policies .page-title-line,
  .page-events .page-title-line {
    display: block;
    padding-left: 0;
    transform: none;
  }

  .page-who-we-are .page-copy h2,
  .page-services .page-copy h2,
  .page-the-product .page-copy h2,
  .page-contact .page-copy h2,
  .page-careers .page-copy h2,
  .page-payments-and-policies .page-copy h2,
  .page-events .page-copy h2 {
    width: 100%;
    font-size: clamp(3.35rem, 14.8vw, 3.85rem);
    text-align: justify;
    text-align-last: justify;
    transform: none;
  }

  .page-who-we-are .page-copy p,
  .page-services .page-copy p,
  .page-the-product .page-copy p,
  .page-contact .page-copy p,
  .page-careers .page-copy p,
  .page-payments-and-policies .page-copy p,
  .page-events .page-copy p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(0.79rem, 3.45vw, 0.9rem);
    line-height: 1.08;
  }

  .page-services .page-price-list {
    width: 100%;
    margin: 0.95rem 0 0;
    font-size: clamp(0.68rem, 2.98vw, 0.82rem);
    letter-spacing: 0.01em;
    line-height: 1.02;
    transform: none;
  }

  .page-services .page-price-list div {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .page-services .page-price-list span {
    white-space: nowrap;
  }

  .page-the-product .page-copy h2 {
    font-size: clamp(2.78rem, 12.2vw, 3.08rem);
    word-spacing: 0.56em;
  }

  .page-careers .page-copy h2 {
    font-size: clamp(2.44rem, 10.72vw, 2.76rem);
    word-spacing: 0.52em;
  }

  .page-events .page-copy h2 {
    font-size: clamp(2.72rem, 11.95vw, 3.04rem);
    word-spacing: 0.36em;
  }

  .page-payments-and-policies .page-copy h2 {
    font-size: clamp(1.72rem, 7.55vw, 2rem);
    word-spacing: 0.26em;
  }

  .page-careers .contact-form-section {
    margin-top: clamp(-112px, -10vh, -76px);
  }

  .page-contact .contact-form,
  .page-careers .contact-form {
    width: calc(100vw - 78px);
  }

  .page-contact .contact-form-heading,
  .page-careers .contact-form-heading {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-items: stretch;
    text-align: justify;
  }

  .page-contact .contact-form-heading strong,
  .page-careers .contact-form-heading strong {
    width: 100%;
    letter-spacing: 0.035em;
    text-align: justify;
    text-align-last: justify;
    white-space: nowrap;
    word-spacing: 0.02em;
  }

  .page-contact .contact-form-heading strong {
    font-size: clamp(1.42rem, 6.2vw, 1.66rem);
  }

  .page-careers .contact-form-heading strong {
    font-size: clamp(1.34rem, 5.85vw, 1.56rem);
  }

  .page-contact .contact-form input,
  .page-contact .contact-form textarea,
  .page-contact .contact-form select,
  .page-careers .contact-form input,
  .page-careers .contact-form textarea,
  .page-careers .contact-form select {
    width: 100%;
  }

  .page-contact .contact-form button,
  .page-careers .contact-form button {
    max-width: 100%;
  }

  .page-contact .contact-form-heading span,
  .page-careers .contact-form-heading span {
    justify-self: center;
    max-width: 100%;
  }

  .page-who-we-are .page-copy h2 + p,
  .page-services .page-copy h2 + p,
  .page-the-product .page-copy h2 + p,
  .page-contact .page-copy h2 + p,
  .page-careers .page-copy h2 + p,
  .page-payments-and-policies .page-copy h2 + p,
  .page-events .page-copy h2 + p {
    margin-top: 0.58rem;
  }

  .page-the-team .team-panel {
    min-height: 100svh;
  }

  .page-the-team .team-video {
    min-height: 100svh;
    transform: scale(calc(var(--team-video-scale, 1.18) * 1.14));
    transform-origin: center center;
  }

  .page-the-team .team-panel-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46));
  }

  .page-the-team .team-instagram-link {
    display: grid;
    top: 26px;
    right: auto;
    left: 22px;
    width: 42px;
  }

  .page-the-team .team-panel-content {
    width: 100%;
    padding: 60vh 0 1.4vh;
  }

  .page-the-team .team-copy {
    width: calc(100% - 44px);
    margin: 0 auto;
    transform: none;
  }

  .page-the-team .team-copy .page-title-line {
    display: block;
    padding-left: 0;
    transform: none;
  }

  .page-the-team .team-copy h2 {
    width: 100%;
    margin: 0 0 0.22rem;
    font-size: clamp(2.82rem, 12.4vw, 3.18rem);
    line-height: 0.9;
    text-align: left;
    text-align-last: auto;
    white-space: nowrap;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.62);
    transform: none;
    word-spacing: 0;
  }

  .page-the-team .team-copy .title-side-link {
    display: none;
  }

  .page-the-team .team-copy p {
    max-width: none;
    margin: 0 0 0.72rem;
    font-size: clamp(0.69rem, 3vw, 0.82rem);
    letter-spacing: 0;
    line-height: 1.04;
    text-align: justify;
    text-align-last: left;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.58);
    word-spacing: 0;
  }
}
