@font-face {
  font-family: "Gilda Display";
  src: url("/assets/fonts/gilda-display/GildaDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --canvas: #ffffff;
  --ink: #111512;
  --muted: #53605a;
  --line: #d8dedb;
  --soft-line: #ecefed;
  --green: #0b4a3b;
  --plate: #101412;
  --plate-line: rgb(255 255 255 / 0.14);
  --plate-mark: rgb(255 255 255 / 0.14);
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, system-ui, sans-serif;
  --display: "Gilda Display", Georgia, "Times New Roman", serif;
  --header-height: 80px;
  --hero-peek: clamp(81.2px, 11.2vh, 117.6px);
  --gutter: clamp(20px, 4vw, 64px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-fast: 160ms;
}

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

html {
  background: var(--canvas);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

.protected-photo {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

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

a:focus-visible {
  border-radius: 0;
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

a:active {
  transform: scale(0.98);
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 12px 18px;
  transform: translateY(-160%);
  background: var(--green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition-property: transform;
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
  outline-color: var(--ink);
}

.site-header {
  position: relative;
  z-index: 2;
  height: var(--header-height);
  background: var(--canvas);
  border-bottom: 1px solid var(--soft-line);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: var(--gutter);
}

.site-header__inner.site-header__inner--without-instagram {
  grid-template-columns: 1fr;
}

.site-header__inner--without-instagram .wordmark-link {
  grid-column: 1;
  justify-self: center;
}

.wordmark-link {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 44px;
  text-decoration: none;
}

.wordmark {
  width: clamp(150px, 13vw, 184px);
  height: auto;
}

.header-instagram {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: color, text-decoration-color;
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--ease-out);
}

.header-instagram:hover,
.header-instagram:focus-visible {
  color: var(--green);
  text-decoration: underline;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--header-height) - var(--hero-peek));
  min-height: calc(100svh - var(--header-height) - var(--hero-peek));
  min-height: calc(100dvh - var(--header-height) - var(--hero-peek));
  padding: clamp(56px, 8vh, 96px) var(--gutter) clamp(92px, 12vh, 132px);
  background: var(--canvas);
}

.hero__content {
  display: grid;
  justify-items: center;
  gap: clamp(24px, 4vh, 38px);
  max-width: 920px;
  text-align: center;
}

.collection__label,
.legal-intro__updated {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 15ch;
  font-family: var(--display);
  font-size: clamp(40px, 4.8vw, 68.8px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero__supporting {
  max-width: 66ch;
  color: var(--muted);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.65;
  text-wrap: pretty;
}

.explore-link {
  position: absolute;
  bottom: clamp(32px, 5vh, 56px);
  left: 50%;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 12px;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-decoration: none;
}

.explore-link:active {
  transform: translateX(-50%) scale(0.98);
}

.explore-link > span {
  display: block;
  width: 34px;
  height: 1px;
  background: var(--green);
  transform-origin: right center;
  transition-property: transform;
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--ease-out);
}

.explore-link:hover > span,
.explore-link:focus-visible > span {
  transform: scaleX(1.3);
}

.collections {
  scroll-margin-top: 0;
  background: var(--canvas);
}

@media (min-width: 768px) {
  .collections {
    width: 100%;
    max-width: min(1920px, 168vh);
    max-width: min(1920px, 168dvh);
    margin-inline: auto;
  }
}

.collection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  aspect-ratio: 2 / 1;
  min-height: 0;
}

.collection--media-first {
  grid-template-areas: "media copy";
}

.collection--copy-first {
  grid-template-areas: "copy media";
}

.collection__media {
  grid-area: media;
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: var(--plate);
}

.collection__media picture,
.collection__media img {
  width: 100%;
  height: 100%;
}

.collection__media img {
  object-fit: cover;
  object-position: var(--focal-desktop, 50% 50%);
  outline: 1px solid rgb(0 0 0 / 0.1);
  outline-offset: -1px;
}

.placeholder-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.placeholder-field__frame {
  position: absolute;
  inset: clamp(34px, 5vw, 82px);
  border: 1px solid var(--plate-line);
}

.placeholder-field__rule {
  position: absolute;
  top: clamp(34px, 5vw, 82px);
  bottom: clamp(34px, 5vw, 82px);
  left: clamp(66px, 8.6vw, 138px);
  width: 1px;
  background: color-mix(in srgb, var(--green) 72%, transparent);
}

.placeholder-field__square {
  position: absolute;
  top: clamp(64px, 9vw, 132px);
  left: clamp(42px, 6vw, 96px);
  width: clamp(30px, 4vw, 50px);
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 0.28);
}

.placeholder-field__number {
  position: absolute;
  right: clamp(24px, 5vw, 78px);
  bottom: clamp(-34px, -2vw, -10px);
  color: var(--plate-mark);
  font-family: var(--display);
  font-size: clamp(168px, 20vw, 312px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.74;
}

.collection__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  min-height: 100%;
  padding: clamp(48px, 7vw, 108px);
  background: var(--canvas);
}

.collection__label {
  margin-bottom: clamp(30px, 4vw, 54px);
  color: var(--muted);
}

.collection h3 {
  max-width: 10ch;
  font-family: var(--display);
  font-size: clamp(43.2px, 4.96vw, 73.6px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-wrap: balance;
}

.collection__intention {
  max-width: 35ch;
  margin-top: clamp(24px, 2.6vw, 38px);
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.65;
  text-wrap: pretty;
}

.closing {
  display: grid;
  justify-items: center;
  gap: clamp(72px, 6.7vw, 96px);
  min-height: clamp(520px, 68vh, 760px);
  min-height: clamp(520px, 68svh, 760px);
  min-height: clamp(520px, 68dvh, 760px);
  padding: clamp(112px, 12vw, 176px) var(--gutter) clamp(104px, 11vw, 164px);
  background: var(--canvas);
}

.closing__content {
  display: grid;
  justify-items: center;
  gap: 26px;
  width: min(100%, 1120px);
  text-align: center;
}

.closing h2 {
  max-width: 13ch;
  font-family: var(--display);
  font-size: clamp(57.6px, 4.8vw, 70.4px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: balance;
}

.closing__content p {
  color: var(--muted);
  font-size: 14px;
  text-wrap: pretty;
}

.closing a,
.text-link {
  color: var(--green);
  font-weight: 500;
  transition-property: color, text-decoration-color;
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--ease-out);
}

.closing a:hover,
.text-link:hover {
  color: var(--ink);
}

.launch-preview {
  width: min(100%, 1312px);
}

.launch-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 18px);
}

.launch-preview__grid--mobile {
  display: none;
}

.launch-preview__tile {
  position: relative;
  aspect-ratio: 1122 / 1402;
  overflow: hidden;
}

.launch-preview__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.launch-preview__caption {
  max-width: 35ch;
  margin: clamp(28px, 2.5vw, 36px) auto 0;
  color: var(--ink);
  font-size: clamp(18.4px, 1.52vw, 22.4px);
  line-height: 1.4;
  text-align: center;
  text-wrap: pretty;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 116px;
  margin-inline: var(--gutter);
  padding-block: 28px;
  background: var(--canvas);
  border-top: 1px solid var(--soft-line);
}

.site-footer__copyright,
.site-footer__nav a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__copyright {
  color: var(--muted);
}

.site-footer__nav {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 24px);
}

