:root {
  --cc-paper: #f5f5f7;
  --cc-paper-strong: #ffffff;
  --cc-ink: #1d1d1f;
  --cc-muted: #6e6e73;
  --cc-line: #d8d8dc;
  --cc-line-dark: rgba(255, 255, 255, 0.16);
  --cc-dark: #050506;
  --cc-dark-soft: #151517;
  --cc-blue: #2f67e9;
  --cc-focus: #6aa0ff;
  --cc-max: 1600px;
  --cc-copy-max: 760px;
  --cc-gutter: 44px;
  --cc-header: 58px;
  --cc-touch-target: 44px;
  --3001-display-tracking: 0;
  --3001-heading-tracking: 0;
  --3001-label-tracking: 0;
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--cc-header);
  background: var(--cc-dark);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--cc-dark);
  color: var(--cc-ink);
  font-family: var(--3001-font-sans, "Segoe UI", "Noto Sans KR", sans-serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-menu-open {
  overflow: hidden;
}

[data-3001-main] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--cc-focus);
  outline-offset: 3px;
}

.cc-skip {
  position: fixed;
  z-index: 1000;
  inset: 8px auto auto 8px;
  padding: 9px 14px;
  background: #fff;
  color: #111;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.cc-skip:focus {
  transform: none;
}

.cc-progress {
  position: fixed;
  z-index: 110;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}

.cc-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
}

.cc-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--cc-header);
  border-bottom: 1px solid var(--cc-line-dark);
  background: rgba(5, 5, 6, 0.86);
  color: #f5f5f7;
  backdrop-filter: blur(22px) saturate(140%);
}

.cc-header__inner,
.cc-header__inner[data-3001-family-masthead] {
  width: min(100%, var(--cc-max));
  height: var(--cc-header);
  margin: 0 auto;
  padding: 0 var(--cc-gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 0;
}

.cc-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 760;
}

.cc-brand img {
  width: 24px;
  height: 24px;
}

.cc-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
}

.cc-nav a,
.cc-family-menu summary {
  min-width: var(--cc-touch-target);
  min-height: var(--cc-touch-target);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 680;
  transition: color 160ms ease;
}

.cc-nav a:hover,
.cc-family-menu summary:hover {
  color: #fff;
}

.cc-family-menu {
  position: relative;
  justify-self: end;
}

.cc-family-menu summary {
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  list-style: none;
}

.cc-family-menu summary::-webkit-details-marker {
  display: none;
}

.cc-family-menu summary::after {
  content: "+";
  margin-left: 8px;
  font-size: 0.92rem;
}

.cc-family-menu[open] summary::after {
  content: "−";
}

.cc-family-menu > nav,
.cc-family-menu [data-3001-family-navigation] {
  position: fixed;
  z-index: 120;
  inset: calc(var(--cc-header) + 8px) max(var(--cc-gutter), calc((100% - var(--cc-max)) / 2 + var(--cc-gutter))) auto auto;
  width: min(340px, calc(100% - 36px));
  max-height: min(72vh, 620px);
  overflow: auto;
  padding: 14px;
  border: 1px solid #d8d8dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  color: var(--cc-ink);
}

.cc-family-menu__identity {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 14px;
  border-bottom: 1px solid var(--cc-line);
}

.cc-family-menu__identity img {
  width: 24px;
  height: 24px;
}

.cc-family-menu__identity span,
.cc-family-menu__product > span {
  min-width: 0;
  display: grid;
}

.cc-family-menu__identity strong,
.cc-family-menu__product strong {
  font-size: 0.78rem;
}

.cc-family-menu__identity small,
.cc-family-menu__product small {
  color: var(--cc-muted);
  font-size: 0.62rem;
}

.cc-family-menu ul {
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.cc-family-menu li + li {
  border-top: 1px solid #ededf0;
}

.cc-family-menu li a {
  min-height: 52px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cc-family-menu li a::after {
  content: "↗";
  color: #9a9aa0;
  font-size: 0.76rem;
}

.cc-family-menu__product {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cc-family-menu__product > img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cc-menu-button,
.cc-mobile-nav {
  display: none;
}

.cc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cc-muted);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: var(--3001-label-tracking);
  text-transform: uppercase;
}

.cc-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.cc-button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 760;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.cc-button:hover {
  transform: translateY(-2px);
}

.cc-button--light {
  background: #fff;
  color: #111;
}

.cc-button--ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
}

.cc-window-bar {
  height: 32px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #17171a;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: var(--3001-label-tracking);
}

.cc-window-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65656b;
}

.cc-window-bar span {
  margin-left: auto;
}

