body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-sans-serif);
}

.hidden {
  visibility: hidden;
}

:root {
  --background-color: #000;
  --font-family-serif: 'Caslon Ionic', Georgia, serif;
  --font-family-sans-serif: 'Neue Haas Display', system-ui, sans-serif;
  --font-family: var(--font-family-serif);
  --heading-font-family: var(--font-family-sans-serif);
  --screen-small-min: 576px;
  --screen-medium-min: 768px;
  --screen-large-min: 992px;
  --screen-extra-large-min: 1200px;
  --screen-xxl-min: 1800px;
}

body {
  color: #000;
}

[hidden] {
  display: none !important;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.copy-divider .toolbar-actions .link {
  margin-left: 0;
}

.copy-divider button.link {
  border: none;
  cursor: pointer;
  appearance: none;
}

.copy-divider .tool-plain-note {
  margin-left: auto;
  color: #7c4f36;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-weight: 300;
}

.status-pill,
.firmware-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 69px;
  background: #fff;
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-pill.connected,
.firmware-badge.current {
  border-color: #4d7a36;
  color: #4d7a36;
}

.status-pill.working,
.firmware-badge.update {
  border-color: #b9852a;
  color: #b9852a;
}

.status-pill.error,
.firmware-badge.error {
  border-color: #9f4338;
  color: #9f4338;
}

.firmware-badge.neutral {
  color: #7c4f36;
}

.link-secondary {
  background: #f0f0f0 !important;
  color: #000 !important;
  border: 1px solid #d4d4d4 !important;
}

.copy-divider .link.link-secondary:hover {
  background: #e8e8e8 !important;
  color: #000 !important;
}

.copy-divider .link.is-disabled {
  background: #d6d0cb;
  color: #6c6c6c;
  pointer-events: none;
}

.connect-btn.is-fading {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.97);
}

.tool-hero-copy {
  padding: 40px 24px 50px 24px;
  max-width: 560px;
}

@media (min-width: 768px) {
  .tool-hero-copy {
    padding: 40px 40px 50px 5%;
  }
}
.dashboard-gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dashboard-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dashboard-gate-card {
  position: relative;
  width: min(680px, 100%);
  max-height: min(90vh, 960px);
  overflow: auto;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.14);
}

