:root {
  --page: #f5f6f2;
  --paper: #ffffff;
  --ink: #242824;
  --muted: #69716b;
  --line: #d7dcd7;
  --sage-50: #edf2ec;
  --sage-100: #e1e9e0;
  --sage-300: #bdcbb9;
  --sage-600: #596b56;
  --good: #22c55e;
  --good-soft: #dcfce7;
  --careful: #eab308;
  --careful-soft: #fef9c3;
  --skip: #ef4444;
  --skip-soft: #fee2e2;
  --orange: #eb4c35;
  --wine: #56333a;
  --shadow: 0 28px 70px rgba(41, 54, 44, 0.14);
  --sans: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --serif: "Songti SC", "STSong", "SimSun", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--page); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -1; pointer-events: none; content: ""; opacity: .23; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E"); }
img, svg { display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1328px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 128px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 12px 16px; border-radius: 8px; background: var(--ink); color: #fff; text-decoration: none; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(245, 246, 242, .82); backdrop-filter: blur(18px); transition: border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: rgba(205, 211, 205, .78); box-shadow: 0 8px 35px rgba(31, 40, 34, .06); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; font-size: 20px; font-weight: 780; letter-spacing: -.02em; text-decoration: none; }
.brand img { width: 34px; height: 34px; border: 1px solid #e4e6e3; border-radius: 10px; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a { position: relative; color: #4e554f; font-size: 13px; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--ink); transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.language-switch { display: inline-flex; min-width: 45px; min-height: 38px; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid #cbd2cb; border-radius: 999px; background: rgba(255,255,255,.62); color: #4f5951; font-size: 11px; font-weight: 750; letter-spacing: .04em; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.language-switch:hover { transform: translateY(-1px); border-color: #9eaba0; background: #fff; }
.install-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 650; text-decoration: none; box-shadow: 0 8px 24px rgba(28, 34, 30, .13); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.install-button svg { width: 19px; fill: currentColor; }
.install-button:hover { transform: translateY(-2px); background: #101310; box-shadow: 0 12px 28px rgba(28, 34, 30, .2); }
.install-button:focus-visible, .menu-button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid rgba(89, 107, 86, .35); outline-offset: 3px; }
.menu-button { display: none; width: 42px; height: 42px; place-content: center; gap: 6px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
.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); }

.hero { display: grid; min-height: 685px; grid-template-columns: .84fr 1.26fr; gap: clamp(36px, 5vw, 76px); align-items: center; padding-block: 62px 56px; }
.eyebrow { margin: 0 0 24px; color: #707a72; font-size: 11px; font-weight: 700; letter-spacing: .19em; line-height: 1.5; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 6.2vw, 94px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.hero h1 span { white-space: nowrap; }
html[lang^="en"] .hero h1 { max-width: 590px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 5.7vw, 86px); letter-spacing: -.06em; line-height: .98; }
.hero-lede { max-width: 510px; margin: 34px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-install { width: fit-content; margin-top: 28px; }
.hero-platforms { display: grid; margin-top: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.hero-platforms > p { grid-column: 1 / -1; margin: 0 0 2px; color: #808881; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.platform-pill { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.62); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.platform-pill:hover { transform: translateY(-3px); border-color: #aeb8af; background: #fff; }
.platform-monogram { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 9px; color: #fff; font-size: 15px; font-weight: 800; }
.platform-pill--taobao .platform-monogram { background: #ff5b20; }
.platform-pill--tmall .platform-monogram { background: #df2227; }
.platform-pill--shein .platform-monogram { background: #171717; }
.platform-pill > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.platform-pill b { font-size: 13px; font-weight: 700; }
.platform-pill small { overflow: hidden; color: #89918a; font-size: 9px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 24px; margin: 25px 0 0; padding: 0; color: #858d86; font-size: 11px; list-style: none; }
.hero-facts li { display: flex; align-items: center; gap: 9px; }
.hero-facts li::before { width: 4px; height: 4px; border-radius: 50%; background: #879287; content: ""; }

.browser-stage { position: relative; min-width: 0; padding-bottom: 44px; }
.browser-window { overflow: hidden; border: 1px solid rgba(212, 218, 213, .92); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.browser-bar { display: grid; height: 48px; grid-template-columns: 72px 1fr 72px; align-items: center; border-bottom: 1px solid #e5e8e5; background: #e9ebe9; }
.browser-dots { display: flex; gap: 7px; padding-left: 16px; }
.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #c5cac5; }
.address-bar { display: flex; height: 25px; align-items: center; gap: 8px; overflow: hidden; padding: 0 15px; border-radius: 999px; background: #fff; color: #8e958f; font-size: 9px; white-space: nowrap; }
.address-lock { color: #bec4bf; font-size: 6px; }
.shopping-page { position: relative; display: grid; min-height: 478px; grid-template-columns: 40% 27% 33%; background: #fbfbfa; }
.product-visual { position: relative; overflow: hidden; margin: 24px 12px 24px 24px; border-radius: 5px; background: linear-gradient(135deg, #ebe5df, #d4cec5); transition: background .35s ease; }
.product-visual[data-garment="knit"] { background: linear-gradient(135deg, #d9ddd2, #bfc8bb); }
.product-visual[data-garment="dress"] { background: linear-gradient(135deg, #d8d7db, #b9b8bf); }
.product-halo { position: absolute; inset: 20% 12%; border-radius: 50%; background: rgba(255,255,255,.42); filter: blur(25px); }
.garment { display: none; position: absolute; top: 8%; left: 8%; width: 84%; height: 84%; color: var(--wine); fill: currentColor; filter: drop-shadow(0 22px 16px rgba(58,42,44,.14)); }
.product-visual[data-garment="jacket"] .garment--jacket,
.product-visual[data-garment="knit"] .garment--knit,
.product-visual[data-garment="dress"] .garment--dress { display: block; }
.garment--jacket { color: var(--wine); }
.garment--knit { color: #ede8dc; filter: drop-shadow(0 22px 16px rgba(69,77,67,.16)); }
.garment--dress { color: #29282d; filter: drop-shadow(0 22px 16px rgba(35,34,39,.2)); }
.product-visual.is-changing .garment { animation: garment-in .38s cubic-bezier(.2,.75,.25,1) both; }
@keyframes garment-in { from { opacity: 0; transform: translateY(10px) scale(.965); } to { opacity: 1; transform: none; } }
.garment-cut { fill: #e6dfd7; }
.product-info { min-width: 0; padding: 32px 8px 24px 14px; }
.product-source { overflow: hidden; margin: 0 0 13px; color: #929992; font-size: 8px; letter-spacing: .09em; text-overflow: ellipsis; white-space: nowrap; }
.product-info h2 { margin: 0; font-size: clamp(14px, 1.35vw, 19px); line-height: 1.35; }
.product-price { margin: 12px 0 25px; color: var(--orange); font-size: 23px; font-weight: 800; }
.product-field { margin-top: 21px; }
.product-field > span { display: block; margin-bottom: 9px; color: #818981; font-size: 10px; }
.swatches, .sizes { display: flex; gap: 7px; }
.swatch { display: block; width: 39px; height: 25px; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.swatch--wine { background: var(--wine); }.swatch--black { background: #292929; }
.sizes i { display: grid; width: 29px; height: 26px; place-items: center; border-radius: 4px; background: #eef0ee; font-size: 9px; font-style: normal; }
.sizes .is-selected { background: var(--ink); color: #fff; }
.fake-buy { display: grid; width: 76%; height: 32px; place-items: center; margin-top: 44px; border-radius: 4px; background: #f3d0ca; color: #91564e; font-size: 9px; font-weight: 650; }
.luna-panel { min-width: 0; margin: 14px 13px 14px 6px; padding: 14px; border: 1.5px solid #aebfac; border-radius: 16px; background: #f7faf6; box-shadow: 0 10px 28px rgba(73,91,76,.08), inset 0 0 0 1px rgba(255,255,255,.8); }
.panel-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 12px; font-weight: 700; }
.panel-brand img { border: 1px solid #e7e9e7; border-radius: 7px; }
.score-card { position: relative; padding: 17px 16px 15px 20px; overflow: hidden; border: 1px solid #e2e7e2; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(36,45,38,.06); }
.score-card::before { position: absolute; inset: 0 auto 0 0; width: 5px; border-radius: 3px; background: var(--score-color, var(--good)); content: ""; }
.score-card > p:first-child { margin: 0 0 9px; color: #7d867f; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.score-line { display: flex; align-items: center; }
.score-line strong { font-size: clamp(37px, 4vw, 54px); line-height: 1; }
.score-line > span { align-self: flex-end; margin: 0 auto 5px 5px; color: #868e87; font-size: 9px; }
.score-line em { padding: 7px 9px; border-radius: 999px; background: var(--score-soft, var(--good-soft)); color: var(--score-color, #15803d); font-size: 9px; font-style: normal; font-weight: 750; white-space: nowrap; }
.score-advice { min-height: 48px; margin: 14px 0 10px; color: #4d554f; font-size: 10px; line-height: 1.65; }
.score-card > a { display: inline-flex; gap: 6px; color: #7a837b; font-size: 9px; text-decoration: none; }
.fake-outfit-button { display: grid; height: 44px; place-items: center; margin-top: 12px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 11px; }
.mini-outfit { margin-top: 18px; }
.mini-outfit-head { display: flex; justify-content: space-between; color: #778079; font-size: 9px; font-weight: 650; letter-spacing: .08em; }
.mini-items { display: grid; margin-top: 10px; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.mini-items i { display: grid; aspect-ratio: 1; place-items: center; border-radius: 6px; background: #dcc9bc; font-style: normal; }
.mini-items i:nth-child(2) { background: #c2cfba; }.mini-items i:nth-child(3) { background: #c9bed1; }.mini-items i:nth-child(4) { border: 1px dashed #ced4cf; background: #f2f4f2; color: #79827a; }
.mini-outfit p { color: #7d857e; font-size: 9px; }
.mini-outfit p span { float: right; }
.browser-luna-badge { position: absolute; top: 47%; right: -21px; z-index: 3; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #dfe4df; border-radius: 15px; background: #fff; box-shadow: 0 10px 28px rgba(40,50,43,.18); transform: translateY(-50%); }
.browser-luna-badge img { width: 42px; height: 42px; border-radius: 11px; }
.demo-switcher { display: flex; position: absolute; right: 20px; bottom: 0; align-items: center; gap: 6px; padding: 5px; border: 1px solid #d9ded9; border-radius: 999px; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); box-shadow: 0 8px 20px rgba(41,53,44,.08); }
.demo-switcher > span { padding-inline: 8px; color: #8b938c; font-size: 9px; letter-spacing: .08em; }
.demo-switcher button { border: 0; border-radius: 999px; padding: 8px 12px; background: transparent; color: #68716a; font-size: 10px; cursor: pointer; }
.demo-switcher button.is-active { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.demo-switcher button.is-active::after { position: absolute; right: 7px; bottom: 3px; left: 7px; height: 1px; border-radius: 2px; background: rgba(255,255,255,.72); content: ""; transform-origin: left; animation: demo-progress 2s linear; }
@keyframes demo-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.platform-section { border-block: 1px solid #dbe1da; background: var(--sage-100); }
.section-heading { max-width: 760px; }
.section-heading h2, .outfit-copy h2, .faq-intro h2, .language-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 5vw, 70px); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
html[lang^="en"] .section-heading h2,
html[lang^="en"] .outfit-copy h2,
html[lang^="en"] .faq-intro h2,
html[lang^="en"] .language-inner h2,
html[lang^="en"] .detail-copy h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.section-heading > p:last-child, .outfit-copy > p, .faq-intro > p, .language-inner > p { margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.platform-grid { display: grid; margin-top: 66px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.platform-card { display: grid; min-height: 200px; grid-template-columns: auto 1fr; align-items: center; gap: 22px; padding: 31px; border: 1px solid rgba(201, 210, 201, .92); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 12px 30px rgba(53,68,57,.06); }
.platform-card-mark { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 20px; color: #fff; font-size: 30px; font-weight: 900; }
.platform-card--taobao .platform-card-mark { background: #ff5b20; }.platform-card--tmall .platform-card-mark { background: #df2227; }.platform-card--shein .platform-card-mark { background: #171717; }
.platform-card p { margin: 0 0 5px; color: #89938a; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.platform-card h3 { margin: 0; font-size: 25px; }
.platform-card span { display: block; margin-top: 7px; color: #7d857e; font-size: 12px; }
.platform-card em { grid-column: 1 / -1; width: fit-content; padding: 6px 10px; border-radius: 99px; background: #dff7e6; color: #198849; font-size: 10px; font-style: normal; font-weight: 750; }
.platform-note { margin: 22px 0 0; color: #7f8981; font-size: 11px; }

.score-section { background: var(--page); }
.section-heading--wide { display: grid; max-width: none; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading--wide > p { margin-bottom: 8px; }
.score-scale { display: grid; margin-top: 78px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.scale-card { position: relative; min-height: 300px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.scale-card i { position: absolute; right: -45px; bottom: -65px; width: 185px; height: 185px; border-radius: 50%; background: var(--tone); opacity: .13; }
.scale-range { display: flex; align-items: flex-end; gap: 6px; }
.scale-range strong { font-size: 43px; letter-spacing: -.05em; }
.scale-range span { margin-bottom: 8px; color: #808880; font-size: 12px; }
.scale-card h3 { margin: 70px 0 13px; font-size: 21px; }
.scale-card p { max-width: 285px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.scale-card--good { --tone: var(--good); border-top: 5px solid var(--good); }.scale-card--careful { --tone: var(--careful); border-top: 5px solid var(--careful); }.scale-card--skip { --tone: var(--skip); border-top: 5px solid var(--skip); }
.score-details { display: grid; margin-top: 110px; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.score-radar { position: relative; display: grid; aspect-ratio: 1; max-width: 500px; place-items: center; margin-inline: auto; }
.radar-orbit { position: absolute; border: 1px solid #cfd6cf; border-radius: 50%; }.radar-orbit--outer { width: 92%; height: 92%; }.radar-orbit--inner { width: 61%; height: 61%; }
.radar-center { display: grid; z-index: 1; width: 170px; height: 170px; place-items: center; align-content: center; border-radius: 50%; background: var(--ink); color: #fff; box-shadow: 0 25px 60px rgba(31,39,33,.2); }
.radar-center strong { font-size: 59px; line-height: 1; }.radar-center span { margin-top: 8px; color: #cfd5cf; font-size: 11px; }
.radar-tag { position: absolute; padding: 10px 14px; border: 1px solid #d4dad4; border-radius: 99px; background: #fff; color: #606961; font-size: 11px; box-shadow: 0 8px 22px rgba(40,50,42,.07); }
.radar-tag--one { top: 4%; left: 39%; }.radar-tag--two { right: 0; bottom: 27%; }.radar-tag--three { bottom: 17%; left: 2%; }
.detail-copy h3 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 57px); font-weight: 500; letter-spacing: -.045em; line-height: 1.15; }
.detail-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.detail-copy blockquote { margin: 40px 0 0; padding: 24px 26px; border-left: 4px solid var(--good); border-radius: 0 10px 10px 0; background: #fff; color: #465048; font-family: var(--serif); font-size: 20px; line-height: 1.7; }

.outfit-section { overflow: hidden; background: #252b26; color: #f2f4f0; }
.outfit-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.outfit-copy .eyebrow { color: #aab5aa; }
.outfit-copy > p { color: #b3bcb4; }
.outfit-copy ul { display: grid; gap: 14px; margin: 35px 0 0; padding: 0; color: #ccd2cc; font-size: 14px; list-style: none; }
.outfit-copy li { display: flex; align-items: center; gap: 12px; }
.outfit-copy li::before { width: 7px; height: 7px; border-radius: 50%; background: #a9c2a5; content: ""; }
.outfit-workbench { overflow: hidden; padding: 26px; border: 1px solid #505851; border-radius: 20px; background: #f8f9f6; color: var(--ink); box-shadow: 0 32px 80px rgba(0,0,0,.23); }
.workbench-head { display: flex; align-items: center; justify-content: space-between; }
.workbench-head > div { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 750; }
.workbench-head img { border-radius: 8px; }
.workbench-head small { color: #828a83; }
.outfit-products { display: grid; margin-top: 25px; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.outfit-item { position: relative; min-width: 0; padding: 0 0 12px; overflow: hidden; border: 1px solid #dfe4df; border-radius: 12px; background: #fff; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.outfit-item:hover { transform: translateY(-3px); }
.outfit-item.is-selected { border-color: #8fa08f; box-shadow: 0 7px 18px rgba(57,71,60,.09); }
.outfit-thumb { display: grid; position: relative; aspect-ratio: 1; place-items: center; margin-bottom: 11px; overflow: hidden; background: #ddd0c5; }
.outfit-thumb i { position: relative; display: block; width: 44%; height: 58%; background: #663640; clip-path: polygon(20% 5%, 50% 0, 80% 5%, 100% 36%, 78% 48%, 73% 100%, 27% 100%, 22% 48%, 0 36%); }
.outfit-thumb--knit { background: #dedbcf; }.outfit-thumb--knit i { background: #eee9dd; }.outfit-thumb--trousers { background: #c5c9c4; }.outfit-thumb--trousers i { width: 40%; height: 65%; background: #4f5653; clip-path: polygon(7% 0,93% 0,85% 100%,53% 100%,50% 38%,47% 100%,15% 100%); }.outfit-thumb--bag { background: #d3c2ae; }.outfit-thumb--bag i { width: 53%; height: 42%; background: #86664c; clip-path: none; border-radius: 4px; }.outfit-thumb--bag i::before { position: absolute; top: -34%; left: 22%; width: 53%; height: 55%; border: 5px solid #86664c; border-bottom: 0; border-radius: 20px 20px 0 0; content: ""; }
.outfit-item b, .outfit-item small { display: block; overflow: hidden; padding-inline: 10px; text-overflow: ellipsis; white-space: nowrap; }.outfit-item b { font-size: 12px; }.outfit-item small { margin-top: 4px; color: #8a928b; font-size: 10px; }
.outfit-item em { position: absolute; top: 8px; right: 8px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: #68736a; font-size: 11px; font-style: normal; box-shadow: 0 4px 12px rgba(40,50,42,.1); }
.outfit-item.is-selected em { background: var(--ink); color: #fff; }
.intent-field { display: block; margin-top: 20px; padding: 13px 15px; border: 1px solid #dfe4df; border-radius: 11px; background: #fff; }
.intent-field span { display: block; margin-bottom: 5px; color: #8a928b; font-size: 9px; letter-spacing: .12em; }
.intent-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.outfit-result { display: grid; margin-top: 13px; grid-template-columns: auto 1fr; gap: 13px; padding: 16px; border-radius: 12px; background: var(--sage-100); }
.result-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: var(--ink); color: #fff; }
.outfit-result p { margin: 0 0 7px; color: #758076; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.outfit-result strong { font-size: 12px; font-weight: 550; line-height: 1.65; }
.workbench-hint { margin: 13px 0 0; color: #929a93; font-size: 9px; text-align: center; }

.steps-section .section-heading { margin-bottom: 68px; }
.steps-list { position: relative; display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; }
.steps-list::before { display: none; content: none; }
.steps-list li { position: relative; display: flex; min-height: 360px; flex-direction: column; align-items: flex-start; padding: 0 38px 34px; }
.steps-list li::after { display: none; content: none; }
.step-number { position: relative; z-index: 1; display: grid; width: 74px; height: 74px; place-items: center; margin-bottom: 40px; border: 8px solid var(--page); border-radius: 50%; outline: 1px solid #bfc9c0; background: var(--ink); color: #fff; font-size: 24px; font-weight: 750; }
.step-connector { position: absolute; top: 22px; left: 112px; z-index: 0; width: calc(100% - 74px); height: 30px; overflow: visible; fill: none; stroke: #95a298; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.connector-vertical { display: none; }
.step-icon { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 23px; border-radius: 18px; background: var(--sage-100); }
.step-icon svg { width: 27px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.step-content small { display: block; margin-bottom: 9px; color: #879087; font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.steps-list h3 { margin: 0 0 10px; font-size: 20px; }
.steps-list p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.language-section { border-block: 1px solid #d6ddd5; background: var(--sage-100); }
.language-inner { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 75px; }
.language-inner > p { margin-bottom: 7px; }
.language-marquee { display: flex; grid-column: 1 / -1; gap: 10px; overflow: hidden; padding-top: 55px; }
.language-marquee span { flex: 0 0 auto; padding: 13px 19px; border: 1px solid #cbd5ca; border-radius: 999px; background: rgba(255,255,255,.68); color: #5f685f; font-family: var(--serif); font-size: 17px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro a { text-underline-offset: 4px; }
.faq-list { border-top: 1px solid #cbd1cb; }
.faq-list details { border-bottom: 1px solid #cbd1cb; }
.faq-list summary { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-size: 17px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 22px; height: 22px; flex: 0 0 22px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 10px; left: 3px; width: 16px; height: 1.5px; background: var(--ink); content: ""; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; margin: -6px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.85; }

.site-footer { padding: 80px 0 28px; background: #202520; color: #eef1ed; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 70px; }
.footer-brand .brand img { border-color: #404640; }
.footer-brand p { margin: 22px 0 0; color: #aab2aa; font-family: var(--serif); font-size: 27px; }
.footer-meta { display: grid; grid-template-columns: repeat(2, minmax(170px, auto)); gap: 70px; }
.footer-meta > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-meta span { margin-bottom: 7px; color: #717c73; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-meta a, .footer-meta p { margin: 0; color: #c3cac3; font-size: 12px; text-decoration: none; }
.footer-meta a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid #343b35; color: #79827b; font-size: 10px; }

.install-toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; display: flex; max-width: 385px; align-items: center; gap: 13px; padding: 16px 18px; border: 1px solid #dbe0db; border-radius: 13px; background: #fff; box-shadow: 0 20px 50px rgba(32,42,34,.2); }
.install-toast[hidden] { display: none; }
.install-toast img { border-radius: 9px; }
.install-toast div { display: flex; flex-direction: column; gap: 3px; }.install-toast strong { font-size: 13px; }.install-toast span { color: #767e77; font-size: 11px; }
.install-toast.is-visible { animation: toast-in .3s ease both; }
@keyframes toast-in { from { transform: translateY(12px); opacity: 0; } }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1160px) {
  .primary-nav { gap: 20px; }
  .primary-nav a { font-size: 12px; }
  .hero { grid-template-columns: .78fr 1.22fr; gap: 30px; }
  .hero h1 { font-size: 70px; }
  .shopping-page { grid-template-columns: 38% 28% 34%; }
  .platform-card { padding: 24px; }
  .outfit-layout { gap: 50px; }
}

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 820px); }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(250,251,248,.97); box-shadow: 0 22px 50px rgba(36,45,38,.12); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { padding: 13px 12px; border-radius: 8px; font-size: 14px; }
  .primary-nav a:hover { background: var(--sage-100); }
  .hero { grid-template-columns: 1fr; padding-block: 74px 72px; }
  .hero-copy { max-width: 710px; }
  .hero h1 { font-size: clamp(68px, 12vw, 98px); }
  .hero-platforms { max-width: 600px; }
  .browser-stage { margin-top: 28px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: auto; grid-template-columns: auto 1fr auto; }
  .platform-card em { grid-column: auto; }
  .section-heading--wide, .score-details, .outfit-layout, .language-inner, .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .section-heading--wide > p { max-width: 660px; }
  .score-radar { width: min(100%, 480px); }
  .outfit-copy { max-width: 650px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { display: grid; min-height: auto; grid-template-columns: 74px 64px 1fr; align-items: start; gap: 20px; padding: 0 0 58px; }
  .step-connector { top: 74px; left: 22px; width: 30px; height: calc(100% - 74px); }
  .connector-horizontal { display: none; }
  .connector-vertical { display: block; }
  .step-number { margin: 0; }
  .step-icon { margin: 7px 0 0; }
  .step-content { padding-top: 4px; }
  .steps-list h3 { margin: 0 0 8px; }
  .language-inner > p { margin-top: 0; }
  .faq-intro { position: static; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 620px); }
  .section { padding-block: 88px; }
  .site-header .brand span { font-size: 18px; }
  .hero-install { min-height: 52px; padding-inline: 20px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(58px, 17vw, 78px); }
  .hero-lede { font-size: 16px; }
  .hero-platforms { grid-template-columns: 1fr; }
  .platform-pill { padding: 10px 12px; }
  .hero-facts { gap: 14px; }
  .browser-stage { margin-inline: -5px; }
  .shopping-page { min-height: 440px; grid-template-columns: 46% 54%; }
  .product-visual { margin: 14px 7px 14px 14px; }
  .product-info { padding: 24px 10px; }
  .product-info h2 { font-size: 14px; }
  .product-field, .fake-buy { display: none; }
  .luna-panel { position: absolute; right: 10px; bottom: 12px; width: 53%; margin: 0; padding: 8px; border-radius: 14px; background: rgba(248,250,248,.97); box-shadow: 0 12px 30px rgba(30,40,33,.16); }
  .panel-brand, .mini-outfit { display: none; }
  .score-card { padding: 14px 12px 13px 16px; }
  .score-line strong { font-size: 38px; }
  .score-advice { min-height: 0; font-size: 9px; }
  .fake-outfit-button { height: 38px; }
  .browser-luna-badge { top: 48%; right: -4px; width: 46px; height: 46px; border-radius: 13px; }
  .browser-luna-badge img { width: 37px; height: 37px; }
  .demo-switcher { position: static; width: fit-content; margin: 13px 0 0 auto; }
  .platform-card { grid-template-columns: auto 1fr; padding: 21px; }
  .platform-card em { grid-column: 1 / -1; }
  .section-heading h2, .outfit-copy h2, .faq-intro h2, .language-inner h2 { font-size: clamp(41px, 13vw, 58px); }
  .score-scale { grid-template-columns: 1fr; margin-top: 52px; }
  .scale-card { min-height: 230px; }
  .scale-card h3 { margin-top: 42px; }
  .score-details { margin-top: 75px; }
  .outfit-products { grid-template-columns: repeat(2, 1fr); }
  .outfit-workbench { padding: 18px; }
  .steps-list li { grid-template-columns: 58px 55px 1fr; padding: 0 0 50px; gap: 12px; }
  .step-connector { top: 58px; left: 14px; height: calc(100% - 58px); }
  .step-number { width: 58px; height: 58px; border-width: 6px; font-size: 19px; }
  .step-icon { width: 58px; height: 58px; border-radius: 16px; }
  .step-icon svg { width: 24px; }
  .steps-list p { grid-column: 3; }
  .language-marquee { flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-meta { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .install-toast { right: 14px; bottom: 14px; left: 14px; }
}

@media (max-width: 430px) {
  .hero h1 { letter-spacing: -.075em; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .browser-bar { grid-template-columns: 58px 1fr 12px; }
  .product-info { padding-right: 4px; }
  .product-price { font-size: 20px; }
  .score-line em { display: none; }
  .demo-switcher > span { display: none; }
  .score-radar { transform: scale(.88); margin-block: -25px; }
  .outfit-result { grid-template-columns: 1fr; }
  .result-icon { width: 30px; height: 30px; }
  .steps-list li { grid-template-columns: 44px 1fr; }
  .step-icon { display: none; }
  .step-connector { top: 44px; left: 7px; height: calc(100% - 44px); }
  .step-number { width: 44px; height: 44px; border-width: 5px; font-size: 16px; }
  .footer-meta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