.cc-hero {
  --cc-hero-copy-opacity: 1;
  --cc-hero-copy-y: 0px;
  --cc-hero-stage-y: 0px;
  --cc-hero-stage-scale: 1;
  --cc-hero-side-shift: 0px;
  min-height: calc(100svh - 72px);
  padding: calc(var(--cc-header) + 38px) 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: clip;
  background: var(--cc-dark);
  color: #f5f5f7;
}

.cc-hero__inner {
  width: min(calc(100% - 48px), var(--cc-max));
  margin: 0 auto;
}

.cc-hero__copy {
  width: min(100%, 1040px);
  margin: 0 auto;
  text-align: center;
  opacity: var(--cc-hero-copy-opacity);
  transform: translate3d(0, var(--cc-hero-copy-y), 0);
}

.cc-hero .cc-eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.cc-hero__title {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 0.22em;
  color: #fff;
  font-size: 6.3rem;
  font-weight: 860;
  line-height: 0.96;
  letter-spacing: var(--3001-display-tracking);
}

.cc-hero__statement {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0.24em;
  color: #f5f5f7;
  font-size: 1.9rem;
  font-weight: 720;
  line-height: 1.18;
  letter-spacing: var(--3001-heading-tracking);
  word-break: keep-all;
}

.cc-hero__description {
  max-width: 710px;
  margin: 14px auto 0;
  color: rgba(245, 245, 247, 0.63);
  font-size: 1rem;
  line-height: 1.75;
  word-break: keep-all;
}

.cc-hero__actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.cc-hero__stage {
  width: 100%;
  height: 300px;
  margin-top: 28px;
}

.cc-hero-cinema,
.cc-hero-cinema__layers {
  width: 100%;
  height: 100%;
}

.cc-hero-cinema__layers {
  display: grid;
  grid-template-columns: minmax(0, 0.18fr) minmax(520px, 1fr) minmax(0, 0.18fr);
  gap: 14px;
  align-items: end;
  transform: translate3d(0, var(--cc-hero-stage-y), 0) scale(var(--cc-hero-stage-scale));
  transform-origin: center bottom;
  transition: transform 80ms linear;
}

.cc-hero-cinema__layer {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px 8px 0 0;
  background: #18181a;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.cc-hero-cinema__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.cc-hero-cinema__layer[data-hero-layer="back"] {
  grid-column: 1;
  grid-row: 1;
  opacity: 0.5;
  transform: translateX(calc(var(--cc-hero-side-shift) * -1));
}

.cc-hero-cinema__layer[data-hero-layer="front"] {
  grid-column: 2;
  grid-row: 1;
}

.cc-hero-cinema__layer[data-hero-layer="middle"] {
  grid-column: 3;
  grid-row: 1;
  opacity: 0.5;
  transform: translateX(var(--cc-hero-side-shift));
}

.cc-hero__line {
  width: min(calc(100% - 48px), var(--cc-max));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.56rem;
  font-weight: 760;
  letter-spacing: var(--3001-label-tracking);
}

.cc-hero__line i {
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.cc-gallery {
  padding: 126px var(--cc-gutter) 136px;
  background: var(--cc-paper);
  color: var(--cc-ink);
}

.cc-gallery__inner {
  width: min(100%, var(--cc-max));
  margin: 0 auto;
}

.cc-gallery__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: end;
  gap: 64px;
}

.cc-gallery__head h2,
.cc-core__intro h2,
.cc-principles__head h2,
.cc-contact h2 {
  margin-top: 16px;
  max-width: 960px;
  font-size: 4.7rem;
  font-weight: 820;
  line-height: 1.03;
  letter-spacing: var(--3001-heading-tracking);
  word-break: keep-all;
}

.cc-gallery__head > p {
  color: var(--cc-muted);
  font-size: 1rem;
  line-height: 1.75;
  word-break: keep-all;
}

.cc-lineup {
  position: relative;
  top: auto;
  z-index: 5;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 14px;
  background: rgba(247, 247, 249, 0.94);
  box-shadow: 0 18px 56px rgba(17, 17, 20, 0.1);
  backdrop-filter: blur(18px);
}

