/* Edition — Home · Why · Transmissions (stacked panels, no parent transform) */

body.home.edition-shell{
  --edition-heading: Poppins, Inter, system-ui, sans-serif;
  --edition-body: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --edition-serif: "PT Serif", Georgia, "Times New Roman", Times, serif;
  --edition-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --edition-paper: #f6f1e4;
  --edition-label-size: 11px;
  --edition-label-tracking: 0.12em;
  --edition-label-color: rgba(11, 12, 15, 0.62);
  --edition-deck-color: rgba(11, 12, 15, 0.62);
  --edition-body-color: rgba(11, 12, 15, 0.84);
}

body.home.edition-active{
  overflow: hidden;
}

body.home.edition-panel-why,
body.home.edition-panel-transmissions{
  overflow: hidden;
}

body.home .edition{
  position: fixed;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  background: var(--bg, #f4f2eb);
}

body.home .edition-track{
  position: absolute;
  inset: 0;
  --edition-slide: 14%;
}

body.home .edition-panel{
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #f4f2eb;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    transform 520ms cubic-bezier(0.25, 0.92, 0.35, 1),
    opacity 320ms cubic-bezier(0.25, 0.92, 0.35, 1),
    visibility 520ms;
  z-index: 0;
  will-change: transform;
}

body.home .edition-panel.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

/* Forward — swipe left (enter from right, exit to left) */
body.home .edition-panel.is-entering.slide-forward{
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(var(--edition-slide), 0, 0);
  z-index: 3;
}

body.home .edition-panel.is-entering.slide-forward.is-active{
  transform: translate3d(0, 0, 0);
}

body.home .edition-panel.is-exiting.slide-forward{
  opacity: 0.88;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(calc(var(--edition-slide) * -1), 0, 0);
  z-index: 1;
}

/* Back — swipe right (enter from left, exit to right) */
body.home .edition-panel.is-entering.slide-back{
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(calc(var(--edition-slide) * -1), 0, 0);
  z-index: 3;
}

body.home .edition-panel.is-entering.slide-back.is-active{
  transform: translate3d(0, 0, 0);
}

body.home .edition-panel.is-exiting.slide-back{
  opacity: 0.88;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(var(--edition-slide), 0, 0);
  z-index: 1;
}

body.home .edition-panel-cinema{
  overflow: hidden;
}

body.home .edition-panel-why,
body.home .edition-panel-transmissions{
  padding-top: 64px;
}

body.home .edition-panel-transmissions{
  background: var(--edition-paper);
}

body.home .edition-why-inner{
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(3.25rem, 8vh, 5.5rem) 24px clamp(9rem, 18vh, 12rem);
}

body.home .edition-why-inner .meta,
body.home .edition-trans-head .meta,
body.home .edition-post-card .meta{
  font-family: var(--edition-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(11, 12, 15, 0.62);
  margin-bottom: 0;
}

body.home .edition-post-card .edition-post-featured{
  color: rgba(227, 179, 65, 0.95);
}

body.home .edition-why-inner .edition-why-story{
  margin-top: clamp(3.5rem, 10vh, 5.5rem);
}

body.home .edition-why-inner .story p{
  font-family: var(--edition-serif);
  font-size: 1.1875rem;
  line-height: 1.8;
  color: var(--edition-body-color);
}

body.home .edition-why-inner .story p + p{
  margin-top: 1.65rem;
}

body.home .edition-why-inner .story .why-beat{
  font-family: var(--edition-serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #0b0c0f;
}

body.home .edition-why-inner .story .why-beat--inciting{
  position: relative;
  margin-top: clamp(3.75rem, 11vh, 6.5rem);
  margin-bottom: clamp(2.25rem, 5vh, 3.5rem);
  padding-top: 1.75rem;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  line-height: 1.32;
}

body.home .edition-why-inner .story .why-beat--inciting::before{
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #E3B341;
  margin-bottom: 1.5rem;
}

body.home .edition-why-inner .story p + p.why-beat--inciting{
  margin-top: clamp(3.75rem, 11vh, 6.5rem);
}

body.home .edition-why-inner .story .why-beat--inciting + p{
  margin-top: 0;
}

body.home .edition-why-inner .story .why-beat--turn{
  margin-top: clamp(4.5rem, 14vh, 8rem);
  margin-bottom: clamp(3.75rem, 10vh, 6rem);
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
  line-height: 1.22;
}

body.home .edition-why-inner .story p + p.why-beat--turn{
  margin-top: clamp(4.5rem, 14vh, 8rem);
}

body.home .edition-why-inner .story .why-beat--turn + p{
  margin-top: 0;
}

body.home .edition-why-inner .story .why-beat--ambition{
  margin-top: clamp(3.25rem, 9vh, 5.5rem);
  margin-bottom: 0;
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  line-height: 1.35;
}

body.home .edition-why-inner .story p + p.why-beat--ambition{
  margin-top: clamp(3.25rem, 9vh, 5.5rem);
}

body.home .edition-why-inner .story .why-beat--ambition + p{
  margin-top: 0.75rem;
}

body.home .edition-why-inner .story .why-beat--standard{
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  line-height: 1.35;
}

body.home .edition-why-inner .story .why-beat--standard + p{
  margin-top: 2.25rem;
}

body.home .edition-why-inner .why-commerce{
  margin-top: clamp(4.25rem, 12vh, 7rem);
  padding-top: clamp(2.5rem, 6vh, 3.75rem);
}

body.home .edition-why-inner .why-commerce::before{
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #E3B341;
  margin-bottom: clamp(2.25rem, 5vh, 3.25rem);
}

body.home .edition-why-inner .why-commerce p{
  color: rgba(11, 12, 15, 0.92);
}

body.home .edition-why-inner .why-commerce p + p{
  margin-top: 1.65rem;
}

body.home .edition-why-inner .why-payoff{
  display: block;
  margin-top: 1.85rem;
  font-family: var(--edition-serif);
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: #0b0c0f;
}

body.home .edition-why-inner .story .why-beat--close{
  margin-top: clamp(7rem, 20vh, 11rem);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.55;
  color: rgba(11, 12, 15, 0.78);
}

body.home .edition-why-inner .why-commerce + .why-beat--close,
body.home .edition-why-inner .story p + p.why-beat--close{
  margin-top: clamp(7rem, 20vh, 11rem);
}

body.home .edition-why-next{
  margin-top: clamp(2.5rem, 6vh, 4rem);
  padding-top: 0;
  border-top: none;
}

body.home .edition-why-cta{
  font-family: var(--edition-body);
  font-weight: 600;
}

body.home .edition-trans-head{
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 24px 1.5rem;
  text-align: center;
}

body.home .edition-trans-head h1{
  margin-top: 1.5rem;
  font-family: var(--edition-heading);
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.02em;
  color: #0b0c0f;
}

body.home .edition-trans-head .deck{
  margin-top: 1.5rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--edition-body);
  font-size: 16px;
  color: rgba(11, 12, 15, 0.7);
  line-height: 1.7;
}

body.home .edition-trans-main{
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 24px clamp(9rem, 16vh, 12rem);
}

body.home .edition-posts-grid{
  display: grid;
  gap: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  body.home .edition-posts-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.home .edition-post-card{
  display: block;
  padding: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

body.home .edition-post-card h2,
body.home .edition-post-card .font-heading{
  margin-top: 1rem;
  font-family: var(--edition-heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.92);
}

body.home .edition-post-card .deck{
  margin-top: 0.75rem;
  font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(11, 12, 15, 0.7);
}

body.home .edition-post-read{
  margin-top: 2rem;
  color: rgba(11, 12, 15, 0.62);
}

body.home .edition-post-card:hover{
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.025);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

body.home .edition-post-card.is-featured{
  border-color: rgba(227, 179, 65, 0.32);
  background: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 0 0 1px rgba(227, 179, 65, 0.1),
    0 10px 30px rgba(227, 179, 65, 0.08);
}

body.home .edition-post-card.is-featured:hover{
  border-color: rgba(227, 179, 65, 0.42);
  background: rgba(0, 0, 0, 0.025);
  box-shadow:
    0 0 0 1px rgba(227, 179, 65, 0.14),
    0 10px 30px rgba(227, 179, 65, 0.08);
}

body.home .edition-post-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.home .edition-footer{
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vh, 3.5rem) 24px clamp(5rem, 10vh, 6rem);
  border-top: none;
}

body.home .edition-footer::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(2rem, 5vh, 2.75rem);
  background: linear-gradient(
    to right,
    rgba(11, 12, 15, 0.1) 0%,
    rgba(11, 12, 15, 0.1) 100%
  );
}

body.home .edition-footer-inner{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-family: var(--edition-body);
  font-size: var(--edition-label-size);
  font-weight: 500;
  letter-spacing: var(--edition-label-tracking);
  text-transform: uppercase;
  color: rgba(11, 12, 15, 0.45);
}

@media (min-width: 768px){
  body.home .edition-footer-inner{
    flex-direction: row;
  }
}

body.home .edition-footer a{
  color: inherit;
  text-decoration: none;
}

body.home .edition-footer a:hover{
  color: #0b0c0f;
}

body.home .edition-footer-links{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

/* Register — fixed chrome */
body.home .edition-chrome{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  pointer-events: none;
  padding: 0 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.home .edition-chrome > *{
  pointer-events: auto;
}

body.home .edition-register{
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 5px 8px;
  background: rgba(244, 242, 235, 0.9);
  border: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 14px 44px rgba(11, 12, 15, 0.1),
    0 0 0 1px rgba(11, 12, 15, 0.06);
}

body.home .edition-register-btn{
  position: relative;
  font-family: var(--edition-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--edition-label-tracking);
  text-transform: uppercase;
  padding: 8px 12px;
  border: none;
  background: transparent;
  color: rgba(11, 12, 15, 0.42);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

body.home .edition-register-btn:hover{
  color: rgba(11, 12, 15, 0.78);
}

body.home .edition-register-btn.is-active{
  color: #0b0c0f;
  background: rgba(11, 12, 15, 0.05);
  box-shadow: none;
}

body.home .edition-register-btn.is-active::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  background: #e3b341;
}

body.home .edition-register-btn:focus{
  outline: none;
}

body.home .edition-register-btn:focus-visible{
  outline: 2px solid rgba(227, 179, 65, 0.45);
  outline-offset: 2px;
}

body.home .edition-register-sep{
  display: none;
}

body.home .edition-chrome.is-cinema-film .edition-register{
  opacity: 0.72;
}

body.home .edition-chrome.is-hidden{
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px){
  body.home .edition-chrome{
    padding:
      0
      max(12px, env(safe-area-inset-right, 0px))
      max(12px, env(safe-area-inset-bottom, 0px))
      max(12px, env(safe-area-inset-left, 0px));
  }

  body.home .edition-register-btn{
    padding: 6px 7px;
    font-size: 9px;
  }

  body.home .edition-register-btn.is-active::after{
    left: 6px;
    right: 6px;
    bottom: 4px;
  }

  body.home .edition-why-inner{
    padding:
      2.25rem 16px
      calc(8.5rem + env(safe-area-inset-bottom, 0px));
  }

  body.home .edition-why-inner .edition-why-story{
    margin-top: clamp(2.5rem, 8vh, 4rem);
  }

  body.home .edition-why-inner .story p{
    font-size: 1.125rem;
    line-height: 1.75;
  }

  body.home .edition-why-inner .story .why-beat--inciting{
    margin-top: clamp(3rem, 9vh, 4.5rem);
    margin-bottom: clamp(1.75rem, 5vh, 2.75rem);
    font-size: 1.5rem;
  }

  body.home .edition-why-inner .story p + p.why-beat--inciting{
    margin-top: clamp(3rem, 9vh, 4.5rem);
  }

  body.home .edition-why-inner .story .why-beat--turn{
    margin-top: clamp(3.5rem, 11vh, 5.5rem);
    margin-bottom: clamp(2.75rem, 8vh, 4.25rem);
    font-size: 1.7rem;
  }

  body.home .edition-why-inner .story p + p.why-beat--turn{
    margin-top: clamp(3.5rem, 11vh, 5.5rem);
  }

  body.home .edition-why-inner .story .why-beat--ambition{
    margin-top: clamp(2.5rem, 8vh, 4rem);
    font-size: 1.35rem;
  }

  body.home .edition-why-inner .story p + p.why-beat--ambition{
    margin-top: clamp(2.5rem, 8vh, 4rem);
  }

  body.home .edition-why-inner .story .why-beat--standard{
    font-size: 1.25rem;
  }

  body.home .edition-why-inner .why-commerce{
    margin-top: clamp(3.25rem, 10vh, 5rem);
    padding-top: clamp(2rem, 5vh, 2.75rem);
  }

  body.home .edition-why-inner .why-payoff{
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }

  body.home .edition-why-inner .story .why-beat--close,
  body.home .edition-why-inner .why-commerce + .why-beat--close,
  body.home .edition-why-inner .story p + p.why-beat--close{
    margin-top: clamp(5.5rem, 16vh, 8.5rem);
    font-size: 1.2rem;
  }

  body.home .edition-why-next{
    margin-top: clamp(2rem, 5vh, 3rem);
    padding-top: 0;
  }

  body.home .edition-trans-head{
    padding: 1.75rem 16px 1rem;
  }

  body.home .edition-trans-main{
    padding:
      0 16px
      calc(8.5rem + env(safe-area-inset-bottom, 0px));
  }

  body.home .edition-footer{
    padding:
      2rem 16px
      calc(5rem + env(safe-area-inset-bottom, 0px));
  }

  body.home .edition-post-card{
    padding: 1.35rem;
  }

  body.home .edition-post-card h2{
    font-size: 1.25rem;
  }

  body.home .edition-post-card .deck{
    font-size: 15px;
    line-height: 1.65;
  }

  body.home .edition-trans-head .deck{
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce){
  body.home .edition-panel{
    transition: none;
  }
}
