@font-face {
  font-family: FieldSC;
  src: url("../shared/fonts/NotoSansSC.ttf") format("truetype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #0a0b0d;
  color: #eff0ee;
  font-family: Arial, FieldSC, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: default;
}
button {
  border: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
button,
input {
  border-radius: 0;
}
::selection {
  background: #b8d7b5;
  color: #171a15;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
button {
  font-family: inherit;
}
.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}
.nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1320px, calc(100% - 120px));
  height: 106px;
  margin: auto;
}
.logo {
  font-size: 22px;
  letter-spacing: -0.8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.nav nav {
  display: flex;
  gap: 35px;
  align-items: center;
}
.nav nav a {
  font-size: 12px;
  opacity: 0.72;
  transition: opacity 0.2s;
}
.nav nav a:hover {
  opacity: 1;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 17px 23px;
  transition:
    transform 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.nav > .button {
  font-size: 11px;
  padding: 13px 18px;
}
.menu-toggle {
  display: none;
  background: none;
  font-size: 22px;
  padding: 10px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.4px;
  line-height: 1.7;
}
.hero-bottom {
  position: absolute;
  bottom: 32px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.6px;
  gap: 20px;
}
.hero-bottom a {
  font-size: 10px;
  letter-spacing: 0.4px;
}
.scene-image {
  position: absolute;
  inset: -2%;
  background-size: cover;
  background-position: center;
  z-index: -3;
  will-change: transform;
}
.ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.template-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 6% 100px;
  border-top: 1px solid #8883;
  font-size: 9px;
  letter-spacing: 1px;
}
.collection-dock {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 30px;
  background: #141713df;
  border: 1px solid #ffffff26;
  color: #f3f5ee;
  backdrop-filter: blur(15px);
  box-shadow: 0 3px 20px #0003;
  gap: 2px;
}
.collection-dock a,
.collection-dock button {
  background: none;
  font-size: 12px;
  padding: 10px 11px;
}
.collection-dock span {
  font-size: 10px;
}
.collection-dock .dock-divider {
  height: 14px;
  width: 1px;
  background: #ffffff25;
  margin: 0 3px;
}
.collection-dock a:hover,
.collection-dock button:hover {
  color: #d5f7a0;
}
.is-preview .collection-dock,
.is-preview .template-footer {
  display: none;
}
.is-preview .hero {
  height: 900px;
  min-height: 900px;
}
.is-preview .earth-opening {
  height: 900px;
  min-height: 900px;
}
.is-preview {
  overflow: hidden;
}
.mobile-only {
  display: none;
}
.avatars {
  display: flex;
  padding-left: 6px;
}
.avatars img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #e9f0e6;
  margin-left: -6px;
}
.fine-print {
  font-size: 11px;
  color: #898f83;
  margin: 22px 0 0;
  text-align: center;
}
dialog {
  position: fixed;
  width: min(470px, calc(100% - 32px));
  max-height: 85svh;
  padding: 45px 35px 35px;
  border: 1px solid #ffffff30;
  border-radius: 16px;
  background: #f3f2e9;
  color: #191e19;
  box-shadow: 0 30px 100px #0008;
}
dialog::backdrop {
  background: #070b0bc4;
  backdrop-filter: blur(12px);
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 26px;
  background: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.modal-close:hover {
  background: #0001;
}
dialog h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
dialog p {
  font-size: 13px;
  line-height: 1.7;
  color: #71766c;
}
dialog .eyebrow {
  font-size: 9px;
  color: #74786e;
  margin-bottom: 20px;
}
.local-form {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}
.local-form label {
  display: grid;
  gap: 7px;
  font-size: 11px;
}
.local-form input,
.local-form select,
.local-form textarea {
  width: 100%;
  border: 1px solid #1d28162b;
  padding: 13px;
  background: #fff9;
  border-radius: 6px;
  color: #222;
}
.local-form .button,
dialog > .button,
#modal-body > .button {
  background: #20271e;
  color: #fff;
}
.local-form small {
  font-size: 10px;
  color: #777;
}
.form-status {
  margin-bottom: 0;
}
.toast {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}
.transfer-summary {
  display: grid;
  gap: 8px;
  margin: 28px 0;
}
.transfer-summary span {
  font-size: 11px;
  color: #757e6a;
}
.transfer-summary strong {
  font-size: 32px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.motion-paused *,
.motion-paused *:before,
.motion-paused *:after {
  animation-play-state: paused !important;
}
/* Collection */
body[data-page="index"] {
  background: #eeeee5;
  color: #25291f;
}
.collection-page {
  width: min(1460px, calc(100% - 96px));
  margin: auto;
}
.collection-page > header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1e28152b;
  font-size: 11px;
}
.collection-brand {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.7px;
}
.collection-brand sup {
  font-size: 9px;
}
.collection-intro {
  padding: 75px 0 55px;
}
.collection-intro > p {
  font-size: 9px;
  letter-spacing: 2px;
  color: #747c68;
  margin-bottom: 26px;
}
.collection-intro h1 {
  font-size: clamp(35px, 4.5vw, 68px);
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.collection-intro h1 em {
  font-style: normal;
  color: #7d876d;
}
.collection-intro > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.8;
  color: #6a7260;
}
.collection-intro > div a {
  font-size: 10px;
  border-bottom: 1px solid #6a7260;
  padding-bottom: 5px;
}
.template-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 26px;
}
.template-preview {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #1e281530;
  border-radius: 8px;
  background: #151813;
}
.preview-frame {
  position: relative;
  aspect-ratio: 1.6;
  overflow: hidden;
  pointer-events: none;
}
.preview-frame iframe {
  border: 0;
  width: 1440px;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(var(--preview-scale, 0.4));
  transform-origin: 0 0;
  pointer-events: none;
}
.preview-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #1118;
  color: #fff;
  border: 1px solid #ffffff30;
  border-radius: 20px;
  padding: 6px 9px;
  font-size: 7px;
  letter-spacing: 1px;
  backdrop-filter: blur(12px);
}
.preview-open {
  position: absolute;
  bottom: 18px;
  right: 18px;
  font-size: 10px;
  border-radius: 20px;
  background: #f4f5ec;
  color: #242920;
  padding: 10px 15px;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.2s;
}
.template-preview:hover .preview-open,
.template-preview:focus-visible .preview-open {
  opacity: 1;
  transform: none;
}
.template-caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  padding: 18px 1px 0;
}
.template-caption h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
  font-weight: 500;
  margin: 0 0 7px;
}
.template-caption p {
  font-size: 11px;
  color: #7a816e;
  margin: 0;
}
.template-caption small {
  font-size: 8px;
  color: #7d856f;
  line-height: 1.8;
  text-align: right;
  max-width: 130px;
}
.collection-page > footer {
  padding: 40px 0;
  margin-top: 65px;
  border-top: 1px solid #1e281530;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #6e7764;
}
/* Keelway */
body[data-page="keelway"] {
  background: #f7f8ef;
  color: #141b23;
}
.meadow-image {
  background-image: url("assets/meadow.png");
  background-position: center 65%;
  filter: brightness(1.17) saturate(0.84);
}
.sky-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    #d6eafa77 0%,
    #e0eef744 42%,
    transparent 75%
  );
}
.keel-mark {
  display: grid;
  place-items: center;
  background: #4266ec;
  width: 25px;
  height: 27px;
  color: #fff;
  border-radius: 7px;
  font-size: 26px;
  font-style: normal;
  line-height: 1;
  box-shadow: 0 2px 7px #2d57af44;
}
.dark {
  background: #111720;
  color: #fff;
  box-shadow: 0 4px 10px #10253222;
}
.dark:hover {
  background: #32456b;
}
.keelway-copy {
  position: relative;
  text-align: center;
  padding: 10vh 25px 0;
  will-change: transform;
}
.social-proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff8c;
  backdrop-filter: blur(14px);
  border: 1px solid #ffffff80;
  padding: 6px 12px 6px 9px;
  border-radius: 30px;
  font-size: 9px;
  margin-bottom: 26px;
  box-shadow: 0 3px 20px #759eac15;
}
.social-proof .avatars img {
  width: 22px;
  height: 22px;
}
.keelway-copy h1 {
  font-size: clamp(42px, 5.2vw, 76px);
  letter-spacing: -3.7px;
  font-weight: 650;
  line-height: 1.1;
  margin: 0 auto 25px;
  max-width: 1150px;
}
.keelway-copy h1 em {
  font-style: normal;
  color: #4264ee;
}
.keelway-copy > p {
  font-size: 14px;
  line-height: 1.85;
  color: #364956;
  margin-bottom: 26px;
}
.keelway-copy > .button {
  padding: 17px 25px;
}
.keelway-copy > small {
  display: block;
  font-size: 9px;
  color: #2d424b;
  margin-top: 14px;
}
.keelway-hero .hero-bottom {
  color: #f8f9eb;
  text-shadow: 0 2px 8px #122112;
  will-change: transform;
}
@media (prefers-reduced-motion: no-preference) {
  .keelway-hero .nav,
  .keelway-copy > *,
  .keelway-hero .hero-bottom > * {
    opacity: 0;
    animation: keelway-rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .keelway-hero .nav {
    animation-delay: 0.06s;
  }
  .keelway-copy .social-proof {
    animation-delay: 0.18s;
  }
  .keelway-copy h1 {
    animation-delay: 0.28s;
  }
  .keelway-copy > p {
    animation-delay: 0.4s;
  }
  .keelway-copy > .button {
    animation-delay: 0.5s;
  }
  .keelway-copy > small {
    animation-delay: 0.58s;
  }
  .keelway-hero .hero-bottom > * {
    animation-delay: 0.68s;
  }
}
@keyframes keelway-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
.light-section {
  padding: 100px max(6%, calc((100% - 1200px) / 2));
  background: #f7f8ef;
}
.section-heading h2 {
  font-size: 52px;
  line-height: 1.07;
  letter-spacing: -2.7px;
  font-weight: 500;
  margin-bottom: 23px;
}
.section-heading .eyebrow {
  font-size: 9px;
  color: #7c8975;
  margin-bottom: 22px;
}
.section-heading > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: #7f8877;
}
.workspace {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 420px;
  border: 1px solid #dce0d3;
  border-radius: 14px;
  background: white;
  box-shadow: 0 25px 65px #2b3c1010;
  overflow: hidden;
}
.workspace aside {
  background: #f0f2e9;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-right: 1px solid #dce0d3;
}
.workspace aside > strong {
  font-size: 17px;
  margin-bottom: 30px;
}
.workspace aside > strong small {
  display: block;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 6px;
  color: #8a917d;
}
.workspace-tab {
  background: none;
  text-align: left;
  color: #6c765f;
  font-size: 12px;
  padding: 13px 12px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.workspace-tab.active {
  background: white;
  color: #202819;
  box-shadow: 0 2px 4px #00000008;
}
.workspace-tab span {
  font-size: 9px;
  color: #939c83;
}
.workspace aside > small {
  font-size: 7px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #8d9881;
  margin-top: auto;
}
.workspace-content {
  padding: 30px 36px;
  min-height: 420px;
}
.workspace-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 28px;
}
.workspace-top h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin: 0;
}
.workspace-top > span {
  font-size: 9px;
  color: #98a08d;
}
.project-stats {
  display: flex;
  gap: 55px;
  padding-bottom: 30px;
}
.project-stats small {
  display: block;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #a0a58e;
  margin-bottom: 10px;
}
.project-stats strong {
  font-size: 29px;
  font-weight: 400;
  color: #5b6b45;
}
.task-row {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #edf0e6;
  padding: 18px 0;
}
.task-row > i {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}
.task-row strong {
  font-size: 11px;
  font-weight: 500;
}
.task-row small {
  display: block;
  font-size: 8px;
  color: #9ca78d;
  margin-top: 4px;
}
.status-badge {
  margin-left: auto;
  background: #edf3e6;
  border-radius: 20px;
  padding: 6px 9px;
  font-size: 8px;
  color: #6f8060;
}
.person-row {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #edf0e6;
  padding: 10px 0;
  font-size: 11px;
}
.person-row b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e1e8d9;
  font-size: 9px;
}
.person-row strong {
  font-weight: 500;
}
.person-row > span {
  margin-left: auto;
  font-size: 10px;
  color: #8a987b;
}
.invoice-total strong {
  display: block;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -2px;
  margin: 12px 0 30px;
}
.invoice-total small {
  font-size: 8px;
  color: #8f9b83;
}
.invoice-row {
  display: flex;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #edf0e6;
  padding: 17px 0;
  font-size: 12px;
}
.invoice-row strong {
  font-weight: 400;
}
.invoice-row > span {
  margin-left: auto;
}
.invoice-row small {
  font-size: 9px;
  color: #849275;
  min-width: 40px;
}
.customer-quote {
  text-align: center;
  padding: 95px 6%;
  background: #e5eadc;
}
.customer-quote .eyebrow {
  font-size: 9px;
  color: #788568;
}
.customer-quote blockquote {
  font-family: Georgia, serif;
  font-size: 67px;
  line-height: 1.08;
  letter-spacing: -3px;
  margin: 35px 0;
}
.customer-quote > p:not(.eyebrow) {
  font-size: 12px;
  color: #7e886f;
}
.wordmarks {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 55px;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #737f65;
}
.wordmarks span:nth-child(2) {
  font-family: Georgia, serif;
  font-style: italic;
}
.wordmarks span:nth-child(3) {
  font-size: 13px;
  letter-spacing: 3px;
}
.pricing-section .section-heading {
  text-align: center;
}
.billing-toggle {
  display: inline-flex;
  background: #e8ecdf;
  padding: 4px;
  border-radius: 30px;
  gap: 5px;
  margin: 8px 0 20px;
}
.billing-toggle button {
  font-size: 11px;
  border-radius: 24px;
  padding: 10px 18px;
  color: #657157;
  background: none;
}
.billing-toggle button[aria-pressed="true"] {
  background: white;
  color: #212b17;
  box-shadow: 0 2px 5px #0001;
}
.billing-toggle small {
  font-size: 8px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 810px;
  margin: 25px auto 0;
  gap: 20px;
}
.pricing-grid article {
  border: 1px solid #dce2d2;
  border-radius: 12px;
  padding: 32px;
  background: #fff8;
}
.pricing-grid article > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #93a17f;
}
.pricing-grid h3 {
  font-weight: 500;
  font-size: 29px;
  margin: 25px 0 10px;
  letter-spacing: -1px;
}
.pricing-grid p {
  font-size: 12px;
  color: #909b80;
  line-height: 1.7;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 28px 0;
  font-size: 25px;
}
.price strong {
  font-size: 57px;
  font-weight: 400;
  letter-spacing: -3px;
}
.price small {
  font-size: 11px;
  color: #a1ad91;
  margin-left: 8px;
}
.pricing-grid .button {
  width: 100%;
  margin-top: 15px;
}
/* Deadwax */
body[data-page="deadwax"] {
  background: #eeeee2;
  color: #1b211b;
}
.deadwax-image {
  background-image: url("assets/deadwax.png");
  background-position: center 60%;
  filter: brightness(1.12) saturate(0.78);
}
.deadwax-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(#e6eee448, transparent 46%, #07100744);
}
.deadwax-hero .nav {
  height: 100px;
}
.deadwax-hero .logo {
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1.8px;
}
.record-mark {
  font-size: 30px;
  font-weight: 400;
}
.deadwax-hero .nav nav a {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
}
.ink {
  background: #171d16;
  color: #ffffef;
  border-radius: 30px;
  letter-spacing: 1.5px;
  font-size: 10px;
}
.deadwax-title {
  text-align: center;
  padding: 22px 20px 0;
}
.deadwax-title .eyebrow {
  font-size: 8px;
  letter-spacing: 2.5px;
  color: #485343;
  margin: 0 0 15px;
}
.deadwax-title h1 {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(43px, 5.1vw, 74px);
  letter-spacing: -3px;
  line-height: 0.99;
  max-width: 880px;
  margin: auto;
}
.sun-play {
  position: absolute;
  left: 50%;
  top: 66%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  background: #f7faeb;
  color: #171f12;
  display: grid;
  place-items: center;
  clip-path: polygon(
    100% 50%,
    89% 60%,
    93% 75%,
    78% 78%,
    75% 93%,
    60% 89%,
    50% 100%,
    40% 89%,
    25% 93%,
    22% 78%,
    7% 75%,
    11% 60%,
    0 50%,
    11% 40%,
    7% 25%,
    22% 22%,
    25% 7%,
    40% 11%,
    50% 0,
    60% 11%,
    75% 7%,
    78% 22%,
    93% 25%,
    89% 40%
  );
  transition: background 0.25s;
}
.sun-play span {
  font-size: 28px;
  margin-left: 3px;
}
.sun-play:hover {
  background: #edfead;
}
.deadwax-caption {
  position: absolute;
  bottom: 30px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #f1f1dc;
  font-size: 8px;
  letter-spacing: 1.5px;
  line-height: 1.9;
}
.deadwax-caption > span:last-child {
  text-align: right;
}
.now-playing {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0e1a1266;
  border: 1px solid #ffffff24;
  border-radius: 40px;
  padding: 12px 18px;
  backdrop-filter: blur(12px);
  font-size: 8px;
  letter-spacing: 1px;
  min-width: 310px;
}
.now-playing > span:nth-child(2) {
  min-width: 143px;
}
.volume-button {
  background: none;
  font-size: 20px;
  padding: 0;
  color: #ecf5ce;
}
.now-playing input {
  width: 48px;
  height: 2px;
  accent-color: #f0f6d4;
}
.equalizer {
  height: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.equalizer i {
  width: 2px;
  background: #f6f9d5;
  height: 3px;
}
.audio-playing .equalizer i {
  animation: equalize 0.8s ease-in-out infinite alternate;
}
.equalizer i:nth-child(2) {
  animation-delay: -0.3s;
}
.equalizer i:nth-child(3) {
  animation-delay: -0.6s;
}
.equalizer i:nth-child(4) {
  animation-delay: -0.1s;
}
@keyframes equalize {
  0% {
    height: 3px;
  }
  100% {
    height: 15px;
  }
}
.film-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.8' filter='url(%23n)'/%3E%3C/svg%3E");
}
.shelves-section {
  padding: 85px 6% 100px;
}
.shelf-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 36px;
}
.shelf-heading h2 {
  font-family: Georgia, serif;
  font-size: 51px;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.shelf-heading .eyebrow {
  font-size: 8px;
  color: #8d917d;
}
.shelf-filters {
  display: flex;
  gap: 8px;
}
.shelf-filters button {
  background: none;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 10px;
  color: #848b76;
}
.shelf-filters button[aria-pressed="true"] {
  border-color: #879275;
  color: #26351d;
}
.record-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 24px;
  min-height: 340px;
}
.record-card {
  background: none;
  padding: 0;
  text-align: left;
  color: #252f22;
}
.record-sleeve {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--sleeve);
  aspect-ratio: 1;
  box-shadow: 0 8px 20px #31371320;
  padding: 25px;
  color: #f9f4e5;
}
.record-sleeve > span {
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.record-sleeve > strong {
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 30px;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 39px;
  letter-spacing: -2px;
  line-height: 1;
}
.record-sleeve > b {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 9px;
  font-weight: 400;
}
.sleeve-disc {
  width: 76%;
  height: 76%;
  position: absolute;
  left: 35%;
  top: 10%;
  border-radius: 50%;
  background: repeating-radial-gradient(
    #1c201c 0px,
    #252922 1px,
    #1c211a 3px,
    #171c16 4px
  );
  box-shadow: 0 0 30px #0003;
  transition: transform 0.8s;
}
.sleeve-disc:after {
  content: "";
  position: absolute;
  inset: 37%;
  border-radius: 50%;
  background: #ebd1a6;
  border: 13px solid #bda47e;
  box-shadow: 0 0 0 1px #1118;
}
.record-card:hover .sleeve-disc {
  transform: rotate(50deg) translateX(10px);
}
.record-sleeve em {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-style: normal;
  background: #0005;
  opacity: 0;
  transition: 0.2s;
}
.record-card:hover .record-sleeve em,
.record-card:focus-visible .record-sleeve em {
  opacity: 1;
}
.record-card h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 17px 0 6px;
}
.record-card > p {
  font-size: 9px;
  color: #8e967e;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}
.record-card > p > span {
  text-transform: uppercase;
  font-size: 8px;
}
.listening-section {
  background: #d9decd;
  padding: 90px 6%;
  position: relative;
  overflow: hidden;
  min-height: 490px;
}
.listening-section .eyebrow {
  font-size: 8px;
  color: #7a876a;
}
.listening-section h2 {
  font-family: Georgia, serif;
  font-size: 59px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
}
.listening-section > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.8;
  color: #7d896c;
  position: relative;
  z-index: 2;
}
.listening-section .button {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.tonearm {
  position: absolute;
  right: 6%;
  top: 60px;
  width: 420px;
  height: 420px;
}
.vinyl {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: repeating-radial-gradient(
    #151b13 0,
    #343b2f 1px,
    #171e14 3px,
    #171e14 5px
  );
  box-shadow: 10px 20px 45px #26351c44;
  display: grid;
  place-items: center;
  animation: spin 16s linear infinite;
  animation-play-state: paused;
}
.audio-playing .vinyl {
  animation-play-state: running;
}
.vinyl > span {
  display: grid;
  place-content: center;
  text-align: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #ab583c;
  color: #f9dbb6;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.vinyl:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    transparent,
    #d7dfce22,
    transparent 40%,
    #f0f5de11,
    transparent
  );
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.deadwax-story {
  padding: 90px 6%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 25px;
}
.deadwax-story > span {
  font-size: 8px;
  letter-spacing: 2px;
  color: #8d987c;
  padding-top: 10px;
}
.deadwax-story > p {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: -1px;
  margin: 0;
}
.deadwax-story > a {
  grid-column: 2;
  font-size: 10px;
  margin-top: 15px;
  color: #77876b;
}
/* Apogee */
body[data-page="apogee"] {
  background: #03050c;
  color: #eef3ff;
}
.earth-render {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    ellipse at 50% 100%,
    #182847,
    #060915 65%,
    #020309
  );
}
.earth-render canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.earth-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 120px);
}
.earth-nav .logo {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
}
.orbit-mark {
  font-size: 28px;
}
.earth-nav nav a {
  font-size: 10px;
}
.space-button {
  background: #dceaff17;
  border: 1px solid #bfd0ff40;
  color: #eaf2ff;
  border-radius: 30px;
  font-size: 9px;
  letter-spacing: 1px;
  box-shadow:
    inset 0 0 10px #b9d4ff10,
    0 0 20px #a9caff0b;
  backdrop-filter: blur(12px);
}
.space-button:hover {
  background: #e2edff;
  color: #1b273d;
  box-shadow: 0 0 25px #bfd5ff40;
}
.orbit-section {
  height: 100svh;
  min-height: 730px;
  position: relative;
  padding: 150px 8% 100px;
}
.earth-opening {
  text-align: center;
}
.earth-opening > .eyebrow {
  font-size: 8px;
  letter-spacing: 3px;
  color: #a6b0c7;
  margin-bottom: 16px;
}
.earth-opening h1 {
  font-family: Georgia, serif;
  font-size: clamp(95px, 12.5vw, 185px);
  font-weight: 400;
  letter-spacing: 22px;
  margin: 0 0 13px;
  text-indent: 22px;
  line-height: 1;
  text-shadow: 0 0 40px #a4c2ff22;
}
.tiny-rule {
  height: 1px;
  width: 60px;
  background: #a4bfe866;
  margin: 26px auto;
}
.earth-opening > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: #a3afc4;
  margin: 0 0 28px;
}
.orbital-readout {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 2px;
  color: #b4c4df99;
}
.earth-chapter {
  display: flex;
  align-items: center;
}
.earth-chapter > div {
  width: 470px;
}
.earth-chapter .eyebrow {
  font-size: 8px;
  color: #7e9cbe;
  letter-spacing: 2.2px;
}
.earth-chapter h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 4.6vw, 65px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -2px;
  margin: 27px 0;
}
.earth-chapter p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: #8c9ab1;
  max-width: 330px;
}
.earth-chapter .button {
  margin-top: 15px;
}
.chapter-marker {
  position: absolute;
  bottom: 50px;
  left: 8%;
  font-size: 8px;
  letter-spacing: 3px;
  color: #5e769a;
}
.earth-finale {
  text-align: center;
  padding-top: 175px;
}
.earth-finale .eyebrow {
  color: #8b9bb9;
  font-size: 8px;
}
.earth-finale h2 {
  font-family: Georgia, serif;
  font-size: clamp(65px, 8vw, 115px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
  margin: 40px 0;
}
.earth-finale h2 em {
  font-weight: 400;
}
.earth-credit {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  font-size: 8px;
  letter-spacing: 2px;
  color: #7489a7;
}
.orbit-dots {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 25;
}
.orbit-dots a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  position: relative;
}
.orbit-dots a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 1px solid #d0e6ff77;
}
.orbit-dots a[aria-current="step"]:after {
  background: #fff;
  box-shadow: 0 0 12px #bcd8ff;
}
.orbit-dots span {
  position: absolute;
  right: 29px;
  font-size: 7px;
  color: #83a2cd;
  opacity: 0;
}
.orbit-dots a[aria-current="step"] span {
  opacity: 1;
}
.is-preview .orbit-dots {
  display: none;
}
.is-preview .earth-nav {
  position: absolute;
}
body[data-page="apogee"] .template-footer {
  background: #03050be8;
  position: relative;
  color: #7d8dab;
}
/* Citrine */
body[data-page="citrine"] {
  background: #090e07;
  color: #f0f6e8;
}
.citrine-hero {
  min-height: 820px;
}
.citrine-mark {
  color: #c0f32c;
  font-style: normal;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
}
.citrine-hero .nav .logo {
  font-size: 23px;
}
.lime {
  background: #c5f93b;
  color: #162201;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 5px 25px #aada2229;
}
.lime:hover {
  background: #daff73;
  box-shadow: 0 8px 35px #baf32344;
}
.outline {
  background: #13200b55;
  border-color: #b5db3640;
  border-radius: 30px;
  color: #e0edc5;
}
.citrine-hero > canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}
.citrine-haze {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 25%, #3c591524, transparent 60%),
    linear-gradient(transparent 85%, #090e07);
}
.citrine-copy {
  text-align: center;
  padding: 42px 25px 0;
  position: relative;
  z-index: 3;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #95af3520;
  border-radius: 30px;
  padding: 8px 12px;
  background: #adc94d06;
  color: #aac18a;
  font-size: 8px;
  letter-spacing: 1px;
  margin: 0 0 25px;
}
.trust-pill i {
  width: 5px;
  height: 5px;
  background: #b9ec36;
  border-radius: 50%;
}
.citrine-copy h1 {
  font-size: clamp(45px, 5.3vw, 78px);
  letter-spacing: -4px;
  line-height: 1.03;
  font-weight: 600;
  margin-bottom: 25px;
}
.citrine-copy h1 em {
  color: #c4f537;
  font-style: normal;
}
.citrine-copy > p:not(.trust-pill) {
  font-size: 13px;
  line-height: 1.9;
  color: #b0b9a4;
}
.cta-pair {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 28px;
}
.network-card,
.converter {
  position: absolute;
  top: 365px;
  border: 1px solid #a6c95a20;
  background: #0b1208c4;
  backdrop-filter: blur(18px);
  border-radius: 18px;
  padding: 24px;
  z-index: 4;
  box-shadow: 0 15px 50px #0003;
}
.network-card {
  left: 5%;
  width: 226px;
  transform: rotate(-2deg);
}
.network-card > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 6px;
  letter-spacing: 1.1px;
  color: #90a568;
  margin-bottom: 18px;
}
.network-card > p i {
  font-size: 7px;
  font-style: normal;
  color: #c5f336;
}
.network-card > strong {
  display: block;
  color: #c2f235;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -3px;
  text-align: center;
}
.network-card > strong > span {
  font-size: 25px;
}
.network-card > small {
  display: block;
  font-size: 9px;
  text-align: center;
  color: #a4b493;
  margin: 6px 0 18px;
}
.network-card .avatars {
  justify-content: center;
}
.network-card .avatars img {
  border-color: #1b2a11;
}
.tiny-label {
  display: block;
  font-size: 5px;
  letter-spacing: 1px;
  color: #718658;
  text-align: center;
  margin-top: 15px;
}
.converter {
  right: 5%;
  width: 263px;
  transform: rotate(2deg);
  text-align: left;
}
.converter > label {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #91a66b;
  display: block;
  margin-bottom: 8px;
}
.currency-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.currency-row input,
.currency-row output {
  min-width: 0;
  width: 100%;
  font-size: 31px;
  letter-spacing: -1.5px;
  font-weight: 500;
  background: none;
  border: 0;
  color: #c7f636;
  padding: 0;
  font-variant-numeric: tabular-nums;
  outline-offset: 2px;
}
.currency-row input {
  -moz-appearance: textfield;
}
.currency-row input::-webkit-inner-spin-button {
  appearance: none;
}
.currency-row select {
  background: #020501;
  border: 1px solid #ffffff10;
  color: #e1ebd5;
  border-radius: 15px;
  font-size: 8px;
  padding: 7px 5px;
  width: 60px;
  flex-shrink: 0;
}
.swap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  background: #b8e53614;
  color: #b7e532;
  font-size: 19px;
}
.converter > p {
  font-size: 8px;
  color: #93a777;
  margin: 20px 0 10px;
}
.converter > small {
  display: block;
  color: #63734d;
  font-size: 7px;
}
.payment-partners {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 45px;
  text-align: center;
  z-index: 3;
}
.payment-partners > p {
  font-size: 7px;
  letter-spacing: 2.5px;
  color: #819056;
  margin-bottom: 23px;
}
.payment-partners > div {
  display: flex;
  justify-content: center;
  gap: 50px;
  color: #b4bda7;
  align-items: center;
}
.payment-partners > div > span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.payment-partners > div > span:first-child {
  font-style: italic;
  color: #b1d857;
}
.payment-partners > div > span:nth-child(3) {
  letter-spacing: 2px;
  font-size: 12px;
}
.finance-section,
.coverage-section {
  padding: 110px 7%;
  max-width: 1440px;
  margin: auto;
}
.finance-section .eyebrow,
.coverage-section .eyebrow {
  font-size: 8px;
  color: #768b55;
}
.finance-section h2,
.coverage-section h2 {
  font-size: 53px;
  line-height: 1.12;
  letter-spacing: -2.4px;
  font-weight: 400;
  margin: 25px 0 45px;
}
.finance-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 60px;
}
.finance-benefits article {
  border-top: 1px solid #94ae453b;
  padding-top: 25px;
}
.finance-benefits article > span {
  font-size: 9px;
  color: #bad44d;
}
.finance-benefits h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
  font-weight: 400;
  margin: 30px 0 17px;
}
.finance-benefits p {
  font-size: 12px;
  line-height: 1.9;
  color: #8a9877;
  max-width: 285px;
}
.coverage-section {
  background: #10190b;
  border-top: 1px solid #c2e05513;
  border-bottom: 1px solid #c2e05513;
  max-width: none;
  text-align: center;
}
.city-clocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: 65px auto 0;
}
.city-clocks > div {
  border-right: 1px solid #9dac7826;
}
.city-clocks > div:last-child {
  border: 0;
}
.city-clocks span {
  display: block;
  font-size: 12px;
  color: #99ae7d;
}
.city-clocks time {
  display: block;
  font-size: 50px;
  letter-spacing: -2px;
  color: #d4e8b7;
  font-variant-numeric: tabular-nums;
  margin: 25px 0 15px;
}
.city-clocks small {
  font-size: 7px;
  letter-spacing: 2px;
  color: #657949;
}
.how-section ol {
  list-style: none;
  counter-reset: steps;
  display: flex;
  gap: 60px;
  padding: 0;
  margin: 55px 0 40px;
}
.how-section li {
  counter-increment: steps;
  flex: 1;
}
.how-section li:before {
  content: "0" counter(steps);
  color: #b8dd53;
  font-size: 10px;
  display: block;
  margin-bottom: 22px;
}
.how-section li strong {
  font-size: 18px;
  font-weight: 400;
}
.how-section li p {
  font-size: 12px;
  color: #718360;
  line-height: 1.8;
  margin-top: 14px;
}
/* Noctis */
body[data-page="noctis"] {
  background: #080909;
  color: #eeeae4;
}
.noctis-hero {
  min-height: 820px;
}
.noctis-hero > canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.noctis-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent, #0006 85%);
  z-index: -2;
  pointer-events: none;
}
.noctis-hero .nav {
  height: 98px;
  border-bottom: 1px solid #ffffff12;
}
.noctis-hero .logo {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -0.5px;
}
.noctis-mark {
  font-family: Georgia, serif;
  font-style: italic;
  border: 1px solid #ffffff50;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  font-size: 17px;
}
.noctis-hero .nav nav a {
  font-size: 10px;
  color: #b5b3b0;
}
.glass {
  background: #ffffff0b;
  border: 1px solid #ffffff26;
  border-radius: 25px;
  font-size: 10px;
  color: #d6d2cd;
  backdrop-filter: blur(10px);
}
.noctis-copy {
  text-align: center;
  padding: 75px 24px 0;
}
.beta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffffff15;
  border-radius: 20px;
  padding: 9px 14px;
  background: #ffffff08;
  color: #c5bfb6;
  font-size: 7px;
  letter-spacing: 1.9px;
  backdrop-filter: blur(10px);
  margin-bottom: 27px;
}
.beta-pill i {
  width: 5px;
  height: 5px;
  background: #c28650;
  box-shadow: 0 0 10px #e09147;
  border-radius: 50%;
}
.beta-pill > span {
  opacity: 0.3;
}
.noctis-copy h1 {
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(58px, 7.8vw, 118px);
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 0.99;
  margin: 0 0 27px;
  text-shadow: 0 5px 30px #0003;
}
.noctis-copy h1 em {
  font-weight: 400;
}
.noctis-copy > p:not(.beta-pill):not(.waitlist-status) {
  font-size: 12px;
  line-height: 1.9;
  color: #b7b3ac;
  margin-bottom: 27px;
}
.waitlist {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 395px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #ffffff25;
  border-radius: 35px;
  background: #ffffff0b;
  padding: 5px 5px 5px 21px;
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 20px #0002;
}
.waitlist input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: none;
  color: #eae4db;
  padding: 10px 0;
  outline: none;
  font-size: 10px;
}
.waitlist input::placeholder {
  color: #9f9d96;
}
.waitlist input:focus-visible {
  outline: 1px solid #cdbfa9;
  outline-offset: 4px;
  border-radius: 4px;
}
.waitlist button {
  padding: 14px 18px;
  border-radius: 30px;
  background: #eeeae2;
  color: #1b1b18;
  white-space: nowrap;
  font-size: 10px;
  box-shadow: 0 0 13px #eee4d038;
}
.waitlist-status {
  font-size: 9px;
  color: #9d9a92;
  margin: 12px 0 21px;
  min-height: 14px;
}
.noctis-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.noctis-proof .avatars img {
  border-color: #313333;
  filter: grayscale(1);
  opacity: 0.85;
  width: 25px;
  height: 25px;
}
.noctis-proof > span {
  font-size: 9px;
  color: #a8a59e;
}
.noctis-bottom {
  position: absolute;
  bottom: 25px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  font-family: monospace;
  font-size: 8px;
  letter-spacing: 2px;
  color: #a39c90;
}
.palette-switcher {
  display: flex;
  align-items: center;
  gap: 9px;
}
.palette-switcher button {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--swatch);
  border: 4px solid #171a1c;
  box-shadow: 0 0 0 1px #fff0;
  transition: 0.2s;
}
.palette-switcher button[aria-pressed="true"] {
  box-shadow: 0 0 0 1px #f1e9d0;
}
.palette-switcher > span {
  font-size: 7px;
  letter-spacing: 1px;
  margin-left: 7px;
  min-width: 75px;
}
.noctis-engine {
  padding: 100px 8%;
  position: relative;
  border-top: 1px solid #fff1;
}
.noctis-engine .eyebrow {
  font-size: 8px;
  color: #867f75;
}
.noctis-engine h2 {
  font-family: Georgia, serif;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1.08;
  margin: 35px 0 45px;
}
.noctis-engine h2 em {
  color: #afa58f;
}
.noctis-engine > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 660px;
  margin-left: auto;
}
.noctis-engine > div p {
  font-size: 12px;
  line-height: 1.9;
  color: #888a82;
}
.looks-section {
  padding: 60px 8% 120px;
}
.looks-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.looks-heading .eyebrow {
  font-size: 8px;
  color: #888573;
}
.looks-heading h2 {
  font-family: Georgia, serif;
  font-size: 43px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin: 0;
}
.look-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.look-card {
  background: none;
  padding: 0;
  text-align: left;
  color: #c9c4b8;
}
.look-art {
  display: block;
  aspect-ratio: 0.85;
  overflow: hidden;
  background: #161310;
  position: relative;
  border-radius: 3px;
}
.look-art:before {
  content: "";
  position: absolute;
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
  background: repeating-conic-gradient(
    from 30deg at 50% 10%,
    #080a0c 0deg,
    #191b29 16deg,
    #835938 24deg,
    #eed6a1 26deg,
    #0b0d10 30deg
  );
  filter: blur(9px);
  transform: rotate(10deg);
  transition: transform 1.5s;
}
.cobalt .look-art:before {
  filter: blur(9px) hue-rotate(165deg);
}
.silver .look-art:before {
  filter: blur(9px) grayscale(1);
}
.look-card:hover .look-art:before {
  transform: rotate(27deg) scale(1.08);
}
.look-title {
  display: block;
  font-size: 11px;
  margin: 20px 0 10px;
}
.look-card small {
  font-size: 10px;
  color: #74776e;
}
@media (min-height: 950px) {
  .keelway-copy {
    padding-top: 15vh;
  }
  .noctis-copy {
    padding-top: 12vh;
  }
  .citrine-copy {
    padding-top: 9vh;
  }
  .network-card,
  .converter {
    top: 46%;
  }
  .deadwax-title {
    padding-top: 6vh;
  }
  .deadwax-title h1 {
    font-size: 85px;
  }
}
@media (max-width: 1100px) {
  .nav {
    width: calc(100% - 70px);
    gap: 20px;
  }
  .nav nav {
    gap: 22px;
  }
  .keelway-copy h1 {
    font-size: 58px;
    letter-spacing: -3px;
  }
  .network-card {
    left: 4%;
    width: 190px;
    padding: 19px;
  }
  .converter {
    right: 4%;
    width: 235px;
    padding: 19px;
  }
  .citrine-copy h1 {
    font-size: 64px;
  }
  .network-card,
  .converter {
    top: 445px;
  }
  .citrine-copy {
    padding-top: 20px;
  }
  .noctis-copy h1 {
    font-size: 92px;
  }
  .noctis-copy {
    padding-top: 75px;
  }
  .hero {
    min-height: 780px;
  }
  .earth-nav {
    width: calc(100% - 70px);
  }
  .tonearm {
    width: 340px;
    height: 340px;
    right: 3%;
    top: 90px;
  }
  .listening-section h2 {
    font-size: 53px;
  }
  .template-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .template-caption small {
    max-width: none;
    text-align: left;
  }
  .record-sleeve > strong {
    font-size: 31px;
  }
  .workspace-top > span {
    display: none;
  }
}
@media (max-width: 760px) {
  .collection-page {
    width: calc(100% - 36px);
  }
  .collection-page > header {
    height: 80px;
  }
  .collection-intro {
    padding: 45px 0 40px;
  }
  .collection-intro h1 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .collection-intro > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    font-size: 11px;
  }
  .template-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .collection-page > footer {
    flex-direction: column;
    gap: 20px;
  }
  .template-caption {
    flex-direction: row;
    align-items: flex-end;
  }
  .template-caption small {
    max-width: 140px;
    text-align: right;
    font-size: 7px;
  }
  .template-caption h2 {
    font-size: 23px;
  }
  .template-caption p {
    font-size: 9px;
  }
  .preview-open {
    opacity: 1;
    bottom: 12px;
    right: 12px;
    font-size: 8px;
    padding: 8px 12px;
  }
  .nav {
    height: 83px;
    width: calc(100% - 40px);
    gap: 12px;
  }
  .nav > .button {
    margin-left: auto;
    font-size: 9px;
    padding: 11px 13px;
  }
  .nav .logo {
    font-size: 20px;
  }
  .nav nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    border-radius: 12px;
    background: #f0f3e8f2;
    color: #20271c;
    box-shadow: 0 12px 40px #0002;
    backdrop-filter: blur(15px);
  }
  .nav.menu-open nav {
    display: flex;
  }
  .menu-toggle {
    display: block;
    font-size: 21px;
    padding: 7px;
  }
  .hero {
    height: 100svh;
    min-height: 760px;
  }
  .hero-bottom {
    bottom: 27px;
    justify-content: center;
  }
  .hero-bottom > span {
    display: none;
  }
  .template-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 6% 110px;
    gap: 20px;
    font-size: 7px;
  }
  .collection-dock {
    left: 15px;
    bottom: 15px;
    padding: 3px 6px;
  }
  .collection-dock a,
  .collection-dock button {
    padding: 10px;
  }
  .scene-image {
    inset: -1%;
  }
  .keelway-copy {
    padding: 9vh 22px 0;
  }
  .keelway-copy h1 {
    font-size: clamp(40px, 8vw, 60px);
    line-height: 1.08;
    letter-spacing: -2.4px;
    max-width: 570px;
  }
  .mobile-only {
    display: block;
  }
  .keelway-copy h1 em {
    display: block;
    margin-top: 12px;
    font-size: 0.88em;
  }
  .keelway-copy > p {
    font-size: 12px;
    margin: 24px 0;
  }
  .social-proof {
    font-size: 8px;
    gap: 8px;
    margin-bottom: 25px;
  }
  .social-proof .avatars img {
    width: 20px;
    height: 20px;
  }
  .keelway-copy > .button {
    font-size: 11px;
  }
  .keelway-copy > small {
    font-size: 8px;
  }
  .meadow-image {
    background-position: 50% bottom;
  }
  .sky-wash {
    background: linear-gradient(#d5eafa88, #d0e7f55e 55%, transparent 85%);
  }
  .light-section {
    padding: 70px 22px;
  }
  .section-heading h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }
  .workspace {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .workspace aside {
    padding: 15px;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #dce0d3;
    border-right: 0;
  }
  .workspace aside > strong {
    font-size: 12px;
    margin: 0 auto 0 0;
  }
  .workspace aside > strong small {
    font-size: 6px;
    margin-top: 3px;
  }
  .workspace aside > small {
    display: none;
  }
  .workspace-tab {
    padding: 10px;
    font-size: 10px;
  }
  .workspace-tab > span {
    display: none;
  }
  .workspace-content {
    padding: 25px 20px;
    min-height: 400px;
  }
  .workspace-top h3 {
    font-size: 18px;
  }
  .project-stats {
    gap: 30px;
  }
  .project-stats small {
    font-size: 6px;
    max-width: 70px;
    line-height: 1.7;
  }
  .project-stats strong {
    font-size: 25px;
  }
  .task-row {
    gap: 9px;
  }
  .task-row > i {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
  }
  .task-row strong {
    font-size: 9px;
  }
  .status-badge {
    font-size: 7px;
    white-space: nowrap;
    padding: 5px 7px;
  }
  .customer-quote {
    padding: 70px 25px;
  }
  .customer-quote blockquote {
    font-size: 52px;
  }
  .customer-quote .eyebrow {
    font-size: 7px;
  }
  .wordmarks {
    flex-wrap: wrap;
    gap: 25px 40px;
    font-size: 16px;
    margin-top: 35px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid article {
    padding: 27px;
  }
  .deadwax-hero .nav {
    height: 86px;
  }
  .deadwax-hero .logo {
    font-size: 25px;
  }
  .deadwax-hero .nav > .button {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .deadwax-title {
    padding: 40px 18px 0;
  }
  .deadwax-title .eyebrow {
    font-size: 7px;
    letter-spacing: 1.6px;
    margin-bottom: 19px;
  }
  .deadwax-title h1 {
    font-size: clamp(42px, 8vw, 65px);
    letter-spacing: -2px;
    line-height: 1;
    max-width: 520px;
  }
  .deadwax-image {
    background-position: 50% 55%;
  }
  .sun-play {
    top: 66%;
    width: 77px;
    height: 77px;
  }
  .sun-play span {
    font-size: 23px;
  }
  .deadwax-caption {
    bottom: 37px;
    justify-content: center;
  }
  .deadwax-caption > span {
    display: none;
  }
  .now-playing {
    min-width: 285px;
    padding: 10px 14px;
    font-size: 7px;
  }
  .shelves-section {
    padding: 65px 22px;
  }
  .shelf-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .shelf-heading h2 {
    font-size: 43px;
  }
  .shelf-filters {
    gap: 2px;
    flex-wrap: wrap;
  }
  .shelf-filters button {
    padding: 8px 11px;
    font-size: 9px;
  }
  .record-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 17px;
  }
  .record-sleeve {
    padding: 12px;
  }
  .record-sleeve > span {
    font-size: 5px;
    letter-spacing: 1px;
  }
  .record-sleeve > strong {
    left: 12px;
    bottom: 14px;
    font-size: 22px;
    letter-spacing: -1px;
    right: 15px;
  }
  .record-sleeve > b {
    right: 10px;
    top: 10px;
    font-size: 7px;
  }
  .record-card h3 {
    font-size: 11px;
    margin-top: 13px;
  }
  .record-card > p {
    font-size: 8px;
    flex-direction: column;
    gap: 6px;
  }
  .record-card > p > span {
    font-size: 6px;
  }
  .listening-section {
    padding: 70px 24px 330px;
    min-height: 720px;
  }
  .listening-section h2 {
    font-size: 47px;
  }
  .tonearm {
    width: 290px;
    height: 290px;
    top: auto;
    bottom: -20px;
    right: -20px;
  }
  .listening-section > p:not(.eyebrow) {
    font-size: 11px;
  }
  .deadwax-story {
    padding: 65px 24px;
    grid-template-columns: 1fr;
  }
  .deadwax-story > p {
    font-size: 29px;
  }
  .deadwax-story > a {
    grid-column: 1;
  }
  .earth-nav {
    width: calc(100% - 40px);
  }
  .earth-nav .nav nav {
    background: #172231ed;
    color: white;
  }
  .earth-nav > .button {
    font-size: 7px;
    padding: 10px 12px;
  }
  .orbit-section {
    min-height: 760px;
    padding: 150px 24px 80px;
  }
  .earth-opening {
    padding-top: 160px;
  }
  .earth-opening > .eyebrow {
    font-size: 6px;
    letter-spacing: 1.5px;
  }
  .earth-opening h1 {
    font-size: clamp(70px, 16vw, 120px);
    letter-spacing: 10px;
    text-indent: 10px;
  }
  .earth-opening > p:not(.eyebrow) {
    font-size: 11px;
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .tiny-rule {
    margin: 22px auto;
  }
  .orbital-readout {
    bottom: 29px;
    left: 24px;
    right: 24px;
    font-size: 6px;
    letter-spacing: 1px;
  }
  .orbital-readout > span:last-child {
    display: none;
  }
  .earth-chapter {
    align-items: flex-start;
    padding-top: 160px;
  }
  .earth-chapter > div {
    width: 90%;
  }
  .earth-chapter h2 {
    font-size: 43px;
    letter-spacing: -1.6px;
  }
  .earth-chapter p:not(.eyebrow) {
    font-size: 12px;
    max-width: 290px;
  }
  .earth-chapter .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .orbit-dots {
    right: 8px;
    gap: 12px;
  }
  .orbit-dots a {
    width: 20px;
    height: 24px;
  }
  .orbit-dots span {
    right: 23px;
    font-size: 6px;
  }
  .chapter-marker {
    bottom: 45px;
    left: 24px;
    font-size: 7px;
  }
  .earth-finale {
    padding-top: 185px;
  }
  .earth-finale h2 {
    font-size: 64px;
    letter-spacing: -2px;
  }
  .earth-credit {
    font-size: 6px;
    letter-spacing: 1px;
    bottom: 40px;
  }
  .citrine-hero {
    height: auto;
    min-height: 1100px;
  }
  .citrine-copy {
    padding: 48px 20px 0;
  }
  .citrine-copy h1 {
    font-size: clamp(44px, 8.5vw, 66px);
    letter-spacing: -2.5px;
  }
  .citrine-copy > p:not(.trust-pill) {
    font-size: 12px;
    line-height: 1.9;
  }
  .trust-pill {
    font-size: 6px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
  .cta-pair {
    gap: 9px;
  }
  .cta-pair .button {
    font-size: 10px;
    padding: 15px 18px;
  }
  .network-card {
    top: 715px;
    left: calc(50% - 146px);
    width: 140px;
    padding: 17px;
    transform: rotate(-3deg);
  }
  .network-card > p {
    font-size: 5px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
  .network-card > strong {
    font-size: 39px;
  }
  .network-card > small {
    font-size: 8px;
  }
  .network-card .avatars img {
    width: 24px;
    height: 24px;
  }
  .tiny-label {
    font-size: 4px;
    letter-spacing: 0.5px;
    line-height: 1.6;
  }
  .converter {
    top: 505px;
    width: 282px;
    right: calc(50% - 141px);
    padding: 25px;
    transform: rotate(2deg);
  }
  .converter > label {
    font-size: 8px;
  }
  .currency-row input,
  .currency-row output {
    font-size: 36px;
  }
  .currency-row select {
    font-size: 10px;
    width: 65px;
    padding: 9px 6px;
  }
  .converter > p {
    font-size: 9px;
  }
  .converter > small {
    font-size: 8px;
  }
  .network-card {
    display: none;
  }
  .payment-partners {
    bottom: 63px;
    left: 20px;
    right: 20px;
  }
  .payment-partners > div {
    gap: 22px;
    flex-wrap: wrap;
  }
  .payment-partners > div > span {
    font-size: 12px;
  }
  .payment-partners > p {
    font-size: 6px;
    letter-spacing: 1.4px;
  }
  .citrine-haze {
    background: linear-gradient(transparent 90%, #090e07);
  }
  .finance-section,
  .coverage-section {
    padding: 70px 24px;
  }
  .finance-section h2,
  .coverage-section h2 {
    font-size: 41px;
    letter-spacing: -2px;
  }
  .finance-benefits {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .finance-benefits h3 {
    margin-top: 20px;
  }
  .city-clocks {
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
    margin-top: 45px;
  }
  .city-clocks > div:nth-child(2) {
    border: 0;
  }
  .city-clocks time {
    font-size: 40px;
    margin: 20px 0 10px;
  }
  .city-clocks span {
    font-size: 11px;
  }
  .city-clocks small {
    font-size: 6px;
  }
  .how-section ol {
    flex-direction: column;
    gap: 24px;
    margin: 40px 0 25px;
  }
  .how-section li:before {
    margin-bottom: 14px;
  }
  .noctis-hero {
    min-height: 820px;
  }
  .noctis-hero .nav {
    height: 83px;
  }
  .noctis-copy {
    padding: 78px 20px 0;
  }
  .noctis-copy h1 {
    font-size: clamp(48px, 9vw, 75px);
    line-height: 1.05;
    letter-spacing: -2px;
  }
  .beta-pill {
    font-size: 6px;
    letter-spacing: 1px;
    padding: 8px 11px;
    gap: 6px;
    margin-bottom: 26px;
  }
  .noctis-copy > p:not(.beta-pill):not(.waitlist-status) {
    font-size: 11px;
    line-height: 1.9;
    margin: 25px auto;
    max-width: 290px;
  }
  .waitlist {
    max-width: 335px;
    padding-left: 15px;
    gap: 5px;
  }
  .waitlist button {
    font-size: 9px;
    padding: 13px;
  }
  .waitlist input {
    font-size: 10px;
    width: 100px;
  }
  .waitlist-status {
    font-size: 8px;
    line-height: 1.6;
    max-width: 280px;
    margin: 14px auto 20px;
  }
  .noctis-proof {
    gap: 9px;
  }
  .noctis-proof > span {
    font-size: 7px;
  }
  .noctis-proof .avatars img {
    width: 23px;
    height: 23px;
  }
  .noctis-bottom {
    bottom: 45px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    left: 20px;
    right: 20px;
  }
  .noctis-bottom > span {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .noctis-bottom > .palette-switcher {
    order: -1;
    width: 100%;
    justify-content: center;
  }
  .palette-switcher button {
    width: 29px;
    height: 29px;
    border-width: 7px;
  }
  .palette-switcher > span {
    font-size: 6px;
  }
  .noctis-engine {
    padding: 70px 24px;
  }
  .noctis-engine h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .noctis-engine > div {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
  }
  .noctis-engine > div p {
    font-size: 12px;
  }
  .looks-section {
    padding: 25px 24px 70px;
  }
  .looks-heading {
    display: block;
  }
  .looks-heading h2 {
    font-size: 38px;
  }
  .look-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .look-art {
    aspect-ratio: 1.2;
  }
  .look-title {
    font-size: 12px;
  }
  .look-card small {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.sunrise-glow {
  position: absolute;
  width: 80vw;
  height: 45vh;
  left: 10vw;
  bottom: -24vh;
  pointer-events: none;
  background: radial-gradient(
    ellipse,
    #e1d4c9 0%,
    #b1805866 20%,
    #36569733 45%,
    transparent 70%
  );
  filter: blur(30px);
  opacity: 0;
}
@media (min-width: 761px) {
  .earth-opening {
    padding-top: 130px;
  }
  .citrine-hero,
  .noctis-hero {
    min-height: 760px;
  }
}
@media (max-width: 760px) {
  .deadwax-caption {
    bottom: 95px;
  }
  .keelway-hero .hero-bottom {
    bottom: 88px;
  }
  .noctis-bottom {
    bottom: 89px;
  }
  .orbital-readout {
    bottom: 95px;
  }
  .earth-credit {
    bottom: 90px;
  }
  .nav.menu-open nav a {
    color: #26311e;
    opacity: 1;
  }
}
@media (max-width: 760px) {
  .collection-intro h1 em {
    font-size: 0.8em;
    letter-spacing: -1.5px;
  }
}
