.header{position:-webkit-sticky;position:sticky;top:0;transition:box-shadow .3s;z-index:1000}.header.scrolled .navbar{box-shadow:0 4px 24px #0a3d2e2e}.header-topbar{background:var(--deep);font-size:.78rem;overflow:hidden;padding:.45rem 0}.topbar-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.topbar-keywords{color:var(--gold-lt);display:flex;flex-wrap:wrap;font-weight:500;gap:1.2rem;letter-spacing:.04em}.topbar-contact{color:#ffffffa6;display:flex;gap:1.5rem}.navbar{background:var(--white);border-bottom:1px solid var(--border);padding:.85rem 0;transition:box-shadow .3s}.nav-inner{gap:2rem}.logo,.nav-inner{align-items:center;display:flex}.logo{flex-shrink:0;gap:.65rem;text-decoration:none}.logo-icon{align-items:center;background:linear-gradient(135deg,var(--forest),var(--gold));border-radius:10px;color:var(--white);display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-main{color:var(--forest);font-family:var(--font-display);font-size:1.35rem;font-weight:900}.logo-sub{color:var(--gold);font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.nav-links{display:flex;gap:.25rem;list-style:none;margin-left:auto}.nav-link{border-radius:8px;color:var(--text);font-family:var(--font-body);font-size:.9rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .2s}.nav-link:after{background:var(--gold);border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .25s ease;width:20px}.nav-link.active,.nav-link:hover{background:#0a3d2e0f;color:var(--forest)}.nav-link.active:after,.nav-link:hover:after{transform:translateX(-50%) scaleX(1)}.nav-cta{background:linear-gradient(135deg,var(--forest),#1a6b4a);border-radius:50px;color:var(--white)!important;flex-shrink:0;font-family:var(--font-body);font-size:.88rem;font-weight:600;padding:.6rem 1.4rem;transition:all .2s;white-space:nowrap}.nav-cta:hover{box-shadow:0 6px 20px #0a3d2e4d;transform:translateY(-2px)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;margin-left:auto;padding:6px}.hamburger span{background:var(--forest);border-radius:2px;display:block;height:2px;transform-origin:center;transition:all .3s;width:24px}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{background:var(--white);border-top:1px solid var(--border);display:none;flex-direction:column;gap:.25rem;max-height:0;overflow:hidden;padding:1rem 1.5rem 1.5rem;transition:max-height .35s ease,padding .35s ease}.mobile-menu.open{max-height:400px}.mobile-link{border-radius:8px;color:var(--text);font-family:var(--font-body);font-size:1rem;font-weight:500;padding:.7rem 1rem;transition:background .2s}.mobile-link.active,.mobile-link:hover{background:#0a3d2e0f;color:var(--forest)}.mobile-cta{background:linear-gradient(135deg,var(--forest),#1a6b4a);border-radius:50px;color:var(--white)!important;font-weight:600;margin-top:.5rem;padding:.75rem;text-align:center}@media (max-width:900px){.nav-cta,.nav-links,.topbar-keywords{display:none}.hamburger,.mobile-menu{display:flex}.topbar-contact{margin:0 auto}}@media (max-width:480px){.topbar-contact{font-size:.72rem;gap:.75rem}}.footer{background:var(--deep);color:var(--white);margin-top:auto}.footer-keywords{background:var(--forest);overflow:hidden;padding:.65rem 0}.keywords-scroll{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding:0 1.5rem}.kw-tag{background:#c9922a26;border:1px solid #c9922a33;border-radius:50px;color:var(--gold-lt);font-size:.72rem;font-weight:600;letter-spacing:.12em;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.footer-main{padding:4rem 0 3rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.6fr 1fr 1fr 1.2fr}.footer-logo{gap:.65rem;margin-bottom:1rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{background:linear-gradient(135deg,var(--gold),var(--gold-lt));border-radius:9px;color:var(--deep);flex-shrink:0;font-size:1.1rem;font-weight:700;height:38px;justify-content:center;width:38px}.footer-logo div{display:flex;flex-direction:column}.footer-logo-main{color:var(--white);font-family:var(--font-display);font-size:1.3rem;font-weight:900;line-height:1}.footer-logo-sub{color:var(--gold-lt);font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.footer-tagline{color:#fff9;font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.footer-socials{display:flex;gap:.6rem}.footer-socials a{align-items:center;border:1px solid #ffffff26;border-radius:8px;color:#fff9;display:flex;font-size:.78rem;font-weight:700;height:36px;justify-content:center;text-transform:uppercase;transition:all .2s;width:36px}.footer-socials a:hover{background:var(--gold);border-color:var(--gold);color:var(--deep);transform:translateY(-2px)}.footer-col h4{color:var(--white);font-family:var(--font-display);font-size:1.05rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.6rem;position:relative}.footer-col h4:after{background:var(--gold);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.footer-col ul{display:flex;flex-direction:column;gap:.6rem;list-style:none}.footer-col ul li,.footer-col ul li a{color:#fff9;font-size:.88rem;line-height:1.5;transition:color .2s}.footer-col ul li a:hover{color:var(--gold-lt)}.footer-contact-list li{align-items:flex-start;display:flex;gap:.4rem}.footer-bottom{border-top:1px solid #ffffff14;padding:1.25rem 0}.footer-bottom-inner{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.footer-bottom p{color:#fff6;font-size:.82rem}@media (max-width:960px){.footer-grid{gap:2.5rem;grid-template-columns:1fr 1fr}}@media (max-width:580px){.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}}.hero{align-items:center;background:url(https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?w=1400&q=80) 50%/cover no-repeat;display:flex;min-height:92vh;position:relative}.hero-overlay{background:linear-gradient(135deg,#072a1fe0,#0a3d2ea6 60%,#0006);inset:0;position:absolute}.hero-content{margin-left:calc(50vw - 600px);max-width:760px;padding:0 2rem 0 max(2rem,calc(50vw - 600px));position:relative}.hero-title{color:var(--white);font-family:var(--font-display);font-size:clamp(2.8rem,6vw,4.8rem);font-weight:900;line-height:1.1;margin:.5rem 0 1.2rem}.hero-title span{color:var(--gold-lt);font-style:italic}.hero-subtitle{color:#fffc;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2.5rem;max-width:560px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.stats-strip{background:var(--forest);padding:2.5rem 0}.stats-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,1fr)}.stat-item{align-items:center;border-right:1px solid #ffffff1f;display:flex;flex-direction:column;padding:1rem;text-align:center}.stat-item:last-child{border-right:none}.stat-num{color:var(--gold-lt);font-family:var(--font-display);font-size:2.4rem;font-weight:900;line-height:1}.stat-label{color:#ffffffb3;font-size:.82rem;letter-spacing:.04em;margin-top:.35rem;text-transform:uppercase}.destinations-section{padding:6rem 0}.section-header{margin-bottom:3rem}.section-desc{color:var(--muted);font-size:1rem;max-width:520px}.destinations-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,1fr)}.dest-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s}.dest-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.dest-img-wrap{height:220px;overflow:hidden;position:relative}.dest-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.dest-card:hover .dest-img{transform:scale(1.06)}.dest-tag{background:linear-gradient(135deg,var(--gold),var(--gold-lt));border-radius:50px;color:var(--deep);font-size:.72rem;font-weight:700;left:12px;letter-spacing:.1em;padding:.3rem .75rem;position:absolute;text-transform:uppercase;top:12px}.dest-info{padding:1.25rem 1.5rem 1.5rem}.dest-info h3{color:var(--forest);font-family:var(--font-display);font-size:1.2rem;margin-bottom:.5rem}.dest-info p{color:var(--muted);font-size:.88rem;line-height:1.6;margin-bottom:1rem}.dest-link{color:var(--gold);font-size:.88rem;font-weight:600;transition:gap .2s}.dest-link:hover{color:var(--forest)}.services-section{background:var(--sand);padding:5rem 0 6rem}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.service-card{background:var(--white);border-bottom:3px solid #0000;border-radius:var(--radius);box-shadow:0 4px 16px #0a3d2e14;padding:2rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.service-card:hover{border-bottom-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-6px)}.service-icon{display:block;font-size:2.4rem;margin-bottom:1rem}.service-card h3{color:var(--forest);font-family:var(--font-display);font-size:1.1rem;margin-bottom:.6rem}.service-card p{color:var(--muted);font-size:.87rem;line-height:1.65}.cta-banner{background:linear-gradient(135deg,var(--deep) 0,var(--forest) 100%);padding:4rem 0}.cta-inner{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.cta-inner h2{color:var(--white);font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem)}.cta-inner p{color:#ffffffb3;margin-top:.4rem}.cta-buttons{display:flex;flex-shrink:0;flex-wrap:wrap;gap:1rem}@media (max-width:1200px){.hero-content{margin-left:0;padding:0 2rem}}@media (max-width:900px){.destinations-grid,.services-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}}@media (max-width:600px){.destinations-grid,.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:80vh}.cta-inner{flex-direction:column;text-align:center}.cta-buttons{justify-content:center}}.about-story{padding:6rem 0}.story-grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.story-images{position:relative}.story-img-main{border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.story-img-main img{height:420px;object-fit:cover;width:100%}.story-img-side{border-radius:var(--radius);bottom:-2.5rem;box-shadow:var(--shadow-lg);overflow:hidden;position:absolute;right:-2.5rem;width:220px}.story-img-side img{height:170px;object-fit:cover;width:100%}.story-badge{background:linear-gradient(135deg,var(--gold),var(--gold-lt));display:flex;flex-direction:column;padding:.75rem 1rem;text-align:center}.badge-num{color:var(--deep);font-family:var(--font-display);font-size:1.8rem;font-weight:900;line-height:1}.badge-text{color:var(--deep);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.story-text p{color:var(--muted);line-height:1.8}.values-section{background:var(--sand);padding:6rem 0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.value-card{background:var(--white);border-radius:var(--radius);box-shadow:0 4px 16px #0a3d2e12;padding:2rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.value-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.value-icon{display:block;font-size:2.2rem;margin-bottom:1rem}.value-card h3{color:var(--forest);font-family:var(--font-display);font-size:1.05rem;margin-bottom:.6rem}.value-card p{color:var(--muted);font-size:.87rem;line-height:1.65}.team-section{padding:6rem 0}.team-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(4,1fr)}.team-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;text-align:center;transition:transform .3s,box-shadow .3s}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.team-img-wrap{height:200px;overflow:hidden}.team-img-wrap img{height:100%;object-fit:cover;transition:transform .4s;width:100%}.team-card:hover .team-img-wrap img{transform:scale(1.05)}.team-info{padding:1.25rem}.team-info h3{color:var(--forest);font-family:var(--font-display);font-size:1.05rem}.team-info span{color:var(--gold);display:block;font-size:.78rem;font-weight:600;letter-spacing:.08em;margin:.25rem 0 .6rem;text-transform:uppercase}.team-info p{color:var(--muted);font-size:.85rem;line-height:1.55}.why-section{background:linear-gradient(135deg,var(--deep),var(--forest));padding:5rem 0}.why-inner{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.why-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.why-item{background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;color:#ffffffd9;font-size:.9rem;padding:1rem 1.25rem;transition:background .2s}.why-item:hover{background:#c9922a26;border-color:#c9922a4d}@media (max-width:1000px){.team-grid,.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.story-grid{gap:3rem;grid-template-columns:1fr}.story-img-side{margin-top:1rem;position:static;width:100%}.why-inner{gap:2.5rem}.why-inner,.why-list{grid-template-columns:1fr}}@media (max-width:580px){.team-grid,.values-grid{grid-template-columns:1fr}}.contact-info-section{background:var(--sand);padding:4rem 0}.contact-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.info-card{background:var(--white);border-radius:var(--radius);border-top:3px solid var(--gold);box-shadow:0 4px 16px #0a3d2e12;padding:2rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.info-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.info-icon{display:block;font-size:2rem;margin-bottom:.75rem}.info-card h3{color:var(--forest);font-family:var(--font-display);font-size:1.05rem;margin-bottom:.5rem}.info-card p{color:var(--muted);font-size:.88rem;line-height:1.6}.contact-form-section{padding:6rem 0}.form-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.6fr 1fr}.form-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{color:var(--text);font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{background:var(--cream);border:1.5px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--font-body);font-size:.92rem;outline:none;padding:.75rem 1rem;resize:vertical;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{background:var(--white);border-color:var(--forest);box-shadow:0 0 0 3px #0a3d2e14}.success-msg{padding:2.5rem 1rem;text-align:center}.success-msg span{display:block;font-size:3rem;margin-bottom:1rem}.success-msg h3{color:var(--forest);font-family:var(--font-display);font-size:1.5rem;margin-bottom:.5rem}.success-msg p{color:var(--muted);font-size:.95rem}.contact-side{gap:1.5rem}.contact-side,.map-placeholder{display:flex;flex-direction:column}.map-placeholder{align-items:center;background:linear-gradient(135deg,var(--forest),#1a6b4a);border-radius:var(--radius);gap:.4rem;height:260px;justify-content:center;overflow:hidden;padding:2rem;position:relative;text-align:center}.map-placeholder:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z' fill='%23c9922a' fill-opacity='.08'/%3E%3C/svg%3E");content:"";inset:0;position:absolute}.map-pin{animation:bounce 1.8s ease-in-out infinite;font-size:3rem;position:relative}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.map-placeholder p{color:var(--white);font-family:var(--font-display);font-size:1.1rem;font-weight:700;position:relative}.map-placeholder small{color:#ffffffa6;font-size:.85rem;position:relative}.social-links{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}.social-links h4{color:var(--forest);font-family:var(--font-display);font-size:1rem;margin-bottom:1rem}.social-row{display:flex;gap:.6rem}.social-btn{align-items:center;background:var(--sand);border:1.5px solid var(--border);border-radius:8px;color:var(--forest);display:flex;font-size:.9rem;font-weight:700;height:40px;justify-content:center;text-transform:uppercase;transition:all .2s;width:40px}.social-btn:hover{background:var(--forest);border-color:var(--forest);color:var(--white);transform:translateY(-2px)}.faq-section{background:var(--sand);padding:5rem 0 6rem}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin:0 auto;max-width:760px}.faq-item{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.faq-item.open{border-color:var(--forest);box-shadow:var(--shadow)}.faq-question{align-items:center;background:none;border:none;color:var(--text);cursor:pointer;display:flex;font-family:var(--font-body);font-size:.95rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.1rem 1.5rem;text-align:left;transition:background .2s;width:100%}.faq-question:hover{background:var(--cream)}.faq-arrow{color:var(--gold);flex-shrink:0;font-size:1.3rem;font-weight:400}.faq-answer{border-top:1px solid var(--border);color:var(--muted);font-size:.9rem;line-height:1.75;padding:1rem 1.5rem 1.25rem}@media (max-width:900px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}.form-layout{grid-template-columns:1fr}.contact-side{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}}@media (max-width:580px){.contact-info-grid,.contact-side,.form-row{grid-template-columns:1fr}.form-card{padding:1.75rem 1.25rem}}.gallery-section{padding:5rem 0 6rem}.gallery-filters{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:var(--white);border:2px solid var(--border);border-radius:50px;color:var(--text);cursor:pointer;font-family:var(--font-body);font-size:.88rem;font-weight:600;letter-spacing:.02em;padding:.55rem 1.4rem;transition:all .2s}.filter-btn:hover{border-color:var(--forest);color:var(--forest)}.filter-btn.active{background:var(--forest);border-color:var(--forest);box-shadow:0 4px 16px #0a3d2e40;color:var(--white)}.gallery-grid{column-count:3;column-gap:1.25rem}.gallery-item{border-radius:var(--radius);box-shadow:var(--shadow);break-inside:avoid;cursor:pointer;margin-bottom:1.25rem;overflow:hidden;page-break-inside:avoid;position:relative;transition:transform .3s,box-shadow .3s}.gallery-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.gallery-item img{display:block;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-item--normal img{height:260px}.gallery-item--wide img{height:220px}.gallery-item--tall img{height:380px}.gallery-item:hover img{transform:scale(1.06)}.gallery-overlay{background:linear-gradient(0deg,#072a1fe0 0,#0000 55%);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1.25rem;position:absolute;transition:opacity .35s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-cat{color:var(--gold-lt);font-size:.72rem;font-weight:700;letter-spacing:.12em;margin-bottom:.3rem;text-transform:uppercase}.gallery-overlay h3{color:var(--white);font-family:var(--font-display);font-size:1.1rem;line-height:1.2}.gallery-zoom{color:#ffffffa6;font-size:.78rem;margin-top:.35rem}.no-results{color:var(--muted);font-size:1rem;padding:3rem;text-align:center}.lightbox{animation:fadeUp .25s ease;background:#000000eb;inset:0;padding:2rem;position:fixed;z-index:9999}.lightbox,.lightbox-close{align-items:center;display:flex;justify-content:center}.lightbox-close{background:#ffffff26;border:none;border-radius:50%;color:var(--white);cursor:pointer;font-size:1.4rem;height:44px;position:absolute;right:1.5rem;top:1.5rem;transition:background .2s;width:44px}.lightbox-close:hover{background:var(--gold);color:var(--deep)}.lightbox-content{border-radius:var(--radius);box-shadow:0 32px 80px #00000080;max-width:900px;overflow:hidden;width:100%}.lightbox-content img{display:block;max-height:75vh;object-fit:cover;width:100%}.lightbox-info{align-items:center;background:var(--deep);display:flex;gap:1rem;padding:1rem 1.5rem}.lightbox-info span{background:#c9922a26;border-radius:50px;color:var(--gold-lt);font-size:.72rem;font-weight:700;letter-spacing:.1em;padding:.25rem .75rem;text-transform:uppercase}.lightbox-info h3{color:var(--white);font-family:var(--font-display);font-size:1.2rem}@media (max-width:900px){.gallery-grid{column-count:2}}@media (max-width:580px){.gallery-grid{column-count:1}.gallery-item--normal img,.gallery-item--tall img,.gallery-item--wide img{height:250px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--forest:#0a3d2e;--deep:#072a1f;--gold:#c9922a;--gold-lt:#e8b84b;--cream:#fdf6ec;--sand:#f0e4cc;--white:#fff;--text:#1a1a1a;--muted:#6b6b6b;--border:#c9922a40;--font-display:"Playfair Display",Georgia,serif;--font-body:"DM Sans",sans-serif;--radius:12px;--shadow:0 8px 32px #0a3d2e26;--shadow-lg:0 20px 60px #0a3d2e38}html{scroll-behavior:smooth}body{background:#fdf6ec;background:var(--cream);color:#1a1a1a;color:var(--text);font-family:DM Sans,sans-serif;font-family:var(--font-body);line-height:1.7;overflow-x:hidden}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;font-family:var(--font-display);line-height:1.2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fdf6ec;background:var(--cream)}::-webkit-scrollbar-thumb{background:#0a3d2e;background:var(--forest);border-radius:4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .65s ease both}.fade-up-delay-1{animation-delay:.1s}.fade-up-delay-2{animation-delay:.2s}.fade-up-delay-3{animation-delay:.3s}.fade-up-delay-4{animation-delay:.4s}.fade-up-delay-5{animation-delay:.5s}.section-label{color:#c9922a;color:var(--gold);font-family:DM Sans,sans-serif;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;margin-bottom:.5rem;text-transform:uppercase}.section-title{color:#0a3d2e;color:var(--forest);font-family:Playfair Display,Georgia,serif;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.section-title span{color:#c9922a;color:var(--gold);font-style:italic}.divider{background:linear-gradient(90deg,#c9922a,#e8b84b);background:linear-gradient(90deg,var(--gold),var(--gold-lt));border-radius:2px;height:3px;margin:1rem 0 2rem;width:60px}.btn-primary{align-items:center;background:linear-gradient(135deg,#c9922a,#e8b84b);background:linear-gradient(135deg,var(--gold),var(--gold-lt));border:none;border-radius:50px;color:#072a1f;color:var(--deep);cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-family:var(--font-body);font-size:.95rem;font-weight:600;gap:.5rem;letter-spacing:.03em;padding:.85rem 2rem;transition:transform .2s,box-shadow .2s}.btn-primary:hover{box-shadow:0 8px 24px #c9922a66;transform:translateY(-2px)}.btn-outline{align-items:center;background:#0000;border:2px solid #0a3d2e;border:2px solid var(--forest);border-radius:50px;color:#0a3d2e;color:var(--forest);cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-family:var(--font-body);font-size:.95rem;font-weight:600;gap:.5rem;padding:.85rem 2rem;transition:all .2s}.btn-outline:hover{background:#0a3d2e;background:var(--forest);color:#fff;color:var(--white);transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.page-hero{background:linear-gradient(135deg,#072a1f,#0a3d2e 60%,#1a5c42);background:linear-gradient(135deg,var(--deep) 0,var(--forest) 60%,#1a5c42 100%);overflow:hidden;padding:6rem 2rem 4rem;position:relative;text-align:center}.page-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23c9922a' fill-opacity='.06' fill-rule='evenodd'/%3E%3C/svg%3E");content:"";inset:0;position:absolute}.page-hero h1{color:#fff;color:var(--white);font-size:clamp(2.2rem,5vw,3.5rem);position:relative}.page-hero h1 span{color:#e8b84b;color:var(--gold-lt);font-style:italic}.page-hero p{color:#ffffffbf;font-size:1.1rem;margin-top:.75rem;position:relative}.breadcrumb{align-items:center;color:#fff9;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;margin-top:1.5rem;position:relative}.breadcrumb a{color:#e8b84b;color:var(--gold-lt)}.breadcrumb span{color:#fff6}
/*# sourceMappingURL=main.13d37e7a.css.map*/