
:root {
  color-scheme: dark;
  --platform-bg: #0d0f13;
  --platform-bg-subtle: #12151a;
  --platform-surface: #171a20;
  --platform-surface-raised: #1f232b;
  --platform-surface-soft: #242832;
  --platform-text: #f4f0ea;
  --platform-text-muted: #aaa5a0;
  --platform-text-dim: #77747a;
  --platform-border: rgba(244, 240, 234, .12);
  --platform-border-strong: rgba(244, 240, 234, .22);
  --platform-action: #a94f63;
  --platform-action-hover: #bd6175;
  --platform-action-strong: #762d3e;
  --platform-action-soft: rgba(169, 79, 99, .15);
  --platform-accent-warm: #d8cbbb;
  --platform-accent-cool: #506079;
  --platform-success: #48a77a;
  --platform-danger: #d5626a;
  --platform-shadow: 0 24px 80px rgba(0, 0, 0, .3);
  --platform-radius: 16px;
}

:root[data-theme="light"] {
  color-scheme: light;
  --platform-bg: #f4f1eb;
  --platform-bg-subtle: #ebe6df;
  --platform-surface: #ffffff;
  --platform-surface-raised: #faf8f4;
  --platform-surface-soft: #eee9e2;
  --platform-text: #222025;
  --platform-text-muted: #6d6869;
  --platform-text-dim: #928c8a;
  --platform-border: rgba(45, 37, 40, .13);
  --platform-border-strong: rgba(45, 37, 40, .24);
  --platform-action: #762d3e;
  --platform-action-hover: #8f3b4f;
  --platform-action-strong: #5d2130;
  --platform-action-soft: rgba(118, 45, 62, .1);
  --platform-accent-warm: #b9a994;
  --platform-accent-cool: #41516a;
  --platform-success: #287553;
  --platform-danger: #ad3f4a;
  --platform-shadow: 0 24px 70px rgba(64, 48, 52, .12);
}