.dashboard-gate-dismiss {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dashboard-gate-dismiss:hover,
.dashboard-gate-dismiss:focus-visible {
  border-color: #000;
  background: #f6f4f5;
}

.dashboard-gate-title {
  margin: 14px 0 0;
  font-family: var(--font-family-sans-serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.5px;
}

.dashboard-gate-copy,
.dashboard-gate-note {
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.dashboard-gate-copy {
  width: min(100%, 560px);
  margin: 18px auto 0;
}

.dashboard-gate-note {
  margin-top: 12px;
  color: #5b5b5b;
}

.dashboard-gate-session {
  width: min(420px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.dashboard-gate-card .tool-inline-notice {
  text-align: center;
}

.dashboard-gate-card .tool-support-actions {
  justify-content: center;
}

.tool-stage {
  background: #f6f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 24px;
}

.tool-stage-card {
  width: min(560px, 100%);
  padding: 28px;
  border: 1px solid #e5e1dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.tool-stage-kicker,
.tool-panel-kicker,
.tool-session-label {
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tool-stage-card h2,
.tool-panel-title {
  margin: 14px 0 0;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.5px;
}

.tool-stage-card h2 {
  font-size: 42px;
}

.tool-panel-title {
  font-size: 34px;
}

.tool-stage-card p,
.tool-panel-body,
.tool-panel-note,
.tool-session-status {
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.tool-stage-card p {
  margin-top: 18px;
}

.tool-stage-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.current-swatch {
  width: 84px;
  height: 84px;
  flex: none;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.preview-title {
  font-family: var(--font-family-sans-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 0.95;
}

.preview-detail {
  margin-top: 6px;
}

.tool-inline-notice {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #e5e1dd;
  border-radius: 18px;
  background: #fff;
}

.tool-inline-notice h3 {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 0.95;
}

.tool-inline-notice p {
  margin: 14px 0 0;
}

.tool-support-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.tool-primary-button,
.tool-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: none;
  border-radius: 58px;
  font-family: var(--font-family-sans-serif);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tool-primary-button {
  background: #000;
  color: #fff;
}

.tool-primary-button:hover:not(:disabled) {
  background: #333;
}

.tool-secondary-button {
  background: #f0f0f0;
  color: #000;
  border: 1px solid #d4d4d4;
}

.tool-secondary-button:hover:not(:disabled) {
  background: #e8e8e8;
}

.tool-primary-button:disabled,
.tool-secondary-button:disabled,
.preset-arrow-btn:disabled,
.action-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.tool-session {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #ece8e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.tool-session-status {
  margin-top: 0;
  text-align: center;
}

.tool-dashboard {
  background: #fff;
  opacity: 1;
  overflow: visible;
}

.tool-dashboard-body.split-horizontal {
  align-items: stretch;
  justify-content: flex-start;
  background: #f6f4f5;
}

.tool-sidebar,
.tool-main {
  align-self: stretch;
}

.tool-sidebar {
  padding: 24px;
  background: #fff;
  border-right: 1px solid #ece8e4;
}

.tool-main {
  padding: 24px;
}

@media (min-width: 992px) {
  .tool-dashboard-body.split-horizontal {
    flex-direction: row;
  }
  .tool-dashboard-body .left.tool-sidebar {
    width: 360px;
    flex: 0 0 360px;
  }
  .tool-dashboard-body .right.tool-main {
    width: calc(100% - 360px);
    flex: 1 1 auto;
  }
}
.tool-panel {
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid #e5e1dd;
  border-radius: 18px;
  background: #fff;
}

.tool-panel:last-child {
  margin-bottom: 0;
}

.tool-panel-body {
  margin-top: 14px;
}

.tool-panel-note {
  margin-top: 10px;
  color: #5b5b5b;
}

.tool-firmware-line {
  margin-top: 14px;
}

.preset-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.empty-state {
  padding: 16px;
  border: 1px dashed #d1cbc6;
  border-radius: 14px;
  background: #f6f4f5;
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.preset-card {
  padding: 14px;
  border: 1px solid #dfd8d1;
  border-radius: 14px;
  background: #f6f4f5;
}

.preset-card.is-selected {
  border-color: #7c4f36;
}

.preset-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.preset-index {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 13px;
  font-weight: 600;
}

.swatch-chip {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.preset-meta {
  min-width: 0;
}

.preset-title {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 0.98;
}

.preset-subtitle {
  margin-top: 6px;
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

.preset-actions {
  display: flex;
  gap: 8px;
}

.action-btn {
  padding: 8px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 58px;
  background: #fff;
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.tool-main-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tool-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

@media (max-width: 1100px) {
  .tool-main-grid {
    grid-template-columns: 1fr;
  }
}
.plot-frame {
  position: relative;
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #0d0d1a;
}

.chromaticity-wide-frame {
  background: transparent;
}

#chromaticity-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

#chromaticity-canvas {
  aspect-ratio: 1;
}

.chromaticity-wide-frame {
  margin-top: 10px;
  aspect-ratio: 1/1;
}

.tool-cct-panel {
  max-width: 100%;
}

.plot-overlay,
.plot-note {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
  font-family: var(--font-family-sans-serif);
  font-size: 14px;
}

.plot-overlay {
  background: rgba(3, 3, 6, 0.45);
  color: rgba(255, 255, 255, 0.88);
}

.plot-overlay.is-hidden,
.plot-note.is-hidden {
  display: none !important;
}

.plot-note {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.48));
  color: rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-top-color: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.panel-readout {
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  font-weight: 600;
}

.chromaticity-readout,
.cct-readout-active {
  color: #000;
}

.current-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #e5e1dd;
  border-radius: 14px;
  background: #f6f4f5;
}

.cct-slider-stack {
  position: relative;
  width: 100%;
  margin-top: 18px;
}

.cct-slider {
  width: 100%;
  position: absolute;
  inset: 0;
  margin: 0;
  background: transparent;
  accent-color: #000;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.cct-slider::-webkit-slider-runnable-track {
  height: 22px;
  background: transparent;
}

.cct-slider::-moz-range-track {
  height: 22px;
  background: transparent;
  border: none;
}

.cct-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 34px;
  margin-top: -6px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: #000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.cct-slider::-moz-range-thumb {
  width: 10px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: #000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.cct-scale {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 14px;
  font-weight: 300;
}

.cct-gradient {
  height: 22px;
  border-radius: 58px;
  background: linear-gradient(90deg, #ff8b2e 0%, #ffd5a6 34%, #fff8f2 54%, #dce8ff 76%, #8eb4ff 100%);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-card {
  width: min(720px, 100%);
  max-height: min(90vh, 980px);
  overflow: auto;
  padding: 28px;
  border: 1px solid #e5e1dd;
  border-radius: 18px;
  background: #fff;
}

.modal-copy,
.modal-status {
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.modal-copy {
  margin-top: 16px;
}

.chooser-placeholder {
  margin-top: 24px;
  padding: 18px;
  border: 1px dashed #d4ccc6;
  border-radius: 18px;
  background: #f6f4f5;
}

.chooser-window {
  overflow: hidden;
  border: 1px solid #ddd4cd;
  border-radius: 14px;
  background: #fff;
}

.chooser-bar {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e1dd;
  background: #f6f4f5;
}

.chooser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2cac4;
}

.chooser-body {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 14px;
  text-align: center;
}

.modal-status {
  margin-top: 18px;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.version-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 20px;
}

.version-pair .system-information-detail {
  margin-top: 0;
}

.firmware-progress-block {
  margin-top: 22px;
}

.progress-track {
  width: 100%;
  height: 12px;
  overflow: hidden;
  margin-top: 14px;
  border-radius: 69px;
  background: #e9e2dc;
}

.progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c4f36 0%, #c48e5f 100%);
  transition: width 0.18s ease;
}

.firmware-log {
  margin-top: 18px;
  border: 1px solid #e5e1dd;
  border-radius: 14px;
  background: #f6f4f5;
}

.firmware-log summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  font-weight: 400;
}

.firmware-log-output {
  max-height: 220px;
  overflow: auto;
  padding: 0 16px 16px;
  color: #272727;
  font-family: var(--font-family-sans-serif);
  font-size: 12px;
  line-height: 1.6;
}

.reconnect-block {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #e5e1dd;
  border-radius: 14px;
  background: #f6f4f5;
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.reconnect-block ol {
  margin: 14px 0 0;
  padding-left: 18px;
}

@media (max-width: 991px) {
  .tool-dashboard-body .left.tool-sidebar,
  .tool-dashboard-body .right.tool-main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .copy-divider {
    gap: 16px;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .toolbar-actions,
  .tool-support-actions,
  .modal-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .copy-divider .tool-plain-note {
    width: 100%;
    margin-left: 0;
  }
  .tool-stage {
    min-height: auto;
  }
  .tool-stage-card,
  .dashboard-gate-card,
  .tool-panel,
  .modal-card {
    padding: 22px;
  }
  .tool-stage-card h2,
  .dashboard-gate-title,
  .tool-panel-title {
    font-size: 32px;
  }
  .tool-device-summary,
  .version-pair {
    grid-template-columns: 1fr;
  }
  .current-preview,
  .tool-stage-preview {
    flex-direction: column;
    align-items: flex-start;
  }
  .dashboard-gate {
    padding: 20px;
  }
}
.configuration-section {
  max-width: 1480px;
  margin: 48px auto 64px;
  padding: 0 50px;
}

.configuration-detail-grid,
.section-support-row {
  display: grid;
  gap: 28px;
}

.configuration-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.section-support-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ece8e4;
}

.section-copy,
.section-note,
.system-information-value {
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
}

.section-copy,
.section-note,
.panel-readout {
  margin: 0;
}

.section-copy {
  max-width: 760px;
}

.section-note {
  margin-top: 10px;
  color: #5b5b5b;
}

.section-readout {
  margin-top: 18px;
}

.section-actions {
  margin-top: 28px;
}

.configuration-section-control {
  align-items: stretch;
  overflow: visible;
}

.control-copy-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 34px;
  padding-top: 50px;
  padding-right: 36px;
}

.control-visual-column {
  display: flex;
  flex-direction: column;
}

.control-callout {
  color: #272727;
  max-width: 600px;
}
.control-callout .leader {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.control-callout .title {
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  line-height: 0.9;
  font-size: 48px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .control-callout .title {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .control-callout .title {
    font-size: 68px;
  }
}
.control-callout .content {
  margin-top: 20px;
  font-family: var(--font-family-serif);
  font-weight: 300;
  line-height: 1.3;
  width: 90%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .control-callout .content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .control-callout .content {
    font-size: 16px;
  }
}

.control-preset-stack {
  width: 100%;
  max-width: 600px;
}

.control-preset-stack .section-copy {
  margin-top: 12px;
}

.system-information-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-top: 10px;
}

.system-information-key {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.system-information-value {
  margin-left: 0;
}

.system-status-block {
  max-width: 760px;
}

.system-status-block .section-copy {
  margin-top: 14px;
}

.system-status-head,
.cct-control-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.preset-list {
  margin-top: 24px;
}

.cct-control-block {
  width: 100%;
  margin-top: 24px;
  padding: 20px 0 0;
}

.cct-control-head .panel-readout {
  margin-left: auto;
}

.chromaticity-plot-head {
  margin-top: 8px;
}

.preset-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.preset-card {
  position: relative;
  padding: 9px 12px;
  border: 1px solid #dfd8d1;
  border-radius: 12px;
  background: #f6f4f5;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.preset-card.is-selected {
  border-color: #7c4f36;
  box-shadow: 0 0 0 1px rgba(124, 79, 54, 0.16);
}

.preset-card:focus-visible {
  outline: 2px solid rgba(124, 79, 54, 0.45);
  outline-offset: 2px;
}

.preset-card-head {
  display: flex;
  align-items: center;
  gap: 9px;
}

.preset-arrow-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #ddd4cd;
  border-radius: 50%;
  background: #fff;
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.preset-remove-btn svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preset-index {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd4cd;
  background: #fff;
  color: #7c4f36;
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  font-weight: 300;
}

.preset-card .swatch-chip {
  width: 26px;
  height: 26px;
}

.preset-meta {
  min-width: 0;
  flex: 1 1 auto;
}

.preset-title {
  margin: 0;
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.preset-subtitle {
  margin: 3px 0 0;
  color: #272727;
  font-family: var(--font-family-serif);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.preset-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  justify-content: flex-end;
  margin-left: auto;
  align-self: center;
}

@media (max-width: 991px) {
  .configuration-detail-grid,
  .section-support-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .configuration-section {
    margin: 32px auto 44px;
    padding: 0 22px;
  }
  .configuration-detail-grid {
    gap: 28px;
  }
  .control-copy-column {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .preset-actions {
    padding-left: 0;
  }
  .cct-control-block {
    padding-top: 18px;
  }
  .cct-slider-stack,
  .cct-scale {
    width: 100%;
  }
}
#appearance-presets .section-copy {
  margin-bottom: 20px;
}

.home-hero {
  background: #F6F4F5;
}
.home-hero .left {
  aspect-ratio: 1/0.8;
}
@media (min-width: 768px) {
  .home-hero .left {
    padding-top: 80px;
    aspect-ratio: 1;
  }
}
.home-hero .right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .home-hero .right {
    padding-top: unset;
    padding-bottom: unset;
  }
}

.hero-callout .title {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -3.204px;
  font-size: 100px;
}
@media (min-width: 768px) {
  .hero-callout .title {
    font-size: 140px;
  }
}
@media (min-width: 992px) {
  .hero-callout .title {
    font-size: 160px;
  }
}
.hero-callout .subtitle {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.5px;
  max-width: 400px;
  margin-left: 5px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .hero-callout .subtitle {
    letter-spacing: -0.75px;
    margin-left: 10px;
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .hero-callout .subtitle {
    letter-spacing: -0.9px;
    margin-left: 10px;
    font-size: 46px;
  }
}
.hero-callout .links {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .hero-callout .links {
    margin-top: 20px;
    margin-left: 10px;
    gap: 20px;
  }
}
.hero-callout .link {
  padding: 6px 24px;
  border-radius: 69px;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  text-decoration: none;
  background-color: #000;
  color: #FFF;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero-callout .link {
    margin-left: 10px;
    margin: 8px 0;
    font-size: 24px;
  }
}
.hero-callout .link-invert {
  padding: 6px 24px;
  border-radius: 69px;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .hero-callout .link-invert {
    margin: 8px 0;
    font-size: 24px;
  }
}

.ep01-story-header {
  background-color: #FFF;
}
@media (min-width: 992px) {
  .ep01-story-header {
    background-color: unset;
    position: absolute;
    top: 0;
    z-index: 10;
  }
}

.ep01-story-split {
  background: #F6F4F5;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .ep01-story-split {
    padding-top: 100px;
  }
}
.ep01-story-split .left {
  display: flex;
  align-items: center;
}
.ep01-story-split .right {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}

.toggle-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7C4F36;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  z-index: 1000;
}
.toggle-button svg {
  width: 60%;
  height: 60%;
}

.split-horizontal img.ep01-front-wood-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  width: 85%;
}
@media (min-width: 768px) {
  .split-horizontal img.ep01-front-wood-left {
    width: 100%;
  }
}

.split-horizontal img.ep01-front-wood {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
}
@media (min-width: 768px) {
  .split-horizontal img.ep01-front-wood {
    width: 100%;
  }
}

.feature-callout {
  color: #272727;
  max-width: 600px;
}
.feature-callout .leader {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.feature-callout .title {
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  line-height: 0.9;
  font-size: 48px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .feature-callout .title {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .feature-callout .title {
    font-size: 68px;
  }
}
.feature-callout .content {
  margin-top: 20px;
  font-family: var(--font-family-serif);
  font-weight: 300;
  line-height: 1.3;
  width: 90%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .feature-callout .content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .feature-callout .content {
    font-size: 16px;
  }
}
.feature-callout .link {
  width: fit-content;
  text-decoration: none;
  background: #F0F0F0;
  color: #000;
  display: block;
  padding: 7px 28px;
  border-radius: 69px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature-callout .link {
    margin-top: 60px;
  }
}

.feature-detail-intro .leader {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature-detail-intro .leader {
    margin-top: unset;
  }
}
.feature-detail-intro .title {
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  line-height: 0.9;
  font-size: 48px;
  letter-spacing: -0.5px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .feature-detail-intro .title {
    margin-top: 30px;
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .feature-detail-intro .title {
    font-size: 68px;
  }
}

.feature-detail-description {
  font-family: var(--font-family-serif);
  font-weight: 300;
  line-height: 1.3;
  width: 90%;
  color: #FFF;
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .feature-detail-description {
    font-size: 14px;
    margin-top: 50px;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .feature-detail-description {
    font-size: 16px;
  }
}
.feature-detail-description a {
  color: inherit;
}

.copy-divider {
  height: 80px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  flex-direction: row;
  z-index: 1000;
  justify-content: flex-start;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .copy-divider {
    justify-content: space-between;
    padding: 0 30px;
    font-size: 1.25rem;
  }
}
.copy-divider .copy {
  display: flex;
  flex-direction: row;
}
.copy-divider .copy .headline {
  font-family: var(--font-family-sans-serif);
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-right: 10px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .copy-divider .copy .headline {
    margin-top: 0px;
  }
}
.copy-divider .copy .content {
  font-family: var(--font-family-serif);
}
.copy-divider .link {
  padding: 6px 16px;
  border-radius: 69px;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #000;
  color: #FFF;
  font-size: 18px;
  margin-left: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .copy-divider .link {
    font-size: 20px;
    padding: 16px;
    border-radius: 58px;
    width: 150px;
  }
}
.copy-divider .link:hover {
  background-color: #333;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.ep01-annotation {
  aspect-ratio: 1/1.4;
}
@media (min-width: 768px) {
  .ep01-annotation {
    aspect-ratio: 1/1.3;
  }
}
@media (min-width: 992px) {
  .ep01-annotation {
    aspect-ratio: 1/1.2;
  }
}

.annotation-title {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.annotation-callouts {
  position: absolute;
  left: 120px;
  top: 25px;
  color: #000;
  font-size: 12px;
  font-family: var(--font-family-serif);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.14px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .annotation-callouts {
    font-size: 14px;
  }
}
.annotation-callouts .callout-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  max-width: 240px;
}
.annotation-callouts .callout-item .number {
  margin-right: 8px;
}
.annotation-callouts .callout-item .info {
  flex: 1;
}

.ep01-cct {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .ep01-cct {
    margin-top: 50px;
  }
}

.ep01-cct-frame {
  position: relative;
  width: 90%;
  height: 80%;
  overflow: hidden;
  border-radius: 15px;
}
.ep01-cct-frame .image-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
  z-index: 1;
}
.ep01-cct-frame .image-full.active {
  opacity: 1;
  z-index: 2;
}
.ep01-cct-frame .image-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ep01-cct-selector {
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 4px;
  margin-top: 20px;
  backdrop-filter: blur(10px);
}
.ep01-cct-selector button {
  background-color: transparent;
  border: none;
  color: #FFF;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 46px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 60px;
}
.ep01-cct-selector button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ep01-cct-selector button.active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

div.ep01-shelf-centered {
  margin: 30% 0;
  max-width: 90%;
}
@media (min-width: 768px) {
  div.ep01-shelf-centered {
    margin: 10%;
    max-width: 60%;
  }
}

.horizon {
  position: relative;
  aspect-ratio: 1/1.7;
}
@media (min-width: 768px) {
  .horizon {
    aspect-ratio: auto;
  }
}
.horizon video {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .horizon video {
    position: static;
    height: auto;
    object-fit: initial;
  }
}
.horizon .horizon-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 0 5%;
}
.horizon .horizon-copy .left {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.55px;
}
.horizon .horizon-copy .right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.horizon .horizon-copy div.emitter-horizon-left {
  font-size: 14px;
}
@media (min-width: 576px) {
  .horizon .horizon-copy div.emitter-horizon-left {
    width: 35%;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .horizon .horizon-copy div.emitter-horizon-left {
    width: 30%;
    font-size: 28px;
  }
}
@media (min-width: 1800px) {
  .horizon .horizon-copy div.emitter-horizon-left {
    width: 30%;
    font-size: 32px;
  }
}

div.emitter-horizon-right {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-weight: 600;
  line-height: 0.95;
  width: 40%;
  font-size: 6px;
}
@media (min-width: 576px) {
  div.emitter-horizon-right {
    width: 35%;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  div.emitter-horizon-right {
    width: 30%;
    font-size: 14px;
  }
}
@media (min-width: 1800px) {
  div.emitter-horizon-right {
    width: 30%;
    font-size: 16px;
  }
}

.gesture-library {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.gesture-library .items {
  width: 100%;
  margin-bottom: 200px;
}
.gesture-library .item {
  width: 100%;
  border-top: 1.5px solid white;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gesture-library .item .gesture {
  font-family: var(--font-family-sans-serif);
  font-weight: 900;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  min-width: 100px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .gesture-library .item .gesture {
    min-width: 150px;
    font-size: 18px;
  }
}
.gesture-library .item .action {
  letter-spacing: -0.34px;
  font-family: var(--font-family-serif);
  font-weight: 300;
  margin-left: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .gesture-library .item .action {
    font-size: 18px;
  }
}
.gesture-library .item:last-child {
  border-bottom: 1.5px solid white;
}

.ep01-dimming {
  width: 100%;
  aspect-ratio: 1/1.5;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .ep01-dimming {
    aspect-ratio: unset;
  }
}

.bedroom {
  aspect-ratio: 1/3;
}
@media (min-width: 768px) {
  .bedroom {
    aspect-ratio: unset;
  }
}
.bedroom img.full {
  object-fit: cover;
  height: 100%;
}
@media (min-width: 768px) {
  .bedroom img.full {
    object-fit: unset;
    height: unset;
  }
}

.bedroom-annotation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
  width: 100%;
}
@media (min-width: 768px) {
  .bedroom-annotation {
    top: 10%;
    width: 90%;
  }
}
.bedroom-annotation .left {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .bedroom-annotation .left {
    justify-content: flex-end;
    margin-right: 10px;
  }
}
.bedroom-annotation .right {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .bedroom-annotation .right {
    justify-content: flex-start;
    margin-left: 20px;
  }
}

div.modular-detail {
  display: flex;
  justify-content: flex-start;
  margin: 100px 0;
  width: 100%;
}
@media (min-width: 768px) {
  div.modular-detail {
    top: 10%;
    width: 100%;
    justify-content: center;
  }
}
div.modular-detail .left {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 50px 20px;
}
div.modular-detail .left .feature-detail-intro {
  width: 60%;
}
@media (min-width: 768px) {
  div.modular-detail .left {
    justify-content: flex-end;
    margin-left: unset;
    margin: 0 10px 0 0;
  }
}
div.modular-detail .right {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  div.modular-detail .right {
    justify-content: flex-start;
    margin-left: 20px;
  }
}

.ep01-base-motion {
  aspect-ratio: 1/1.18;
}

.emitter-motion-horizon-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.emitter-motion-horizon-left .title {
  color: #FFF;
  font-family: var(--font-family-sans-serif);
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .emitter-motion-horizon-left .title {
    font-size: 20px;
  }
}

.emitter-motion-horizon-left .info {
  color: #FFF;
  font-family: var(--font-family-serif);
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-left: 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .emitter-motion-horizon-left .info {
    font-size: 20px;
  }
}

.horizon-copy .emitter-motion-horizon-right.right {
  width: 45%;
  display: flex;
  justify-content: end;
  color: #FFF;
  font-weight: 500;
  line-height: 0.95;
  font-size: 10px;
}
@media (min-width: 768px) {
  .horizon-copy .emitter-motion-horizon-right.right {
    font-size: 18px;
  }
}

div.developer-detail {
  display: flex;
  justify-content: flex-start;
  padding: 100px 0;
  background-color: #DDDDDD;
  width: 100%;
}
@media (min-width: 768px) {
  div.developer-detail {
    top: 10%;
    width: 100%;
    justify-content: center;
  }
}
div.developer-detail .left {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 50px 20px;
}
div.developer-detail .left .feature-detail-intro {
  width: 60%;
}
@media (min-width: 768px) {
  div.developer-detail .left {
    justify-content: flex-end;
    margin-left: unset;
    margin: 0 10px 0 0;
  }
}
div.developer-detail .right {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  div.developer-detail .right {
    justify-content: flex-start;
    margin-left: 20px;
  }
}

.preorder-available {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 125px 0 150px 0;
}
.preorder-available .title {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.67px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .preorder-available .title {
    font-size: 67px;
  }
}
.preorder-available .info {
  width: 70%;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.preorder-available .info .text {
  margin-right: 20px;
}
.preorder-available .info .text .title {
  color: #000;
  font-family: var(--font-family-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 5px;
  font-size: 36px;
}
@media (min-width: 768px) {
  .preorder-available .info .text .title {
    font-size: 72px;
  }
}
.preorder-available .info .text .subtitle {
  color: #000;
  font-family: var(--font-family-serif);
  font-weight: 300;
  line-height: 0.95;
  text-align: left;
  margin-left: 5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .preorder-available .info .text .subtitle {
    font-size: 20px;
  }
}
.preorder-available .info .link {
  text-decoration: none;
  background: #000;
  color: #FFF;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  padding: 16px;
  border-radius: 58px;
  width: 150px;
}

@font-face {
  font-family: "Caslon Ionic";
  src: url("https://enody.nyc3.digitaloceanspaces.com/asset/font/CaslonIonic-Light-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Caslon Ionic";
  src: url("https://enody.nyc3.digitaloceanspaces.com/asset/font/CaslonIonic-LightItalic-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://enody.nyc3.digitaloceanspaces.com/asset/font/NeueHaasGroteskDisplay(RoundDots)-45Light-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://enody.nyc3.digitaloceanspaces.com/asset/font/NeueHaasGroteskDisplay(RoundDots)-65Medium-Web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://enody.nyc3.digitaloceanspaces.com/asset/font/NeueHaasGroteskDisplay(RoundDots)-75Bold-Web.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://enody.nyc3.digitaloceanspaces.com/asset/font/NeueHaasGroteskDisplay(RoundDots)-95Black-Web.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
.annotation {
  position: relative;
  width: 100%;
  height: 100%;
}

.annotation-text {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-family-serif);
  font-weight: lighter;
  font-size: small;
  margin: 0;
  padding: 0;
}

.callout {
  margin: 0;
  font-family: var(--font-family-serif);
  background-color: #000;
  color: #949494;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 100px 0;
}
@media (min-width: 768px) {
  .callout {
    padding: 380px 0 380px 0;
  }
}

.callout p {
  line-height: 1.2;
  max-width: 420px;
  padding: 20px;
  font-size: 22px;
  font-weight: 300;
}

.callout p span.bold {
  font-size: 22px;
  letter-spacing: 2px;
  font-family: var(--font-family-sans-serif);
  font-weight: 900;
  text-transform: uppercase;
}

.callout p span.indent {
  margin-left: 40px;
}

.callout a {
  text-decoration: underline;
  color: inherit;
}
.callout a:visited {
  color: inherit;
}

.carousel {
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .carousel {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.carousel::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 50vw;
}

.carousel::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: calc(50vw - 150px);
}

.carousel-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  scroll-snap-align: center;
  margin: 0 10px;
  max-width: 250px;
}
@media (min-width: 768px) {
  .carousel-item {
    max-width: 400px;
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  .carousel-item {
    max-width: 450px;
    margin: 0 30px;
  }
}

.centered-frame {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
@media (min-width: 768px) {
  .centered {
    max-width: 40%;
    max-height: 40%;
  }
}

.citation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}

.citation-content {
  flex: 0 0 auto;
  width: 100%;
}

.citation-text {
  font-family: var(--font-family-serif);
  line-height: 1.2;
  color: #E2E2E5;
  font-size: small;
  padding-top: 10px;
  padding-bottom: 30px;
}

.figure-item {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.figure-item:first-child {
  margin-top: 10px;
}

p.figure-number {
  font-size: 11px;
  margin: 0 0 0 5px;
  min-width: 40px;
}
@media (min-width: 768px) {
  p.figure-number {
    font-size: 14px;
  }
}

p.figure-description {
  font-size: 11px;
  margin: 0 0 0 10px;
  max-width: 250px;
}
@media (min-width: 768px) {
  p.figure-description {
    font-size: 14px;
    margin: 0 0 0 30px;
    max-width: 400px;
  }
}
p.figure-description a {
  text-decoration: underline;
  color: inherit;
}
p.figure-description a:visited {
  color: inherit;
}

footer {
  background-color: #542704;
  color: #bc643a;
  font-family: var(--font-family-serif);
  font-size: smaller;
  padding: 5px 0 5px 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

footer a {
  text-decoration: underline;
  color: inherit;
}
footer a:visited {
  color: inherit;
}

footer .logo {
  width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-family: var(--font-family-sans-serif);
  justify-content: center;
}
@media (min-width: 768px) {
  footer .logo {
    width: 500px;
  }
}
@supports (padding: max(0px)) {
  footer .logo {
    padding: 10px 10px 10px max(10px, env(safe-area-inset-right));
  }
  @media (min-width: 768px) {
    footer .logo {
      width: 500px;
      padding: 50px 0 0 max(10px, env(safe-area-inset-right));
    }
  }
}
footer .logo a {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
footer .logomark {
  width: 200px;
}
@media (min-width: 768px) {
  footer .logomark {
    width: 140px;
  }
}
footer .logo-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
}
@media (min-width: 768px) {
  footer .logo-copy {
    width: 210px;
  }
}
footer .logo-copy .content {
  line-height: 0.98;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 4px;
}
@media (min-width: 576px) {
  footer .logo-copy .content {
    font-size: 18px;
    width: 100%;
  }
}
footer .logo-copy .wordmark {
  padding-left: 5px;
}

footer .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .info {
    align-items: center;
  }
}
@media (min-width: 992px) {
  footer .info {
    padding: 0px 30px 0 50px;
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .info .links {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin: 50px 30px 60px 10px;
  text-align: left;
  min-width: 110px;
  gap: 10px;
}
@media (min-width: 768px) {
  footer .info .links {
    flex-direction: row;
    text-align: left;
    gap: 10px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  footer .info .links {
    font-size: 18px;
    margin: 50px 30px 60px 50px;
    flex-direction: column;
    text-align: left;
    gap: 0;
  }
}
footer .info .links a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
footer .info .links a:visited {
  color: inherit;
}
footer .info .links a:hover {
  text-decoration: underline;
}
footer .info .terms {
  font-size: 12px;
  margin: 10px 5px;
}
@media (min-width: 768px) {
  footer .info .terms {
    margin: 0 20px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  footer .info .terms {
    margin: 50px 10px;
    font-size: 16px;
  }
}

img.hero {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding-top: 100px;
}
@media (min-width: 768px) {
  img.hero {
    padding: 0;
  }
}

header {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: top;
}

.header-fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

header .logo {
  width: 220px;
  padding: 20px 0 20px 30px;
}
@media (min-width: 768px) {
  header .logo {
    width: 220px;
    padding: 20px 0 20px 10px;
  }
}
@supports (padding: max(0px)) {
  header .logo {
    padding: 20px 0 10px max(10px, env(safe-area-inset-right));
  }
  @media (min-width: 768px) {
    header .logo {
      width: 220px;
      padding: 20px 0 10px max(10px, env(safe-area-inset-right));
    }
  }
}
header .logo {
  display: flex;
  flex-direction: row;
}
header .logo a {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
header .logomark {
  flex: 0 0 40%;
}
header .logo-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 60%;
}
header .logo-copy .content {
  line-height: 0.98;
  font-size: smaller;
  font-weight: 600;
  text-decoration: none;
  padding-left: 4px;
  width: 200%;
}
header .logo-copy .wordmark {
  padding-left: 5px;
}

header nav {
  font-family: var(--font-family-sans-serif);
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0 0 50px;
}
header nav a {
  text-decoration: none;
  color: inherit;
}

img.full {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  object-fit: contain;
}

:root {
  --journal-paragraph-font-family: var(--font-family-serif);
  --journal-header-font-family: var(--font-family-sans-serif);
  --journal-background-color: #F6F5EC;
}

/*
    journal stand
*/
.now-reading {
  color: #FFF;
  font-family: var(--font-family-sans-serif);
  font-size: 60px;
  font-weight: 400;
  padding: 60px 0 20px 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
}
@media (min-width: 768px) {
  .now-reading {
    font-size: 60px;
  }
}

.journal-stand {
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

article.journal-issue {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  aspect-ratio: 8.5/11;
  --gap: 5px;
  max-width: 800px;
  flex: 0 0 calc(80% - var(--gap));
}
@media (min-width: 768px) {
  article.journal-issue {
    flex: 0 0 calc(50% - var(--gap));
  }
}

article.journal-issue a.cover {
  width: 80%;
  background-color: var(--journal-background-color);
  margin-bottom: 20px;
}

article.journal-issue div.info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article.journal-issue span.number {
  font-family: var(--font-family-sans-serif);
  font-weight: 900;
}

article.journal-issue span.title {
  font-family: var(--font-family-serif);
  text-align: center;
}

/*
    journal issue
*/
.journal-title-block {
  width: 100vw;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(270deg, #F5EEC8 0%, #F5EEC8 88%, #DDD2A7);
  display: flex;
  flex-direction: row;
  position: relative;
}

.journal-title-content {
  width: 90vw;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.journal-title {
  margin-top: 0;
  line-height: 0.9;
  font-family: var(--font-family-sans-serif);
  margin-bottom: 10px;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .journal-title {
    margin-bottom: 50px;
    font-size: 5.5rem;
  }
}

.journal-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: var(--font-family-serif);
  color: #7C4F36;
  width: 70%;
}
@media (min-width: 576px) {
  .journal-meta {
    width: 40%;
  }
}

.journal-meta div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.journal-title-illustration {
  position: absolute;
  fill: none;
}

.journal-title-illustration svg {
  stroke-width: 2px;
  stroke: #7C4F36;
  filter: blur(0.5px);
  transform: translateZ(0px);
}

.journal-content {
  margin: 0;
  padding: 0;
  background: var(--journal-background-color);
  padding-top: 20px;
  font-family: var(--font-family-serif);
  color: #7C4F36;
}

.journal-content article {
  width: 90vw;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.journal-content h1 {
  margin-top: 0;
  padding-top: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: var(--journal-header-font-family);
  color: var(--primary-color);
}

.journal-content h2 {
  font-family: var(--journal-header-font-family);
  font-size: 1rem;
  letter-spacing: 12%;
  font-weight: 900;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 150%;
}

.journal-content p {
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 1.1rem;
}

.journal-content p {
  text-indent: 3em;
}

.journal-content .caption {
  text-align: center;
  font-size: 10pt;
  margin-bottom: 40px;
}

.journal-content span.bold {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-family: var(--heading-font-family);
  font-weight: 900;
  color: var(--primary-color);
  text-transform: uppercase;
}

header.journal {
  background: #121119;
}

header.journal .logo {
  fill: #C3C3C3;
}

header.journal-issue {
  background: linear-gradient(270deg, #F5EEC8 0%, #F5EEC8 88%, #DDD2A7);
}

.graph-container {
  aspect-ratio: 16/10;
  position: relative;
  margin-bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
}
@media (min-width: 992px) {
  .graph-container {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1800px) {
  .graph-container {
    width: 85vw;
    aspect-ratio: 16/8.5;
  }
}

.plot {
  position: absolute;
  width: 100%;
  height: 100%;
}

.effect {
  position: absolute;
  width: 100%;
  height: 100%;
}

.axis-label {
  text-anchor: middle;
  fill: #7C4F36;
  font-family: "Caslon Ionic";
  font-size: 0.8rem;
}

.legend {
  text-anchor: start;
  dominant-baseline: middle;
  font-family: "Caslon Ionic";
  font-size: 0.8rem;
  fill: #7C4F36;
}

.axis path, .axis line {
  stroke: #7C4F36;
}

.axis text {
  font-family: "Caslon Ionic";
  color: #7C4F36;
}

.svg-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0px);
}

.blurred {
  filter: blur(2.5px);
  transform: translateZ(0px);
}

.foreground {
  position: relative;
  z-index: 2;
}

.line {
  fill: none;
  stroke-width: 1px;
  stroke-dasharray: 4, 2;
}

.sum-line {
  fill: none;
  stroke: #7C4F36;
  stroke-width: 1px;
  stroke-dasharray: 4, 2;
}

.distribution-label {
  font-size: 12px;
}

.image-triple {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
}

.image-triple img {
  flex: 1;
  width: calc((100% - 10px) / 3);
  object-fit: cover;
}

.newsletter-signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3D1C03;
  padding: 75px 0;
}
@media (min-width: 768px) {
  .newsletter-signup {
    padding: 125px 0;
  }
}

.newsletter-intro {
  font-family: var(--font-family-sans-serif);
  color: #a75931;
  font-weight: 400;
  font-size: 48px;
}
@media (min-width: 768px) {
  .newsletter-intro {
    font-size: 67px;
  }
}

#newsletter-signup-form {
  margin: 125px 0;
  width: 90%;
  display: flex;
  border-bottom: 2px solid #a75931;
}

#newsletter-signup-form input {
  width: 100%;
  border: none;
  font-family: var(--font-family-serif);
  color: #a75931;
  background-color: transparent;
  font-size: medium;
}
@media (min-width: 768px) {
  #newsletter-signup-form input {
    font-size: 35px;
  }
}

#newsletter-signup-form input::placeholder {
  color: #7C4325;
}

#newsletter-signup-form input:focus {
  outline: none;
}

#newsletter-signup-form button {
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--font-family-serif);
  color: #a75931;
  cursor: pointer;
  font-size: medium;
}
@media (min-width: 768px) {
  #newsletter-signup-form button {
    font-size: 35px;
  }
}

.subscribed-text {
  font-family: var(--font-family-serif);
  color: #a75931;
  font-size: 35px;
  text-align: center;
  margin: 127px 0;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.fade-out {
  transition: opacity 1s ease;
  opacity: 0;
}

.fade-in {
  transition: opacity 1s ease;
  opacity: 1;
}

.split-horizontal.reverse-flex {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .split-horizontal.reverse-flex {
    flex-direction: row;
  }
}

.split-horizontal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .split-horizontal {
    flex-direction: row;
  }
}
.split-horizontal .group-item {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .split-horizontal .group-item {
    width: 50%;
  }
}

.split-vertical {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.split-vertical .group-item {
  height: auto;
  flex: 1 1 auto;
  aspect-ratio: auto;
  object-fit: cover;
}

.video {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}

/*# sourceMappingURL=main.css.map */