:root{--ink:#24162d;--ink-2:#46364d;--paper:#fbf9fd;--paper-2:#f3eff7;--white:#fff;--orchid:#8b61a8;--orchid-dark:#5e3f73;--lilac:#ded0ed;--blush:#efd9df;--peach:#f0c7b3;--blue:#bed6e4;--line:#341f4021;--muted:#766b7a;--display:"Iowan Old Style", "Baskerville", "Times New Roman", serif;--body:"Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;--utility:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;overflow-x:clip}body::selection{color:var(--white);background:var(--orchid-dark)}a{color:inherit;text-decoration:none}button,input{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #8b61a859}button{border:0}em{color:var(--orchid-dark);font-weight:400}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:50;pointer-events:none;padding:14px 24px 0;position:sticky;top:0}.header-inner{width:min(var(--max), 100%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;background:#fbf9fdd6;border:1px solid #ffffffc7;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;min-height:62px;margin:0 auto;padding:8px 10px 8px 18px;display:grid;box-shadow:0 12px 40px #321c3c14}.logo{font-family:var(--display);letter-spacing:-.025em;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;display:inline-flex}.logo-mark{background:var(--ink);border-radius:50%;justify-content:center;align-items:flex-end;gap:2px;width:31px;height:31px;padding-bottom:8px;display:inline-flex;position:relative;overflow:hidden}.logo-mark span{background:var(--lilac);border-radius:99px;width:3px;display:block;transform:rotate(9deg)}.logo-mark span:first-child{height:9px}.logo-mark span:nth-child(2){height:14px}.logo-mark span:nth-child(3){height:11px}.main-nav{justify-content:center;gap:clamp(18px,3vw,38px);display:flex}.main-nav a{color:var(--ink-2);font-size:.84rem;font-weight:600;position:relative}.main-nav a:after{background:var(--orchid);content:"";height:1px;transition:transform .18s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:10px;display:flex}.main-nav .mobile-account{display:none}.account-sign-in{align-items:center;gap:8px}.account-shell{align-items:center;gap:9px;display:flex;position:relative}.account-sign-in{white-space:nowrap;display:inline-flex}.credit-pill{min-height:42px;color:var(--orchid-dark);white-space:nowrap;background:#f0e9f7;border:1px solid #5e3f731a;border-radius:999px;align-items:center;gap:7px;padding:5px 13px 5px 6px;font-size:.78rem;font-weight:700;display:inline-flex}.credit-pill strong{font-size:.92rem}.credit-pill small{color:var(--muted);font-size:.65rem;font-weight:600}.credit-coin{width:30px;height:30px;color:var(--white);background:var(--orchid-dark);border-radius:50%;place-items:center;display:grid;box-shadow:inset 0 0 0 3px #ffffff2e}.avatar-button{width:42px;height:42px;color:var(--white);background:linear-gradient(145deg, var(--orchid), var(--ink));cursor:pointer;font-family:var(--display);border-radius:50%;place-items:center;padding:0;font-size:1.05rem;font-weight:700;display:grid;position:relative;overflow:visible;box-shadow:0 5px 15px #24162d33}.avatar-button img{border-radius:inherit;object-fit:cover}.avatar-chevron{border:1px solid var(--line);color:var(--ink);background:var(--white);box-sizing:content-box;border-radius:50%;padding:2px;position:absolute;bottom:-2px;right:-4px}.account-menu{z-index:90;background:var(--white);border:1px solid #341f4024;border-radius:14px;width:250px;animation:.16s both account-menu-in;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 22px 55px #24162d2e}.account-menu-identity{border-bottom:1px solid var(--line);flex-direction:column;gap:3px;padding:18px;display:flex}.account-menu-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.account-menu-identity small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.account-menu>a,.account-menu>button{border-bottom:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;width:100%;min-height:48px;padding:0 18px;font-size:.78rem;font-weight:650;display:flex}.account-menu>:last-child{border-bottom:0}.account-menu>a:hover,.account-menu>button:hover{background:var(--paper-2)}@keyframes account-menu-in{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.account-loading{background:linear-gradient(90deg, var(--paper-2), var(--white), var(--paper-2));background-size:200% 100%;border-radius:999px;width:88px;height:34px;animation:1.2s linear infinite account-loading;display:inline-block}@keyframes account-loading{to{background-position:-200% 0}}.auth-dialog-backdrop{z-index:120;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#180e1e85;place-items:center;padding:20px;animation:.18s both auth-backdrop-in;display:grid;position:fixed;inset:0}.auth-dialog{background:var(--paper);border:1px solid #ffffffb8;border-radius:24px;width:min(430px,100%);padding:38px;animation:.22s cubic-bezier(.2,.8,.2,1) both auth-dialog-in;position:relative;box-shadow:0 35px 90px #1209184d}.auth-dialog:before{background:linear-gradient(90deg, var(--lilac), var(--orchid), var(--blush));content:"";border-radius:24px 24px 0 0;height:7px;position:absolute;inset:0 0 auto}.auth-dialog-close{width:34px;height:34px;color:var(--muted);background:var(--paper-2);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px}.auth-dialog-kicker{color:var(--orchid-dark);font-family:var(--utility);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;font-size:.66rem;font-weight:700;display:inline-flex}.auth-dialog h2{font-family:var(--display);letter-spacing:-.04em;margin:16px 0 12px;font-size:clamp(2.15rem,7vw,3rem);line-height:.96}.auth-dialog>p{color:var(--muted);margin:0;font-size:.83rem;line-height:1.65}.welcome-credit-card{background:linear-gradient(110deg,#eee5f7,#f8f4fb);border:1px solid #8b61a82e;border-radius:14px;align-items:center;gap:13px;margin:23px 0 16px;padding:14px;display:flex}.welcome-credit-card>span{width:40px;height:40px;color:var(--white);background:var(--orchid-dark);border-radius:12px;flex:none;place-items:center;display:grid}.welcome-credit-card div{flex-direction:column;gap:3px;display:flex}.welcome-credit-card strong{font-size:.85rem}.welcome-credit-card small{color:var(--muted);font-size:.65rem;line-height:1.4}.google-sign-in-button{color:#202124;background:var(--white);cursor:pointer;border:1px solid #3c40433d;border-radius:11px;justify-content:center;align-items:center;gap:11px;width:100%;min-height:52px;font-size:.82rem;font-weight:700;display:flex;box-shadow:0 4px 16px #20212414}.google-sign-in-button:hover{background:#f8faff}.auth-dialog-trust{color:var(--muted);justify-content:center;align-items:center;gap:5px;margin-top:13px;font-size:.58rem;display:flex}@keyframes auth-backdrop-in{0%{opacity:0}}@keyframes auth-dialog-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}.text-button{cursor:pointer;background:0 0;padding:10px 12px;font-size:.84rem;font-weight:600}.button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 20px;font-size:.88rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-ink{color:var(--white);background:var(--ink);box-shadow:0 8px 24px #24162d29}.button-ink:hover{background:#35203f;box-shadow:0 12px 28px #24162d38}.button-light{color:var(--ink);background:var(--white);box-shadow:0 10px 30px #120a1629}.button-quiet{border-color:var(--line);background:#ffffffa6}.button-large{min-height:51px;padding:0 24px}.menu-button{background:var(--paper-2);cursor:pointer;border-radius:10px;width:42px;height:42px;display:none}.menu-button svg{width:20px}.hero{width:min(var(--max), calc(100% - 48px));grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(45px,6vw,92px);min-height:720px;margin:0 auto;padding:78px 14px 60px;display:grid}.hero-copy{padding-bottom:18px}.hero-note,.section-kicker{color:var(--orchid-dark);font-family:var(--utility);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 21px;font-size:.69rem;font-weight:700;display:flex}.hero-copy h1,.section-heading h2,.process-intro h2,.salon-copy h2,.testimonial-heading h2,.faq-heading h2,.final-cta h2,.inner-hero h1,.legal-hero h1{font-family:var(--display);letter-spacing:-.055em;margin:0;font-weight:500}.hero-copy h1{max-width:650px;font-size:clamp(3.65rem,6.8vw,6.35rem);line-height:.89}.hero-copy h1 em{font-style:italic;display:inline-block}.hero-lede{max-width:530px;color:var(--muted);margin:32px 0 0;font-size:1.08rem;line-height:1.7}.hero-actions{gap:12px;margin-top:30px;display:flex}.hero-trust{color:var(--muted);flex-wrap:wrap;gap:13px 22px;margin-top:27px;font-size:.75rem;display:flex}.hero-trust span{align-items:center;gap:6px;display:inline-flex}.hero-visual{min-height:575px;position:relative}.hero-card{border:8px solid var(--white);background:var(--white);position:absolute;overflow:hidden;box-shadow:0 30px 70px #341f4029}.hero-card .prompt-image{height:100%}.hero-card>span,.style-swatch>span{color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--utility);letter-spacing:.04em;text-transform:uppercase;background:#ffffffdb;border-radius:8px;padding:7px 10px;font-size:.61rem;font-weight:700;position:absolute;bottom:10px;left:12px}.hero-card-before{border-radius:120px 120px 24px 24px;width:48%;height:69%;top:38px;left:0;transform:rotate(-3deg)}.hero-card-after{border-radius:24px 24px 150px 150px;width:54%;height:82%;bottom:28px;right:1%;transform:rotate(3deg)}.style-swatch{background:var(--white);width:118px;height:145px;padding:6px;position:absolute;box-shadow:0 18px 45px #341f402b}.style-swatch .prompt-image{border-radius:2px;height:100%}.style-swatch>span{text-align:center;bottom:10px;left:10px;right:10px}.swatch-one{bottom:4%;right:-2%;transform:rotate(-8deg)}.swatch-two{top:0;right:23%;transform:rotate(7deg)}.hero-annotation{font-family:var(--display);font-size:1.08rem;font-style:italic;display:grid;position:absolute;bottom:7%;left:7%;transform:rotate(-7deg)}.hero-annotation svg{margin:5px 0 0 28px;transform:rotate(-25deg)}.prompt-image{background:radial-gradient(circle at 42% 27%, #ffffffe0 0 3%, transparent 4%), linear-gradient(145deg, var(--tone-a), var(--tone-b));isolation:isolate;min-height:120px;position:relative;overflow:hidden}.prompt-image:before{content:"";background:linear-gradient(115deg,#0000 45%,#ffffff42 45.2%,#0000 45.7%),radial-gradient(circle at 75% 18%,#ffffff57,#0000 22%);position:absolute;inset:0}.prompt-image.has-image:before{display:none}.prompt-image-photo{object-fit:cover}.prompt-tone-rose{--tone-a:#e7c8d2;--tone-b:#b78da4}.prompt-tone-lavender{--tone-a:#d9d2ed;--tone-b:#9c89b7}.prompt-tone-peach{--tone-a:#f0c8b3;--tone-b:#c68e7e}.prompt-tone-blue{--tone-a:#c7dce8;--tone-b:#809fb2}.prompt-tone-plum{--tone-a:#b59ac0;--tone-b:#5f436e}.prompt-tone-sand{--tone-a:#e7dcc9;--tone-b:#aa9077}.prompt-tone-olive{--tone-a:#d5d6ba;--tone-b:#8e9471}.prompt-tone-pink{--tone-a:#edd1e0;--tone-b:#c384a5}.prompt-tone-sky{--tone-a:#d4e4ea;--tone-b:#94b6c4}.prompt-tone-violet{--tone-a:#c9b8db;--tone-b:#80659a}.prompt-tone-slate{--tone-a:#c8ced3;--tone-b:#7d8791}.prompt-tone-aqua{--tone-a:#c8e0dc;--tone-b:#7aa59e}.prompt-tone-lilac{--tone-a:#e2d8e9;--tone-b:#ad99bc}.prompt-tone-coral{--tone-a:#efcac1;--tone-b:#c77e73}.prompt-tone-mint{--tone-a:#d3e2d9;--tone-b:#8ba595}.prompt-tone-amber{--tone-a:#ead7b6;--tone-b:#b5915d}.portrait-ghost{width:69%;height:93%;position:absolute;top:13%;left:50%;transform:translate(-50%)}.ghost-hair{background:#2c1c32c7;border-radius:48% 52% 37% 42%/31% 32% 60% 65%;width:84%;height:72%;position:absolute;top:0;left:8%;transform:rotate(-2deg);box-shadow:-11px 18px 0 -4px #2c1c328f,13px 25px 0 -5px #2c1c3275}.ghost-face{background:radial-gradient(circle at 34% 43%,#3d2a339e 0 1.5%,#0000 2.2%),radial-gradient(circle at 66% 43%,#3d2a339e 0 1.5%,#0000 2.2%),linear-gradient(145deg,#f1cbb8,#c98d78);border-radius:46% 47% 50% 50%/38% 39% 58% 60%;width:54%;height:55%;position:absolute;top:22%;left:23%;box-shadow:inset -10px -6px 16px #6f43432e}.ghost-face:before{content:"";border-bottom:2px solid #4f30398a;border-radius:50%;width:25%;height:5%;position:absolute;bottom:22%;right:36%}.ghost-neck{z-index:-1;background:linear-gradient(140deg,#ddb09d,#b97968);border-radius:22px 22px 0 0;width:44%;height:38%;position:absolute;bottom:0;left:28%}.prompt-badge{z-index:3;color:#fffffff0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-family:var(--utility);background:#24162d6b;border:1px solid #ffffff73;border-radius:6px;align-items:center;gap:5px;padding:5px 7px;font-size:.52rem;font-weight:700;display:inline-flex;position:absolute;top:10px;right:10px}.prompt-label{z-index:3;position:absolute;bottom:10px;left:10px}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:74px;color:var(--muted);font-family:var(--utility);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:clamp(14px,3vw,42px);padding:16px 28px;font-size:.64rem;font-weight:700;display:flex;overflow:hidden}.trust-strip i{background:var(--orchid);border-radius:50%;width:5px;height:5px}.studio-shell{width:min(var(--max), calc(100% - 48px));margin:0 auto;padding:122px 0 130px;scroll-margin-top:90px}.studio-heading{grid-template-columns:1fr .65fr;align-items:end;gap:60px;margin-bottom:45px;display:grid}.studio-heading h2,.editorial-section h2,.lookbook-preview h2{font-family:var(--display);letter-spacing:-.052em;margin:0;font-size:clamp(3.25rem,5.7vw,5.4rem);font-weight:500;line-height:.96}.studio-heading>p{max-width:430px;color:var(--muted);margin:0 0 8px;line-height:1.7}.studio-card{border:1px solid var(--line);background:var(--white);border-radius:26px;grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 36px 80px #301b3b1f}.studio-preview{background-color:#ded3e6;background-image:linear-gradient(#ffffff59 1px,#0000 1px),linear-gradient(90deg,#ffffff59 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;gap:18px;min-width:0;padding:26px;display:grid}.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0;display:grid}.comparison-panel{background:#ffffff85;border:1px solid #ffffffc7;border-radius:20px;grid-template-rows:auto minmax(420px,1fr);gap:10px;min-width:0;padding:12px;display:grid;box-shadow:0 18px 42px #341f4012}.comparison-result{scroll-margin-block:88px}.comparison-label{justify-content:space-between;align-items:baseline;gap:12px;min-width:0;padding:2px 3px 0;display:flex}.comparison-label>span{font-size:.78rem;font-weight:800}.comparison-label>small{color:var(--muted);font-family:var(--utility);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.56rem;overflow:hidden}.preview-topline,.control-topline{min-height:28px;font-family:var(--utility);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.62rem;font-weight:700;display:flex}.preview-topline button,.privacy-note{cursor:pointer;background:#ffffffa6;border-radius:7px;align-items:center;gap:6px;padding:6px 8px;font-size:.58rem;display:inline-flex}.upload-zone,.uploaded-preview{cursor:pointer;background:#ffffff94;border:1px dashed #3e284742;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:420px;display:flex;position:relative;overflow:hidden}.upload-zone:hover{border-color:var(--orchid-dark);background:#ffffffc4}.upload-zone>span{color:var(--muted);font-size:.73rem}.upload-zone strong{font-family:var(--display);font-size:1.35rem}.upload-icon{background:var(--white);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 8px 22px #3a25441a;color:var(--orchid-dark)!important}.upload-button{background:var(--ink);border-radius:8px;align-items:center;gap:7px;margin-top:7px;padding:10px 14px;font-weight:700;color:var(--white)!important;font-size:.72rem!important;display:inline-flex!important}.uploaded-preview img{object-fit:cover}.result-stage,.result-empty{background:#ffffff9e;border:1px solid #3e284724;border-radius:18px;min-height:420px;position:relative;overflow:hidden}.result-stage img{object-fit:cover}.result-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:28px;display:flex}.result-empty p{font-family:var(--display);margin:8px 0 0;font-size:1.35rem;font-weight:600}.result-empty small{max-width:290px;color:var(--muted);font-size:.7rem;line-height:1.55}.download-result{z-index:2;min-height:40px;color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffffe6;border:1px solid #ffffffb8;border-radius:10px;align-items:center;gap:7px;padding:0 14px;font-size:.7rem;font-weight:800;display:inline-flex;position:absolute;bottom:14px;right:14px;box-shadow:0 10px 24px #1e12242e}.download-result:disabled{cursor:wait;opacity:.75}.uploaded-preview>span{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border-radius:8px;padding:8px 11px;font-size:.67rem;font-weight:700;position:absolute;bottom:12px;right:12px}.preview-result{text-align:center;background:#ffffff52;border:1px solid #ffffffb3;border-radius:16px;place-items:center;min-height:130px;display:grid}.preview-result>div{flex-direction:column;align-items:center;display:flex}.preview-result p{font-family:var(--display);margin:9px 0 3px;font-size:1.1rem;font-weight:600}.preview-result small{color:var(--muted);font-size:.68rem}.result-orbit{width:34px;height:34px;color:var(--orchid-dark);border:1px solid #5e3f7340;border-radius:50%;place-items:center;display:grid}.preview-result.has-generations{text-align:left;place-items:stretch stretch;min-width:0;padding:12px}.studio-preview>.generation-tray{background:#ffffff61;border:1px solid #ffffffb8;border-radius:16px;align-items:stretch;width:100%;min-width:0;padding:12px}.generation-tray-heading{font-family:var(--utility);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:9px;display:flex}.generation-tray-heading>span{letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:800}.generation-strip{gap:8px;min-width:0;padding:2px;display:flex;overflow-x:auto}.generation-card{min-width:0;color:var(--orchid-dark);cursor:pointer;background:#ffffff9e;border:1px solid #3e284729;border-radius:11px;flex:0 0 108px;grid-template-rows:auto auto auto;gap:3px;padding:3px 3px 6px;display:grid}.generation-card:disabled{opacity:1;cursor:default}.generation-card.is-active{border-color:var(--orchid-dark);box-shadow:0 0 0 2px #5e3f732e}.generation-card-image{aspect-ratio:1;background:#5e3f7314;border-radius:8px;place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.generation-card-image img{object-fit:cover}.generation-card>span:not(.generation-card-image),.generation-card>small{text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;overflow:hidden}.generation-card>span:not(.generation-card-image){color:var(--ink);font-size:.59rem;font-weight:800}.generation-card>small{color:var(--muted);font-size:.5rem;font-weight:700}.generation-spinner{animation:.9s linear infinite generation-spin}@keyframes generation-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.generation-spinner{animation:none}}.studio-controls{border-top:1px solid var(--line);background:var(--white);min-width:0;padding:28px 30px 32px}.control-topline{color:var(--muted)}.segmented-control{background:var(--paper-2);border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;max-width:430px;margin:21px 0 27px;padding:4px;display:grid}.segmented-control button{cursor:pointer;background:0 0;border-radius:7px;min-height:38px;font-size:.75rem;font-weight:700}.segmented-control button.is-active{background:var(--white);box-shadow:0 3px 12px #341f4014}.control-label-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.control-label-row label{font-size:.78rem;font-weight:800}.control-label-row span{color:var(--muted);font-family:var(--utility);text-transform:uppercase;font-size:.58rem}.studio-category-row{scrollbar-width:thin;gap:6px;margin:-2px 0 12px;padding-bottom:3px;display:flex;overflow-x:auto}.studio-category-row button{border:1px solid var(--line);color:var(--muted);background:var(--white);font-family:var(--utility);letter-spacing:.04em;cursor:pointer;text-transform:uppercase;border-radius:999px;flex:none;padding:7px 10px;font-size:.55rem;font-weight:800}.studio-category-row button:hover,.studio-category-row button.is-active{border-color:var(--orchid);color:var(--orchid-dark);background:#f6f0fa}.studio-style-grid{overscroll-behavior:contain;scrollbar-color:#4d37584d transparent;scrollbar-width:thin;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px;max-height:510px;padding-right:5px;display:grid;overflow-y:auto}.studio-style{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;padding:4px 4px 8px;position:relative;overflow:hidden}.studio-style:hover{background:var(--paper-2)}.studio-style .prompt-image{aspect-ratio:4/5;border-radius:8px;min-height:0}.studio-style .prompt-badge{display:none}.studio-style>span{text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:.61rem;font-weight:700;display:block;overflow:hidden}.studio-style>i{width:18px;height:18px;color:var(--white);background:var(--orchid-dark);border-radius:50%;place-items:center;font-style:normal;display:grid;position:absolute;top:9px;right:9px}.studio-style.is-selected{border-color:var(--orchid);background:#f6f0fa}.color-label{margin-top:24px}.color-row{gap:10px;margin-top:-32px;padding-block:34px 2px;display:flex}.color-chip{border:3px solid var(--white);width:31px;height:31px;color:var(--white);background:var(--swatch);box-shadow:0 0 0 1px var(--line);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:relative}.color-chip.is-original:before{content:"";border:2px solid #ffffffeb;border-radius:50%;width:11px;height:11px;box-shadow:0 1px 3px #20142638}.color-chip.is-original.is-selected:before{display:none}.color-chip:after{content:attr(data-tooltip);z-index:5;width:max-content;max-width:220px;color:var(--white);background:var(--ink);font-family:var(--utility);opacity:0;pointer-events:none;text-align:left;border-radius:7px;padding:7px 9px;font-size:.58rem;font-weight:650;line-height:1.4;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%,4px);box-shadow:0 8px 20px #2014262e}.color-chip:hover:after,.color-chip:focus-visible:after{opacity:1;transform:translate(-50%)}.color-chip:first-child:after{left:-2px;transform:translateY(4px)}.color-chip:first-child:hover:after,.color-chip:first-child:focus-visible:after{transform:translate(0)}.color-chip.is-selected{box-shadow:0 0 0 2px var(--orchid-dark)}.generate-button{width:100%;min-height:52px;color:var(--white);background:var(--ink);cursor:pointer;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:24px;padding:0 17px;font-size:.78rem;font-weight:800;display:grid}.generate-button:disabled{color:#a49aa7;cursor:not-allowed;background:#e8e3ea}.credit-note{color:var(--muted);text-align:center;margin:9px 0 0;font-size:.61rem}.generation-error{color:#9f3246;justify-content:center;align-items:flex-start;gap:6px;margin:10px 0 0;font-size:.68rem;line-height:1.45;display:flex}.generation-error svg{flex:none;margin-top:1px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c112194;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.coming-modal{background:var(--paper);text-align:center;border-radius:24px;width:min(500px,100%);padding:47px;position:relative;box-shadow:0 35px 100px #1108144d}.coming-modal .section-kicker{justify-content:center;margin-top:22px}.coming-modal h3{font-family:var(--display);letter-spacing:-.045em;margin:0;font-size:2.3rem;line-height:1}.coming-modal>p:not(.section-kicker){color:var(--muted);margin:20px 0 25px;line-height:1.65}.modal-icon{width:58px;height:58px;color:var(--orchid-dark);background:var(--lilac);border-radius:50%;place-items:center;margin:auto;display:grid}.modal-close{background:var(--paper-2);cursor:pointer;border-radius:50%;place-items:center;width:37px;height:37px;display:grid;position:absolute;top:16px;right:16px}.modal-close svg{width:17px}.editorial-section{background:#f1edf5;padding:125px 24px}.section-heading{width:min(var(--max), 100%);margin:0 auto}.centered-heading{text-align:center;max-width:760px}.centered-heading .section-kicker{justify-content:center}.centered-heading p:last-child{max-width:620px;color:var(--muted);margin:25px auto 0;line-height:1.7}.benefit-grid{width:min(var(--max), 100%);grid-template-columns:1.04fr .96fr;gap:18px;margin:66px auto 0;display:grid}.benefit-card{background:var(--white);border:1px solid #3923441c;border-radius:22px;min-height:430px;position:relative;overflow:hidden}.benefit-card:not(.benefit-large){padding:38px}.benefit-card h3{font-family:var(--display);letter-spacing:-.045em;margin:12px 0;font-size:2.25rem;font-weight:500;line-height:1.03}.benefit-card p:not(.section-kicker){max-width:450px;color:var(--muted);line-height:1.65}.benefit-icon{width:43px;height:43px;color:var(--orchid-dark);background:var(--paper-2);border-radius:12px;place-items:center;margin-bottom:35px;display:grid}.benefit-icon svg{width:20px}.benefit-large{grid-row:span 2;min-height:880px}.benefit-large .benefit-copy{padding:42px}.benefit-large .prompt-image{border-radius:15px;height:52%;position:absolute;bottom:20px;left:20px;right:20px}.benefit-large ul{color:var(--ink-2);flex-wrap:wrap;gap:18px;margin:22px 0 0;padding:0;font-size:.72rem;list-style:none;display:flex}.benefit-large li{align-items:center;gap:6px;display:inline-flex}.mini-palette{margin-top:35px;display:flex}.mini-palette span{border:4px solid var(--white);border-radius:50%;width:56px;height:56px;margin-right:-9px;box-shadow:0 5px 16px #341f401f}.benefit-dark{color:var(--white);background:var(--ink)}.benefit-dark .benefit-icon{color:var(--lilac);background:#ffffff1a}.benefit-dark .section-kicker{color:var(--lilac)}.benefit-dark p:not(.section-kicker){color:#c9bfcd}.stacked-polaroids{width:49%;height:72%;position:absolute;bottom:0;right:8px}.stacked-polaroids .prompt-image{border:6px solid #fff;width:125px;height:160px;min-height:0;position:absolute;box-shadow:0 18px 35px #0a050c4d}.stacked-polaroids .prompt-badge{display:none}.stacked-polaroids .prompt-image:first-child{top:15px;left:7px;transform:rotate(-9deg)}.stacked-polaroids .prompt-image:nth-child(2){top:47px;left:57px;transform:rotate(4deg)}.stacked-polaroids .prompt-image:nth-child(3){top:83px;left:22px;transform:rotate(-1deg)}.lookbook-preview{padding:126px 0 142px;overflow:hidden}.split-heading{width:min(var(--max), calc(100% - 48px));grid-template-columns:1fr .62fr;align-items:end;gap:70px;display:grid}.split-heading>div:last-child{padding-bottom:7px}.split-heading>div:last-child p{color:var(--muted);margin:0;line-height:1.7}.split-heading a,.faq-heading a{border-bottom:1px solid var(--ink);align-items:center;gap:8px;margin-top:22px;padding-bottom:3px;font-size:.77rem;font-weight:800;display:inline-flex}.lookbook-row{width:min(var(--max), calc(100% - 48px));grid-template-columns:repeat(6,minmax(0,1fr));gap:15px;margin:65px auto 0;display:grid}.look-card{border:1px solid var(--line);background:var(--white);padding:8px 8px 18px;box-shadow:0 14px 30px #341f4012}.look-card:nth-child(2n){transform:translateY(32px)rotate(1deg)}.look-card:nth-child(3n){transform:rotate(-1.5deg)}.look-card .prompt-image{aspect-ratio:4/5;height:auto;min-height:0}.look-card>div:last-child{grid-template-columns:auto 1fr;gap:2px 11px;padding:14px 7px 0;display:grid}.look-card>div:last-child>span{color:var(--orchid);font-family:var(--utility);grid-row:span 2;font-size:.58rem}.look-card h3{font-family:var(--display);margin:0;font-size:1.18rem}.look-card p{color:var(--muted);font-family:var(--utility);letter-spacing:.06em;text-transform:uppercase;margin:3px 0 0;font-size:.53rem}.process-section{width:min(var(--max), calc(100% - 48px));border-top:1px solid var(--line);grid-template-columns:.72fr 1.28fr;gap:95px;margin:0 auto;padding:128px 0;display:grid}.process-intro{align-self:start;position:sticky;top:120px}.process-intro h2,.salon-copy h2,.testimonial-heading h2,.faq-heading h2{font-size:clamp(3rem,5vw,4.8rem);line-height:.98}.process-intro>p:last-child{max-width:420px;color:var(--muted);margin:26px 0 0;line-height:1.7}.process-list article{border-bottom:1px solid var(--line);grid-template-columns:44px 55px 1fr;align-items:start;gap:8px 17px;min-height:205px;padding:34px 0;display:grid}.process-list article:first-child{border-top:1px solid var(--line)}.process-list article>span{color:var(--orchid);font-family:var(--utility);font-size:.64rem}.process-list article>div{width:45px;height:45px;color:var(--orchid-dark);background:var(--paper-2);border-radius:50%;place-items:center;display:grid}.process-list article>div svg{width:19px}.process-list h3{font-family:var(--display);grid-column:3;margin:0;font-size:1.75rem;font-weight:500;line-height:1.08}.process-list p{max-width:510px;color:var(--muted);grid-column:3;margin:0;line-height:1.65}.salon-bridge{background:#e6dce9;grid-template-columns:1.07fr .93fr;min-height:700px;display:grid}.salon-image-wrap{padding:30px;position:relative}.salon-image-wrap .prompt-image{border-radius:320px 320px 0 0;height:100%}.salon-caption{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:190px;font-family:var(--display);background:#ffffffd9;border-radius:8px;padding:14px 16px;font-size:1.05rem;font-style:italic;position:absolute;bottom:48px;right:48px}.salon-copy{flex-direction:column;justify-content:center;padding:80px clamp(40px,7vw,110px);display:flex}.salon-copy>p:not(.section-kicker){max-width:520px;color:var(--muted);margin:28px 0 38px;line-height:1.72}.salon-points{display:grid}.salon-points>div{border-top:1px solid #341f4026;grid-template-columns:78px 1fr;gap:20px;padding:17px 0;display:grid}.salon-points span{font-family:var(--utility);letter-spacing:.05em;text-transform:uppercase;font-size:.61rem;font-weight:800}.salon-points p{color:var(--muted);margin:0;font-size:.84rem}.testimonials-section{color:var(--white);background:var(--ink);padding:130px 24px}.testimonial-heading{width:min(var(--max), 100%);margin:0 auto}.testimonial-heading .section-kicker,.testimonial-heading em{color:var(--lilac)}.testimonial-grid{width:min(var(--max), 100%);grid-template-columns:repeat(3,1fr);gap:16px;margin:62px auto 0;display:grid}.testimonial-grid blockquote{background:#ffffff0b;border:1px solid #ffffff21;border-radius:16px;flex-direction:column;min-height:405px;margin:0;padding:32px;display:flex}.quote-mark{height:54px;color:var(--lilac);font-family:var(--display);font-size:4.6rem;line-height:1}.testimonial-grid blockquote>p{color:#e2dbe5;font-family:var(--display);flex:1;font-size:1.25rem;line-height:1.45}.testimonial-rating{color:#f4c96b;gap:4px;margin-bottom:20px;display:flex}.testimonial-grid footer{border-top:1px solid #ffffff1f;align-items:center;gap:12px;padding-top:20px;display:flex}.testimonial-grid footer .prompt-image{border-radius:50%;width:46px;height:46px;min-height:0}.testimonial-grid footer .prompt-badge{display:none}.testimonial-grid footer>div{gap:2px;display:grid}.testimonial-grid footer strong{font-size:.76rem}.testimonial-grid footer span{color:#afa3b4;font-size:.64rem}.faq-section{width:min(var(--max), calc(100% - 48px));grid-template-columns:.78fr 1.22fr;gap:90px;margin:0 auto;padding:130px 0;display:grid}.faq-heading>p:not(.section-kicker){max-width:400px;color:var(--muted);margin:26px 0 0;line-height:1.7}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line);padding:0 4px}.faq-item button{cursor:pointer;text-align:left;width:100%;font-family:var(--display);background:0 0;grid-template-columns:1fr auto;gap:20px;padding:25px 0;font-size:1.2rem;font-weight:600;display:grid}.faq-item p{max-width:670px;color:var(--muted);margin:-7px 45px 26px 0;line-height:1.7}.final-cta{width:min(var(--max), calc(100% - 48px));color:var(--white);background:radial-gradient(circle at 14% 10%, #dac5eb38, transparent 25%), radial-gradient(circle at 89% 86%, #efd9df2e, transparent 26%), var(--orchid-dark);text-align:center;border-radius:24px;margin:0 auto 24px;padding:100px 40px;position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";border:1px solid #ffffff2e;border-radius:120px;width:230px;height:310px;position:absolute}.final-cta:before{top:-110px;left:-55px;transform:rotate(-30deg)}.final-cta:after{bottom:-150px;right:-45px;transform:rotate(38deg)}.final-cta .section-kicker{color:var(--lilac);justify-content:center}.final-cta h2{font-size:clamp(3rem,5.2vw,5.1rem);line-height:.98}.final-cta h2 em{color:var(--white);font-style:italic}.final-cta>p:not(.section-kicker){color:#e2d8e6;margin:24px auto 29px}.cta-sticker{color:var(--ink);background:var(--lilac);font-family:var(--utility);letter-spacing:.05em;text-transform:uppercase;border:1px solid #ffffff40;border-radius:5px;padding:10px 14px;font-size:.58rem;font-weight:800;position:absolute;top:36px;right:42px;transform:rotate(6deg)}.site-footer{padding:70px max(24px, calc((100vw - var(--max)) / 2)) 30px;background:#f0ebf3}.footer-top{grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:55px;display:grid}.footer-intro>p{max-width:310px;color:var(--muted);margin:20px 0;line-height:1.6}.socials{gap:8px;display:flex}.socials a{border:1px solid var(--line);background:#ffffff8c;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-column>p{font-family:var(--utility);letter-spacing:.08em;text-transform:uppercase;margin:0 0 9px;font-size:.62rem;font-weight:800}.footer-column a{color:var(--muted);align-items:center;gap:4px;font-size:.8rem;display:inline-flex}.footer-column a:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);font-family:var(--utility);letter-spacing:.03em;grid-template-columns:1fr auto 1fr;padding-top:22px;font-size:.56rem;display:grid}.footer-bottom span:last-child{text-align:right}.inner-page{min-height:70vh}.inner-hero{width:min(var(--max), calc(100% - 48px));text-align:center;margin:0 auto;padding:120px 0 80px}.inner-hero .section-kicker{justify-content:center}.inner-hero h1{font-size:clamp(4rem,7vw,7rem);line-height:.89}.inner-hero>p:last-child{max-width:650px;color:var(--muted);margin:30px auto 0;line-height:1.7}.library-section{width:min(var(--max), calc(100% - 48px));margin:0 auto;padding-bottom:130px}.library-toolbar{border:1px solid var(--line);background:var(--white);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:38px;padding:14px;display:flex}.library-filters{flex-wrap:wrap;gap:5px;display:flex}.library-filters button{cursor:pointer;text-transform:capitalize;background:0 0;border-radius:8px;min-height:37px;padding:0 13px;font-size:.7rem;font-weight:700}.library-filters button.is-active{color:var(--white);background:var(--ink)}.library-search{background:var(--paper-2);border-radius:8px;align-items:center;gap:8px;min-width:220px;min-height:39px;padding:0 13px;display:flex}.library-search input{background:0 0;border:0;outline:0;width:100%;font-size:.74rem}.library-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.library-card{border:1px solid var(--line);background:var(--white);border-radius:16px;transition:transform .18s,box-shadow .18s;overflow:hidden}.library-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px #341f401a}.library-card .prompt-image{height:325px}.library-card>div:last-child{padding:22px}.library-card>div:last-child>span{color:var(--orchid);font-family:var(--utility);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:800}.library-card h2{font-family:var(--display);margin:8px 0;font-size:1.55rem;font-weight:500}.library-card p{min-height:44px;color:var(--muted);margin:0;font-size:.76rem;line-height:1.55}.library-card a{align-items:center;gap:7px;margin-top:17px;font-size:.7rem;font-weight:800;display:inline-flex}.empty-library{border:1px dashed var(--line);text-align:center;border-radius:16px;padding:80px}.empty-library h2{font-family:var(--display)}.empty-library p{color:var(--muted)}.pricing-section{width:min(var(--max), calc(100% - 48px));margin:0 auto;padding-bottom:110px}.billing-toggle{background:var(--paper-2);border-radius:10px;width:max-content;margin:0 auto 45px;padding:4px;display:flex}.billing-toggle button{cursor:pointer;background:0 0;border-radius:7px;min-height:41px;padding:0 17px;font-size:.7rem;font-weight:700}.billing-toggle button.is-active{background:var(--white);box-shadow:0 4px 12px #341f401a}.billing-toggle span{color:var(--orchid-dark);margin-left:4px;font-size:.58rem}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px;display:grid}.pricing-card{border:1px solid var(--line);background:var(--white);border-radius:20px;padding:35px;position:relative}.pricing-card.is-popular{color:var(--white);background:var(--orchid-dark);transform:translateY(-12px);box-shadow:0 24px 60px #452a5438}.popular-label{color:var(--lilac);font-family:var(--utility);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:5px;font-size:.5rem;font-weight:800;display:inline-flex;position:absolute;top:15px;right:16px}.plan-name{font-family:var(--display);margin:0 0 8px;font-size:1.55rem;font-weight:700}.plan-note{min-height:42px;color:var(--muted);margin:0;font-size:.74rem;line-height:1.5}.is-popular .plan-note,.is-popular .credit-count{color:#d8cedc}.price{align-items:flex-start;margin:31px 0 0;display:flex}.price>span{margin:9px 3px 0 0;font-size:1rem}.price strong{font-family:var(--display);letter-spacing:-.06em;font-size:4.7rem;font-weight:500;line-height:.85}.price small{color:var(--muted);align-self:end;margin:0 0 5px 7px}.is-popular .price small{color:#d8cedc}.credit-count{color:var(--muted);margin:17px 0 25px;font-size:.73rem}.pricing-card .button{width:100%}.pricing-card ul{border-top:1px solid var(--line);gap:13px;margin:30px 0 0;padding:26px 0 0;font-size:.73rem;list-style:none;display:grid}.is-popular ul{border-color:#ffffff26}.pricing-card li{align-items:center;gap:8px;display:flex}.pricing-disclaimer{color:var(--muted);text-align:center;margin:28px 0 0;font-size:.65rem}.pricing-faq-strip{width:min(var(--max), calc(100% - 48px));border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:40px;margin:0 auto 110px;padding:40px 0;display:grid}.pricing-faq-strip strong{font-family:var(--display);font-size:1.1rem}.pricing-faq-strip p{color:var(--muted);margin:10px 0 0;font-size:.76rem;line-height:1.55}.about-story{width:min(var(--max), calc(100% - 48px));grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;padding:30px 0 130px;display:grid}.about-image{border:1px solid var(--line);background:var(--white);height:680px;padding:18px;transform:rotate(-1.5deg)}.about-image .prompt-image{height:100%}.about-copy h2{font-family:var(--display);letter-spacing:-.05em;margin:0;font-size:clamp(2.7rem,4.5vw,4.4rem);font-weight:500;line-height:1}.about-copy>p:not(.section-kicker){color:var(--muted);line-height:1.75}.about-copy blockquote{border-top:1px solid var(--line);border-left:3px solid var(--orchid);font-family:var(--display);margin:32px 0 0;padding:25px 0 0 24px;font-size:1.45rem;font-style:italic;line-height:1.4}.values-grid{width:min(var(--max), calc(100% - 48px));border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin:0 auto 130px;display:grid}.values-grid article{background:var(--paper);min-height:300px;padding:38px}.values-grid span{color:var(--orchid);font-family:var(--utility);font-size:.6rem}.values-grid h3{font-family:var(--display);margin:60px 0 13px;font-size:1.55rem}.values-grid p{color:var(--muted);font-size:.8rem;line-height:1.65}.legal-hero{width:min(var(--max), calc(100% - 48px));border-bottom:1px solid var(--line);margin:0 auto;padding:125px 0 70px}.legal-hero h1{font-size:clamp(4rem,7vw,7rem)}.legal-hero>p:last-child{color:var(--muted);font-family:var(--utility);font-size:.64rem}.legal-layout{grid-template-columns:300px 1fr;gap:90px;width:min(1050px,100% - 48px);margin:0 auto;padding:80px 0 130px;display:grid}.legal-layout aside{background:var(--paper-2);border-radius:14px;align-self:start;padding:24px;position:sticky;top:120px}.legal-layout aside p{color:var(--orchid-dark);font-family:var(--utility);letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;font-size:.6rem;font-weight:800}.legal-layout aside strong{font-family:var(--display);font-size:1.2rem;line-height:1.35;display:block}.legal-layout aside a{color:var(--muted);margin-top:22px;font-size:.7rem;display:inline-block}.legal-copy article{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;gap:20px;margin-bottom:38px;padding:0 0 38px;display:grid}.legal-copy article>span{color:var(--orchid);font-family:var(--utility);font-size:.6rem}.legal-copy h2{font-family:var(--display);margin:0 0 12px;font-size:1.7rem;font-weight:600}.legal-copy p{color:var(--muted);margin:0;line-height:1.75}@media (max-width:1050px){.hero{gap:35px}.hero-copy h1{font-size:clamp(3.5rem,7vw,5rem)}.hero-visual{min-height:500px}.studio-card{grid-template-columns:1fr}.comparison-panel{grid-template-rows:auto minmax(360px,1fr)}.upload-zone,.uploaded-preview,.result-stage,.result-empty{min-height:360px}.studio-style-grid{grid-template-columns:repeat(6,1fr)}.benefit-grid{grid-template-columns:1fr}.benefit-large{min-height:770px}.process-section{gap:55px}.salon-copy{padding:70px 45px}.testimonial-grid{grid-template-columns:1fr 1fr}.testimonial-grid blockquote:last-child{grid-column:span 2;min-height:320px}.library-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:780px){.site-header{padding:10px 12px 0}.header-inner{grid-template-columns:1fr auto;min-height:56px;padding-left:13px}.main-nav{border:1px solid var(--line);background:#fbf9fdf7;border-radius:14px;flex-direction:column;align-items:stretch;gap:0;padding:10px;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 35px #341f401f}.main-nav.is-open{display:flex}.main-nav a{border-bottom:1px solid var(--line);padding:14px 12px}.main-nav a:last-child{border-bottom:0}.desktop-action,.desktop-account{display:none}.mobile-account.account-shell,.mobile-account.account-sign-in,.mobile-account.account-loading{border-top:1px solid var(--line);margin-top:4px;padding:12px;display:flex}.mobile-account.account-shell{justify-content:space-between}.menu-button{place-items:center;display:grid}.hero{width:min(100% - 28px, var(--max));grid-template-columns:1fr;min-height:0;padding:78px 0 65px}.hero-copy{text-align:center}.hero-note,.hero-trust{justify-content:center}.hero-copy h1{max-width:650px;margin:auto;font-size:clamp(3.5rem,14vw,5rem)}.hero-lede{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{min-height:500px}.trust-strip{white-space:nowrap;justify-content:flex-start}.studio-shell{width:min(100% - 28px, var(--max));padding:90px 0}.studio-heading,.split-heading{grid-template-columns:1fr;gap:24px}.studio-heading h2,.editorial-section h2,.lookbook-preview h2{font-size:clamp(3rem,12vw,4.4rem)}.studio-card{border-radius:20px}.studio-preview{gap:14px;padding:14px}.comparison-grid{grid-template-columns:minmax(0,1fr);gap:14px}.comparison-panel{border-radius:16px;grid-template-rows:auto auto;padding:9px}.upload-zone,.uploaded-preview,.result-stage,.result-empty{aspect-ratio:4/5;border-radius:13px;width:100%;min-height:0}.comparison-label{padding:3px 2px}.studio-controls{padding:22px 14px 26px;overflow:hidden}.studio-style-grid{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;gap:10px;max-height:none;margin-right:-14px;padding:2px 14px 12px 0;scroll-padding-left:0;display:flex;overflow:auto hidden}.studio-style{scroll-snap-align:start;flex:0 0 136px}.studio-style .prompt-image{min-height:0}.studio-category-row,.color-row,.generation-strip{-webkit-overflow-scrolling:touch}.color-row{padding:2px 2px 5px;overflow-x:auto}.control-label-row{align-items:flex-start;gap:12px}.control-label-row span{flex:none}.editorial-section{padding:90px 14px}.benefit-grid{margin-top:45px}.benefit-large{min-height:720px}.benefit-large .benefit-copy,.benefit-card:not(.benefit-large){padding:28px}.benefit-card h3{font-size:2rem}.stacked-polaroids{width:55%}.lookbook-preview{padding:90px 0 115px}.split-heading{width:min(100% - 28px, var(--max))}.lookbook-row{width:min(100% - 28px, var(--max));grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:45px auto 0}.look-card .prompt-image{height:auto}.process-section{width:min(100% - 28px, var(--max));grid-template-columns:1fr;gap:50px;padding:90px 0}.process-intro{position:static}.salon-bridge{grid-template-columns:1fr}.salon-image-wrap{height:620px;padding:18px}.salon-copy{padding:70px 24px}.testimonial-grid{grid-template-columns:1fr}.testimonial-grid blockquote:last-child{grid-column:auto;min-height:405px}.testimonials-section{padding:90px 14px}.faq-section{width:min(100% - 28px, var(--max));grid-template-columns:1fr;gap:55px;padding:90px 0}.final-cta{width:calc(100% - 28px);padding:90px 20px 70px}.cta-sticker{top:20px;right:18px}.footer-top{grid-template-columns:1.5fr 1fr 1fr}.footer-intro{grid-column:span 3}.footer-bottom{grid-template-columns:1fr;gap:8px}.footer-bottom span:last-child{text-align:left}.inner-hero{width:calc(100% - 28px);padding:100px 0 60px}.inner-hero h1{font-size:clamp(3.5rem,15vw,5.3rem)}.library-section,.pricing-section{width:calc(100% - 28px)}.library-toolbar{flex-direction:column;align-items:stretch}.library-search{min-width:0}.library-grid{grid-template-columns:1fr 1fr}.library-card .prompt-image{height:280px}.pricing-grid{grid-template-columns:1fr}.pricing-card.is-popular{transform:none}.pricing-faq-strip{grid-template-columns:1fr;width:calc(100% - 28px)}.about-story{grid-template-columns:1fr;gap:60px;width:calc(100% - 28px);padding-bottom:90px}.about-image{height:570px}.values-grid{grid-template-columns:1fr;width:calc(100% - 28px);margin-bottom:90px}.legal-hero{width:calc(100% - 28px);padding-top:100px}.legal-layout{grid-template-columns:1fr;gap:50px;width:calc(100% - 28px);padding:60px 0 90px}.legal-layout aside{position:static}}@media (max-width:520px){.logo{font-size:1.05rem}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-trust{justify-items:start;width:max-content;margin-left:auto;margin-right:auto;display:grid}.hero-visual{min-height:420px}.hero-card-before{width:53%;height:65%}.hero-card-after{width:58%;height:78%}.style-swatch{width:88px;height:115px}.swatch-two{right:14%}.hero-annotation{display:none}.studio-preview{padding:10px}.preview-topline{padding:0 2px}.comparison-label{flex-direction:column;align-items:flex-start;gap:2px}.studio-style{flex-basis:128px}.generation-card{flex-basis:104px}.color-row{gap:7px}.color-chip{width:28px;height:28px}.benefit-large{min-height:690px}.benefit-large .prompt-image{height:47%}.stacked-polaroids{width:67%;right:4px}.salon-image-wrap{height:490px}.process-list article{grid-template-columns:30px 44px 1fr}.process-list h3,.process-list p{grid-column:3}.footer-top{grid-template-columns:1fr 1fr}.footer-intro{grid-column:span 2}.library-grid{grid-template-columns:1fr}.library-card .prompt-image{height:390px}.billing-toggle{width:100%}.billing-toggle button{flex:1}.about-image{height:460px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
