@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("source-sans-3-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("inter-variable.woff2") format("woff2-variations");
}

:root {
  color-scheme: light;
  --paper: #f4f2ec;
  --surface: #fbfaf7;
  --ink: #202523;
  --body: #4b5551;
  --quiet: #6d7571;
  --line: #d8d8d0;
  --mineral: #526a70;
  --petrol: #0b5966;
  --bordeaux: #7a2f3f;
  --cream: #f1e5c8;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

a:focus-visible {
  border-radius: .15rem;
  outline: 2px solid var(--mineral);
  outline-offset: .3rem;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

p {
  text-wrap: pretty;
}

.shell {
  width: min(1160px, calc(100% - 4rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header .wordmark {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
}

.wordmark-symbol {
  width: 1.45rem;
  color: var(--mineral);
  fill: currentColor;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.site-nav a {
  color: var(--body);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.text-link:hover,
.release-note a:hover,
.site-footer a:hover {
  color: var(--mineral);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .34fr);
  min-height: calc(100svh - 5.5rem);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-block: clamp(5rem, 10vw, 9rem);
}

.eyebrow {
  margin-bottom: 1.6rem;
  color: var(--mineral);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 0;
  font-size: clamp(4.5rem, 10vw, 8.75rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .86;
  white-space: nowrap;
}

.company-suffix {
  margin-left: .12em;
  font-size: .46em;
  font-weight: 400;
  letter-spacing: -.025em;
  vertical-align: .12em;
}

.hero-statement {
  max-width: 31rem;
  margin-bottom: 2.6rem;
  color: var(--body);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.45;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: .35rem;
}

.text-link span,
.button span,
.release-note a span {
  font-size: 1.15em;
  transition: transform 160ms ease;
}

.text-link:hover span,
.button:hover span,
.release-note a:hover span {
  transform: translateX(.2rem);
}

.company-reference {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 26rem;
  place-items: center;
  padding: 3rem;
  border-left: 1px solid var(--line);
  background: rgba(251, 250, 247, .52);
}

.reference-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(84%, 18rem);
  color: rgba(82, 106, 112, .2);
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(-50%, -50%);
  user-select: none;
}


.company-reference dt,
.company-details dt {
  margin-bottom: .35rem;
  color: var(--quiet);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.company-reference dd,
.company-details dd {
  margin-left: 0;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.5;
}

.label-section {
  padding-block: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.label-layout,
.company-section {
  display: grid;
  grid-template-columns: .5fr 1.25fr .68fr;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.section-intro {
  display: flex;
  min-height: 7rem;
  flex-direction: column;
  justify-content: space-between;
}

.section-number {
  margin-bottom: 0;
  color: #a4aaa7;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
}

.elsewright-name {
  --elsewright-lockup-icon-size: clamp(3.25rem, 7vw, 5rem);
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 2.1rem;
}

.elsewright-name img {
  width: var(--elsewright-lockup-icon-size);
  height: var(--elsewright-lockup-icon-size);
}

.elsewright-name h2 {
  margin-bottom: 0;
  color: var(--petrol);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: calc(var(--elsewright-lockup-icon-size) * .89);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.label-line {
  margin-bottom: 1.2rem;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.label-copy > p:not(.label-line) {
  max-width: 39rem;
  margin-bottom: 2rem;
  color: var(--body);
  font-size: 1.08rem;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: .75rem;
  padding: .7rem 1.15rem;
  border: 1px solid var(--petrol);
  color: white;
  background: var(--petrol);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.release-note {
  align-self: end;
  padding: 1.5rem 0 0 1.5rem;
  border-top: 3px solid var(--bordeaux);
}

.release-kicker {
  margin-bottom: 2rem;
  color: var(--bordeaux);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.release-note h3 {
  margin-bottom: .75rem;
  font-size: 1.65rem;
  font-weight: 600;
}

.release-note .jamdoku-heading {
  margin-bottom: 1rem;
  line-height: 0;
}

.release-note .jamdoku-heading img {
  display: block;
  width: min(100%, 10.5rem);
  height: auto;
}

.release-note > p:not(.release-kicker) {
  margin-bottom: 1.4rem;
  color: var(--body);
  font-size: .92rem;
  line-height: 1.6;
}

.release-note a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 700;
  text-underline-offset: .25rem;
}

.company-section {
  padding-block: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid var(--line);
}

.company-copy {
  grid-column: 2 / 4;
}

.company-copy h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}

.company-copy > p {
  max-width: 42rem;
  margin-bottom: 3.5rem;
  color: var(--body);
  font-size: 1.1rem;
  line-height: 1.7;
}

.company-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
  padding-block: 1.5rem 2rem;
  border-block: 1px solid var(--line);
}

.site-footer {
  padding-block: 3.25rem 4rem;
  color: var(--quiet);
  background: #ebe9e2;
}

.footer-layout {
  display: grid;
  grid-template-columns: .5fr 1.93fr;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.wordmark-small {
  padding-top: .2rem;
  font-size: .78rem;
}

.footer-copy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.footer-copy p {
  max-width: 45rem;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.65;
}

.footer-company-text {
  max-width: 45rem;
}

.footer-company-text p + p {
  margin-top: .18rem;
}

.footer-copy nav {
  display: flex;
  flex-shrink: 0;
  gap: 1.4rem;
}

.footer-copy a {
  font-size: .8rem;
  font-weight: 600;
  text-underline-offset: .2rem;
}


/* Supporting company, privacy and account pages. */
.legal-hero {
  padding-block: clamp(5rem, 10vw, 8rem) clamp(4rem, 8vw, 6.5rem);
}

.legal-hero h1 {
  max-width: 12ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.6rem, 8vw, 7rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .9;
}

.legal-hero .lede {
  max-width: 43rem;
  margin-bottom: 1.8rem;
  color: var(--body);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  line-height: 1.55;
}

.legal-updated {
  margin-bottom: 0;
  color: var(--quiet);
  font-size: .8rem;
  font-weight: 600;
}

.legal-body {
  display: grid;
  grid-template-columns: .5fr 1.93fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-block: clamp(5rem, 10vw, 8rem);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.legal-aside {
  position: sticky;
  top: 2rem;
  align-self: start;
  display: grid;
  gap: .65rem;
}

.legal-aside-inset {
  padding-left: clamp(1.25rem, 2.5vw, 2.25rem);
}

.legal-aside p {
  margin-bottom: .4rem;
  color: var(--mineral);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.legal-aside a {
  width: fit-content;
  color: var(--body);
  font-size: .84rem;
  font-weight: 600;
  text-underline-offset: .22rem;
}

.legal-copy {
  max-width: 48rem;
}

.legal-copy section {
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  scroll-margin-top: 2rem;
}

.legal-copy section:last-child {
  padding-bottom: 0;
}

.legal-copy .rights-callout {
  margin-bottom: clamp(3.5rem, 7vw, 5.5rem);
  padding: clamp(1.75rem, 4vw, 3rem);
  border-left: 4px solid var(--bordeaux);
  background: rgba(122, 47, 63, .055);
}

.legal-copy .rights-callout p:last-child {
  margin-bottom: 0;
}

.legal-copy h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}

.legal-copy h3 {
  margin: 2rem 0 .65rem;
  color: var(--mineral);
  font-size: 1.25rem;
  font-weight: 600;
}

.legal-copy p,
.legal-copy li,
.legal-copy address {
  color: var(--body);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-copy a {
  color: var(--ink);
  font-weight: 600;
  text-underline-offset: .22rem;
}

.legal-copy ul,
.legal-copy ol {
  margin: 0 0 1.25rem;
  padding-left: 1.4rem;
}

.legal-copy li {
  margin-bottom: .65rem;
  padding-left: .3rem;
}

.legal-copy address {
  font-style: normal;
}

.legal-actions {
  margin-top: 1.75rem;
}

.legal-copy .button {
  color: white;
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, .46fr);
    gap: 3rem;
  }


  .company-reference {
    padding-inline: 2rem;
  }

  .label-layout {
    grid-template-columns: .4fr 1.6fr;
  }

  .release-note {
    grid-column: 2;
    margin-top: 2rem;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 2rem, 1160px);
  }

  .site-header {
    min-height: 4.75rem;
    gap: 1rem;
  }

  .site-nav {
    gap: .9rem;
  }

  .site-nav a {
    font-size: .77rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 4rem;
    padding-block: 5rem;
  }

  .hero h1 {
    font-size: clamp(3.9rem, 20vw, 6rem);
  }

  .company-reference {
    min-height: 0;
    padding: 2rem;
    border-top: 1px solid var(--line);
    border-left: 0;
  }


  .label-layout,
  .company-section,
  .footer-layout,
  .legal-body {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .section-intro {
    min-height: auto;
  }

  .section-number {
    display: none;
  }

  .elsewright-name {
    gap: .8rem;
  }

  .release-note,
  .company-copy {
    grid-column: 1;
  }

  .release-note {
    margin-top: 1rem;
  }

  .company-details {
    grid-template-columns: 1fr;
  }

  .footer-copy {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-copy nav {
    flex-wrap: wrap;
  }

  .legal-aside {
    position: static;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .text-link span,
  .button span,
  .release-note a span {
    transition: none;
  }
}
