:root {
  color-scheme: dark;
  --ink: #f7f4f5;
  --muted: #b7b2b7;
  --bg: #141315;
  --line: #393439;
  --pink: #ee9cb8;
  --body: 'Manrope', Arial, sans-serif;
  --display: 'Syne', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.8 var(--body); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--pink); outline-offset: 6px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: 1.12; }
img { display: block; width: 100%; height: auto; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 30; padding: 12px; background: white; color: black; }
.skip-link:focus { top: 10px; }
.site-header { background: #141315; }
.navigation { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: block; flex: none; width: 184px; }
.wordmark img { width: 100%; height: auto; }
.nav-links { display: flex; gap: 35px; }
.nav-links a, .nav-action { font-size: 12px; font-weight: 600; }
.nav-links a { color: #d0cbd0; }
.nav-links a:hover, .text-link:hover { color: var(--pink); }
.nav-action { padding: 10px 17px; border: 1px solid #665a63; border-radius: 3px; }
.nav-action span { margin-left: 18px; }
.hero { position: relative; min-height: 630px; display: flex; flex-direction: column; justify-content: center; background: #20191c; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,13,15,.7), rgba(14,13,15,.15) 40%, transparent 65%), linear-gradient(0deg, rgba(14,13,15,.6), transparent 25%); }
.hero-content { position: relative; z-index: 1; padding-block: 76px 104px; }
.eyebrow { display: block; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: #e3c7d1; }
h1 { font-size: clamp(40px, 5.4vw, 76px); line-height: 1.09; margin-top: 24px; max-width: 700px; }
h1 .accent { display: block; color: #efb2c6; }
.hero-secondary { display: inline-flex; gap: 18px; margin-left: 25px; font-size: 12px; font-weight: 600; }
.hero-secondary:hover { color: var(--pink); }
.hero-content p { max-width: 430px; margin-top: 25px; color: #ded8dc; font-size: 15px; }
.button { display: inline-flex; align-items: center; gap: 32px; font-size: 12px; font-weight: 700; padding: 14px 22px; border-radius: 3px; margin-top: 30px; }
.button-light { background: #f5f0f2; color: #221b20; }
.button-light:hover { background: #edced9; }
.hero-bottom { position: absolute; bottom: 25px; left: 0; right: 0; display: flex; justify-content: space-between; gap: 20px; color: #d2c6ca; font-size: 10px; }
.art-label { font-size: 9px; }
.product-nav { border-bottom: 1px solid var(--line); }
.product-nav .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 84px; font-size: 12px; }
.product-nav > div > span { color: var(--muted); }
.product-nav p { word-spacing: 6px; }
.product-nav i { color: #66535f; font-style: normal; margin-inline: 12px; }
.section-space { padding-block: 100px; }
.section-intro { max-width: 700px; margin-bottom: 55px; }
.section-intro .eyebrow, .process .eyebrow, .setup .eyebrow { color: var(--pink); }
h2 { font-size: clamp(35px, 3.5vw, 49px); margin-top: 20px; }
.section-intro > p { max-width: 510px; color: var(--muted); margin-top: 20px; }
.studio-split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 85px; align-items: center; }
.character-visual { min-width: 0; }
.character-visual img { height: 480px; object-fit: cover; object-position: center; }
.character-flow { display: flex; align-items: center; justify-content: space-around; padding: 20px 0; border-top: 1px solid var(--line); font-size: 12px; }
.character-flow span:nth-child(even) { color: var(--pink); }
.character-visual figcaption { display: flex; justify-content: space-between; gap: 15px; margin-top: 12px; font-size: 10px; color: var(--muted); }
.studio-copy { padding-bottom: 25px; }
.small-label { display: block; font-size: 10px; color: #bda1ae; letter-spacing: .05em; }
.capability + .capability { margin-top: 45px; }
.capability h3 { font-size: 31px; margin-top: 14px; }
.capability p { color: var(--muted); margin-top: 18px; font-size: 14px; max-width: 430px; }
.text-link { display: inline-flex; gap: 25px; font-size: 12px; font-weight: 600; border-bottom: 1px solid #7c6571; padding-bottom: 6px; margin-top: 30px; }
.creation-line { margin-top: 60px; padding-top: 36px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.15fr 1fr; gap: 85px; }
.creation-line h3 { font-size: 31px; }
.creation-line p { font-size: 14px; color: var(--muted); }
.creation-line .small-label { margin-top: 16px; }
/* Lower page */
.local { overflow: hidden; background: #1a1421; border-block: 1px solid #36283f; }
.privacy-scene { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 30px; padding-block: 55px 40px; }
.privacy-copy .eyebrow { color: var(--pink); }
.privacy-copy h2 { font-size: clamp(36px, 4vw, 55px); }
.privacy-copy h2 span, .workflow-intro h2 span { color: #c4a3e8; }
.privacy-copy p { color: #beb0c7; max-width: 430px; margin-top: 22px; font-size: 14px; }
.privacy-visual { position: relative; min-width: 0; background: radial-gradient(ellipse, #5c356f38, transparent 65%); text-align: center; }
.privacy-visual svg { display: block; width: 100%; height: auto; }
.privacy-caption { display: block; color: #bfa9cf; font-size: 10px; letter-spacing: .06em; margin-top: -20px; }
.compatibility { border-top: 1px solid #38293f; padding-block: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.compatibility > span { color: #d0b6e3; }
.compatibility p { color: #a99ab4; }
.workflow-layout { display: grid; grid-template-columns: .9fr 1.3fr; gap: 100px; align-items: start; }
.workflow-intro .eyebrow { color: var(--pink); }
.workflow-intro h2 { font-size: clamp(38px, 4vw, 54px); line-height: 1.1; }
.workflow-intro > p { color: var(--muted); font-size: 14px; max-width: 290px; margin-top: 24px; }
.workflow-steps { list-style: none; padding: 0; margin: 0; }
.workflow-steps li { display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.workflow-steps li:first-child { padding-top: 8px; }
.step-number { color: var(--pink); font-size: 12px; padding-top: 3px; }
.workflow-steps h3 { font-size: 24px; }
.workflow-steps p { color: var(--muted); font-size: 13px; max-width: 370px; margin-top: 12px; }
.step-kind { color: #95839f; font-size: 10px; padding-top: 5px; }
.setup { background: radial-gradient(ellipse at 50% 0, #40284a66, transparent 60%), #18131c; border-top: 1px solid #3c2d43; padding-block: 80px 65px; }
.setup-heading { text-align: center; }
.setup-heading .eyebrow { color: var(--pink); }
.setup-heading h2 { font-size: clamp(36px, 4.7vw, 64px); }
.setup-heading > p { color: #bdb0c5; font-size: 15px; max-width: 500px; margin: 25px auto 0; }
.paid-setup { margin: 32px auto 0; max-width: 520px; }
.paid-setup h3 { font-size: 20px; }
.paid-setup p { color: #bdb0c5; font-size: 13px; margin-top: 10px; }
.setup-answers { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; padding-top: 55px; margin-top: 55px; border-top: 1px solid #3c2d43; }
.setup-answers > h3 { font-size: 24px; }
.questions details { border-bottom: 1px solid #3c2d43; padding: 20px 0; }
.questions details:first-child { padding-top: 0; }
.questions summary { cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; gap: 20px; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: '+'; color: var(--pink); }
.questions details[open] summary::after { content: '−'; }
.questions p { color: var(--muted); font-size: 13px; padding-top: 14px; max-width: 430px; }
.site-footer { background: #100e13; padding-block: 38px 25px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-links { display: flex; align-items: center; gap: 30px; font-size: 12px; color: #c2b4cd; }
.footer-links a:hover { color: var(--pink); }
.footer-links a:last-child { font-size: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: #a49aa1; font-size: 10px; margin-top: 30px; }
@media (min-width: 1600px) { .hero { min-height: 740px; } }
@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  .studio-split, .creation-line { gap: 45px; }
  .character-visual img { height: 450px; }
  .hero { min-height: 620px; }
  .hero-image { object-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,13,15,.9), rgba(14,13,15,.5) 45%, rgba(14,13,15,.1)); }
  .nav-links { gap: 20px; }
  .product-nav i { margin-inline: 3px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .navigation { height: 72px; gap: 16px; }
  .wordmark { width: 156px; }
  .nav-links { display: none; }
  .nav-action { padding: 8px 12px; font-size: 11px; }
  .nav-action span { margin-left: 10px; }
  .hero { min-height: 750px; justify-content: flex-end; }
  .hero-image { height: 460px; object-position: 100% top; }
  .hero-shade { background: linear-gradient(0deg, #171416 0%, #171416 28%, rgba(23,20,22,.84) 46%, transparent 77%); }
  .hero-content { padding-block: 350px 78px; }
  h1 { font-size: clamp(32px, 8.2vw, 49px); margin-top: 15px; }
  .hero-content p { font-size: 14px; margin-top: 18px; max-width: 440px; }
  .hero-content .button { margin-top: 22px; }
  .hero-secondary { margin-left: 18px; font-size: 11px; gap: 10px; }
  .hero-bottom { bottom: 18px; font-size: 8px; gap: 12px; }
  .art-label { font-size: 8px; }
  .product-nav .container { padding-block: 22px; min-height: 0; flex-direction: column; gap: 8px; align-items: flex-start; font-size: 10px; }
  .product-nav p { word-spacing: 0; }
  .product-nav i { margin-inline: 5px; }
  .section-space { padding-block: 60px; }
  h2 { font-size: 34px; }
  .section-intro { margin-bottom: 30px; }
  .section-intro > p { font-size: 14px; }
  .studio-split, .creation-line { grid-template-columns: 1fr; gap: 32px; }
  .character-visual img { height: auto; aspect-ratio: 1 / 1.05; }
  .studio-copy { padding: 0; }
  .capability + .capability { margin-top: 30px; }
  .capability h3, .creation-line h3 { font-size: 29px; }
  .creation-line { margin-top: 35px; padding-top: 30px; gap: 18px; }

  .footer-top { flex-wrap: wrap; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 25px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (max-width: 360px) { .hero-secondary { display: flex; margin: 17px 0 0; } }

@media (max-width: 1000px) {
  .workflow-layout { gap: 45px; }
  .step-kind { display: none; }
  .workflow-steps li { grid-template-columns: 32px 1fr; }
}
@media (max-width: 700px) {
  .privacy-scene { grid-template-columns: 1fr; padding-block: 45px 25px; gap: 10px; }
  .privacy-copy h2 { font-size: 36px; }
  .privacy-visual { max-width: 430px; width: 100%; margin: auto; }
  .compatibility { flex-direction: column; gap: 5px; font-size: 11px; }
  .workflow-layout { grid-template-columns: 1fr; gap: 30px; }
  .workflow-intro h2 { font-size: 40px; }
  .workflow-intro > p { max-width: 400px; }
  .workflow-steps h3 { font-size: 22px; }
  .setup { padding-block: 55px 45px; }
  .setup-heading h2 { font-size: 37px; }
  .setup-answers { grid-template-columns: 1fr; gap: 30px; padding-top: 32px; margin-top: 35px; }
  .footer-links { gap: 20px; font-size: 11px; }
  .footer-top { align-items: flex-start; }
}
