:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f1efea;background:#101112;--muted:#a4a4a0;--line:#303233;--panel:#191b1c;--gold:#dcc7a6}*{box-sizing:border-box}body{margin:0}button,input,a{touch-action:manipulation}a{color:inherit}.topbar{height:90px;padding:0 5%;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-family:"Avenir Next",sans-serif;font-size:29px;font-weight:400;letter-spacing:3px;text-decoration:none}.brand svg{width:28px;height:28px;fill:none;stroke:var(--gold);stroke-width:1.3}.brand>span{font-size:9px;letter-spacing:2px;color:var(--gold);border-left:1px solid var(--line);padding-left:16px;margin-left:10px}.top-note{margin-left:auto;font-size:12px;color:var(--muted)}.top-note i{display:inline-block;width:6px;height:6px;background:var(--gold);border-radius:50%;margin-right:8px}.legacy{color:var(--muted);font-size:12px;text-decoration:none}main{max-width:1480px;margin:auto;padding:24px 5% 0}h1{font-size:clamp(32px,4vw,57px);letter-spacing:-1.8px;font-weight:430;line-height:1.13;margin:18px 0 23px}h1 em{font-style:normal;color:var(--gold)}h2{font-size:24px;font-weight:450;letter-spacing:-.4px}.eyebrow{font-size:10px;letter-spacing:2.3px;color:var(--gold);font-weight:550}.muted{color:var(--muted);font-size:15px;line-height:1.8}.tiny{font-size:12px}.home-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 0 48px}.section-heading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);gap:20px;padding-top:14px}.section-heading>span{color:var(--muted);font-size:12px}button,.download{border:1px solid transparent;border-radius:8px;padding:15px 22px;min-height:48px;font:inherit;font-size:14px;font-weight:600;cursor:pointer;background:var(--gold);color:#20201e;text-decoration:none;display:inline-block}button:hover,.download:hover{filter:brightness(1.08)}button:disabled{opacity:.4;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,.capture:focus-within{outline:2px solid var(--gold);outline-offset:5px}.project-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:18px 0 40px}.project-card{position:relative;display:flex;flex-direction:column;gap:14px;background:var(--panel);border:1px solid var(--line);color:#eeede8;text-align:left;min-height:180px;padding:27px}.project-card:before{content:'▧';color:var(--gold);font-size:25px;position:absolute;right:25px;top:22px}.project-card strong{font-size:22px;overflow-wrap:anywhere;font-weight:450}.project-card small{font-size:11px;font-weight:400;color:var(--muted)}.project-card:hover{border-color:#8a7c67}.empty{padding:44px 26px;border:1px dashed #404142;background:#151718;border-radius:10px;text-align:center;color:var(--muted);line-height:1.7}.empty h2{color:#eeede8}.empty-symbol{font-size:32px;color:var(--gold)}.workflow{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:30px 0;border-top:1px solid var(--line);margin-top:35px}.workflow>div{display:flex;gap:17px;align-items:center}.workflow b{font-size:23px;color:#746958;font-weight:350}.workflow span{font-size:14px}.workflow small{display:block;color:var(--muted);font-size:11px;margin-top:8px}.back,.text-button{background:transparent;color:var(--muted);padding:12px 0;font-weight:400}.text-button{font-size:12px;margin-right:22px}.form-panel{max-width:600px;margin:35px auto 70px;padding:35px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.form-panel h1{font-size:38px}form{margin-top:30px}form>label{font-size:13px}#project-name{display:block;background:#101112;color:#fff;width:100%;font:inherit;font-size:16px;padding:16px;border:1px solid #474949;border-radius:7px;margin:12px 0 25px}fieldset{padding:0;border:0;margin:25px 0}legend{font-size:13px}fieldset label{display:inline-flex;align-items:center;gap:12px;background:#252728;padding:17px 28px;margin:12px 10px 0 0;border-radius:6px}input{accent-color:var(--gold)}.project-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:35px}.project-content{min-width:0}nav{display:flex;gap:26px;border-bottom:1px solid var(--line)}.tab{border-radius:0;padding:14px 0;background:transparent;color:var(--muted);border-bottom:2px solid transparent;font-weight:450}.tab.active{border-bottom-color:var(--gold);color:#f4efe5}.tab span{font-size:12px;margin-left:6px}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:10px}.photo-card{background:var(--panel);border:1px solid var(--line);border-radius:9px;overflow:hidden;position:relative}.photo-card.selected{outline:2px solid var(--gold)}.photo-open{padding:0;width:100%;display:block;background:none;border:0;border-radius:0}.photo-open img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.photo-info{padding:15px}.photo-info strong{display:block;font-size:13px;font-weight:500;overflow-wrap:anywhere}.photo-info p{font-size:11px;color:var(--muted);line-height:1.6;margin:8px 0 0}.photo-select{position:absolute;right:10px;top:10px;display:grid;place-items:center;width:40px;height:40px;background:#17191be8;border-radius:6px}.photo-select input{width:22px;height:22px}.upload-panel{border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:25px;height:fit-content}.upload-panel h2{font-size:28px;line-height:1.25;margin:17px 0 24px}.capture-actions{display:grid;gap:12px}.capture{position:relative;display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:7px;font-size:13px;cursor:pointer}.capture input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.capture:has(input:disabled){opacity:.4}.dropzone{flex-direction:column;gap:10px;border:1px dashed #665d50;padding:28px 12px;background:#1f211f}.dropzone.dragover{background:#353026;border-color:var(--gold)}.dropzone span,.dropzone small{color:var(--muted);font-size:11px}.dropzone .upload-icon{font-size:29px;color:var(--gold)}.secondary{background:#2a2c2c;color:#eeece6;border:1px solid #3b3d3d}.style-card{display:flex;align-items:center;gap:14px;border-top:1px solid var(--line);padding-top:24px;margin-top:25px}.style-card>span{font-size:28px;color:var(--gold)}.style-card small{display:block;color:var(--muted);font-size:9px;letter-spacing:1.5px;margin-bottom:7px}.style-card strong{font-size:14px;font-weight:500}.features{padding:0;list-style:none;font-size:12px;color:var(--muted);line-height:2.3}.features li:before{content:'✓';color:var(--gold);margin-right:10px}.batch-bar{display:flex;gap:15px;align-items:center;position:sticky;bottom:16px;background:#202221f5;border:1px solid #4a443b;border-radius:9px;padding:18px 22px;margin-top:28px;box-shadow:0 8px 35px #0005}.batch-bar>div{flex:1}.batch-bar strong{font-size:14px;font-weight:500}.batch-bar small{display:block;color:var(--muted);font-size:11px;line-height:1.6;margin-top:7px}.detail-heading{border:0}.detail-heading h1{font-size:30px;overflow-wrap:anywhere}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:20px}figure{margin:0;min-width:0}figcaption{font-size:11px;letter-spacing:1px;color:var(--gold);padding:15px 0}figcaption span{color:var(--muted);margin-left:12px;letter-spacing:0}figure img{width:100%;display:block;border-radius:8px}.notice{padding:20px 24px;background:var(--panel);border:1px solid var(--line);border-radius:8px;font-size:12px;color:var(--muted);line-height:1.8}.notice strong{color:#eeeae1;font-size:14px;font-weight:500}#status{font-size:13px;line-height:1.7;position:sticky;top:8px;z-index:5;background:#292a26;border-radius:7px;padding:12px 18px}#status:empty{display:none}#status.error{color:#ffb7a7;background:#3a2221}footer{display:flex;align-items:center;gap:20px;justify-content:space-between;padding:34px 0;margin-top:65px;border-top:1px solid var(--line);color:#92938e;font-size:11px}footer .brand{font-size:19px;color:#d0cbc0}[hidden]{display:none!important}@media(min-width:1350px){.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.project-list{grid-template-columns:repeat(2,minmax(0,1fr))}.project-layout{grid-template-columns:1fr}.upload-panel{grid-row:1}.upload-panel h2,.upload-panel>.eyebrow,.features,.upload-panel>.tiny:last-child{display:none}.capture-actions{grid-template-columns:1fr 1fr}.style-card{margin-top:14px;padding-top:14px}.dropzone{padding:20px}.top-note{display:none}.legacy{margin-left:auto}}@media(max-width:600px){.topbar{height:73px;padding:0 20px}.brand{font-size:24px;gap:8px}.brand>span{display:none}.legacy{font-size:10px}main{padding:20px}.home-heading{align-items:flex-start;flex-direction:column;padding:15px 0 30px;gap:8px}h1{font-size:38px}.home-heading>button{width:100%}.section-heading>span{display:none}.project-list{grid-template-columns:1fr}.project-card{min-height:150px}.workflow{grid-template-columns:1fr;gap:24px}.form-panel{padding:23px;margin-top:20px}.form-panel h1{font-size:30px}.project-layout{gap:20px}.upload-panel{padding:18px}.capture-actions{grid-template-columns:1fr}.capture.secondary{min-height:42px}.dropzone{padding:22px}.photo-grid{gap:12px}.photo-info{padding:11px}.batch-bar{flex-wrap:wrap;bottom:8px;padding:16px}.batch-bar>div{flex-basis:100%}.batch-bar button{flex:1}.comparison{grid-template-columns:1fr}.detail-heading{align-items:flex-start;flex-direction:column;gap:0;margin-bottom:18px}.detail-heading h1{font-size:24px}.download{width:100%;text-align:center}footer{flex-wrap:wrap;gap:15px;margin-top:40px}.notice{padding:18px}}