.cc-lineup__group {
  padding: 10px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.cc-lineup__group + .cc-lineup__group {
  border-top: 1px solid rgba(17, 17, 20, 0.08);
}

.cc-lineup__label {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #68686f;
  font-size: 0.7rem;
  font-weight: 820;
}

.cc-lineup__label strong {
  color: #a0a0a6;
  font-size: 0.6rem;
}

.cc-lineup__links {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.cc-lineup__group[data-lineup-group="available"] .cc-lineup__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-lineup__links a {
  min-width: 0;
  min-height: 52px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border-radius: 9px;
  color: #202024;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.cc-lineup__links a:hover,
.cc-lineup__links a[aria-current="true"] {
  background: var(--cc-dark);
  color: #fff;
  transform: translateY(-1px);
}

.cc-lineup__links img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cc-lineup__links span {
  min-width: 0;
  display: grid;
}

.cc-lineup__links strong,
.cc-lineup__links small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-lineup__links strong {
  font-size: 0.72rem;
  font-weight: 800;
}

.cc-lineup__links small {
  margin-top: 2px;
  color: #898990;
  font-size: 0.56rem;
}

.cc-lineup__links a[aria-current="true"] small,
.cc-lineup__links a:hover small {
  color: rgba(255, 255, 255, 0.56);
}

.cc-product-scroll {
  margin-top: 72px;
  display: grid;
  gap: 64px;
}

.cc-product-story {
  min-width: 0;
  min-height: 240svh;
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
  overflow: clip;
  border-radius: 18px;
  background: var(--cc-product-panel);
  color: var(--cc-product-ink);
  box-shadow: 0 36px 96px rgba(17, 17, 20, 0.12);
  scroll-margin-top: calc(var(--cc-header) + 24px);
}

.cc-product-story__stage {
  position: sticky;
  top: calc(var(--cc-header) + 18px);
  min-width: 0;
  min-height: calc(100svh - var(--cc-header) - 36px);
  max-height: calc(100svh - var(--cc-header) - 36px);
  padding: 30px;
  align-self: start;
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(200px, 0.65fr);
  gap: 20px;
}

.cc-product-story__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.cc-product-story__identity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--cc-product-muted);
  font-size: 0.64rem;
  font-weight: 760;
}

.cc-product-story__identity > span:first-child {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 9px;
}

.cc-product-story__identity b {
  color: var(--cc-product-accent);
  font-size: 0.58rem;
  font-weight: 820;
}

.cc-product-story__status {
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.cc-product-story__status[data-state="beta"] {
  border-style: dashed;
}

.cc-product-story__access {
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--cc-product-accent) 74%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--cc-product-accent) 16%, transparent);
  color: var(--cc-product-accent);
}

.cc-product-story__access[data-access-state="status"] {
  background: transparent;
  color: var(--cc-product-muted);
}

.cc-product-story__product {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  transition: color 180ms ease;
}

.cc-product-story__product:hover {
  color: var(--cc-product-accent);
}

.cc-product-story__product img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.cc-product-story__product span {
  display: grid;
}

.cc-product-story__product strong {
  font-size: 0.92rem;
  font-weight: 820;
}

.cc-product-story__product small {
  margin-top: 2px;
  color: var(--cc-product-muted);
  font-size: 0.65rem;
}

.cc-product-story__verb {
  margin-top: auto;
  color: var(--cc-product-accent);
  font-size: 0.76rem;
  font-weight: 820;
}

.cc-product-story h3 {
  max-width: 680px;
  margin-top: 10px;
  overflow-wrap: anywhere;
  font-size: 2.85rem;
  font-weight: 840;
  line-height: 1.02;
  letter-spacing: var(--3001-heading-tracking);
  word-break: keep-all;
}

.cc-product-story__description {
  max-width: 620px;
  margin-top: 18px;
  color: var(--cc-product-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  word-break: keep-all;
}

.cc-product-story__primary-link {
  min-width: 220px;
  margin-top: 24px;
  align-self: flex-start;
  justify-content: space-between;
  background: var(--cc-product-ink);
  color: var(--cc-product-panel);
}

.cc-product-story__primary-link:hover {
  background: var(--cc-product-accent);
  color: var(--cc-product-panel);
}

.cc-product-story__media {
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--cc-product-ink) 22%, transparent);
  border-radius: 10px;
  background: #111;
  box-shadow: 0 26px 70px color-mix(in srgb, var(--cc-product-ink) 18%, transparent);
}

.cc-product-story__media-link {
  height: calc(100% - 32px);
  display: block;
  overflow: hidden;
}

.cc-product-story__media-link > img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: top left;
  transition: transform 240ms ease;
}

.cc-product-story__media-link:hover > img {
  transform: scale(1.012);
}

.cc-product-guide {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(156px, 0.32fr) minmax(0, 1fr);
  background: color-mix(in srgb, var(--cc-product-panel) 84%, var(--cc-product-ink) 16%);
}

.cc-product-guide__index {
  position: sticky;
  top: calc(var(--cc-header) + 18px);
  min-width: 0;
  max-height: calc(100svh - var(--cc-header) - 36px);
  padding: 9svh 24px 7svh 30px;
  align-self: start;
  overflow: auto;
  border-right: 1px solid color-mix(in srgb, var(--cc-product-ink) 14%, transparent);
}

