/* Quiet momentum. Isolated from site.css, which owns the bilingual/legal pages. */
:root {
  color-scheme:light;
  --hk-paper:#f7f7f2;
  --hk-ink:#20221f;
  --hk-muted:#63665e;
  --hk-accent:#53579a;
  --hk-wash:#e9e9f3;
  --hk-warm:#f1ebcf;
  --hk-line:#dddfd6;
  --hk-ease:cubic-bezier(.22,1,.36,1)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:92px
}
body.hk {
  margin:0;
  background:var(--hk-paper);
  color:var(--hk-ink);
  font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:18px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
.hk h1,.hk h2,.hk h3,.hk p,.hk figure {
  margin:0
}
.hk a {
  color:inherit;
  text-decoration:none
}
.hk button {
  font:inherit;
  cursor:pointer
}
.hk img {
  display:block;
  max-width:100%;
  height:auto
}
.hk button,.hk a {
  touch-action:manipulation
}
.hk [hidden] {
  display:none!important
}
.hk :focus-visible {
  outline:3px solid var(--hk-accent);
  outline-offset:5px
}
.hk ::selection {
  background:#dedff2;
  color:var(--hk-ink)
}
.hk-wrap {
  width:min(1200px,100% - 96px);
  margin-inline:auto
}
.hk-section {
  margin-top:112px;
  scroll-margin-top:100px
}
.hk h1 {
  font-size:clamp(56px,6.5vw,88px);
  font-weight:500;
  line-height:1.035;
  letter-spacing:-.055em;
  text-wrap:balance
}
.hk h2 {
  font-size:clamp(34px,3.8vw,52px);
  font-weight:500;
  line-height:1.12;
  letter-spacing:-.042em;
  text-wrap:balance
}
.hk h3 {
  font-size:25px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.025em;
  text-wrap:balance
}
.hk-eyebrow {
  font-size:12px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--hk-muted)
}
.hk-lede {
  font-size:19px;
  line-height:1.6;
  color:var(--hk-muted)
}
.hk-note {
  font-size:14px;
  line-height:1.6;
  color:var(--hk-muted)
}
.hk-skip {
  position:absolute;
  left:20px;
  top:-100px;
  z-index:100;
  padding:12px 20px;
  background:var(--hk-ink);
  color:white!important;
  border-radius:8px
}
.hk-skip:focus {
  position:fixed;
  top:12px
}
.hk-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(247,247,242,.95);
  border-bottom:1px solid var(--hk-line);
  transition:background 180ms ease
}
@supports(backdrop-filter:blur(16px)) {
  .hk-header {
    background:rgba(247,247,242,.84);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px)
  }
}
.hk-nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:72px
}
.hk-brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:20px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:-.04em;
  white-space:nowrap
}
.hk-brand img {
  border-radius:7px;
  flex-shrink:0
}
.hk-nav nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  font-weight:500
}
.hk-nav nav>a {
  display:inline-flex;
  align-items:center;
  min-height:44px
}
.hk-nav a:hover,.hk-footer a:hover {
  color:var(--hk-accent)
}
.hk-nav .hk-nav-cta {
  padding:10px 16px;
  gap:16px;
  border:1px solid #d0d2c9;
  border-radius:8px;
  transition:border-color 160ms ease,background 160ms ease
}
.hk-nav-cta:hover {
  background:white;
  border-color:var(--hk-accent)
}
.hk-hero {
  padding-top:66px
}
.hk-heading {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  align-items:end;
  gap:62px;
  margin:22px 0 40px
}
.hk h1 span {
  color:var(--hk-accent)
}
.hk-intro {
  max-width:40ch;
  padding-bottom:6px
}
.hk-intro>p {
  font-size:18px;
  color:var(--hk-muted)
}
.hk-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:26px;
  margin-top:26px
}
.hk-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-height:48px;
  padding:13px 20px;
  background:var(--hk-ink);
  color:white!important;
  border:1px solid var(--hk-ink);
  border-radius:9px;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  transition:background 160ms ease,box-shadow 160ms ease
}
.hk-button:hover {
  background:#363a31;
  box-shadow:0 5px 16px #20221f12
}
.hk-button span,.hk-text-link span {
  display:inline-block;
  transition:transform 180ms var(--hk-ease)
}
.hk-button:hover span {
  transform:translate(2px,-2px)
}
.hk-text-link {
  display:inline-flex;
  align-items:center;
  gap:13px;
  min-height:48px;
  font-size:15px
}
.hk-text-link:hover {
  color:var(--hk-accent)
}
.hk-text-link:hover span {
  transform:translateY(3px)
}
.hk-product-stage {
  width:min(1480px, calc(100vw - 40px));
  margin-inline:calc((100% - min(1480px, 100vw - 40px)) / 2);
  border-radius:28px;
  background:radial-gradient(ellipse at 85% 100%,var(--hk-warm),transparent 67%),var(--hk-wash);
  padding:22px 20px 18px
}
.hk-stage-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
  font-size:14px;
  color:var(--hk-muted)
}
.hk-picker {
  display:flex;
  flex-wrap:wrap;
  gap:3px;
  padding:4px;
  background:#f7f7f2b8;
  border:1px solid #d8d8e0;
  border-radius:10px;
  width:fit-content
}
.hk-picker button {
  min-height:44px;
  padding:8px 20px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:var(--hk-muted);
  font-size:14px;
  line-height:1.4;
  transition:background 160ms ease,color 160ms ease
}
.hk-picker button[aria-pressed=true] {
  background:white;
  color:var(--hk-ink);
  box-shadow:0 1px 5px #20221f12;
  font-weight:600
}
.hk-picker button:hover {
  color:var(--hk-accent)
}
.hk-shot .hk-zoom {
  display:block;
  cursor:zoom-in
}
.hk-shot img {
  margin-inline:auto;
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:clamp(10px, 1.4vw, 18px);
  filter:none
}
.hk-shot figcaption {
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:var(--hk-muted);
  font-size:12px;
  line-height:1.5;
  padding-top:15px
}
.hk-enlarge {
  white-space:nowrap
}
.hk-zoom:hover+.hk-enlarge {
  color:var(--hk-accent)
}
.hk-platform-panel+.hk-platform-panel {
  margin-top:28px
}
.hk-enhanced .hk-platform-panel {
  margin-top:0
}
.hk-platform-panel .hk-zoom {
  height:auto;
  display:flex;
  align-items:center;
  justify-content:center
}
.hk-platform-panel img {
  max-height:none;
  width:100%;
  max-width:100%;
  box-shadow:0 14px 28px #26272d18
}
.hk-platform-panel figcaption {
  padding-top:18px
}
.hk-hero-meta {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding:23px 0 38px;
  border-bottom:1px solid var(--hk-line);
  font-size:13px;
  color:var(--hk-muted)
}
.hk-status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:#697a5b;
  vertical-align:1px
}
.hk-section-heading {
  display:grid;
  grid-template-columns:1fr 1.42fr;
  align-items:start;
  gap:44px;
  margin-bottom:50px
}
.hk-section-heading .hk-eyebrow {
  padding-top:8px
}
.hk-section-heading h2 {
  max-width:22ch
}
.hk-workflow {
  display:block
}
.hk-workflow.hk-enhanced {
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:60px;
  align-items:start
}
.hk-story-picker {
  position:sticky;
  top:105px;
  padding-top:1px
}
.hk-story-picker button {
  display:grid;
  grid-template-columns:20px 1fr 20px;
  align-items:baseline;
  gap:14px;
  width:100%;
  padding:24px 0;
  background:none;
  border:0;
  border-top:1px solid var(--hk-line);
  color:var(--hk-muted);
  text-align:left;
  font-size:24px;
  font-weight:500;
  letter-spacing:-.03em;
  line-height:1.25;
  min-height:82px
}
.hk-story-picker button:last-child {
  border-bottom:1px solid var(--hk-line)
}
.hk-step-index {
  font-size:12px;
  letter-spacing:0;
  font-weight:400
}
.hk-story-picker small {
  display:block;
  font-size:14px;
  line-height:1.5;
  letter-spacing:0;
  font-weight:400;
  margin-top:8px;
  max-width:22ch
}
.hk-step-arrow {
  opacity:0;
  font-size:19px
}
.hk-story-picker button[aria-pressed=true] {
  color:var(--hk-accent)
}
.hk-story-picker button[aria-pressed=true] .hk-step-arrow {
  opacity:1
}
.hk-story-picker button:hover {
  color:var(--hk-ink)
}
.hk-story-panel+.hk-story-panel {
  margin-top:52px
}
.hk-enhanced .hk-story-panel {
  margin-top:0
}
.hk-story-copy {
  min-height:160px;
  padding-bottom:26px
}
.hk-story-copy h3 {
  margin-bottom:12px
}
.hk-story-copy p {
  font-size:17px;
  line-height:1.6;
  max-width:58ch;
  color:var(--hk-muted)
}
.hk-story-panel>.hk-shot {
  padding:20px;
  border-radius:20px;
  background:#eeeee8
}
.hk-story-panel>.hk-shot .hk-zoom {
  height:clamp(280px,33vw,470px);
  display:flex;
  align-items:center
}
.hk-story-panel>.hk-shot img {
  max-height:100%;
  width:auto
}
.hk-capture-note {
  font-size:12px;
  color:var(--hk-muted);
  margin-top:24px!important;
  text-align:right
}
.hk-disclosure {
  border-top:1px solid var(--hk-line);
  border-bottom:1px solid var(--hk-line);
  margin-top:22px;
  font-size:15px
}
.hk-disclosure+.hk-disclosure {
  border-top:0;
  margin-top:0
}
.hk-disclosure summary {
  position:relative;
  padding:19px 32px 19px 0;
  cursor:pointer;
  list-style:none;
  font-weight:500;
  min-height:56px;
  line-height:1.5
}
.hk-disclosure summary::-webkit-details-marker {
  display:none
}
.hk-disclosure summary::after {
  content:"+";
  position:absolute;
  right:4px;
  top:16px;
  font-size:22px;
  font-weight:400;
  color:var(--hk-accent)
}
.hk-disclosure[open]>summary::after {
  content:"−"
}
.hk-disclosure-body {
  padding:0 0 23px;
  color:var(--hk-muted);
  font-size:16px
}
.hk-disclosure-body p+p {
  margin-top:14px
}
.hk-disclosure-body a:not(.hk-zoom) {
  text-decoration:underline;
  text-underline-offset:4px;
  color:var(--hk-accent);
  overflow-wrap:anywhere
}
.hk-attachment .hk-shot {
  margin-top:20px
}
.hk-voice-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  padding:56px 48px;
  border-radius:28px;
  background:radial-gradient(ellipse at 80% 30%,#f8f3db,transparent 80%),#eee9d6
}
.hk-voice h2 {
  margin:18px 0 22px;
  max-width:14ch
}
.hk-voice .hk-lede {
  max-width:32ch
}
.hk-voice .hk-note {
  margin-top:20px;
  max-width:43ch
}
.hk-watch-sequence {
  display:grid;
  grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);
  gap:16px;
  align-items:center
}
.hk-watch-sequence img {
  width:100%;
  max-width:180px;
  margin-inline:auto
}
.hk-watch-sequence figcaption {
  text-align:center;
  font-size:13px;
  color:var(--hk-muted);
  margin-top:16px
}
.hk-watch-arrow {
  color:#797357;
  font-size:24px;
  margin-top:-35px
}
.hk-details-section {
  background:#eeeef5;
  padding:80px 0
}
.hk-detail-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px
}
.hk-detail-grid article {
  border-top:1px solid #d6d6e0;
  padding-top:22px
}
.hk-detail-mark {
  display:block;
  color:var(--hk-accent);
  font-size:12px;
  margin-bottom:17px
}
.hk-detail-grid h3 {
  font-size:22px;
  margin-bottom:12px
}
.hk-detail-grid p {
  font-size:16px;
  color:var(--hk-muted);
  max-width:28ch
}
.hk-appearance {
  margin-top:58px;
  padding:30px;
  background:#f7f7f2;
  border:1px solid #e0e0e7;
  border-radius:24px
}
.hk-appearance-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:28px
}
.hk-appearance-heading h3 {
  font-size:23px;
  margin-bottom:7px
}
.hk-appearance-heading p {
  font-size:14px;
  color:var(--hk-muted)
}
.hk-look-panel+.hk-look-panel {
  margin-top:30px
}
.hk-enhanced .hk-look-panel {
  margin-top:0
}
.hk-look-panel .hk-shot {
  max-width:920px;
  margin:auto
}
.hk-journals {
  margin-top:28px
}
.hk-journals .hk-disclosure-body {
  display:grid;
  grid-template-columns:1fr 220px;
  gap:50px;
  align-items:center;
  padding-top:12px
}
.hk-journals h3 {
  color:var(--hk-ink);
  margin-bottom:16px
}
.hk-journals p {
  max-width:56ch
}
.hk-journals .hk-shot {
  max-width:200px
}
.hk-journals .hk-enlarge {
  display:none
}
.hk-why {
  display:grid;
  grid-template-columns:1fr 1.42fr;
  gap:44px
}
.hk-why>.hk-eyebrow {
  padding-top:8px
}
.hk-why h2 {
  max-width:21ch;
  margin-bottom:30px
}
.hk-why p:not(.hk-eyebrow) {
  color:var(--hk-muted);
  font-size:18px;
  line-height:1.7;
  margin-bottom:18px;
  max-width:57ch
}
.hk-signature {
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:30px;
  font-size:17px;
  font-weight:500;
  line-height:1.5
}
.hk-signature small {
  display:block;
  color:var(--hk-muted);
  font-size:13px;
  font-weight:400
}
.hk-signature-line {
  width:30px;
  height:1px;
  background:var(--hk-accent)
}
.hk-beta-inner {
  text-align:center;
  padding:60px 30px 54px;
  background:radial-gradient(ellipse at 75% 0%,#f7efc9,transparent 74%),#e9e9e1;
  border-radius:28px
}
.hk-beta-icon {
  margin:0 auto 22px;
  border-radius:14px
}
.hk-beta h2 {
  font-size:clamp(42px,5.4vw,72px);
  margin:18px auto 24px;
  line-height:1.04
}
.hk-beta .hk-lede {
  max-width:48ch;
  margin:auto
}
.hk-beta-links {
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:30px 0 24px
}
.hk-beta .hk-note {
  max-width:74ch;
  margin:auto
}
.hk-faq {
  display:grid;
  grid-template-columns:1fr 1.42fr;
  gap:44px;
  margin-top:80px;
  margin-bottom:90px
}
.hk-faq h2 {
  font-size:34px;
  margin-top:16px
}
.hk-faq .hk-disclosure:first-child {
  margin-top:0
}
.hk-faq .hk-disclosure-body {
  font-size:16px
}
.hk-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  border-top:1px solid var(--hk-line);
  padding-top:28px;
  padding-bottom:34px
}
.hk-footer .hk-brand {
  font-size:18px
}
.hk-footer nav {
  display:flex;
  align-items:center;
  gap:25px;
  flex-wrap:wrap;
  font-size:13px;
  color:var(--hk-muted)
}
.hk-footer nav a {
  min-height:44px;
  display:inline-flex;
  align-items:center
}
.hk-footer small {
  font-size:12px;
  color:var(--hk-muted)
}
.hk-lightbox {
  width:calc(100vw - 40px);
  max-width:1600px;
  max-height:calc(100dvh - 40px);
  padding:18px 24px 20px;
  border:1px solid #dadbd3;
  border-radius:16px;
  background:var(--hk-paper);
  color:var(--hk-ink);
  overflow:auto;
  box-shadow:0 24px 90px #0004
}
.hk-lightbox::backdrop {
  background:#141712c9;
  backdrop-filter:blur(8px)
}
.hk-lightbox-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
  font-size:13px;
  color:var(--hk-muted)
}
.hk-lightbox-bar button {
  background:transparent;
  color:var(--hk-ink);
  border:1px solid var(--hk-line);
  border-radius:7px;
  min-height:44px;
  padding:8px 14px;
  font-size:14px;
  display:flex;
  gap:18px;
  align-items:center
}
.hk-lightbox figure img {
  width:auto;
  max-width:100%;
  max-height:calc(100dvh - 180px);
  object-fit:contain;
  margin:auto
}
.hk-lightbox figcaption {
  font-size:13px;
  color:var(--hk-muted);
  padding-top:15px;
  text-align:center
}
.hk:has(.hk-lightbox[open]) {
  overflow:hidden
}
@keyframes hk-enter {
  from {
    opacity:0;
    transform:translateY(16px)
  }
  to {
    opacity:1;
    transform:none
  }
}
@keyframes hk-hero-media {
  from {
    opacity:0;
    transform:translateY(18px) scale(.985)
  }
  to {
    opacity:1;
    transform:none
  }
}
@keyframes hk-switch {
  from {
    opacity:0;
    transform:translateY(8px)
  }
  to {
    opacity:1;
    transform:none
  }
}
.hk-hero-enter {
  animation:hk-enter 550ms var(--hk-ease) both
}
.hk-heading.hk-hero-enter {
  animation-delay:70ms
}
.hk-hero-media {
  animation:hk-hero-media 650ms var(--hk-ease) 120ms both
}
.hk-panel.hk-switching {
  animation:hk-switch 280ms var(--hk-ease)
}
.hk-entered {
  animation:hk-enter 480ms var(--hk-ease)
}
/* Content is never hidden while waiting for an observer or script. */
.hk-issues main {
  padding-top:64px;
  padding-bottom:86px;
  max-width:960px
}
.hk-issues .lh-section {
  margin-bottom:36px
}
.hk-issues .lh-copy {
  max-width:66ch
}
.hk-issues .lh-eyebrow {
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--hk-muted);
  margin-bottom:20px
}
.hk-issues .lh-h2 {
  font-size:64px;
  margin-bottom:24px
}
.hk-issues .lh-lede {
  font-size:18px;
  color:var(--hk-muted);
  margin-bottom:18px
}
.hk-issues .lh-note {
  font-size:13px;
  color:var(--hk-muted)
}
.hk-issues .lh-issue-group {
  border:1px solid var(--hk-line);
  border-radius:18px;
  padding:30px;
  margin-top:18px;
  background:#fff8
}
.hk-issues .lh-issue-head {
  font-size:28px;
  margin-bottom:20px
}
.hk-issues .lh-issue-list {
  padding-left:22px;
  margin:0
}
.hk-issues .lh-issue-list li+li {
  margin-top:20px
}
.hk-issues .lh-issue-title {
  font-weight:500;
  margin-bottom:5px
}
.hk-issues .lh-issue-note,.hk-issues .lh-issue-empty {
  font-size:16px;
  color:var(--hk-muted)
}
.hk-issues .lh-issues-cta {
  padding:32px;
  border-radius:20px;
  background:var(--hk-wash)
}
.hk-issues .lh-h3 {
  margin-bottom:16px
}
.hk-issues .lh-btn {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  color:var(--hk-accent);
  text-decoration:underline;
  text-underline-offset:5px;
  overflow-wrap:anywhere
}
@media(min-width:1400px) {
  .hk-heading {
    grid-template-columns:1.45fr 1fr
  }
}
@media(max-width:1050px) {
  .hk-wrap {
    width:calc(100% - 64px)
  }
  .hk-heading {
    gap:32px;
    grid-template-columns:1.2fr 1fr
  }
  .hk h1 {
    font-size:64px
  }
  .hk-intro>p {
    font-size:17px
  }
  .hk-workflow.hk-enhanced {
    grid-template-columns:220px minmax(0,1fr);
    gap:32px
  }
  .hk-story-picker button {
    font-size:22px;
    gap:10px
  }
  .hk-voice-inner {
    gap:28px;
    padding:38px 30px
  }
  .hk-watch-sequence {
    gap:10px
  }
  .hk-watch-sequence figcaption {
    font-size:12px
  }
  .hk-detail-grid {
    gap:24px
  }
  .hk-section {
    margin-top:88px
  }
  .hk-footer small {
    width:100%
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:86px
  }
  .hk-wrap {
    width:calc(100% - 40px)
  }
  .hk-section {
    margin-top:72px
  }
  .hk-nav {
    min-height:66px;
    gap:14px
  }
  .hk-brand {
    font-size:18px;
    gap:9px
  }
  .hk-brand img {
    width:28px;
    height:28px
  }
  .hk-nav nav {
    gap:0
  }
  .hk-nav .hk-nav-detail {
    display:none
  }
  .hk-nav .hk-nav-cta {
    font-size:13px;
    padding:9px 12px;
    gap:12px
  }
  .hk-hero {
    padding-top:42px
  }
  .hk-heading {
    grid-template-columns:1fr;
    gap:24px;
    margin:20px 0 30px
  }
  .hk h1 {
    font-size:clamp(43px,9vw,66px);
    letter-spacing:-.05em;
    max-width:14ch
  }
  .hk-intro {
    max-width:47ch;
    padding-bottom:0
  }
  .hk-intro>p {
    font-size:17px
  }
  .hk-actions {
    margin-top:22px;
    gap:24px
  }
  .hk-button {
    gap:23px;
    font-size:14px
  }
  .hk-eyebrow {
    font-size:11px
  }
  .hk-product-stage {
    width:calc(100vw - 16px);
    margin-inline:calc((100% - (100vw - 16px)) / 2);
    padding:14px 12px 16px;
    border-radius:19px
  }
  .hk-stage-top {
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    margin-bottom:16px;
    font-size:12px
  }
  .hk-picker button {
    padding:8px 17px;
    font-size:13px
  }
  .hk-shot figcaption {
    font-size:11px;
    gap:10px
  }
  .hk-hero-meta {
    font-size:11px;
    gap:9px;
    padding:20px 0 27px
  }
  .hk-section-heading {
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:30px
  }
  .hk-section-heading h2 {
    max-width:23ch
  }
  .hk h2 {
    font-size:36px
  }
  .hk h3 {
    font-size:24px
  }
  .hk-workflow.hk-enhanced {
    grid-template-columns:1fr;
    gap:26px
  }
  .hk-story-picker {
    position:static;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px
  }
  .hk-story-picker button {
    grid-template-columns:auto 1fr;
    gap:9px;
    min-height:57px;
    padding:16px 0;
    font-size:20px;
    border-bottom:1px solid var(--hk-line)
  }
  .hk-story-picker small,.hk-step-arrow {
    display:none
  }
  .hk-story-copy {
    min-height:175px;
    padding-bottom:22px
  }
  .hk-story-copy p {
    font-size:16px
  }
  .hk-story-panel>.hk-shot {
    padding:14px;
    border-radius:16px
  }
  .hk-story-panel>.hk-shot .hk-zoom {
    height:clamp(200px,60vw,400px)
  }
  .hk-capture-note {
    text-align:left;
    font-size:11px;
    line-height:1.6
  }
  .hk-disclosure summary {
    font-size:15px
  }
  .hk-disclosure-body {
    font-size:15px
  }
  .hk-voice-inner {
    grid-template-columns:1fr;
    padding:32px 24px;
    gap:35px;
    border-radius:20px
  }
  .hk-voice h2 {
    max-width:16ch;
    margin:15px 0 18px
  }
  .hk-voice .hk-lede {
    font-size:17px;
    max-width:40ch
  }
  .hk-voice .hk-note {
    font-size:13px
  }
  .hk-watch-sequence {
    max-width:390px;
    margin:0 auto;
    width:100%;
    gap:13px
  }
  .hk-watch-sequence img {
    max-width:160px
  }
  .hk-details-section {
    padding:48px 0
  }
  .hk-detail-grid {
    grid-template-columns:1fr;
    gap:23px
  }
  .hk-detail-grid article {
    padding-top:18px
  }
  .hk-detail-mark {
    margin-bottom:9px
  }
  .hk-detail-grid h3 {
    font-size:23px;
    margin-bottom:9px
  }
  .hk-detail-grid p {
    max-width:40ch;
    font-size:16px
  }
  .hk-appearance {
    padding:18px;
    margin-top:36px;
    border-radius:18px
  }
  .hk-appearance-heading {
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    margin-bottom:20px
  }
  .hk-appearance-heading h3 {
    font-size:22px
  }
  .hk-journals .hk-disclosure-body {
    grid-template-columns:1fr;
    gap:25px
  }
  .hk-journals .hk-shot {
    margin:auto
  }
  .hk-why {
    grid-template-columns:1fr;
    gap:22px
  }
  .hk-why h2 {
    margin-bottom:24px
  }
  .hk-why p:not(.hk-eyebrow) {
    font-size:17px
  }
  .hk-beta-inner {
    padding:38px 22px;
    border-radius:22px
  }
  .hk-beta h2 {
    font-size:48px
  }
  .hk-beta .hk-lede {
    font-size:17px
  }
  .hk-beta-links {
    flex-direction:column;
    margin:26px auto 23px;
    max-width:320px;
    gap:10px
  }
  .hk-beta-links a {
    justify-content:space-between;
    padding:16px 20px
  }
  .hk-beta .hk-note {
    font-size:12px
  }
  .hk-faq {
    grid-template-columns:1fr;
    gap:26px;
    margin-top:56px;
    margin-bottom:54px
  }
  .hk-faq h2 {
    font-size:32px
  }
  .hk-footer {
    gap:16px;
    padding-top:24px;
    padding-bottom:26px
  }
  .hk-footer nav {
    gap:21px;
    width:100%;
    font-size:12px
  }
  .hk-footer small {
    font-size:11px
  }
  .hk-lightbox {
    width:calc(100vw - 16px);
    max-height:calc(100dvh - 16px);
    padding:12px
  }
  .hk-lightbox-bar {
    gap:10px;
    font-size:12px
  }
  .hk-lightbox figcaption {
    font-size:12px
  }
  .hk-issues main {
    padding-top:40px;
    padding-bottom:44px
  }
  .hk-issues .lh-h2 {
    font-size:46px
  }
  .hk-issues .lh-issue-group {
    padding:22px
  }
  .hk-issues .lh-issues-cta {
    padding:24px
  }
  .hk-issues .lh-btn {
    font-size:15px
  }
}
@media(max-width:360px) {
  .hk-brand {
    font-size:16px;
    gap:7px
  }
  .hk-nav .hk-nav-cta {
    font-size:12px;
    gap:8px;
    padding:9px
  }
  .hk h1 {
    font-size:42px
  }
  .hk-story-picker button {
    font-size:18px;
    gap:6px
  }
  .hk-step-index {
    font-size:10px
  }
  .hk-enlarge {
    display:none
  }
  .hk-actions {
    gap:15px
  }
  .hk-text-link {
    font-size:14px
  }
  .hk-beta h2 {
    font-size:34px
  }
  .hk-voice-inner {
    padding:28px 20px
  }
  .hk-watch-sequence {
    gap:7px;
    grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr)
  }
  .hk-watch-sequence figcaption {
    font-size:11px
  }
  .hk-stage-top>span {
    font-size:12px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .hk *,.hk *::before,.hk *::after {
    animation:none!important;
    transition:none!important
  }
}
@media print {
  .hk-header,.hk-picker,.hk-story-picker,.hk-enlarge,.hk-lightbox {
    display:none!important
  }
  .hk [data-panel][hidden] {
    display:block!important
  }
  .hk-wrap {
    width:100%
  }
  .hk-section {
    margin-top:30px
  }
  .hk * {
    animation:none!important;
    box-shadow:none!important
  }
  .hk-workflow.hk-enhanced {
    display:block
  }
  .hk-panel {
    break-inside:avoid
  }
  .hk-footer {
    margin-top:30px
  }
}
/* The responsive timeline uses complete landscape and portrait captures. */
.hk-story-panel .hk-zoom picture {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%
}
.hk-story-panel .hk-zoom picture img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain
}
@media(max-width:760px) {
  #story-return>.hk-shot .hk-zoom {
    height:440px
  }
}