.platform-theme-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 58px;
  height: 32px;
  padding: 3px;
  color: var(--platform-text-muted);
  background: var(--platform-surface-raised);
  border: 1px solid var(--platform-border);
  border-radius: 999px;
  cursor: pointer;
  isolation: isolate;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.platform-theme-toggle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: var(--platform-action);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  transition: transform .22s cubic-bezier(.2, .7, .2, 1);
}
:root[data-theme="light"] .platform-theme-toggle::before { transform: translateX(26px); }
.platform-theme-toggle span { display: grid; place-items: center; height: 24px; font-size: 13px; line-height: 1; }
.platform-theme-toggle .theme-dark-icon { color: #fff; }
.platform-theme-toggle .theme-light-icon { color: var(--platform-text-dim); }
:root[data-theme="light"] .platform-theme-toggle .theme-dark-icon { color: var(--platform-text-dim); }
:root[data-theme="light"] .platform-theme-toggle .theme-light-icon { color: #fff; }
.platform-theme-toggle:hover { border-color: var(--platform-border-strong); }
.platform-theme-toggle:focus-visible { outline: 3px solid var(--platform-action); outline-offset: 3px; }

.platform-brand-symbol{display:block;width:100%;height:100%;overflow:visible}
.platform-brand-wordmark{display:inline-flex;align-items:baseline;letter-spacing:-.045em;white-space:nowrap}
.platform-brand-wordmark strong{color:var(--platform-action);font:inherit}

:root { --page: min(1240px, calc(100% - 64px)); --marketing-accent: var(--platform-accent-warm); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
:root[data-theme="light"] { --marketing-accent: var(--platform-action-strong); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; background: var(--platform-bg); }
body { margin: 0; color: var(--platform-text); background: var(--platform-bg); font-size: 16px; line-height: 1.5; }
::selection { color: #fff; background: var(--platform-action); }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
:is(a, button, summary, iframe):focus-visible { outline: 2px solid var(--platform-action); outline-offset: 5px; }
[hidden] { display: none !important; }
main:focus { outline: none; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--platform-action); border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) { body.motion-ready .reveal { transition: opacity .7s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(28px); } }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { position: fixed; z-index: 100; top: 12px; left: 50%; width: var(--page); min-height: 68px; padding: 10px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border: 1px solid transparent; border-radius: 12px; transform: translateX(-50%); background: var(--platform-bg); transition: border-color .18s, box-shadow .18s; }
.page-progress { position: absolute; left: 12px; right: 12px; bottom: -1px; height: 1px; overflow: hidden; border-radius: 999px; pointer-events: none; }.page-progress i { display: block; width: 100%; height: 100%; background: var(--platform-action); transform: scaleX(var(--page-progress,0)); transform-origin: left; }
.site-header.is-scrolled { border-color: var(--platform-border); box-shadow: 0 6px 24px #00000012; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; min-height: 44px; font-size: 17px; font-weight: 750; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: block; width: 34px; height: 34px; flex: 0 0 auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 24px; }
.desktop-nav a, .login-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--platform-text-muted); font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover, .login-link:hover { color: var(--platform-text); }
.header-actions, .auth-actions, .auth-user-actions { display: flex; align-items: center; gap: 16px; }
.header-actions { justify-self: end; gap: 12px; }
.header-theme { display: flex; align-items: center; }
.platform-theme-toggle { height: 44px; min-height: 44px; }
.platform-theme-toggle::before { top: 9px; }
.profile-button { position: relative; display: block; width: 44px; height: 44px; flex: 0 0 auto; color: var(--platform-text); background: var(--platform-surface); border: 1px solid var(--platform-border); border-radius: 50%; }
.profile-button:hover { border-color: var(--platform-action); background: var(--platform-action-soft); }
.profile-button span::before { content: ""; position: absolute; left: 50%; top: 10px; width: 8px; height: 8px; background: currentColor; border-radius: 50%; transform: translateX(-50%); }
.profile-button span::after { content: ""; position: absolute; left: 50%; bottom: 9px; width: 18px; height: 10px; background: currentColor; border-radius: 12px 12px 5px 5px; transform: translateX(-50%); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 650; line-height: 1.4; text-decoration: none; transition: background .18s, border-color .18s; }
.button > span[aria-hidden="true"] { transition: transform .2s ease; }.button:hover > span[aria-hidden="true"] { transform: translate(2px,-2px); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.button-solid, .button-primary { color: #fff; background: var(--platform-action); }
.button-solid:hover, .button-primary:hover { background: var(--platform-action-hover); }
.button-ghost { background: var(--platform-surface); border-color: var(--platform-border); }
.button-ghost:hover { border-color: var(--platform-border-strong); background: var(--platform-surface-raised); }
.menu-button, .mobile-menu { display: none; }
.fallback-navigation { display: flex; flex-wrap: wrap; gap: 8px 24px; width: var(--page); margin: 96px auto 0; }.fallback-navigation a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }body:has(.fallback-navigation) .hero { padding-top: 36px; }
body:has(.fallback-navigation) :is(.header-theme, .menu-button) { display: none; }

.hero { position: relative; isolation: isolate; overflow: clip; padding: 142px 0 66px; background: linear-gradient(var(--platform-bg) 45%, var(--platform-bg-subtle)); }
.hero-motion-field { position: absolute; z-index: -1; inset: 0 0 22%; overflow: hidden; pointer-events: none; }
.ambient-shape { position: absolute; display: block; border: 1px solid color-mix(in srgb,var(--platform-action) 25%,transparent); background: color-mix(in srgb,var(--platform-action) 5%,transparent); transform: translate3d(0,calc(var(--hero-scroll,0) * 54px),0); }
.ambient-shape-a { width: min(34vw,480px); aspect-ratio: 1.45; top: 80px; left: 2vw; border-radius: 45% 55% 62% 38%/58% 40% 60% 42%; rotate: -12deg; }
.ambient-shape-b { width: min(32vw,460px); aspect-ratio: 1; top: 22px; right: 1vw; border-radius: 50%; box-shadow: inset 0 0 0 44px color-mix(in srgb,var(--platform-action) 2.5%,transparent),inset 0 0 0 88px color-mix(in srgb,var(--platform-action) 1.5%,transparent); }
.hero-line-art { position: absolute; inset: 52px 0 auto; width: 100%; height: 630px; overflow: hidden; opacity: .55; }.hero-line-art path { fill: none; stroke: color-mix(in srgb,var(--marketing-accent) 42%,transparent); stroke-width: 1.25; stroke-linecap: round; stroke-dasharray: .045 .035; animation: hero-current 20s linear infinite; }.hero-line-art path:last-child { opacity: .42; animation-direction: reverse; animation-duration: 27s; }
@keyframes hero-current { to { stroke-dashoffset: -1; } }
.hero-copy { position: relative; z-index: 1; width: var(--page); max-width: 960px; margin: 0 auto 48px; text-align: center; }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--platform-text-muted); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { display: grid; margin: 0; font-size: clamp(48px, 5.4vw, 78px); line-height: 1.03; letter-spacing: -.055em; font-weight: 700; }
.hero-line { display: block; overflow: hidden; color: inherit; }.hero-line > span { display: block; }.hero-line-accent { color: var(--marketing-accent); }
@media (prefers-reduced-motion: no-preference) { .motion-ready .hero-line > span { animation: hero-line-in .9s cubic-bezier(.16,1,.3,1) both; }.motion-ready .hero-line-accent > span { animation-delay: .1s; }.motion-ready .hero-subtitle,.motion-ready .hero-actions,.motion-ready .micro-proof { animation: hero-fade-in .7s .24s ease both; } }
@keyframes hero-line-in { from { transform: translateY(105%); } }@keyframes hero-fade-in { from { opacity: 0; transform: translateY(12px); } }
.hero-subtitle { max-width: 620px; margin: 24px auto 0; color: var(--platform-text-muted); font-size: 18px; line-height: 1.7; text-wrap: pretty; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.micro-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 20px 0 0; padding: 0; color: var(--platform-text-muted); list-style: none; font-size: 12px; }
.micro-proof li::before { content: "✓"; margin-right: 7px; color: var(--platform-success); }
.hero-product { width: min(1080px, calc(100% - 64px)); margin: auto; padding: 8px; background: var(--platform-surface-raised); border: 1px solid var(--platform-border-strong); border-radius: 16px; box-shadow: 0 16px 48px #00000016; }
.hero-product[data-tilt] { transform: translateY(calc(var(--scene-shift,0) * -20px)) perspective(1400px) rotateX(var(--hero-rotate-x, 0deg)) rotateY(var(--hero-rotate-y, 0deg)); transition: transform .22s ease-out; }
.browser-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; padding: 0 12px 8px; }
.browser-dots { display: flex; flex: 0 0 auto; gap: 5px; }
.browser-dots span { width: 7px; height: 7px; background: var(--platform-text-muted); opacity: .6; border-radius: 50%; }
.browser-address { color: var(--platform-text-muted); font-size: 11px; }
.browser-live { color: var(--platform-text-muted); font-size: 10px; }
.portfolio-shell { --demo-accent: #e6a6b6; position: relative; padding: 28px 36px 24px; overflow: hidden; color: #f4f0ea; background: #11141a; border-radius: 8px; }
.portfolio-shell::before { content: ""; position: absolute; width: 460px; height: 460px; right: -170px; bottom: -220px; border: 1px solid #a94f634d; border-radius: 50%; box-shadow: 0 0 0 60px #a94f6309, 0 0 0 120px #a94f6305; pointer-events: none; }
.portfolio-shell::after { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(500px circle at var(--hero-light-x, 70%) var(--hero-light-y, 30%), #e6a6b60d, transparent 70%); pointer-events: none; transition: opacity .3s; }
.hero-product.is-tilting .portfolio-shell::after { opacity: 1; }
.portfolio-nav, .portfolio-hero, .project-row, .availability-pill { position: relative; z-index: 1; }
.portfolio-nav { display: flex; align-items: center; gap: 28px; color: #bbc0ca; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-logo { margin-right: auto; color: var(--demo-accent); font-size: 17px; font-weight: 700; }
.portfolio-hero { display: grid; grid-template-columns: minmax(0, 1fr) 200px; align-items: center; gap: 36px; padding: 36px 0; }
.portfolio-kicker { margin: 0 0 14px; color: var(--demo-accent); font-size: 11px; font-weight: 600; }
.portfolio-hero h2 { margin: 0; font-size: clamp(36px, 4.4vw, 62px); line-height: 1.03; letter-spacing: -.055em; font-weight: 650; }
.portfolio-hero h2 span { color: var(--demo-accent); }
.portfolio-hero p:not(.portfolio-kicker) { max-width: 430px; margin: 18px 0 0; color: #bbc0ca; font-size: 13px; line-height: 1.6; }
.portfolio-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.portfolio-tags span { padding: 5px 9px; color: #c8cdd5; border: 1px solid #ffffff24; border-radius: 5px; font-size: 10px; }
.portrait { width: 180px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: #d9cbbb; }
.portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.portrait-stage { position: relative; justify-self: center; width: 180px; aspect-ratio: 1; }
.portrait-stage .portrait { width: 100%; margin: 0; }
.portrait-ring { position: absolute; inset: -12px; border: 1px dashed #d8cbbb70; border-radius: 50%; pointer-events: none; }
.portrait-ring::after { content: ""; position: absolute; top: -3px; left: calc(50% - 3px); width: 6px; height: 6px; border-radius: 50%; background: var(--demo-accent); box-shadow: 0 0 0 4px #e6a6b612; }
.project-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.project-row article { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 14px; border: 1px solid #ffffff1f; border-radius: 6px; }
.project-row article { background: #ffffff03; transition: transform .2s, border-color .2s, background .2s; }
@media (hover: hover) and (pointer: fine) { .project-row article:hover { transform: translateY(-3px); border-color: #e6a6b678; background: #e6a6b60a; } }
.project-row article > span { color: var(--demo-accent); font-size: 10px; }
.project-row div { display: grid; min-width: 0; gap: 3px; }
.project-row strong { font-size: 12px; font-weight: 600; }
.project-row small { color: #afb5c0; font-size: 10px; }
.project-row b { margin-left: auto; color: #bbc0ca; font-weight: 400; }
.availability-pill { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #bbc0ca; font-size: 10px; }
.availability-pill span { width: 6px; height: 6px; background: #8ac8a5; border-radius: 50%; }
.hero-caption { margin: 20px 24px 0; color: var(--platform-text-muted); text-align: center; font-size: 12px; }
.hero-caption a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-left: 8px; color: var(--platform-text); }
.story-strip { padding: 30px 24px; border-block: 1px solid var(--platform-border); text-align: center; }
.story-strip > p { margin: 0 0 18px; color: var(--platform-text-muted); font-size: 13px; }
.story-topics { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 32px; margin: 0; padding: 0; list-style: none; }
.story-topics li { color: var(--platform-text); font-size: 15px; font-weight: 550; }
.story-topics li::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 14px 3px 0; background: var(--platform-action); border-radius: 50%; }
.story-strip { padding-inline: 0; overflow: hidden; }
.story-strip > p:not(.visually-hidden) { padding-inline: 24px; }
.marquee { --marquee-gap: clamp(18px, 2.2vw, 32px); overflow: hidden; }
.marquee:focus-visible { outline: 2px solid var(--platform-action); outline-offset: -3px; }
.marquee-group i { flex: none; color: var(--marketing-accent); font-size: .45em; font-style: normal; }
.marquee-group li::before { display: none; }
.marquee:not(.is-ready) .marquee-group { padding-inline: 24px; }
.marquee:not(.is-ready) .marquee-group i { display: none; }
.marquee:not(.is-ready) [aria-hidden="true"] { display: none; }
.marquee.is-ready { cursor: pointer; }
.marquee.is-ready .marquee-track { display: flex; width: max-content; animation: story-scroll var(--marquee-duration, 28s) linear infinite; }
.marquee.is-ready .marquee-group { display: flex; flex: none; flex-wrap: nowrap; justify-content: flex-start; width: max-content; gap: var(--marquee-gap); padding: 0 var(--marquee-gap) 0 0; }
.marquee.is-ready li { display: flex; flex: none; align-items: center; gap: var(--marquee-gap); color: var(--platform-text); font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.3; font-weight: 650; letter-spacing: -.035em; white-space: nowrap; }
.marquee.is-paused .marquee-track, .marquee:focus-visible .marquee-track { animation-play-state: paused; }
@media (hover: hover) { .marquee:hover .marquee-track { animation-play-state: paused; } }
@keyframes story-scroll { to { transform: translateX(-50%); } }
@keyframes portrait-orbit { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: no-preference) { .portrait-ring { animation: portrait-orbit 24s linear infinite; } }
@media (max-width: 1050px) { .portrait-stage { width: 150px; } }
@media (max-width: 820px) { .portrait-stage { width: 136px; } }
@media (max-width: 560px) { .portrait-stage { width: 72px; margin-top: 20px; }.portrait-ring { inset: -6px; } }

.section { width: var(--page); margin-inline: auto; padding-block: 96px; }
.section-heading { max-width: 820px; margin-bottom: 36px; }
.section-label { color: var(--platform-text-muted); }
.section-heading h2, .showcase h2, .faq-heading h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 3.8vw, 52px); line-height: 1.12; letter-spacing: -.045em; font-weight: 650; text-wrap: balance; }
.section-heading h2 span, .showcase h2 span, .faq-heading h2 span { color: var(--marketing-accent); }
.section-heading > p:last-child, .showcase-copy > p:not(.section-label) { max-width: 610px; margin: 20px 0 0; color: var(--platform-text-muted); font-size: 16px; line-height: 1.7; text-wrap: pretty; }
.steps-story { position: relative; min-height: 174vh; }
.story-pin { position: sticky; top: max(88px, calc(50dvh - 270px)); display: grid; grid-template-columns: minmax(0,1.16fr) minmax(320px,.84fr); align-items: start; gap: clamp(42px,6vw,84px); }
.story-stage { position: relative; min-width: 0; padding: 14px; overflow: hidden; color: #f6f2ed; background: #15171d; border: 1px solid #ffffff20; border-radius: 18px; box-shadow: 0 26px 80px #00000024; }
.story-stage::before { content: ""; position: absolute; width: 330px; height: 330px; right: -180px; top: -180px; border: 1px solid #e6a6b657; border-radius: 50%; box-shadow: 0 0 0 48px #e6a6b60a,0 0 0 96px #e6a6b607; }
.story-stage-header { position: relative; z-index: 1; min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 4px 8px 12px; color: #aeb3bd; font-size: 11px; }.story-stage-header b { color: #f1d7de; font-variant-numeric: tabular-nums; font-weight: 600; }
.story-stage-window { position: relative; height: 410px; overflow: hidden; background: #0f1116; border: 1px solid #ffffff17; border-radius: 10px; }
.story-stage-panel { position: absolute; inset: 0; display: grid; align-content: center; padding: clamp(28px,5vw,62px); opacity: 0; transform: translateY(30px) scale(.97); transition: opacity .55s ease,transform .7s cubic-bezier(.2,.8,.2,1); pointer-events: none; }.story-stage-panel.is-active { opacity: 1; transform: none; }
.story-stage-details { gap: 22px; }.story-form-line { display: grid; gap: 7px; padding-bottom: 14px; border-bottom: 1px solid #ffffff1c; }.story-form-line small { color: #8f95a0; font-size: 10px; }.story-form-line strong { font-size: clamp(16px,2.2vw,24px); font-weight: 550; }.story-form-tags { display: flex; flex-wrap: wrap; gap: 8px; }.story-form-tags span { padding: 7px 10px; color: #c6cad1; border: 1px solid #ffffff20; border-radius: 5px; font-size: 10px; }.story-cursor { width: fit-content; margin-top: 8px; padding: 8px 11px; color: #17181d; background: #e6a6b6; border-radius: 5px; font-size: 10px; box-shadow: 0 10px 30px #e6a6b62e; }
.story-stage-themes { place-items: center; perspective: 900px; }.story-theme-sheet { position: absolute; width: 42%; aspect-ratio: .78; display: flex; flex-direction: column; align-items: stretch; gap: 10px; padding: 18px; border: 1px solid #0004; border-radius: 7px; box-shadow: 0 24px 50px #0005; transition: transform .7s cubic-bezier(.2,.8,.2,1); }.story-sheet-nav { display: flex; align-items: center; gap: 8px; }.story-sheet-nav b { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 4px; font-size: 8px; font-weight: 700; }.story-sheet-nav i { display: block; width: 38%; height: 1px; margin-left: auto; background: currentColor; opacity: .38; }.story-theme-sheet > small { margin-top: 12px; font-size: 7px; font-weight: 700; letter-spacing: .16em; opacity: .68; }.story-theme-sheet > strong { margin-top: 2px; font-size: clamp(17px,2vw,25px); line-height: .95; letter-spacing: -.055em; }.story-theme-sheet > em { font-size: 8px; line-height: 1.35; font-style: normal; opacity: .72; }.story-sheet-work { display: grid; gap: 7px; margin-top: auto; padding-top: 12px; border-top: 1px solid currentColor; opacity: .42; }.story-sheet-work i { display: block; width: 100%; height: 4px; background: currentColor; border-radius: 4px; }.story-sheet-work i:nth-child(2) { width: 78%; }.story-sheet-work i:nth-child(3) { width: 52%; }.theme-sheet-one { color: #232824; background: repeating-radial-gradient(ellipse at 50% 108%,transparent 0 8px,#26362d55 9px 11px,transparent 12px 18px),#ed7055; transform: translateX(-58%) rotate(-8deg); }.theme-sheet-two { z-index: 2; color: #23382a; background: radial-gradient(circle at 88% 18%,#e1e7c4 0 14%,transparent 15%),#f7f3e9; transform: translateY(-8px); }.theme-sheet-three { color: #d9f1fa; background: radial-gradient(ellipse at 74% 30%,transparent 0 17%,#b2ddeb55 18% 20%,transparent 21% 29%,#b2ddeb55 30% 32%,transparent 33%),#0c151c; transform: translateX(58%) rotate(8deg); }.story-palette { position: absolute; z-index: 3; left: 50%; bottom: 18px; display: flex; align-items: center; gap: 6px; padding: 7px 10px; color: #c4c8d0; background: #14161c; border: 1px solid #ffffff21; border-radius: 999px; transform: translateX(-50%); }.story-palette i { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: #ed7055; }.story-palette i:nth-child(2){background:#f7f3e9}.story-palette i:nth-child(3){background:#b2ddeb}.story-palette i:nth-child(4){background:#925fff}.story-palette span { margin-left: 3px; font-size: 8px; white-space: nowrap; }
.story-stage-publish { place-items: center; align-content: center; gap: 12px; text-align: center; }.story-publish-ring { display: grid; place-items: center; width: 124px; height: 124px; margin-bottom: 10px; border: 1px solid #8ac8a560; border-radius: 50%; box-shadow: 0 0 0 18px #8ac8a50b,0 0 0 38px #8ac8a507; }.story-publish-ring i { display: grid; place-items: center; width: 58px; height: 58px; color: #122119; background: #8ac8a5; border-radius: 50%; font-size: 24px; font-style: normal; }.story-stage-publish strong { font-size: 25px; font-weight: 600; }.story-stage-publish small { color: #aeb3bd; }.story-share-line { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #bfc4cd; font-size: 10px; }.story-share-line i { width: 6px; height: 6px; background: #8ac8a5; border-radius: 50%; }.story-share-line b { font-weight: 500; }
.story-stage-progress { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; min-height: 52px; padding: 10px 8px 0; color: #aeb3bd; font-size: 10px; }.story-stage-progress > i { height: 2px; overflow: hidden; background: #ffffff17; }.story-stage-progress > i b { display: block; width: 100%; height: 100%; background: #e6a6b6; transform: scaleX(var(--story-progress,.333)); transform-origin: left; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.steps-grid { position: relative; height: 540px; min-width: 0; }
.story-step-slot { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; transform: translateY(24px) scale(.985); visibility: hidden; pointer-events: none; transition: opacity .38s ease,transform .55s cubic-bezier(.2,.8,.2,1),visibility 0s linear .55s; }
.story-step-slot.is-active { z-index: 2; opacity: 1; transform: none; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.step-card { position: relative; min-width: 0; min-height: 224px; display: grid; align-content: center; gap: 14px; padding: 28px; border: 1px solid var(--platform-border); border-radius: 12px; background: var(--platform-surface); transition: border-color .3s,background .3s,transform .3s,box-shadow .3s; }.step-card::after { content: ""; position: absolute; top: 26px; right: 26px; width: 7px; height: 7px; border: 1px solid var(--platform-border-strong); border-radius: 50%; transition: border-color .3s,background .3s,box-shadow .3s; }.step-card.is-active { border-color: color-mix(in srgb,var(--platform-action) 62%,var(--platform-border)); background: color-mix(in srgb,var(--platform-action-soft) 45%,var(--platform-surface)); box-shadow: 0 16px 40px #0000000d; transform: translateX(-8px); }.step-card.is-active::after { border-color: var(--platform-action); background: var(--platform-action); box-shadow: 0 0 0 5px color-mix(in srgb,var(--platform-action) 12%,transparent); }
.step-top { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; color: var(--platform-text-muted); border-bottom: 1px solid var(--platform-border); font-size: 11px; }
.step-top > span:first-child { color: var(--platform-text); font-variant-numeric: tabular-nums; }
.step-visual { position: relative; height: 146px; margin: 24px 0; overflow: hidden; background: var(--platform-bg-subtle); border: 1px solid var(--platform-border); border-radius: 8px; }
.steps-story .step-visual { display: none; }
.details-visual { display: grid; align-content: center; gap: 5px; padding: 18px 22px; }
.details-visual small { color: var(--platform-text-muted); font-size: 10px; }
.details-visual strong { padding-bottom: 8px; border-bottom: 1px solid var(--platform-border); font-size: 13px; font-weight: 500; }
.details-visual p { margin: 0; color: var(--platform-text); font-size: 11px; }
.themes-visual { display: flex; align-items: center; justify-content: center; }
.themes-visual span { position: absolute; width: 92px; height: 108px; border: 1px solid #0002; border-radius: 5px; }
.themes-visual span:nth-child(1) { background: #41516a; transform: translateX(-62px) rotate(-6deg); }
.themes-visual span:nth-child(2) { z-index: 2; background: #d7c9b7; }
.themes-visual span:nth-child(3) { background: #985363; transform: translateX(62px) rotate(6deg); }
.themes-visual span::before, .themes-visual span::after { content: ""; position: absolute; left: 14px; height: 4px; background: #11182788; border-radius: 4px; }
.themes-visual span::before { top: 21px; width: 60%; }.themes-visual span::after { top: 34px; width: 40%; }
.publish-visual { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; padding: 14px; }
.publish-check { display: grid; place-items: center; width: 28px; height: 28px; color: var(--platform-success); border: 1px solid var(--platform-border-strong); border-radius: 50%; }
.publish-visual strong { font-size: 12px; font-weight: 600; }
.publish-visual small { max-width: 100%; overflow-wrap: anywhere; color: var(--platform-text-muted); font-size: 10px; }
.step-card h3 { margin: 2px 0 0; font-size: 21px; letter-spacing: -.025em; font-weight: 600; }
.step-card > p { margin: 0; color: var(--platform-text-muted); font-size: 14px; line-height: 1.7; }

.showcase { position: relative; display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.6fr); align-items: start; gap: 56px; padding-top: 50px; }.showcase::before { content: ""; position: absolute; z-index: -1; width: min(32vw,360px); aspect-ratio: 1; right: 0; top: 24%; border: 1px solid color-mix(in srgb,var(--platform-action) 22%,transparent); border-radius: 50%; transform: translateY(calc((var(--scene-shift,0) - .5) * 54px)); }
.showcase-copy { min-width: 0; }
.template-controls { display: grid; gap: 8px; margin-top: 28px; }
.template-button { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 66px; padding: 12px; color: var(--platform-text); border: 1px solid var(--platform-border); border-radius: 8px; background: transparent; text-align: left; transition: border-color .18s, background .18s; }
.template-button:hover { background: var(--platform-surface-raised); border-color: var(--platform-border-strong); }
.template-button.is-active { background: var(--platform-action-soft); border-color: var(--platform-action); }
.template-button.is-active :is(small,.template-tier) { color: var(--platform-text); }
.template-button > span { display: grid; gap: 3px; min-width: 0; font-size: 13px; font-weight: 650; }
.template-button small { color: var(--platform-text-muted); font-size: 11px; font-weight: 400; }
.template-tier { flex: 0 0 auto; display: inline-flex; align-items: center; margin-left: auto; padding: 3px 7px; color: var(--platform-text-muted); border: 1px solid var(--platform-border-strong); border-radius: 4px; font-size: 10px; line-height: 1.4; font-weight: 500; font-style: normal; }
.tier-free { color: var(--platform-text); background: var(--platform-surface); }
.tier-pro { color: var(--platform-action-text); background: var(--platform-action); border-color: var(--platform-action); }
.swatch { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 6px; border: 1px solid #0003; }
.swatch-flux { background: repeating-radial-gradient(ellipse at 50% 105%, transparent 0 5px, #25362d 6px 8px, transparent 9px 13px), #ed7055; }
.swatch-bloom { background: radial-gradient(circle, #f7f3e9 0 16%, transparent 17%), repeating-conic-gradient(#42634a 0deg 20deg,#e1e7c4 20deg 40deg,#e7987b 40deg 60deg), #f7f3e9; }
.swatch-parallax { background: radial-gradient(ellipse at 66% 42%, transparent 0 19%, #b2ddeb 20% 22%, transparent 23% 31%, #b2ddeb 32% 34%, transparent 35%), #0c151c; }
.swatch-lumen { background: radial-gradient(circle at 76% 25%,#ff6e60aa,transparent 32%),radial-gradient(circle at 27% 72%,#4fd9efaa,transparent 38%),radial-gradient(circle at 45% 18%,#925fffaa,transparent 42%),#111019; }
.interactive-preview { min-width: 0; overflow: hidden; padding: 8px; background: var(--platform-surface-raised); border: 1px solid var(--platform-border-strong); border-radius: 14px; }
.preview-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 64px; padding: 6px 12px 12px; }
.preview-identity { display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 13px; font-weight: 600; }
.preview-identity img { display: block; flex: 0 0 32px; width: 32px; height: 32px; object-fit: cover; border-radius: 50%; }
.preview-identity > span { display: grid; gap: 3px; }
.preview-identity small { color: var(--platform-text-muted); font-size: 11px; font-weight: 400; }
.preview-open { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 44px; gap: 8px; font-size: 12px; font-weight: 600; text-decoration: none; }
.preview-open:hover { text-decoration: underline; }
.real-preview-frame { display: block; width: 100%; height: 650px; min-height: 0; background: var(--platform-bg); border: 0; border-radius: 6px; }
.preview-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 4px 12px; min-height: 42px; padding: 10px 10px 2px; color: var(--platform-text-muted); font-size: 11px; }
.preview-footer p { margin: 0; }
.preview-retry { min-height: 44px; padding: 0 12px; color: var(--platform-text); background: var(--platform-surface); border: 1px solid var(--platform-border-strong); border-radius: 6px; font-size: 12px; }
.example-disclaimer { color: var(--platform-text-muted); font-size: 12px !important; line-height: 1.7; }
.gallery-disclaimer { margin: 24px 0 0; }
.example-gallery { padding-top: 24px; }
.example-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.example-card { display: block; min-width: 0; overflow: hidden; padding: 8px; background: var(--platform-surface); border: 1px solid var(--platform-border); border-radius: 12px; text-decoration: none; transition: border-color .22s,transform .3s ease,box-shadow .3s ease; }
.example-card:hover { border-color: var(--platform-action); transform: translateY(-6px); box-shadow: 0 22px 50px #0000001a; }
.example-frame { position: relative; height: 340px; overflow: hidden; background: var(--platform-bg-subtle); border: 1px solid var(--platform-border); border-radius: 6px; }
.example-frame iframe { display: block; width: 142%; height: 142%; border: 0; pointer-events: none; transform: scale(.704); transform-origin: top left; }
.example-meta { display: grid; gap: 14px; padding: 18px 8px 10px; }
.example-person { display: flex; align-items: center; min-width: 0; gap: 10px; }
.example-person > img { display: block; width: 38px; height: 38px; flex: 0 0 auto; object-fit: cover; object-position: center 18%; border-radius: 50%; }
.example-person > span { display: grid; min-width: 0; gap: 4px; }
.example-meta strong { font-size: 14px; font-weight: 650; }.example-meta small { color: var(--platform-text-muted); font-size: 11px; }
.example-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--platform-text-muted); font-size: 11px; }
.example-link .template-tier { margin-left: 0; }

.plans { border-top: 1px solid var(--platform-border); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1000px; }
.price-card { min-width: 0; padding: 32px; background: var(--platform-surface); border: 1px solid var(--platform-border); border-radius: 12px; }
.price-card.featured { border-color: var(--platform-action); border-top-width: 3px; padding-top: 30px; }
.future-plan { background: transparent; }
.plan-name { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.plan-name > span { font-size: 20px; font-weight: 650; }
.plan-name i { padding: 5px 8px; color: var(--platform-text-muted); background: var(--platform-bg-subtle); border: 1px solid var(--platform-border); border-radius: 5px; font-size: 11px; font-weight: 500; font-style: normal; }
.price-card h3 { display: grid; gap: 10px; margin: 32px 0 20px; font-size: 48px; line-height: 1.1; letter-spacing: -.045em; font-weight: 650; }
.price-card h3 small { color: var(--platform-text-muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.future-plan h3 { font-size: 32px; margin-top: 40px; }
.price-card > p { max-width: 380px; margin: 0; color: var(--platform-text-muted); font-size: 14px; line-height: 1.7; }
.price-button { width: 100%; margin: 24px 0; }
.price-card .plan-availability { margin-block: 24px; min-height: 50px; }
.price-card ul { display: grid; gap: 13px; margin: 0; padding: 24px 0 0; border-top: 1px solid var(--platform-border); list-style: none; }
.price-card li { color: var(--platform-text); font-size: 13px; line-height: 1.6; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--platform-success); }
.future-plan li::before { color: var(--platform-text-muted); }
.faq-section { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.3fr); gap: 80px; padding-top: 32px; }
.faq-list { border-top: 1px solid var(--platform-border); }
.faq-list details { border-bottom: 1px solid var(--platform-border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 20px; padding: 20px 0; cursor: pointer; font-size: 16px; font-weight: 550; line-height: 1.5; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 20px; color: var(--platform-text-muted); text-align: center; font-size: 22px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0 32px 22px 0; color: var(--platform-text-muted); font-size: 14px; line-height: 1.8; }
.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 88px 24px; color: #f7f2ed; background: var(--platform-action-strong); text-align: center; }
.final-cta-current { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .3; pointer-events: none; }.final-cta-current path,.final-cta-current circle { fill: none; stroke: #f7f2ed; stroke-width: 1.25; vector-effect: non-scaling-stroke; }.final-cta-current path { stroke-dasharray: .055 .035; animation: final-current 24s linear infinite; }.final-cta-current circle:first-of-type { opacity: .36; }.final-cta-current circle:last-of-type { opacity: .6; }
@keyframes final-current { to { stroke-dashoffset: -1; } }
.final-cta-copy { position: relative; max-width: 850px; margin: auto; }
.final-cta .eyebrow { color: #f1dce2; }
.final-cta h2 { font-size: clamp(34px, 3.8vw, 52px); }
.final-cta h2 span { color: #ebc6d0; }
.final-cta p:not(.eyebrow) { margin: 22px 0 28px; color: #f1dce2; font-size: 16px; }
.button-light { color: #5d2130; background: #f7f2ed; }
.button-light:hover { background: #fff; }
.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px 24px; width: var(--page); margin: auto; padding: 38px 0; }
.site-footer p { margin: 0; color: var(--platform-text-muted); font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--platform-text-muted); font-size: 12px; text-decoration: none; }
.site-footer nav a:hover { color: var(--platform-text); text-decoration: underline; }
.site-footer small { justify-self: end; color: var(--platform-text-muted); font-size: 11px; }

@media (min-width: 1800px) { :root { --page: min(1440px, calc(100% - 96px)); }.hero-product { width: min(1160px, calc(100% - 64px)); } }
@media (max-width: 1050px) { .site-header { gap: 16px; }.desktop-nav { gap: 16px; }.header-actions { gap: 8px; }.auth-actions { gap: 12px; }.section { padding-block: 72px; }.step-card { padding: 20px; }.showcase { gap: 28px; }.faq-section { gap: 44px; }.portfolio-hero { grid-template-columns: minmax(0, 1fr) 160px; }.portrait { width: 150px; }.example-person > img { width: 32px; height: 32px; } }
@media (max-width: 820px) {
 :root { --page: calc(100% - 40px); }
 .site-header { grid-template-columns: 1fr auto auto; min-height: 64px; gap: 10px; padding: 8px 10px; border-color: var(--platform-border); }
 .desktop-nav, .header-actions > :is(.auth-actions,.auth-user-actions) { display: none; }.header-actions { margin: 0; }
 .menu-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; color: var(--platform-text); background: var(--platform-surface); border: 1px solid var(--platform-border); border-radius: 8px; }
 .menu-button span { width: 18px; height: 1.5px; background: currentColor; transition: transform .15s; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
 .mobile-menu { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: grid; gap: 4px; max-height: calc(100dvh - 108px); overflow: auto; padding: 16px; color: var(--platform-text); background: var(--platform-surface); border: 1px solid var(--platform-border-strong); border-radius: 12px; box-shadow: var(--platform-shadow); }
 .mobile-menu a { display: flex; align-items: center; min-height: 48px; padding: 10px 14px; font-size: 14px; text-decoration: none; border-radius: 6px; }.mobile-menu a:not(.button):hover { background: var(--platform-bg-subtle); }.mobile-menu > span { display: grid; gap: 8px; padding-top: 8px; border-top: 1px solid var(--platform-border); }
 .hero { padding-top: 124px; padding-bottom: 40px; }.hero-copy { margin-bottom: 36px; }.hero h1 { font-size: clamp(44px, 7vw, 64px); }.hero-subtitle { max-width: 560px; font-size: 16px; }.hero-product { width: var(--page); }.portfolio-shell { padding: 24px; }.portfolio-hero { grid-template-columns: minmax(0, 1fr) 140px; gap: 22px; }.portrait { width: 136px; }.portfolio-hero h2 { font-size: 40px; }.project-row { gap: 6px; }.project-row article { padding: 10px; gap: 7px; }.project-row small { font-size: 9px; }
 .steps-story { min-height: max(1320px, 230svh); }.story-pin { top: 74px; display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto; align-content: start; gap: 10px; }.story-stage { display: block; padding: 8px; border-radius: 14px; box-shadow: 0 18px 46px #00000024; }.story-stage::before { width: 220px; height: 220px; right: -132px; top: -138px; }.story-stage-header { min-height: 34px; padding: 2px 5px 8px; font-size: 9px; }.story-stage-window { height: clamp(190px,36dvh,300px); }.story-stage-panel { padding: clamp(17px,5vw,28px); }.story-stage-details { gap: 14px; }.story-form-line { gap: 4px; padding-bottom: 9px; }.story-form-line strong { font-size: clamp(14px,4.4vw,18px); }.story-form-tags span { padding: 5px 7px; font-size: 8px; }.story-cursor { margin-top: 2px; padding: 6px 8px; font-size: 8px; }.story-theme-sheet { width: 41%; gap: 7px; padding: 12px; }.story-theme-sheet > small { margin-top: 6px; }.story-theme-sheet > strong { font-size: clamp(14px,4.6vw,20px); }.story-palette { bottom: 10px; padding: 5px 7px; }.story-palette span { display: none; }.story-publish-ring { width: 82px; height: 82px; box-shadow: 0 0 0 12px #8ac8a50b,0 0 0 24px #8ac8a507; }.story-publish-ring i { width: 42px; height: 42px; font-size: 18px; }.story-stage-publish strong { font-size: 20px; }.story-stage-publish small { max-width: 90%; overflow: hidden; text-overflow: ellipsis; }.story-stage-progress { min-height: 36px; padding: 7px 5px 0; gap: 10px; font-size: 9px; }.steps-grid { position: relative; height: clamp(120px,18dvh,155px); min-height: 120px; }.story-step-slot { align-items: start; transform: translateY(12px); }.story-step-slot.is-active { transform: none; }.step-card,.step-card.is-active { width: 100%; min-height: 116px; display: grid; grid-template-columns: minmax(0,1fr); align-content: center; gap: 5px; padding: 13px 15px; transform: none; }.steps-story .step-visual { display: none; }.step-top { grid-column: 1; padding-bottom: 7px; }.step-card h3 { grid-column: 1; margin: 0; font-size: 18px; }.step-card > p { grid-column: 1; margin: 0; font-size: 12px; line-height: 1.42; }
 .story-stage-panel { transition: opacity .2s ease,transform .32s cubic-bezier(.2,.8,.2,1); }.story-step-slot { transition: opacity .2s ease,transform .32s cubic-bezier(.2,.8,.2,1),visibility 0s linear .32s; }
 .showcase { grid-template-columns: 1fr; gap: 24px; }.template-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }.showcase-copy > p:not(.section-label) { max-width: 640px; }.real-preview-frame { height: 590px; }
 .example-grid { gap: 12px; }.example-frame { height: 270px; }.example-person > img { display: none; }.example-meta { padding-inline: 2px; }.example-meta small { font-size: 10px; }.price-card { padding: 24px; }.price-card.featured { padding-top: 22px; }.faq-section { grid-template-columns: 1fr; gap: 32px; }.site-footer { grid-template-columns: 1fr; gap: 12px; }.site-footer small { justify-self: start; }
}
@media (max-width: 560px) {
 :root { --page: calc(100% - 32px); }
 .site-header { top: 10px; }.brand { gap: 8px; font-size: 16px; }.brand-mark { width: 30px; height: 30px; }.hero { padding-top: 116px; }.hero-copy { text-align: left; }.eyebrow { margin-bottom: 16px; font-size: 10px; }.hero h1 { font-size: clamp(38px, 10.5vw, 54px); line-height: 1.08; }.hero-subtitle { margin-top: 20px; font-size: 15px; line-height: 1.7; }.hero-actions { justify-content: flex-start; margin-top: 24px; gap: 10px; }.hero-actions .button { min-height: 48px; padding-inline: 16px; font-size: 12px; gap: 9px; }.micro-proof { justify-content: flex-start; gap: 8px 14px; font-size: 11px; }.micro-proof li:last-child { flex-basis: 100%; }
 .hero-motion-field { bottom: 34%; }.ambient-shape-a { width: 72vw; left: 14vw; }.ambient-shape-b { width: 64vw; right: 1vw; }.hero-line-art { inset-inline: 0; width: 100%; }.hero-product { padding: 6px; border-radius: 12px; }.browser-bar { min-height: 32px; padding: 0 6px 6px; gap: 8px; }.browser-address { font-size: 10px; }.browser-live { display: none; }.browser-dots span { width: 5px; height: 5px; }.portfolio-shell { padding: 20px 16px; }.portfolio-nav { gap: 12px; font-size: 8px; }.portfolio-logo { font-size: 14px; }.portfolio-hero { grid-template-columns: minmax(0, 1fr) 72px; gap: 12px; padding: 24px 0; align-items: start; }.portrait { width: 72px; margin-top: 20px; }.portfolio-kicker { font-size: 8px; margin-bottom: 12px; }.portfolio-hero h2 { font-size: clamp(25px, 6.9vw, 36px); line-height: 1.07; letter-spacing: -.04em; }.portfolio-hero p:not(.portfolio-kicker) { font-size: 10px; margin-top: 14px; }.portfolio-tags { gap: 5px; margin-top: 12px; }.portfolio-tags span { padding: 4px 5px; font-size: 8px; }.project-row { grid-template-columns: 1fr; gap: 7px; }.project-row article { padding: 11px; }.project-row strong { font-size: 11px; }.project-row small { font-size: 9px; }.availability-pill { font-size: 9px; margin-top: 14px; }.hero-caption { margin: 14px 16px 0; font-size: 11px; }.hero-caption a { margin-left: 4px; }
 .story-strip { padding: 24px 16px; text-align: left; }.story-strip > p { font-size: 12px; }.story-topics { justify-content: flex-start; gap: 12px 18px; }.story-topics li { font-size: 12px; }.story-topics li::before { margin-right: 8px; }
 .themes-visual span { width: 60px; height: 88px; }.themes-visual span:nth-child(1) { transform: translateX(-28px) rotate(-5deg); }.themes-visual span:nth-child(3) { transform: translateX(28px) rotate(5deg); }
 .section { padding-block: 60px; }.section-label { font-size: 10px; margin-bottom: 14px; }.section-heading { margin-bottom: 26px; }.section-heading h2, .showcase h2, .faq-heading h2 { font-size: clamp(30px, 8vw, 40px); }.section-heading > p:last-child, .showcase-copy > p:not(.section-label) { font-size: 14px; margin-top: 16px; }.steps-story .step-card,.steps-story .step-card.is-active { display: grid; padding: 12px 14px; }.steps-story .step-card h3 { margin: 0; font-size: 17px; }.steps-story .step-card > p { font-size: 11px; }.showcase { padding-top: 20px; }.template-controls { grid-template-columns: 1fr; margin-top: 24px; gap: 7px; }.template-button { min-height: 62px; padding: 10px 12px; }.template-button small { font-size: 11px; }.interactive-preview { padding: 6px; border-radius: 10px; }.real-preview-frame { height: clamp(420px, 70svh, 600px); }.preview-toolbar { padding: 6px 4px 12px; min-height: 62px; gap: 8px; }.preview-identity { gap: 7px; font-size: 12px; }.preview-identity small { font-size: 10px; }.preview-open { gap: 4px; font-size: 11px; }.preview-footer { padding-inline: 4px; font-size: 10px; }.example-gallery { padding-top: 12px; }.example-grid { grid-template-columns: 1fr; gap: 20px; }.example-frame { height: 340px; }.example-person > img { display: block; width: 38px; height: 38px; }.example-meta { padding: 16px 8px 10px; gap: 12px; }.example-meta small { font-size: 11px; }.gallery-disclaimer { font-size: 11px !important; }
 .pricing-grid { grid-template-columns: 1fr; gap: 18px; }.price-card h3 { margin-top: 26px; }.price-card > p { font-size: 13px; }.price-card li { font-size: 12px; }.future-plan h3 { font-size: 30px; }.faq-section { padding-top: 8px; gap: 28px; }.faq-list summary { font-size: 14px; }.faq-list details p { font-size: 13px; }.final-cta { padding: 56px 20px; text-align: left; }.final-cta h2 { font-size: 34px; }.final-cta p:not(.eyebrow) { font-size: 14px; }.site-footer { padding-block: 28px; }.site-footer nav { gap: 0 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-product[data-tilt] { transform: none; } *, *::before, *::after { transition-duration: 0s !important; animation: none !important; } }
