@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700&display=swap";:root{--color-cream: #fdf8f2;--color-ivory: #f5ede0;--color-blush: #e8b4a0;--color-rose: #c97b5c;--color-sage: #7a9e7e;--color-sage-light: #a8c5ab;--color-sage-dark: #4a6b4d;--color-gold: #c9a84c;--color-gold-light: #e8d49e;--color-charcoal: #2d2d2d;--color-warm-gray: #8a8a8a;--color-warm-white: #fffcf8;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition: all .4s ease;--container-width-lg: 78%;--container-width-md: 88%;--container-width-sm: 94%;--shadow-soft: 0 4px 24px rgba(0, 0, 0, .08);--shadow-medium: 0 8px 40px rgba(0, 0, 0, .12);--shadow-warm: 0 8px 32px rgba(201, 168, 76, .18)}html{scroll-behavior:smooth}*,:before,:after{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--color-cream);color:var(--color-charcoal);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.App{background-color:var(--color-cream);min-height:100vh}nav{background-color:#fdf8f2d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);width:max-content;height:auto;display:flex;padding:.6rem 1.4rem;z-index:100;position:fixed;left:50%;bottom:1.75rem;transform:translate(-50%);gap:.4rem;border-radius:3rem;border:1px solid rgba(201,168,76,.25);box-shadow:0 8px 32px #0000001f,0 2px 8px #c9a84c26;cursor:grab}nav:active{cursor:grabbing}nav a{background-color:transparent;padding:.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.1rem;color:#7a9e7e;transition:all .35s ease;text-decoration:none}nav a:hover{background-color:#7a9e7e1f;color:#4a6b4d;transform:translateY(-2px)}nav a.active{background-color:#4a6b4d;color:#fffcf8;box-shadow:0 4px 12px #4a6b4d59}.hero-section{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:#2d2d2d}@media screen and (max-width: 768px){.hero-section{height:100svh}}.carousel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.carousel .carousel-inner{display:flex;height:100%;white-space:nowrap;transition:ease 1.2s}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#00000040 40%,#0000008c);z-index:2;pointer-events:none}.hero-content{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:3.5rem 5rem 5rem;pointer-events:none}@media screen and (max-width: 1024px){.hero-content{padding:3rem 4rem 4.5rem}}@media screen and (max-width: 768px){.hero-content{padding:2rem 2rem 6rem;text-align:center}}.hero-content .hero-eyebrow{display:inline-block;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#e8d49e;margin-bottom:1rem;opacity:.95}@media screen and (max-width: 768px){.hero-content .hero-eyebrow{font-size:.65rem}}.hero-content .hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;color:#fffcf8;line-height:1.1;letter-spacing:-.01em;margin-bottom:1.25rem}.hero-content .hero-title .hero-title-italic{font-style:italic;color:#e8d49e;display:block}@media screen and (max-width: 768px){.hero-content .hero-title{font-size:clamp(2rem,10vw,3rem);margin-bottom:1rem}}.hero-content .hero-subtitle{font-family:Lato,sans-serif;font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:300;color:#fffcf8d1;letter-spacing:.04em;max-width:540px}@media screen and (max-width: 768px){.hero-content .hero-subtitle{max-width:100%;font-size:.9rem;margin:0 auto}}.carousel-item{display:inline-block;flex-shrink:0;width:100%;height:100%;overflow:hidden}.carousel-item .image-banner{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 8s ease}.carousel-item:hover .image-banner{transform:scale(1.03)}.carousel-control{background-color:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;position:absolute;height:48px;width:48px;border-radius:50%;color:#ffffffe6;cursor:pointer;z-index:4;top:50%;transform:translateY(-50%);transition:all .3s ease}.carousel-control:hover{background-color:#ffffff40;border-color:#ffffff80;color:#fff}.carousel-control.left{left:1.5rem}.carousel-control.right{right:1.5rem}@media screen and (max-width: 768px){.carousel-control{height:40px;width:40px;top:44%}.carousel-control.left{left:.75rem}.carousel-control.right{right:.75rem}}.carousel-indicators{position:absolute;z-index:4;bottom:2rem;right:5rem;display:flex;gap:.5rem;align-items:center}@media screen and (max-width: 768px){.carousel-indicators{right:50%;transform:translate(50%);bottom:3.5rem}}.carousel-indicators .carousel-indicator-item{width:8px;height:8px;border:1.5px solid rgba(255,255,255,.6);background:transparent;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicators .carousel-indicator-item.active{background:#e8d49e;border-color:#e8d49e;width:24px;border-radius:4px}.carousel-indicators .carousel-indicator-item:hover:not(.active){background:#ffffff80}.article-section{background-color:#fdf8f2;padding:6rem 0}@media screen and (max-width: 768px){.article-section{padding:4rem 0}}.article-section.alt-bg{background-color:#f5ede0}.article-section .article-inner{max-width:1100px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.article-section .article-inner.reverse{direction:rtl}.article-section .article-inner.reverse>*{direction:ltr}@media screen and (max-width: 900px){.article-section .article-inner{grid-template-columns:1fr;gap:2.5rem;padding:0 2rem}.article-section .article-inner.reverse{direction:ltr}}@media screen and (max-width: 600px){.article-section .article-inner{padding:0 1.5rem;gap:2rem}}.article-section .article-image-wrap{position:relative;border-radius:2rem;overflow:hidden;aspect-ratio:4/5;box-shadow:0 12px 48px #0000001f}.article-section .article-image-wrap:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border:2px solid rgba(201,168,76,.3);border-radius:2.5rem;z-index:1;pointer-events:none;transition:all .4s ease}.article-section .article-image-wrap:hover:before{top:-14px;right:-14px;bottom:-14px;left:-14px;border-color:#c9a84c8c}.article-section .article-image-wrap .article-img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s ease,filter .5s ease;filter:saturate(.9)}.article-section .article-image-wrap:hover .article-img{transform:scale(1.04);filter:saturate(1.1)}@media screen and (max-width: 900px){.article-section .article-image-wrap{aspect-ratio:4/3;max-height:320px}}.article-section .article-content{display:flex;flex-direction:column;gap:1.5rem}.article-section .article-content .article-tag{display:inline-flex;align-items:center;gap:.5rem;font-family:Lato,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#c9a84c;padding:.35rem 1rem;background-color:#c9a84c1a;border-radius:2rem;width:fit-content}.article-section .article-content .article-heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;color:#2d2d2d;line-height:1.25}.article-section .article-content .article-divider{width:48px;height:3px;background:linear-gradient(90deg,#c9a84c,#e8d49e);border-radius:2px}.article-section .article-content .article-body{font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:1.85;color:#5a5a5a;text-align:left}.article-section .article-content .article-body strong{color:#2d2d2d;font-weight:700}.article-section .article-content .article-quote{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:1.1rem;color:#7a9e7e;border-left:3px solid #a8c5ab;padding-left:1.25rem;line-height:1.7}.article-section .article-content .article-stats{display:flex;gap:2rem;margin-top:.5rem}@media screen and (max-width: 480px){.article-section .article-content .article-stats{gap:1.5rem}}.article-section .article-content .article-stats .stat{display:flex;flex-direction:column;gap:.2rem}.article-section .article-content .article-stats .stat .stat-value{font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700;color:#c9a84c;line-height:1}.article-section .article-content .article-stats .stat .stat-label{font-family:Lato,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8a8a8a}.gallery-section{background-color:#fdf8f2;padding:5rem 0 4rem}.gallery-section .gallery-header{text-align:center;margin-bottom:2.5rem;padding:0 2rem}.gallery-section .gallery-header .gallery-eyebrow{font-family:Lato,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#c9a84c;display:block;margin-bottom:.75rem}.gallery-section .gallery-header .gallery-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#2d2d2d}.gallery-section .horizontal{display:flex;padding:.5rem 2rem 1.5rem;max-width:100vw;overflow-x:auto;scroll-behavior:smooth;gap:1.25rem;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.gallery-section .horizontal::-webkit-scrollbar{display:none}.gallery-section .horizontal:active{cursor:grabbing}.gallery-section .horizontal .image-wrapper{flex-shrink:0;height:280px;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .35s ease,box-shadow .35s ease;position:relative}.gallery-section .horizontal .image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.22) 100%);border-radius:inherit;opacity:0;transition:opacity .35s ease}.gallery-section .horizontal .image-wrapper:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 36px #0000002e}.gallery-section .horizontal .image-wrapper:hover:after{opacity:1}.gallery-section .horizontal .image-wrapper .image{display:block;height:100%;width:auto;border-radius:inherit;transition:filter .35s ease}.gallery-section .horizontal:hover .image-wrapper:not(:hover) .image{filter:saturate(.55) brightness(.9)}.paralax{position:relative;overflow:hidden}.paralax .paralax-img{background-image:url(/assets/paralax-1-DMdKCCYp.JPG);height:75vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;transition:filter 3s ease}@media screen and (max-width: 768px){.paralax .paralax-img{background-attachment:scroll;background-size:cover;height:60vh}}.paralax .gray{filter:grayscale(100%)}.paralax .paralax-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000061,#0000002e,#0000006b);z-index:1;pointer-events:none}.paralax .paralax-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;text-align:center;padding:2rem}.paralax .paralax-content .paralax-label{font-family:Lato,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#e8d49e;opacity:.9}.paralax .paralax-content .paralax-name{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,4.5rem);font-weight:700;color:#fffcf8;letter-spacing:.06em;line-height:1.15;text-shadow:0 4px 24px rgba(0,0,0,.35)}@media screen and (max-width: 480px){.paralax .paralax-content .paralax-name{font-size:clamp(1.6rem,8vw,2.5rem);letter-spacing:.03em}}.paralax .paralax-content .paralax-tagline{font-family:Lato,sans-serif;font-style:italic;font-size:clamp(.85rem,1.5vw,1.1rem);font-weight:300;color:#fffcf8c7;letter-spacing:.06em}.paralax .paralax-content .paralax-ornament{width:60px;height:1px;background:linear-gradient(90deg,transparent,#e8d49e,transparent);margin:0 auto}.newsletter-section{background:linear-gradient(135deg,#4a6b4d,#7a9e7e);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:160px;height:160px;border-radius:50%;background:#ffffff0a;pointer-events:none}.newsletter-section:after{content:"";position:absolute;bottom:-80px;right:-40px;width:260px;height:260px;border-radius:50%;background:#ffffff0a;pointer-events:none}.newsletter-section .newsletter-inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.newsletter-section .newsletter-inner .newsletter-eyebrow{display:block;font-family:Lato,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#e8d49e;margin-bottom:1.25rem}.newsletter-section .newsletter-inner .newsletter-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fffcf8;margin-bottom:.75rem;line-height:1.25}.newsletter-section .newsletter-inner .newsletter-subtitle{font-family:Lato,sans-serif;font-size:.95rem;font-weight:300;color:#fffcf8bf;margin-bottom:2.5rem;line-height:1.7}.newsletter-section .newsletter-inner .newsletter-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto}.newsletter-section .newsletter-inner .newsletter-form input[type=email]{flex:1;padding:.9rem 1.25rem;background-color:#ffffff26;border:1.5px solid rgba(255,255,255,.3);border-radius:3rem;color:#fffcf8;font-family:Lato,sans-serif;font-size:.95rem;outline:none;transition:all .3s ease}.newsletter-section .newsletter-inner .newsletter-form input[type=email]::placeholder{color:#fffcf88c}.newsletter-section .newsletter-inner .newsletter-form input[type=email]:focus{background-color:#ffffff38;border-color:#e8d49eb3}.newsletter-section .newsletter-inner .newsletter-form .btn-submit{flex-shrink:0;padding:.9rem 1.75rem;background-color:#c9a84c;border:none;border-radius:3rem;color:#2d2d2d;font-family:Lato,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-section .newsletter-inner .newsletter-form .btn-submit:hover{background-color:#e8d49e;transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c73}.newsletter-section .newsletter-inner .newsletter-form .btn-submit:active{transform:translateY(0)}@media screen and (max-width: 480px){.newsletter-section .newsletter-inner .newsletter-form{flex-direction:column}.newsletter-section .newsletter-inner .newsletter-form input[type=email],.newsletter-section .newsletter-inner .newsletter-form .btn-submit{width:100%}}.footer{background-color:#2d2d2d;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media screen and (max-width: 600px){.footer{flex-direction:column;text-align:center;padding:2rem 1.5rem}}.footer .footer-brand{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:600;color:#e8d49e;letter-spacing:.06em}.footer .footer-copy{font-family:Lato,sans-serif;font-size:.82rem;color:#fffcf873;letter-spacing:.02em}.footer .footer-copy a{color:#fffcf8a6;text-decoration:none;position:relative;transition:color .3s ease}.footer .footer-copy a:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#c9a84c;transform:scaleX(0);transform-origin:right;transition:transform .35s ease}.footer .footer-copy a:hover{color:#e8d49e}.footer .footer-copy a:hover:after{transform:scaleX(1);transform-origin:left}.footer .footer-heart{font-size:1.1rem;color:#c97b5c;animation:heartbeat 1.8s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.18)}28%{transform:scale(1)}42%{transform:scale(1.12)}56%{transform:scale(1)}}body{margin:0;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fdf8f2}