/* The owner requested rounded screenshot corners and a fuller iPhone hero. */
.hk-watch-sequence img,
.hk-lightbox figure img {
  border-radius:clamp(10px, 1.4vw, 18px);
}
.hk-iphone-gallery {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:clamp(16px, 2vw, 32px);
  align-items:center;
  max-width:1280px;
  margin-inline:auto;
  padding:18px 0 12px;
}
.hk-iphone-gallery > .hk-shot {
  width:94%;
  justify-self:center;
  min-width:0;
}
.hk-iphone-gallery > .hk-phone-main {
  width:100%;
  grid-column:2;
  grid-row:1;
}
.hk-iphone-gallery > .hk-phone-folders {
  grid-column:1;
  grid-row:1;
}
.hk-iphone-gallery > .hk-phone-timeline {
  grid-column:3;
  grid-row:1;
}
#device-iphone .hk-iphone-gallery .hk-zoom {
  height:auto;
}
.hk-platform-panel#device-iphone .hk-iphone-gallery img {
  width:100%;
  max-width:none;
  max-height:none;
  border-radius:clamp(14px, 2vw, 24px);
}
.hk-iphone-gallery figcaption {
  justify-content:center;
  text-align:center;
  padding-top:18px;
}
.hk-gallery-hint {
  display:none;
}
@media(max-width:900px) {
  .hk-iphone-gallery {
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    scroll-padding-inline:6px;
    overscroll-behavior-x:contain;
    align-items:start;
    padding:12px 6px 22px;
    scrollbar-width:thin;
    scrollbar-color:#aaaabd transparent;
  }
  .hk-iphone-gallery > .hk-shot {
    flex:0 0 90%;
    width:90%;
    max-width:420px;
    scroll-snap-align:start;
  }
  .hk-iphone-gallery figcaption {
    font-size:12px;
  }
  .hk-gallery-hint {
    display:block;
    margin-top:8px!important;
    font-size:11px;
    text-align:center;
    color:var(--hk-muted);
  }
}