.site-footer__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration-color: var(--line);
  transition-property: color, text-decoration-color;
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--ease-out);
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}

.legal-shell {
  width: min(100%, 840px);
  margin-inline: auto;
  padding: clamp(48px, 5vw, 72px) var(--gutter) clamp(64px, 7vw, 96px);
}

.legal-page a,
.legal-page a:hover,
.legal-page a:focus-visible {
  text-decoration: none;
}

.legal-intro {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: clamp(36px, 4vw, 52px);
  text-align: center;
}

.legal-intro h1 {
  font-family: var(--display);
  font-size: clamp(20.8px, 1.92vw, 24px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.legal-intro__updated {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.legal-section {
  border-top: 1px solid var(--line);
}

.legal-section:last-of-type {
  border-bottom: 1px solid var(--line);
}

.legal-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
  cursor: pointer;
  list-style: none;
}

.legal-section summary::-webkit-details-marker {
  display: none;
}

.legal-section__indicator {
  flex: 0 0 auto;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.legal-section__indicator-open {
  display: none;
}

.legal-section[open] .legal-section__indicator-closed {
  display: none;
}

.legal-section[open] .legal-section__indicator-open {
  display: block;
}

.legal-section summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.legal-section h2 {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.legal-section__content {
  display: grid;
  gap: 10px;
  padding: 0 36px 22px 0;
}

.legal-section p {
  color: #26302b;
  font-size: 14px;
  line-height: 1.5;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
  padding: 72px var(--gutter);
}

.not-found__content {
  display: grid;
  justify-items: center;
  gap: 22px;
  max-width: 720px;
  text-align: center;
}

.not-found__code {
  color: var(--green);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.not-found h1 {
  font-family: var(--display);
  font-size: clamp(44.8px, 6.4vw, 86.4px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.not-found__content > p:not(.not-found__code) {
  color: var(--muted);
}

.not-found .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  :root {
    --header-height: 68px;
    --hero-peek: 134.4px;
    --gutter: clamp(18px, 6vw, 28px);
  }

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

  .wordmark-link {
    grid-column: 1;
    justify-self: start;
    min-width: 0;
  }

  .wordmark {
    width: clamp(132px, 42vw, 154px);
  }

  .header-instagram {
    grid-column: 2;
    font-size: 9px;
  }

  .hero {
    place-items: center start;
    align-content: normal;
    padding-block: 0;
  }

  .hero__content {
    justify-items: start;
    gap: 22px;
    max-width: none;
    text-align: left;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(35.2px, 11.2vw, 49.6px);
    line-height: 0.98;
  }

  .hero__supporting {
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.55;
  }

  .explore-link {
    right: var(--gutter);
    bottom: 24px;
    left: var(--gutter);
    justify-content: flex-start;
    transform: none;
  }

  .explore-link:active {
    transform: scale(0.98);
  }

  .collection,
  .collection--media-first,
  .collection--copy-first {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "copy";
    aspect-ratio: auto;
    min-height: 0;
  }

  .collection__media {
    min-height: 0;
    aspect-ratio: 1;
  }

  .collection__media img {
    object-position: var(--focal-mobile, 50% 50%);
  }

  .placeholder-field__frame {
    inset: 24px;
  }

  .placeholder-field__rule {
    top: 24px;
    bottom: 24px;
    left: 54px;
  }

  .placeholder-field__square {
    top: 46px;
    left: 34px;
    width: 32px;
  }

  .placeholder-field__number {
    right: 14px;
    bottom: -18px;
    font-size: clamp(134.4px, 45.6vw, 188.8px);
  }

  .collection__copy {
    position: relative;
    justify-content: flex-start;
    min-height: clamp(260px, 72vw, 300px);
    padding: clamp(24px, 6vw, 30px) var(--gutter) clamp(36px, 9vw, 48px);
  }

  .collection:not(:last-child) .collection__copy {
    margin-bottom: clamp(40px, 12vw, 56px);
  }

  .collection:not(:last-child) .collection__copy::after {
    position: absolute;
    right: var(--gutter);
    bottom: 0;
    left: var(--gutter);
    height: 1px;
    background: var(--soft-line);
    content: "";
  }

  .collection__label {
    margin-bottom: clamp(24px, 7vw, 32px);
  }

  .collection h3 {
    max-width: 9ch;
    font-size: clamp(35.2px, 11.2vw, 49.6px);
  }

  .collection__intention {
    max-width: 33ch;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .closing {
    justify-items: start;
    gap: 64px;
    min-height: 580px;
    padding-block: 108px;
  }

  .closing__content {
    justify-items: start;
    gap: 24px;
    text-align: left;
  }

  .closing h2 {
    max-width: 11ch;
    font-size: clamp(38.4px, 11.2vw, 44.8px);
    line-height: 0.98;
  }

  .closing__content p {
    max-width: 32ch;
    font-size: 13px;
  }

  .launch-preview {
    width: 100%;
    min-width: 0;
  }

  .launch-preview__grid--desktop {
    display: none;
  }

  .launch-preview__grid--mobile {
    display: grid;
    width: calc(100vw - var(--gutter));
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 560px);
    gap: 12px;
    padding-right: var(--gutter);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .launch-preview__grid--mobile::-webkit-scrollbar {
    display: none;
  }

  .launch-preview__grid--mobile:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px var(--green);
  }

  .launch-preview__tile {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .launch-preview__caption {
    max-width: 34ch;
    margin: 30px 0 0;
    font-size: 15.2px;
    line-height: 1.45;
    text-align: left;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 176px;
    padding-block: 30px;
  }

  .site-footer__nav {
    flex-wrap: wrap;
    gap: 4px 18px;
  }

  .legal-shell {
    padding-top: 40px;
  }

  .legal-section summary {
    padding-block: 18px;
  }

  .legal-section__content {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) and (max-height: 600px) {
  .hero {
    place-items: start;
    align-content: start;
    padding-block: 24px 80px;
  }

  .hero__content {
    gap: 14px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(33.6px, 8vw, 42px);
  }

  .hero__supporting {
    max-width: 48ch;
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 359px) {
  .wordmark {
    width: 126px;
  }

  .header-instagram {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .hero h1,
  .collection h3 {
    font-size: 33.6px;
  }

  .closing h2 {
    font-size: 38.4px;
  }

  .site-footer__nav {
    gap: 2px 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

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

@media print {
  .skip-link,
  .header-instagram,
  .explore-link {
    display: none;
  }

  .site-header,
  .site-footer {
    border-color: #777777;
  }

  .legal-section > .legal-section__content {
    display: grid;
  }

  .legal-section__indicator {
    display: none;
  }
}

.collection__media--self-love img { object-position: 50% 50%; }
@media (max-width: 767px) { .collection__media--self-love img { object-position: 50% 53%; } }
.collection__media--success img { object-position: 50% 50%; }
@media (max-width: 767px) { .collection__media--success img { object-position: 50% 68%; } }
.collection__media--serendipity img { object-position: 50% 50%; }
@media (max-width: 767px) { .collection__media--serendipity img { object-position: 50% 58%; } }
.collection__media--flow img { object-position: 50% 50%; }
@media (max-width: 767px) { .collection__media--flow img { object-position: 50% 53%; } }
