:root {
  --ckg-black: #000000;
  --ckg-white: #ffffff;
  --ckg-mist: #faf9f6;
  --ckg-mute: #6e6e73;
  --ckg-line: rgba(0, 0, 0, 0.08);
  --shop-bg: #ffffff;
  --shop-text: #000000;
  --shop-muted: #6e6e73;
  --shop-line: rgba(0, 0, 0, 0.08);
  --shop-fill: #faf9f6;
  --shop-black: #000000;
}

* { box-sizing: border-box; }

html, body.ckg-body {
  margin: 0;
  background: var(--shop-bg);
  color: var(--shop-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.ckg-announce[hidden] { display: none !important; }

.ckg-header {
  position: sticky;
  top: 0;
  z-index: 400;
  background: #fff;
  color: #000;
}
.is-home .ckg-header {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  color: #fff;
}
.ckg-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 18px;
}
.ckg-header-left,
.ckg-header-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-width: 0;
}
.ckg-header-right { justify-content: flex-end; }
.ckg-header-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ckg-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ckg-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: invert(1);
}
.is-home .ckg-logo { filter: none; }
.ckg-nav-open .ckg-logo { filter: invert(1); }
.ckg-nav-open .ckg-header {
  position: fixed;
  left: 0;
  right: 0;
  color: #000;
  background: #fff;
}
.ckg-wordmark { display: none; }
.ckg-wordmark-lg { font-size: 18px; letter-spacing: 0.32em; }
.ckg-wordmark sup { font-size: 0.55em; letter-spacing: 0; }
.ckg-menu,
.ckg-cart {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 2px;
  min-height: 44px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.ckg-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.ckg-cart-count[hidden] { display: none !important; }
.is-home .ckg-cart-count { background: #fff; color: #000; }
.ckg-nav-open .ckg-cart-count,
body:not(.is-home) .ckg-cart-count { background: #000; color: #fff; }
.is-home.ckg-nav-open .ckg-cart-count { background: #000; color: #fff; }

.ckg-drawer {
  position: fixed;
  inset: 0;
  z-index: 380;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 36px;
  padding: 88px 28px 48px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ckg-drawer[hidden] { display: none !important; }
.ckg-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
}
.ckg-drawer-nav a {
  font-size: clamp(32px, 7vw, 56px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.08;
  text-transform: uppercase;
}
.ckg-drawer-foot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ckg-drawer-foot details { border: 0; }
.ckg-drawer-foot summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 0;
}
.ckg-drawer-foot summary::-webkit-details-marker { display: none; }
.ckg-drawer-foot summary::marker { content: ""; }
.ckg-drawer-foot summary::after {
  content: "+";
  margin-left: auto;
  padding-left: 12px;
}
.ckg-drawer-foot details[open] > summary::after { content: "\2212"; }
.ckg-drawer-foot .ckg-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0 12px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.ckg-flash {
  max-width: 1120px;
  margin: 16px auto 0;
  padding: 0 24px;
  font-size: 14px;
}

.ckg-hero-full {
  position: relative;
  min-height: 100svh;
  background: #111;
  overflow: hidden;
}
.ckg-hero-full[hidden] { display: none !important; }
.ckg-credit { display: none; }
.is-home .ckg-credit { display: inline; }
.ckg-hero-full picture,
.ckg-hero-full img {
  display: block;
  width: 100%;
  height: 100svh;
}
.ckg-hero-full img {
  object-fit: cover;
  object-position: center;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.ckg-hero {
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px 24px 72px;
}
.ckg-kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--shop-muted);
}
.ckg-kicker-light { color: rgba(255, 255, 255, 0.55); }
[data-shop-text] { white-space: pre-line; }

.ckg-hero-title {
  margin: 0;
  font-size: clamp(40px, 7vw, 84px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  white-space: pre-line;
}
.ckg-hero-subtitle {
  margin: 16px 0 0;
  max-width: 42rem;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--shop-muted);
}
.ckg-hero-stage {
  width: min(720px, 100%);
  margin: 28px auto 36px;
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ckg-hero-photo {
  width: 100%;
  height: min(62vh, 680px);
  object-fit: contain;
  will-change: transform;
}
.ckg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 14px 28px;
  border-radius: 980px;
  background: var(--shop-text);
  color: var(--shop-bg);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ckg-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}
.ckg-section-title {
  margin: 0 0 36px;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -0.04em;
  font-weight: 600;
}
.ckg-bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}
.ckg-bento-tile {
  background: var(--ckg-mist);
  color: var(--shop-text);
  border-radius: 1.5rem;
  padding: 36px 32px;
  min-height: 240px;
}
.ckg-bento-wide { grid-column: 1 / -1; }
.ckg-bento-label {
  display: block;
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--shop-muted);
}
.ckg-bento-tile h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.ckg-bento-tile p {
  margin: 0;
  color: var(--shop-muted);
  font-size: 15px;
  line-height: 1.55;
}
.ckg-stock-live {
  font-size: 22px !important;
  color: var(--shop-text) !important;
  letter-spacing: -0.03em;
}

.ckg-collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
}
.ckg-section-collection {
  padding: 88px 8px 48px;
  min-height: 60vh;
}
.ckg-card { display: block; }
.ckg-card-link { display: block; }
.ckg-card-media {
  overflow: hidden;
  background: #fff;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ckg-card-media img {
  width: 100%;
  height: 480px;
  object-fit: contain;
  opacity: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ckg-card:hover .ckg-card-media img { transform: translateZ(0) scale(1.02); }
.ckg-card-meta { padding: 20px 4px 8px; }
.ckg-card-meta h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.ckg-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.ckg-dot {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ckg-dot.is-light { border-color: rgba(0, 0, 0, 0.28); }
.ckg-dot:hover { transform: scale(1.12); }
.ckg-dot.is-on {
  box-shadow: 0 0 0 2px var(--shop-bg), 0 0 0 3px var(--shop-text);
}
.ckg-card-meta p {
  margin: 8px 0 0;
  color: var(--shop-muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.ckg-card-row {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 14px;
}

.ckg-dna {
  background: #faf9f6;
  color: #000;
  padding: 140px 24px;
  text-align: center;
}
.ckg-dna-page { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; }
.ckg-dna-title {
  margin: 0 auto 28px;
  max-width: 980px;
  font-size: clamp(40px, 7vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 600;
  white-space: pre-line;
}
.ckg-dna-text {
  margin: 0 auto;
  max-width: 640px;
  color: var(--shop-muted);
  font-size: 18px;
  line-height: 1.6;
}

.ckg-footer {
  background: #fff;
  color: #000;
  padding: 28px 22px 24px;
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ckg-footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 20px;
}
.ckg-footer details {
  border: 0;
}
.ckg-footer summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 0;
}
.ckg-footer summary::-webkit-details-marker { display: none; }
.ckg-footer summary::marker { content: ""; }
.ckg-footer summary::after {
  content: "+";
  margin-left: auto;
  padding-left: 12px;
}
.ckg-footer details[open] > summary::after { content: "\2212"; }
.ckg-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0 12px;
}
.ckg-footer-bottom {
  max-width: 1280px;
  margin: 12px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.ckg-footer-brand {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.42);
}
.ckg-credit {
  text-align: right;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.28);
  text-transform: none;
}
.ckg-cart-heading {
  font-size: 28px;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 28px;
}
.ckg-cart-total {
  text-align: right;
  font-size: 16px;
  margin: 28px 0 16px;
}
.ckg-cart-checkout {
  display: flex;
  justify-content: flex-end;
}

.js-reveal {
  opacity: 0;
  transform: translateY(28px);
}
.js-reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}
.shop-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.shop-gallery {
  background: #fff;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  cursor: zoom-in;
}
.shop-gallery.is-zoom {
  cursor: zoom-out;
}
.shop-gallery img {
  width: 100%;
  height: 620px;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.shop-gallery.is-zoom img {
  transform: scale(1.55);
  transition: none;
}
.shop-media {
  min-width: 0;
}
.shop-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.shop-thumbs[hidden] { display: none !important; }
.shop-thumbs button {
  width: 72px;
  height: 72px;
  border: 1px solid transparent;
  background: var(--shop-fill);
  border-radius: 16px;
  padding: 6px;
  cursor: pointer;
  pointer-events: auto;
}
.shop-thumbs button.active,
.shop-thumbs button:hover { border-color: var(--shop-text); }
.shop-thumbs img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.shop-product h1 { margin: 0; font-size: 40px; letter-spacing: -0.03em; }
.shop-product .lead { color: var(--shop-muted); font-size: 17px; margin: 8px 0 20px; }
.shop-product .price-lg { font-size: 21px; margin-bottom: 28px; }
.shop-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--shop-muted);
  margin: 18px 0 10px;
}
.shop-swatches, .shop-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.shop-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  cursor: pointer;
  padding: 0;
}
.shop-swatch.active { outline: 2px solid #000; outline-offset: 3px; }
.shop-size {
  min-width: 52px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--shop-line);
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.shop-size.active { background: var(--shop-text); color: var(--shop-bg); }
.shop-size:disabled { opacity: 0.35; cursor: not-allowed; }
.shop-specs { margin: 28px 0 0; padding: 0; list-style: none; color: var(--shop-muted); font-size: 14px; }
.shop-specs li { padding: 6px 0; border-bottom: 1px solid var(--shop-line); }
.shop-btn, .shop-btn-dark, .shop-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 980px;
  border: 0;
  cursor: pointer;
  padding: 12px 22px;
  font-size: 14px;
  transition: transform 0.25s ease;
}
.shop-btn, .shop-btn-dark { background: var(--shop-text); color: var(--shop-bg); }
.shop-btn-ghost { background: transparent; color: var(--shop-text); }
.shop-btn:hover, .shop-btn-dark:hover, .shop-btn-ghost:hover { transform: scale(1.04); }
.shop-cart-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px 18px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--shop-line);
}
.shop-cart-row img {
  width: 72px;
  height: 88px;
  object-fit: contain;
  background: #fff;
}
.ckg-cart-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}
.ckg-cart-meta {
  margin: 8px 0 0;
  color: var(--shop-muted);
  font-size: 14px;
}
.ckg-cart-unit {
  margin: 8px 0 0;
  font-size: 15px;
}
.ckg-cart-line {
  font-size: 15px;
  white-space: nowrap;
  padding-top: 2px;
}
.ckg-cart-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.ckg-qty {
  display: inline-flex;
  align-items: stretch;
  height: 40px;
  border: 1px solid #111;
  background: #fff;
}
.ckg-qty button {
  width: 40px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.ckg-qty input,
.ckg-qty .shop-qty {
  width: 36px;
  border: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  background: transparent;
  color: inherit;
  -moz-appearance: textfield;
  appearance: textfield;
}
.ckg-qty input::-webkit-outer-spin-button,
.ckg-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ckg-trash {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ckg-trash svg { width: 18px; height: 18px; }
.shop-qty { width: 72px; border: 1px solid var(--shop-line); border-radius: 10px; padding: 8px; background: transparent; color: inherit; }
.shop-form { display: grid; gap: 14px; }
.shop-form input, .shop-form textarea, .shop-form select {
  width: 100%;
  border: 1px solid var(--shop-line);
  border-radius: 12px;
  padding: 14px 16px;
  background: transparent;
  color: inherit;
}
.shop-form label { font-size: 12px; color: var(--shop-muted); }
.shop-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--shop-muted); }
.shop-legal { min-height: 55vh; color: #111; }
.shop-legal h1, .shop-about h1 { font-size: clamp(28px, 5vw, 48px); letter-spacing: -0.035em; margin: 0 0 24px; color: #111; }
.shop-legal h2 { font-size: 21px; margin: 32px 0 10px; color: #111; }
.shop-legal p, .shop-legal li { color: #3a3a3c; line-height: 1.65; font-size: 16px; }
.shop-legal a { text-decoration: underline; text-underline-offset: 3px; }
.ckg-fit-wrap {
  max-width: 1120px;
  margin: 0 auto 96px;
  padding: 0 24px 48px;
}
.ckg-fit-card {
  background: #faf9f6;
  border-radius: 2rem;
  padding: 40px 36px 48px;
}
.ckg-fit-card + .ckg-fit-card {
  margin-top: 24px;
}
.ckg-fit-title {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.04em;
  font-weight: 600;
}
.ckg-sizes-lead {
  margin: 0 0 36px;
  color: var(--shop-muted);
  font-size: 15px;
  letter-spacing: 0.04em;
}
.ckg-size-layout {
  display: block;
}
.ckg-fit-photo {
  display: block;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: #fff;
}
.ckg-fit-photo img {
  width: 100%;
  min-height: 220px;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff;
}
.ckg-lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.92);
  cursor: zoom-out;
}
.ckg-lightbox[hidden] { display: none; }
.ckg-lightbox img {
  width: min(1100px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
}
.ckg-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.ckg-size-table th,
.ckg-size-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid var(--shop-line);
}
.ckg-size-table th:first-child,
.ckg-size-table td:first-child {
  text-align: left;
  font-weight: 600;
}
.ckg-size-table thead th {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--shop-muted);
  font-weight: 500;
}

@media (max-width: 860px) {
  .ckg-header-inner { padding: 0 16px; min-height: 56px; }
  .ckg-logo { height: 24px; }
  .ckg-drawer { padding: 80px 18px 24px; }
  .ckg-drawer-foot,
  .ckg-footer-grid { grid-template-columns: 1fr; gap: 8px; }
  .ckg-collection { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .ckg-bento, .shop-split, .ckg-size-layout { grid-template-columns: 1fr; }
  .ckg-footer-bottom { flex-direction: column; }
  .shop-cart-row { grid-template-columns: 72px minmax(0, 1fr); }
  .ckg-cart-line { grid-column: 2; padding-top: 0; }
  .shop-gallery, .ckg-card-media { min-height: 320px; }
  .shop-gallery img, .ckg-card-media img { height: 360px; }
}
