.site-nav{position:relative;background-color:#3e2723;padding:0;overflow:hidden}.site-nav:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:0}.site-nav ul{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.site-nav li{margin:0}.nav-link{color:#d7ccc8;text-decoration:none;padding:1rem 1.5rem;min-height:44px;display:flex;align-items:center;justify-content:center;font-family:Georgia,Times New Roman,serif;text-transform:uppercase;font-size:.95rem;font-weight:700;letter-spacing:1px;transition:all .3s ease}.nav-link:hover,.nav-link.active{position:relative;background-color:#795548;color:#fff;overflow:hidden}.nav-link:hover:before,.nav-link.active:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.85;pointer-events:none;z-index:0}.mobile-menu-toggle{display:none;cursor:pointer;padding:1.25rem;background-color:#3e2723;justify-content:center;align-items:center;gap:6px;flex-direction:column}.mobile-menu-toggle span{display:block;width:30px;height:3px;background-color:#d7ccc8;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle span.open:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-toggle span.open:nth-child(2){opacity:0}.mobile-menu-toggle span.open:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 768px){.site-nav ul{flex-direction:column;align-items:stretch;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.site-nav ul.open{max-height:600px}.mobile-menu-toggle{display:flex}.site-nav li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-link{width:100%;padding:1.2rem 1.5rem}}.site-header{position:relative;background-color:#5d4037;color:#fff;padding:1.5rem 0 0;text-align:center;box-shadow:0 4px 6px rgba(62,39,35,.7);overflow:hidden}.site-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:0}.header-brand{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;padding:0 1rem}.header-logo{max-width:90px;height:auto}.header-brand h1{font-family:Georgia,serif;margin:0;font-size:2.2rem;font-weight:400;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:left}.site-footer{position:relative;background-color:#3e2723;color:#d7ccc8;text-align:center;padding:2.5rem 1rem;margin-top:auto;border-top:5px solid #5d4037;overflow:hidden}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:0}.footer-content{position:relative;z-index:1}.footer-content p{margin:.8rem 0;font-size:1rem}.footer-content a{color:#ffccbc;text-decoration:none;font-weight:700}.footer-content a:hover{text-decoration:underline;color:#fff}.footer-content .copy{margin-top:1.5rem;font-size:.85rem;opacity:.8}.dashboard-header{position:relative;z-index:1000;height:calc(44px + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);flex:0 0 auto;background-color:#3e2723;border-bottom:1px solid #261b19;overflow:hidden}.dashboard-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:0}.dashboard-header-inner{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 .75rem}.dashboard-header-title{margin:0;font-size:.8rem!important;color:#eeddbf;font-family:Georgia,serif;text-transform:uppercase;letter-spacing:2px}.dashboard-menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;width:40px;height:40px;pointer-events:auto}.dashboard-menu-toggle span{display:block;width:20px;height:2px;background-color:#eeddbf;transition:all .3s ease}.dashboard-menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dashboard-menu-toggle.open span:nth-child(2){opacity:0}.dashboard-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.dashboard-nav{position:fixed;top:0;right:-300px;width:300px;height:100%;background-color:#3e2723;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:1001;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);overflow:hidden}.dashboard-nav:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:0}.dashboard-nav.open{right:0}.dashboard-nav-content{position:relative;z-index:1;padding:1.5rem;display:flex;flex-direction:column;min-height:100%}.dashboard-nav-section{margin-bottom:1.5rem}.section-title{font-family:Georgia,serif;text-transform:uppercase;font-size:.75rem;letter-spacing:1.5px;color:rgba(255,255,255,.4);margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:5px}.user-info{display:flex;flex-direction:column;gap:.75rem}.user-email{color:#fff;font-size:.9rem;font-weight:500;word-break:break-all}.dashboard-signout-btn{background-color:#eeddbf;color:#5d4037;border:1px solid #c9b99a;padding:.6rem;font-family:Georgia,serif;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;transition:background-color .2s}.dashboard-signout-btn:hover{background-color:#f3ead6}.dashboard-nav-divider{height:1px;background-color:rgba(255,255,255,.1);margin-bottom:1.5rem}.dashboard-nav-links{list-style:none;padding:0;margin:0}.dash-link{display:block;color:#d7ccc8;text-decoration:none;padding:.75rem 0;font-family:Georgia,serif;font-size:1.1rem;transition:all .2s}.dash-link:hover,.dash-link.active{color:#fff;padding-left:10px}.setting-item{display:flex;justify-content:space-between;align-items:center;color:#d7ccc8;margin-bottom:1.25rem;font-size:.95rem}.setting-select{background-color:#616161;border:1px solid #757575;color:#fff;padding:4px 8px;border-radius:4px;font-family:inherit;font-size:.9rem;outline:none;cursor:pointer;transition:all .2s ease}.setting-select:hover,.setting-select:focus{background-color:#5d4037;border-color:#8d6e63}.setting-select option{background-color:#616161;color:#fff}.setting-select option:hover,.setting-select option:focus{background-color:#5d4037}.reset-defaults-btn{width:100%;padding:.6rem;background:transparent;color:rgba(255,255,255,.6);border:1px dashed rgba(255,255,255,.3);font-family:Georgia,serif;font-size:.8rem;cursor:pointer;border-radius:4px;margin-top:1rem}.reset-defaults-btn:hover{background-color:rgba(255,255,255,.05);color:#fff}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{font-size:0;opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.2);transition:.4s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#eeddbf}input:checked+.slider:before{transform:translate(20px);background-color:#5d4037}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.manager-badge{background-color:#d32f2f;color:#fff;font-size:.6rem;padding:1px 5px;border-radius:3px;margin-left:6px;vertical-align:middle;letter-spacing:.5px;display:inline-block;line-height:normal}.slider.manager-slider{background-color:#d32f2f!important}.dashboard-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1000;backdrop-filter:blur(2px)}.user-account-display{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.user-nickname{color:#fff;font-size:1rem;font-weight:700;font-family:Georgia,serif;letter-spacing:.5px}.user-email{color:rgba(255,255,255,.5);font-size:.75rem;word-break:break-all}.account-settings-link{background:none;border:none;color:#eeddbf;text-align:left;padding:4px 0;font-size:.75rem;text-decoration:underline;cursor:pointer;opacity:.8;transition:opacity .2s;font-family:Georgia,serif;width:fit-content}.account-settings-link:hover{opacity:1}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(4px);padding:1rem}.admin-modal{position:relative;background-color:#3e2723;border:1px solid #261b19;border-radius:8px;width:100%;max-width:400px;box-shadow:0 20px 40px rgba(0,0,0,.5);color:#eeddbf;overflow:hidden}.admin-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wood-noise);background-size:400px;mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:0}.admin-modal-header{position:relative;z-index:1;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.admin-modal-title{margin:0;font-size:.9rem;font-family:Georgia,serif;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.4);font-weight:700}.admin-modal-close{background:none;border:none;color:rgba(255,255,255,.4);font-size:1.5rem;cursor:pointer}.admin-modal-form{position:relative;z-index:1;padding:1.5rem}.admin-modal-field{margin-bottom:1.5rem}.admin-modal-field label{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem;color:rgba(255,255,255,.6);font-weight:500}.admin-modal-field input{width:100%;background-color:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.1);color:#fff;padding:.85rem;border-radius:6px;font-family:inherit;outline:none;box-sizing:border-box;font-size:1rem}.admin-modal-field input:focus{border-color:#eeddbf;background-color:rgba(0,0,0,.35)}.admin-modal-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.admin-modal-submit{background-color:#eeddbf;color:#5d4037;border:none;padding:1rem;font-family:Georgia,serif;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border-radius:6px;font-size:1rem}.admin-modal-cancel{background:transparent;color:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.1);padding:.9rem;font-family:Georgia,serif;cursor:pointer;border-radius:6px;font-size:.9rem}.admin-modal-error{background-color:#d32f2f;color:#fff;padding:1rem;font-size:.95rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500}.admin-modal-success{background-color:#2e7d32;color:#fff;padding:1rem;font-size:.95rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500}.layout-container{display:flex;flex-direction:column;min-height:100vh;min-height:100svh;background-color:#f8ecd4;color:#3e2723;position:relative;isolation:isolate}.layout-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--paper-noise);background-size:400px;mix-blend-mode:multiply;opacity:.2;pointer-events:none;z-index:0}.site-header,.site-nav,.content-shadow,.site-footer{position:relative;z-index:1}html,body,#root{height:100%;margin:0;padding:0;overscroll-behavior:none;font-size:inherit}.content-shadow{max-width:1000px;width:100%;margin:2rem auto;filter:drop-shadow(3px 4px 4px rgba(60,30,5,.4))}.content{padding:2rem;background-color:#fdfbf7;-webkit-mask-image:var(--torn-edge-mask);-webkit-mask-size:var(--torn-edge-size);-webkit-mask-position:var(--torn-edge-position);-webkit-mask-repeat:var(--torn-edge-repeat);-webkit-mask-composite:source-in;mask-image:var(--torn-edge-mask);mask-size:var(--torn-edge-size);mask-position:var(--torn-edge-position);mask-repeat:var(--torn-edge-repeat);mask-composite:intersect}body.admin-body-lock{overflow:hidden!important;height:100vh;height:100dvh;position:relative;width:100%;-webkit-text-size-adjust:100%}.admin-layout{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column;overscroll-behavior:contain;background-color:var(--admin-bg-primary);color:var(--admin-text-primary);background-image:none;font-size:var(--admin-font-size-base);touch-action:pan-y pinch-zoom}.admin-layout:before{display:none!important}.admin-layout .content-shadow{width:100%;max-width:none;margin:0;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;filter:none}.admin-layout .content{flex:1;overflow:hidden;padding:0;display:flex;flex-direction:column;background-color:transparent;-webkit-mask-image:none;mask-image:none}.admin-layout h1{font-size:1.25rem}.admin-layout h2{font-size:1.15rem}.admin-layout h3{font-size:1.05rem}.admin-layout p,.admin-layout div,.admin-layout span,.admin-layout table{font-size:1rem}.admin-layout .overflow-auto,.admin-layout [style*="overflow: auto"],.admin-layout [style*="overflow-y: auto"],.admin-layout [style*="overflow-x: auto"]{touch-action:auto!important;-webkit-overflow-scrolling:touch}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--wood-noise: url(/textures/wood.png);--paper-noise: url(/textures/paper.png);--torn-edge-mask: url(/textures/edge_top.svg?v=3), url(/textures/edge_bottom.svg?v=3), url(/textures/edge_left.svg?v=3), url(/textures/edge_right.svg?v=3);--torn-edge-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;--torn-edge-position: left top, left bottom, left top, right top;--torn-edge-repeat: repeat-x no-repeat, repeat-x no-repeat, no-repeat repeat-y, no-repeat repeat-y}body{margin:0;font-family:Georgia,Times New Roman,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#efebe9}:root{--admin-bg-primary: #fdfbf7;--admin-bg-secondary: #f9f6ef;--admin-text-primary: #3e2723;--admin-text-secondary: #5d4037;--admin-text-muted: #8d6e63;--admin-border: #c9b99a;--admin-accent: #eeddbf;--admin-accent-hover: #f3ead6;--admin-nav-bg: #3e2723;--admin-nav-text: #d7ccc8;--admin-nav-active: #ffffff;--admin-error-bg: #fdedea;--admin-error-text: #d32f2f;--admin-error-border: #ebaba1;--admin-expired-bg: #ffebee;--admin-warning-bg: #fff3e0;--admin-expanded-bg: #f3ead6;--admin-font-size-base: 16px;--admin-spacing-unit: .5rem;--admin-error-bg: #fff5f5;--admin-error-text: #c53030;--admin-error-border: #feb2b2}html{font-size:var(--admin-font-size-base)}html[data-text-size=tiny]{--admin-font-size-base: 12px}html[data-text-size=small]{--admin-font-size-base: 14px}html[data-text-size=medium]{--admin-font-size-base: 16px}html[data-text-size=large]{--admin-font-size-base: 19px}html[data-text-size=giant]{--admin-font-size-base: 22px}html[data-layout=compact]{--admin-spacing-unit: .25rem}html[data-layout=regular]{--admin-spacing-unit: .5rem}html[data-layout=comfortable]{--admin-spacing-unit: 1rem}.admin-dark-mode,.admin-dark-mode body{background-color:var(--admin-bg-primary)}.admin-dark-mode{--admin-bg-primary: #121212;--admin-bg-secondary: #1e1e1e;--admin-text-primary: #e0e0e0;--admin-text-secondary: #bbbbbb;--admin-text-muted: #888888;--admin-border: #333333;--admin-accent: #2c1a17;--admin-accent-hover: #3e2723;--admin-error-bg: #2a1a1a;--admin-error-text: #ff8a80;--admin-error-border: #552222;--admin-expired-bg: #2d1616;--admin-warning-bg: #2d1f10;--admin-expanded-bg: #1a1510}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{color:#3e2723}.flex-layout{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:2rem}.flex-sidebar{flex:1 1 300px;display:flex;flex-direction:column;gap:1.5rem;filter:drop-shadow(2px 3px 3px rgba(60,30,5,.35))}.flex-sidebar img{width:100%;height:auto;-webkit-mask-image:var(--torn-edge-mask);-webkit-mask-size:var(--torn-edge-size);-webkit-mask-position:var(--torn-edge-position);-webkit-mask-repeat:var(--torn-edge-repeat);-webkit-mask-composite:source-in;mask-image:var(--torn-edge-mask);mask-size:var(--torn-edge-size);mask-position:var(--torn-edge-position);mask-repeat:var(--torn-edge-repeat);mask-composite:intersect}.flex-main{flex:2 1 500px}@keyframes admin-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-spin{animation:admin-spin .8s linear infinite;display:inline-flex;align-items:center;justify-content:center;line-height:1;transform-origin:center center}@media (max-width: 1024px){.flex-sidebar{flex:1 1 250px}.flex-main{flex:2 1 400px}}.form-row{display:flex;gap:1.5rem;flex-wrap:wrap}.half-field{flex:1 1 45%;min-width:200px}.custom-phone-input{width:100%;padding:.6rem .8rem;border:1px solid #c9b99a;background-color:#fdfbf7;min-height:44px;box-sizing:border-box;display:flex;align-items:center}.custom-phone-input .PhoneInputInput{border:none;background-color:transparent;font-family:Georgia,serif;font-size:.95rem;color:#3e2723;outline:none}@media (max-width: 768px){.flex-layout{flex-direction:column;gap:1.5rem}.flex-sidebar{flex:1 1 100%;order:2}.flex-main{flex:1 1 100%;order:1}.image-grid{grid-template-columns:1fr}.form-row{flex-direction:column;gap:1rem}.half-field{flex:1 1 100%;min-width:100%}}.pricing-table{width:100%;border-collapse:collapse;margin-bottom:2.5rem;font-family:Georgia,Times New Roman,serif;background-color:#fdfbf7}.pricing-table th,.pricing-table td{padding:1rem 1.2rem;border-bottom:1px solid #e2cfb3;text-align:left}.pricing-table th{font-family:Georgia,serif;font-weight:700;color:#5d4037;text-transform:uppercase;font-size:.95rem;letter-spacing:1px;background-color:#eeddbf}.pricing-table tr:nth-child(2n){background-color:#f9f0df}.pricing-table td:first-child{font-weight:600;color:#4e342e}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2.5rem}.table-responsive .pricing-table{margin-bottom:0}.faq-details{border-bottom:1px solid #e2cfb3;margin-bottom:.5rem;background-color:#f7f1e4;-webkit-mask-image:var(--torn-edge-mask);-webkit-mask-size:var(--torn-edge-size);-webkit-mask-position:var(--torn-edge-position);-webkit-mask-repeat:var(--torn-edge-repeat);-webkit-mask-composite:source-in;mask-image:var(--torn-edge-mask);mask-size:var(--torn-edge-size);mask-position:var(--torn-edge-position);mask-repeat:var(--torn-edge-repeat);mask-composite:intersect}.faq-summary{font-weight:700;font-size:1.1rem;cursor:pointer;color:#5d4037;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.25rem;transition:background-color .2s ease}.faq-summary:hover{background-color:#eeddbf}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"+";font-size:1.5rem;color:#8d6e63;transition:transform .3s ease;line-height:1}.faq-details[open] .faq-summary:after{content:"−";transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1.25rem;line-height:1.6;color:#4e342e}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.image-grid img{width:100%;height:250px;object-fit:cover;-webkit-mask-image:var(--torn-edge-mask);-webkit-mask-size:var(--torn-edge-size);-webkit-mask-position:var(--torn-edge-position);-webkit-mask-repeat:var(--torn-edge-repeat);-webkit-mask-composite:source-in;mask-image:var(--torn-edge-mask);mask-size:var(--torn-edge-size);mask-position:var(--torn-edge-position);mask-repeat:var(--torn-edge-repeat);mask-composite:intersect;filter:drop-shadow(2px 3px 3px rgba(60,30,5,.7));transition:transform .3s ease,filter .3s ease}.image-grid img:hover{transform:scale(1.03);filter:drop-shadow(3px 4px 4px rgba(60,30,5,.75))}.iframe-container{margin-top:2rem;width:100%;overflow:hidden;filter:drop-shadow(1px 2px 3px rgba(100,60,20,.55));background-color:#fdfbf7}