:root{--gold:#dff8e5;--muted:#aebabb;--line:#3b494b;--panel:#1b292d;background:#122024;color:#eef3f2}body{background:radial-gradient(ellipse at 65% 15%,#30444877,transparent 58%),linear-gradient(120deg,#111c1f,#1a2a2f 65%,#111c20);position:relative;isolation:isolate}.light-atmosphere{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.light-atmosphere:before{content:'';position:absolute;width:900px;height:470px;top:-375px;left:-260px;border-radius:50%;border:1px solid #bfd5d74d;box-shadow:35px 55px 90px #8abcc11b,80px 70px 150px #0005;transform:rotate(-28deg)}.light-atmosphere:after{content:'';position:absolute;right:-180px;top:1000px;width:660px;height:650px;background:repeating-linear-gradient(128deg,transparent 0 65px,#b7dde025 70px 91px,transparent 103px 145px);filter:blur(9px);mask-image:radial-gradient(ellipse,#000,transparent 68%)}.topbar{height:80px;max-width:1240px;margin:auto;padding:0 30px;border:0;background:none;gap:22px}.brand{font-size:29px;font-weight:350;letter-spacing:1px;gap:12px}.brand svg{stroke:#eaf5f0;width:28px}.landing-nav{margin-left:auto;display:flex;align-items:center;gap:30px;font-size:12px}.landing-nav a{text-decoration:none}.nav-cta,.hero-cta{background:var(--gold);color:#172829;border-radius:30px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:13px 24px}.topbar #logout{font-size:10px;margin-right:0}main{max-width:1240px;padding:0 30px;margin:auto}.landing-hero{display:grid;grid-template-columns:40% 60%;align-items:center;gap:0;padding:4px 0 44px}.hero-copy{padding-right:25px}.eyebrow{font-size:10px;letter-spacing:3.5px;font-weight:400;color:#c2d2d2}.landing-hero h1{font-size:clamp(35px,4.05vw,55px);font-weight:350;letter-spacing:-1.6px;line-height:1.15;margin:20px 0 24px}.landing-hero h1 em{font-family:Georgia,serif;font-weight:400;font-style:italic;white-space:nowrap;color:#f1f5f2;font-size:1.05em}.hero-description{font-size:15px;line-height:1.7;max-width:390px;color:#d8e1e0;margin:0 0 23px}.hero-cta{font-size:14px;padding:14px 23px}.hero-note{font-size:10px;line-height:1.7;color:#9eafb0;margin:15px 0 0}.hero-visual img{display:block;width:100%;aspect-ratio:1.6;object-fit:cover;border-radius:0}.transformation{padding:10px 0 38px}.gallery-heading{margin:0 0 36px}.gallery-heading h2{font-size:clamp(29px,3.8vw,46px);line-height:1.2;font-weight:350;letter-spacing:-1px;margin:15px 0}.gallery-heading h2 em,.studio-intro h2 em{font-family:Georgia,serif;font-style:italic;font-weight:400}.gallery-heading>p:last-child{font-size:11px;color:#9bb0b1;margin-top:14px}.sample-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px;max-width:1000px;margin:0 auto}.sample-stack{display:block;position:relative;width:100%;aspect-ratio:1.27;padding:0;border:0;background:none;min-height:0;border-radius:0;isolation:isolate;cursor:pointer}.sample-stack:hover{filter:none}.sample-back,.sample-front{position:absolute;display:block;width:85%;aspect-ratio:4/3;box-shadow:0 12px 24px #0005;transition:transform .3s,opacity .3s;pointer-events:none}.sample-back{left:0;top:0;transform:rotate(-5deg);z-index:1}.sample-front{right:0;bottom:0;transform:rotate(-1deg);z-index:2}.sample-stack img{width:100%;height:100%;object-fit:cover;display:block;border:1px solid #dce5df66}.sample-tag{position:absolute;top:9px;left:9px;font-size:9px;letter-spacing:1px;padding:7px 10px;background:#182123d9;border-radius:3px;color:white;font-weight:400}.sample-front .sample-tag{left:auto;right:9px;background:var(--gold);color:#253637}.sample-stack.is-before .sample-back{z-index:3;transform:translate(7%,7%)}.sample-stack.is-before .sample-front{opacity:.3;transform:rotate(3deg)}.sample-caption{text-align:center;margin-top:34px;padding:0 10px}.sample-caption h3{font-size:18px;font-weight:400;margin:0 0 12px;line-height:1.4;letter-spacing:-.3px}.sample-caption p{font-size:12px;line-height:1.8;color:#acbfc0;margin:0 auto;max-width:270px}.pair-footnote{text-align:center;font-size:10px;color:#8fa5a7;line-height:1.6;margin:28px 0 0}.value-cards{display:none}.studio-intro{display:block;position:relative;border:0;border-top:1px solid #83999933;border-radius:0;background:none;text-align:center;padding:34px 0 40px;margin:0}.studio-intro h2{font-size:43px;font-weight:350;letter-spacing:-1px;margin:0 0 28px}.landing-upload{max-width:740px;margin:auto;border:1px dashed #97abad;border-radius:10px;background:linear-gradient(120deg,#ffffff02,#d5eeee09);padding:24px;display:flex;align-items:center;flex-direction:column;gap:12px}.landing-upload p{margin:0;font-size:15px}.landing-upload button{border-radius:30px;font-weight:400;padding:11px 25px;min-height:42px}.landing-upload small{font-size:9px;letter-spacing:2px;margin-top:6px}.landing-upload>span{font-size:10px;color:#a4b8b9}.section-heading h2{font-size:22px}.workflow{margin-top:20px}.workflow b{color:var(--gold)}html{scroll-behavior:smooth;scroll-padding-top:22px}@media(max-width:850px){.topbar{padding:0 22px}.landing-nav{gap:16px}.landing-hero h1{font-size:35px}.hero-description{font-size:13px}.hero-copy{padding-right:18px}.sample-gallery{gap:24px}.sample-caption{padding:0}.sample-caption h3{font-size:16px}}@media(max-width:600px){main{padding:0 22px}.topbar{height:70px;gap:10px}.brand{font-size:24px}.landing-nav a:not(.nav-cta){display:none}.landing-nav{gap:0}.nav-cta{font-size:11px;padding:10px 15px}.topbar #logout{display:none}.landing-hero{grid-template-columns:1fr;gap:24px;padding:18px 0 34px}.hero-copy{padding:0}.landing-hero h1{font-size:41px;letter-spacing:-1.4px}.hero-description{font-size:15px}.hero-note{font-size:10px}.hero-visual img{aspect-ratio:1.5}.gallery-heading{margin-bottom:32px}.gallery-heading h2{font-size:33px}.sample-gallery{grid-template-columns:1fr;max-width:330px;gap:38px}.sample-caption{margin-top:28px}.sample-caption h3{font-size:19px}.sample-caption p{font-size:13px}.studio-intro h2{font-size:33px}.landing-upload{padding:25px 15px}.landing-upload p{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.sample-back,.sample-front{transition:none}}

/* Full first screen, benefits, then a quiet interactive comparison gallery. */
.landing-hero{min-height:calc(100svh - 80px);grid-template-columns:39% 61%;padding:25px 0 65px;align-items:center}.landing-hero h1{font-size:clamp(38px,4.3vw,61px)}.hero-visual img{aspect-ratio:1.35;max-height:73svh;object-fit:cover}.hero-description{font-size:16px;line-height:1.8}.benefit-section{padding:60px 0 65px;border-top:1px solid #86aaa533;border-bottom:1px solid #86aaa533}.benefit-section>.eyebrow{margin:0 0 38px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.benefit-grid svg{width:52px;height:52px;color:#ddf9e5;margin-bottom:18px}.benefit-grid h3{font-size:21px;font-weight:450;letter-spacing:-.5px;margin:0 0 14px}.benefit-grid p{font-size:13px;line-height:1.9;color:#b3c3c3;margin:0;max-width:250px}.transformation{padding-top:64px;padding-bottom:45px}.sample-gallery{max-width:none;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.example-compare{position:relative;aspect-ratio:4/3;overflow:hidden;background:#102025}.example-compare>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.example-original{clip-path:inset(0 calc(100% - var(--reveal)) 0 0)}.example-label{position:absolute;top:12px;padding:6px 9px;letter-spacing:1px;font-size:9px;pointer-events:none;background:#142124bb;color:#fff}.original-label{left:12px}.edited-label{right:12px;background:#dff8e5;color:#173433}.example-divider{position:absolute;left:var(--reveal);top:0;bottom:0;width:1px;background:#e8fff3;pointer-events:none}.example-divider>span{position:absolute;left:0;top:50%;transform:translate(-50%,-50%);background:#e3f8ea;color:#203a36;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;font-size:18px}.example-range{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y}.example-compare:focus-within{outline:2px solid var(--gold);outline-offset:4px}.example-caption{display:flex;align-items:center;gap:11px;padding:20px 0}.example-caption h3{font-size:15px;font-weight:400;margin:0}.example-caption>span{font-size:10px;color:#9cb4b4}.example-caption>span:last-child{margin-left:auto;font-size:9px}.pair-footnote{text-align:left;margin-top:14px}.gallery-heading{margin-bottom:30px}@media(max-width:900px){.benefit-grid{gap:20px}.benefit-grid h3{font-size:18px}.sample-gallery{grid-template-columns:1fr 1fr}.comparison-example:last-child{grid-column:1/-1;max-width:550px;width:100%;justify-self:center}.landing-hero h1{font-size:38px}.hero-description{font-size:14px}}@media(max-width:600px){.landing-hero{min-height:calc(100svh - 70px);grid-template-columns:1fr;padding:22px 0 35px;gap:24px;align-content:center}.landing-hero h1{font-size:41px}.hero-visual img{aspect-ratio:1.5;max-height:none}.benefit-section{padding:38px 0}.benefit-section>.eyebrow{font-size:9px;margin-bottom:30px}.benefit-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.benefit-grid svg{width:43px;height:43px;margin-bottom:14px}.benefit-grid h3{font-size:18px}.benefit-grid p{font-size:12px;line-height:1.75}.transformation{padding-top:40px}.sample-gallery{grid-template-columns:1fr;gap:25px;max-width:none}.comparison-example:last-child{max-width:none}.example-caption h3{font-size:17px}.example-caption{padding:16px 0}.hero-description{font-size:15px}}

/* Balanced first screen: shared alignment and a closer benefits section. */
.landing-hero{min-height:0;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:42px;padding:36px 0 48px;align-items:center}.hero-copy{padding-right:0;min-width:0}.landing-hero h1{font-size:clamp(36px,4.2vw,58px);line-height:1.12;letter-spacing:-1.8px;margin:20px 0 24px}.landing-hero h1 em{white-space:normal;font-size:1em}.hero-description{max-width:400px}.hero-visual{min-width:0}.hero-visual img{height:clamp(350px,57svh,610px);width:100%;max-height:none;aspect-ratio:auto;object-fit:cover;object-position:center}.benefit-section{padding:32px 0 43px}.benefit-section>.eyebrow{margin-bottom:28px}.benefit-grid article{position:relative}.benefit-grid svg{transform-origin:50% 65%;transition:transform .3s cubic-bezier(.2,.7,.3,1),color .3s,filter .3s}.benefit-grid article:hover svg{transform:translateY(-6px) rotate(-5deg);color:#f0fff2;filter:drop-shadow(0 5px 9px #acffe32b)}.benefit-grid article:nth-child(even):hover svg{transform:translateY(-6px) rotate(5deg)}@media(min-width:1400px){.landing-hero{gap:52px;padding-top:44px;padding-bottom:52px}}@media(max-width:900px){.landing-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:26px;padding:28px 0 36px}.landing-hero h1{font-size:38px;letter-spacing:-1.3px}.hero-visual img{height:390px}.hero-description{font-size:14px}}@media(max-width:600px){.landing-hero{grid-template-columns:1fr;gap:25px;min-height:0;padding:22px 0 30px;align-content:normal}.landing-hero h1{font-size:42px;margin:16px 0 20px}.hero-visual img{height:auto;aspect-ratio:4/3;max-height:none}.hero-description{font-size:15px}.benefit-section{padding:28px 0 34px}.benefit-section>.eyebrow{margin-bottom:26px}}@media(prefers-reduced-motion:reduce){.benefit-grid svg{transition:none}.benefit-grid article:hover svg{transform:none;filter:none}}

/* Keep the hero photograph landscape at every viewport size. */
.landing-hero{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}.hero-visual img{height:auto;max-height:none;aspect-ratio:3/2;object-fit:cover;border-radius:0}@media(max-width:900px){.landing-hero{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.hero-visual img{height:auto;aspect-ratio:3/2}}@media(max-width:600px){.landing-hero{grid-template-columns:1fr}.hero-visual img{height:auto;aspect-ratio:3/2}}

/* Shared estaframe identity: ice blue, black, white and Manrope. */
:root{color-scheme:light;font-family:Manrope,Arial,sans-serif;background:#69bff8;color:#101214;--muted:#314c60;--line:#17415d30;--panel:#ffffffcc;--gold:#101214}
body{background:#69bff8;color:#101214;min-height:100svh}.light-atmosphere{display:none}
.topbar{height:auto;min-height:88px;flex-wrap:wrap;padding-top:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.brand{display:inline-flex;flex-shrink:0;letter-spacing:0}.brand img{width:190px;height:auto;display:block}footer .brand img{width:150px}
h1,h2,h3,.landing-hero h1,.studio-intro h2,.gallery-heading h2{font-weight:800;letter-spacing:-.055em;color:#101214}
.landing-hero h1 em,.gallery-heading h2 em,.studio-intro h2 em,h1 em{font-family:inherit;font-style:normal;font-weight:800;color:#101214}
.eyebrow{color:#203d51;font-weight:800;letter-spacing:.15em}.hero-description,.hero-note,.benefit-grid p,.gallery-heading>p:last-child,.pair-footnote,.sample-caption p,.example-caption>span,footer{color:var(--muted)}
.hero-note,.pair-footnote{font-size:12px}.landing-nav{font-weight:700}.hero-visual img{border-radius:24px;box-shadow:0 20px 45px #13364d24}
button,.download,.hero-cta,.nav-cta{background:#101214;color:#fff;border-radius:999px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
button:not(:disabled):hover,.download:hover,.hero-cta:hover,.nav-cta:hover{filter:none;transform:translateY(-2px);box-shadow:0 7px 16px #143b5320}
button:focus-visible,a:focus-visible,input:focus-visible,.capture:focus-within{outline:3px solid #101214;outline-offset:4px}
.back,.text-button,.tab{background:transparent;color:#203d51;box-shadow:none!important}.tab{border-radius:0}.tab.active{color:#101214;border-bottom-color:#101214;font-weight:800}
.project-card,.form-panel,.upload-panel,.photo-card,.notice{background:var(--panel);border:1px solid var(--line);border-radius:22px;color:#101214}
.project-card{transition:transform .18s,box-shadow .18s}.project-card:hover{border-color:#101214;box-shadow:0 12px 28px #13364d20}.project-card strong{font-weight:800}.project-card:before{content:'↗';font-weight:800}.empty{background:#ffffff55;color:var(--muted);border-color:#17415d66;border-radius:22px}.empty h2,.notice strong{color:#101214}
.form-panel{box-shadow:0 20px 50px #153b5420;padding:38px;max-width:600px}.form-panel h1{font-weight:800}.form-panel button[type=submit]{width:100%}
#project-name{background:#fff;color:#101214;border:1px solid #385d7480;border-radius:12px}fieldset label{background:#e3f3ff;color:#101214;border:1px solid var(--line);border-radius:12px}input{accent-color:#101214}
.dropzone,.landing-upload{background:#ffffff66;border:1px dashed #31566e;border-radius:20px}.dropzone.dragover{background:#fff;border-color:#101214}.secondary{background:#e4f3ff;color:#101214;border-color:var(--line)}
.photo-open{background:transparent;border-radius:0;box-shadow:none!important}.photo-open:hover{transform:none!important}.photo-select{background:#fff;border-radius:10px}.photo-card.selected{outline:3px solid #101214}
.batch-bar{background:#101214;color:#fff;border:0;border-radius:22px}.batch-bar small{color:#c4d8e6}.batch-bar button{background:#69bff8;color:#101214}.batch-bar strong{font-weight:700}
#status{background:#fff;color:#173b54;border:1px solid var(--line);border-radius:14px}#status.error{background:#fff0ef;color:#8b1f19}
.benefit-grid svg{color:#101214}.benefit-grid article:hover svg{color:#101214;filter:none}.benefit-grid h3,.example-caption h3{font-weight:800}.example-compare{border-radius:20px}.edited-label,.example-divider>span{background:#69bff8;color:#101214}.example-divider{background:#69bff8}.sample-front .sample-tag{background:#69bff8;color:#101214}
.landing-upload button{font-weight:700}.landing-upload>span{color:var(--muted)}.workflow b{color:#101214;font-weight:800}.comparison figure{background:#ffffff99;padding:14px;border:1px solid var(--line);border-radius:20px}figcaption{font-weight:700;color:#101214}
.topbar #logout{display:inline-block;font-size:12px;margin:0}.top-note{font-size:12px}.topbar .landing-nav{gap:20px}
@media(max-width:600px){.topbar{padding:14px 20px;gap:12px;min-height:76px}.brand img{width:150px}.topbar .landing-nav{margin-left:auto}.nav-cta{padding:11px 14px}.topbar #logout{margin-left:auto;min-height:36px;padding:6px}.form-panel{padding:24px}.landing-hero h1{font-size:42px}.hero-visual img{border-radius:20px}.project-list{gap:14px}.photo-grid{grid-template-columns:1fr}.batch-bar{border-radius:18px}.comparison figure{padding:10px}.top-note{display:block;margin-left:auto;font-size:11px}}
@media(prefers-reduced-motion:reduce){button,.download,.hero-cta,.nav-cta,.project-card{transition:none}button:not(:disabled):hover,.download:hover,.hero-cta:hover,.nav-cta:hover{transform:none}}

/* Match the approved homepage proportions and visual hierarchy. */
body{line-height:1.55}.topbar,main{width:min(1400px,calc(100% - 96px));max-width:none;padding-left:0;padding-right:0}.topbar{min-height:110px}.brand img{width:220px}.landing-nav{font-size:14px}.landing-hero{grid-template-columns:1.04fr 1fr;gap:28px;min-height:660px;padding:64px 0 75px}.landing-hero h1{font-size:clamp(42px,4.7vw,72px);line-height:1.055;letter-spacing:-3.8px}.landing-hero h1 em{color:white}.hero-description{font-size:21px;font-weight:700;line-height:1.5;max-width:520px}.hero-visual{padding:9px;background:white;border-radius:22px;transform:rotate(2deg);box-shadow:0 30px 60px #0e457f26;transition:transform .25s}.hero-visual:hover{transform:rotate(0)}.hero-visual img{border-radius:15px;box-shadow:none;aspect-ratio:1.5}.hero-cta{min-height:62px;padding:12px 13px 12px 25px;gap:30px;font-weight:800}.hero-cta span{display:grid;place-items:center;border-radius:50%;background:#69bff8;color:#101414;width:38px;height:38px;font-size:25px}.nav-cta{background:#ffffff3d;color:#101414;border:1px solid #10141422}.benefit-section{padding:40px 32px;background:#101414;border-radius:24px;color:white}.benefit-section .eyebrow,.benefit-grid h3{color:white}.benefit-grid p{color:#c9dbe8}.benefit-grid svg,.benefit-grid article:hover svg{color:#69bff8}.studio-intro{padding-top:70px}.project-card{padding:28px}.project-card strong{font-size:24px}
@media(max-width:900px){.topbar,main{width:calc(100% - 48px)}.landing-hero{min-height:0;gap:26px}.hero-description{font-size:17px}}
@media(max-width:600px){.topbar,main{width:calc(100% - 40px)}.topbar{min-height:80px}.brand img{width:150px}.landing-hero{grid-template-columns:1fr;padding:38px 0 45px;gap:34px}.landing-hero h1{font-size:43px;letter-spacing:-2.2px}.hero-description{font-size:17px}.benefit-section{padding:28px 22px}.hero-visual{margin:0 5px}.studio-intro{padding-top:44px}}
@media(prefers-reduced-motion:reduce){.hero-visual{transition:none}.hero-visual:hover{transform:rotate(2deg)}}
