@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--white);color:var(--black-soft);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:400;line-height:1.15}h1{font-size:clamp(3rem,7vw,6.5rem)}h2{font-size:clamp(2rem,4.5vw,3.8rem)}h3{font-size:clamp(1.4rem,3vw,2.2rem)}h4{font-size:clamp(1.1rem,2vw,1.5rem)}p{font-family:var(--font-sans);color:var(--gray-600);font-weight:300}.container{max-width:var(--container);padding:0 var(--gutter);margin:0 auto}section{padding:var(--section-pad) 0}.reveal{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:scale(.94)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.35s}.delay-4{transition-delay:.5s}.delay-5{transition-delay:.65s}.delay-6{transition-delay:.8s}.ornament{align-items:center;gap:1.2rem;margin-bottom:1.5rem;display:flex}.ornament__line{background:var(--gold);opacity:.7;flex:1;max-width:60px;height:1px}.ornament__symbol{color:var(--gold);font-family:var(--font-serif);font-size:1.4rem;font-style:italic;font-weight:300}.section-label{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1rem;font-size:.7rem;font-weight:500}.btn{cursor:pointer;font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--dur-med) var(--ease-out);white-space:nowrap;border:none;align-items:center;gap:.6rem;padding:1rem 2.2rem;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--black);box-shadow:var(--shadow-gold)}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 12px 48px #fac17b66}.btn-outline{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1px solid #ffffff73}.btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3;transform:translateY(-2px)}.btn-outline-dark{color:var(--black-soft);border:1px solid var(--gold-border);background:0 0}.btn-outline-dark:hover{background:var(--gold-muted);border-color:var(--gold);transform:translateY(-2px)}.img-placeholder{background:linear-gradient(135deg, var(--cream) 0%, var(--gray-100) 100%);border:1px solid var(--gray-200);color:var(--gray-600);font-family:var(--font-sans);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;display:flex;position:relative;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}::selection{background:var(--gold-light);color:var(--black)}.btn{cursor:pointer;letter-spacing:.15em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--dur-med) var(--ease-out);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2.2rem;font-family:Jost,system-ui,sans-serif;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.btn--primary{color:#1a1714;box-shadow:var(--shadow-gold);background:#fac17b}.btn--primary:hover{background:#e5a355;transform:translateY(-2px);box-shadow:0 12px 48px #fac17b66}.btn--outline{color:#fefcf8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1px solid #ffffff73}.btn--outline:hover{background:#ffffff1a;border-color:#ffffffb3;transform:translateY(-2px)}.btn--outline-dark{color:#242018;border:1px solid var(--gold-border);background:0 0}.btn--outline-dark:hover{background:var(--gold-muted);border-color:#fac17b;transform:translateY(-2px)}.nav{z-index:100;padding:1.4rem var(--gutter);transition:background var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), padding var(--dur-med) var(--ease-out);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);padding:1rem var(--gutter);background:#fefcf8f2}.nav--scrolled .nav__logo{color:#242018}.nav--scrolled .nav__links a{color:var(--gray-600)}.nav--scrolled .nav__hamburger span{background:#242018}.nav__logo{letter-spacing:.12em;text-transform:uppercase;color:#fefcf8;transition:color var(--dur-fast);font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:400;text-decoration:none}.nav__logo span{color:#fac17b}.nav__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav__links a{letter-spacing:.15em;text-transform:uppercase;color:#fffc;transition:color var(--dur-fast);font-family:Jost,system-ui,sans-serif;font-size:.72rem;font-weight:500;text-decoration:none}.nav__links a:hover{color:#fac17b}.nav__cta{letter-spacing:.15em;text-transform:uppercase;color:#1a1714;border-radius:var(--radius-sm);transition:all var(--dur-fast) var(--ease-out);background:#fac17b;padding:.6rem 1.5rem;font-family:Jost,system-ui,sans-serif;font-size:.72rem;font-weight:500;text-decoration:none}.nav__cta:hover{background:#e5a355;transform:translateY(-1px)}.nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav__hamburger span{width:24px;height:1.5px;transition:background var(--dur-fast);background:#fefcf8;display:block}.nav__mobile-menu{z-index:200;background:#0f0b08f7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.nav__mobile-close{top:1.5rem;right:var(--gutter);color:#fefcf8;cursor:pointer;background:0 0;border:none;font-size:1.8rem;position:absolute}.nav__mobile-link{color:#fefcf8;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;text-decoration:none}@media (width<=640px){.nav__links,.nav__cta{display:none}.nav__hamburger{display:flex}}.contact-row{padding:.8rem var(--gutter);background:#fac17b;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.contact-row__item{letter-spacing:.08em;color:#242018;transition:opacity var(--dur-fast);justify-content:center;align-items:center;gap:.5rem;font-family:Jost,system-ui,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;display:flex}.contact-row__item:hover{opacity:.7}.contact-row__icon{font-size:1rem;display:flex}@media (width<=640px){.contact-row{text-align:center;gap:1.5rem}}.footer{padding:4rem var(--gutter) 2rem;background:#1a1714}.footer__inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;display:grid}.footer__brand-name{letter-spacing:.12em;text-transform:uppercase;color:#fefcf8;margin-bottom:.8rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:400}.footer__brand-name span{color:#fac17b}.footer__brand-tagline{color:#fff6;margin-bottom:1.5rem;font-family:Jost,system-ui,sans-serif;font-size:.78rem;font-weight:300;line-height:1.7}.footer__social{gap:.8rem;display:flex}.footer__social-link{border-radius:var(--radius-sm);color:#ffffff80;width:36px;height:36px;transition:all var(--dur-fast);justify-content:center;align-items:center;font-size:.85rem;text-decoration:none;display:flex}.footer__social-link:hover{color:#fac17b;background:var(--gold-muted);border-color:#fac17b}.footer__col-title{letter-spacing:.2em;text-transform:uppercase;color:#fac17b;margin-bottom:1.2rem;font-family:Jost,system-ui,sans-serif;font-size:.65rem;font-weight:600}.footer__links{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer__links a{color:#ffffff73;transition:color var(--dur-fast);font-family:Jost,system-ui,sans-serif;font-size:.8rem;font-weight:300;text-decoration:none}.footer__links a:hover{color:#fdd6a7}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:2rem auto 0;display:flex}.footer__copy{color:#fff3;font-family:Jost,system-ui,sans-serif;font-size:.7rem;font-weight:300}.footer__legal{gap:1.5rem;display:flex}.footer__legal a{color:#fff3;transition:color var(--dur-fast);font-family:Jost,system-ui,sans-serif;font-size:.7rem;font-weight:300;text-decoration:none}.footer__legal a:hover{color:#ffffff80}@media (width<=1100px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer__inner{grid-template-columns:1fr;gap:2rem}}.img-placeholder{background:linear-gradient(135deg, var(--cream) 0%, var(--gray-100) 100%);border:1px solid var(--gray-200);color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;font-family:Jost,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.img-placeholder:before{content:"";background:repeating-linear-gradient(-45deg,#0000,#0000 20px,#fac17b0f 20px 21px);position:absolute;inset:0}.img-placeholder__icon{opacity:.4;z-index:1;font-size:1.8rem;position:relative}.img-placeholder__tag{letter-spacing:.18em;text-transform:uppercase;color:#e5a355;z-index:1;background:#fffc;border-radius:999px;padding:.25rem .7rem;font-size:.65rem;font-weight:600;position:relative}.img-placeholder__desc{color:var(--gray-400);text-align:center;z-index:1;max-width:80%;font-size:.72rem;font-weight:300;line-height:1.5;position:relative}.hero{background:#1a1714;place-items:center;min-height:100svh;display:grid;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__img-placeholder{background:linear-gradient(160deg,#2a1f18 0%,#1a1410 40%,#0d0b08 100%);width:100%;height:100%}.hero__img-placeholder:before{display:none}.hero__overlay{z-index:1;background:linear-gradient(#0f0b084d 0%,#0f0b0880 50%,#0f0b08bf 100%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;max-width:860px;padding:0 var(--gutter);position:relative}.hero__eyebrow{letter-spacing:.35em;text-transform:uppercase;color:#fac17b;animation:fadeDown 1s var(--ease-out) .3s both;margin-bottom:1.5rem;font-family:Jost,system-ui,sans-serif;font-size:.68rem;font-weight:500;display:block}.hero__title{color:#fefcf8;animation:fadeUp 1s var(--ease-out) .5s both;margin-bottom:1.8rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:300;line-height:1.05}.hero__title em{color:#fdd6a7;font-style:italic}.hero__subtitle{color:#ffffffb3;max-width:520px;animation:fadeUp 1s var(--ease-out) .7s both;margin:0 auto 3rem;font-family:Jost,system-ui,sans-serif;font-size:clamp(.9rem,1.8vw,1.1rem);font-weight:300;line-height:1.8}.hero__actions{animation:fadeUp 1s var(--ease-out) .9s both;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero__scroll{z-index:2;animation:fadeUp 1s var(--ease-out) 1.2s both;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__scroll-text{letter-spacing:.2em;text-transform:uppercase;color:#fff6;font-family:Jost,system-ui,sans-serif;font-size:.6rem}.hero__scroll-line{background:linear-gradient(#fff6,#0000);width:1px;height:50px;animation:2s ease-in-out infinite scrollLine}@keyframes scrollLine{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(.6)}}@media (width<=640px){.hero__actions{flex-direction:column}}.invitation{background:#242018;overflow:hidden}.invitation__inner{grid-template-columns:1fr 1fr;min-height:620px;display:grid}.invitation__image{min-height:480px;position:relative}.invitation__content{flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,6rem);display:flex}.invitation__quote-mark{color:#fac17b;opacity:.2;margin-bottom:1.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:8rem;font-style:italic;line-height:.5}.invitation__title{color:#fefcf8;margin-bottom:1.5rem;font-style:italic;font-weight:300}.invitation__divider{opacity:.5;background:#fac17b;width:50px;height:1px;margin-bottom:2.5rem}.invitation__text{color:#fff9;margin-bottom:2.5rem;font-family:Jost,system-ui,sans-serif;font-size:1rem;font-weight:300;line-height:1.9}.invitation__text em{color:#fdd6a7;font-style:normal}@media (width<=900px){.invitation__inner{grid-template-columns:1fr}.invitation__image{min-height:320px}}.benefits{background:var(--off-white)}.benefits__header{text-align:center;max-width:600px;margin:0 auto 5rem}.benefits__title{color:#242018}.benefits__subtitle{color:var(--gray-600);margin-top:1rem;font-size:1rem;line-height:1.8}.benefits__grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.benefit-card{cursor:pointer;position:relative;overflow:hidden}.benefit-card__image{aspect-ratio:4/3;width:100%}.benefit-card__overlay{transition:background var(--dur-med) var(--ease-out);background:linear-gradient(#0000 0%,#0f0b084d 50%,#0f0b08e0 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.benefit-card:hover .benefit-card__overlay{background:linear-gradient(#0f0b081a 0%,#0f0b0880 40%,#0f0b08eb 100%)}.benefit-card__number{color:#fac17b;opacity:.3;transition:opacity var(--dur-med);margin-bottom:.4rem;font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:300;line-height:1}.benefit-card:hover .benefit-card__number{opacity:.6}.benefit-card__title{color:#fefcf8;margin-bottom:.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;font-weight:400}.benefit-card__desc{color:#ffffffa6;opacity:0;max-height:0;transition:max-height var(--dur-med) var(--ease-out), opacity var(--dur-med);font-family:Jost,system-ui,sans-serif;font-size:.78rem;font-weight:300;line-height:1.7;overflow:hidden}.benefit-card:hover .benefit-card__desc{opacity:1;max-height:80px}@media (width<=900px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.benefits__grid{grid-template-columns:1fr}}.gallery{background:#fefcf8}.gallery__header{text-align:center;margin-bottom:4rem}.gallery__title{color:#242018}.gallery__grid{max-width:1200px;padding:0 var(--gutter);grid-template-columns:repeat(12,1fr);gap:3px;margin:0 auto;display:grid}.gallery__item{cursor:pointer;position:relative;overflow:hidden}.gallery__item:first-child{grid-area:span 2/span 7}.gallery__item:nth-child(2),.gallery__item:nth-child(3){grid-column:span 5}.gallery__item:nth-child(4),.gallery__item:nth-child(5),.gallery__item:nth-child(6){grid-column:span 4}.gallery__item:hover .gallery__img-placeholder{transform:scale(1.04)}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__img-placeholder{width:100%;height:100%;min-height:280px;transition:transform var(--dur-slow) var(--ease-out)}.gallery__item-overlay{opacity:0;transition:opacity var(--dur-med) var(--ease-out);background:linear-gradient(#0000 40%,#0f0b0899 100%);align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.gallery__item-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffffd9;font-family:Jost,system-ui,sans-serif;font-size:.7rem}.gallery__footer{text-align:center;margin-top:3rem}@media (width<=900px){.gallery__grid{grid-template-columns:repeat(2,1fr)}.gallery__item{grid-area:span 1/span 1!important}}@media (width<=640px){.gallery__grid{grid-template-columns:1fr}}.events{background:#242018}.events__header{text-align:center;margin-bottom:4rem}.events__title{color:#fefcf8}.events__subtitle{color:#ffffff80;margin-top:1rem;font-size:1rem}.events__grid{max-width:1200px;padding:0 var(--gutter);grid-template-columns:repeat(5,1fr);gap:2px;margin:0 auto;display:grid}.event-card{cursor:pointer;position:relative;overflow:hidden}.event-card__image{aspect-ratio:3/4;width:100%}.event-card__body{transition:background var(--dur-med) var(--ease-out);background:linear-gradient(#0000 0%,#0f0b084d 50%,#0f0b08eb 100%);flex-direction:column;justify-content:flex-end;padding:1.8rem 1.4rem;display:flex;position:absolute;inset:0}.event-card:hover .event-card__body{background:linear-gradient(#0f0b0833 0%,#0f0b08a6 40%,#0f0b08f7 100%)}.event-card__icon{transition:transform var(--dur-med) var(--ease-out);margin-bottom:.8rem;font-size:1.6rem;transform:translateY(8px)}.event-card:hover .event-card__icon{transform:translateY(0)}.event-card__tag{letter-spacing:.15em;text-transform:uppercase;color:#fac17b;margin-bottom:.4rem;font-family:Jost,system-ui,sans-serif;font-size:.62rem}.event-card__title{color:#fefcf8;margin-bottom:.4rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;font-weight:400}.event-card__desc{color:#ffffff8c;opacity:0;max-height:0;transition:max-height var(--dur-med) var(--ease-out), opacity var(--dur-med);font-family:Jost,system-ui,sans-serif;font-size:.75rem;font-weight:300;line-height:1.65;overflow:hidden}.event-card:hover .event-card__desc{opacity:1;max-height:80px}@media (width<=1100px){.events__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.events__grid{grid-template-columns:repeat(2,1fr)}}.trust{background:var(--off-white)}.trust__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.trust__image{position:relative}.trust__img-placeholder{aspect-ratio:4/5;border-radius:var(--radius-lg);width:100%}.trust__badge{width:140px;height:140px;box-shadow:var(--shadow-gold);background:#fac17b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-1.5rem;right:-1.5rem}.trust__badge-number{color:#1a1714;font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:400;line-height:1}.trust__badge-text{letter-spacing:.1em;text-transform:uppercase;color:#242018;text-align:center;max-width:80px;font-family:Jost,system-ui,sans-serif;font-size:.55rem;font-weight:500;line-height:1.4}.trust__content{padding:1rem 0}.trust__title{color:#242018;margin-bottom:1.2rem}.trust__text{color:var(--gray-600);margin-bottom:2.5rem;font-size:1rem;line-height:1.9}.trust__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.trust__stat{text-align:center;border:1px solid var(--gold-border);border-radius:var(--radius-md);transition:box-shadow var(--dur-fast), transform var(--dur-fast);background:#fefcf8;padding:1.5rem .5rem}.trust__stat:hover{box-shadow:var(--shadow-gold);transform:translateY(-2px)}.trust__stat-number{color:#e5a355;margin-bottom:.4rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:400;line-height:1;display:block}.trust__stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);font-family:Jost,system-ui,sans-serif;font-size:.68rem;font-weight:500}.testimonials{flex-direction:column;gap:1.5rem;display:flex}.testimonial{border:1px solid var(--gray-100);border-radius:var(--radius-md);transition:box-shadow var(--dur-fast), border-color var(--dur-fast);background:#fefcf8;padding:1.5rem;position:relative}.testimonial:hover{box-shadow:var(--shadow-sm);border-color:var(--gold-border)}.testimonial__stars{color:#fac17b;letter-spacing:2px;font-size:.7rem;position:absolute;top:1.2rem;right:1.2rem}.testimonial__quote{color:var(--gray-800);margin-bottom:1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial__author{align-items:center;gap:.75rem;display:flex}.testimonial__avatar{background:var(--gold-muted);border:1px solid var(--gold-border);color:#e5a355;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;display:flex}.testimonial__name{color:#242018;font-family:Jost,system-ui,sans-serif;font-size:.78rem;font-weight:500}.testimonial__event{color:var(--gray-400);font-family:Jost,system-ui,sans-serif;font-size:.68rem;font-weight:300}@media (width<=900px){.trust__inner{grid-template-columns:1fr;gap:4rem}.trust__badge{bottom:-1rem;right:1rem}}@media (width<=640px){.trust__stats{grid-template-columns:repeat(2,1fr)}}:root{--gold:#fac17b;--gold-light:#fdd6a7;--gold-dark:#e5a355;--gold-muted:#fac17b26;--gold-border:#fac17b4d;--white:#fefcf8;--off-white:#f8f4ef;--cream:#f2ebe0;--gray-100:#ede8e1;--gray-200:#d9d1c7;--gray-400:#a89f93;--gray-600:#6b6157;--gray-800:#3a3530;--black:#1a1714;--black-soft:#242018;--font-serif:Cormorant Garamond, Georgia, serif;--font-sans:Jost, system-ui, sans-serif;--section-pad:clamp(5rem, 10vw, 9rem);--container:1200px;--gutter:clamp(1.5rem, 5vw, 3rem);--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.2s;--dur-med:.4s;--dur-slow:.7s;--shadow-sm:0 2px 12px #1a171414;--shadow-md:0 8px 32px #1a17141f;--shadow-lg:0 20px 60px #1a17142e;--shadow-gold:0 8px 40px #fac17b40;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px}.cta-final{background:#1a1714;place-items:center;min-height:70vh;display:grid;position:relative;overflow:hidden}.cta-final__bg{position:absolute;inset:0}.cta-final__img-placeholder{background:linear-gradient(135deg,#1f1510 0%,#0e0c0a 60%,#160f08 100%);width:100%;height:100%}.cta-final__img-placeholder:before{display:none}.cta-final__overlay{z-index:1;background:linear-gradient(#0a080680 0%,#0a0806bf 100%);position:absolute;inset:0}.cta-final__content{z-index:2;text-align:center;max-width:720px;padding:0 var(--gutter);position:relative}.cta-final__title{color:#fefcf8;margin-bottom:1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,6vw,5rem);font-style:italic;font-weight:300}.cta-final__subtitle{color:#fff9;margin-bottom:3rem;font-family:Jost,system-ui,sans-serif;font-size:1rem;font-weight:300;line-height:1.8}.cta-final__actions{flex-direction:column;align-items:center;gap:1rem;display:flex}.cta-final__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.cta-final__hint{color:#ffffff59;letter-spacing:.1em;font-family:Jost,system-ui,sans-serif;font-size:.72rem;font-weight:300}
