:root{--wine:#4e2434;--wine-2:#682f46;--rose:#a96376;--blush:#dfb9bd;--powder:#f1dedf;--cream:#fbf7f3;--white:#fff;--ink:#2d2025;--muted:#76666c;--line:#eadbdd;--shadow:0 24px 64px rgba(78,36,52,.14);--radius:20px;--font:"DM Sans",sans-serif;--display:"Italiana",serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:var(--font);line-height:1.65}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.skip{position:fixed;top:-100px;left:20px;z-index:1000;padding:12px 18px;background:var(--powder);border-radius:8px}.skip:focus{top:10px}
.header{position:fixed;inset:0 0 auto;z-index:100;padding:18px 0;transition:.3s}.header.scrolled{padding:10px 0;background:rgba(251,247,243,.96);box-shadow:0 8px 30px rgba(78,36,52,.08);backdrop-filter:blur(12px)}
.header__inner,.brand,.nav{display:flex;align-items:center}.header__inner{justify-content:space-between}.brand{gap:12px}.brand__mark{display:grid;place-items:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:var(--wine);color:var(--blush);font:400 1.05rem var(--display)}.brand__name{font:400 1.06rem/1.1 var(--display)}.brand small{display:block;margin-top:6px;color:var(--muted);font:600 .6rem/1 var(--font);letter-spacing:.14em;text-transform:uppercase}
.nav{gap:25px;font-size:.86rem;font-weight:600}.nav>a:not(.button):hover{color:var(--rose)}.menu{display:none;padding:8px;background:transparent;border:0}.menu span{display:block;width:25px;height:2px;margin:5px;background:var(--ink)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:15px 23px;border:1px solid var(--wine);border-radius:999px;background:var(--wine);color:#fff;font-weight:700;transition:.25s}.button:hover{transform:translateY(-2px);background:var(--wine-2);box-shadow:0 12px 25px rgba(78,36,52,.2)}.button--small{padding:10px 17px;font-size:.81rem}
.hero{min-height:780px;padding:150px 0 90px;background:linear-gradient(112deg,var(--cream) 0 64%,var(--powder) 64%);overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:80px}.eyebrow{margin:0 0 20px;color:var(--wine-2);font-size:.72rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.hero h1,.section h2,.cta h2{margin:0;font:400 clamp(3rem,6.2vw,5.4rem)/1.02 var(--display)}.hero h1 em{color:var(--rose);font-style:normal}.hero__lead{max-width:610px;margin:28px 0;color:var(--muted);font-size:1.12rem}.hero__actions{display:flex;align-items:center;gap:28px}.text-link{border-bottom:1px solid;font-weight:700}.hero__details{display:flex;gap:48px;margin-top:46px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.83rem}.hero__details b{display:block;color:var(--ink);font-size:.92rem}
.hero__visual{position:relative}.hero__visual img{position:relative;z-index:2;width:100%;height:590px;border-radius:240px 240px 20px 20px;object-fit:cover;box-shadow:var(--shadow)}.hero__halo{position:absolute;inset:-24px 22px 24px -24px;border:1px solid var(--rose);border-radius:250px 250px 20px 20px}.hero__badge{position:absolute;z-index:3;right:-30px;bottom:34px;min-width:218px;padding:18px 22px;border-radius:12px;background:var(--blush);box-shadow:var(--shadow)}.hero__badge span{display:block;font-size:.65rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero__badge strong{font:400 1.3rem var(--display)}
.signature{background:var(--wine);color:#fff}.signature__inner{display:flex;justify-content:space-between;align-items:center;padding:22px 0;font-size:.73rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.signature i{width:5px;height:5px;border-radius:50%;background:var(--blush)}
.section{padding:112px 0}.about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.about__portrait{position:relative;padding:0 56px 56px 0}.about__portrait img{width:100%;height:590px;border-radius:var(--radius);object-fit:cover}.about__monogram{position:absolute;right:0;bottom:0;display:grid;place-items:center;width:138px;height:138px;border:8px solid #fff;border-radius:50%;background:var(--wine);color:var(--blush);font:400 1.7rem var(--display)}.section h2{font-size:clamp(2.3rem,4vw,3.8rem)}.about p:not(.eyebrow),.experience p{color:var(--muted)}.about__quote{margin-top:30px;padding:22px 0 22px 25px;border-left:2px solid var(--rose);color:var(--wine-2);font:400 1.35rem/1.45 var(--display)}
.services{background:var(--cream)}.section__head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:52px}.section__head>div{max-width:750px}.section__head>p{max-width:360px;color:var(--muted)}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.services article{min-height:260px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.3s}.services article:hover{transform:translateY(-5px);border-color:transparent;box-shadow:var(--shadow)}.services article>span{color:var(--rose);font-size:.73rem;font-weight:700}.services h3{margin:22px 0 10px;font:400 1.45rem var(--display)}.services article p{color:var(--muted);font-size:.9rem}.services__cta{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding:24px 30px;border-radius:var(--radius);background:var(--powder)}.services__cta p{margin:0;font-weight:600}.services__cta a{color:var(--wine);font-weight:700}
.experience{background:var(--wine);color:#fff}.experience__grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.eyebrow--light{color:var(--blush)}.experience h2{color:#fff}.experience ol{list-style:none;margin:0;padding:0}.experience li{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.15)}.experience li>span{color:var(--blush);font-weight:700}.experience h3{margin:0;font:400 1.45rem var(--display)}.experience li p{margin:4px 0 0;color:#dfd1d5}
.gallery{background:#fff}.gallery__grid{display:grid;grid-template-columns:1.1fr .8fr 1.1fr;gap:18px}.gallery figure{margin:0;overflow:hidden;border-radius:var(--radius)}.gallery img{width:100%;height:390px;object-fit:cover;transition:transform .6s}.gallery figure:nth-child(2) img{height:330px;margin-top:60px}.gallery figure:hover img{transform:scale(1.03)}
.cta{padding:86px 0;background:var(--ink);color:#fff}.cta__inner{display:flex;justify-content:space-between;align-items:end;gap:60px}.cta h2{max-width:760px;font-size:clamp(2.3rem,4.5vw,4rem)}.cta p:not(.eyebrow){max-width:650px;color:#ddd0d5}.cta__actions{display:flex;flex-direction:column;align-items:center;gap:15px}.button--light{white-space:nowrap;background:var(--blush);border-color:var(--blush);color:var(--ink)}.button--light:hover{background:#fff}.cta__instagram{font-size:.76rem;color:#ddd0d5}
.footer{padding:68px 0 20px;background:#1d1418;color:#bfb2b7}.footer__top{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:50px}.brand--footer{align-self:start;color:#fff}.brand--footer .brand__mark{background:var(--blush);color:var(--wine)}.brand--footer small{color:#bfb2b7}.footer__top>div:not(.brand){display:flex;flex-direction:column;gap:8px}.footer strong{margin-bottom:10px;color:#fff}.footer a:hover{color:var(--blush)}.footer__bottom{display:flex;justify-content:space-between;margin-top:58px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:.77rem}.footer__bottom a{color:#fff;font-weight:700}
.top,.floating{position:fixed;right:22px;display:grid;place-items:center;border:0;border-radius:50%;transition:.3s}.floating{z-index:90;bottom:22px;width:62px;height:62px;background:var(--rose);color:#fff;font-size:.66rem;font-weight:700;box-shadow:0 10px 25px rgba(0,0,0,.2)}.top{bottom:94px;width:44px;height:44px;background:var(--powder);color:var(--ink);font-size:1.2rem;opacity:0;pointer-events:none;transform:translateY(10px)}.top.visible{opacity:1;pointer-events:auto;transform:none}
[data-reveal]{opacity:0;transform:translateY(25px);transition:opacity .7s,transform .7s}[data-reveal].visible{opacity:1;transform:none}
@media(max-width:1050px){.services__grid{grid-template-columns:repeat(2,1fr)}.hero__grid{gap:50px}}
@media(max-width:900px){.nav{position:fixed;inset:76px 20px auto;display:none;flex-direction:column;align-items:stretch;padding:26px;border-radius:14px;background:#fff;box-shadow:var(--shadow)}.nav.open{display:flex}.menu{display:block}.hero{background:var(--cream)}.hero__grid,.about__grid,.experience__grid{grid-template-columns:1fr}.hero__grid{gap:72px}.hero__visual{max-width:560px}.about__grid,.experience__grid{gap:60px}.section__head{align-items:start;flex-direction:column;gap:15px}.footer__top{grid-template-columns:1.5fr 1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.header{padding:11px 0}.brand__mark{width:42px;height:42px}.brand__name{font-size:.86rem}.brand small{display:none}.hero{padding:112px 0 68px;min-height:auto}.hero h1{font-size:2.72rem}.hero__actions{align-items:flex-start;flex-direction:column;gap:18px}.hero__details{gap:28px}.hero__visual img{height:500px}.hero__badge{right:-4px;bottom:22px}.signature__inner{gap:9px;font-size:.56rem}.signature__inner span:nth-of-type(even){display:none}.section{padding:78px 0}.about__portrait{padding:0 34px 34px 0}.about__portrait img{height:490px}.about__monogram{width:105px;height:105px}.services__grid,.gallery__grid{grid-template-columns:1fr}.services__cta{align-items:flex-start;flex-direction:column;gap:12px}.gallery figure:nth-child(2) img{height:390px;margin-top:0}.experience__grid{gap:40px}.cta__inner{align-items:flex-start;flex-direction:column}.cta__actions{align-items:flex-start}.footer__top{grid-template-columns:1fr 1fr}.brand--footer{grid-column:1/-1}.footer__bottom{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}[data-reveal]{opacity:1;transform:none}}
