:root{--primary:#0f5a37;--primary-dark:#083c24;--primary-light:#e8f5ed;--primary-rgb:15, 90, 55;--accent:#b89739;--accent-dark:#8c7227;--accent-light:#fdf6e2;--text:#2c3531;--text-muted:#626c66;--bg:#f5f8f6;--card-bg:#fff;--border:#e2e8e4;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 6px 16px #00000014;--shadow-lg:0 12px 32px #0000001f;--font-sans:"Outfit", "Inter", sans-serif;--font-serif:"Playfair Display", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background:var(--bg);color:var(--text);scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}.section-title{font-family:var(--font-serif);color:var(--primary-dark);margin-bottom:40px;font-size:2.5rem;display:inline-block;position:relative}.section-title:after{content:"";background:var(--accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #fff6}.glass-dark{-webkit-backdrop-filter:blur(12px);color:#fff;background:#083c24e6;border:1px solid #ffffff1a}.gold-frame-container{text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.gold-frame-container:hover{transform:translateY(-8px)}.gold-frame{background:#111;border:12px solid #b89739;border-image:linear-gradient(135deg,gold 0%,#b89739 50%,#8c7227 100%) 12;justify-content:center;align-items:center;width:200px;height:250px;margin-bottom:15px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000004d,inset 0 0 10px #000c,0 0 0 2px #fff,0 0 10px #b8973980}.gold-frame img{object-fit:cover;filter:sepia(.2)contrast(1.1);width:100%;height:100%;transition:filter .3s}.gold-frame-container:hover .gold-frame img{filter:sepia(0)contrast()}.gold-frame-title{font-family:var(--font-serif);color:var(--primary-dark);margin-top:8px;font-size:1.1rem;font-weight:600}.gold-frame-subtitle{color:var(--text-muted);font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s forwards fadeIn}.form-group{margin-bottom:20px}.form-label{color:var(--primary-dark);margin-bottom:8px;font-weight:500;display:block}.form-control{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-bg);width:100%;color:var(--text);padding:12px 16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0f5a3726}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-sm)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-dark)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary-light)}.badge{text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:inline-block}.badge-primary{background:var(--primary-light);color:var(--primary-dark)}.badge-accent{background:var(--accent-light);color:var(--accent-dark)}.portrait-wall{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:center;gap:40px 30px;margin-top:40px;display:grid}
.Header-module__hBw1pG__header{z-index:1000;background:#fff;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__topBar{justify-content:space-between;align-items:center;gap:20px;min-height:80px;padding:10px 20px;display:flex}.Header-module__hBw1pG__logoContainer{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;max-height:55px;display:block}.Header-module__hBw1pG__searchForm{background:#f0f4f2;border:1.5px solid #0000;border-radius:30px;align-items:center;width:100%;max-width:380px;padding:2px 6px 2px 16px;transition:all .3s;display:flex}.Header-module__hBw1pG__searchForm:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #0f5a371a}.Header-module__hBw1pG__searchInput{color:var(--text);background:0 0;border:none;outline:none;width:100%;padding:8px 0;font-size:.95rem}.Header-module__hBw1pG__searchInput::placeholder{color:#8fa096}.Header-module__hBw1pG__searchButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.Header-module__hBw1pG__searchButton:hover{background:var(--primary-dark)}.Header-module__hBw1pG__burgerButton{color:var(--primary-dark);cursor:pointer;background:0 0;border:none;padding:6px;display:none}.Header-module__hBw1pG__navBar{background:var(--primary);color:#fff;box-shadow:0 4px 10px #0000000d}.Header-module__hBw1pG__navContainer{padding:0 20px}.Header-module__hBw1pG__navList{flex-wrap:wrap;align-items:center;gap:5px;list-style:none;display:flex}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__homeLink{background:var(--primary-dark);color:#fff;justify-content:center;align-items:center;padding:15px;transition:background .2s;display:flex}.Header-module__hBw1pG__homeLink:hover{background:var(--accent)}.Header-module__hBw1pG__dropdownToggle{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:16px 18px;font-size:.95rem;font-weight:500;transition:background .2s,color .2s;display:flex}.Header-module__hBw1pG__dropdownToggle:hover{background:#ffffff14}.Header-module__hBw1pG__chevron{transition:transform .2s}.Header-module__hBw1pG__dropdownToggle:focus .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{-webkit-backdrop-filter:blur(12px);min-width:230px;box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius-md) var(--radius-md);opacity:0;visibility:hidden;z-index:1001;background:#083c24f2;border:1px solid #ffffff1a;list-style:none;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:0;transform:translateY(10px)}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownMenu,.Header-module__hBw1pG__dropdownMenuShow{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownLink{color:#ffffffe6;border-bottom:1px solid #ffffff0d;padding:12px 20px;font-size:.9rem;transition:background .2s,color .2s,padding-left .2s;display:block}.Header-module__hBw1pG__dropdownLink:hover{color:var(--accent-light);background:#ffffff14;padding-left:24px}.Header-module__hBw1pG__dropdownLink:last-child{border-radius:0 0 var(--radius-md) var(--radius-md);border-bottom:none}@media (max-width:992px){.Header-module__hBw1pG__burgerButton{display:block}.Header-module__hBw1pG__searchForm{max-width:240px}.Header-module__hBw1pG__navBar{z-index:999;width:100%;display:none;position:absolute;top:80px;left:0}.Header-module__hBw1pG__navBarOpen{display:block}.Header-module__hBw1pG__navContainer{padding:0}.Header-module__hBw1pG__navList{flex-direction:column;align-items:stretch;gap:0}.Header-module__hBw1pG__navItem{border-bottom:1px solid #ffffff1a;width:100%}.Header-module__hBw1pG__homeLink{justify-content:flex-start;padding:15px 20px}.Header-module__hBw1pG__dropdownToggle{justify-content:space-between;width:100%;padding:15px 20px}.Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;box-shadow:none;background:#083c2480;border:none;border-radius:0;width:100%;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdownToggle:focus+.Header-module__hBw1pG__dropdownMenu,.Header-module__hBw1pG__dropdownToggle:active+.Header-module__hBw1pG__dropdownMenu,.Header-module__hBw1pG__dropdownMenuShow{display:block}.Header-module__hBw1pG__dropdownLink{padding:12px 30px}}@media (max-width:480px){.Header-module__hBw1pG__topBar{flex-flow:wrap;justify-content:space-between;min-height:auto;padding:15px 15px 10px}.Header-module__hBw1pG__searchForm{order:3;max-width:100%;margin-top:10px}.Header-module__hBw1pG__navBar{top:135px}}
.Footer-module__S6Hkya__footer{border-top:4px solid var(--accent);width:100%}.Footer-module__S6Hkya__sitemapSection{color:var(--primary-dark);background:#dcefe3;padding:50px 0}.Footer-module__S6Hkya__sitemapGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:30px;display:grid}.Footer-module__S6Hkya__sitemapCol{flex-direction:column;display:flex}.Footer-module__S6Hkya__sitemapTitle{color:var(--primary-dark);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #0f5a3726;margin-bottom:15px;padding-bottom:6px;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__sitemapList{flex-direction:column;gap:8px;list-style:none;display:flex}.Footer-module__S6Hkya__sitemapLink{color:#3b5045;font-size:.9rem;transition:all .2s;display:inline-block}.Footer-module__S6Hkya__sitemapLink:hover{color:var(--primary-dark);font-weight:500;transform:translate(4px)}.Footer-module__S6Hkya__mainFooter{background:var(--primary-dark);color:#fff;border-top:1px solid #ffffff14;padding:50px 0}.Footer-module__S6Hkya__mainContainer{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.Footer-module__S6Hkya__footerBrand{flex:1;min-width:280px;max-width:500px}.Footer-module__S6Hkya__brandTitle h4{color:#fffc;margin-bottom:4px;font-size:1.1rem;font-weight:400}.Footer-module__S6Hkya__brandTitle h3{font-family:var(--font-serif);color:#fff;margin-bottom:20px;font-size:1.8rem;font-weight:700}.Footer-module__S6Hkya__brandDesc{color:#ffffffb3;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__footerContact{min-width:280px}.Footer-module__S6Hkya__contactTitle{letter-spacing:1px;color:var(--accent);margin-bottom:20px;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:15px;list-style:none;display:flex}.Footer-module__S6Hkya__contactItem{align-items:flex-start;gap:12px;font-size:.95rem;display:flex}.Footer-module__S6Hkya__contactIcon{color:var(--accent);flex-shrink:0;margin-top:3px}.Footer-module__S6Hkya__contactItem span{color:#ffffffd9}.Footer-module__S6Hkya__contactItem a{color:#ffffffd9;transition:color .2s}.Footer-module__S6Hkya__contactItem a:hover{color:var(--accent)}.Footer-module__S6Hkya__footerBottom{color:#ffffff80;background:#042516;border-top:1px solid #ffffff0d;padding:20px 0;font-size:.85rem}.Footer-module__S6Hkya__bottomContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.Footer-module__S6Hkya__bottomLinks{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:#fff9;transition:color .2s}.Footer-module__S6Hkya__bottomLinks a:hover{color:#fff}.Footer-module__S6Hkya__divider{color:#fff3}@media (max-width:768px){.Footer-module__S6Hkya__sitemapGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__S6Hkya__mainContainer{flex-direction:column;gap:30px}.Footer-module__S6Hkya__bottomContainer{text-align:center;flex-direction:column;align-items:center}}@media (max-width:480px){.Footer-module__S6Hkya__sitemapGrid{grid-template-columns:1fr}}
