:root{--cream:#fff8ef;--paper:#fffdf9;--pink:#f06f7d;--pink-dark:#d94f61;--pink-soft:#fbdadd;--brown:#4a2516;--green:#667c4a;--line:#ead9c8;--shadow:0 22px 60px rgba(75,37,22,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--brown);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.site-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:.75rem max(5vw,1.25rem);background:rgba(255,253,249,.92);border-bottom:1px solid rgba(234,217,200,.75);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:.8rem;font-family:"Playfair Display",serif;font-weight:700}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}.site-header nav{display:flex;gap:2rem;font-size:.92rem;font-weight:600}.site-header nav a:hover{color:var(--pink-dark)}.site-header>.button{justify-self:end}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;padding:.8rem 1.35rem;border-radius:999px;background:var(--pink);color:white;font-weight:700;box-shadow:0 10px 24px rgba(240,111,125,.25);transition:.2s ease}.button:hover{background:var(--pink-dark);transform:translateY(-2px)}.button-small{min-height:42px;padding:.55rem 1.2rem}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:5vw;padding:5rem max(6vw,1.5rem);overflow:hidden;background:radial-gradient(circle at 88% 8%,#ffe9db 0,transparent 35%),linear-gradient(130deg,var(--cream),#fffdf9 60%)}.hero-copy{max-width:690px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:var(--pink-dark)}h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.08;margin-top:0}h1{margin-bottom:1.5rem;font-size:clamp(3.2rem,6.4vw,6.5rem);letter-spacing:-.045em}h1 em{display:block;color:var(--pink);font-weight:600}.hero-text{max-width:610px;font-size:clamp(1.05rem,1.6vw,1.25rem);color:#6b493a}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.text-link{font-weight:700;border-bottom:1px solid var(--brown)}.trust-row{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:2.5rem}.trust-row span{padding:.5rem .85rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.65);font-size:.86rem;font-weight:600}.hero-visual{position:relative;max-width:620px;margin:auto}.photo-frame{padding:.7rem;border:1px solid var(--line);border-radius:48% 48% 22px 22px;background:white;box-shadow:var(--shadow);transform:rotate(1.5deg)}.photo-frame img{aspect-ratio:.86;object-fit:cover;border-radius:48% 48% 16px 16px}.location-card{position:absolute;left:-3rem;bottom:7%;display:flex;align-items:center;gap:.8rem;padding:.9rem 1.1rem;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.location-card>span{color:var(--pink);font-size:1.5rem}.location-card div{display:flex;flex-direction:column}.location-card small{color:#826456}.scribble{position:absolute;right:-1.8rem;top:8%;font-size:4rem;color:var(--pink);transform:rotate(12deg)}.story{padding:7rem max(8vw,1.5rem);background:var(--brown);color:var(--cream)}.section-kicker{color:#f5a3ad;margin-bottom:2.5rem}.story-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:start}.story h2{font-size:clamp(2.5rem,5vw,5rem);max-width:760px;margin:0}.story-copy{max-width:520px;font-size:1.15rem;color:#efd9cd}.signature{margin-top:2rem;font-family:"Playfair Display",serif;font-size:2rem;font-style:italic;color:#f5a3ad}.signature span{font-style:normal}.experience{padding:7rem max(6vw,1.5rem);background:var(--cream)}.experience-intro{max-width:680px;margin-bottom:3.5rem}.experience h2,.gallery h2,.contact h2{font-size:clamp(2.5rem,4.5vw,4.5rem);margin-bottom:1rem}.experience-intro>p:last-child,.gallery-heading>p{color:#735547;font-size:1.08rem}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-grid article{padding:2rem 2rem 2rem 0}.feature-grid article+article{border-left:1px solid var(--line);padding-left:2rem}.feature-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:1.5rem;background:var(--pink-soft);border-radius:50%;color:var(--pink-dark);font-size:1.45rem}.feature-grid h3{font-size:1.45rem;margin-bottom:.7rem}.feature-grid p{margin:0;color:#795b4d}.gallery{padding:7rem max(6vw,1.5rem)}.gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:2.5rem}.gallery-heading h2{margin-bottom:0;max-width:700px}.gallery-heading>p{max-width:360px}.gallery-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:1fr 1fr;gap:1rem}.gallery-grid figure{position:relative;margin:0;min-height:285px;overflow:hidden;border-radius:22px}.gallery-grid .gallery-main{grid-row:1/3}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-grid figure:hover img{transform:scale(1.025)}.gallery-grid figcaption{position:absolute;left:1rem;bottom:1rem;padding:.55rem .85rem;border-radius:999px;background:rgba(255,253,249,.9);font-size:.84rem;font-weight:700;backdrop-filter:blur(10px)}.contact{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:3rem;margin:0 max(4vw,1rem) 2rem;padding:4rem max(4vw,1.5rem);overflow:hidden;border-radius:32px;background:var(--pink);color:white}.contact:after{content:"♡";position:absolute;right:20%;top:-3rem;color:rgba(255,255,255,.12);font-size:14rem;line-height:1}.contact-logo{position:relative;z-index:1;width:150px;height:150px;object-fit:cover;border-radius:50%;border:5px solid rgba(255,255,255,.65)}.contact-copy{position:relative;z-index:1;max-width:720px}.contact .eyebrow{color:white}.contact h2{margin-bottom:.8rem}.contact p{margin-bottom:0}.button-light{position:relative;z-index:1;background:white;color:var(--pink-dark);box-shadow:none}.button-light:hover{background:var(--cream);color:var(--pink-dark)}footer{display:flex;justify-content:space-between;gap:2rem;padding:2.5rem max(6vw,1.5rem);background:var(--cream);font-size:.9rem}footer>div{display:flex;gap:1.5rem;align-items:center}.footer-brand{flex-direction:column;align-items:flex-start;gap:0}.footer-brand span{color:#83675a}footer a{font-weight:700}.floating-whatsapp{display:none;position:fixed;right:1.1rem;bottom:1.1rem;z-index:30;width:58px;height:58px;place-items:center;border-radius:50%;background:#25d366;color:white;font-size:1.8rem;box-shadow:0 10px 28px rgba(0,0,0,.25)}
@media (max-width:980px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:4rem}.hero-copy{max-width:760px}.hero-visual{width:min(82%,590px);margin-top:1rem}.story-grid{grid-template-columns:1fr;gap:2rem}.feature-grid{grid-template-columns:1fr 1fr}.feature-grid article:nth-child(3){border-left:0}.feature-grid article:nth-child(n+3){border-top:1px solid var(--line)}.contact{grid-template-columns:auto 1fr}.contact>.button{grid-column:2;justify-self:start}.gallery-heading{align-items:start;flex-direction:column;gap:1rem}}
@media (max-width:640px){body{font-size:16px}.site-header{grid-template-columns:minmax(0,1fr) auto;gap:.55rem;padding:.6rem .75rem}.brand{min-width:0;gap:.55rem}.brand img{flex:0 0 auto;width:46px;height:46px}.brand-name{min-width:0;font-size:.9rem;line-height:1.15}.brand-name>span{display:block;white-space:nowrap}.hero{padding:3.5rem 1.2rem}.hero-actions{align-items:flex-start;flex-direction:column}.button{width:100%}.site-header>.button{display:inline-flex;width:auto;min-height:38px;padding:.45rem .8rem;font-size:.8rem;box-shadow:none}.trust-row{margin-top:2rem}.hero-visual{width:94%;margin-top:1.5rem}.photo-frame img{aspect-ratio:1}.location-card{position:relative;left:auto;bottom:auto;width:max-content;max-width:100%;margin:.85rem auto 0;padding:.8rem 1rem}.scribble{right:-.5rem}.story,.experience,.gallery{padding:5rem 1.25rem}.feature-grid{grid-template-columns:1fr}.feature-grid article,.feature-grid article+article{padding:1.7rem 0;border-left:0}.feature-grid article+article{border-top:1px solid var(--line)}.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.gallery-grid .gallery-main{grid-row:auto}.gallery-grid figure{min-height:280px}.gallery-heading{margin-bottom:1.8rem}.contact{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin:0 1rem 1rem;padding:2rem 1.35rem}.contact-logo{width:105px;height:105px}.contact>.button{width:100%}footer,footer>div{flex-direction:column;align-items:flex-start;gap:.6rem}.footer-brand{gap:0}.floating-whatsapp{display:grid}.floating-whatsapp svg{width:32px;height:32px;fill:currentColor}h1{font-size:clamp(3rem,15vw,4.4rem)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.instagram-row{display:flex;justify-content:center;gap:.55rem;margin-top:2rem;color:#795b4d}.instagram-row a{color:var(--pink-dark);font-weight:700;border-bottom:1px solid currentColor}
.floating-whatsapp{display:grid}.floating-whatsapp svg{width:32px;height:32px;fill:currentColor}