.cc-product-guide__index > span,
.cc-product-guide__section > span,
.cc-product-guide__feature > span {
  color: var(--cc-product-accent);
  font-size: 0.6rem;
  font-weight: 820;
  letter-spacing: var(--3001-label-tracking);
}

.cc-product-guide__index h4 {
  margin-top: 18px;
  font-size: 1.2rem;
  font-weight: 820;
  line-height: 1.25;
  word-break: keep-all;
}

.cc-product-guide__index > p {
  margin-top: 12px;
  color: var(--cc-product-muted);
  font-size: 0.7rem;
  line-height: 1.6;
  word-break: keep-all;
}

.cc-product-guide__index nav {
  margin-top: 34px;
  display: grid;
  gap: 6px;
}

.cc-product-guide__index nav a {
  min-height: 42px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: var(--cc-product-muted);
  font-size: 0.67rem;
  font-weight: 760;
}

.cc-product-guide__index nav a span {
  color: var(--cc-product-accent);
  font-size: 0.56rem;
}

.cc-product-guide__index nav a:hover,
.cc-product-guide__index nav a[aria-current="true"] {
  background: color-mix(in srgb, var(--cc-product-ink) 10%, transparent);
  color: var(--cc-product-ink);
}

.cc-product-guide__content {
  min-width: 0;
}

.cc-product-guide__section {
  min-height: 68svh;
  padding: 10svh 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid color-mix(in srgb, var(--cc-product-ink) 14%, transparent);
  scroll-margin-top: calc(var(--cc-header) + 28px);
}

.cc-product-guide__section:first-child {
  min-height: 74svh;
  border-top: 0;
}

.cc-product-guide__section h4 {
  max-width: 620px;
  margin-top: 16px;
  font-size: 2.15rem;
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: var(--3001-heading-tracking);
  word-break: keep-all;
}

.cc-product-guide__section > p {
  max-width: 660px;
  margin-top: 18px;
  color: var(--cc-product-muted);
  font-size: 0.91rem;
  line-height: 1.7;
  word-break: keep-all;
}

.cc-product-guide__why > p {
  color: var(--cc-product-ink);
  font-size: 1.18rem;
  font-weight: 720;
  line-height: 1.5;
}

.cc-product-guide__why dl {
  margin-top: 38px;
  display: grid;
  gap: 18px;
}

.cc-product-guide__why dl div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
}

.cc-product-guide__why dt {
  color: var(--cc-product-muted);
  font-size: 0.64rem;
  font-weight: 760;
}

.cc-product-guide__why dd {
  font-size: 0.84rem;
  line-height: 1.6;
  word-break: keep-all;
}

.cc-product-guide__steps {
  margin-top: 36px;
  display: grid;
  gap: 0;
  list-style: none;
}

.cc-product-guide__steps li {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid color-mix(in srgb, var(--cc-product-ink) 14%, transparent);
}

.cc-product-guide__steps li > span {
  color: var(--cc-product-accent);
  font-size: 0.62rem;
  font-weight: 820;
}

.cc-product-guide__steps h5,
.cc-product-guide__feature h5 {
  font-size: 1rem;
  font-weight: 820;
  line-height: 1.35;
  word-break: keep-all;
}

.cc-product-guide__steps p,
.cc-product-guide__feature p {
  margin-top: 8px;
  color: var(--cc-product-muted);
  font-size: 0.76rem;
  line-height: 1.65;
  word-break: keep-all;
}

.cc-product-guide__features {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cc-product-guide__feature {
  min-height: 210px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--cc-product-ink) 14%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--cc-product-panel) 78%, transparent);
}

.cc-product-guide__feature h5 {
  margin-top: 28px;
}

.cc-product-guide__facts {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cc-product-guide__facts > div {
  min-height: 150px;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--cc-product-ink) 14%, transparent);
  border-radius: 12px;
}

.cc-product-guide__facts dt {
  color: var(--cc-product-muted);
  font-size: 0.62rem;
  font-weight: 760;
}

.cc-product-guide__facts dd {
  margin-top: 18px;
  font-size: 0.93rem;
  font-weight: 760;
  line-height: 1.45;
  word-break: keep-all;
}

.cc-product-guide__facts small {
  margin-top: 10px;
  display: block;
  color: var(--cc-product-muted);
  font-size: 0.66rem;
  font-weight: 560;
  line-height: 1.55;
}

.cc-product-guide__start {
  min-height: 58svh;
}

