:root{--ink:#171717;--muted:#5c5860;--paper:#fffdfb;--soft:#f7f1ec;--pink:#ef4fb7;--pink2:#f3a0d4;--yellow:#f7d338;--peach:#f8e7d8;--line:#e8e2dd;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.wrap{width:min(calc(100% - 48px),var(--max));margin:auto}
header{height:92px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffdfbf2;backdrop-filter:blur(14px);z-index:10}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.links{display:flex;gap:30px;font-weight:850}.links a:hover,.links .active{color:var(--pink)}.logo{position:absolute;left:50%;top:11px;transform:translateX(-50%);width:78px}.logo img{width:78px}.join{font-weight:850}.menu{display:none;border:0;background:none;font-size:24px}
.hero{padding:78px 0 92px}.heroGrid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--pink);margin-bottom:22px}.eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:currentColor;vertical-align:middle;margin:0 10px 3px 0}h1,h2,h3{line-height:1.04;letter-spacing:-.045em;margin:0}h1{font-size:clamp(54px,6vw,96px)}h2{font-size:clamp(42px,5vw,72px)}h3{font-size:30px}.hero p{font-size:20px;color:var(--muted);max-width:650px;margin:28px 0 34px}.hero p strong{color:var(--ink)}.buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:999px;font-weight:900}.primary{background:var(--pink);color:white}.secondary{border:1px solid var(--ink)}.art{min-height:570px;border-radius:34px;background:var(--peach);position:relative;overflow:hidden}.art:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:var(--pink);right:-140px;top:-130px}.art:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:var(--yellow);left:-100px;bottom:-90px}.window{position:absolute;inset:42px;border-radius:22px;overflow:hidden;background:white;border:1px solid #2223}.scene{height:42%;background:#242526}.artText{height:58%;padding:32px;display:flex;align-items:end;justify-content:space-between}.stamp{width:115px;height:115px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;text-align:center;font-weight:950;line-height:1.05;transform:rotate(8deg)}
.section{padding:100px 0}.soft{background:var(--soft)}.yellow{background:var(--yellow)}.pink{background:var(--pink2)}.head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:45px}.head p{max-width:440px;color:var(--muted);font-size:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.box,.card{border:1px solid var(--line);border-radius:24px;background:white;padding:32px;min-height:260px}.box:nth-child(2){background:var(--peach)}.label{font-size:12px;font-weight:900;letter-spacing:.13em;color:var(--pink)}.box p,.card p{color:var(--muted)}.confidence{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.confidence p{font-size:20px;color:#4d4a4d}.check{padding:18px 0;border-top:1px solid #2224;display:flex;gap:16px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:0;overflow:hidden}.thumb{height:180px;background:var(--peach);position:relative}.thumb:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:var(--pink);right:-45px;top:-55px}.thumb:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:var(--yellow);left:25px;bottom:-35px}.card:nth-child(2) .thumb:before{background:var(--yellow)}.card:nth-child(3) .thumb:before{background:#222}.cardBody{padding:27px}.cardBody h3{font-size:28px;margin:9px 0}.newsletter{text-align:center;max-width:850px;margin:auto}.newsletter p{font-size:19px;max-width:650px;margin:22px auto 30px}.form{display:flex;gap:10px;max-width:570px;margin:auto}.form input{flex:1;border:1px solid #2226;border-radius:999px;padding:14px 20px;font-size:16px;background:#ffffffaa}.footer{background:var(--ink);color:white;padding:70px 0 28px}.footerGrid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:60px}.footer p,.footer a{color:#c8c4c8}.footerLogo{width:90px}.footerLinks{display:grid;gap:8px}.bottom{border-top:1px solid #fff3;margin-top:50px;padding-top:20px;color:#999;display:flex;justify-content:space-between}
.pageHero{padding:90px 0 70px;background:var(--soft)}.pageHero p{max-width:720px;font-size:20px;color:var(--muted);margin-top:24px}.prose{max-width:800px;margin:auto;font-size:18px}.prose h2{font-size:42px;margin:50px 0 14px}.prose p{color:var(--muted)}
@media(max-width:900px){header{height:76px}.links,.join{display:none}.menu{display:block}.logo,.logo img{width:64px}.logo{top:8px}.hero{padding:52px 0 65px}.heroGrid,.confidence{grid-template-columns:1fr;gap:42px}.art{min-height:430px}.grid3,.cards{grid-template-columns:1fr}.section{padding:72px 0}.head{display:block}.footerGrid{grid-template-columns:1fr;gap:35px}}
@media(max-width:560px){.wrap{width:calc(100% - 32px)}h1{font-size:52px}.hero p{font-size:17px}.window{inset:24px}.artText{padding:20px}.stamp{width:85px;height:85px;font-size:12px}.form{flex-direction:column}.bottom{display:block}}

/* --- Signature photography treatment --- */
.photoHero{min-height:570px;position:relative;overflow:hidden;border-radius:0 0 0 38% / 0 0 0 22%;background:#eee;box-shadow:0 18px 45px #17171712}
.photoHero img{width:100%;height:100%;min-height:570px;display:block;object-fit:cover;object-position:center}
.scribble{position:absolute;left:24px;bottom:26px;background:var(--yellow);padding:18px 22px;border-radius:50%;font-size:13px;font-weight:950;line-height:1.05;transform:rotate(-8deg);box-shadow:0 8px 18px #1717171c}
@media(max-width:900px){.photoHero,.photoHero img{min-height:430px}.photoHero{border-radius:0 0 0 25% / 0 0 0 15%}}
@media(max-width:560px){.photoHero,.photoHero img{min-height:390px}.scribble{left:16px;bottom:16px;padding:14px 16px}}

.heroPhoto{min-height:570px;border-radius:34px;overflow:hidden;position:relative;background:#eee}.heroPhoto img{width:100%;height:100%;min-height:570px;display:block;object-fit:cover;object-position:center}.scribble{position:absolute;right:24px;top:24px;font-family:"Comic Sans MS",cursive;font-weight:700;font-size:22px;line-height:1.05;transform:rotate(4deg);color:#171717;text-align:left}.scribble:after{content:"";display:block;width:90px;height:5px;background:var(--pink);border-radius:100%;transform:rotate(-5deg);margin:8px 0 0 4px}
@media(max-width:900px){.heroPhoto,.heroPhoto img{min-height:430px}}
