:root{--paper:#f5f1e9;--paper-deep:#eae3d7;--ink:#263127;--muted:#687064;--forest:#202d24;--forest-deep:#152219;--gold:#a4825c;--line:#d8d0c3;--serif:'Cormorant Garamond',Georgia,serif;--sans:Montserrat,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
::selection{background:#c5ad88;color:#17241b}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.skip-link{position:absolute;top:-100px;left:20px;background:#fff;padding:12px 16px;z-index:30}
.skip-link:focus{top:12px}
.site-header{position:relative;z-index:20;background:var(--paper);border-bottom:1px solid rgba(38,49,39,.11)}
.header-inner{height:87px;max-width:1700px;margin:auto;padding:0 clamp(22px,5vw,90px);display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;align-items:center;gap:13px;white-space:nowrap}
.brand-mark{width:39px;height:39px;border:1px solid #bca88c;display:grid;place-items:center;position:relative;font:500 16px var(--serif);letter-spacing:-.08em;transform:rotate(45deg)}
.brand-mark::first-letter{transform:rotate(-45deg)}
.brand-mark>span{font-size:11px;vertical-align:3px;margin:0 2px}
.brand-name{font-size:11px;letter-spacing:.24em;font-weight:500}
.brand-name strong{font-weight:700}
.primary-nav{display:flex;align-items:center;gap:clamp(24px,3vw,50px)}
.primary-nav>a{font-size:10px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;transition:color .2s ease}
.primary-nav>a:hover{color:#a37d55}
.primary-nav .nav-cta{border:1px solid var(--ink);padding:15px 20px;min-height:44px;display:inline-flex;gap:26px;align-items:center;transition:background .25s,color .25s}
.primary-nav .nav-cta:hover{background:var(--ink);color:#fff}
.menu-toggle{display:none}
.hero{min-height:min(790px,calc(100dvh - 87px));display:grid;grid-template-columns:52% 48%;position:relative;overflow:hidden}
.hero-copy{display:flex;align-items:center;padding:70px clamp(26px,5vw,92px) 90px;background:radial-gradient(circle at 18% 88%,#eee6d9 0,transparent 44%),var(--paper)}
.hero-copy-inner{max-width:650px;margin-left:auto}
.eyebrow{display:flex;align-items:center;gap:17px;margin:0 0 28px;color:#8b6f50;font-size:10px;letter-spacing:.25em;font-weight:700;line-height:1.5}
.eyebrow-line{display:block;width:29px;height:1px;background:currentColor;flex:none}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--serif);font-weight:400}
.hero h1{font-size:clamp(57px,5.5vw,104px);letter-spacing:-.055em;line-height:.94;max-width:760px;margin-bottom:30px}
em{font-weight:400}
.hero h1 em,.section-heading h2 em,.process h2 em,.closing h2 em{color:#a5825d}
.hero-description{max-width:490px;font-size:14px;line-height:1.9;color:#5d665b;margin-bottom:32px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:26px}
.button{min-height:53px;padding:17px 25px;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}
.button:hover{transform:translateY(-3px)}
.button-dark{background:var(--forest);color:#fff;border:1px solid var(--forest)}
.button-dark:hover{background:#344738}
.text-link{min-height:44px;display:inline-flex;align-items:center;gap:14px;border-bottom:1px solid #a68761;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:gap .2s}
.text-link:hover{gap:22px}
.hero-note{font-size:8px;font-weight:700;letter-spacing:.24em;color:#a1a394;margin:64px 0 0}
.hero-tour-button{margin:59px 0 0;padding:8px 0;min-height:44px;background:none;border:0;border-bottom:1px solid #b6aa94;color:#777665;font:700 9px/1.4 var(--sans);letter-spacing:.17em;text-align:left;cursor:pointer;transition:color .2s,border-color .2s}
.hero-tour-button:hover{color:var(--ink);border-color:var(--gold)}
.hero-tour-button span{font-size:14px;margin-left:6px}
.hero-visual{position:relative;min-height:630px;background:#384a37;overflow:hidden;color:#fff}
.hero-image-wrap{position:absolute;inset:0;overflow:hidden}
.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 32%;transform:scale(1.02);animation:hero-image-in 1.25s ease-out both}
.hero-image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,20,14,.34),transparent 28%,transparent 51%,rgba(12,20,14,.65))}
.hero-visual-top{position:absolute;top:33px;left:33px;right:33px;display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.17em;font-weight:600}
.hero-visual-caption{position:absolute;bottom:55px;left:clamp(32px,5vw,86px);display:flex;align-items:flex-start;gap:22px}
.caption-rule{height:59px;width:1px;background:#d3c5aa;opacity:.85}
.hero-visual-caption p{font:400 clamp(24px,2.5vw,42px)/1.05 var(--serif);margin:0}
.hero-visual-caption em{color:#e7d9bd}
.hero-visual-seal{position:absolute;right:34px;bottom:35px;width:75px;height:75px;border:1px solid rgba(255,255,255,.62);border-radius:50%;display:flex;align-items:center;justify-content:center;font:22px var(--serif);letter-spacing:-.1em}
.hero-visual-seal span{font-size:10px;margin:0 5px}
.scroll-cue{position:absolute;bottom:17px;left:clamp(26px,5vw,90px);display:flex;gap:20px;align-items:center;color:#8c897b;font-size:8px;letter-spacing:.24em;font-weight:700}
.scroll-cue span:last-child{font-size:22px;line-height:1}
@keyframes hero-image-in{from{transform:scale(1.08);opacity:.7}to{transform:scale(1.02);opacity:1}}
.section-pad{padding:clamp(86px,10vw,150px) clamp(22px,5vw,90px)}
.intro{background:#f7f3ec}
.section-heading{max-width:760px;margin:0 auto 65px;text-align:center}
.eyebrow-centered{justify-content:center}
.section-heading h2{font-size:clamp(47px,5vw,80px);line-height:.98;letter-spacing:-.04em;margin:0 0 23px}
.section-heading>p:last-child{max-width:560px;margin:0 auto;color:var(--muted);font-size:13px;line-height:1.9}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1520px;margin:auto;border:1px solid var(--line)}
.experience-card{min-height:410px;padding:35px clamp(24px,3vw,48px) 38px;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:background .3s,color .3s}
.experience-card:last-child{border-right:0}
.experience-card:hover{background:#ede5d9}
.experience-card-featured{background:#ebe6dc}
.experience-card-featured:hover{background:#e2d8c9}
.card-number{font-size:9px;font-weight:700;letter-spacing:.22em;color:#9c7853}
.experience-card-symbol{font:56px var(--serif);color:#a88b65;margin:auto 0 13px;line-height:1}
.experience-card h3{font-size:clamp(31px,2.6vw,43px);line-height:1.02;letter-spacing:-.03em;margin:0 0 15px}
.experience-card h3 em{color:#9c7853}
.experience-card p{max-width:300px;font-size:12px;line-height:1.75;color:#656b60;margin:0 0 32px}
.card-link{border-top:1px solid var(--line);padding-top:19px;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;display:flex;justify-content:space-between;gap:18px}
.card-link span{font-size:16px;line-height:.65}
.showcase{background:var(--forest-deep);color:#f6f0e4;min-height:700px;display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center;overflow:hidden}
.showcase-copy{max-width:580px;margin-left:auto;padding:25px 0}
.eyebrow-light{color:#c9ae82}
.showcase h2{font-size:clamp(55px,5.8vw,93px);line-height:.94;letter-spacing:-.048em;margin:0 0 28px}
.showcase h2 em{color:#cab18c}
.showcase-copy>p:not(.eyebrow){font-size:13px;color:#c4cbbf;line-height:1.9;max-width:460px;margin-bottom:35px}
.button-light{border:1px solid #cbb894;color:#f5ecdc;background:transparent}
.button-light:hover{background:#f5ecdc;color:var(--forest-deep)}
.showcase-meta{display:flex;align-items:center;gap:15px;margin-top:88px;font-size:8px;letter-spacing:.2em;color:#a9b1a2}
.showcase-meta span:nth-child(2){color:#d4b98f}
.showcase-art{min-height:630px;position:relative;display:flex;align-items:center;justify-content:center}
.art-orbit{position:absolute;border:1px solid rgba(215,198,159,.18);width:650px;height:650px;border-radius:50%}
.art-orbit-two{width:490px;height:490px}
.invite-card{width:min(330px,60%);min-width:245px;aspect-ratio:.64;background:#eee6d7;padding:10px;box-shadow:0 32px 65px rgba(0,0,0,.32);position:relative;transform:rotate(-6deg);transition:transform .5s ease;z-index:1}
.showcase-art:hover .invite-card{transform:rotate(-3deg) translateY(-9px)}
.invite-card-image{height:62%;overflow:hidden}
.invite-card-image img{width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:saturate(.75)}
.invite-card-content{height:38%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#405046;border:1px solid #d7c8ab;border-top:0;padding:14px 6px}
.invite-card-content>span,.invite-card-content small{font-size:7px;letter-spacing:.28em;font-weight:700}
.invite-card-content strong{font:400 clamp(23px,2.2vw,35px)/.88 var(--serif);margin:12px 0}
.invite-card-content i{font-size:18px;font-weight:400}
.art-caption{position:absolute;right:0;bottom:20px;font-size:8px;letter-spacing:.2em;color:#9aab96;writing-mode:vertical-rl}
.process{display:grid;grid-template-columns:42% 1fr;gap:5vw;background:var(--paper)}
.process-heading{max-width:500px}
.process h2{font-size:clamp(55px,5vw,84px);line-height:.95;letter-spacing:-.04em}
.process-list{border-top:1px solid var(--line)}
.process-item{display:grid;grid-template-columns:55px 1fr 20px;gap:22px;align-items:center;min-height:145px;border-bottom:1px solid var(--line)}
.process-item>span:first-child{color:#aa8760;font:italic 27px var(--serif)}
.process-item>span:last-child{color:#aa8760;font-size:20px}
.process-item h3{font-size:32px;line-height:1;margin-bottom:9px}
.process-item p{color:var(--muted);font-size:12px;line-height:1.65;margin:0}
.tools{background:#ebe6dc}
.tools-heading{margin-bottom:52px}
.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1520px;margin:auto}
.tool-panel{min-height:420px;padding:33px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;color:#fff;isolation:isolate;transition:transform .3s ease}
.tool-panel:hover{transform:translateY(-5px)}
.tool-panel::before,.tool-panel::after{content:"";position:absolute;inset:0;z-index:-1}
.tool-panel::before{background-position:center;background-size:cover;transition:transform .6s ease}
.tool-panel:hover::before{transform:scale(1.04)}
.tool-panel::after{background:linear-gradient(180deg,rgba(15,25,18,.3),transparent 40%,rgba(15,25,18,.83))}
.tool-panel-studio::before{background-image:url('../assets/images/couple-main.jpg');background-position:center 36%}
.tool-panel-planner::before{background-image:linear-gradient(155deg,#3d5543,#17251b)}
.tool-panel-planner::after{background:radial-gradient(circle at 75% 40%,rgba(210,184,137,.15),transparent 35%),linear-gradient(180deg,rgba(15,25,18,.06),rgba(15,25,18,.75))}
.tool-panel-planner{border:1px solid rgba(199,175,136,.36)}
.tool-panel-planner .tool-kicker::after{content:'✦';font:88px var(--serif);position:absolute;right:13%;top:36%;color:rgba(222,204,165,.48)}
.tool-kicker{font-size:9px;font-weight:700;letter-spacing:.24em;position:relative}
.tool-panel-bottom{display:flex;justify-content:space-between;align-items:end;gap:20px}
.tool-panel-bottom strong{display:block;font:400 clamp(40px,4vw,62px)/1 var(--serif);letter-spacing:-.03em}
.tool-panel-bottom small{display:block;margin-top:11px;font-size:11px;color:#e5e8df;line-height:1.6}
.tool-arrow{font-size:25px;border:1px solid rgba(255,255,255,.55);width:48px;height:48px;display:grid;place-items:center;flex:none}
.closing{text-align:center;padding:90px 20px 110px;background:#f8f4eb;position:relative;overflow:hidden}
.closing::before,.closing::after{content:"";position:absolute;top:50%;width:31vw;height:31vw;border:1px solid #e9dfcf;border-radius:50%;transform:translateY(-50%);pointer-events:none}
.closing::before{left:-20vw}.closing::after{right:-20vw}
.closing-ornament{font-size:29px;color:#aa8760;margin-bottom:30px}
.closing h2{font-size:clamp(49px,5.8vw,91px);line-height:.98;letter-spacing:-.045em;margin:0 auto 33px;max-width:950px}
.closing .button{position:relative}
.site-footer{background:var(--forest-deep);color:#f3edde;padding:48px clamp(22px,5vw,90px) 24px}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:50px}
.brand-footer .brand-mark{border-color:#bdab8e}
.footer-top p{max-width:230px;margin:0;color:#aeb9aa;font:italic 21px/1.15 var(--serif)}
.footer-bottom{border-top:1px solid #3e4b40;padding-top:23px;display:flex;justify-content:space-between;gap:25px;font-size:9px;letter-spacing:.09em;color:#adb7a9}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:22px}
.footer-bottom a:hover{color:#fff}
@media(max-width:1200px){.hero{grid-template-columns:54% 46%}.hero-copy{padding-left:45px;padding-right:35px}.hero h1{font-size:clamp(54px,6vw,78px)}.hero-visual{min-height:650px}.showcase{gap:3vw}.showcase-art{min-height:550px}}
@media(max-width:900px){.header-inner{height:75px}.primary-nav{gap:18px}.primary-nav>a{font-size:9px}.primary-nav .nav-cta{padding:12px}.hero{min-height:auto;grid-template-columns:1fr 1fr}.hero-copy{padding:75px 28px 90px}.hero h1{font-size:clamp(50px,6vw,66px)}.hero-visual{min-height:580px}.hero-note{margin-top:40px}.experience-card{padding:28px 22px;min-height:390px}.experience-card h3{font-size:33px}.showcase{grid-template-columns:1fr 1fr;padding-left:40px;padding-right:40px}.showcase h2{font-size:61px}.showcase-meta{flex-wrap:wrap}.process{grid-template-columns:1fr;gap:20px}.process-heading{max-width:none}.process h2{max-width:650px}.process-list{width:100%}}
@media(max-width:760px){.header-inner{height:70px}.brand-name{font-size:10px}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent;border:1px solid var(--line);cursor:pointer}.menu-toggle span{width:17px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.primary-nav{position:absolute;top:70px;left:0;right:0;background:var(--paper);padding:20px 24px 27px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 28px rgba(16,27,18,.12)}.primary-nav.is-open{display:flex}.primary-nav>a{padding:15px 2px;border-bottom:1px solid var(--line);font-size:11px}.primary-nav .nav-cta{margin-top:16px;justify-content:space-between;padding:16px 20px}.hero{display:flex;flex-direction:column}.hero-copy{padding:72px 26px 58px}.hero-copy-inner{margin:0}.hero h1{font-size:clamp(58px,13vw,83px);max-width:640px}.hero-description{font-size:13px}.hero-note{margin-top:40px}.hero-visual{min-height:550px}.hero-visual-caption{bottom:40px}.scroll-cue{display:none}.section-pad{padding:83px 24px}.section-heading{margin-bottom:44px}.section-heading h2{font-size:clamp(47px,10vw,66px)}.experience-grid{grid-template-columns:1fr}.experience-card{min-height:290px;border-right:0;border-bottom:1px solid var(--line)}.experience-card:last-child{border-bottom:0}.experience-card-symbol{margin:20px 0 8px}.experience-card h3{font-size:40px}.experience-card p{max-width:450px;margin-bottom:20px}.showcase{grid-template-columns:1fr;gap:30px}.showcase-copy{margin:0}.showcase h2{font-size:clamp(59px,11vw,78px)}.showcase-meta{margin-top:45px}.showcase-art{min-height:520px}.art-orbit{width:550px;height:550px}.art-orbit-two{width:400px;height:400px}.invite-card{width:290px;min-width:0}.process-item{min-height:128px}.tool-grid{grid-template-columns:1fr}.tool-panel{min-height:370px}.closing{padding:85px 24px 95px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom nav{gap:16px 22px}}
@media(max-width:440px){.hero-copy{padding:61px 22px 52px}.hero h1{font-size:clamp(56px,14.2vw,69px)}.hero-actions{gap:16px}.button{width:100%}.hero-visual{min-height:470px}.hero-visual-top{left:22px;right:22px;font-size:7px}.hero-visual-caption{left:24px;bottom:30px}.hero-visual-seal{right:22px;bottom:22px;width:57px;height:57px;font-size:16px}.hero-visual-caption p{font-size:27px}.hero-visual-caption .caption-rule{height:47px}.showcase{padding-left:22px;padding-right:22px}.showcase-art{min-height:470px}.invite-card{width:260px}.process-item{grid-template-columns:38px 1fr 13px;gap:13px}.process-item h3{font-size:28px}.process-item p{font-size:11px}.tool-panel{min-height:340px;padding:25px}.tool-panel-bottom strong{font-size:45px}.tool-arrow{width:42px;height:42px}.footer-bottom nav{display:grid;grid-template-columns:repeat(2,1fr);width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Profundidad editorial: entrada, respiración y respuesta al puntero/scroll. */
.hero-visual{perspective:1100px;--depth-x:0;--depth-y:0;--scroll-shift:0}
.hero-image-wrap{inset:-4%;transform:translate3d(calc(var(--depth-x)*-1.4px),calc(var(--scroll-shift)*1px),0) rotateX(calc(var(--depth-y)*-0.3deg)) rotateY(calc(var(--depth-x)*0.3deg)) scale(1.04);transition:transform .6s cubic-bezier(.2,.65,.2,1);will-change:transform}
.hero-visual-seal{transform-style:preserve-3d;box-shadow:0 8px 28px rgba(0,0,0,.18),inset 0 0 0 5px rgba(255,255,255,.08);animation:seal-arrive 1.3s .4s both,seal-breathe 7s 1.7s ease-in-out infinite}
.hero-visual-seal-face{display:flex;align-items:center;justify-content:center;transform:translateZ(14px)}
.hero-visual-seal>.hero-visual-seal-face{font-size:22px;margin:0}
.hero-visual-seal-face span{font-size:10px;margin:0 5px}
@keyframes seal-arrive{from{opacity:0;transform:translate3d(20px,28px,0) rotate(-25deg) scale(.7)}to{opacity:1;transform:translate3d(0,0,0) rotate(0) scale(1)}}
@keyframes seal-breathe{0%,100%{transform:translate3d(0,0,0) rotate(-4deg)}50%{transform:translate3d(0,-7px,0) rotate(5deg)}}
.hero-copy-inner>*{animation:editorial-enter .9s both}
.hero-copy-inner>*:nth-child(2){animation-delay:.12s}.hero-copy-inner>*:nth-child(3){animation-delay:.24s}.hero-copy-inner>*:nth-child(4){animation-delay:.35s}.hero-copy-inner>*:nth-child(5){animation-delay:.5s}
@keyframes editorial-enter{from{opacity:0;transform:translate3d(0,25px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.showcase-art{perspective:1200px;--depth-x:0;--depth-y:0;--scroll-shift:0}
.art-orbit-one{animation:orbit-turn 32s linear infinite}.art-orbit-two{animation:orbit-turn 27s linear infinite reverse}
@keyframes orbit-turn{to{transform:rotate(360deg)}}
.invite-float{width:min(330px,60%);min-width:245px;z-index:1;animation:invite-hover 7s ease-in-out infinite;transform-style:preserve-3d}
@keyframes invite-hover{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-12px,0)}}
.invite-float .invite-card{width:100%;min-width:0;transform-style:preserve-3d;transform:rotateZ(-6deg) rotateX(calc(var(--depth-y)*-0.8deg)) rotateY(calc(var(--depth-x)*0.8deg));transition:transform .55s cubic-bezier(.2,.7,.2,1);will-change:transform}
.showcase-art:hover .invite-float .invite-card{transform:rotateZ(-4deg) rotateX(calc(var(--depth-y)*-0.8deg)) rotateY(calc(var(--depth-x)*0.8deg))}
.invite-card::before,.invite-card::after{content:"";position:absolute;inset:0;z-index:-1;background:#d6c2a1;border:1px solid #f4e5c8;box-shadow:0 22px 34px rgba(0,0,0,.12);transform:translate3d(11px,12px,-18px) rotate(2deg)}
.invite-card::after{background:#b69c77;transform:translate3d(21px,22px,-32px) rotate(4deg);opacity:.8}
.invite-card-image,.invite-card-content{transform:translateZ(8px)}
.motion-enabled .motion-reveal{opacity:0;transform:translate3d(0,30px,0);transition:opacity .8s ease,transform .9s cubic-bezier(.17,.7,.22,1);transition-delay:var(--reveal-delay,0ms)}
.motion-enabled .motion-reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}
@media(max-width:760px){.invite-float{width:290px;min-width:0}}
@media(max-width:440px){.invite-float{width:260px}.hero-visual-seal>.hero-visual-seal-face{font-size:16px}}
@media(prefers-reduced-motion:reduce){.hero-image-wrap,.hero-visual-seal,.invite-float,.invite-float .invite-card,.art-orbit,.hero-copy-inner>*,.motion-enabled .motion-reveal{animation:none!important;transition:none!important;transform:none!important;opacity:1!important;will-change:auto!important}}
