@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f7f7f2;--ink:#202a24;--muted:#687168;--line:#dce1d7;--lime:#d8f36a;--green:#344a35}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}img,svg{max-width:100%}.wrap{max-width:1320px;margin:auto;padding:0 48px}.site-header{position:sticky;top:0;z-index:20;background:#f7f7f2ed;backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{font:800 33px 'Manrope',sans-serif;letter-spacing:-2px;display:flex;align-items:center;gap:11px}.mark{display:inline-block;width:27px;height:27px;position:relative;background:var(--ink);clip-path:polygon(0 0,42% 0,100% 58%,100% 100%,58% 100%,0 42%)}.navlinks{display:flex;gap:29px;align-items:center;font-size:14px}.navlinks a:hover,.footlinks a:hover{text-decoration:underline}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 22px;border:1px solid var(--ink);border-radius:6px;background:var(--ink);color:white;font-size:14px;font-weight:600;cursor:pointer}.button.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}.button.outline{background:transparent;color:var(--ink)}.arrow{font-size:20px;line-height:1}.menu-toggle{display:none}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';height:7px;width:7px;background:#819251;border-radius:50%}.hero{padding:78px 0 75px;display:grid;grid-template-columns:1.05fr 1fr;gap:45px;align-items:center}h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.08;font-weight:500;letter-spacing:-2px;margin:0}h1{font-size:clamp(44px,5.2vw,74px);margin:26px 0}h1 em,h2 em{font-family:Georgia,serif;font-weight:normal}h2{font-size:clamp(34px,3.5vw,50px)}h3{font-size:24px;letter-spacing:-.7px}.lead{font-size:18px;color:var(--muted);max-width:520px;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.micro{font-size:12px;color:var(--muted);margin-top:18px}.stage{height:510px;background:#e7ebdf;border-radius:14px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.stage:before{content:'';position:absolute;width:410px;height:410px;border:1px solid #c6cdbb;border-radius:50%;top:-160px;right:-100px}.stage:after{content:'A BETTER FIRST IMPRESSION';position:absolute;bottom:26px;left:28px;font-size:9px;letter-spacing:2px;color:#53614f}.browser-card{position:absolute;width:86%;top:65px;left:8%;transform:rotate(-5deg);background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 24px 50px #23332824;border:1px solid #fff9}.browser-bar{height:25px;background:#f9f9f6;padding:7px 12px;display:flex;gap:4px}.browser-bar i{height:5px;width:5px;border-radius:50%;background:#d0d4cc}.mini-firm{padding:16px 23px;font:12px Georgia,serif;display:flex;justify-content:space-between}.mini-main{background:#243b32;color:#efe8d8;display:grid;grid-template-columns:1fr .8fr;padding:30px 24px;gap:10px}.mini-main h3{font:36px/.98 Georgia,serif;letter-spacing:-1px}.mini-main p{font:8px/1.6 sans-serif;max-width:160px;color:#d3dccc}.mini-button{display:inline-block;background:#d1bb8e;color:#243b32;padding:7px 12px;font-size:7px;margin:10px 0}.arch-art{height:186px;position:relative;background:linear-gradient(120deg,#adac90,#737d64);border-radius:100px 100px 0 0;overflow:hidden}.arch-art:before{content:'';position:absolute;left:30%;top:20%;height:90%;width:50%;border:14px solid #d9d8be;border-bottom:0;border-radius:100px 100px 0 0;box-shadow:25px 5px 0 #3c514060}.mini-bottom{display:flex;justify-content:space-around;font-size:8px;padding:18px 8px;color:#687168}.phone{position:absolute;width:145px;right:0;bottom:47px;background:#f6f3e9;border:6px solid #26362c;border-radius:24px;padding:23px 12px;box-shadow:0 16px 40px #15241935;transform:rotate(7deg)}.phone .notch{position:absolute;top:7px;left:43px;width:47px;height:8px;background:#26362c;border-radius:8px}.phone small{font-size:7px;letter-spacing:1px}.phone h3{font:29px/.98 Georgia,serif;margin:20px 0}.phone .arch-art{height:105px;border-radius:60px 60px 0 0}.floating-label{position:absolute;top:30px;right:21px;background:white;padding:10px 15px;border-radius:5px;box-shadow:0 5px 20px #25382610;font-size:11px;transform:rotate(3deg)}.floating-label b{color:#738843}.strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;gap:20px;font-size:13px}.strip span{display:flex;gap:11px;align-items:center}.strip b{font-weight:500;color:#78865c}.section{padding:92px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:36px}.section-head p{max-width:360px;color:var(--muted);font-size:15px}.section-head .eyebrow{margin-bottom:20px}.demo-grid,.services,.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.demo{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:white;transition:transform .2s}.demo:hover{transform:translateY(-5px)}.demo-art{height:275px;padding:24px;position:relative;overflow:hidden;background:#e5e8df}.demo-art .preview-surface{height:270px;padding:22px;border-radius:4px;box-shadow:0 10px 20px #0002;background:#253b33;color:#efecd9}.demo-art small{font:10px Georgia,serif;letter-spacing:1px}.demo-art h3{font:37px/1 Georgia,serif;margin:28px 0 10px;max-width:210px}.demo-art .rule{width:32px;border-top:2px solid #b8a77d}.demo-art.family{background:#efe6db}.family .preview-surface{background:#faf6ed;color:#5b382c}.family h3{font-style:italic}.family .rule{border-color:#b67c61}.demo-art.bold{background:#d8e0ec}.bold .preview-surface{background:#172329;color:#e5fc8d}.bold h3{font:700 37px/1 'Manrope',sans-serif;letter-spacing:-2px}.bold .rule{border-color:#e5fc8d}.demo-caption{padding:21px 23px;display:flex;justify-content:space-between;align-items:center}.demo-caption h3{font-size:18px;letter-spacing:-.4px}.demo-caption small{font-size:11px;color:var(--muted)}.swatches{display:flex;gap:4px;margin-top:22px}.swatches i{width:11px;height:11px;border:1px solid #ffffff70;border-radius:50%}.dark-section{background:#25362c;color:#f6f8ed}.dark-section .eyebrow{color:#c4d2b8}.dark-section .lead{color:#b8c4b4}.service{padding:28px 0;border-top:1px solid #ffffff40}.service-num{font-size:11px;color:#c3d782;letter-spacing:1px}.service h3{margin:26px 0 14px}.service p{color:#bdc9b9;font-size:14px;max-width:330px}.service a{display:inline-block;font-size:13px;margin-top:17px;border-bottom:1px solid #9da995}.plan{border:1px solid var(--line);border-radius:9px;padding:28px;background:#fff;display:flex;flex-direction:column;position:relative}.plan.featured{background:#eaf0dc;border:2px solid #8c9b69}.plan-tag{font-size:10px;letter-spacing:1.6px;text-transform:uppercase;height:22px;color:#657448}.plan h3{font-size:26px;margin-top:12px}.price{font-size:46px;line-height:1.2;letter-spacing:-2px;margin-top:23px}.price-note{font-size:12px;color:var(--muted);margin:9px 0 24px}.plan dl{margin:0 0 24px}.plan dl div{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #dce1d7;padding:11px 0;font-size:13px}.plan dd{margin:0;font-weight:600}.plan .button{margin-top:auto}.plan-note{font-size:13px;line-height:1.8;color:var(--muted);max-width:960px;margin-top:24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:100px}.steps{counter-reset:steps}.step{display:grid;grid-template-columns:35px 1fr;gap:20px;border-top:1px solid var(--line);padding:24px 0}.step:before{counter-increment:steps;content:'0' counter(steps);font-size:12px;color:#7d8a61;padding-top:4px}.step p{font-size:14px;color:var(--muted);margin-bottom:0}.step h3{font-size:20px}.callout{background:var(--lime);border-radius:12px;padding:55px;display:flex;justify-content:space-between;align-items:center;gap:40px}.callout h2{max-width:720px}.callout p{font-size:15px}.site-footer{padding:60px 0 30px}.footer-top{display:flex;justify-content:space-between;gap:30px}.footer-top p{font-size:13px;max-width:280px;color:var(--muted)}.footlinks{display:grid;grid-template-columns:1fr 1fr;gap:12px 45px;font-size:13px}.footer-bottom{border-top:1px solid var(--line);margin-top:40px;padding-top:22px;font-size:11px;color:var(--muted);display:flex;justify-content:space-between}.subhero{padding:78px 0 55px;max-width:950px}.subhero h1{font-size:clamp(42px,5vw,66px)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.content-card{padding:32px;background:white;border:1px solid var(--line);border-radius:8px}.content-card p{color:var(--muted)}.content-card h3{margin-bottom:20px}.faq{max-width:900px;margin:40px auto}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-size:18px}.faq p{color:var(--muted)}form{padding:32px;background:white;border:1px solid var(--line);border-radius:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:13px;font-weight:600}input,textarea,select{display:block;width:100%;border:1px solid #c5cdbf;border-radius:5px;padding:12px;background:#fbfcf8;margin:7px 0 18px;color:var(--ink)}textarea{min-height:100px}.check{display:flex;gap:10px;align-items:start;font-weight:400}.check input{width:auto;margin-top:5px}.form-status{font-size:14px;color:#465e33;padding:12px 0}.preview-notice{background:#eaeedf;padding:12px 16px;border-radius:5px;font-size:13px;line-height:1.6}.wide{grid-column:1/-1}.skip{position:absolute;left:10px;top:-100px;z-index:99;background:white;padding:12px}.skip:focus{top:10px}@media(max-width:1050px){.wrap{padding:0 28px}.navlinks{gap:18px}.navlinks .button{display:none}.hero{gap:28px}.stage{height:450px}.mini-main h3{font-size:29px}.split{gap:40px}.phone{width:120px}.demo-art{padding:15px}.demo-art h3{font-size:30px}.callout{padding:35px}}@media(max-width:760px){.wrap{padding:0 22px}.nav{height:76px}.logo{font-size:29px}.menu-toggle{display:block;border:1px solid var(--line);border-radius:5px;background:none;padding:8px 12px}.navlinks{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:start}.navlinks.open{display:flex}.navlinks .button{display:flex}.hero{grid-template-columns:1fr;padding:45px 0;gap:32px}h1{font-size:49px}.lead{font-size:16px}.stage{height:440px}.browser-card{max-width:430px}.phone{right:10px;width:130px}.strip{grid-template-columns:1fr 1fr;font-size:11px;gap:18px}.section{padding:60px 0}.section-head{display:block}.section-head p{max-width:none}.demo-grid,.services,.plans,.split,.content-grid{grid-template-columns:1fr}.demo-art{height:300px;padding:26px}.demo-art h3{font-size:43px}.plan{padding:25px}.callout{display:block;padding:30px}.callout .button{margin-top:18px}.footer-top{display:block}.footlinks{margin-top:30px}.footer-bottom{display:block}.form-grid{grid-template-columns:1fr}.subhero{padding-top:46px}h2{font-size:38px}.hero-actions .button{font-size:13px;padding:13px 16px}form{padding:23px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Photo-led fictional concept previews. */
.demo-art{height:385px;padding:18px}.demo-art .preview-surface{height:390px;position:relative;overflow:hidden;padding:20px}.demo-art h3{font-size:29px;line-height:1.06;margin:18px 0 10px;max-width:none}.demo-art .swatches{display:none}.demo-photo{position:absolute;left:0;bottom:0;width:100%;height:185px;object-fit:cover;object-position:center 40%;display:block}.demo-art.bold .demo-photo{object-position:38% center}.demo-art.family .demo-photo{object-position:center 35%}@media(max-width:760px){.demo-art{height:385px}.demo-art h3{font-size:33px}.demo-photo{height:185px}}

