html.starter-kit-modal-open { overflow: hidden; }
.starter-kit-preview-link { justify-self: start; padding: .3rem 0; min-height: 44px; border: 0; background: none; color: var(--sea-dark); text-align: left; text-decoration: underline; text-underline-offset: .22em; font: 650 .88rem/1.5 var(--body); cursor: pointer; }
.starter-kit-preview-link:hover { color: var(--ink); }
.starter-kit-popup { width: min(960px, calc(100vw - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; border: 1px solid #b8cbc4; border-radius: 1.2rem; background: var(--paper); color: var(--ink); overflow-y: auto; font-family: var(--body); box-shadow: 0 28px 90px rgba(20,36,43,.3); }
.starter-kit-popup::backdrop { background: rgba(20,36,43,.65); }
.starter-kit-popup__layout { display: grid; grid-template-columns: .85fr 1.15fr; }
.starter-kit-popup__close { position: absolute; z-index: 3; top: .7rem; right: .7rem; display: inline-flex; gap: .5rem; align-items: center; min-height: 44px; padding: .4rem .85rem; border: 1px solid #b8cbc4; border-radius: 999px; background: var(--paper); color: var(--ink); font: 650 .75rem/1.3 var(--body); cursor: pointer; }
.starter-kit-popup__close span { font-size: 1.3rem; }
.starter-kit-popup__visual { min-width: 0; margin: 0; padding: 2.1rem 1.7rem 1.5rem; background: #dcebe5; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.starter-kit-popup__visual-label { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; font-size: .59rem; letter-spacing: .12em; font-weight: 750; color: var(--sea-dark); }
.starter-kit-popup__visual-label span { font-weight: 500; }
.starter-kit-popup__papers { position: relative; height: 275px; margin: 2.6rem 0 1.1rem; }
.starter-kit-popup__papers img { position: absolute; width: 188px; height: auto; border: 1px solid #bbcfc5; border-radius: 2px; box-shadow: 0 11px 20px rgba(36,51,59,.15); }
.starter-kit-popup__cover { left: calc(50% - 120px); top: 12px; transform: rotate(-8deg); z-index: 1; }
.starter-kit-popup__tracker { left: calc(50% - 58px); top: 0; transform: rotate(9deg); }
.starter-kit-popup__newsletter-card { position: relative; padding: 1.25rem; margin: 0 .1rem; border: 1px solid #c2ced0; border-radius: .5rem; background: #f8faf9; box-shadow: 0 8px 18px rgba(36,51,59,.07); }
.starter-kit-popup__card-label { color: var(--sea-dark); font-size: .57rem; font-weight: 750; letter-spacing: .13em; }
.starter-kit-popup__newsletter-card > p { margin: .55rem 0 1rem; font-family: var(--display); font-size: 1.6rem; line-height: 1.14; }
.starter-kit-popup__card-row { display: flex; justify-content: space-between; gap: .5rem; padding: .4rem 0; border-top: 1px solid var(--line); font-size: .66rem; }
.starter-kit-popup__card-row span:first-child { color: var(--sea-dark); font-weight: 750; }
.starter-kit-popup__newsletter-card small { display: block; margin-top: .7rem; font-size: .57rem; color: var(--muted); }
.starter-kit-popup__visual figcaption { margin-top: 1rem; color: #425c54; font-size: .64rem; line-height: 1.6; text-align: center; }
.starter-kit-popup__content { min-width: 0; padding: 3.75rem 2.25rem 2rem; }
.starter-kit-popup__eyebrow { margin: 0 0 .85rem; color: var(--sea-dark); font-size: .64rem; font-weight: 750; letter-spacing: .12em; }
.starter-kit-popup h2 { margin: 0 0 .8rem; font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1.03; letter-spacing: -.02em; }
.starter-kit-popup h2:focus { outline: none; }
.starter-kit-popup__intro { color: var(--muted); font-size: .9rem; line-height: 1.65; margin: 0 0 1.3rem; }
.starter-kit-popup__included { padding: 1.05rem 0; border-top: 1px solid #c9d9d1; }
.starter-kit-popup__included h3 { margin: 0 0 .3rem; font-size: 1.28rem; line-height: 1.2; }
.starter-kit-popup__included .starter-kit-popup__detail { margin: .4rem 0 .6rem; color: var(--sea-dark); font-size: .69rem; font-weight: 700; }
.starter-kit-popup__included p, .starter-kit-popup__included li { font-size: .8rem; line-height: 1.65; }
.starter-kit-popup__included p { margin: .65rem 0 0; }
.starter-kit-popup__included ul { margin: .6rem 0 0; padding-left: 1.05rem; }
.starter-kit-popup__included li + li { margin-top: .4rem; }
.starter-kit-popup__next { margin: .45rem 0 1rem; padding: .95rem 1rem; background: #e8e2ee; border-left: 3px solid #756680; border-radius: 0 .45rem .45rem 0; }
.starter-kit-popup__next strong { font-size: .79rem; }
.starter-kit-popup__next p { margin: .35rem 0; font-size: .78rem; line-height: 1.6; }
.starter-kit-popup__next small { color: var(--muted); font-size: .67rem; }
.starter-kit-popup__note { color: var(--muted); font-size: .69rem; line-height: 1.6; margin: .55rem 0 1rem; }
.starter-kit-popup .starter-kit-popup__continue { width: 100%; min-height: 48px; font-size: .8rem; }
.starter-kit-popup__privacy { margin: .6rem 0 0; color: var(--muted); font-size: .66rem; line-height: 1.65; }
@media (max-width: 650px) {
  .starter-kit-popup { width: calc(100vw - 1rem); max-height: calc(100dvh - 1rem); border-radius: .9rem; }
  .starter-kit-popup__layout { display: flex; flex-direction: column; }
  .starter-kit-popup__content { padding: 1.7rem 1.3rem 1.5rem; }
  .starter-kit-popup__visual { padding: 1.2rem 1.2rem 1rem; }
  .starter-kit-popup__visual-label { padding-right: 4rem; }
  .starter-kit-popup__visual-label span { display: none; }
  .starter-kit-popup__papers { height: 174px; width: 48%; margin: 1rem 0 0; }
  .starter-kit-popup__papers img { width: 110px; }
  .starter-kit-popup__cover { left: calc(50% - 64px); top: 10px; }
  .starter-kit-popup__tracker { left: calc(50% - 26px); }
  .starter-kit-popup__newsletter-card { width: 50%; align-self: flex-end; margin: -156px 0 0; padding: .8rem; }
  .starter-kit-popup__newsletter-card > p { font-size: 1.05rem; margin-bottom: .7rem; }
  .starter-kit-popup__card-row { font-size: .52rem; padding: .25rem 0; }
  .starter-kit-popup__card-row span:first-child { display: none; }
  .starter-kit-popup__card-label, .starter-kit-popup__newsletter-card small { font-size: .45rem; }
  .starter-kit-popup__visual figcaption { margin: 1rem 0 0; font-size: .56rem; }
  .starter-kit-popup h2 { font-size: 2.35rem; }
}
@media (prefers-reduced-motion: no-preference) {
  .starter-kit-popup[open] { animation: kit-popup-in .18s ease-out; }
  @keyframes kit-popup-in { from { opacity: 0; translate: 0 8px; } to { opacity: 1; translate: 0 0; } }
}
@media print { .starter-kit-popup { display: none !important; } }