.cc-product-guide__start > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.cc-product-guide__start > p strong {
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--cc-product-ink) 18%, transparent);
  border-radius: 999px;
  color: var(--cc-product-ink);
  font-size: 0.68rem;
}

.cc-product-guide__start > p small {
  margin-left: auto;
  font-size: 0.62rem;
}

.cc-product-story__link {
  width: 100%;
  min-height: 72px;
  margin-top: 42px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid color-mix(in srgb, var(--cc-product-ink) 20%, transparent);
  color: var(--cc-product-ink);
  font-size: 0.86rem;
  font-weight: 820;
}

.cc-product-story__link:hover {
  color: var(--cc-product-accent);
}

.cc-core {
  padding: 132px var(--cc-gutter);
  overflow: hidden;
  background: #0b0b0c;
  color: #f5f5f7;
}

.cc-core__inner,
.cc-principles__inner,
.cc-contact__inner {
  width: min(100%, var(--cc-max));
  margin: 0 auto;
}

.cc-core .cc-eyebrow {
  color: rgba(255, 255, 255, 0.52);
}

.cc-core__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: end;
  gap: 64px;
}

.cc-core__intro h2 {
  color: #fff;
}

.cc-core__intro > p {
  color: rgba(245, 245, 247, 0.62);
  font-size: 1rem;
  line-height: 1.75;
  word-break: keep-all;
}

.cc-core__product {
  margin-top: 72px;
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1.45fr);
  gap: 64px;
  align-items: center;
}

.cc-product-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cc-product-identity img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.cc-product-identity span {
  min-width: 0;
  display: grid;
}

.cc-product-identity strong {
  font-size: 0.94rem;
}

.cc-product-identity small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
}

.cc-core__statement {
  margin-top: 42px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: var(--3001-heading-tracking);
  word-break: keep-all;
}

.cc-core__facts {
  margin-top: 42px;
  border-top: 1px solid var(--cc-line-dark);
}

.cc-core__facts div {
  min-height: 62px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--cc-line-dark);
}

.cc-core__facts dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.64rem;
  font-weight: 760;
}

.cc-core__facts dd {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  line-height: 1.55;
}

.cc-core__actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.cc-core__actions > span {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.66rem;
  line-height: 1.45;
}

.cc-core__media {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
}

.cc-core__media > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.cc-principles {
  padding: 132px var(--cc-gutter) 142px;
  background: #fff;
  color: var(--cc-ink);
}

.cc-principles__head {
  max-width: 1060px;
}

.cc-principles__grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--cc-line);
  border-bottom: 1px solid var(--cc-line);
}

.cc-principle {
  min-height: 360px;
  padding: 28px 34px 30px 0;
  display: flex;
  flex-direction: column;
}

.cc-principle + .cc-principle {
  padding-left: 34px;
  border-left: 1px solid var(--cc-line);
}

.cc-principle > span {
  color: var(--cc-blue);
  font-size: 0.66rem;
  font-weight: 820;
}

.cc-principle h3 {
  margin-top: 82px;
  font-size: 1.72rem;
  line-height: 1.22;
  letter-spacing: var(--3001-heading-tracking);
  word-break: keep-all;
}

.cc-principle p {
  margin-top: 16px;
  color: var(--cc-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  word-break: keep-all;
}

.cc-principle small {
  margin-top: auto;
  padding-top: 28px;
  color: #919198;
  font-size: 0.64rem;
  font-weight: 720;
}

.cc-contact {
  padding: 118px var(--cc-gutter) 124px;
  background: #171719;
  color: #f5f5f7;
}

.cc-contact .cc-eyebrow {
  color: rgba(255, 255, 255, 0.48);
}

.cc-contact h2 {
  max-width: 1050px;
  color: #fff;
}

.cc-contact__row {
  margin-top: 72px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 64px;
  border-top: 1px solid var(--cc-line-dark);
}

.cc-contact__row p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.7;
}

.cc-contact__row a {
  min-height: var(--cc-touch-target);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 720;
}

.cc-footer {
  padding: 0 var(--cc-gutter);
  background: var(--cc-dark);
  color: rgba(255, 255, 255, 0.5);
}

.cc-footer__inner,
.cc-footer__inner[data-3001-family-footer] {
  width: min(100%, var(--cc-max));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
  border-top: 0;
  font-size: 0.72rem;
}

.cc-footer__links {
  display: flex;
  gap: 18px;
}

