:root{--bg:#efeae1;--surface:#f6f2e9;--surface-strong:#fff;--text:#2e2b25;--text-sub:#6b665a;--text-label:#4a463d;--point:#9c6b54;--point-strong:#7f5644;--sub-point:#5c7a63;--divider:#dad3c5;--neutral:#d6c9ac;--sans:"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--heading:"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;--text-h:var(--text);--border:var(--divider);--accent:var(--point);--accent-bg:color-mix(in srgb, var(--point) 10%, transparent);--accent-border:color-mix(in srgb, var(--point) 35%, transparent);--code-bg:var(--surface);--social-bg:color-mix(in srgb, var(--surface) 70%, transparent);--shadow:#2e2b251a 0 10px 15px -3px, #2e2b250d 0 4px 6px -2px;--label:var(--mono);font:17px/1.65 var(--sans);letter-spacing:-.01em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}*{box-sizing:border-box}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}body{margin:0}h1,h2,h3{font-family:var(--heading);color:var(--text);margin:0}h1{letter-spacing:-.03em;font-size:clamp(44px,7vw,88px);font-weight:800;line-height:1.02}h2{letter-spacing:-.02em;font-size:clamp(28px,3.4vw,40px);font-weight:800;line-height:1.1}h3{font-size:18px;font-weight:700;line-height:1.3}p{margin:0}a{color:inherit}button{font-family:inherit}.mono-label{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-label);font-size:12px;font-weight:500}.eyebrow-tag{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--bg);background:var(--text);align-items:center;gap:8px;padding:7px 14px;font-size:11px;font-weight:500;display:inline-flex}.index-number{font-family:var(--mono);color:var(--text-sub);font-size:13px;font-weight:500}code{font-family:var(--mono);color:var(--text);background:var(--surface);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.site-header{z-index:50;background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;position:sticky;top:0}.brand{white-space:nowrap;flex-direction:column;gap:2px;text-decoration:none;display:flex}.brand-logo{font-family:var(--heading);letter-spacing:-.02em;color:var(--text);font-size:22px;font-weight:800}.brand-tagline{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-sub);font-size:10px;font-weight:500}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:28px;display:flex}.site-nav a{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-sub);font-size:12px;font-weight:500;text-decoration:none;transition:color .2s}.site-nav a:hover{color:var(--text)}.nav-badge{letter-spacing:.1em;border:1px solid var(--divider);color:var(--text-sub);vertical-align:middle;border-radius:999px;margin-left:6px;padding:2px 6px;font-size:9px}.site-nav .cta-button{background:var(--point);color:var(--bg);align-items:center;gap:8px;padding:10px 18px;transition:background-color .2s;display:inline-flex}.site-nav .cta-button:hover{background:var(--point-strong);color:var(--bg)}.site-footer{border-top:1px solid var(--divider);text-align:center;background:var(--surface);flex-direction:column;align-items:center;gap:20px;padding:48px 24px;display:flex}@media (width>=768px){.site-footer{text-align:left;flex-direction:row;justify-content:space-between}}.footer-brand{font-family:var(--heading);letter-spacing:-.02em;color:var(--text);font-size:18px;font-weight:800}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.footer-links a{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-sub);font-size:12px;font-weight:500;text-decoration:none}.footer-links a:hover{color:var(--text)}.footer-copyright{font-family:var(--mono);letter-spacing:.06em;color:var(--text-sub);opacity:.8;font-size:11px}.landing-page{width:100%}.btn{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;padding:16px 28px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.btn-primary{background:var(--point);color:var(--bg)}.btn-primary:hover{background:var(--point-strong)}.btn-outline{border-color:var(--text);color:var(--text);background:0 0}.btn-outline:hover{background:var(--text);color:var(--bg)}.btn-invert{background:var(--bg);color:var(--text)}.btn-invert:hover{background:var(--surface)}.eyebrow-tag--invert{background:var(--bg);color:var(--text)}.landing-section{border-top:1px solid var(--divider);max-width:1240px;margin:0 auto;padding:96px 24px;scroll-margin-top:80px}.landing-section--surface{background:var(--surface);border-top:1px solid var(--divider);max-width:none}.landing-section--surface>*{max-width:1240px;margin-left:auto;margin-right:auto}.landing-section-head{flex-direction:column;gap:14px;max-width:620px;margin-bottom:56px;display:flex}.landing-section-desc{color:var(--text-sub);font-size:16px}.landing-hero{align-items:center;gap:56px;max-width:1240px;margin:0 auto;padding:64px 24px 96px;display:grid}@media (width>=960px){.landing-hero{grid-template-columns:1.1fr .9fr;padding-top:88px}}.landing-hero-copy{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.landing-hero-copy h1{margin:0}.landing-hero-sub{color:var(--text-sub);max-width:520px;font-size:18px;line-height:1.7}.landing-hero-actions{flex-direction:column;align-items:flex-start;gap:12px;margin-top:8px;display:flex}.landing-hero-visual{grid-template-columns:1.4fr 1fr;align-items:end;gap:16px;display:grid;position:relative}.photo-panel{color:var(--surface);aspect-ratio:3/4;border-radius:8px;align-items:flex-end;padding:16px;display:flex;position:relative;overflow:hidden}.photo-panel--main{background:radial-gradient(120% 90% at 75% 15%, color-mix(in srgb, var(--point) 55%, var(--neutral)) 0%, transparent 55%), linear-gradient(165deg, var(--sub-point) 0%, var(--text) 100%)}.photo-panel--side{aspect-ratio:3/5;background:radial-gradient(110% 80% at 30% 10%, color-mix(in srgb, var(--neutral) 70%, var(--bg)) 0%, transparent 60%), linear-gradient(160deg, var(--point) 0%, var(--point-strong) 100%);align-self:end}.photo-panel:before{content:"";opacity:.35;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.photo-panel-figure{opacity:.55;width:55%;height:auto;position:absolute;top:12%;left:50%;transform:translate(-50%)}.photo-panel-caption{z-index:1;background:color-mix(in srgb, var(--text) 55%, transparent);border-radius:3px;padding:6px 10px;position:relative}.numbered-list{flex-direction:column;display:flex}.numbered-row{border-bottom:1px solid var(--divider);grid-template-columns:56px 1fr;gap:24px;padding:28px 0;display:grid}.numbered-row:first-child{border-top:1px solid var(--divider)}.numbered-row .index-number{padding-top:4px}.numbered-row-body h3{margin-bottom:10px}.numbered-row-body p{color:var(--text-sub);max-width:640px;font-size:15px;line-height:1.75}.numbered-row-title{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;display:flex}.numbered-row-title h3{margin:0}.numbered-row-pill{border:1px solid var(--divider);color:var(--sub-point);border-radius:999px;padding:4px 10px}.scenes-grid{background:var(--divider);border:1px solid var(--divider);grid-template-columns:1fr;gap:1px;margin-bottom:40px;display:grid}@media (width>=720px){.scenes-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1080px){.scenes-grid{grid-template-columns:repeat(4,1fr)}}.scene-card{background:var(--bg);padding:28px 24px}.scene-card h3{margin-bottom:10px}.scene-card p{color:var(--text-sub);font-size:14px;line-height:1.7}.landing-scenes-cta{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.testimonial-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=720px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{background:var(--bg);border:1px solid var(--divider);border-radius:8px;flex-direction:column;gap:18px;padding:28px;display:flex}.testimonial-avatar{width:40px;height:40px;font-family:var(--mono);color:var(--bg);background:var(--sub-point);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.testimonial-quote{color:var(--text);font-size:15px;line-height:1.8}.testimonial-meta{flex-direction:column;gap:4px;margin-top:auto;display:flex}.testimonial-name{font-size:14px;font-weight:700}.landing-closing{background:var(--text);color:var(--bg);text-align:center;flex-direction:column;align-items:center;gap:24px;padding:120px 24px;display:flex}.landing-closing h2{color:var(--bg);max-width:760px}.landing-closing p{max-width:560px;color:color-mix(in srgb, var(--bg) 75%, transparent);font-size:16px;line-height:1.75}.landing-closing-tagline{font-family:var(--heading);margin-top:16px;font-size:24px;font-weight:800;color:var(--bg)!important}.wizard-shell{flex-direction:column;gap:20px;width:100%;max-width:640px;min-height:calc(100svh - 200px);margin:0 auto;padding:40px 24px 96px;display:flex}.wizard-topbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.wizard-backlink{cursor:pointer;font-family:var(--mono);letter-spacing:.06em;color:var(--text-sub);background:0 0;border:none;padding:0;font-size:12px}.wizard-backlink:hover{color:var(--text)}.wizard-step-count{color:var(--point)}.wizard-progress{gap:6px;display:flex}.wizard-progress-segment{background:var(--divider);flex:1;height:3px;overflow:hidden}.wizard-progress-fill{background:var(--point);height:100%;transition:width .3s;display:block}.wizard-body{flex-direction:column;flex:1;gap:16px;display:flex}.wizard-title{margin-top:12px;font-size:clamp(24px,3vw,32px)}.wizard-subtitle{color:var(--text-sub);font-size:15px;line-height:1.6}.wizard-note{color:var(--text-sub);border-top:1px solid var(--divider);padding-top:12px;font-size:13px}.wizard-footer{justify-content:flex-end;display:flex}.wizard-next{cursor:pointer;background:var(--text);color:var(--bg);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;border:none;align-items:center;gap:10px;padding:14px 28px;font-size:13px;font-weight:600;transition:background-color .2s;display:inline-flex}.wizard-next:hover:not(:disabled){background:var(--point-strong)}.wizard-next:disabled{background:var(--divider);color:var(--text-sub);cursor:not-allowed}.option-list{flex-direction:column;gap:10px;display:flex}.option-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width<=480px){.option-grid{grid-template-columns:1fr}}.option-card{text-align:left;background:var(--surface);border:1px solid var(--divider);cursor:pointer;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:border-color .15s,background-color .15s;display:flex}.option-card:hover{border-color:var(--point)}.option-card--selected{border-color:var(--point);background:color-mix(in srgb, var(--point) 8%, var(--surface))}.option-card--muted{background:0 0;border-style:dashed}.option-card-text{flex-direction:column;flex:1;gap:2px;display:flex}.option-card-label{color:var(--text);font-size:15px;font-weight:600}.option-card-desc{color:var(--text-sub);font-size:13px}.option-swatch{border:1px solid #2e2b2526;border-radius:50%;flex-shrink:0;width:28px;height:28px}.option-rank{background:var(--point);width:24px;height:24px;color:var(--bg);font-family:var(--mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.option-check{color:var(--point);flex-shrink:0;font-weight:700}.segment-rows{flex-direction:column;gap:14px;display:flex}.segment-row{align-items:center;gap:12px;display:flex}.segment-row-label{flex-shrink:0;width:64px;font-size:15px;font-weight:600}.segment-row-options{border:1px solid var(--divider);flex:1;display:flex}.segment-option{background:var(--surface);border:none;border-right:1px solid var(--divider);cursor:pointer;color:var(--text-sub);flex:1;padding:10px 4px;font-size:13px}.segment-option:last-child{border-right:none}.segment-option--selected{background:var(--text);color:var(--bg);font-weight:600}.wizard-fields{gap:16px;display:flex}.wizard-field{flex-direction:column;flex:1;gap:6px;display:flex}.wizard-field label{font-family:var(--mono);letter-spacing:.06em;color:var(--text-label);font-size:12px}.wizard-field input{font-size:16px;font-family:var(--sans);border:1px solid var(--divider);background:var(--surface);color:var(--text);padding:12px 14px}.wizard-field input:focus{border-color:var(--point);outline:none}.wizard-photo-pair{justify-content:center;gap:16px;display:flex}.wizard-photo-slot{flex:1;max-width:240px}@media (width<=520px){.wizard-photo-pair{flex-direction:column;align-items:center}.wizard-photo-slot{width:100%;max-width:280px}}.wizard-photo-drop{aspect-ratio:3/4;border:1px dashed var(--divider);background:var(--surface);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;padding:20px 16px;transition:border-color .15s;display:flex;overflow:hidden}.wizard-photo-drop:hover,.wizard-photo-drop--active{border-color:var(--point)}.wizard-photo-preview{object-fit:cover;width:100%;height:100%}.wizard-photo-title{font-weight:700}.wizard-photo-desc{color:var(--text-sub);font-size:13px}.wizard-loading{flex-direction:column;gap:18px;padding:24px 0;display:flex}.loading-item{align-items:center;gap:12px;display:flex}.loading-item-label{flex:1;font-size:15px}.loading-item-state{font-family:var(--mono);color:var(--text-sub);font-size:12px}.loading-item--done .loading-item-state{color:var(--sub-point)}.loading-bar{background:var(--divider);height:3px;overflow:hidden}.loading-bar-fill{background:var(--point);height:100%;transition:width .5s;display:block}.wizard-teaser{border:1px solid var(--divider);background:var(--surface);flex-direction:column;gap:6px;padding:16px;display:flex}.wizard-teaser p{color:var(--text-sub);font-size:14px}.wizard-interstitial{flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0;display:flex}.wizard-interstitial p{color:var(--text-sub);line-height:1.7}.wizard-error{color:#a03e2e;font-size:14px}.wizard-fallback{border:1px solid var(--divider);cursor:pointer;font-family:var(--mono);letter-spacing:.06em;color:var(--text-sub);background:0 0;align-self:flex-start;padding:10px 16px;font-size:12px}.wizard-fallback:hover{border-color:var(--point);color:var(--text)}.zone-groups{flex-direction:column;gap:20px;display:flex}.zone-group-title{margin-bottom:8px;font-size:14px;font-weight:700}.zone-chips{flex-wrap:wrap;gap:8px;display:flex}.zone-chip{border:1px solid var(--divider);background:var(--surface);cursor:pointer;color:var(--text-sub);padding:8px 14px;font-size:14px}.zone-chip--selected{border-color:var(--point);background:color-mix(in srgb, var(--point) 10%, var(--surface));color:var(--text);font-weight:600}#main-screen{flex-grow:1;width:100%;padding:48px 24px 80px}#main-screen .form-error{text-align:center;max-width:1080px;margin:16px auto 0}.result-empty{text-align:center;max-width:560px;margin:48px auto}.result-empty p{font-family:var(--sans);color:var(--text);margin:0 0 32px;font-size:17px}.result-empty-cta{font-family:var(--label);letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--accent);align-items:center;gap:12px;padding:16px 40px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-flex}.result-empty-cta:hover{opacity:.85}.pr-page{flex-direction:column;gap:40px;width:100%;max-width:760px;margin:0 auto;padding:48px 24px 96px;display:flex}.pr-cover{border:1px solid var(--text);background:var(--surface);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:48px 32px;display:flex}.pr-type-badge{font-size:clamp(40px,7vw,64px)}.pr-type-sub{color:var(--text-sub)}.pr-cover-meta{border-top:1px dashed var(--divider);gap:24px;margin-top:8px;padding-top:14px;display:flex}.pr-toc{flex-direction:column;gap:10px;display:flex}.pr-toc ol{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pr-toc li{border-bottom:1px dashed var(--divider);align-items:baseline;gap:14px;padding:10px 0;display:flex}.pr-toc-title{flex:1;font-weight:600}.pr-lock{font-size:13px}.pr-section{border-top:1px solid var(--divider);flex-direction:column;gap:16px;padding-top:28px;display:flex}.pr-section-head{align-items:baseline;gap:14px;display:flex}.pr-section-head h2{flex:1;font-size:22px}.pr-section-preview{color:var(--text-sub);font-size:14px}.pr-locked-body{filter:blur(6px);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.8;max-height:360px;position:relative;overflow:hidden}.pr-summary-grid{background:var(--divider);border:1px solid var(--divider);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.pr-summary-cell{background:var(--surface);flex-direction:column;gap:8px;padding:18px;display:flex}.pr-summary-cell--wide{grid-column:span 2}.pr-keywords{flex-wrap:wrap;gap:8px;display:flex}.pr-keyword{font-family:var(--mono);letter-spacing:.04em;border:1px solid var(--divider);background:var(--bg);padding:5px 10px;font-size:12px}.pr-swatches{gap:14px;margin:0;padding:0;list-style:none;display:flex}.pr-swatches--wrap{flex-wrap:wrap}.pr-swatch{flex-direction:column;align-items:center;gap:5px;width:64px;display:flex}.pr-chip{border:1px solid #2e2b2526;border-radius:50%}.pr-swatch-name{color:var(--text-sub);text-align:center;font-size:11px}.pr-verdict{font-size:18px;font-weight:600}.pr-basis,.pr-notes{color:var(--text-sub);flex-direction:column;gap:8px;margin:0;padding-left:18px;font-size:15px;display:flex}.pr-axis{flex-direction:column;gap:10px;display:flex}.pr-axis-map{aspect-ratio:1;border:1px solid var(--divider);background:linear-gradient(to right, transparent 49.5%, var(--divider) 49.5%, var(--divider) 50.5%, transparent 50.5%), linear-gradient(to bottom, transparent 49.5%, var(--divider) 49.5%, var(--divider) 50.5%, transparent 50.5%), var(--surface);width:100%;max-width:320px;margin:0 auto;position:relative}.pr-axis-label{font-family:var(--mono);color:var(--text-sub);font-size:11px;position:absolute}.pr-axis-label--top{top:6px;left:50%;transform:translate(-50%)}.pr-axis-label--bottom{bottom:6px;left:50%;transform:translate(-50%)}.pr-axis-label--left{top:50%;left:8px;transform:translateY(-50%)}.pr-axis-label--right{top:50%;right:8px;transform:translateY(-50%)}.pr-axis-dot{background:var(--point);width:14px;height:14px;box-shadow:0 0 0 4px color-mix(in srgb, var(--point) 25%, transparent);border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.pr-paywall{border:1px solid var(--point);background:color-mix(in srgb, var(--point) 6%, var(--surface));flex-direction:column;gap:14px;padding:28px;display:flex}.pr-paywall h2{font-size:22px}.pr-paywall p{color:var(--text-sub);font-size:15px;line-height:1.7}.pr-paywall-actions{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.pr-unlock-cta{background:var(--point);color:var(--bg);font-family:var(--mono);letter-spacing:.06em;align-items:center;gap:10px;padding:14px 26px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.pr-unlock-cta:hover{background:var(--point-strong);color:var(--bg)}.pr-body-block{align-items:flex-start;gap:24px;display:flex}.pr-body-sketch{width:80px;height:160px;color:var(--text-sub);flex-shrink:0}.pr-guides{flex-direction:column;flex:1;display:flex}.pr-guide-row{border-bottom:1px dashed var(--divider);gap:16px;padding:14px 0;display:flex}.pr-guide-part{width:64px;font-family:var(--mono);color:var(--point-strong);flex-shrink:0;font-size:13px;font-weight:600}.pr-guide-row p{font-size:15px;line-height:1.7}.pr-outfits{flex-direction:column;gap:12px;display:flex}.pr-outfit{border:1px solid var(--divider);background:var(--surface);flex-direction:column;gap:8px;padding:18px;display:flex}.pr-outfit-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.pr-outfit-title-group{align-items:center;gap:10px;display:flex}.pr-outfit-sketch{width:26px;height:26px;color:var(--point);flex-shrink:0}.pr-outfit-tag{font-family:var(--mono);letter-spacing:.06em;border:1px solid var(--divider);color:var(--text-sub);padding:4px 8px;font-size:11px}.pr-outfit-items{font-size:15px;font-weight:600}.pr-outfit-desc{color:var(--text-sub);font-size:14px}.pr-occasions{flex-direction:column;gap:20px;display:flex}.pr-occasion h3{margin-bottom:10px}.pr-occasion-cols{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pr-occasion-cols ul{color:var(--text-sub);flex-direction:column;gap:6px;margin:8px 0 0;padding-left:18px;font-size:14px;display:flex}@media (width<=520px){.pr-occasion-cols{grid-template-columns:1fr}}.pr-budget{flex-direction:column;gap:10px;display:flex}.pr-budget-row{align-items:center;gap:12px;display:flex}.pr-budget-label{flex-shrink:0;width:180px;font-size:14px}.pr-budget-bar{background:var(--divider);flex:1;height:10px;overflow:hidden}.pr-budget-bar span{background:var(--point);height:100%;display:block}.pr-priorities{flex-direction:column;gap:8px;margin:0;padding-left:20px;font-size:15px;display:flex}.pr-footer{border-top:1px solid var(--divider);justify-content:center;padding-top:24px;display:flex}.free-report{flex-direction:column;gap:40px;width:100%;max-width:760px;margin:0 auto;padding:48px 24px 96px;display:flex}.free-report-head{border-bottom:1px solid var(--text);flex-direction:column;gap:12px;padding-bottom:28px;display:flex}.free-report-type{font-size:clamp(36px,6vw,56px)}.free-report-tone{color:var(--point);font-weight:600}.free-report-summary{color:var(--text-sub);max-width:56ch;line-height:1.7}.free-section{border-top:1px solid var(--divider);flex-direction:column;gap:16px;padding-top:28px;display:flex}.free-section-head{align-items:baseline;gap:14px;display:flex}.free-section-head h2{font-size:22px}.free-palette{flex-wrap:wrap;gap:32px;display:flex}.free-palette-group{flex-direction:column;gap:10px;display:flex}.free-swatches{gap:18px;margin:0;padding:0;list-style:none;display:flex}.free-swatch{flex-direction:column;align-items:center;gap:6px;display:flex}.free-chip{border:1px solid #2e2b2526;border-radius:50%;width:52px;height:52px}.free-chip--worst{position:relative}.free-chip--worst:after{content:"";background:#a03e2e;width:60px;height:1.5px;position:absolute;inset:50% auto auto -4px;transform:rotate(-35deg)}.free-swatch-name{color:var(--text-sub);font-size:13px}.free-palette-note{color:var(--point);max-width:26ch;font-size:13px}.free-basis{color:var(--text-sub);flex-direction:column;gap:8px;margin:0;padding-left:18px;font-size:15px;display:flex}.free-body-line{font-size:17px;line-height:1.7}.free-locked-hint{color:var(--text-sub);font-size:13px}.free-body-block{align-items:center;gap:24px;display:flex}.free-body-sketch{width:72px;height:144px;color:var(--text-sub);flex-shrink:0}.free-body-text{flex-direction:column;gap:8px;display:flex}.free-outfit{border:1px solid var(--divider);background:var(--surface);flex-direction:column;gap:14px;padding:24px;display:flex}.free-outfit-head{align-items:center;gap:12px;display:flex}.free-outfit-sketch{width:32px;height:32px;color:var(--point);flex-shrink:0}.free-outfit-desc{color:var(--text-sub);font-size:15px}.free-outfit-items{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.free-outfit-item{border-top:1px dashed var(--divider);flex-direction:column;gap:6px;padding-top:12px;display:flex}.free-outfit-item-name{font-weight:600}.free-outfit-links{flex-wrap:wrap;gap:8px;display:flex}.free-mall-link{font-family:var(--mono);letter-spacing:.04em;color:var(--point-strong);border:1px solid var(--divider);background:var(--bg);padding:5px 10px;font-size:12px;text-decoration:none}.free-mall-link:hover{border-color:var(--point)}.free-share{color:var(--text-sub);flex-direction:column;gap:12px;font-size:15px;display:flex}.free-share-button{border:1px solid var(--divider);background:var(--surface);color:var(--text-sub);font-family:var(--mono);letter-spacing:.06em;cursor:not-allowed;align-self:flex-start;padding:12px 20px;font-size:12px}.free-premium{border:1px solid var(--text);background:var(--surface);padding:28px}.free-premium-list{flex-direction:column;display:flex}.free-premium-row{border-bottom:1px dashed var(--divider);align-items:center;gap:16px;padding:14px 0;display:flex}.free-premium-body{flex-direction:column;flex:1;gap:2px;display:flex}.free-premium-body h3{font-size:16px}.free-premium-teaser{color:var(--text-sub);filter:blur(3.5px);-webkit-user-select:none;user-select:none;pointer-events:none;font-size:13px}.free-premium-lock{font-size:14px}.free-premium-cta{flex-direction:column;gap:14px;padding-top:20px;display:flex}.free-premium-cta p{color:var(--text-sub);font-size:15px}.free-premium-button{background:var(--point);color:var(--bg);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:10px;padding:14px 26px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.free-premium-button:hover{background:var(--point-strong);color:var(--bg)}.free-report-actions{justify-content:center;display:flex}.free-restart{cursor:pointer;font-family:var(--mono);letter-spacing:.06em;color:var(--text-sub);background:0 0;border:none;font-size:12px;text-decoration:underline}.free-restart:hover{color:var(--text)}.reserve-page{flex-grow:1;width:100%}.reserve-hero{text-align:center;max-width:720px;margin:0 auto;padding:112px 24px 96px}.reserve-kicker{font-family:var(--label);letter-spacing:.16em;text-transform:uppercase;color:var(--text);margin:0 0 24px;font-size:12px;font-weight:600}.reserve-hero h1{margin:0 0 24px}.reserve-copy{font-family:var(--sans);color:var(--text);margin:0 0 56px;font-size:18px;line-height:1.9}.reserve-copy strong{color:var(--text-h)}.reserve-form{flex-direction:column;gap:32px;max-width:420px;margin:0 auto;display:flex}.reserve-field{width:100%;position:relative}.reserve-field input{box-sizing:border-box;border:none;border-bottom:1px solid var(--text-h);width:100%;font-family:var(--heading);color:var(--text-h);text-align:center;background:0 0;border-radius:0;padding:16px 0;font-size:22px}.reserve-field input:focus{border-color:var(--text);outline:none}.reserve-field label{font-family:var(--sans);color:var(--text);pointer-events:none;white-space:nowrap;font-size:17px;transition:all .2s;position:absolute;top:16px;left:50%;transform:translate(-50%)}.reserve-field input:focus+label,.reserve-field input:not(:placeholder-shown)+label{font-family:var(--label);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:600;top:-16px}.reserve-button{font-family:var(--label);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;gap:16px;padding:20px 48px;font-size:14px;font-weight:600;transition:opacity .3s;display:inline-flex}.reserve-button:hover{opacity:.85}.reserve-button:disabled{opacity:.5;cursor:not-allowed}.reserve-success{border:1px solid var(--border);font-family:var(--sans);color:var(--text-h);padding:40px 32px;font-size:17px}.reserve-success p{margin:0}.reserve-page .form-error{color:#ba1a1a;font-family:var(--sans);text-align:center;margin:0;font-size:14px}.lookbook-page{width:100%}.lookbook-hero{text-align:center;max-width:760px;margin:0 auto;padding:96px 24px 80px}.lookbook-eyebrow{font-family:var(--label);letter-spacing:.16em;text-transform:uppercase;color:var(--text);margin-bottom:24px;font-size:12px;font-weight:600;display:block}.lookbook-hero h1{margin:0 0 24px}.lookbook-hero p{font-family:var(--sans);color:var(--text);max-width:560px;margin:0 auto;font-size:17px;line-height:1.8}.lookbook-season{border-top:1px solid var(--border);grid-template-columns:1fr;align-items:center;gap:32px;max-width:1200px;margin:0 auto;padding:64px 24px;display:grid}@media (width>=900px){.lookbook-season{grid-template-columns:7fr 5fr;gap:64px}.lookbook-season:nth-of-type(2n) .season-swatches{order:2}.lookbook-season:nth-of-type(2n) .season-copy{order:1}}.season-swatches{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px;display:grid}.swatch{flex-direction:column;gap:8px;display:flex}.swatch-color{aspect-ratio:1/1.2;border:1px solid var(--border);width:100%}.swatch-name{font-family:var(--label);letter-spacing:.04em;color:var(--text);text-align:center;font-size:11px}.season-eyebrow{font-family:var(--label);letter-spacing:.12em;color:var(--text);margin-bottom:12px;font-size:12px;font-weight:600;display:block}.season-copy h2{margin:0 0 16px}.season-copy p{font-family:var(--sans);color:var(--text);max-width:440px;margin:0;font-size:16px;line-height:1.8}.lookbook-cta{justify-content:center;padding:96px 24px;display:flex}.lookbook-cta a{font-family:var(--label);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--accent);align-items:center;gap:16px;padding:20px 48px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-flex}.lookbook-cta a:hover{opacity:.85}.brand-story-page{width:100%}.brand-story-hero{border-bottom:1px solid var(--border);grid-template-columns:1fr;min-height:60vh;display:grid}@media (width>=900px){.brand-story-hero{grid-template-columns:1fr 1fr}}.brand-story-hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;padding:80px 24px;display:flex}@media (width>=900px){.brand-story-hero-copy{padding:80px 64px}}.brand-story-eyebrow{font-family:var(--label);letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:12px;font-weight:600}.brand-story-hero-copy h1{margin:0}.brand-story-hero-copy p{font-family:var(--sans);color:var(--text);max-width:480px;margin:0;font-size:18px;line-height:1.8}.brand-story-hero-mark{background:var(--accent);justify-content:center;align-items:center;min-height:320px;display:flex}.brand-story-hero-mark span{font-family:var(--heading);color:#fff;font-size:96px;font-weight:600}.brand-story-vision{grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;padding:96px 24px;display:grid}@media (width>=900px){.brand-story-vision{grid-template-columns:4fr 8fr}}.brand-story-vision-label span{font-family:var(--label);letter-spacing:.12em;text-transform:uppercase;color:var(--text-h);border-bottom:1px solid var(--text-h);padding-bottom:12px;font-size:13px;font-weight:600}.brand-story-vision-body blockquote{font-family:var(--heading);color:var(--text-h);margin:0 0 48px;font-size:28px;font-weight:600;line-height:1.5}@media (width>=768px){.brand-story-vision-body blockquote{font-size:36px}}.brand-story-paragraphs{flex-direction:column;gap:24px;max-width:640px;display:flex}.brand-story-paragraphs p{font-family:var(--sans);color:var(--text);margin:0;font-size:16px;line-height:1.8}
