*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--olive:#4a6741;--olive-dark:#344a2e;--olive-light:#6b8f61;--gold:#c9a84c;--gold-dark:#a8893a;--gold-light:#e2c97e;--cream:#faf6ef;--cream-alt:#f2ead8;--warm:#e8dfc8;--text:#2c2416;--text-light:#4a3f2e;--text-muted:#7a6e5a;--bg:#faf6ef;--bg-card:#ffffff;--shadow:0 4px 24px rgba(44,36,22,0.08);--shadow-lg:0 12px 48px rgba(44,36,22,0.14);--radius:14px;--radius-lg:22px;--transition:0.3s ease}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Nunito',sans-serif;background:var(--bg);color:var(--text);line-height:1.75;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.25}
h1{font-size:clamp(2.2rem,5vw,3.8rem)}
h2{font-size:clamp(1.8rem,4vw,2.8rem)}
h3{font-size:clamp(1.3rem,3vw,1.9rem)}
p{font-family:'Lora',serif;font-size:1rem}
a{text-decoration:none;color:inherit;transition:var(--transition)}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
#page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg);display:flex;align-items:center;justify-content:center;z-index:10000;transition:opacity 0.5s,visibility 0.5s}
#page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.loader-inner svg{width:64px;height:64px;animation:spin 2s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(26,20,10,0.92);backdrop-filter:blur(12px);padding:0.85rem 0;transition:var(--transition)}
.site-header.scrolled{background:rgba(26,20,10,0.98);box-shadow:0 2px 20px rgba(0,0,0,0.3)}
.header-container{max-width:1320px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:0.85rem;color:var(--gold)}
.logo-icon{width:44px;height:44px;flex-shrink:0}
.logo-text-wrap{display:flex;flex-direction:column;line-height:1.1}
.logo-title{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:700;color:var(--gold)}
.logo-sub{font-family:'Josefin Sans',sans-serif;font-size:0.7rem;font-weight:300;letter-spacing:3px;text-transform:uppercase;color:var(--gold-light);opacity:0.85}
.main-nav{display:none}
@media(min-width:992px){.main-nav{display:block}}
.nav-list{display:flex;gap:0.25rem}
.nav-list a{color:rgba(255,255,255,0.8);font-family:'Josefin Sans',sans-serif;font-size:0.82rem;font-weight:400;letter-spacing:1.2px;text-transform:uppercase;padding:0.5rem 0.9rem;border-radius:6px;position:relative;transition:var(--transition)}
.nav-list a::after{content:'';position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:0;height:1px;background:var(--gold);transition:var(--transition)}
.nav-list a:hover,.nav-list a.active{color:var(--gold)}
.nav-list a:hover::after,.nav-list a.active::after{width:60%}
.burger-menu{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0.5rem}
@media(min-width:992px){.burger-menu{display:none}}
.burger-menu span{width:26px;height:2px;background:var(--gold);border-radius:2px;transition:var(--transition)}
.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.burger-menu.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-nav{position:fixed;top:0;right:-100%;width:min(340px,88%);height:100%;background:var(--text);z-index:2000;transition:right 0.4s cubic-bezier(0.4,0,0.2,1);overflow-y:auto;box-shadow:var(--shadow-lg)}
.mobile-nav.active{right:0}
.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}
.mobile-nav-title{font-family:'Josefin Sans',sans-serif;font-size:0.75rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold)}
.mobile-nav-close{width:36px;height:36px;border:1px solid rgba(255,255,255,0.15);background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gold)}
.mobile-nav-close svg{width:18px;height:18px}
.mobile-nav-list{padding:0.5rem 0}
.mobile-nav-list li{border-bottom:1px solid rgba(255,255,255,0.06)}
.mobile-nav-list a{display:block;padding:1rem 1.5rem;font-family:'Josefin Sans',sans-serif;font-size:0.9rem;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.8);transition:var(--transition)}
.mobile-nav-list a:hover{color:var(--gold);padding-left:2rem}
.mobile-nav-articles{padding:1.5rem;background:rgba(255,255,255,0.04)}
.mobile-nav-articles h3{font-family:'Josefin Sans',sans-serif;font-size:0.7rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem}
.mobile-nav-articles ul li{margin-bottom:0.6rem}
.mobile-nav-articles a{font-size:0.9rem;color:rgba(255,255,255,0.6);line-height:1.4}
.mobile-nav-articles a:hover{color:var(--gold)}
.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:1500;opacity:0;visibility:hidden;transition:var(--transition)}
.mobile-nav-overlay.active{opacity:1;visibility:visible}
.hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:72px;background:#1a1408}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:0.35}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(26,20,8,0.7) 0%,rgba(74,103,65,0.25) 50%,rgba(26,20,8,0.8) 100%)}
.hero-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:860px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem}
.hero-eyebrow-line{width:40px;height:1px;background:var(--gold)}
.hero-eyebrow span{font-family:'Josefin Sans',sans-serif;font-size:0.75rem;letter-spacing:4px;text-transform:uppercase;color:var(--gold)}
.hero h1{color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,0.5)}
.hero h1 em{color:var(--gold);font-style:italic}
.hero-subtitle{color:rgba(255,255,255,0.82);font-size:clamp(1rem,2.5vw,1.2rem);max-width:600px;margin:0 auto 2.5rem;font-family:'Lora',serif}
.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.btn{display:inline-flex;align-items:center;gap:0.6rem;padding:0.9rem 2.2rem;border-radius:4px;font-family:'Josefin Sans',sans-serif;font-weight:600;font-size:0.82rem;letter-spacing:1.5px;text-transform:uppercase;transition:var(--transition);border:none;cursor:pointer}
.btn-primary{background:var(--gold);color:var(--text)}
.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 28px rgba(201,168,76,0.35)}
.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.5)}
.btn-outline:hover{background:rgba(255,255,255,0.08);border-color:#fff}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:var(--gold);opacity:0.7;animation:bounce 2.5s ease-in-out infinite}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}
.hero-scroll svg{width:28px;height:28px}
.section{padding:5rem 1.5rem}
.section-alt{background:var(--cream-alt)}
.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}
.section-label{display:inline-flex;align-items:center;gap:0.6rem;margin-bottom:1rem}
.section-label-line{width:30px;height:1px;background:var(--gold)}
.section-label span{font-family:'Josefin Sans',sans-serif;font-size:0.72rem;letter-spacing:3.5px;text-transform:uppercase;color:var(--gold)}
.section-header h2{margin-bottom:1rem;color:var(--text)}
.section-header p{color:var(--text-light)}
.container{max-width:1320px;margin:0 auto}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:2rem}
.feature-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2.5rem 2rem;transition:var(--transition);box-shadow:var(--shadow);position:relative;overflow:hidden;border:1px solid rgba(201,168,76,0.1)}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--olive),var(--gold))}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--cream) 0%,var(--cream-alt) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(201,168,76,0.2)}
.feature-icon svg{width:32px;height:32px;color:var(--olive)}
.feature-card h3{margin-bottom:0.85rem;text-align:center;font-size:1.3rem}
.feature-card p{color:var(--text-light);font-size:0.95rem;text-align:center}
.articles-section{background:var(--cream-alt)}
.articles-grid{display:grid;gap:2rem}
@media(min-width:768px){.articles-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1100px){.articles-grid{grid-template-columns:repeat(3,1fr)}}
.article-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}
.article-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.article-card-img{aspect-ratio:16/10;overflow:hidden}
.article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.article-card:hover .article-card-img img{transform:scale(1.06)}
.article-card-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}
.article-tag{display:inline-block;font-family:'Josefin Sans',sans-serif;font-size:0.68rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--olive);margin-bottom:0.75rem}
.article-card-body h3{font-size:1.35rem;margin-bottom:0.75rem;color:var(--text)}
.article-card-body p{color:var(--text-light);font-size:0.93rem;flex:1;margin-bottom:1.25rem}
.article-link{display:inline-flex;align-items:center;gap:0.5rem;font-family:'Josefin Sans',sans-serif;font-size:0.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--olive);font-weight:600}
.article-link svg{width:16px;height:16px;transition:transform 0.3s}
.article-card:hover .article-link svg{transform:translateX(4px)}
.split-section{display:grid;gap:0;align-items:stretch}
@media(min-width:900px){.split-section{grid-template-columns:1fr 1fr}}
.split-img{overflow:hidden;min-height:400px}
.split-img img{width:100%;height:100%;object-fit:cover}
.split-content{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;background:var(--olive-dark)}
.split-content .section-label span{color:var(--gold-light)}
.split-content .section-label-line{background:var(--gold-light)}
.split-content h2{color:#fff;margin-bottom:1.25rem}
.split-content p{color:rgba(255,255,255,0.82);margin-bottom:1rem}
.split-list{margin:1.5rem 0}
.split-list li{display:flex;align-items:flex-start;gap:0.75rem;color:rgba(255,255,255,0.82);font-family:'Lora',serif;margin-bottom:0.85rem;font-size:0.95rem}
.split-list li::before{content:'';width:6px;height:6px;background:var(--gold);border-radius:50%;margin-top:0.55rem;flex-shrink:0}
.tips-section{background:linear-gradient(135deg,var(--olive-dark) 0%,var(--olive) 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}
.tips-pattern{position:absolute;inset:0;opacity:0.04;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M20 0 L22 18 L40 20 L22 22 L20 40 L18 22 L0 20 L18 18 Z'/%3E%3C/g%3E%3C/svg%3E")}
.tips-inner{position:relative;z-index:1}
.tips-section .section-header h2{color:#fff}
.tips-section .section-header p{color:rgba(255,255,255,0.82)}
.tips-section .section-label span{color:var(--gold-light)}
.tips-section .section-label-line{background:var(--gold-light)}
.tips-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.tips-grid{grid-template-columns:repeat(2,1fr)}}
.tip-card{background:rgba(255,255,255,0.08);backdrop-filter:blur(8px);border-radius:var(--radius);padding:2rem;border:1px solid rgba(255,255,255,0.12);transition:var(--transition)}
.tip-card:hover{background:rgba(255,255,255,0.13);transform:translateX(4px)}
.tip-number{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--gold);color:var(--text);border-radius:50%;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.15rem;margin-bottom:1rem}
.tip-card h4{font-size:1.2rem;color:#fff;margin-bottom:0.6rem}
.tip-card p{color:rgba(255,255,255,0.8);font-size:0.93rem}
.gallery-section{padding:5rem 1.5rem}
.gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.gallery-item:hover img{transform:scale(1.07)}
.gallery-item-lg{grid-column:span 2}
@media(max-width:767px){.gallery-item-lg{grid-column:span 1}}
.cta-banner{background:var(--cream-alt);padding:5rem 1.5rem}
.cta-inner{max-width:780px;margin:0 auto;text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);padding:4rem 2.5rem;box-shadow:var(--shadow-lg);border:1px solid rgba(201,168,76,0.15)}
.cta-inner h2{margin-bottom:1rem}
.cta-inner p{color:var(--text-light);max-width:540px;margin:0 auto 2rem}
.cta-inner .btn-primary{color:var(--text)}
.page-header{background:linear-gradient(160deg,var(--olive-dark) 0%,var(--olive) 100%);padding:8rem 1.5rem 4rem;text-align:center;margin-top:72px;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 30% 70%,rgba(201,168,76,0.12) 0%,transparent 60%)}
.page-header h1{color:#fff;margin-bottom:1rem;position:relative}
.page-header p{color:rgba(255,255,255,0.85);max-width:620px;margin:0 auto;font-size:1.1rem;position:relative}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-top:1.5rem;font-size:0.85rem;position:relative}
.breadcrumb a{color:rgba(255,255,255,0.65);font-family:'Josefin Sans',sans-serif;font-size:0.75rem;letter-spacing:1px}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb span{color:rgba(255,255,255,0.4)}
.breadcrumb-current{color:rgba(255,255,255,0.9);font-family:'Josefin Sans',sans-serif;font-size:0.75rem;letter-spacing:1px}
.content-section{padding:4rem 1.5rem}
.content-grid{display:grid;gap:3rem;max-width:1100px;margin:0 auto}
@media(min-width:992px){.content-grid{grid-template-columns:2fr 1fr}}
.content-main{background:var(--bg-card);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow)}
.content-main h2{margin-bottom:1.5rem;color:var(--olive-dark)}
.content-main h3{margin:2rem 0 1rem;color:var(--text);font-size:1.4rem}
.content-main p{margin-bottom:1.25rem;color:var(--text-light)}
.content-main ul{margin:1.5rem 0;padding-left:0}
.content-main li{margin-bottom:0.75rem;position:relative;padding-left:1.5rem;color:var(--text-light)}
.content-main li::before{content:'';position:absolute;left:0;top:0.65rem;width:7px;height:7px;background:var(--gold);border-radius:50%}
.content-image{border-radius:var(--radius);overflow:hidden;margin:2rem 0}
.content-image img{width:100%;height:auto}
.content-sidebar{display:flex;flex-direction:column;gap:2rem}
.sidebar-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);border:1px solid rgba(201,168,76,0.1)}
.sidebar-card h3{font-size:1.15rem;margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:1px solid var(--cream-alt);color:var(--olive-dark)}
.sidebar-list li{margin-bottom:0.75rem}
.sidebar-list a{display:flex;align-items:center;gap:0.75rem;color:var(--text-light);font-size:0.93rem;transition:var(--transition)}
.sidebar-list a:hover{color:var(--olive);transform:translateX(4px)}
.sidebar-list a::before{content:'';width:5px;height:5px;background:var(--gold);border-radius:50%;flex-shrink:0}
.info-box{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-alt) 100%);border-radius:var(--radius);padding:1.5rem;border-left:3px solid var(--gold)}
.info-box h4{font-size:1rem;margin-bottom:0.5rem;color:var(--olive-dark)}
.info-box p{font-size:0.9rem;color:var(--text-light);margin:0}
.contact-section{background:var(--cream-alt)}
.contact-grid{display:grid;gap:2rem;max-width:900px;margin:0 auto}
@media(min-width:768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}
.contact-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow);transition:var(--transition);border:1px solid rgba(201,168,76,0.1)}
.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.contact-icon{width:58px;height:58px;margin:0 auto 1.5rem;background:var(--olive);border-radius:50%;display:flex;align-items:center;justify-content:center}
.contact-icon svg{width:26px;height:26px;color:#fff}
.contact-card h3{font-size:1.2rem;margin-bottom:0.5rem}
.contact-card p{color:var(--text-muted);font-size:0.88rem;margin-bottom:1rem}
.contact-link{color:var(--olive);font-weight:600;font-size:0.93rem;word-break:break-all}
.faq-section{max-width:760px;margin:0 auto}
.faq-item{background:var(--bg-card);border-radius:var(--radius);margin-bottom:0.85rem;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(201,168,76,0.08)}
.faq-question{width:100%;padding:1.4rem 1.75rem;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Nunito',sans-serif;font-size:1rem;font-weight:600;text-align:left;color:var(--text);transition:var(--transition)}
.faq-question:hover{background:var(--cream)}
.faq-icon{width:22px;height:22px;transition:transform 0.3s;color:var(--gold);flex-shrink:0}
.faq-item.active .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease}
.faq-item.active .faq-answer{max-height:250px}
.faq-answer p{padding:0 1.75rem 1.4rem;color:var(--text-light)}
.about-intro{display:grid;gap:3rem;align-items:center;margin-bottom:4rem}
@media(min-width:992px){.about-intro{grid-template-columns:1fr 1fr}}
.about-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.about-image img{width:100%;height:auto}
.about-content h2{margin-bottom:1.25rem}
.about-content p{color:var(--text-light);margin-bottom:1rem}
.values-grid{display:grid;gap:2rem;margin-top:3rem}
@media(min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}}
.value-card{text-align:center;padding:2rem;background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow)}
.value-icon{width:56px;height:56px;margin:0 auto 1rem;background:var(--cream-alt);border-radius:50%;display:flex;align-items:center;justify-content:center}
.value-icon svg{width:28px;height:28px;color:var(--olive)}
.value-card h3{font-size:1.15rem;margin-bottom:0.5rem}
.value-card p{color:var(--text-light);font-size:0.9rem}
.policy-content{max-width:780px;margin:0 auto}
.policy-content h2{color:var(--olive-dark);margin:2.5rem 0 1rem}
.policy-content h3{margin:1.75rem 0 0.75rem;color:var(--text)}
.policy-content p{color:var(--text-light);margin-bottom:1rem}
.policy-content ul{margin:1rem 0;padding-left:0}
.policy-content li{color:var(--text-light);margin-bottom:0.5rem;padding-left:1.25rem;position:relative}
.policy-content li::before{content:'';position:absolute;left:0;top:0.6rem;width:5px;height:5px;background:var(--gold);border-radius:50%}
.site-footer{background:var(--text);color:#fff;position:relative;padding-top:1rem}
.footer-wave{color:var(--text);margin-top:-1px}
.footer-wave svg{width:100%;height:60px;display:block}
.footer-container{max-width:1320px;margin:0 auto;padding:3rem 1.5rem 2rem}
.footer-grid{display:grid;gap:2.5rem;margin-bottom:3rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:992px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-section h3{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;margin-bottom:1.25rem;color:var(--gold);position:relative;padding-bottom:0.75rem}
.footer-section h3::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:1px;background:var(--gold);opacity:0.5}
.footer-about p{color:rgba(255,255,255,0.65);font-size:0.9rem;line-height:1.7;font-family:'Lora',serif}
.footer-social{display:flex;gap:0.75rem;margin-top:1.5rem}
.footer-social a{width:38px;height:38px;background:rgba(255,255,255,0.08);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}
.footer-social a:hover{background:var(--gold)}
.footer-social svg{width:18px;height:18px}
.footer-links li{margin-bottom:0.6rem}
.footer-links a{color:rgba(255,255,255,0.65);font-size:0.88rem;transition:var(--transition);font-family:'Nunito',sans-serif}
.footer-links a:hover{color:var(--gold);padding-left:4px}
.footer-contact p{color:rgba(255,255,255,0.65);font-size:0.88rem;margin-bottom:0.5rem;font-family:'Nunito',sans-serif}
.footer-update{color:rgba(255,255,255,0.4);font-size:0.78rem;margin-top:1rem}
.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.08)}
.footer-bottom p{color:rgba(255,255,255,0.45);font-size:0.82rem;font-family:'Josefin Sans',sans-serif;letter-spacing:0.5px}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--bg-card);box-shadow:0 -4px 24px rgba(0,0,0,0.12);z-index:9999;transform:translateY(100%);animation:slideUp 0.5s ease forwards;animation-delay:1.2s;border-top:2px solid var(--gold)}
@keyframes slideUp{to{transform:translateY(0)}}
.cookie-banner.hidden{display:none}
.cookie-content{max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}
@media(min-width:768px){.cookie-content{flex-direction:row;align-items:center;justify-content:space-between}}
.cookie-text h4{font-size:1rem;margin-bottom:0.4rem;font-family:'Cormorant Garamond',serif}
.cookie-text p{color:var(--text-light);font-size:0.85rem;margin-bottom:0.4rem}
.cookie-link{color:var(--olive);font-size:0.85rem;text-decoration:underline}
.cookie-buttons{display:flex;gap:0.85rem;flex-shrink:0}
.cookie-btn{padding:0.7rem 1.5rem;border-radius:4px;font-family:'Josefin Sans',sans-serif;font-weight:600;font-size:0.78rem;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:var(--transition);border:none}
.cookie-accept{background:var(--olive);color:#fff}
.cookie-accept:hover{background:var(--olive-dark)}
.cookie-reject{background:var(--cream-alt);color:var(--text)}
.cookie-reject:hover{background:var(--warm)}
@media(max-width:767px){.section{padding:3.5rem 1rem}.hero{min-height:80vh}.hero-content{padding:1.5rem}.feature-card{padding:2rem 1.5rem}.content-main{padding:1.5rem}.sidebar-card{padding:1.5rem}.contact-card{padding:2rem 1.5rem}.split-content{padding:2.5rem 1.5rem}.cta-inner{padding:2.5rem 1.5rem}}