html[data-motion-ready="true"] [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-motion-ready="true"] [data-reveal][data-reveal-state="visible"] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cc-panel-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1260px) {
  :root {
    --cc-gutter: 32px;
  }

  .cc-hero__title {
    font-size: 5.7rem;
  }

  .cc-hero__stage {
    height: 286px;
  }

  .cc-gallery__head h2,
  .cc-core__intro h2,
  .cc-principles__head h2,
  .cc-contact h2 {
    font-size: 4rem;
  }

  .cc-gallery__viewport {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .cc-gallery__tab {
    grid-template-columns: 20px 28px minmax(0, 1fr);
    gap: 10px;
    padding-inline: 12px;
  }

  .cc-gallery__tab > img {
    width: 28px;
    height: 28px;
  }

  .cc-gallery__panel h3 {
    font-size: 2.25rem;
  }

  .cc-gallery__copy {
    padding-inline: 30px;
  }

  .cc-gallery__media {
    margin: 32px 32px 32px 0;
  }
}

@media (max-width: 900px) {
  :root {
    --cc-gutter: 24px;
    --cc-header: 56px;
  }

  .cc-header {
    height: var(--cc-header);
  }

  .cc-header__inner,
  .cc-header__inner[data-3001-family-masthead] {
    height: var(--cc-header);
    padding: 0 var(--cc-gutter);
    grid-template-columns: 1fr auto;
  }

  .cc-nav,
  .cc-family-menu {
    display: none;
  }

  .cc-menu-button {
    width: var(--cc-touch-target);
    height: var(--cc-touch-target);
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  .cc-menu-button__lines {
    width: 18px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cc-menu-button__lines i {
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .cc-menu-button[aria-expanded="true"] .cc-menu-button__lines i:first-child {
    transform: translateY(5.5px) rotate(45deg);
  }

  .cc-menu-button[aria-expanded="true"] .cc-menu-button__lines i:last-child {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .cc-mobile-nav {
    position: fixed;
    z-index: 90;
    inset: var(--cc-header) 0 0;
    padding: 24px var(--cc-gutter) 40px;
    display: none;
    align-content: start;
    overflow-y: auto;
    background: rgba(5, 5, 6, 0.98);
    color: #fff;
  }

  body.is-menu-open .cc-mobile-nav {
    display: grid;
  }

  .cc-mobile-nav a {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--cc-line-dark);
    font-size: 1.22rem;
    font-weight: 680;
  }

  .cc-mobile-nav a span:last-child {
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.62rem;
  }

  .cc-hero {
    min-height: 760px;
    padding-top: calc(var(--cc-header) + 48px);
  }

  .cc-hero__title {
    font-size: 5rem;
  }

  .cc-hero__statement {
    font-size: 1.72rem;
  }

  .cc-hero__stage {
    height: 300px;
  }

  .cc-hero-cinema__layers {
    grid-template-columns: minmax(0, 0.1fr) minmax(440px, 1fr) minmax(0, 0.1fr);
    gap: 10px;
  }

  .cc-gallery,
  .cc-core,
  .cc-principles,
  .cc-contact {
    padding-top: 96px;
    padding-bottom: 104px;
  }

  .cc-gallery__head,
  .cc-core__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cc-gallery__head h2,
  .cc-core__intro h2,
  .cc-principles__head h2,
  .cc-contact h2 {
    font-size: 3.6rem;
  }

  .cc-gallery__head > p,
  .cc-core__intro > p {
    max-width: 620px;
  }

  .cc-gallery__groups {
    margin-top: 40px;
  }

  .cc-gallery__experience {
    min-height: 0;
    margin-top: 24px;
  }

  .cc-gallery__viewport {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 4px 64px minmax(0, 1fr);
  }

  .cc-gallery[data-gallery-ready="true"] .cc-gallery__viewport {
    top: calc(var(--cc-header) + 8px);
  }

  .cc-gallery__tabs {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    border-right: 0;
    border-bottom: 1px solid var(--cc-line);
  }

  .cc-gallery__tabs::-webkit-scrollbar {
    display: none;
  }

  .cc-gallery__tab {
    flex: 0 0 150px;
    grid-template-columns: 24px minmax(0, 1fr);
    scroll-snap-align: center;
    border-bottom: 0;
    border-right: 1px solid #ececef;
  }

  .cc-gallery__number {
    display: none;
  }

  .cc-gallery__panels,
  .cc-gallery__panel {
    min-height: 0;
  }

  .cc-gallery__panels {
    grid-column: 1;
    grid-row: 3;
  }

  .cc-gallery__panel {
    min-height: 620px;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  }

  .cc-gallery__copy {
    min-height: 0;
  }

  .cc-gallery__media {
    margin: 28px 28px 28px 0;
  }

  .cc-gallery__step {
    min-height: min(84svh, 760px);
  }

  .cc-core__product {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cc-core__copy {
    max-width: 680px;
  }

  .cc-principles__grid {
    grid-template-columns: 1fr;
  }

  .cc-principle {
    min-height: 0;
    padding: 30px 0 34px;
  }

  .cc-principle + .cc-principle {
    padding-left: 0;
    border-top: 1px solid var(--cc-line);
    border-left: 0;
  }

  .cc-principle h3 {
    margin-top: 42px;
  }

  .cc-principle small {
    margin-top: 36px;
  }
}

@media (max-width: 600px) {
  :root {
    --cc-gutter: 18px;
  }

  .cc-brand {
    font-size: 0.78rem;
  }

  .cc-hero {
    min-height: 724px;
    padding-top: calc(var(--cc-header) + 38px);
  }

  .cc-hero__inner {
    width: calc(100% - 36px);
  }

  .cc-hero__copy {
    text-align: left;
  }

  .cc-hero .cc-eyebrow {
    justify-content: flex-start;
  }

  .cc-hero__title {
    margin-top: 18px;
    display: block;
    font-size: 4.1rem;
    line-height: 0.96;
  }

  .cc-hero__title span {
    display: block;
  }

  .cc-hero__statement {
    margin-top: 22px;
    display: block;
    font-size: 1.52rem;
    line-height: 1.18;
  }

  .cc-hero__statement span {
    display: block;
  }

  .cc-hero__description {
    margin-top: 14px;
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .cc-hero__actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cc-button {
    min-width: 0;
    min-height: var(--cc-touch-target);
    padding: 0 13px;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.72rem;
  }

  .cc-hero__stage {
    height: 224px;
    margin-top: 26px;
  }

  .cc-hero-cinema__layers {
    display: block;
    transform: translate3d(0, var(--cc-hero-stage-y), 0) scale(var(--cc-hero-stage-scale));
  }

  .cc-hero-cinema__layer {
    display: none;
  }

  .cc-hero-cinema__layer[data-hero-layer="front"] {
    width: 100%;
    height: 100%;
    display: block;
    transform: none;
  }

  .cc-hero__line {
    width: calc(100% - 36px);
    margin-top: 18px;
    gap: 8px;
    font-size: 0.48rem;
  }

  .cc-gallery,
  .cc-core,
  .cc-principles,
  .cc-contact {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  .cc-gallery__head h2,
  .cc-core__intro h2,
  .cc-principles__head h2,
  .cc-contact h2 {
    margin-top: 12px;
    font-size: 2.72rem;
    line-height: 1.06;
  }

  .cc-gallery__head > p,
  .cc-core__intro > p {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .cc-gallery__groups {
    margin-top: 32px;
  }

  .cc-gallery__group-tab {
    min-height: 50px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .cc-gallery__experience {
    margin-top: 20px;
  }

  .cc-gallery__tabs {
    height: 58px;
  }

  .cc-gallery__tab {
    flex-basis: 126px;
    padding: 8px 10px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
  }

  .cc-gallery__tab > img {
    width: 26px;
    height: 26px;
  }

  .cc-gallery__tab strong {
    font-size: 0.72rem;
  }

  .cc-gallery__tab small {
    font-size: 0.56rem;
  }

  .cc-gallery__panel {
    height: calc(100svh - var(--cc-header) - 96px);
    min-height: 560px;
    max-height: 730px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .cc-gallery__copy {
    min-height: 0;
    padding: 24px 22px 18px;
  }

  .cc-gallery__verb {
    margin-top: 26px;
  }

  .cc-gallery__panel h3 {
    margin-top: 8px;
    font-size: 1.72rem;
    line-height: 1.08;
  }

  .cc-gallery__description {
    margin-top: 12px;
    font-size: 0.8rem;
  }

  .cc-gallery__proof {
    margin-top: 18px;
    padding-top: 14px;
  }

  .cc-gallery__proof p {
    margin-top: 4px;
    font-size: 0.76rem;
  }

  .cc-gallery__link {
    margin-top: 16px;
    padding-top: 10px;
  }

  .cc-gallery__media {
    margin: 0 14px 14px;
  }

  .cc-gallery__media .cc-window-bar {
    height: 28px;
  }

  .cc-gallery__step {
    min-height: 88svh;
  }

  .cc-gallery__hint {
    display: none;
  }

  .cc-core__product {
    margin-top: 48px;
    gap: 36px;
  }

  .cc-core__statement {
    margin-top: 30px;
    font-size: 2rem;
  }

  .cc-core__facts {
    margin-top: 32px;
  }

  .cc-core__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cc-core__actions .cc-button {
    width: 100%;
  }

  .cc-core__actions > span {
    max-width: none;
  }

  .cc-principles__grid {
    margin-top: 52px;
  }

  .cc-principle h3 {
    font-size: 1.5rem;
  }

  .cc-contact__row {
    margin-top: 48px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cc-contact__row a {
    font-size: 1.14rem;
  }

  .cc-footer {
    padding: 0 var(--cc-gutter);
  }

  .cc-footer__inner,
  .cc-footer__inner[data-3001-family-footer] {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .cc-footer__inner > p {
    display: none;
  }
}

@media (max-width: 1100px) {
  .cc-lineup__group {
    grid-template-columns: 148px minmax(0, 1fr);
  }

  .cc-product-story {
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  }

  .cc-product-story__stage,
  .cc-product-guide__section {
    padding-inline: 30px;
  }

  .cc-product-story h3 {
    font-size: 2.8rem;
  }

  .cc-product-guide {
    grid-template-columns: 1fr;
  }

  .cc-product-guide__index {
    position: sticky;
    z-index: 2;
    max-height: none;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--cc-product-ink) 14%, transparent);
    background: color-mix(in srgb, var(--cc-product-panel) 88%, var(--cc-product-ink) 12%);
  }

  .cc-product-guide__index > span,
  .cc-product-guide__index > p {
    display: none;
  }

  .cc-product-guide__index h4 {
    min-width: max-content;
    margin-top: 0;
    font-size: 0.78rem;
  }

  .cc-product-guide__index nav {
    min-width: 0;
    margin: 0;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .cc-product-guide__index nav::-webkit-scrollbar {
    display: none;
  }

  .cc-product-guide__index nav a {
    min-width: max-content;
  }
}

@media (max-width: 780px) {
  .cc-lineup {
    position: relative;
    top: auto;
    margin-top: 40px;
    overflow: visible;
    box-shadow: 0 18px 48px rgba(17, 17, 20, 0.08);
    backdrop-filter: none;
  }

  .cc-lineup__group {
    padding: 12px;
    display: block;
  }

  .cc-lineup__label {
    min-height: 36px;
    padding: 0 4px 10px;
  }

  .cc-lineup__links,
  .cc-lineup__group[data-lineup-group="available"] .cc-lineup__links {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .cc-lineup__links::-webkit-scrollbar {
    display: none;
  }

  .cc-lineup__links a {
    flex: 0 0 154px;
    scroll-snap-align: start;
  }

  .cc-product-scroll {
    margin-top: 46px;
    gap: 34px;
  }

  .cc-product-story {
    min-height: 0;
    display: block;
    border-radius: 14px;
    scroll-margin-top: calc(var(--cc-header) + 18px);
  }

  .cc-product-story__stage {
    position: relative;
    top: auto;
    min-height: 0;
    max-height: none;
    padding: 32px 22px 24px;
    display: grid;
    grid-template-rows: auto auto;
    gap: 28px;
  }

  .cc-product-story__product {
    margin-top: 20px;
  }

  .cc-product-story__verb {
    margin-top: 50px;
  }

  .cc-product-story h3 {
    font-size: 2.5rem;
  }

  .cc-product-story__media-link {
    height: auto;
  }

  .cc-product-story__media-link > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .cc-product-guide {
    display: block;
  }

  .cc-product-guide__index {
    top: var(--cc-header);
    padding: 13px 18px;
    display: block;
  }

  .cc-product-guide__index h4 {
    font-size: 0.72rem;
  }

  .cc-product-guide__index nav {
    margin-top: 8px;
  }

  .cc-product-guide__index nav a {
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.62rem;
  }

  .cc-product-guide__section,
  .cc-product-guide__section:first-child,
  .cc-product-guide__start {
    min-height: 0;
    padding: 54px 22px;
    scroll-margin-top: calc(var(--cc-header) + 94px);
  }

  .cc-product-guide__section h4 {
    font-size: 1.72rem;
  }

  .cc-product-guide__why > p {
    font-size: 1.06rem;
  }

  .cc-product-guide__features,
  .cc-product-guide__facts {
    grid-template-columns: 1fr;
  }

  .cc-product-guide__feature,
  .cc-product-guide__facts > div {
    min-height: 0;
  }

  .cc-product-guide__start > p small {
    width: 100%;
    margin-left: 0;
  }

  .cc-product-story__link {
    min-height: 64px;
  }
}

@media (max-width: 480px) {
  .cc-lineup__links a {
    flex-basis: 142px;
  }

  .cc-product-story__stage,
  .cc-product-guide__section {
    padding-inline: 18px;
  }

  .cc-product-story__identity {
    align-items: flex-start;
  }

  .cc-product-guide__why dl div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
  }

  .cc-product-story h3 {
    font-size: 2.1rem;
  }

  .cc-product-guide__section h4 {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
