/* Tiina manual — editorial product tour, aligned with the current homepage. */

.manual-v2 {
  --manual-w: var(--content-w);
  --paper: #FDF8F3;
  --paper-deep: #F7EEE7;
  --blush: #F5E5DE;
  --ink-soft: #4B4F50;
  background: var(--paper);
}

/* Keep the shared homepage chrome visually identical without importing the
   homepage-only hero simulator stylesheet. */
.manual-v2 .site-nav { background: #FDF8F3; }
.manual-v2 .site-nav.scrolled {
  background: rgba(253,248,243,.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(45,52,54,.08);
}

.manual-v2 main { overflow: clip; }
.manual-v2 button,
.manual-v2 a { -webkit-tap-highlight-color: transparent; }
.manual-v2 p { margin: 0; }
.manual-v2 svg { display: block; }
.manual-shell { width: min(var(--manual-w), calc(100% - 64px)); margin: 0 auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.manual-eyebrow {
  color: var(--coral-dark);
  font: 700 13.5px/1.3 var(--font-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}
.manual-eyebrow.on-dark { color: #F3CDBC; }
.manual-hero .manual-eyebrow {
  color: var(--coral);
  font: 600 16px/1.7 var(--font-sans);
  letter-spacing: .04em;
  margin-bottom: 26px !important;
}

/* ---------- Hero ---------- */
.manual-hero {
  position: relative;
  padding: 88px 0 106px;
  isolation: isolate;
}
.manual-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(253,248,243,.98) 0%, rgba(253,248,243,.98) 48%, rgba(250,241,234,.78) 100%);
}
.manual-hero-glow {
  position: absolute;
  z-index: -1;
  width: 700px;
  height: 700px;
  right: -90px;
  top: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,196,184,.55), rgba(232,196,184,.18) 45%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
.manual-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  gap: 88px;
  align-items: center;
}
.manual-hero-copy { padding: 18px 0; }
.manual-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 3.9vw, 56px);
  line-height: 1.13;
  letter-spacing: -.026em;
  margin: 0 0 32px;
  text-wrap: balance;
}
.manual-lede {
  max-width: 680px;
  color: var(--gray);
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 34px !important;
}
.manual-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.manual-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  padding: 28px 0 0;
  margin: 0;
}
.manual-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gray);
  font-size: 15px;
  font-weight: 600;
}
.manual-meta svg { width: 18px; height: 18px; fill: none; stroke: var(--coral-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.manual-cover-wrap { position: relative; width: min(100%, 456px); margin: 0 auto; padding: 24px 12px 40px 24px; }
.manual-cover-shadow {
  position: absolute;
  inset: 44px 24px 28px 46px;
  border-radius: 8px 24px 24px 8px;
  background: #D7A993;
  transform: rotate(3.6deg) translate(16px, 8px);
  box-shadow: 0 30px 70px rgba(84,52,38,.22);
}
.manual-cover {
  position: relative;
  min-height: 520px;
  padding: 34px 42px 32px 54px;
  overflow: hidden;
  border: 1px solid rgba(168,93,64,.27);
  border-radius: 8px 24px 24px 8px;
  background:
    linear-gradient(90deg, rgba(232,196,184,.4) 0, rgba(232,196,184,.08) 13px, transparent 24px),
    #FFFEFC;
  box-shadow: 0 4px 10px rgba(26,29,30,.06), 0 28px 70px rgba(113,73,54,.17);
  transform: rotate(-2.1deg);
  transition: transform .45s cubic-bezier(.22,.8,.3,1), box-shadow .45s ease;
}
.manual-cover:hover { transform: rotate(-.6deg) translateY(-7px); box-shadow: 0 5px 12px rgba(26,29,30,.06), 0 34px 86px rgba(113,73,54,.22); }
.manual-cover::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(198,123,92,.32);
}
.cover-topline,
.cover-end {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #555C5E;
  font: 700 12px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cover-orb { width: 84px; height: 84px; margin: 62px auto 30px; }
.cover-label {
  text-align: center;
  color: var(--coral-dark);
  font: 700 13px/1.3 var(--font-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 24px !important;
}
.manual-cover ol { list-style: none; padding: 0; margin: 0 0 46px; }
.manual-cover li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: baseline; padding: 10px 0; }
.manual-cover li span { color: var(--coral-dark); font: 700 13px/1 var(--font-sans); letter-spacing: .1em; }
.manual-cover li strong { color: var(--charcoal); font: 700 22px/1.4 var(--font-serif); }
.cover-end { border-top: 1px solid rgba(198,123,92,.3); padding-top: 20px; }
.cover-note {
  position: absolute;
  z-index: 3;
  right: -12px;
  bottom: 5px;
  color: var(--charcoal);
  background: #F3D2C3;
  border: 1px solid rgba(168,93,64,.22);
  border-radius: 999px;
  padding: 12px 20px;
  font: 600 16px/1.2 var(--font-sans);
  transform: rotate(3deg);
  box-shadow: 0 8px 24px rgba(84,52,38,.12);
}

/* ---------- Sticky chapter dock ---------- */
.chapter-dock {
  position: sticky;
  top: 84px;
  z-index: 42;
  background: rgba(255,255,255,.92);
  border-top: 1px solid rgba(232,196,184,.38);
  border-bottom: 1px solid rgba(232,196,184,.55);
  box-shadow: 0 7px 22px rgba(26,29,30,.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.chapter-progress { position: absolute; inset: auto 0 0; height: 2px; overflow: hidden; }
.chapter-progress span { display: block; width: 0; height: 100%; background: var(--coral); transition: width .12s linear; }
.chapter-dock-inner { width: min(1280px, calc(100% - 64px)); min-height: 68px; margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.chapter-dock-label { flex: 0 0 auto; color: var(--gray); font: 700 13px/1.2 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; }
.chapter-links { display: flex; align-items: stretch; gap: 3px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.chapter-links::-webkit-scrollbar { display: none; }
.chapter-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 66px;
  padding: 0 15px;
  color: var(--gray);
  font: 600 16px/1.2 var(--font-sans);
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.chapter-links a span { color: var(--coral-dark); font-size: 12px; letter-spacing: .06em; }
.chapter-links a:hover { color: var(--charcoal); background: rgba(232,196,184,.12); }
.chapter-links a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; height: 3px; background: var(--coral-dark); transform: scaleX(0); transition: transform .24s ease; }
.chapter-links a.active { color: var(--charcoal); }
.chapter-links a.active::after { transform: scaleX(1); }

/* ---------- Shared section rhythm ---------- */
.manual-section { padding: 104px 0; scroll-margin-top: 150px; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading-center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2,
.memory-copy h2,
.settings-copy > h2 {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.section-heading > p:last-child,
.memory-copy > p:not(.manual-eyebrow),
.settings-copy > p:not(.manual-eyebrow) {
  color: var(--gray);
  font-size: 21px;
  line-height: 1.55;
}

.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .68s ease, transform .68s cubic-bezier(.22,.8,.3,1); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Quick start ---------- */
.quick-start { background: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quick-card {
  position: relative;
  min-height: 330px;
  padding: 34px 32px 30px;
  border: 1px solid rgba(232,196,184,.55);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 4px 20px rgba(26,29,30,.045);
  overflow: hidden;
  transition: transform .3s cubic-bezier(.22,.8,.3,1), box-shadow .3s ease;
}
.quick-card:hover { transform: translateY(-6px); box-shadow: 0 18px 46px rgba(96,58,41,.11); }
.quick-card-featured {
  background: linear-gradient(145deg, #F8EAE2 0%, #FDF8F3 75%);
  border-color: rgba(198,123,92,.38);
}
.quick-number { position: absolute; right: 26px; top: 23px; color: rgba(168,93,64,.22); font: 700 48px/1 var(--font-serif); }
.quick-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--white);
  color: var(--coral-dark);
  box-shadow: 0 8px 22px rgba(198,123,92,.15);
}
.quick-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-icon-orb { background: transparent; box-shadow: none; }
.quick-icon-orb span { width: 54px; height: 54px; display: block; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 4px var(--paper), 0 0 0 7px var(--coral), 0 12px 28px rgba(198,123,92,.3); }
.quick-card h3 { font-size: 25px; margin: 0 0 13px; }
.quick-card p { color: var(--gray); font-size: 18px; line-height: 1.6; }

/* ---------- Device primitives ---------- */
.device-phone {
  position: relative;
  width: 326px;
  padding: 10px;
  border: 2px solid #343839;
  border-radius: 52px;
  background: #171A1B;
  box-shadow: 0 28px 80px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.08);
  flex: none;
}
.device-screen { position: relative; height: 650px; overflow: hidden; border-radius: 40px; background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, 'Source Sans 3', sans-serif; }
.device-island { position: absolute; z-index: 12; top: 18px; left: 50%; width: 92px; height: 26px; transform: translateX(-50%); border-radius: 20px; background: #171A1B; }
.phone-status { position: relative; z-index: 8; height: 48px; display: flex; justify-content: space-between; align-items: flex-start; padding: 14px 22px 0; color: #242829; font-size: 13px; font-weight: 700; }
.status-icons { display: flex; gap: 4px; align-items: center; margin-top: 2px; }
.status-icons i { display: block; width: 3px; height: 9px; border-radius: 2px; background: #242829; }
.status-icons i + i { height: 7px; }
.status-icons b { display: block; width: 20px; height: 10px; margin-left: 2px; border: 1.5px solid #242829; border-radius: 3px; position: relative; }
.status-icons b::after { content: ""; position: absolute; inset: 2px 4px 2px 2px; background: #242829; border-radius: 1px; }

/* ---------- Interactive call ---------- */
.call-section { position: relative; background: var(--charcoal); color: var(--paper); }
.call-section::before { content: ""; position: absolute; width: 700px; height: 700px; left: -360px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(198,123,92,.18), transparent 67%); pointer-events: none; }
.call-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(430px, .77fr); gap: 90px; align-items: center; }
.call-copy h2 { color: var(--paper); font-size: clamp(38px, 3.8vw, 52px); margin: 0 0 24px; letter-spacing: -.035em; }
.call-intro { color: rgba(253,248,243,.83); font-size: 21px; line-height: 1.65; max-width: 630px; }
.call-guide { display: grid; gap: 14px; margin: 38px 0 32px; }
.call-guide > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 17px 18px; border: 1px solid rgba(253,248,243,.13); border-radius: 16px; background: rgba(253,248,243,.055); }
.call-guide span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(243,205,188,.12); color: #F3CDBC; font: 700 14px var(--font-sans); }
.call-guide p { color: rgba(253,248,243,.76); font-size: 17px; line-height: 1.5; }
.call-guide strong { color: var(--paper); font-size: 18px; }
.privacy-line { display: flex; gap: 11px; align-items: flex-start; color: rgba(253,248,243,.68); font-size: 15px; line-height: 1.5; max-width: 580px; }
.privacy-line svg { width: 21px; height: 21px; flex: none; fill: none; stroke: #F3CDBC; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.call-stage { width: min(100%, 480px); justify-self: end; padding: 36px 48px 28px; border: 1px solid rgba(253,248,243,.12); border-radius: 34px; background: radial-gradient(circle at 50% 34%, rgba(232,196,184,.26), rgba(253,248,243,.055) 55%, rgba(253,248,243,.02)); box-shadow: 0 36px 90px rgba(0,0,0,.25); }
.call-stage .device-phone { margin: 0 auto; }
.stage-caption { margin: 22px auto 0 !important; color: var(--gray); font-size: 16px; line-height: 1.5; text-align: center; max-width: 390px; min-height: 48px; }
.call-stage .stage-caption { color: rgba(253,248,243,.75); }
.call-stage .call-start-cue { display: flex; align-items: center; justify-content: center; width: fit-content; max-width: 100%; min-height: 0; padding: 11px 18px; border-radius: 50px; background: var(--coral); color: var(--white); font-size: 15px; line-height: 1.25; font-weight: 700; box-shadow: 0 6px 20px rgba(198,123,92,.45); animation: call-cue-pulse 1.8s ease-in-out infinite; }
@keyframes call-cue-pulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 6px 20px rgba(198,123,92,.45); }
  50% { transform: translateY(-3px) scale(1.04); box-shadow: 0 12px 30px rgba(198,123,92,.6); }
}
.phone-gear { position: absolute; z-index: 9; top: 40px; right: 8px; display: grid; place-items: center; width: 56px; height: 56px; padding: 16px; border: 0; border-radius: 50%; background: transparent; color: #4A5568; cursor: pointer; }
.phone-gear svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.app-ambient { position: absolute; inset: 0; background: radial-gradient(circle 230px at 50% 33%, rgba(232,196,184,.34), transparent 68%); transition: opacity .4s ease; }
.app-orb { position: absolute; z-index: 4; left: 50%; top: 126px; width: 132px; height: 132px; transform: translateX(-50%); transition: top .55s ease, transform .55s ease; }
.app-idle { position: absolute; z-index: 4; top: 274px; left: 18px; right: 18px; text-align: center; transition: opacity .35s ease, transform .35s ease; }
.app-greeting { color: #2D3436; font-size: 25px; line-height: 1.3; font-weight: 700; letter-spacing: -.4px; margin-bottom: 11px !important; }
.app-date { color: #2D3436; font-size: 15px; font-weight: 600; }
.app-weather { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 6px; color: #4A5568; font-size: 14px; line-height: 1.3; font-weight: 500; }
.app-weather svg { width: 16px; height: 16px; flex: none; fill: none; stroke: var(--coral); stroke-width: 1.8; stroke-linecap: round; }
.app-transcript { position: absolute; z-index: 5; top: 128px; left: 0; right: 0; bottom: 132px; padding: 12px 7px; overflow-y: auto; opacity: 0; transition: opacity .35s ease; scrollbar-width: none; }
.app-transcript::-webkit-scrollbar { display: none; }
.app-actions { position: absolute; z-index: 7; left: 13px; right: 13px; bottom: 18px; display: flex; flex-direction: column; gap: 12px; }
.app-call-button,
.app-photo-button { width: 100%; min-height: 44px; border-radius: 13px; font: 600 19px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); cursor: pointer; }
.app-call-button { border: 0; background: var(--coral); color: var(--white); font-weight: 600; transition: opacity .15s ease; }
.app-call-button:active { opacity: .8; }
.app-photo-button { display: flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid var(--coral); background: transparent; color: var(--coral); }
.app-photo-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.app-photo-button[hidden] { display: none; }
.app-phone.on-call .app-ambient { opacity: .18; }
.app-phone.on-call .app-orb { top: 51px; transform: translateX(-50%) scale(.714); }
.app-phone.on-call .app-idle { opacity: 0; transform: translateY(-8px); pointer-events: none; }
.app-phone.on-call .app-transcript { top: 184px; background: var(--paper); opacity: 1; }
.app-phone.on-call .app-call-button { background: #2D3436; box-shadow: none; }
.tr-row { padding: 7px 13px; animation: transcript-in .3s ease both; }
.tr-speaker { margin: 0 0 3px !important; color: #2D3436; font-size: 16px; line-height: 1.3; font-weight: 700; }
.tr-speaker-tiina { color: var(--coral); }
.tr-text { color: #2D3436; font-size: 17px; line-height: 1.45; }
.tr-photo { display: block; width: 157px; height: 118px; object-fit: cover; border-radius: 6px; margin-top: 4px; }
@keyframes transcript-in { from { opacity: 0; transform: translateY(5px); } }
.photo-sheet { position: absolute; z-index: 15; inset: 0; display: flex; align-items: flex-end; background: rgba(0,0,0,.5); animation: sheet-fade .2s ease both; }
.photo-sheet[hidden] { display: none; }
.photo-sheet-card { width: 100%; padding: 13px 13px 27px; border-radius: 16px 16px 0 0; background: var(--white); animation: sheet-up .28s ease both; }
.photo-sheet-card h3 { color: #2D3436; font: 600 14px/1.25 -apple-system, BlinkMacSystemFont, var(--font-sans); text-align: center; margin-bottom: 13px; }
.photo-sheet-card button { width: 100%; min-height: 47px; display: flex; align-items: center; gap: 13px; padding: 9px 13px; border: 0; border-radius: 10px; background: var(--paper); color: #2D3436; font: 500 14px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); text-align: left; cursor: pointer; }
.photo-sheet-card button + button { margin-top: 9px; }
.photo-sheet-card button b { font: inherit; }
.photo-option-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--coral); background: rgba(198,123,92,.15); }
.photo-option-icon svg { width: 25px; height: 22px; overflow: visible; fill: currentColor; }
.photo-camera-icon circle { fill: none; stroke: var(--white); stroke-width: 2; }
.photo-library-icon .photo-library-back { opacity: .5; }
.photo-library-icon .photo-library-mark { fill: var(--white); }
.photo-sheet-card .photo-cancel { min-height: 44px; justify-content: center; margin-top: 6px; padding: 8px 13px; background: transparent; color: var(--coral); font-weight: 500; text-align: center; }
.photo-preview { position: absolute; z-index: 16; inset: 0; display: flex; color: var(--white); background: rgba(0,0,0,.9); animation: sheet-fade .2s ease both; }
.photo-preview[hidden] { display: none; }
.photo-preview-inner { width: 100%; min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 38px 19px; }
.photo-preview h3 { color: var(--white); font: 600 19px/1.25 -apple-system, BlinkMacSystemFont, var(--font-sans); text-align: center; margin-bottom: 19px; }
.photo-preview-image { width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; min-height: 0; margin-bottom: 19px; }
.photo-preview-image img { display: block; width: 100%; height: 100%; max-height: 440px; object-fit: contain; border-radius: 9px; }
.photo-preview-actions { width: 100%; display: flex; gap: 13px; }
.photo-preview-actions button { flex: 1; min-width: 0; min-height: 44px; display: grid; place-items: center; padding: 13px 10px; border-radius: 9px; color: var(--white); font: 600 14px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); cursor: pointer; }
.photo-preview-actions .photo-retake { border: 2px solid var(--white); background: rgba(255,255,255,.2); }
.photo-preview-actions .photo-use { border: 2px solid var(--coral); background: var(--coral); }
@keyframes sheet-fade { from { opacity: 0; } }
@keyframes sheet-up { from { transform: translateY(28px); } }

/* ---------- Natural-language examples ---------- */
.say-section { background: rgba(232,196,184,.14); }
.conversation-panel { overflow: hidden; border: 1px solid rgba(232,196,184,.62); border-radius: var(--radius-panel); background: var(--white); box-shadow: var(--shadow-panel); }
.conversation-tabs { display: flex; gap: 5px; padding: 14px; overflow-x: auto; background: #FFFDFC; border-bottom: 1px solid rgba(232,196,184,.48); scrollbar-width: none; }
.conversation-tabs::-webkit-scrollbar { display: none; }
.conversation-tabs button { flex: 1 0 auto; min-height: 48px; padding: 11px 20px; border: 0; border-radius: 999px; background: transparent; color: var(--gray); font: 600 17px/1.2 var(--font-sans); cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.conversation-tabs button:hover { color: var(--coral-dark); }
.conversation-tabs button[aria-selected="true"] { background: var(--paper); color: var(--coral-dark); box-shadow: inset 0 0 0 1px rgba(198,123,92,.26), 0 4px 14px rgba(198,123,92,.12); }
.conversation-stage { display: flex; flex-direction: column; }
.conversation-copy { min-height: 380px; display: flex; flex-direction: column; justify-content: center; padding: 56px 60px; background: linear-gradient(145deg, rgba(232,196,184,.27), rgba(253,248,243,.65)); }
.speaker-label { color: var(--gray); font: 700 13px/1.2 var(--font-sans); letter-spacing: .13em; text-transform: uppercase; margin-bottom: 10px !important; }
.conversation-copy blockquote { max-width: 680px; color: var(--charcoal); font: 700 clamp(27px, 2.6vw, 38px)/1.38 var(--font-serif); letter-spacing: -.025em; margin: 0 0 38px; }
.tiina-reply { display: grid; grid-template-columns: 48px 1fr; gap: 18px; max-width: 680px; padding: 22px 24px; border: 1px solid rgba(232,196,184,.6); border-radius: 20px 20px 20px 7px; background: var(--white); box-shadow: 0 12px 32px rgba(113,73,54,.11); }
.reply-orb { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); }
.reply-orb span { width: 25px; height: 25px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--coral); }
.speaker-tiina { color: var(--coral-dark); }
.tiina-reply p:last-child { color: var(--charcoal); font-size: 20px; line-height: 1.55; }
.conversation-controls { display: flex; align-items: center; justify-content: flex-start; gap: 16px; padding: 20px 60px 24px; border-top: 1px solid rgba(232,196,184,.48); background: var(--white); }
.conversation-controls .btn { width: auto; min-width: 176px; padding: 14px 24px; font-size: 19px; }
#talk-hear { white-space: nowrap; }
.conversation-controls .btn svg,
.widget-controls .btn svg { width: 20px; height: 20px; fill: currentColor; }
.text-button { min-height: 48px; padding: 10px 14px; border: 0; background: transparent; color: var(--coral-dark); font: 700 17px/1.2 var(--font-sans); cursor: pointer; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.conversation-controls .text-button { margin: 0; }
.say-note { display: flex; gap: 18px; align-items: flex-start; max-width: 810px; margin: 44px auto 0; text-align: center; }
.say-note > span { color: var(--peach); font: 700 70px/.7 var(--font-serif); }
.say-note p { color: var(--gray); font: 700 22px/1.55 var(--font-serif); }

/* ---------- Memory editorial interlude ---------- */
.memory-section { padding: 112px 0; background: var(--white); scroll-margin-top: 150px; }
.memory-editorial { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 76px; align-items: center; }
.memory-photo { position: relative; }
.memory-photo picture { display: block; }
.memory-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-panel); box-shadow: var(--shadow-panel); }
.photo-kicker { position: absolute; left: 24px; bottom: 24px; padding: 11px 17px; border-radius: 999px; color: var(--charcoal); background: rgba(253,248,243,.92); backdrop-filter: blur(8px); font: 700 14px/1.2 var(--font-sans); box-shadow: 0 8px 24px rgba(26,29,30,.12); }
.memory-copy > p:not(.manual-eyebrow) { margin-bottom: 27px !important; }
.memory-list { list-style: none; display: grid; gap: 12px; padding: 0; margin: 0 0 25px; }
.memory-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid rgba(232,196,184,.52); border-radius: 15px; background: var(--paper); }
.memory-list li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--coral-dark); background: rgba(232,196,184,.28); font: 700 21px var(--font-serif); }
.memory-list p { color: var(--gray); font-size: 17px; line-height: 1.5; }
.memory-list strong { color: var(--charcoal); }
.memory-control-note { padding-left: 16px; border-left: 3px solid var(--coral); color: var(--gray) !important; font-size: 17px !important; }

/* ---------- Widget workbench ---------- */
.widget-section { background: rgba(232,196,184,.14); }
.widget-workbench { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 52px; align-items: center; padding: 54px; border: 1px solid rgba(232,196,184,.58); border-radius: var(--radius-panel); background: var(--white); box-shadow: var(--shadow-panel); }
.widget-demo-column { display: flex; flex-direction: column; align-items: center; padding: 34px 24px 24px; border-radius: 24px; background: radial-gradient(circle at 50% 38%, rgba(232,196,184,.38), rgba(253,248,243,.65) 62%); }
.widget-phone { width: 292px; border-radius: 47px; }
.widget-phone .device-screen { height: 584px; border-radius: 36px; }
.widget-phone .device-island { top: 17px; width: 82px; height: 23px; }
.home-wallpaper { position: absolute; inset: 0; background: linear-gradient(145deg, #EFD9CE 0%, #F8EDE7 46%, #D9E4E6 100%); }
.home-wallpaper::after { content: ""; position: absolute; width: 330px; height: 330px; right: -180px; top: 60px; border-radius: 50%; background: rgba(255,255,255,.28); }
.widget-phone .phone-status { position: relative; z-index: 7; }
.home-edit { position: absolute; z-index: 6; left: 14px; top: 48px; min-height: 34px; padding: 5px 12px; border: 0; border-radius: 999px; color: #1F2425; background: rgba(255,255,255,.7); font: 600 13px var(--font-sans); opacity: 0; transform: translateY(-8px); transition: opacity .3s ease, transform .3s ease; }
.home-done { position: absolute; z-index: 6; right: 14px; top: 48px; min-width: 51px; padding: 8px 10px; border-radius: 999px; color: #1F2425; background: rgba(255,255,255,.78); font: 600 13px/1 -apple-system, BlinkMacSystemFont, var(--font-sans); opacity: 0; transform: translateY(-7px); }
.home-editmenu { position: absolute; z-index: 9; left: 14px; top: 84px; padding: 9px 13px; border-radius: 12px; color: #1F2425; background: rgba(255,255,255,.96); box-shadow: 0 6px 18px rgba(26,29,30,.16); font: 600 13px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); opacity: 0; transform: translateY(-7px) scale(.96); }
.home-icons { position: absolute; z-index: 3; left: 18px; right: 18px; top: 95px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px 14px; }
.home-icons i { width: 46px; height: 46px; border-radius: 12px; box-shadow: 0 3px 7px rgba(26,29,30,.12); position: relative; }
.home-icons i::before { content: ""; position: absolute; inset: 8px; border: 2px solid rgba(255,255,255,.75); border-radius: 8px; }
.home-icons i::after { content: attr(data-label); position: absolute; left: 50%; top: calc(100% + 4px); width: 66px; transform: translateX(-50%); color: #2D3436; text-align: center; text-shadow: 0 1px 3px rgba(255,255,255,.9); font: 600 9px/1.1 -apple-system, BlinkMacSystemFont, sans-serif; white-space: nowrap; }
.home-remove { position: absolute; z-index: 2; top: -6px; left: -6px; width: 17px; height: 17px; border-radius: 50%; background: #E9E9EB; box-shadow: 0 1px 3px rgba(0,0,0,.25); opacity: 0; transition: opacity .25s ease; }
.home-remove::after { content: ""; position: absolute; left: 4px; right: 4px; top: 7.5px; height: 2px; border-radius: 1px; background: #3D4246; }
.icon-blue { background: #6F9FAF; }.icon-peach { background: #D99170; }.icon-green { background: #6B9B7A; }.icon-gold { background: #D3A756; }.icon-purple { background: #8D79A0; }
.home-page-dots { position: absolute; z-index: 3; left: 50%; bottom: 93px; display: flex; gap: 5px; transform: translateX(-50%); }
.home-page-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(45,52,54,.38); }
.home-page-dots i:first-child { background: rgba(45,52,54,.82); }
.home-dock { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 13px; height: 70px; display: flex; align-items: center; justify-content: space-around; padding: 9px 10px; border-radius: 23px; background: rgba(255,255,255,.52); backdrop-filter: blur(15px); }
.home-dock i { width: 45px; height: 45px; border-radius: 11px; box-shadow: 0 3px 7px rgba(26,29,30,.13); }
.home-widget { position: absolute; z-index: 5; left: 18px; top: 95px; width: 124px; height: 124px; transform: translateY(15px) scale(.82); display: flex; flex-direction: column; align-items: center; padding: 10px; border-radius: 23px; color: #2D3436; background: #FDF8F3; box-shadow: 0 12px 30px rgba(26,29,30,.18); opacity: 0; transition: opacity .35s ease, transform .4s cubic-bezier(.2,.8,.3,1); }
.widget-orb-mark { width: 58px; height: 58px; display: grid; place-items: center; flex: none; }
.widget-orb-mark span,
.result-mark span { display: block; width: 46px; height: 46px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 2px var(--paper), 0 0 0 5px var(--coral); }
.home-widget strong { width: 100%; height: 36px; display: grid; place-items: center; margin-top: 5px; border-radius: 999px; color: var(--white); background: var(--coral); font: 700 19px/1 var(--font-sans); }
.press-ring { position: absolute; z-index: 8; left: 50%; top: 270px; width: 54px; height: 54px; transform: translate(-50%,-50%) scale(.5); border: 3px solid rgba(168,93,64,.7); border-radius: 50%; opacity: 0; }
.widget-sheet { position: absolute; z-index: 10; left: 7px; right: 7px; bottom: 7px; height: 440px; padding: 14px; border-radius: 28px 28px 32px 32px; background: rgba(250,250,250,.985); box-shadow: 0 -8px 34px rgba(26,29,30,.14); opacity: 0; transform: translateY(105%); transition: transform .5s cubic-bezier(.22,.8,.3,1), opacity .35s ease; }
.sheet-grab { display: block; width: 38px; height: 4px; margin: 0 auto 15px; border-radius: 3px; background: #B7B9BA; }
.sheet-title { color: #242829; text-align: center; font-size: 19px; font-weight: 700; margin-bottom: 15px !important; }
.widget-search { height: 40px; display: flex; align-items: center; gap: 7px; padding: 0 12px; border-radius: 12px; color: #242829; background: #E9E9EB; font-size: 15px; }
.widget-search svg { width: 17px; height: 17px; fill: none; stroke: #686D6F; stroke-width: 2; stroke-linecap: round; }
.widget-search i { width: 1px; height: 20px; background: #007AFF; opacity: 0; animation: caret 1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.widget-result { display: grid; grid-template-columns: 50px 1fr auto; gap: 10px; align-items: center; margin-top: 12px; padding: 11px 12px; border-radius: 15px; background: var(--white); box-shadow: 0 5px 18px rgba(26,29,30,.08); opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.result-mark { display: grid; place-items: center; width: 50px; height: 50px; }
.result-mark span { width: 30px; height: 30px; box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--coral); }
.widget-result strong { display: block; color: #242829; font-size: 16px; }
.widget-result small { display: block; color: #62686A; font-size: 12px; }
.widget-result > b { color: #777C7E; font-size: 25px; font-weight: 400; }
.widget-size-choice { margin-top: 10px; text-align: center; opacity: 0; transform: translateY(9px); }
.widget-size-choice > small { display: block; margin-bottom: 5px; color: #62686A; font: 600 11px/1.2 -apple-system, BlinkMacSystemFont, sans-serif; }
.widget-small-preview { width: 88px; height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto 4px; padding: 7px; border-radius: 18px; color: #2D3436; background: #FDF8F3; box-shadow: 0 6px 18px rgba(26,29,30,.16); }
.widget-small-preview .widget-orb-mark { width: 43px; height: 43px; }
.widget-small-preview .widget-orb-mark span { width: 32px; height: 32px; box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--coral); }
.widget-small-preview strong { width: 100%; height: 24px; display: grid; place-items: center; margin-top: 3px; border-radius: 999px; color: var(--white); background: var(--coral); font: 700 13px/1 -apple-system, BlinkMacSystemFont, sans-serif; }
.widget-size-dots { display: flex; justify-content: center; gap: 4px; height: 9px; }
.widget-size-dots i { width: 5px; height: 5px; border-radius: 50%; background: #C7C9CA; }
.widget-size-dots i:first-child { background: #616668; }
.widget-size-choice > b { height: 30px; display: grid; place-items: center; margin-top: 3px; border-radius: 9px; color: #fff; background: #007AFF; font: 600 13px/1 -apple-system, BlinkMacSystemFont, sans-serif; }
.widget-phone[data-step="1"] .home-edit,
.widget-phone[data-step="2"] .home-edit { opacity: 1; transform: none; }
.widget-phone[data-step="1"] .home-remove,
.widget-phone[data-step="2"] .home-remove { opacity: 1; }
.widget-phone[data-step="1"] .home-icons i,
.widget-phone[data-step="2"] .home-icons i { animation: app-jiggle-a .3s ease-in-out infinite; }
.widget-phone[data-step="1"] .home-icons i:nth-child(2n),
.widget-phone[data-step="2"] .home-icons i:nth-child(2n) { animation-name: app-jiggle-b; }
.widget-phone[data-step="1"] .press-ring { animation: press 1.45s ease-out infinite; }
.widget-phone[data-step="3"] .widget-sheet { opacity: 1; transform: none; }
.widget-phone[data-step="2"] .home-editmenu { animation: edit-menu-then-away 1.65s ease both; }
.widget-phone[data-step="2"] .widget-sheet { animation: widget-sheet-after-menu .55s 1.15s cubic-bezier(.22,.8,.3,1) both; }
.widget-phone[data-step="3"].search-ready .widget-result { opacity: 1; transform: none; }
.widget-phone[data-step="3"].search-ready .widget-size-choice { animation: widget-choice-in .35s .7s ease both; }
.widget-phone[data-step="3"] .widget-search i { opacity: 1; }
.widget-phone[data-step="4"] .home-widget { opacity: 1; transform: translateY(0) scale(1); }
.widget-phone[data-step="4"] .home-done { animation: home-control-in .35s .45s ease both; }
.widget-phone[data-step="4"] .home-icons i:nth-child(1),
.widget-phone[data-step="4"] .home-icons i:nth-child(2),
.widget-phone[data-step="4"] .home-icons i:nth-child(5),
.widget-phone[data-step="4"] .home-icons i:nth-child(6) { opacity: 0; }
.home-widget-tap { position: absolute; z-index: 9; left: 80px; top: 157px; width: 60px; height: 60px; transform: translate(-50%,-50%) scale(.55); border: 3px solid rgba(168,93,64,.78); border-radius: 50%; opacity: 0; }
.widget-phone[data-step="4"] .home-widget-tap { animation: home-widget-tap 1.25s 1.35s ease-out both; }

/* The app view shown after any widget tap mirrors TalkLaunchScreen.tsx:
   active Tiina presence, no loader or explanatory copy, and a real Hang Up pill. */
.walkthrough-call-screen { position: absolute; z-index: 11; inset: 0; overflow: hidden; color: #2D3436; background: #FDF8F3; opacity: 0; pointer-events: none; }
.launch-status { position: absolute; z-index: 2; left: 0; right: 0; top: 0; height: 48px; display: flex; align-items: flex-start; justify-content: space-between; padding: 14px 22px 0; color: #242829; font: 700 13px/1 -apple-system, BlinkMacSystemFont, sans-serif; }
.walkthrough-call-orb { position: absolute; left: 50%; top: 225px; width: 118px; height: 118px; transform: translate(-50%,-50%); }
.walkthrough-hangup { position: absolute; left: 50%; bottom: 48px; width: min(200px, calc(100% - 28px)); min-height: 56px; display: grid; place-items: center; transform: translateX(-50%); border-radius: 999px; color: #FDF8F3; background: #2D3436; font: 700 22px/1 -apple-system, BlinkMacSystemFont, var(--font-sans); }
.widget-phone[data-step="4"] .home-call-screen { animation: walkthrough-call-in .45s 2.65s ease both; }
@keyframes app-jiggle-a { 0%, 100% { transform: rotate(-1.7deg); } 50% { transform: rotate(1.7deg); } }
@keyframes app-jiggle-b { 0%, 100% { transform: rotate(1.7deg); } 50% { transform: rotate(-1.7deg); } }
@keyframes press { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.45); } 25% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.45); } }
@keyframes edit-menu-then-away { 0% { opacity: 0; transform: translateY(-7px) scale(.96); } 18%, 70% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(4px); } }
@keyframes widget-sheet-after-menu { from { opacity: 0; transform: translateY(105%); } to { opacity: 1; transform: none; } }
@keyframes widget-choice-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes home-control-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
@keyframes home-widget-tap { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.5); } 20% { opacity: 1; } 75%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.42); } }
@keyframes walkthrough-call-in { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: none; } }

.widget-steps { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.widget-steps button { width: 100%; min-height: 88px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; padding: 17px 20px; border: 1px solid rgba(232,196,184,.58); border-radius: 17px; background: var(--paper); color: var(--charcoal); text-align: left; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.widget-steps button:hover { transform: translateX(4px); border-color: rgba(168,93,64,.42); }
.widget-steps button > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(232,196,184,.34); color: var(--coral-dark); font: 700 16px var(--font-sans); }
.widget-steps strong { display: block; font-size: 19px; line-height: 1.3; margin-bottom: 4px; }
.widget-steps p { color: var(--gray); font-size: 16px; line-height: 1.4; }
.widget-steps button[aria-current="step"] { border-color: rgba(168,93,64,.52); background: #FAEDE6; box-shadow: 0 8px 24px rgba(198,123,92,.13); }
.widget-steps button[aria-current="step"] > span { background: var(--coral-dark); color: var(--white); }
.widget-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.widget-controls .btn { padding-inline: 25px; }
.ios-note { margin-top: 21px !important; padding: 14px 16px; border-left: 3px solid var(--coral); color: var(--gray); background: rgba(232,196,184,.12); font-size: 15px; line-height: 1.5; }
.ios-note strong { color: var(--charcoal); }

.lock-card { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 58px; align-items: center; margin-top: 36px; padding: 50px 54px; border-radius: var(--radius-panel); color: var(--paper); background: var(--charcoal); overflow: hidden; box-shadow: var(--shadow-panel); }
.lock-copy h3 { color: var(--paper); font-size: 30px; margin: 0 0 14px; }
.lock-copy > p:not(.manual-eyebrow):not(.lock-note) { color: rgba(253,248,243,.8); font-size: 18px; line-height: 1.6; max-width: 630px; }
.lock-steps { display: grid; gap: 10px; padding: 0; margin: 25px 0 0; list-style: none; }
.lock-steps button { width: 100%; min-height: 84px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 14px 16px; border: 1px solid rgba(253,248,243,.16); border-radius: 16px; color: var(--paper); background: rgba(253,248,243,.055); text-align: left; cursor: pointer; }
.lock-steps button > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #F3CDBC; background: rgba(243,205,188,.12); font: 700 15px/1 var(--font-sans); }
.lock-steps strong { display: block; color: var(--paper); font: 700 18px/1.3 var(--font-sans); margin-bottom: 3px; }
.lock-steps p { color: rgba(253,248,243,.7); font: 400 15.5px/1.42 var(--font-sans); }
.lock-steps p b { color: var(--paper); }
.lock-steps button[aria-current="step"] { border-color: #F3CDBC; background: rgba(243,205,188,.13); box-shadow: 0 7px 22px rgba(0,0,0,.17); }
.lock-steps button[aria-current="step"] > span { color: var(--charcoal); background: #F3CDBC; }
.lock-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 22px; }
.lock-controls .btn { padding-inline: 24px; }
.lock-controls svg,
.standby-controls svg { width: 20px; height: 20px; fill: currentColor; }
.text-button-dark { color: #F3CDBC; }
.lock-note { margin-top: 18px !important; padding-left: 14px; border-left: 3px solid #F3CDBC; color: rgba(253,248,243,.72); font-size: 15px; line-height: 1.5; }
.lock-note strong { color: var(--paper); }
.lock-demo-column { display: flex; flex-direction: column; align-items: center; }
.lock-caption { color: rgba(253,248,243,.72); }
.lock-phone { width: 292px; border-radius: 47px; }
.lock-phone .device-screen { height: 584px; border-radius: 36px; color: #F7F7F7; text-align: center; background: #41484B; }
.lock-phone .device-island { top: 17px; width: 82px; height: 23px; }
.lock-wallpaper { position: absolute; inset: 0; background: radial-gradient(circle at 70% 18%, rgba(255,255,255,.23), transparent 31%), linear-gradient(155deg, #859093, #30373A 72%); }
.lock-glyph { position: absolute; z-index: 3; top: 54px; left: 50%; width: 14px; height: 11px; transform: translateX(-50%); border-radius: 3px; background: #F7F7F7; }
.lock-glyph::before { content: ""; position: absolute; top: -6px; left: 2.5px; width: 9px; height: 8px; border: 2px solid #F7F7F7; border-bottom: 0; border-radius: 5px 5px 0 0; }
.lock-date { position: absolute; z-index: 3; top: 82px; left: 0; right: 0; color: #F7F7F7; font: 600 14px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); }
.lock-time { position: absolute; z-index: 3; top: 97px; left: 0; right: 0; color: #F7F7F7; font: 700 70px/1.1 -apple-system, BlinkMacSystemFont, var(--font-sans); letter-spacing: -.055em; }
.lock-widget-row { position: absolute; z-index: 7; top: 188px; left: 50%; width: min(190px, calc(100% - 16px)); height: 55px; display: flex; align-items: center; gap: 8px; transform: translateX(-50%) scale(.82); padding: 8px 10px; border: 1px dashed rgba(255,255,255,.8); border-radius: 12px; opacity: 0; transition: opacity .3s ease, transform .42s cubic-bezier(.2,.8,.3,1), background .3s ease; }
.lock-widget-row > span,
.lock-picker > span { position: relative; width: 30px; height: 30px; flex: none; border-radius: 50%; }
.lock-widget-row > span::before,
.lock-picker > span::before { content: ""; position: absolute; left: 50%; top: 50%; width: 15.6px; height: 15.6px; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.85); }
.lock-widget-row > span::after,
.lock-picker > span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 24px; height: 24px; transform: translate(-50%,-50%); border: 2.1px solid rgba(255,255,255,.95); border-radius: 50%; }
.lock-widget-row b,
.lock-picker b { color: #F7F7F7; text-align: left; font: 700 14px/1.1 -apple-system, BlinkMacSystemFont, var(--font-sans); }
.lock-widget-row small,
.lock-picker small { display: block; margin-top: 2px; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 500; }
.lock-dim { position: absolute; z-index: 4; inset: 0; background: rgba(0,0,0,.35); opacity: 0; transition: opacity .35s ease; }
.lock-hold-ring { position: absolute; z-index: 8; left: 50%; top: 315px; width: 58px; height: 58px; transform: translate(-50%,-50%) scale(.55); border: 3px solid rgba(255,255,255,.88); border-radius: 50%; opacity: 0; }
.lock-customize { position: absolute; z-index: 6; left: 50%; bottom: 35px; min-width: 132px; transform: translate(-50%,14px); padding: 10px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; color: #F7F7F7; font: 700 15px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); opacity: 0; transition: opacity .35s ease, transform .35s ease; }
.lock-choice-sheet { position: absolute; z-index: 10; left: 9px; right: 9px; bottom: 9px; height: 216px; padding: 17px 14px; border-radius: 25px 25px 27px 27px; color: #F7F7F7; background: rgba(31,35,37,.97); box-shadow: 0 -8px 28px rgba(0,0,0,.25); opacity: 0; transform: translateY(106%); }
.lock-choice-sheet > strong { display: block; margin-bottom: 13px; font: 700 15px/1.2 -apple-system, BlinkMacSystemFont, sans-serif; }
.lock-choice-sheet > div { display: flex; justify-content: center; gap: 15px; }
.lock-choice-sheet > div > span { width: 102px; height: 137px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 2px solid transparent; border-radius: 17px; color: #F7F7F7; background: linear-gradient(155deg,#7F8B8E,#343B3E); }
.lock-choice-sheet > div > span:first-child { border-color: #0A84FF; box-shadow: 0 0 0 2px rgba(10,132,255,.3); }
.lock-choice-sheet b { font: 700 27px/1 -apple-system, BlinkMacSystemFont, sans-serif; letter-spacing: -.05em; }
.lock-choice-sheet i { width: 48px; height: 48px; display: block; border-radius: 12px; background: linear-gradient(145deg,#EFD9CE,#D9E4E6); }
.lock-choice-sheet small { font: 600 11px/1.1 -apple-system, BlinkMacSystemFont, sans-serif; }
.lock-done { position: absolute; z-index: 8; top: 48px; right: 14px; padding: 8px 12px; border-radius: 999px; color: #F7F7F7; background: rgba(28,31,33,.76); font: 600 13px/1 -apple-system, BlinkMacSystemFont, sans-serif; opacity: 0; }
.lock-picker { position: absolute; z-index: 9; left: 8px; right: 8px; bottom: 8px; height: 112px; display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-radius: 24px 24px 28px 28px; background: rgba(38,42,44,.97); color: #F7F7F7; transform: translateY(112%); transition: transform .45s cubic-bezier(.22,.8,.3,1); }
.lock-widget-tap { position: absolute; z-index: 9; left: 50%; top: 216px; width: 62px; height: 62px; transform: translate(-50%,-50%) scale(.5); border: 3px solid rgba(255,255,255,.9); border-radius: 50%; opacity: 0; }
.lock-auth { position: absolute; z-index: 10; left: 50%; top: 302px; width: min(216px, calc(100% - 20px)); min-height: 177px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%) scale(.94); padding: 18px; border-radius: 24px; color: #242829; background: rgba(250,250,250,.97); box-shadow: 0 16px 44px rgba(0,0,0,.28); opacity: 0; }
.lock-auth > span { position: relative; width: 42px; height: 42px; margin-bottom: 11px; border: 3px solid #242829; border-radius: 12px; }
.lock-auth > span::before { content: ""; position: absolute; left: 50%; top: 7px; width: 15px; height: 13px; transform: translateX(-50%); border: 3px solid #242829; border-bottom: 0; border-radius: 9px 9px 0 0; }
.lock-auth > span::after { content: ""; position: absolute; left: 50%; top: 23px; width: 5px; height: 8px; transform: translateX(-50%); border-radius: 4px; background: #242829; }
.lock-auth strong { margin-bottom: 5px; font: 700 17px/1.2 -apple-system, BlinkMacSystemFont, sans-serif; }
.lock-auth small { color: #62686A; font: 500 12px/1.35 -apple-system, BlinkMacSystemFont, sans-serif; }
.lock-phone[data-lock="1"] .lock-dim { opacity: 1; }
.lock-phone[data-lock="1"] .lock-hold-ring { animation: lock-hold-pulse 1.45s ease-out infinite; }
.lock-phone[data-lock="1"] .lock-customize { opacity: 1; transform: translate(-50%,0); }
.lock-phone[data-lock="1"] .lock-choice-sheet { animation: lock-choice-in .48s 1.75s cubic-bezier(.22,.8,.3,1) both; }
.lock-phone[data-lock="2"] .lock-widget-row,
.lock-phone[data-lock="3"] .lock-widget-row { opacity: 1; transform: translateX(-50%) scale(1); }
.lock-phone[data-lock="2"] .lock-dim { opacity: .18; }
.lock-phone[data-lock="2"] .lock-picker { transform: none; }
.lock-phone[data-lock="2"] .lock-done,
.lock-phone[data-lock="3"] .lock-done { opacity: 1; }
.lock-phone[data-lock="3"] .lock-widget-row { border-style: solid; background: rgba(255,255,255,.11); }
.lock-phone[data-lock="3"] .lock-widget-tap { animation: lock-widget-tap 1.15s 1s ease-out both; }
.lock-phone[data-lock="3"] .lock-auth { animation: lock-auth-in-out 1.5s 1.55s ease both; }
.lock-phone[data-lock="3"] .lock-call-screen { animation: walkthrough-call-in .45s 2.95s ease both; }
@keyframes lock-hold-pulse { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.5); } 25% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.45); } }
@keyframes lock-choice-in { from { opacity: 0; transform: translateY(106%); } to { opacity: 1; transform: none; } }
@keyframes lock-widget-tap { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.48); } 20% { opacity: 1; } 75%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.45); } }
@keyframes lock-auth-in-out { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.94); } 18%, 72% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1); } }

/* ---------- Settings explorer ---------- */
.settings-section { background: var(--white); }
.settings-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(370px, .74fr); gap: 96px; align-items: center; }
.settings-copy > p:not(.manual-eyebrow) { max-width: 660px; }
.settings-explainer { margin-top: 38px; padding: 32px 34px 29px; border: 1px solid rgba(232,196,184,.64); border-radius: 22px; background: linear-gradient(145deg, #FAEEE7, var(--paper)); box-shadow: 0 18px 46px rgba(104,66,48,.09); }
.explainer-kicker { color: var(--coral-dark); font: 700 13px/1.3 var(--font-sans); letter-spacing: .13em; text-transform: uppercase; margin-bottom: 10px !important; }
.settings-explainer h3 { font-size: 27px; margin: 0 0 12px; }
.settings-explainer > p:nth-of-type(2) { color: var(--gray); font-size: 18px; line-height: 1.6; min-height: 58px; }
.explainer-foot { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(198,123,92,.25); color: var(--gray); font-size: 15px; line-height: 1.45; }
.explainer-foot svg { width: 21px; height: 21px; flex: none; fill: none; stroke: var(--coral-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.settings-device-wrap { display: flex; flex-direction: column; align-items: center; }
.settings-phone { width: 330px; }
.settings-phone .device-screen { height: 655px; }
.settings-app-header { position: absolute; z-index: 9; top: 48px; left: 0; right: 0; min-height: 91px; padding: 3px 19px 9px; border-bottom: 1px solid rgba(0,0,0,.06); background: #FDF8F3; }
.settings-app-header span { min-height: 43px; display: flex; align-items: center; color: var(--coral); font: 600 17px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); }
.settings-app-header h3 { color: #2D3436; font: 700 27px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); letter-spacing: 0; }
.settings-screen { position: absolute; inset: 139px 0 0; overflow-y: auto; padding: 7px 19px 35px; background: #FDF8F3; scrollbar-width: thin; scrollbar-color: rgba(168,93,64,.35) transparent; }
.settings-label { padding: 13px 3px 7px; color: var(--coral-dark); font: 700 12px/1.2 -apple-system, BlinkMacSystemFont, var(--font-sans); letter-spacing: .04em; text-transform: uppercase; }
.settings-group { display: contents; }
.setting-row { width: 100%; min-height: 45px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; margin-bottom: 8px; border: 0; border-radius: 12px; color: #2D3436; background: var(--white); box-shadow: 0 1px 4px rgba(0,0,0,.06); text-align: left; font: 600 16px/1.25 -apple-system, BlinkMacSystemFont, var(--font-sans); cursor: pointer; }
.setting-row > span { min-width: 0; }
.setting-row > b { margin-left: auto; color: #4A5568; font-size: 22px; line-height: 1; font-weight: 400; }
.setting-row > em { margin-left: auto; color: var(--coral-dark); font-size: 15px; font-style: normal; font-weight: 600; }
.setting-row:hover { background: #FFF8F4; }
.setting-row-sub { min-height: 68px; }
.setting-row-sub span small { display: block; margin-top: 2px; color: #1E7D42; font-size: 14px; font-weight: 500; }
.setting-row-danger { color: #C92A2A; font-weight: 500; }

/* ---------- Practical help ---------- */
.help-section { padding: 104px 0; background: rgba(232,196,184,.14); }
.help-section .section-heading { margin-bottom: 42px; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.help-grid details { overflow: hidden; border: 1px solid rgba(232,196,184,.7); border-radius: 18px; background: var(--white); box-shadow: 0 8px 26px rgba(104,66,48,.06); }
.help-grid summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; color: var(--charcoal); font: 700 19px/1.3 var(--font-sans); cursor: pointer; list-style: none; }
.help-grid summary::-webkit-details-marker { display: none; }
.help-grid summary b { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--coral-dark); background: rgba(232,196,184,.25); font-size: 22px; line-height: 1; transition: transform .2s ease; }
.help-grid details[open] summary b { transform: rotate(45deg); }
.help-grid details p { padding: 0 20px 22px; color: var(--gray); font-size: 17px; line-height: 1.55; }
.help-grid details p strong { color: var(--charcoal); }
.human-help { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding: 22px 24px; border: 1px solid rgba(232,196,184,.62); border-radius: 18px; background: rgba(255,255,255,.72); }
.human-help > div { display: flex; align-items: center; gap: 14px; }
.human-help-orb { width: 38px; height: 38px; display: block; flex: none; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--coral); }
.human-help p { color: var(--gray); font-size: 18px; }
.human-help p strong { color: var(--charcoal); }
.human-help .btn { flex: none; }

/* ---------- Nightstand ---------- */
.nightstand-section { padding: 48px 0 112px; background: var(--white); }
.nightstand-card { min-height: 680px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; overflow: hidden; border-radius: var(--radius-panel); background: var(--charcoal); box-shadow: var(--shadow-panel); }
.nightstand-art { position: relative; min-height: 680px; background: radial-gradient(circle at 30% 25%, #41484B, #202425 62%); }
.moon { position: absolute; top: 48px; right: 60px; width: 56px; height: 56px; border-radius: 50%; background: #F2E6D8; box-shadow: 0 0 34px rgba(242,230,216,.27); }
.moon::after { content: ""; position: absolute; width: 56px; height: 56px; left: -15px; top: -7px; border-radius: 50%; background: #343A3C; }
.star { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #F2E6D8; box-shadow: 0 0 7px #F2E6D8; }
.s1 { left: 22%; top: 22%; }.s2 { left: 42%; top: 13%; }.s3 { left: 73%; top: 40%; }
.side-phone { position: absolute; z-index: 2; left: 50%; bottom: 116px; width: 310px; height: 118px; transform: translate(-50%,-90px) rotate(-90deg) scale(.72); display: flex; align-items: stretch; justify-content: center; gap: 6px; padding: 6px; border: 8px solid #0E1011; border-radius: 30px; background: #111617; box-shadow: 0 18px 38px rgba(0,0,0,.42); opacity: .5; transition: transform .7s cubic-bezier(.2,.8,.25,1), opacity .4s ease; }
.side-phone::before { content: ""; position: absolute; inset: 4px; border-radius: 18px; background: radial-gradient(circle at 40% 40%, rgba(232,196,184,.23), #191F20 65%); }
.standby-clock { position: relative; z-index: 2; width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #F7F7F7; border-radius: 17px; background: rgba(255,255,255,.045); font: 600 34px/1 -apple-system, BlinkMacSystemFont, var(--font-sans); opacity: 0; transition: opacity .35s ease; }
.standby-clock small { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.standby-face { position: relative; z-index: 2; width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 17px; background: #FDF8F3; opacity: 0; transform: scale(.78); transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.3,1); }
.side-orb { position: relative; width: 44px; height: 44px; display: grid; place-items: center; flex: none; }
.side-orb::before { content: ""; width: 35px; height: 35px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--coral); }
.standby-face b { width: calc(100% - 16px); height: 30px; display: grid; place-items: center; margin-top: 5px; border-radius: 999px; color: var(--white); background: var(--coral); font: 700 15px/1 var(--font-sans); }
.standby-picker { position: absolute; z-index: 5; inset: 8px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 9px; padding: 14px; border-radius: 17px; color: #2D3436; background: rgba(255,255,255,.98); opacity: 0; transform: translateY(18px); transition: opacity .3s ease, transform .35s ease; }
.standby-picker > span { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #007AFF; font: 600 23px/1 -apple-system, BlinkMacSystemFont, sans-serif; }
.standby-picker b { align-self: end; color: #2D3436; font: 700 15px/1.2 -apple-system, BlinkMacSystemFont, sans-serif; }
.standby-picker small { align-self: start; color: #62686A; font: 500 11px/1.2 -apple-system, BlinkMacSystemFont, sans-serif; }
.standby-picker em { grid-column: 3; grid-row: 1 / 3; padding: 8px 9px; border-radius: 8px; color: #fff; background: #007AFF; font: 600 10px/1 -apple-system, BlinkMacSystemFont, sans-serif; font-style: normal; }
.standby-done { position: absolute; z-index: 7; top: 9px; right: 10px; padding: 6px 9px; border-radius: 999px; color: #fff; background: #007AFF; font: 600 10px/1 -apple-system, BlinkMacSystemFont, sans-serif; opacity: 0; }
.standby-widget-tap { position: absolute; z-index: 8; left: 75%; top: 50%; width: 48px; height: 48px; transform: translate(-50%,-50%) scale(.5); border: 3px solid rgba(255,255,255,.9); border-radius: 50%; opacity: 0; }
.standby-call-screen { position: absolute; z-index: 10; inset: 6px; overflow: hidden; border-radius: 18px; background: #FDF8F3; opacity: 0; pointer-events: none; }
.standby-call-portrait { position: absolute; left: 50%; top: 50%; width: 100px; height: 290px; transform: translate(-50%,-50%) rotate(90deg); overflow: hidden; background: #FDF8F3; }
.standby-call-portrait .launch-status { height: 28px; padding: 8px 8px 0; font-size: 7px; }
.standby-call-portrait .status-icons { gap: 2px; transform: scale(.55); transform-origin: top right; }
.standby-call-portrait .walkthrough-call-orb { top: 115px; width: 58px; height: 58px; }
.standby-call-portrait .walkthrough-hangup { bottom: 24px; width: 82px; min-height: 29px; font-size: 10px; }
.standby-setting { position: absolute; z-index: 5; left: 50%; bottom: 80px; width: 236px; height: 390px; transform: translate(-50%,12px); padding: 42px 12px 18px; border: 8px solid #111415; border-radius: 34px; color: #111; background: #F2F2F7; box-shadow: 0 20px 45px rgba(0,0,0,.34); font-family: -apple-system, BlinkMacSystemFont, sans-serif; opacity: 0; transition: opacity .35s ease, transform .35s ease; }
.standby-setting::before { content: ""; position: absolute; left: 50%; top: 9px; width: 68px; height: 18px; transform: translateX(-50%); border-radius: 12px; background: #111415; }
.standby-settings-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-bottom: 27px; color: #007AFF; font: 500 11px/1 -apple-system, BlinkMacSystemFont, sans-serif; }
.standby-settings-bar b { grid-column: 2; color: #111; font-size: 12px; }
.standby-setting h3 { margin: 0 0 15px; color: #111; text-align: left; font: 700 25px/1.15 -apple-system, BlinkMacSystemFont, sans-serif; }
.standby-settings-row { min-height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; border-radius: 11px; background: #fff; font-size: 14px; }
.standby-settings-row > span { position: relative; width: 42px; height: 25px; border-radius: 999px; background: #34C759; }
.standby-settings-row > span i { position: absolute; top: 2px; right: 2px; width: 21px; height: 21px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.standby-setting > p { margin: 9px 10px 0 !important; color: #6D6D72; text-align: left; font: 500 10px/1.35 -apple-system, BlinkMacSystemFont, sans-serif; }
.standby-hold-ring { position: absolute; z-index: 7; left: calc(50% - 126px); bottom: 150px; width: 48px; height: 48px; border: 3px solid rgba(0,122,255,.62); border-radius: 50%; opacity: 0; pointer-events: none; }
.nightstand-art[data-standby="1"] .standby-setting { opacity: 1; transform: translate(-50%,0); }
.nightstand-art[data-standby="2"] .side-phone,
.nightstand-art[data-standby="3"] .side-phone,
.nightstand-art[data-standby="4"] .side-phone { opacity: 1; transform: translateX(-50%) rotate(-2deg) scale(1); }
.nightstand-art[data-standby="2"] .standby-clock,
.nightstand-art[data-standby="3"] .standby-clock,
.nightstand-art[data-standby="4"] .standby-clock { opacity: 1; }
.nightstand-art[data-standby="3"] .standby-picker { opacity: 1; transform: none; }
.nightstand-art[data-standby="3"] .standby-done,
.nightstand-art[data-standby="4"] .standby-done { opacity: 1; }
.nightstand-art[data-standby="3"] .standby-hold-ring { animation: standby-hold 1.45s ease-out infinite; }
.nightstand-art[data-standby="4"] .standby-face { opacity: 1; transform: scale(1); }
.nightstand-art[data-standby="4"] .standby-widget-tap { animation: standby-widget-tap 1.15s 1s ease-out both; }
.nightstand-art[data-standby="4"] .standby-call-screen { animation: walkthrough-call-in .45s 2.55s ease both; }
@keyframes standby-hold { 0% { opacity: 0; transform: scale(.68); } 25% { opacity: 1; } 100% { opacity: 0; transform: scale(1.22); } }
@keyframes standby-widget-tap { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.48); } 20% { opacity: 1; } 75%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.42); } }
.table-line { position: absolute; left: 0; right: 0; bottom: 47px; height: 22px; background: #584235; box-shadow: 0 10px 0 #2E2622; }
.nightstand-copy { padding: 52px 58px; }
.nightstand-copy h2 { color: var(--paper); font-size: 40px; margin: 0 0 18px; }
.nightstand-copy > p:nth-of-type(2) { color: rgba(253,248,243,.8); font-size: 18px; line-height: 1.6; }
.nightstand-copy > p:nth-of-type(2) strong { color: var(--paper); }
.standby-steps { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.standby-steps button { width: 100%; min-height: 58px; display: grid; grid-template-columns: 36px 1fr; gap: 11px; align-items: center; padding: 9px 12px; border: 1px solid rgba(253,248,243,.14); border-radius: 14px; color: var(--paper); background: rgba(253,248,243,.05); text-align: left; cursor: pointer; }
.standby-steps button > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #F3CDBC; background: rgba(243,205,188,.12); font: 700 13px/1 var(--font-sans); }
.standby-steps button > b { font: 600 15.5px/1.35 var(--font-sans); }
.standby-steps button[aria-current="step"] { border-color: #F3CDBC; background: rgba(243,205,188,.13); }
.standby-steps button[aria-current="step"] > span { color: var(--charcoal); background: #F3CDBC; }
.standby-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; }
.standby-controls .btn { min-height: 50px; padding: 12px 22px; }
.standby-caption { margin-top: 13px !important; color: rgba(253,248,243,.68); font: 500 14px/1.45 var(--font-sans); }
.standby-version-note { margin-top: 6px !important; color: rgba(253,248,243,.55); font: 500 12.5px/1.4 var(--font-sans); }

/* ---------- Closer ---------- */
.manual-close { padding: 96px 0; background: rgba(232,196,184,.2); }
.manual-close .manual-shell { max-width: 960px; }
.close-grid { display: grid; grid-template-columns: 110px minmax(0,1fr) auto; gap: 48px; align-items: center; }
.close-orb { width: 110px; height: 110px; }
.close-grid h2 { max-width: 670px; font-size: 38px; margin: 0 0 10px; }
.close-grid > div:nth-child(2) > p:last-child { color: var(--gray); font-size: 20px; line-height: 1.55; }
.close-actions { min-width: 250px; display: grid; gap: 10px; }
.close-actions .btn { width: 100%; padding-inline: 25px; }
.close-actions small { color: var(--gray); text-align: center; font-size: 14px; }
.manual-close .manual-eyebrow { color: var(--coral-dark); }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .manual-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(350px,.9fr); gap: 48px; }
  .chapter-dock-label { display: none; }
  .chapter-dock-inner { justify-content: center; }
  .call-grid { gap: 55px; }
  .settings-grid { gap: 55px; }
}

@media (max-width: 920px) {
  .manual-shell { width: min(760px, calc(100% - 48px)); }
  .manual-hero { padding: 78px 0 88px; }
  .manual-hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .manual-hero-copy { padding-top: 0; text-align: center; }
  .manual-hero-copy .manual-eyebrow,
  .manual-lede { margin-left: auto !important; margin-right: auto !important; }
  .manual-hero-actions,
  .manual-meta { justify-content: center; }
  .manual-cover-wrap { width: 440px; }
  .chapter-dock-inner { width: calc(100% - 24px); }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 0; }
  .call-grid,
  .memory-editorial,
  .settings-grid { grid-template-columns: 1fr; gap: 58px; }
  .call-stage { justify-self: center; }
  .call-copy { max-width: 690px; }
  .conversation-controls .btn { max-width: 330px; }
  .memory-photo { order: 2; }
  .widget-workbench { grid-template-columns: 1fr; padding: 42px; }
  .lock-card { grid-template-columns: 1fr; }
  .settings-device-wrap { order: 2; }
  .settings-copy { text-align: center; }
  .settings-copy > p { margin-left: auto; margin-right: auto; }
  .settings-explainer { text-align: left; }
  .nightstand-card { grid-template-columns: 1fr; }
  .help-grid { grid-template-columns: 1fr; }
  .nightstand-art { min-height: 520px; order: 2; }
  .nightstand-copy { padding: 54px 48px 24px; text-align: center; }
  .standby-steps { text-align: left; }
  .standby-controls { justify-content: center; }
  .close-grid { grid-template-columns: 92px 1fr; }
  .close-orb { width: 82px; height: 82px; }
  .close-actions { grid-column: 1 / 3; display: flex; flex-wrap: wrap; justify-content: center; }
  .close-actions .btn { width: auto; }
  .close-actions small { width: 100%; }
}

@media (max-width: 767px) {
  .manual-v2 .nav-logo { min-height: 44px; display: flex; align-items: center; }
  .manual-v2 .footer-col a { min-height: 44px; display: flex; align-items: center; }
  .manual-v2 .privacy-choices a { min-height: 44px; display: inline-flex; align-items: center; }
  .manual-shell { width: calc(100% - 32px); }
  .manual-hero { padding: 43px 0 64px; }
  .manual-hero-copy { padding-top: 0; text-align: left; }
  .manual-hero-copy .manual-eyebrow,
  .manual-lede { margin-left: 0 !important; margin-right: 0 !important; }
  .manual-hero .manual-eyebrow { font-size: 13px; line-height: 1.7; margin-bottom: 12px !important; }
  .manual-hero h1 { font-size: 34px; line-height: 1.18; }
  .manual-lede { font-size: 19px; }
  .manual-hero-actions,
  .manual-meta { justify-content: flex-start; }
  .manual-hero-actions { flex-direction: column; }
  .manual-hero-actions .btn { width: min(100%, 360px); }
  .manual-meta { gap: 12px; }
  .manual-meta li { width: 100%; justify-content: flex-start; }
  .manual-cover-wrap { width: min(100%, 410px); padding: 18px 5px 35px 15px; }
  .manual-cover { min-height: 440px; padding: 28px 29px 27px 42px; }
  .cover-orb { width: 70px; height: 70px; margin: 46px auto 24px; }
  .manual-cover li { grid-template-columns: 34px 1fr; gap: 9px; }
  .manual-cover li strong { font-size: 19px; }
  .cover-topline, .cover-end { font-size: 10px; }
  .cover-note { right: 4px; font-size: 14px; }
  .chapter-dock { top: 64px; }
  .chapter-dock-inner { min-height: 58px; width: 100%; }
  .chapter-links { padding: 0 8px; }
  .chapter-links a { min-height: 58px; padding: 0 12px; font-size: 15px; }
  .chapter-links a::after { left: 12px; right: 12px; }
  .manual-section,
  .memory-section { padding: 76px 0; scroll-margin-top: 126px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2,
  .memory-copy h2,
  .settings-copy > h2 { font-size: 34px; }
  .section-heading > p:last-child,
  .memory-copy > p:not(.manual-eyebrow),
  .settings-copy > p:not(.manual-eyebrow) { font-size: 19px; line-height: 1.55; }
  .quick-grid { gap: 14px; }
  .quick-card { padding: 28px 24px 26px; }
  .quick-icon { margin-bottom: 24px; }
  .call-grid { gap: 44px; }
  .call-copy h2 { font-size: 38px; }
  .call-intro { font-size: 18px; }
  .call-stage { width: 100%; padding: 30px 12px 22px; border-radius: 26px; }
  .device-phone { width: min(326px, calc(100vw - 56px)); }
  .device-screen { height: min(650px, calc((100vw - 56px) * 2)); }
  .conversation-panel { border-radius: 22px; }
  .conversation-tabs { padding: 10px; }
  .conversation-tabs button { padding-inline: 16px; font-size: 16px; }
  .conversation-copy { padding: 38px 24px; }
  .conversation-copy blockquote { font-size: 28px; }
  .tiina-reply { grid-template-columns: 38px 1fr; gap: 13px; padding: 19px; }
  .reply-orb { width: 36px; height: 36px; }
  .reply-orb span { width: 20px; height: 20px; }
  .tiina-reply p:last-child { font-size: 18px; }
  .conversation-controls { align-items: stretch; flex-direction: column; gap: 4px; padding: 20px 24px 22px; }
  .conversation-controls .btn { width: 100%; max-width: none; }
  .conversation-controls .text-button { width: 100%; }
  .say-note { gap: 8px; text-align: left; }
  .say-note p { font-size: 19px; }
  .memory-editorial { gap: 40px; }
  .memory-photo img { border-radius: 20px; }
  .widget-workbench { padding: 24px 14px; border-radius: 22px; }
  .widget-demo-column { padding: 26px 5px 18px; }
  .widget-phone { width: min(292px, calc(100vw - 76px)); }
  .widget-phone .device-screen { height: min(584px, calc((100vw - 76px) * 2)); }
  .widget-steps button { grid-template-columns: 42px 1fr; padding: 15px; }
  .widget-controls { flex-direction: column; }
  .widget-controls .btn { width: 100%; }
  .lock-card { padding: 34px 22px; gap: 36px; }
  .lock-copy h3 { font-size: 27px; }
  .lock-steps { grid-template-columns: 1fr; }
  .lock-steps button { padding: 13px; }
  .lock-controls { flex-direction: column; align-items: stretch; }
  .lock-controls .btn { width: 100%; }
  .lock-phone { width: min(292px, calc(100vw - 76px)); }
  .lock-phone .device-screen { height: min(584px, calc((100vw - 76px) * 2)); }
  .settings-explainer { padding: 26px 23px; }
  .settings-phone { width: min(330px, calc(100vw - 48px)); }
  .settings-phone .device-screen { height: min(655px, calc((100vw - 48px) * 2)); }
  .help-section { padding: 76px 0; }
  .human-help { align-items: stretch; flex-direction: column; }
  .human-help .btn { width: 100%; }
  .nightstand-section { padding: 18px 0 76px; }
  .nightstand-card { border-radius: 22px; }
  .nightstand-copy { padding: 42px 25px 14px; }
  .nightstand-copy h2 { font-size: 33px; }
  .nightstand-copy > p:nth-of-type(2) { font-size: 17px; }
  .nightstand-art { min-height: 500px; }
  .side-phone { width: min(300px, calc(100% - 28px)); }
  .standby-controls { flex-direction: column; align-items: stretch; }
  .standby-controls .btn { width: 100%; }
  .manual-close { padding: 72px 0; text-align: center; }
  .close-grid { grid-template-columns: 1fr; gap: 24px; }
  .close-grid h2 { font-size: 30px; }
  .close-orb { margin: 0 auto; }
  .close-actions { grid-column: auto; display: grid; width: 100%; }
  .close-actions .btn { width: 100%; }
}

@media (max-width: 480px) {
  .chapter-dock { display: none; }
  .manual-section,
  .memory-section { scroll-margin-top: 76px; }
  .conversation-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 10px;
  }
  .conversation-tabs button {
    width: 100%;
    min-width: 0;
    padding: 10px 6px;
    font-size: 15px;
  }
  .conversation-tabs button:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (max-width: 390px) {
  .manual-cover { padding-left: 35px; }
  .manual-cover li strong { font-size: 17px; }
  .app-call-button, .app-photo-button { font-size: 19px; }
  .home-icons { gap: 22px 10px; }
  .home-icons i { width: 42px; height: 42px; }
}

@media (max-width: 340px) {
  .manual-cover .cover-end { gap: 8px; font-size: 9px; white-space: nowrap; }
  .conversation-copy { padding: 34px 18px; }
  .conversation-copy blockquote { font-size: 26px; margin-bottom: 30px; }
  .tiina-reply { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; padding: 15px; }
  .reply-orb { width: 32px; height: 32px; }
  .reply-orb span { width: 18px; height: 18px; }
  .widget-workbench { padding-left: 8px; padding-right: 8px; }
  .widget-steps button { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 13px 10px; }
  .widget-steps button > span { width: 34px; height: 34px; font-size: 14px; }
  .widget-steps strong { font-size: 18px; }
  .lock-card { padding-left: 16px; padding-right: 16px; }
  .lock-controls .btn,
  .standby-controls .btn { padding-left: 14px; padding-right: 14px; }
  .lock-steps button { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 12px 10px; }
  .lock-steps button > span { width: 34px; height: 34px; font-size: 14px; }
  .nightstand-copy { padding-left: 20px; padding-right: 20px; }
  .standby-steps button { grid-template-columns: 32px minmax(0, 1fr); gap: 9px; padding-left: 9px; padding-right: 9px; }
  .standby-steps button > span { width: 30px; height: 30px; }
  .human-help .btn { padding-left: 10px; padding-right: 10px; font-size: 18px; white-space: nowrap; }
  .widget-result { grid-template-columns: 42px minmax(0,1fr) auto; gap: 8px; padding: 9px; }
  .result-mark { width: 42px; }
  .widget-phone .launch-status,
  .lock-phone .launch-status { padding: 12px 12px 0; font-size: 10px; }
  .widget-phone .launch-status .status-icons,
  .lock-phone .launch-status .status-icons { transform: scale(.74); transform-origin: top right; }
  .widget-phone .walkthrough-hangup,
  .lock-phone .walkthrough-hangup { bottom: 36px; min-height: 48px; font-size: 18px; }
  .standby-call-portrait { width: 82px; height: 190px; }
  .standby-call-portrait .walkthrough-call-orb { top: 76px; width: 52px; height: 52px; }
  .standby-call-portrait .walkthrough-hangup { bottom: 17px; width: 70px; min-height: 26px; font-size: 9px; }
  .standby-hold-ring { left: 38px; }
}

@media (max-width: 300px) {
  .widget-phone .phone-status { padding: 12px 10px 0; font-size: 10px; }
  .app-phone .phone-status { padding: 12px 12px 0; font-size: 10px; }
  .app-phone .phone-status .status-icons { transform: scale(.74); transform-origin: top right; }
  .app-phone .phone-gear { top: 36px; right: 4px; width: 46px; height: 46px; padding: 11px; }
  .app-phone .app-orb { top: 98px; width: 112px; height: 112px; }
  .app-phone .app-idle { top: 220px; left: 10px; right: 10px; }
  .app-phone .app-greeting { font-size: 22px; line-height: 1.25; margin-bottom: 7px !important; }
  .app-phone .app-date { font-size: 13px; }
  .app-phone .app-weather { gap: 5px; margin-top: 4px; font-size: 12px; }
  .app-phone .app-weather svg { width: 14px; height: 14px; }
  .app-phone.on-call .app-orb { top: 43px; transform: translateX(-50%) scale(.78); }
  .app-phone.on-call .app-transcript { top: 157px; bottom: 121px; }
  .app-phone .photo-preview-actions { gap: 8px; }
  .app-phone .photo-preview-actions button { padding: 10px 4px; font-size: 12px; white-space: nowrap; }
  .home-icons { left: 10px; right: 10px; top: 78px; gap: 19px 5px; }
  .home-icons i { width: 32px; height: 32px; border-radius: 9px; }
  .home-icons i::before { inset: 6px; border-radius: 6px; }
  .home-icons i::after { top: calc(100% + 3px); width: 44px; font-size: 7px; }
  .home-remove { top: -5px; left: -5px; width: 14px; height: 14px; }
  .home-remove::after { left: 3px; right: 3px; top: 6px; }
  .home-page-dots { bottom: 73px; }
  .home-dock { left: 8px; right: 8px; bottom: 9px; height: 54px; padding: 7px; border-radius: 18px; }
  .home-dock i { width: 31px; height: 31px; border-radius: 8px; }
  .home-edit { left: 10px; top: 45px; }
  .home-done { right: 10px; top: 45px; }
  .home-editmenu { left: 10px; top: 79px; }
  .home-widget { left: 12px; top: 78px; width: 98px; height: 98px; padding: 8px; border-radius: 19px; }
  .home-widget .widget-orb-mark { width: 46px; height: 46px; }
  .home-widget .widget-orb-mark span { width: 36px; height: 36px; box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--coral); }
  .home-widget strong { height: 28px; margin-top: 3px; font-size: 15px; }
  .home-widget-tap { left: 61px; top: 127px; width: 50px; height: 50px; }
  .widget-sheet { height: calc(100% - 48px); padding: 8px 10px 10px; border-radius: 22px 22px 28px 28px; }
  .sheet-grab { margin-bottom: 7px; }
  .sheet-title { font-size: 16px; margin-bottom: 7px !important; }
  .widget-search { height: 36px; padding: 0 9px; font-size: 14px; }
  .widget-result { grid-template-columns: 34px minmax(0,1fr) auto; gap: 6px; margin-top: 7px; padding: 7px; }
  .result-mark { width: 34px; height: 40px; }
  .result-mark span { width: 26px; height: 26px; }
  .widget-result strong { font-size: 14px; }
  .widget-result small { font-size: 10px; }
  .widget-result > b { font-size: 20px; }
  .widget-size-choice { margin-top: 6px; }
  .widget-size-choice > small { margin-bottom: 3px; font-size: 10px; }
  .widget-small-preview { width: 72px; height: 72px; margin-bottom: 3px; padding: 5px; border-radius: 15px; }
  .widget-small-preview .widget-orb-mark { width: 34px; height: 34px; }
  .widget-small-preview .widget-orb-mark span { width: 26px; height: 26px; }
  .widget-small-preview strong { height: 19px; margin-top: 2px; font-size: 11px; }
  .widget-size-dots { height: 7px; }
  .widget-size-choice > b { height: 26px; margin-top: 2px; font-size: 11px; }
  .standby-picker { column-gap: 7px; padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .manual-cover,
  .manual-cover:hover,
  .quick-card,
  .quick-card:hover,
  .widget-steps button,
  .widget-steps button:hover { transform: none; }
  .home-icons i,
  .press-ring,
  .widget-search i,
  .lock-hold-ring,
  .standby-hold-ring { animation: none !important; }
  .call-start-cue { animation: none !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  .chapter-dock,
  .quick-card,
  .conversation-panel,
  .widget-workbench,
  .settings-explainer { border-color: var(--charcoal); }
}
