@font-face { font-family: 'Inter Regular'; src: url('/assets/inter-regular-5fa5ed3191.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter SemiBold'; src: url('/assets/inter-semibold-4f8bd6c7f7.woff2') format('woff2'); font-weight: 600; font-display: swap; }
:root { --ink: #22212b; --muted: #77727f; --accent: #6950ed; --line: #e3e0e9; --paper: #fafafa; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 'Inter Regular', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, strong { font-family: 'Inter SemiBold', Arial, sans-serif; font-weight: 600; }
h1 { font-size: clamp(40px, 4.3vw, 62px); line-height: 1.06; letter-spacing: -.055em; }
h1 span { display: block; color: var(--accent); margin-top: 8px; }
h2 { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.13; letter-spacing: -.045em; }
h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
::selection { background: #d9cdff; color: #24202d; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.wrap { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 20; background: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.detail-header { height: 80px; border-bottom: 1px solid var(--line); background: #fafafaf5; position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.detail-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.detail-logo { display: block; color: var(--ink); line-height: 0; }
.detail-logo svg { width: 127px; height: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; background: var(--accent); color: #fff; padding: 17px 23px; border-radius: 9px; font-family: 'Inter SemiBold', Arial, sans-serif; font-size: 14px; line-height: 1.5; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: #533acd; transform: translateY(-2px); }
.detail-header .button { padding: 11px 21px; }
.breadcrumbs { padding-top: 25px; display: flex; gap: 12px; flex-wrap: wrap; color: #87818e; font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs [aria-current] { color: #47404e; }
.detail-hero { padding: 55px 0 58px; display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 54px; min-height: 565px; }
.kicker { font-size: 10px; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; color: #8b8298; margin-bottom: 21px; }
.hero-intro { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 495px; margin-top: 24px; }
.hero-action { margin-top: 29px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.action-note { font-size: 10px; color: #98919f; }
.hero-art { position: relative; min-width: 0; padding: 36px 0 54px; }
.hero-art::before { content: ''; position: absolute; inset: 0 -20px 5px; background: #ece7f8; border-radius: 50%; z-index: -1; }
.hero-art figure { margin: 0; padding: 12px; background: #fff; border-radius: 21px; box-shadow: 0 22px 60px #453b7420; transform: rotate(-4deg); }
.hero-art figure img { border-radius: 12px; width: 100%; aspect-ratio: 1.48; object-fit: cover; }
.hero-art figcaption { display: flex; justify-content: space-between; align-items: center; padding: 12px 5px 1px; font-size: 9px; letter-spacing: .08em; color: #8d8795; }
.hero-art figcaption span { color: var(--accent); font-size: 16px; }
.art-sticker { position: absolute; right: -8px; top: -12px; width: 94px; height: 94px; border-radius: 50%; background: #d6ef8c; color: #3c442b; display: grid; place-content: center; transform: rotate(13deg); font-size: 13px; line-height: 1.2; z-index: 2; }
.art-caption { position: absolute; left: 8px; bottom: -4px; color: #85808f; font-size: 9px; letter-spacing: .1em; max-width: calc(100% - 16px); }
.art-caption::before { content: '✳'; color: var(--accent); font-size: 27px; vertical-align: middle; padding-right: 12px; }
.hero-rail { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); font-size: 11px; color: #8b8393; }
.hero-rail ul { display: flex; flex-wrap: wrap; gap: 25px; padding: 0; margin: 0; list-style: none; }
.hero-rail li::before { content: '✓'; color: var(--accent); margin-right: 8px; }
.hero-rail a { white-space: nowrap; text-decoration: none; color: var(--ink); }
.features { padding: 85px 0 94px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 43px; }
.section-number { font-size: 76px; line-height: .85; font-family: 'Inter SemiBold', Arial, sans-serif; color: #e3ddee; letter-spacing: -.08em; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; }
.feature-item { border-top: 1px solid var(--line); padding-top: 22px; }
.feature-index { display: block; color: var(--accent); font-size: 11px; margin-bottom: 28px; }
.feature-item p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 14px; }
.story-section { background: #24212d; color: #faf8ff; padding: 88px 0; }
.story-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 65px; align-items: center; }
.story-image { margin: 0; position: relative; }
.story-image img { width: 100%; border-radius: 18px; }
.story-image figcaption { font-size: 10px; letter-spacing: .05em; color: #b5aebe; margin-top: 16px; }
.story-copy h2 { margin-bottom: 25px; }
.story-copy p:not(.kicker) { color: #c3becb; font-size: 14px; line-height: 1.8; margin-top: 15px; }
.story-section .kicker { color: #b09bef; }
.story-copy .tip { border-left: 2px solid #bba5ff; padding-left: 17px; margin-top: 26px; font-size: 12px; line-height: 1.7; color: #e2d8f9; }
.steps { padding: 95px 0; }
.step-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.step-list li { padding: 28px; background: #f0edf7; border-radius: 15px; }
.step-list li:nth-child(2) { background: #eeeaf9; }
.step-list li:nth-child(3) { background: #e8e1f8; }
.step-list .step-num { color: #a497b6; font-size: 38px; line-height: 1; display: block; margin-bottom: 36px; font-family: 'Inter SemiBold', Arial, sans-serif; letter-spacing: -.07em; }
.step-list h3 { font-size: 18px; }
.step-list p { color: #77707f; font-size: 13px; line-height: 1.75; margin-top: 14px; }
.faq { border-top: 1px solid var(--line); padding: 65px 0 85px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; }
.faq .kicker { margin-bottom: 15px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 21px 35px 21px 0; font-size: 15px; font-family: 'Inter SemiBold', Arial, sans-serif; line-height: 1.5; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); position: absolute; right: 3px; top: 18px; font-size: 23px; font-family: Arial,sans-serif; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { padding: 0 32px 23px 0; font-size: 14px; line-height: 1.8; color: var(--muted); }
.related { padding-bottom: 75px; }
.related .kicker { margin-bottom: 20px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.related-card { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.related-card small { display: block; color: #948b9f; font-size: 10px; margin-bottom: 6px; }
.related-card strong { font-size: 22px; letter-spacing: -.03em; }
.closing { margin-bottom: 65px; border-radius: 22px; background: #eae2fa; padding: 47px 50px; display: flex; align-items: center; justify-content: space-between; gap: 35px; position: relative; overflow: hidden; }
.closing h2 { font-size: clamp(30px,3vw,40px); }
.closing .button { flex-shrink: 0; }
.page-captions .hero-art::before { background: #fff0da; border-radius: 36% 62% 45% 48%; }
.page-captions .hero-art figure { transform: rotate(3deg); }
.page-captions .art-sticker { background: #c7b4ff; color: #392566; right: -4px; top: auto; bottom: 27px; }
.page-background .hero-art::before { background: #e2ecd9; border-radius: 25px; inset: 8px 8px 16px; transform: rotate(4deg); }
.page-background .art-sticker { background: #d9ccfb; }
.page-enhancer .hero-art::before { background: #dceafa; }
.page-enhancer .hero-art figure { transform: rotate(3deg); }
.page-enhancer .art-sticker { background: #d6edff; color: #2a4770; }
.page-voice .hero-art::before { background: #e9efd8; border-radius: 45% 55% 30% 70%; }
.page-voice .art-sticker { background: #cfb9f4; }
.page-templates .hero-art { padding: 0 36px 30px 10px; }
.page-templates .hero-art figure { width: 75%; margin: 0 auto; transform: rotate(-6deg); position: relative; z-index: 1; }
.page-templates .hero-art figure img { aspect-ratio: .85; object-fit: cover; }
.template-extra { position: absolute; width: 40%; aspect-ratio: .85; object-fit: cover; border: 7px solid white; border-radius: 15px; box-shadow: 0 14px 40px #36304722; }
.template-extra.one { right: -7px; bottom: 6px; transform: rotate(11deg); z-index: 2; }
.template-extra.two { left: -14px; top: 25px; transform: rotate(-17deg); }
.page-templates .art-sticker { right: -3px; top: -20px; z-index: 3; }
.page-templates .art-caption { bottom: -27px; }
@media (min-width: 1450px) { .detail-hero { min-height: 635px; } }
@media (max-width: 1050px) { .wrap { width: calc(100% - 56px); } .detail-hero { gap: 30px; } h1 { font-size: 45px; } .hero-intro { font-size: 15px; } .story-grid { gap: 38px; } .hero-art::before { inset-inline: -8px; } .art-sticker { width: 80px; height: 80px; font-size: 12px; } .feature-grid { gap: 24px; } .faq { gap: 45px; } }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 48px); } .detail-header { height: 70px; } .detail-logo svg { width: 111px; height: 21px; } .detail-header .button { font-size: 12px; padding: 10px 17px; }
  .breadcrumbs { font-size: 10px; padding-top: 22px; gap: 9px; } .detail-hero { grid-template-columns: 1fr; padding: 39px 0 30px; gap: 36px; } h1 { font-size: clamp(38px,7.4vw,54px); } .kicker { font-size: 9px; } .hero-intro { margin-top: 20px; } .hero-action { margin-top: 23px; } .hero-art { max-width: 530px; width: 100%; margin: 0 auto; padding: 20px 12px 45px; } .hero-art figure { padding: 8px; border-radius: 16px; } .hero-art figure img { border-radius: 10px; } .hero-art figcaption { font-size: 8px; } .art-sticker { right: 0; top: -13px; } .art-caption { font-size: 8px; bottom: -2px; } .hero-rail { align-items: flex-start; font-size: 10px; } .hero-rail ul { gap: 8px 18px; } .hero-rail a { display: none; }
  .features { padding: 56px 0; } .section-head { margin-bottom: 30px; gap: 15px; } .section-number { font-size: 55px; } h2 { font-size: 32px; } .feature-grid { grid-template-columns: 1fr; gap: 28px; } .feature-item { display: grid; grid-template-columns: 30px 1fr; gap: 0 14px; padding-top: 19px; } .feature-index { margin: 5px 0 0; } .feature-item p { grid-column: 2; margin-top: 10px; font-size: 14px; }
  .story-section { padding: 55px 0; } .story-grid { grid-template-columns: 1fr; gap: 35px; } .story-image { max-width: 530px; margin: 0 auto; } .story-copy p:not(.kicker) { font-size: 14px; }
  .steps { padding: 58px 0; } .step-list { grid-template-columns: 1fr; gap: 12px; } .step-list li { padding: 25px; display: grid; grid-template-columns: 42px 1fr; gap: 0 16px; } .step-list .step-num { grid-row: 1 / 3; font-size: 29px; margin-bottom: 0; } .step-list p { grid-column: 2; margin-top: 10px; } .step-list h3 { font-size: 18px; }
  .faq { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 52px; } .faq summary { font-size: 14px; } .related { padding-bottom: 48px; } .related-grid { grid-template-columns: 1fr; gap: 0; } .related-card + .related-card { border-top: 0; } .related-card strong { font-size: 20px; } .closing { padding: 31px 25px; flex-direction: column; align-items: flex-start; margin-bottom: 42px; border-radius: 17px; } .closing h2 { font-size: 31px; }
  .page-templates .hero-art { max-width: 470px; margin-top: 8px; padding: 15px 32px 50px; } .page-templates .template-extra.one { right: 0; bottom: 32px; } .page-templates .template-extra.two { left: 0; } .page-templates .art-caption { bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } .button:hover, .related-card:hover > span { transform: none; } }
@media (max-width: 760px) {
  .detail-page .hero-art::before { transform: none; inset: 0 0 15px; }
  h1 { font-size: clamp(32px, 9.7vw, 54px); }
}
