.gw-navbar{background:#0000;left:0;padding:1.7rem 0;position:fixed;right:0;top:0;transition:background .5s var(--gw-ease),padding .5s var(--gw-ease),box-shadow .5s var(--gw-ease);z-index:100}.gw-navbar--scrolled{background:#faf6eef0;box-shadow:0 1px 0 var(--gw-line);padding:1rem 0}.gw-navbar__inner{align-items:center;display:flex;justify-content:space-between}.gw-navbar__mark{color:var(--gw-ivory);font-family:var(--gw-font-display);font-size:1.3rem;letter-spacing:.02em;text-shadow:0 1px 8px #00000040;transition:color .4s var(--gw-ease),text-shadow .4s var(--gw-ease)}.gw-navbar--scrolled .gw-navbar__mark{color:var(--gw-espresso);text-shadow:none}.gw-navbar__links{display:flex;gap:1.9rem}.gw-navbar__link{color:#faf6eee0;font-size:.85rem;letter-spacing:.04em;padding-bottom:4px;position:relative;text-shadow:0 1px 6px #0003;transition:color .3s var(--gw-ease),text-shadow .3s var(--gw-ease)}.gw-navbar--scrolled .gw-navbar__link{color:var(--gw-espresso-soft);text-shadow:none}.gw-navbar__link:after{background:var(--gw-gold-light);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .4s var(--gw-ease);width:0}.gw-navbar--scrolled .gw-navbar__link:after{background:var(--gw-gold)}.gw-navbar__link--active,.gw-navbar__link:hover{color:var(--gw-ivory)}.gw-navbar--scrolled .gw-navbar__link--active,.gw-navbar--scrolled .gw-navbar__link:hover{color:var(--gw-espresso)}.gw-navbar__link--active:after,.gw-navbar__link:hover:after{width:100%}.gw-navbar__toggle{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:50%;display:none;flex-direction:column;gap:5px;height:44px;justify-content:center;margin:-6px -8px -6px 0;padding:0;position:relative;transition:background .3s var(--gw-ease);width:44px;z-index:101}.gw-navbar__toggle:active{background:#b8925a2e}.gw-navbar__toggle span{background:var(--gw-ivory);border-radius:2px;box-shadow:0 1px 6px #0003;display:block;height:2px;transition:transform .35s var(--gw-ease),opacity .25s var(--gw-ease),background .35s var(--gw-ease),box-shadow .35s var(--gw-ease);width:22px}.gw-navbar--scrolled .gw-navbar__toggle span,.gw-navbar__toggle--open span{background:var(--gw-espresso);box-shadow:none}.gw-navbar__toggle--open span:first-child{transform:translateY(7px) rotate(45deg)}.gw-navbar__toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.gw-navbar__toggle--open span:last-child{transform:translateY(-7px) rotate(-45deg)}.gw-navbar__mobile{align-items:center;background:var(--gw-ivory);display:flex;flex-direction:column;gap:2.2rem;inset:0;justify-content:center;opacity:0;position:fixed;top:0;transform:translateY(-100%);transition:transform .6s var(--gw-ease),opacity .5s var(--gw-ease);visibility:hidden;z-index:98}.gw-navbar__mobile--open{opacity:1;transform:translateY(0);visibility:visible}.gw-navbar__mobile-link{color:var(--gw-espresso);font-family:var(--gw-font-display);font-size:2rem;opacity:0;transform:translateY(14px);transition:opacity .5s var(--gw-ease),transform .5s var(--gw-ease)}.gw-navbar__mobile--open .gw-navbar__mobile-link{opacity:1;transform:translateY(0)}@media (max-width:860px){.gw-navbar{padding:1.3rem 0}.gw-navbar--scrolled{padding:.9rem 0}.gw-navbar__links{display:none}.gw-navbar__toggle{display:flex}}.gw-footer{background:var(--gw-espresso);color:var(--gw-ivory);padding:clamp(3.5rem,7vw,5.5rem) 0 1.6rem;position:relative}.gw-footer:before{background:linear-gradient(90deg,var(--gw-gold-deep),var(--gw-gold),var(--gw-gold-light));content:"";height:3px;left:0;position:absolute;right:0;top:0}.gw-footer__grid{grid-gap:clamp(2rem,4vw,3rem);border-bottom:1px solid #faf6ee24;display:grid;gap:clamp(2rem,4vw,3rem);grid-template-columns:1.3fr .8fr 1.1fr 1.1fr;padding-bottom:2.5rem}.gw-footer__mark{font-family:var(--gw-font-display);font-size:1.7rem}.gw-footer__tag{color:var(--gw-gold-light);font-size:.78rem;letter-spacing:.1em;margin-top:.35rem;text-transform:uppercase}.gw-footer__about{color:#faf6eea6;font-size:.9rem;line-height:1.7;margin-top:1.2rem;max-width:34ch}.gw-footer__socials{display:flex;gap:.7rem;margin-top:1.6rem}.gw-footer__social-icon{align-items:center;border:1px solid #faf6ee40;border-radius:50%;color:#faf6eed9;display:flex;height:38px;justify-content:center;transition:background .3s var(--gw-ease),border-color .3s var(--gw-ease),color .3s var(--gw-ease),transform .3s var(--gw-ease);width:38px}.gw-footer__social-icon:hover{background:var(--gw-gold);border-color:var(--gw-gold);color:var(--gw-espresso);transform:translateY(-2px)}.gw-footer__heading{align-items:center;color:var(--gw-gold-light);display:flex;font-family:var(--gw-font-body);font-size:.78rem;gap:.5rem;letter-spacing:.12em;margin-bottom:1.3rem;text-transform:uppercase}.gw-footer__contact,.gw-footer__nav{display:flex;flex-direction:column;font-size:.9rem;gap:.85rem}.gw-footer__nav a{color:#faf6eec7;transition:color .3s var(--gw-ease),padding-left .3s var(--gw-ease)}.gw-footer__nav a:hover{color:var(--gw-gold-light);padding-left:4px}.gw-footer__contact-row{align-items:flex-start;color:#faf6eec7;display:flex;gap:.65rem;line-height:1.55;transition:color .3s var(--gw-ease)}.gw-footer__contact-row svg{color:var(--gw-gold-light);flex-shrink:0;margin-top:.15rem}.gw-footer__contact-row:hover{color:var(--gw-gold-light)}.gw-footer__hours{display:flex;flex-direction:column;font-size:.86rem;gap:.55rem}.gw-footer__hours-row{border-bottom:1px dashed #faf6ee1a;color:#faf6eec7;display:flex;gap:1rem;justify-content:space-between;padding-bottom:.55rem}.gw-footer__hours-row:last-child{border-bottom:none;padding-bottom:0}.gw-footer__hours-day{color:#faf6ee8c}.gw-footer__hours-time{text-align:right}.gw-footer__hours-note{color:#faf6ee66;display:block;font-size:.72rem;margin-top:.15rem}.gw-footer__bottom{color:#faf6ee80;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem;justify-content:space-between;padding-top:1.5rem}@media (max-width:900px){.gw-footer__grid{grid-template-columns:1fr 1fr}.gw-footer__brand{grid-column:1/-1}}@media (max-width:560px){.gw-footer__grid{gap:2.2rem;grid-template-columns:1fr}.gw-footer__hours-row{flex-direction:column;gap:.15rem}.gw-footer__hours-time{text-align:left}.gw-footer__bottom{flex-direction:column}}@media (max-width:860px){.gw-footer{padding-bottom:calc(1.5rem + 56px)}}.gw-preloader{align-items:center;background:var(--gw-ivory);display:flex;flex-direction:column;gap:1.4rem;inset:0;justify-content:center;position:fixed;transition:opacity .8s var(--gw-ease),visibility .8s var(--gw-ease);z-index:999}.gw-preloader--leaving{opacity:0;pointer-events:none;visibility:hidden}.gw-preloader__mark{animation:gw-mark-fade 1.4s var(--gw-ease) both}.gw-preloader__ring{stroke-dasharray:190;stroke-dashoffset:190;animation:gw-ring-draw 1.6s var(--gw-ease) forwards}.gw-preloader__label{animation:gw-label-fade 1s var(--gw-ease) .6s forwards;color:var(--gw-espresso-soft);font-family:var(--gw-font-body);font-size:.72rem;letter-spacing:.16em;opacity:0}@keyframes gw-ring-draw{0%{stroke-dashoffset:190}to{stroke-dashoffset:0}}@keyframes gw-mark-fade{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes gw-label-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.gw-preloader__gold-line{animation:gw-line-grow 1s var(--gw-ease) .9s forwards;background:var(--gw-gold);height:0;width:1px}@keyframes gw-line-grow{0%{height:0}to{height:28px}}.gw-scroll-progress__vertical{align-items:center;display:flex;flex-direction:column;gap:.6rem;pointer-events:none;position:fixed;right:1.6rem;top:50%;transform:translateY(-50%);z-index:90}.gw-scroll-progress__pct{color:var(--gw-gold-deep);font-family:var(--gw-font-body);font-size:.68rem;letter-spacing:.08em}.gw-scroll-progress__track{background:var(--gw-gold-light);height:110px;overflow:hidden;position:relative;width:1px}.gw-scroll-progress__fill{background:var(--gw-gold);left:0;position:absolute;top:0;transition:height .1s linear;width:100%}.gw-scroll-progress__horizontal{background:#b8925a26;display:block;height:3px;left:0;position:fixed;right:0;top:0;z-index:200}.gw-scroll-progress__horizontal-fill{background:linear-gradient(90deg,var(--gw-gold-deep),var(--gw-gold),var(--gw-gold-light));height:100%;transition:width .1s linear;width:0}@media (max-width:860px){.gw-scroll-progress__vertical{display:none}}.gw-floating-cta{font-family:var(--gw-font-body);letter-spacing:.04em;opacity:0;pointer-events:none;position:fixed;text-align:center;transform:translateY(40px) scale(.96);transition:background .35s var(--gw-ease),color .35s var(--gw-ease),transform .35s var(--gw-ease);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),visibility .8s ease;visibility:hidden;z-index:95}.gw-floating-cta--visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}.gw-floating-cta1--desktop{background:var(--gw-espresso);border:1px solid var(--gw-espresso);padding:.85rem 1.6rem;top:55%}.gw-floating-cta1--desktop,.gw-floating-cta2--desktop{color:var(--gw-ivory);font-size:.78rem;right:20px;transform:translateY(-50%) rotate(-90deg) translateX(50%);transform-origin:right center}.gw-floating-cta2--desktop{background:#25d366;border:1px solid #25d366;bottom:12%;padding:.7rem 1rem}.gw-floating-cta2--desktop svg{transform:rotate(90deg)}.gw-floating-cta3--desktop{background:var(--gw-espresso);border:1px solid var(--gw-espresso);bottom:3%;color:var(--gw-ivory);font-size:.78rem;padding:.9rem 1rem;right:20px;transform:translateY(-50%) rotate(-90deg) translateX(50%);transform-origin:right center}.gw-floating-cta1--desktop:hover,.gw-floating-cta2--desktop:hover,.gw-floating-cta3--desktop:hover{background:var(--gw-gold);border-color:var(--gw-gold)}.gw-floating-cta--mobile{display:none}@media (max-width:860px){.gw-floating-cta1--desktop{display:none}.gw-floating-cta2--desktop{bottom:15%}.gw-floating-cta3--desktop{bottom:6%}.gw-floating-cta--mobile{background:var(--gw-espresso);bottom:0;color:var(--gw-ivory);display:block;font-size:.85rem;left:0;padding:1rem;right:0}}.gw-hero{align-items:center;display:flex;height:100vh;min-height:620px;overflow:hidden;position:relative}.gw-hero-page__hero-scrim{background:linear-gradient(180deg,#140e0a4d,#140e0ab3);inset:0;position:absolute;z-index:2}.gw-hero__media{background:var(--gw-espresso);inset:0;position:absolute}.gw-hero__slide{animation:gw-hero-zoom 9s linear forwards;height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transform:scale(1.08);transition:opacity 1.2s var(--gw-ease);width:100%}.gw-hero__slide--active{opacity:1;z-index:1}@keyframes gw-hero-zoom{to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.gw-hero__slide{animation:none;transform:scale(1)}}.gw-hero__scrim{background:linear-gradient(180deg,#140e0a52,#140e0a1f 40%,#140e0a99);inset:0;position:absolute}.gw-hero__content{color:var(--gw-ivory);max-width:900px;padding-bottom:clamp(4rem,9vw,6.5rem);position:relative;z-index:2}.gw-hero__eyebrow{animation:gw-fade-up 1s var(--gw-ease) .3s forwards;font-size:.8rem;letter-spacing:.16em;opacity:0}.gw-hero__headline{animation:gw-fade-up 1.1s var(--gw-ease) .55s forwards;color:var(--gw-ivory);font-size:var(--gw-size-hero);font-style:italic;font-weight:400;margin-top:.6rem;opacity:0}.gw-hero__lead{animation:gw-fade-up 1s var(--gw-ease) .85s forwards;font-size:var(--gw-size-lead);font-weight:300;margin-top:1.6rem;max-width:480px;opacity:0}.gw-hero__ctas{display:flex;flex-wrap:wrap;gap:1.1rem;margin-top:2.4rem}.gw-hero__cta{animation:gw-fade-up 1s var(--gw-ease) 1.1s forwards;opacity:0}.gw-hero__ctas .gw-hero__cta:last-child{animation-delay:1.3s}@keyframes gw-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.gw-hero__scroll{align-items:center;bottom:2.5rem;color:var(--gw-ivory);display:flex;flex-direction:column;gap:.6rem;position:absolute;right:clamp(1.5rem,4vw,3.5rem);z-index:2}.gw-hero__scroll-line{background:#faf6ee80;height:46px;overflow:hidden;position:relative;width:1px}.gw-hero__scroll-line:after{animation:gw-scroll-line 2.4s var(--gw-ease) infinite;background:var(--gw-ivory);content:"";height:100%;left:0;position:absolute;top:-100%;width:100%}@keyframes gw-scroll-line{to{top:100%}}.gw-hero__scroll-label{font-size:.68rem;letter-spacing:.16em;opacity:.75;writing-mode:vertical-rl}@media (max-width:640px){.gw-hero__scroll{display:none}}.gw-hero__dots{animation:gw-fade-up 1s var(--gw-ease) 1.4s forwards;bottom:clamp(1.4rem,4vw,2.4rem);display:flex;gap:.7rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);z-index:2}.gw-hero__dot{background:#faf6ee66;border:none;cursor:pointer;height:3px;padding:0;transition:background .35s var(--gw-ease),width .35s var(--gw-ease);width:26px}.gw-hero__dot:hover{background:#faf6eeb3}.gw-hero__dot--active{background:var(--gw-gold);width:42px}@media (max-width:640px){.gw-hero__dots{bottom:1.2rem;left:30%}}.gw-intro{background:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-intro__grid{grid-gap:clamp(2.5rem,6vw,6rem);align-items:center;display:grid;gap:clamp(2.5rem,6vw,6rem);grid-template-columns:.9fr 1.1fr}.gw-intro__image-wrap{position:relative}.gw-intro__image--main{aspect-ratio:4/5;object-fit:cover;width:100%}.gw-intro__image--accent{aspect-ratio:4/5;border:6px solid var(--gw-ivory);bottom:-12%;box-shadow:0 20px 44px #2a211c24;object-fit:cover;position:absolute;right:-14%;width:46%}.gw-intro__headline{font-size:var(--gw-size-h1);margin-top:.4rem}.gw-intro__body{color:var(--gw-espresso-soft);margin-top:1.3rem;max-width:46ch}@media (max-width:900px){.gw-intro__grid{grid-template-columns:1fr}.gw-intro__image--accent{right:6%}}.gw-section-heading{margin-bottom:clamp(2.5rem,5vw,4rem)}.gw-section-heading--center{margin-left:auto;margin-right:auto;max-width:640px;text-align:center}.gw-section-heading__title{font-size:var(--gw-size-h2);margin-top:.5rem}.gw-section-heading--light .gw-eyebrow,.gw-section-heading--light .gw-section-heading__title{color:var(--gw-ivory)}.gw-collections{background:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-collections__grid{grid-gap:clamp(1.2rem,2.4vw,1.8rem);display:grid;gap:clamp(1.2rem,2.4vw,1.8rem);grid-template-columns:repeat(4,1fr)}.gw-collections__item{grid-column:span 1}.gw-collections__link{display:block;height:100%;overflow:hidden;position:relative}.gw-collections__image-wrap{aspect-ratio:3/4;overflow:hidden;position:relative;width:100%}.gw-collections__image{clip-path:inset(0 0 0 0);height:100%;object-fit:cover;transition:transform 1.1s var(--gw-ease);width:100%}.gw-collections__link:hover .gw-collections__image{transform:scale(1.07)}.gw-collections__scrim{background:linear-gradient(180deg,#140e0a0d,#140e0a26 45%,#140e0ac7);inset:0;position:absolute}.gw-collections__text{bottom:0;color:var(--gw-ivory);left:0;opacity:.92;padding:clamp(1.2rem,2.4vw,2rem);position:absolute;right:0;transform:translateY(14px);transition:transform .5s var(--gw-ease)}.gw-collections__link:hover .gw-collections__text{opacity:1;transform:translateY(0)}.gw-collections__meta{color:var(--gw-gold-light);font-size:.7rem;letter-spacing:.06em}.gw-collections__name{color:var(--gw-ivory);font-size:clamp(1.2rem,1.8vw,1.7rem);margin-top:.35rem}.gw-collections__desc{color:#faf6eec7;font-size:.82rem;margin-top:.5rem;max-height:0;max-width:34ch;opacity:0;overflow:hidden;transition:opacity .5s var(--gw-ease),max-height .5s var(--gw-ease)}.gw-collections__link:hover .gw-collections__desc{max-height:6rem;opacity:1}.gw-collections__explore{align-items:center;display:inline-flex;font-size:.78rem;gap:.5rem;letter-spacing:.03em;margin-top:.8rem;padding-bottom:3px;position:relative}.gw-collections__explore:after{background:var(--gw-gold);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .45s var(--gw-ease);width:24px}.gw-collections__link:hover .gw-collections__explore:after{width:100%}.gw-collections__arrow{transition:transform .4s var(--gw-ease)}.gw-collections__link:hover .gw-collections__arrow{transform:translateX(6px)}@media (max-width:1080px){.gw-collections__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.gw-collections__grid{grid-template-columns:repeat(2,1fr)}.gw-collections__desc{max-height:6rem;opacity:1}.gw-collections__text{transform:translateY(0)}}@media (max-width:480px){.gw-collections__grid{grid-template-columns:1fr}}.gw-service-row{grid-gap:clamp(2rem,5vw,4.5rem);align-items:center;display:grid;gap:clamp(2rem,5vw,4.5rem);grid-template-columns:1.15fr .85fr}.gw-service-row--reversed{direction:rtl}.gw-service-row--reversed>*{direction:ltr}.gw-service-row__image{aspect-ratio:16/10;object-fit:cover;width:100%}.gw-service-row__number{color:var(--gw-gold);display:block;font-family:var(--gw-font-display);font-size:1.1rem}.gw-service-row__title{font-size:var(--gw-size-h3);margin-top:.3rem}.gw-service-row__desc{color:var(--gw-espresso-soft);margin-top:1rem;max-width:40ch}.gw-service-row__price{color:var(--gw-gold-deep);font-size:.85rem;letter-spacing:.03em;margin-top:1rem}.gw-service-row__link{align-items:center;color:var(--gw-espresso);display:inline-flex;font-size:.85rem;gap:.5rem;letter-spacing:.03em;margin-top:1.6rem;padding-bottom:4px;position:relative}.gw-service-row__link:after{background:var(--gw-gold);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .45s var(--gw-ease);width:32px}.gw-service-row__link:hover:after{width:100%}.gw-service-row__arrow{transition:transform .4s var(--gw-ease)}.gw-service-row__link:hover .gw-service-row__arrow{transform:translateX(6px)}@media (max-width:820px){.gw-service-row,.gw-service-row--reversed{direction:ltr;grid-template-columns:1fr}}.gw-services{background:var(--gw-cream);padding:var(--gw-section-space) 0}.gw-services__list{display:flex;flex-direction:column;gap:clamp(3.5rem,7vw,6rem)}.gw-wedding-card__link{display:block}.gw-wedding-card__image-wrap{aspect-ratio:4/5;overflow:hidden;position:relative}.gw-wedding-card__image{height:100%;object-fit:cover;transition:transform 1s var(--gw-ease);width:100%}.gw-wedding-card__view{align-items:center;background:#140e0a47;color:var(--gw-ivory);display:flex;font-size:.85rem;inset:0;justify-content:center;letter-spacing:.08em;opacity:0;position:absolute;transition:opacity .6s var(--gw-ease)}.gw-wedding-card__link:hover .gw-wedding-card__image{transform:scale(1.06)}.gw-wedding-card__link:hover .gw-wedding-card__view{opacity:1}.gw-wedding-card__meta{padding-top:1.2rem}.gw-wedding-card__title{font-size:1.5rem}.gw-wedding-card__sub{color:var(--gw-gold-deep);font-size:.8rem;letter-spacing:.03em;margin-top:.35rem}.gw-wedding-card__story{color:var(--gw-espresso-soft);margin-top:.7rem;max-width:36ch}.gw-featured{background:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-featured__head{align-items:flex-end;display:flex;gap:1.5rem;justify-content:space-between}.gw-featured__all{border-bottom:1px solid var(--gw-gold);color:var(--gw-gold-deep);font-size:.85rem;letter-spacing:.04em;margin-bottom:3rem;padding-bottom:2px;white-space:nowrap}.gw-featured__grid{grid-gap:clamp(1.6rem,3vw,2.8rem);display:grid;gap:clamp(1.6rem,3vw,2.8rem);grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.gw-featured__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.gw-featured__grid{grid-template-columns:1fr}.gw-featured__head{align-items:flex-start;flex-direction:column}}.gw-gallery{background:var(--gw-cream);padding:var(--gw-section-space) 0}.gw-gallery__grid{grid-gap:clamp(.9rem,2vw,1.2rem);display:grid;gap:clamp(.9rem,2vw,1.2rem);grid-template-columns:repeat(4,1fr)}.gw-gallery__item{grid-column:span 1;overflow:hidden;position:relative}.gw-gallery__button{background:none;border:none;cursor:pointer;display:block;padding:0;position:relative;width:100%}.gw-gallery__image{aspect-ratio:1/1;display:block;object-fit:cover;transition:transform 1.1s var(--gw-ease);width:100%}.gw-gallery__item:hover .gw-gallery__image{transform:scale(1.08)}.gw-gallery__caption{background:linear-gradient(0deg,#140e0aa6,#0000);bottom:0;color:var(--gw-ivory);font-size:.8rem;left:0;letter-spacing:.02em;opacity:0;padding:1.1rem 1.2rem;position:absolute;right:0;transform:translateY(8px);transition:opacity .5s var(--gw-ease),transform .5s var(--gw-ease)}.gw-gallery__item:hover .gw-gallery__caption{opacity:1;transform:translateY(0)}@media (max-width:1080px){.gw-gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.gw-gallery__grid{grid-template-columns:repeat(2,1fr)}}.gw-lightbox{align-items:center;animation:gw-lightbox-fade .4s var(--gw-ease);background:#0f0b08f0;display:flex;inset:0;justify-content:center;position:fixed;z-index:300}@keyframes gw-lightbox-fade{0%{opacity:0}to{opacity:1}}.gw-lightbox__figure{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0;max-height:86vh;max-width:min(88vw,1100px)}.gw-lightbox__image{max-height:74vh;max-width:100%;object-fit:contain}.gw-lightbox__caption{color:#faf6eebf;font-size:.82rem;letter-spacing:.03em}.gw-lightbox__close,.gw-lightbox__nav{background:none;border:1px solid #faf6ee4d;color:var(--gw-ivory);font-size:1.1rem;height:44px;position:fixed;transition:border-color .3s var(--gw-ease),background .3s var(--gw-ease);width:44px}.gw-lightbox__close:hover,.gw-lightbox__nav:hover{background:#b8925a26;border-color:var(--gw-gold)}.gw-lightbox__close{font-size:1.6rem;right:1.6rem;top:1.6rem}.gw-lightbox__nav{top:50%;transform:translateY(-50%)}.gw-lightbox__nav--prev{left:1.6rem}.gw-lightbox__nav--next{right:1.6rem}@media (max-width:640px){.gw-lightbox__nav{height:38px;width:38px}.gw-lightbox__nav--prev{left:.6rem}.gw-lightbox__nav--next{right:.6rem}}.gw-process{background:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-process__steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.gw-process__step{padding:0 1rem;position:relative;text-align:center}.gw-process__order{color:var(--gw-gold);display:inline-block;font-family:var(--gw-font-display);font-size:1.05rem}.gw-process__title{font-size:1.5rem;margin-top:.6rem}.gw-process__text{color:var(--gw-espresso-soft);font-size:.92rem;margin-top:.8rem}.gw-process__connector{display:none}@media (min-width:861px){.gw-process__step:not(:last-child):after{background:var(--gw-gold-light);content:"";height:1px;position:absolute;right:-1rem;top:12px;width:2rem}}@media (max-width:860px){.gw-process__steps{grid-template-columns:1fr 1fr;row-gap:3rem}}@media (max-width:520px){.gw-process__steps{grid-template-columns:1fr}}.gw-stats{background:var(--gw-espresso);padding:clamp(3.5rem,7vw,6rem) 0}.gw-stats__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);text-align:center}.gw-stats__item{display:flex;flex-direction:column;gap:.5rem}.gw-stats__value{color:var(--gw-gold-light);font-family:var(--gw-font-display);font-size:clamp(2.2rem,4vw,3.2rem)}.gw-stats__label{color:#faf6eebf;font-size:.8rem;letter-spacing:.05em}@media (max-width:700px){.gw-stats__grid{grid-template-columns:1fr 1fr;row-gap:2.5rem}}.gw-manifesto{background:var(--gw-cream);padding:clamp(4rem,8vw,7rem) 0;text-align:center}.gw-manifesto__text{color:var(--gw-espresso);font-family:var(--gw-font-display);font-size:clamp(2rem,4.6vw,3.6rem);font-weight:400;line-height:1.25;margin:0 auto;max-width:18ch}.gw-statement{align-items:center;display:flex;height:60vh;justify-content:center;min-height:440px;overflow:hidden;position:relative}.gw-statement__image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;will-change:transform}.gw-statement__scrim{background:#140e0a80;inset:0;position:absolute}.gw-statement__content{position:relative;text-align:center}.gw-statement__text{color:var(--gw-ivory);font-family:var(--gw-font-display);font-size:clamp(1.8rem,4vw,3.2rem);font-style:italic;font-weight:400;line-height:1.3}.gw-testimonial{background:var(--gw-cream);padding:var(--gw-section-space) 0}.gw-testimonial__body{margin:0 auto;max-width:720px;text-align:center}.gw-testimonial__photo-wrap{border:1px solid var(--gw-gold-light);border-radius:50%;height:76px;margin:0 auto 1.6rem;overflow:hidden;width:76px}.gw-testimonial__photo{height:100%;object-fit:cover;width:100%}.gw-testimonial__photo,.gw-testimonial__text{animation:gw-testimonial-fade .6s var(--gw-ease)}@keyframes gw-testimonial-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gw-testimonial__quote{color:var(--gw-espresso);font-family:var(--gw-font-display);font-size:clamp(1.4rem,2.6vw,2rem);font-style:italic;line-height:1.5}.gw-testimonial__names{font-size:.95rem;letter-spacing:.03em;margin-top:1.6rem}.gw-testimonial__location{color:var(--gw-espresso-soft);font-size:.82rem;margin-top:.25rem}.gw-testimonial__nav{align-items:center;display:flex;gap:1.6rem;justify-content:center;margin-top:2.2rem}.gw-testimonial__nav button{background:none;border:1px solid var(--gw-gold-light);color:var(--gw-espresso);height:40px;transition:border-color .3s var(--gw-ease),background .3s var(--gw-ease);width:40px}.gw-testimonial__nav button:hover{background:var(--gw-white);border-color:var(--gw-gold)}.gw-testimonial__count{color:var(--gw-espresso-soft);font-size:.78rem;letter-spacing:.04em}.gw-instagram{background:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-instagram__grid{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(6,1fr)}.gw-instagram__item{aspect-ratio:1;overflow:hidden}.gw-instagram__item img{height:100%;object-fit:cover;transition:transform .7s var(--gw-ease),opacity .4s var(--gw-ease);width:100%}.gw-instagram__item:hover img{opacity:.9;transform:scale(1.07)}@media (max-width:760px){.gw-instagram__grid{grid-template-columns:repeat(3,1fr)}}.gw-final-cta{align-items:center;display:flex;height:80vh;justify-content:center;min-height:520px;overflow:hidden;position:relative}.gw-final-cta__image{animation:gw-hero-zoom 14s var(--gw-ease) forwards;height:100%;inset:0;object-fit:cover;position:absolute;transform:scale(1.06);width:100%}.gw-final-cta__scrim{background:linear-gradient(180deg,#140e0a59,#140e0a8c);inset:0;position:absolute}.gw-final-cta__content{color:var(--gw-ivory);position:relative;text-align:center}.gw-final-cta__title{color:var(--gw-ivory);font-size:clamp(2.4rem,5.5vw,4.5rem);line-height:1.15}.gw-final-cta__sub{color:#faf6eed9;font-size:var(--gw-size-lead);font-weight:300;margin-top:1.6rem}.gw-final-cta__cta{display:inline-flex;margin-top:2.4rem}.gw-contact{background:var(--gw-espresso);color:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-contact__grid{grid-gap:clamp(2.5rem,6vw,5rem);align-items:start;display:grid;gap:clamp(2.5rem,6vw,5rem);grid-template-columns:.85fr 1.15fr}.gw-contact__intro-body{color:#faf6eebf;margin-top:1.4rem;max-width:38ch}.gw-contact__detail{color:#faf6eee6;display:flex;flex-direction:column;font-size:.92rem;gap:.5rem;margin-top:2.5rem}.gw-contact-form{display:flex;flex-direction:column;gap:1.3rem}.gw-contact-form__row{grid-gap:1.3rem;display:grid;gap:1.3rem;grid-template-columns:1fr 1fr}.gw-contact-form label{color:#faf6eebf;display:flex;flex-direction:column;font-size:.8rem;gap:.5rem;letter-spacing:.03em}.gw-contact-form input,.gw-contact-form select,.gw-contact-form textarea{background:#0000;border:none;border-bottom:1px solid #faf6ee4d;color:var(--gw-ivory);font-family:var(--gw-font-body);font-size:.95rem;padding:.6rem .1rem;transition:border-color .3s var(--gw-ease)}.gw-contact-form select option{color:var(--gw-espresso)}.gw-contact-form input:focus,.gw-contact-form select:focus,.gw-contact-form textarea:focus{border-color:var(--gw-gold);outline:none}.gw-contact-form__full{width:100%}.gw-contact-form__submit{align-self:flex-start;margin-top:.5rem}.gw-contact-form--done{padding:3rem 0}.gw-contact-form--done h3{color:var(--gw-ivory);font-size:1.8rem}.gw-contact-form--done p{color:#faf6eebf;margin-top:.8rem}@media (max-width:860px){.gw-contact__grid{grid-template-columns:1fr}}@media (max-width:520px){.gw-contact-form__row{grid-template-columns:1fr}}.gw-about__hero{align-items:center;display:flex;height:56vh;min-height:380px;overflow:hidden;position:relative}.gw-about__hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gw-about__hero-scrim{background:linear-gradient(180deg,#140e0a40,#140e0a99);inset:0;position:absolute}.gw-about__hero-content{color:var(--gw-ivory);max-width:760px;padding-bottom:3.5rem;position:relative}.gw-about__hero-title{color:var(--gw-ivory);font-size:var(--gw-size-h1);margin-top:.6rem}.gw-about__story{background:var(--gw-ivory);padding:var(--gw-section-space) 0}.gw-about__story-grid{grid-gap:clamp(2.5rem,6vw,5rem);align-items:center;display:grid;gap:clamp(2.5rem,6vw,5rem);grid-template-columns:.85fr 1.15fr}.gw-about__story-image{aspect-ratio:4/5;object-fit:cover;width:100%}.gw-about__story-title{font-size:var(--gw-size-h1);margin-top:.5rem}.gw-about__story-body{color:var(--gw-espresso-soft);margin-top:1.2rem;max-width:46ch}.gw-about__values{background:var(--gw-cream);padding:var(--gw-section-space) 0}.gw-about__values-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.gw-about__value{padding:0 1rem;text-align:center}.gw-about__value h3{font-size:1.35rem}.gw-about__value p{color:var(--gw-espresso-soft);font-size:.92rem;margin-top:.8rem}@media (max-width:900px){.gw-about__story-grid,.gw-about__values-grid{grid-template-columns:1fr}}.gw-pricing{background:var(--gw-cream);padding:var(--gw-section-space) 0}.gw-pricing__grid{grid-gap:clamp(1.6rem,3vw,2.4rem);align-items:start;display:grid;gap:clamp(1.6rem,3vw,2.4rem);grid-template-columns:repeat(3,1fr)}.gw-pricing__card{background:var(--gw-espresso);color:var(--gw-ivory);display:flex;flex-direction:column;padding:clamp(2rem,3vw,2.6rem) clamp(1.6rem,2.4vw,2.2rem)}.gw-pricing__card--featured{background:var(--gw-espresso);border:1px solid var(--gw-gold);transform:translateY(-14px)}.gw-pricing__card .gw-eyebrow{color:var(--gw-gold-light)}.gw-pricing__image-wrap{aspect-ratio:4/3;margin-bottom:1.4rem;overflow:hidden}.gw-pricing__image-wrap img{height:100%;object-fit:cover;width:100%}.gw-pricing__tier{color:var(--gw-ivory);font-size:1.5rem;margin-top:.3rem}.gw-pricing__desc{color:#faf6eeb8;font-size:.9rem;margin-top:.9rem}.gw-pricing__price-block{border-top:1px solid #faf6ee26;display:flex;flex-direction:column;margin-top:1.6rem;padding-top:1.4rem}.gw-pricing__price-label{color:#faf6ee99;font-size:.75rem;letter-spacing:.05em}.gw-pricing__price{color:var(--gw-gold-light);font-family:var(--gw-font-display);font-size:2.1rem;margin-top:.2rem}.gw-pricing__includes{display:flex;flex-direction:column;flex-grow:1;gap:.55rem;margin-top:1.4rem}.gw-pricing__includes li{color:#faf6eed1;font-size:.85rem;padding-left:1rem;position:relative}.gw-pricing__includes li:before{background:var(--gw-gold);content:"";height:1px;left:0;position:absolute;top:.55em;width:5px}.gw-pricing__cta{align-self:flex-start;margin-top:2rem}@media (max-width:900px){.gw-pricing__grid{grid-template-columns:1fr}.gw-pricing__card--featured{transform:none}}.gw-services-page__hero{align-items:center;display:flex;height:56vh;min-height:380px;overflow:hidden;position:relative}.gw-services-page__hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gw-services-page__hero-scrim{background:linear-gradient(180deg,#140e0a4d,#140e0ab3);inset:0;position:absolute}.gw-services-page__hero-content{padding-bottom:clamp(2.5rem,6vw,3.5rem);position:relative}.gw-services-page__title{color:var(--gw-ivory);font-size:var(--gw-size-h1);margin-top:.5rem}.gw-services-page__lead{color:#faf6eed9;font-size:var(--gw-size-lead);max-width:52ch}.gw-collections-page__hero{align-items:center;display:flex;height:56vh;min-height:380px;overflow:hidden;position:relative}.gw-collections-page__hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gw-collections-page__hero-scrim{background:linear-gradient(180deg,#140e0a4d,#140e0ab3);inset:0;position:absolute}.gw-collections-page__hero-content{padding-bottom:clamp(2.5rem,6vw,3.5rem);position:relative}.gw-collections-page__title{color:var(--gw-ivory);font-size:var(--gw-size-h1);margin-top:.5rem}.gw-collections-page__lead{color:#faf6eed9;font-size:var(--gw-size-lead);max-width:56ch}.gw-portfolio-page__hero{align-items:center;display:flex;height:56vh;min-height:380px;overflow:hidden;position:relative}.gw-portfolio-page__hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gw-portfolio-page__hero-scrim{background:linear-gradient(180deg,#140e0a4d,#140e0ab3);inset:0;position:absolute}.gw-portfolio-page__hero-content{padding-bottom:clamp(2.5rem,6vw,3.5rem);position:relative}.gw-portfolio-page__title{color:var(--gw-ivory);font-size:var(--gw-size-h1);margin-top:.5rem;max-width:18ch}.gw-portfolio-page__lead{color:#faf6eed9;font-size:var(--gw-size-lead);max-width:52ch}.gw-portfolio-page__intro{background:var(--gw-ivory);padding:clamp(3rem,7vw,4.5rem) 0 clamp(1.5rem,4vw,2rem)}.gw-portfolio-page__intro-inner{max-width:62ch}.gw-portfolio-page__intro-title{color:var(--gw-espresso);font-size:clamp(1.7rem,3vw,2.3rem);margin-top:.5rem}.gw-portfolio-page__intro-body{color:var(--gw-espresso-soft);font-size:var(--gw-size-lead);line-height:1.7;margin-top:.9rem}.gw-portfolio-page__grid-wrap{background:var(--gw-ivory);padding:clamp(1rem,3vw,1.5rem) 0 var(--gw-section-space)}.gw-portfolio-page__grid{grid-gap:clamp(1.6rem,3vw,2.8rem);display:grid;gap:clamp(1.6rem,3vw,2.8rem);grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.gw-portfolio-page__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.gw-portfolio-page__grid{grid-template-columns:1fr}}.gw-wedding-story__hero{align-items:center;display:flex;height:72vh;min-height:480px;overflow:hidden;position:relative}.gw-wedding-story__hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gw-wedding-story__hero-scrim{background:linear-gradient(180deg,#140e0a33,#140e0ab3);inset:0;position:absolute}.gw-wedding-story__hero-content{color:var(--gw-ivory);padding-bottom:3rem;position:relative}.gw-wedding-story__back{color:#faf6eed9;display:inline-block;font-size:.82rem;margin-bottom:1.6rem}.gw-wedding-story__title{color:var(--gw-ivory);font-size:var(--gw-size-h1);margin-top:.4rem}.gw-wedding-story__body{background:var(--gw-ivory);padding:var(--gw-section-space) 0 2rem}.gw-wedding-story__body-grid{max-width:760px}.gw-wedding-story__lead{color:var(--gw-espresso);font-family:var(--gw-font-display);font-size:1.5rem;font-style:italic}.gw-wedding-story__full{color:var(--gw-espresso-soft);line-height:1.8;margin-top:1.6rem}.gw-wedding-story__gallery{background:var(--gw-ivory);padding:2rem 0 var(--gw-section-space)}.gw-wedding-story__gallery-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr)}.gw-wedding-story__gallery-item img{aspect-ratio:4/5;object-fit:cover;width:100%}.gw-wedding-story__next{height:40vh;min-height:320px;position:relative}.gw-wedding-story__next-link{display:block;height:100%;position:relative}.gw-wedding-story__next-image{height:100%;inset:0;object-fit:cover;position:absolute;transition:transform 1s var(--gw-ease);width:100%}.gw-wedding-story__next-link:hover .gw-wedding-story__next-image{transform:scale(1.05)}.gw-wedding-story__next-scrim{background:#140e0a73;inset:0;position:absolute}.gw-wedding-story__next-content{align-items:center;color:var(--gw-ivory);display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}.gw-wedding-story__next-content h2{color:var(--gw-ivory);font-size:var(--gw-size-h2);margin-top:.5rem}@media (max-width:760px){.gw-wedding-story__gallery-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.gw-wedding-story__gallery-grid{grid-template-columns:1fr}}.gw-contact-page__hero{align-items:center;display:flex;height:56vh;min-height:380px;overflow:hidden;position:relative}.gw-contact-page__hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gw-contact-page__hero-scrim{background:linear-gradient(180deg,#140e0a4d,#140e0ab3);inset:0;position:absolute}.gw-contact-page__hero-content{padding-bottom:clamp(2.5rem,6vw,3.5rem);position:relative}.gw-contact-page__title{color:var(--gw-ivory);font-size:var(--gw-size-h1);margin-top:.5rem}.gw-contact-page__lead{color:#faf6eed9;font-size:var(--gw-size-lead);max-width:52ch}.gw-map-section{background:#0000;width:100%}.gw-map-section__frame{border:0;display:block;height:480px;width:100%}@media (max-width:860px){.gw-map-section__frame{height:380px}}@media (max-width:560px){.gw-map-section__frame{height:300px}}:root{--gw-ivory:#faf6ee;--gw-cream:#f2ead8;--gw-white:#fffdf9;--gw-gold:#b8925a;--gw-gold-deep:#9c7940;--gw-gold-light:#d9c4a0;--gw-espresso:#2a211c;--gw-espresso-soft:#5a4e45;--gw-line:#b8925a59;--gw-font-display:"Cormorant Garamond","Times New Roman",serif;--gw-font-body:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--gw-size-hero:clamp(2.75rem,6vw,6rem);--gw-size-h1:clamp(2.25rem,4.2vw,3.75rem);--gw-size-h2:clamp(1.9rem,3.2vw,2.75rem);--gw-size-h3:clamp(1.4rem,2vw,1.85rem);--gw-size-lead:clamp(1.05rem,1.4vw,1.25rem);--gw-size-body:1rem;--gw-size-small:0.85rem;--gw-max-width:1360px;--gw-gutter:clamp(1.5rem,5vw,5rem);--gw-section-space:clamp(4rem,9vw,8.5rem);--gw-ease:cubic-bezier(0.22,1,0.36,1);--gw-duration:0.9s}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}body{-webkit-font-smoothing:antialiased;background:var(--gw-ivory);font-family:var(--gw-font-body);font-size:var(--gw-size-body);font-weight:400;line-height:1.6;overflow-x:hidden}body,h1,h2,h3,h4{color:var(--gw-espresso);margin:0}h1,h2,h3,h4{font-family:var(--gw-font-display);font-weight:500;line-height:1.12}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--gw-font-body)}img{display:block;max-width:100%}ul{list-style:none;margin:0;padding:0}.gw-container{margin:0 auto;max-width:var(--gw-max-width);padding:0 var(--gw-gutter)}.gw-eyebrow{color:var(--gw-gold-deep);font-family:var(--gw-font-body);font-size:.78rem;font-weight:500;letter-spacing:.14em}.gw-divider{background:var(--gw-gold);border:none;height:1px;margin:1.5rem 0;width:64px}.gw-divider--center{margin-left:auto;margin-right:auto}.gw-btn{align-items:center;background:#0000;border:1px solid var(--gw-espresso);color:var(--gw-espresso);display:inline-flex;font-family:var(--gw-font-body);font-size:.92rem;gap:.6rem;letter-spacing:.03em;padding:.95rem 2.1rem;transition:background var(--gw-ease) .4s,color var(--gw-ease) .4s,border-color var(--gw-ease) .4s}.gw-btn:hover{background:var(--gw-espresso);color:var(--gw-ivory)}.gw-btn--light{border-color:var(--gw-ivory);color:var(--gw-ivory)}.gw-btn--light:hover{background:var(--gw-ivory);color:var(--gw-espresso)}.gw-btn--gold{background:#b8925a1f;border-color:var(--gw-gold);color:var(--gw-ivory)}.gw-btn--gold:hover{background:var(--gw-gold);color:var(--gw-white)}.gw-reveal{opacity:0;transform:translateY(36px);transition:opacity 1.1s var(--gw-ease),transform 1.1s var(--gw-ease);will-change:opacity,transform}.gw-reveal.gw-reveal--visible{opacity:1;transform:translateY(0)}::selection{background:var(--gw-gold-light);color:var(--gw-espresso)}:focus-visible{outline:1.5px solid var(--gw-gold-deep);outline-offset:3px}.gw-reveal--left{transform:translateX(-48px)}.gw-reveal--left.gw-reveal--visible{transform:translateX(0)}.gw-reveal--right{transform:translateX(48px)}.gw-reveal--right.gw-reveal--visible{transform:translateX(0)}.gw-reveal--scale{transform:scale(.94)}.gw-reveal--scale.gw-reveal--visible{transform:scale(1)}.gw-reveal--clip{clip-path:inset(0 0 100% 0);transform:none;transition:clip-path 1.1s var(--gw-ease),opacity .6s var(--gw-ease)}.gw-reveal--clip.gw-reveal--visible{clip-path:inset(0 0 0 0)}.gw-word-reveal{display:inline-block;overflow:hidden;vertical-align:top}.gw-word-reveal__inner{display:inline-block;transform:translateY(110%);transition:transform .9s var(--gw-ease)}.gw-word-reveal--visible .gw-word-reveal__inner{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.gw-word-reveal__inner{transform:none;transition:none}}.gw-text-italic-serif{font-family:var(--gw-font-display);font-style:italic;font-weight:400}.gw-text-eyebrow-light{color:var(--gw-gold-light);font-family:var(--gw-font-body);font-size:.78rem;letter-spacing:.14em}.gw-text-muted{color:var(--gw-espresso-soft)}@media (max-width:360px){:root{--gw-size-hero:2.3rem;--gw-size-h1:2rem;--gw-size-h2:1.65rem}}h1,h2,h3,p{overflow-wrap:break-word}body,html{max-width:100%;overflow-x:hidden}@media (max-width:560px){.gw-collections__grid{grid-auto-rows:260px;grid-template-columns:1fr}}@media (max-width:480px){.gw-instagram__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px) and (max-height:480px){.gw-hero{height:auto;min-height:100vh;padding:6rem 0 3rem}.gw-final-cta{height:auto;min-height:70vh;padding:4rem 0}}@media (max-width:560px){:root{--gw-section-space:clamp(3rem,12vw,5rem)}.gw-wedding-story__hero{min-height:380px}}@media (max-width:960px){.gw-pricing__card--featured{transform:none}}@media (max-width:480px){.gw-btn{justify-content:center;padding:.9rem 1.5rem;text-align:center;width:100%}.gw-final-cta__cta,.gw-hero__ctas .gw-btn{width:auto}}
/*# sourceMappingURL=main.2974f895.css.map*/