:root{--forest:#173e30;--deep:#102e24;--gold:#e4c373;--cream:#f7f4ed;--ink:#263e32;--muted:#667066;--line:#dedfd5;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}svg{width:23px;height:23px;flex-shrink:0}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #c39327;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.12;letter-spacing:-.035em}em{font-weight:400;color:#6b8065}h1{font-size:clamp(42px,5.2vw,79px)}h2{font-size:clamp(34px,3.7vw,53px)}h3{font-size:clamp(30px,3.1vw,44px)}.skip{position:fixed;top:-100px;left:20px;background:white;padding:10px;z-index:99}.skip:focus{top:12px}.header{height:90px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:var(--forest);color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #ffffff16}.brand{width:200px}.brand img{width:100%;mix-blend-mode:lighten}.header nav{display:flex;gap:36px;align-items:center;font-size:14px}.header nav>a{padding:8px 0}.header-contact{display:flex;align-items:center;gap:10px;color:var(--gold)}.section{padding:90px 7%}.hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:650px;position:relative;overflow:hidden}.hero-copy{padding:92px 4% 75px 13.3%;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;line-height:1.7;margin-bottom:22px}.hero .eyebrow{display:flex;gap:12px;align-items:center}.hero .eyebrow span{width:24px;height:1px;background:#b39049}.intro{font-size:17px;color:var(--muted);margin:28px 0 34px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:14px 24px;border-radius:7px;font-size:14px;font-weight:600;line-height:1.5;transition:transform .25s,background .25s,box-shadow .25s;text-align:center}.button:hover{transform:translateY(-3px);box-shadow:0 9px 22px #112d2319}.button span{margin-left:12px;font-size:19px}.gold{background:var(--gold);color:var(--deep);box-shadow:0 4px 0 #bd9e52,0 12px 24px #594d2420}.gold:hover{background:#ecd18f}.green{background:var(--forest);color:white}.outline{border:1px solid #c9cec2;background:transparent}.text-link{font-size:14px;border-bottom:1px solid #a6b0a0;padding:10px 0;display:flex;gap:16px}.hero-signature{display:flex;gap:14px;align-items:center;margin-top:58px;color:#6a7567;font-size:12px}.fine-line{width:35px;height:1px;background:#bcc3b1}.hero-visual{position:relative;margin:28px 28px 28px 0;min-height:560px;border-radius:100px 12px 12px 12px}.hero-photo{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 45%;border-radius:inherit}.hero-visual:after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(transparent 65%,#071f2066)}.photo-caption{position:absolute;bottom:27px;left:30px;color:white;font-size:11px;letter-spacing:.16em;z-index:1}.anniversary{position:absolute;left:-35px;bottom:90px;z-index:2;background:var(--forest);color:var(--gold);width:135px;height:135px;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 30px #0a26183d;border:1px solid #aa9a5b66;transform:rotate(-7deg)}.anniversary strong{font-family:var(--serif);font-size:51px;font-weight:400}.anniversary span{font-size:10px;letter-spacing:.1em;line-height:1.7}.benefits{display:grid;grid-template-columns:repeat(3,1fr);background:#eeeede;padding:30px 7%;border-block:1px solid #dedfd1}.benefits>div{display:flex;justify-content:center;gap:20px;align-items:center;border-right:1px solid #cfd4c2}.benefits>div:last-child{border:0}.benefits p{font-size:12px;color:#697460;line-height:1.7}.benefits strong{display:block;font-weight:500;color:var(--forest);font-size:17px}.benefit-icon{font-family:var(--serif);font-size:35px;color:#77876b}.section-top{text-align:center;max-width:800px;margin:auto auto 36px}.section-top>p:last-child{color:var(--muted);margin-top:20px}.tabs{display:flex;max-width:620px;margin:0 auto 48px;background:#e9ebe1;padding:6px;border-radius:12px;gap:6px}.tabs button{width:50%;background:transparent;border:0;border-radius:8px;color:var(--muted);padding:16px 8px;line-height:1.5;transition:background .3s,color .3s,box-shadow .3s;font-size:20px}.tabs button span{display:block;font-size:12px;margin-top:2px}.tabs button[aria-selected=true]{background:var(--forest);color:white;box-shadow:0 6px 14px #18362721}.panel{animation:fadein .45s ease both}.panel[hidden]{display:none}@keyframes fadein{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.line-intro{display:grid;grid-template-columns:30% 1fr;align-items:center;gap:55px;margin-bottom:36px}.line-logo{background:var(--forest);border-radius:12px;padding:35px 25px;box-shadow:0 8px 0 #ced4c5,0 22px 30px #153d2310}.line-logo img{mix-blend-mode:lighten}.line-intro .eyebrow{margin-bottom:9px}.line-intro p:last-child{color:var(--muted);max-width:670px;margin-top:18px}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.photo-card{min-width:0}.photo-button{display:block;width:100%;padding:0;border:0;background:#e4e5dc;border-radius:10px;position:relative;overflow:hidden;text-align:left}.photo-button img{width:100%;aspect-ratio:4/4.8;object-fit:cover;transition:transform .7s ease}.photo-button:hover img{transform:scale(1.035)}.photo-button .expand{position:absolute;bottom:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;background:#ffffffe6;border-radius:50%;color:var(--forest);font-size:22px;box-shadow:0 3px 12px #0002}.photo-card>p{margin-top:12px;font-size:14px;font-weight:600}.photo-card>span{font-size:12px;color:var(--muted)}.gallery-cta{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid var(--line);margin-top:36px;padding-top:30px}.gallery-cta p{font-size:18px;line-height:1.65}.gallery-cta p span{font-size:14px;color:var(--muted)}.process{display:grid;grid-template-columns:repeat(3,1fr);margin:40px 0;gap:20px;background:#edeee5;border-radius:12px;padding:30px}.process>div{padding-right:15px}.process span{display:block;color:#7f8b70;font-family:var(--serif);font-size:28px;margin-bottom:5px}.process strong{font-size:16px}.process p{font-size:14px;color:var(--muted);margin-top:7px}.store{background:#eaece2;display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.store-photo{position:relative;border-radius:12px 90px 12px 12px;overflow:hidden}.store-photo img{width:100%;aspect-ratio:4/5.1;object-fit:cover}.store-tag{position:absolute;bottom:0;left:0;right:0;padding:26px 20px;background:linear-gradient(transparent,#071b29aa);color:white;font-size:11px;letter-spacing:.15em}.store-copy>p:not(.eyebrow){color:var(--muted);margin-top:23px}.store-copy>.button{margin-top:25px}.map-wrap{height:205px;margin-top:30px;border-radius:10px;overflow:hidden;border:1px solid #cdd3c4}.map-wrap iframe{width:100%;height:100%;border:0}.instagram{display:flex;align-items:center;gap:26px;padding-block:60px}.instagram h2{font-size:30px;max-width:610px}.instagram .eyebrow{margin-bottom:12px}.instagram p:last-child{font-size:14px;color:var(--muted);margin-top:13px}.instagram>.button{margin-left:auto;white-space:nowrap}.ig-symbol{width:65px;height:65px;display:grid;place-items:center;border:1px solid #cad0c2;border-radius:18px;flex-shrink:0;box-shadow:0 6px 0 #e4e6d9;transform:rotate(-6deg)}.ig-symbol svg{width:30px;height:30px}.contact{background:var(--forest);color:var(--cream);display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:7%;overflow:hidden;padding-block:75px}.contact .eyebrow{color:var(--gold)}.contact h2{font-size:clamp(36px,4.2vw,62px)}.contact em{color:var(--gold)}.contact-copy>p:not(.eyebrow){max-width:420px;margin:25px 0;color:#d0dbd0}.phone{display:block;color:#d0dbd0;margin-top:24px;font-size:14px}.avatar-wrap{padding:12px;border:1px solid #e4c37340;border-radius:50% 50% 16px 16px;transform:rotate(2deg);box-shadow:15px 18px 0 #102b224d}.avatar-wrap img{border-radius:50% 50% 10px 10px;width:100%}footer{padding:45px 7% 85px;background:#1c4030;color:var(--cream);text-align:center;isolation:isolate}footer p{font-size:14px;margin:23px 0 12px}footer small{display:block;font-size:12px;max-width:680px;margin:auto;color:var(--cream)}.footer-logos{display:flex;justify-content:center;align-items:center;gap:28px}.footer-logos img{width:185px;mix-blend-mode:lighten}.footer-logos span{width:1px;height:36px;background:#ffffff24}.floating-wa{position:fixed;bottom:24px;right:24px;z-index:40;width:60px;height:60px;border-radius:50%;background:#20b85a;color:white;display:grid;place-items:center;box-shadow:0 6px 24px #09271640;border:3px solid #ffffff;transition:transform .3s}.floating-wa svg{width:30px;height:30px}.floating-wa:hover{transform:translateY(-4px)}.floating-wa span{position:absolute;right:70px;background:white;color:var(--forest);white-space:nowrap;font-size:12px;padding:8px 14px;border-radius:8px;box-shadow:0 3px 15px #0001;opacity:0;pointer-events:none;transition:opacity .3s}.floating-wa:hover span,.floating-wa:focus-visible span{opacity:1}.reveal{transition:opacity .7s,transform .7s}.js-motion .reveal.pending{opacity:0;transform:translateY(20px)}dialog{border:0;border-radius:14px;background:var(--cream);padding:12px;width:min(880px,94vw);max-height:93dvh;overflow:auto;color:var(--ink)}dialog::backdrop{background:#071b18dc;backdrop-filter:blur(5px)}dialog>img{max-height:72dvh;max-width:100%;width:auto;margin:auto;object-fit:contain;border-radius:7px}.close-dialog{position:sticky;top:0;float:right;z-index:2;width:44px;height:44px;border-radius:50%;border:0;background:white;box-shadow:0 2px 10px #0003;font-size:28px}.dialog-caption{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 10px 5px}.dialog-caption p{font-size:16px}body.modal-open{overflow:hidden}
@media(min-width:1500px){.header,.section,.benefits,footer{padding-left:max(7%,calc((100vw - 1350px)/2));padding-right:max(7%,calc((100vw - 1350px)/2))}.hero{max-width:1550px;margin:auto}}
@media(max-width:1000px){.header{padding-inline:5%}.header nav{gap:22px}.hero-copy{padding:65px 8% 60px 10%}.hero{min-height:580px}.hero-visual{min-height:500px;margin-right:20px}.hero-actions{gap:14px}.section{padding:65px 5%}.gallery{gap:18px}.line-intro{gap:30px}.line-logo{padding:25px 15px}.instagram{flex-wrap:wrap}.instagram>.button{margin-left:90px}.store{gap:5%}.store-photo img{aspect-ratio:3/4.8}.contact{gap:5%}}
@media(max-width:680px){html{scroll-padding-top:80px}.header{height:76px;padding-inline:20px}.brand{width:156px}.header nav>a:not(.header-contact){display:none}.header-contact{gap:6px!important}.header-contact span{font-size:12px}.header-contact svg{width:21px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 24px 35px}.eyebrow{font-size:11px;letter-spacing:.12em;margin-bottom:18px}h1{font-size:clamp(39px,10.5vw,57px);line-height:1.12}.intro{font-size:16px;margin:23px 0 27px}.hero-actions{gap:20px}.button{padding:14px 20px;min-height:52px}.text-link{font-size:13px}.hero-signature{margin-top:28px;font-size:11px}.hero-visual{margin:0 20px 26px 35px;min-height:350px;height:98vw;max-height:465px;border-radius:65px 10px 10px 10px}.hero-photo{object-position:center 48%}.anniversary{left:-15px;bottom:53px;width:106px;height:106px}.anniversary strong{font-size:39px}.anniversary span{font-size:8px}.photo-caption{font-size:9px;bottom:20px;left:20px}.benefits{padding:24px 18px;gap:13px;grid-template-columns:1fr}.benefits>div{justify-content:flex-start;border-right:0;border-bottom:1px solid #d4d8c8;padding:0 10px 14px;gap:20px}.benefits>div:last-child{padding-bottom:0}.benefit-icon{width:48px;text-align:center;font-size:30px}.benefits p{font-size:12px}.benefits strong{font-size:16px}.section{padding:55px 22px}.section-top{margin-bottom:26px}.section-top h2{font-size:36px}.section-top p:last-child{font-size:14px}.tabs{margin-bottom:32px}.tabs button{font-size:19px;padding:13px 5px}.tabs button span{font-size:11px}.line-intro{grid-template-columns:1fr;gap:28px}.line-logo{max-width:260px;padding:17px 20px;border-radius:8px}.line-intro h3{font-size:33px}.line-intro p:last-child{font-size:15px;margin-top:16px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.photo-button{border-radius:8px}.photo-button img{aspect-ratio:3/4;object-position:center}.photo-card>p{font-size:14px;line-height:1.4;margin-top:10px}.photo-card>span{font-size:12px;display:block;margin-top:5px}.photo-button .expand{width:28px;height:28px;right:9px;bottom:9px;font-size:18px}.gallery-cta{flex-direction:column;align-items:stretch;gap:22px}.gallery-cta p{font-size:18px}.gallery-cta .button{width:100%}.process{padding:23px;gap:22px;grid-template-columns:1fr}.process>div{display:grid;grid-template-columns:38px 1fr;gap:0 10px}.process span{grid-row:span 2;margin:0;font-size:26px}.process p{margin-top:4px}.store{grid-template-columns:1fr;gap:35px}.store-photo img{aspect-ratio:4/4.7;object-position:center 52%}.store h2{font-size:42px}.store-copy p:not(.eyebrow){font-size:15px}.map-wrap{height:225px}.instagram{gap:22px}.instagram h2{font-size:31px}.instagram>.button{margin-left:0}.ig-symbol{width:53px;height:53px}.instagram>div:nth-child(2){flex:1;min-width:210px}.instagram .eyebrow{font-size:10px}.contact{grid-template-columns:1fr;gap:40px;padding-bottom:55px}.contact h2{font-size:42px}.contact-copy>p:not(.eyebrow){font-size:15px}.avatar-wrap{max-width:340px;margin:0 auto;width:95%;transform:rotate(1deg)}.phone{margin-top:22px}.footer-logos{gap:14px}.footer-logos img{width:43%;max-width:180px}.footer-logos span{height:30px}.floating-wa{width:57px;height:57px;right:17px;bottom:18px}.floating-wa span{display:none}.dialog-caption{align-items:stretch;flex-direction:column}.dialog-caption .button{width:100%}dialog>img{max-height:65dvh}footer{padding:35px 20px 95px}.desktop{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal.pending{opacity:1;transform:none}}