.live-preview{padding:0;height:385px;background:#eee;pointer-events:none}.live-preview iframe{width:1440px;height:1700px;border:0;transform-origin:top left;pointer-events:none;display:block}

.wrap.section{padding-left:48px;padding-right:48px}@media(max-width:1050px){.wrap.section{padding-left:28px;padding-right:28px}}@media(max-width:760px){.wrap.section{padding-left:22px;padding-right:22px}}

.reputation-hero{grid-template-columns:1.1fr 1fr}.reputation-hero h1{font-size:clamp(38px,4vw,58px);line-height:1.1}.reputation-hero .lead{font-size:16px}.reputation-hero .stage{align-self:center}.section .eyebrow+h2{margin-top:22px}.editorial-copy{font-size:18px;color:var(--muted);line-height:1.8}.editorial-copy p:first-child{margin-top:0}.intro-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.design-intro{max-width:430px}.design-intro p{max-width:none}@media(max-width:760px){.reputation-hero{grid-template-columns:1fr}.reputation-hero h1{font-size:42px}.editorial-copy{font-size:16px}}

/* Photography-led homepage showcase; scoped to preserve existing demo designs. */
.premium-stage{height:570px;border-radius:3px;background:radial-gradient(ellipse at 70% 30%,#ece7db 0,#deded2 55%,#c9cec2 100%);isolation:isolate;box-shadow:inset 0 0 0 1px #263a2910}
.premium-stage:before{width:430px;height:700px;top:-130px;right:-180px;transform:rotate(30deg);border-radius:0;border-color:#fff7}.premium-stage:after{display:none}
.showcase-kicker,.showcase-caption{position:absolute;left:24px;right:24px;display:flex;justify-content:space-between;gap:16px;font:500 8px/1.5 'DM Sans',sans-serif;letter-spacing:1.6px;color:#425044}.showcase-kicker{top:25px}.showcase-caption{bottom:22px;font-size:7px;letter-spacing:1.2px}
.editorial-desktop{position:absolute;left:5%;top:91px;width:90%;background:#faf8f1;transform:perspective(1100px) rotateY(5deg) rotateZ(-4deg);border:1px solid #ffffffa6;border-radius:6px;overflow:hidden;box-shadow:0 32px 45px -15px #19251d55}
.editorial-browser{height:23px;background:#efeee7;display:flex;justify-content:space-between;align-items:center;padding:0 12px;font:6px 'DM Sans',sans-serif;color:#777d71}.editorial-browser>span:first-child{color:#b5b9af;letter-spacing:2px}
.editorial-nav{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;color:#27382c}.editorial-nav>b{font:13px Georgia,serif;letter-spacing:1.8px}.editorial-nav>b>span,.phone-wordmark>span{display:block;font:5px 'DM Sans',sans-serif;letter-spacing:2px;margin-top:5px}.editorial-nav>span{font:6px 'DM Sans',sans-serif}.editorial-nav i{font-style:normal;border-bottom:1px solid #969c81;padding-bottom:4px}
.editorial-image{height:246px;position:relative;background:#22362d}.editorial-image>img{width:100%;height:100%;object-fit:cover;object-position:50% 46%;display:block}.editorial-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#101f18e8,#10211880 50%,#10211805),linear-gradient(0deg,#11211866,transparent 60%)}.editorial-overlay{position:absolute;z-index:1;inset:28px auto auto 23px;color:#f6f2e4}.editorial-overlay>small{font-size:6px;letter-spacing:1.5px}.editorial-overlay h3{font:32px/1.05 Georgia,serif;letter-spacing:-.9px;margin:21px 0 23px}.editorial-overlay h3 em{font-weight:normal;color:#d5ceb4}.editorial-cta{display:flex;justify-content:space-between;align-items:center;width:139px;font-size:6px;letter-spacing:.6px;border-top:1px solid #ddd7bd88;padding-top:10px}.editorial-cta b{font-size:15px;font-weight:400}
.editorial-foot{display:flex;align-items:center;gap:23px;padding:21px 22px;color:#344536}.editorial-foot>span{font:15px/1.2 Georgia,serif}.editorial-foot p{font-size:6px;line-height:1.7}.editorial-foot>b{margin-left:auto;font-weight:400}
.editorial-phone{position:absolute;width:142px;height:308px;right:19px;bottom:62px;transform:rotate(6deg);border:5px solid #1b2922;border-radius:24px;background:#f8f5ec;box-shadow:0 20px 35px #15221b50;overflow:hidden;padding-top:31px}.phone-island{position:absolute;width:44px;height:10px;background:#1b2922;top:6px;left:calc(50% - 22px);border-radius:10px}.phone-wordmark{font:10px Georgia,serif;letter-spacing:1.4px;padding:0 12px;color:#27382c}.phone-wordmark>span{font-size:4px;letter-spacing:1.4px}.editorial-phone h3{font:23px/1.03 Georgia,serif;letter-spacing:-.7px;margin:18px 12px 16px;color:#27382c}.editorial-phone h3 em{font-weight:normal}.editorial-phone>img{display:block;width:100%;height:92px;object-fit:cover;object-position:52% 40%}.phone-contact{padding:10px 9px;display:flex;justify-content:space-between;font-size:5px;letter-spacing:.3px}.phone-home{height:3px;width:38px;border-radius:5px;background:#233329;position:absolute;bottom:5px;left:calc(50% - 19px)}
@media(min-width:761px) and (max-width:1100px){.premium-stage{height:510px}.editorial-nav>span{display:none}.editorial-phone{width:122px;right:10px;bottom:45px}.editorial-overlay h3{font-size:28px}.editorial-foot p{display:none}.showcase-kicker span:last-child,.showcase-caption span:last-child{display:none}}
@media(max-width:760px){.premium-stage{height:530px;max-width:550px;width:100%;margin:auto}.editorial-desktop{top:79px}.editorial-phone{right:14px;bottom:50px;width:134px}.showcase-kicker,.showcase-caption{left:18px;right:18px;font-size:7px}.editorial-image{height:233px}}
@media(max-width:400px){.premium-stage{height:490px}.editorial-nav{padding:15px}.editorial-nav>span{display:none}.editorial-image{height:213px}.editorial-overlay{left:17px;top:23px}.editorial-overlay h3{font-size:27px}.editorial-foot{padding:18px 16px}.editorial-foot p{display:none}.editorial-phone{width:119px;height:283px;bottom:45px;right:10px}.editorial-phone h3{font-size:21px}.editorial-phone>img{height:81px}.showcase-caption span:last-child{display:none}}

/* Balance the approved longer concept headline within both devices. */
.editorial-overlay h3{font-size:29px;max-width:300px}.editorial-phone h3{font-size:20px;line-height:1.04;margin:14px 10px 12px}@media(max-width:400px){.editorial-overlay h3{font-size:23px;max-width:235px}.editorial-phone h3{font-size:18px}}
