*,*::before,*::after{box-sizing:border-box;padding:0;margin:0}:root{--color-primary: #7c9885;--color-primary-dark: #5a7560;--color-accent: #d4a574;--color-accent-dark: #c49563;--color-bg: #faf9f7;--color-bg-alt: #f0eeeb;--color-text: #3d3d3d;--color-text-light: #666;--font-family: system-ui, -apple-system, sans-serif;--max-width: 1200px;--_header-height: max(700px, 70vh);--_color-accent: #ffebdc;--_color-text-light: #fffdfb;--_color-dark: #bf5018;--_color-dark-hover: #f06520}[data-fade-on-cover]{transition:opacity .3s ease}[data-fade-on-cover].faded{opacity:0;pointer-events:none}@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:400;src:url(./files/lato-latin-ext-400-normal.woff2) format("woff2"),url(./files/lato-latin-ext-400-normal.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:400;src:url(./files/lato-latin-400-normal.woff2) format("woff2"),url(./files/lato-latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Righteous";font-style:normal;font-display:swap;font-weight:400;src:url(./files/righteous-latin-ext-400-normal.woff2) format("woff2"),url(./files/righteous-latin-ext-400-normal.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Righteous";font-style:normal;font-display:swap;font-weight:400;src:url(./files/righteous-latin-400-normal.woff2) format("woff2"),url(./files/righteous-latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}::selection{background:var(--_color-dark);color:var(--_color-text-light);text-shadow:none}::-moz-selection{background:var(--_color-dark);color:var(--_color-text-light);text-shadow:none}html{background:var(--_color-accent)}body{margin:0;font-family:var(--font-family);background:var(--_color-accent);color:var(--color-text);line-height:1.6;overflow-x:hidden;padding-bottom:var(--footer-height, 400px)}.debug *{outline:1px solid #7cfc00}.legal-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);border:none;border-radius:20px;padding:0;width:min(90vw,560px);max-height:85vh;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 20px 50px -10px rgba(0,0,0,.2),0 8px 20px -8px rgba(0,0,0,.15)}.legal-dialog::backdrop{background:rgba(0,0,0,.6);backdrop-filter:blur(8px)}.legal-dialog .dialog-content{display:flex;flex-direction:column;max-height:85vh}.legal-dialog .dialog-content h2{flex-shrink:0;margin:0;padding:1.75rem 2rem;font-family:Righteous,Lato,sans-serif;font-size:1.5rem;color:var(--_color-dark);border-bottom:1px solid rgba(0,0,0,.08);text-align:center}.legal-dialog .dialog-content .dialog-body{flex:1;overflow-y:auto;padding:1.75rem 2rem;line-height:1.8;color:var(--color-text);font-size:.95rem}.legal-dialog .dialog-content .dialog-body p{margin:0 0 1rem}.legal-dialog .dialog-content .dialog-body p:last-child{margin-bottom:0}.legal-dialog .dialog-content .dialog-body a{color:var(--_color-dark);text-decoration:underline;text-underline-offset:2px}.legal-dialog .dialog-content .dialog-close{flex-shrink:0;display:block;width:calc(100% - 3rem);margin:0 1.5rem 1.5rem;padding:.875rem 2rem;background:var(--_color-dark);color:var(--_color-text-light);border:none;border-radius:10px;font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.legal-dialog .dialog-content .dialog-close:hover{background:var(--_color-dark-hover)}.legal-dialog .dialog-content .dialog-close:active{transform:scale(0.98)}.hide{opacity:0 !important;pointer-events:none;transform:translateY(30px)}header{position:fixed;top:0;left:0;right:0;z-index:500;height:var(--_header-height);overflow:hidden;width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}header .bg-outer{position:absolute;top:0;left:0;right:0;margin:0 auto;z-index:0;width:100%;height:100vh;border-radius:0;overflow:hidden}header .bg-outer .bg-inner{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100vh;z-index:0;background:var(--_color-dark-hover)}header .bg-outer .bg-inner svg{position:absolute;width:100%;height:100%}header .bg-outer .bg-inner .blob-1{animation:float1 14s ease-in-out infinite}header .bg-outer .bg-inner .blob-2{animation:float2 18s ease-in-out infinite}header .bg-outer .bg-inner .blob-3{animation:float3 16s ease-in-out infinite}header .bg-outer .bg-inner .blob-4{animation:float4 20s ease-in-out infinite}header .bg-outer .bg-inner .blob-5{animation:float5 15s ease-in-out infinite}header .bg-outer .bg-inner .blob-6{animation:float6 17s ease-in-out infinite}header.floating{z-index:2000;height:max-content;overflow:hidden}header.floating .bg-outer{z-index:1;top:1.8rem;width:calc(var(--max-width) + 100px);height:85px;border-radius:43px;box-shadow:0 0 10px 0 rgba(0,0,0,.25)}header.floating .bg-inner{top:-2rem}header.floating .nav-outer{z-index:10}header.floating .hero{height:0;overflow:hidden}header.animated.floating .bg-outer{animation:shrinkOuter .4s ease both}header.animated.floating .bg-inner{animation:shrinkInner .4s ease both}header.animated:not(.floating) .bg-outer{animation:expandOuter .4s ease both}header.animated:not(.floating) .bg-inner{animation:expandInner .4s ease both}@keyframes shrinkOuter{0%{top:0;width:100%;height:146px;border-radius:0;box-shadow:0 0 10px 0 rgba(0,0,0,.25)}100%{top:1.8rem;width:calc(var(--max-width) + 100px);height:85px;border-radius:43px;box-shadow:0 0 10px 0 rgba(0,0,0,.25)}}@keyframes shrinkInner{0%{top:0}100%{top:-2rem}}@keyframes expandOuter{0%{top:1.8rem;width:calc(var(--max-width) + 100px);height:85px;border-radius:43px}100%{top:0;width:100%;height:100vh;border-radius:0}}@keyframes expandInner{0%{top:-2rem}100%{top:0}}@keyframes float1{0%,100%{transform:translate(0, 0) scale(1)}50%{transform:translate(-20px, 15px) scale(1.03)}}@keyframes float2{0%,100%{transform:translate(0, 0) scale(1)}50%{transform:translate(15px, -20px) scale(1.02)}}@keyframes float3{0%,100%{transform:translate(0, 0) rotate(0deg)}50%{transform:translate(-15px, 10px) rotate(2deg)}}@keyframes float4{0%,100%{transform:translate(0, 0) scale(1)}50%{transform:translate(20px, 15px) scale(1.04)}}@keyframes float5{0%,100%{transform:translate(0, 0)}50%{transform:translate(-10px, -15px)}}@keyframes float6{0%,100%{transform:translate(0, 0) scale(1)}50%{transform:translate(12px, -18px) scale(1.02)}}@media(max-width: 1330px){header .bg-outer{height:100vh}header.floating .bg-outer{top:0 !important;width:100% !important;height:180px !important;border-radius:0 !important;box-shadow:none !important;animation:none !important}header.floating .bg-inner{top:0 !important;animation:none !important}header.animated .bg-outer,header.animated .bg-inner{animation:none !important}}@media(max-width: 800px){header.floating .bg-outer{height:100px !important}}.nav-outer{position:relative;width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:3rem 0;z-index:100;--mx: -100px;--my: -100px;--bubble-size: 0px}.nav-outer .nav-inner{width:100%;max-width:var(--max-width);display:flex;justify-content:space-between;align-items:center}.nav-outer .logo{font-weight:600;font-size:1.6rem;color:var(--_color-text-light);text-decoration:none;text-transform:capitalize;font-family:Lato;font-weight:600;display:flex;align-items:center;justify-content:center}.nav-outer .logo .logo-svg{--logo-stroke: transparent;--logo-fill: var(--_color-text-light);width:50px;height:50px;fill:currentColor;transform:translateY(-10px)}.nav-outer .logo .curved-text{position:absolute;top:45px;left:50%;transform:translateX(-50%);width:120px;height:auto}.nav-outer .logo .curved-text text{font-size:1rem;font-weight:300;fill:#fff}.nav-outer .logo .logo-text{display:none}.nav-outer .main-nav{flex:1;display:flex;gap:1.5rem}.nav-outer .nav-left{justify-content:flex-start}.nav-outer .nav-right{justify-content:flex-end}.nav-outer .main-nav a{color:var(--_color-text-light);font-size:1.4rem;text-decoration:none;text-transform:uppercase;font-family:Lato;font-weight:600}.nav-outer{--mx: -100px;--my: -100px;--blob-size: 80px;overflow:visible}@property --blob-scale{syntax:"<number>";inherits:true;initial-value:0}.nav-bubble{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;padding:3rem 0;pointer-events:none;opacity:0;background:var(--_color-dark);--blob-scale: 0;--offset: calc(var(--blob-size) * var(--blob-scale) / 2);--blob-width: calc(var(--blob-size) * 3);--blob-height: var(--blob-size);-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M70,8 C120,3 150,25 155,55 C158,85 130,98 85,95 C35,92 8,78 5,45 C2,18 30,12 70,8'%3E%3Canimate attributeName='d' dur='4s' repeatCount='indefinite' values='M70,8 C120,3 150,25 155,55 C158,85 130,98 85,95 C35,92 8,78 5,45 C2,18 30,12 70,8; M75,6 C115,8 152,30 153,58 C154,88 125,96 80,97 C30,98 10,72 8,42 C6,15 35,4 75,6; M68,10 C118,5 148,22 154,52 C160,82 128,94 88,93 C38,92 5,82 4,48 C3,20 28,14 68,10; M70,8 C120,3 150,25 155,55 C158,85 130,98 85,95 C35,92 8,78 5,45 C2,18 30,12 70,8'/%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M70,8 C120,3 150,25 155,55 C158,85 130,98 85,95 C35,92 8,78 5,45 C2,18 30,12 70,8'%3E%3Canimate attributeName='d' dur='4s' repeatCount='indefinite' values='M70,8 C120,3 150,25 155,55 C158,85 130,98 85,95 C35,92 8,78 5,45 C2,18 30,12 70,8; M75,6 C115,8 152,30 153,58 C154,88 125,96 80,97 C30,98 10,72 8,42 C6,15 35,4 75,6; M68,10 C118,5 148,22 154,52 C160,82 128,94 88,93 C38,92 5,82 4,48 C3,20 28,14 68,10; M70,8 C120,3 150,25 155,55 C158,85 130,98 85,95 C35,92 8,78 5,45 C2,18 30,12 70,8'/%3E%3C/path%3E%3C/svg%3E");-webkit-mask-size:calc(var(--blob-width)*var(--blob-scale)) calc(var(--blob-height)*var(--blob-scale));mask-size:calc(var(--blob-width)*var(--blob-scale)) calc(var(--blob-height)*var(--blob-scale));-webkit-mask-position:calc(var(--mx) - var(--blob-width)*var(--blob-scale)/2) calc(var(--my) - var(--blob-height)*var(--blob-scale)/2);mask-position:calc(var(--mx) - var(--blob-width)*var(--blob-scale)/2) calc(var(--my) - var(--blob-height)*var(--blob-scale)/2);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:--blob-scale .25s ease,opacity .25s ease}.nav-bubble .logo .logo-svg{--logo-fill: transparent;--logo-stroke: var(--_color-text-light)}.nav-bubble .main-nav a{color:rgba(0,0,0,0);-webkit-text-stroke-color:var(--_color-text-light);text-stroke-color:var(--_color-text-light);-webkit-text-stroke-width:1px;text-stroke-width:1px}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer;z-index:110}.nav-hamburger .hamburger-line{display:block;width:24px;height:2px;background:var(--_color-text-light);border-radius:1px;transition:transform .3s ease,opacity .3s ease}.nav-hamburger[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.nav-hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:calc(100% - 4rem);max-width:400px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:16px;border:none;box-shadow:0 8px 32px rgba(0,0,0,.15);padding:1.5rem;opacity:0;transform:translate(-50%, -50%) scale(0.95)}.nav-mobile-menu[open]{animation:dialogOpen .25s ease forwards}.nav-mobile-menu::backdrop{background:rgba(0,0,0,.3);backdrop-filter:blur(4px)}.nav-mobile-menu .mobile-menu-links{display:flex;flex-direction:column;gap:.5rem}.nav-mobile-menu .mobile-menu-links a{color:var(--_color-dark);font-size:1.2rem;text-decoration:none;text-transform:uppercase;font-family:Lato;font-weight:600;padding:.75rem 1rem;border-radius:8px;transition:background .2s ease}.nav-mobile-menu .mobile-menu-links a:hover{background:rgba(0,0,0,.05)}@media(max-width: 800px){.nav-outer{padding:2rem 1rem}}@media(max-width: 800px){.nav-inner{justify-content:space-between;padding:0}.nav-inner .logo{order:-1;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nav-inner .logo .logo-svg{width:40px;height:40px;flex-shrink:0;transform:none}.nav-inner .logo .curved-text{display:none}.nav-inner .logo .logo-text{display:block;font-size:1.2rem;font-weight:600;font-family:Lato;color:var(--_color-text-light);white-space:nowrap}.nav-inner .nav-left,.nav-inner .nav-right{display:none}.nav-hamburger{display:flex}.nav-bubble{display:none}}@keyframes dialogOpen{from{opacity:0;transform:translate(-50%, -50%) scale(0.95)}to{opacity:1;transform:translate(-50%, -50%) scale(1)}}html:has(.nav-mobile-menu[open]){overflow:hidden}.hero{height:100%;width:100%;position:relative;z-index:1000;color:var(--_color-text-light);display:flex;justify-content:center;background:none}.hero-inner{max-width:var(--max-width);width:calc(100% - 4rem);height:100%;display:flex;align-items:center;justify-content:space-between;gap:clamp(.5rem,2vw,3rem)}.hero-content{flex:2}.hero{color:var(--_color-text-light)}.hero h1{font-size:clamp(1.8rem,5vw,5rem);margin-bottom:1rem;color:rgba(0,0,0,0);-webkit-text-stroke-color:var(--_color-text-light);text-stroke-color:var(--_color-text-light);-webkit-text-stroke-width:2px;text-stroke-width:2px;font-family:Righteous;text-wrap:nowrap;opacity:1;transition:all .3s ease}.hero h1 span{display:inline-block;opacity:0;transform:translateY(20px);animation:letterIn .4s ease forwards}.hero h1 span:nth-child(1){animation-delay:.05s}.hero h1 span:nth-child(2){animation-delay:.1s}.hero h1 span:nth-child(3){animation-delay:.15s}.hero h1 span:nth-child(4){animation-delay:.2s}.hero h1 span:nth-child(5){animation-delay:.25s}.hero h1 span:nth-child(6){animation-delay:1s}.hero h1 span:nth-child(7){animation-delay:1.1s}.hero h1 span:nth-child(8){animation-delay:1.15s}.hero h1 span:nth-child(9){animation-delay:1.2s}.hero h1 span:nth-child(10){animation-delay:1.25s}.hero h1 span:nth-child(11){animation-delay:1.3s}.hero h1 span:nth-child(12){animation-delay:1.35s}.hero h1 span:nth-child(13){animation-delay:1.4s}.hero h1 span:nth-child(14){animation-delay:1.45s}.hero h1 span:nth-child(15){animation-delay:1.5s}.hero h1 span:nth-child(16){animation-delay:1.55s}.hero h1 span:nth-child(17){animation-delay:1.6s}.hero h1 span:nth-child(18){animation-delay:1.65s}.hero h1 span:nth-child(19){animation-delay:1.7s}.hero h1 span:nth-child(20){animation-delay:1.76s}.hero h1 span:nth-child(21){animation-delay:1.8s}.hero h2{font-size:clamp(1.2rem,3vw,3rem);animation:letterIn 1s ease forwards 2.5s;opacity:0;transform:translateY(20px);transition:all .3s ease}.hero h3{font-size:clamp(1rem,2.5vw,2rem);font-weight:300;animation:letterIn 1s ease forwards 2.5s;opacity:0;transform:translateY(20px);transition:all .3s ease}.hero .hero-image{flex-shrink:0;width:30%;align-self:flex-end;margin-bottom:-20px;max-height:100%}.hero .hero-image img{display:block;max-width:100%;max-height:100%;height:auto;object-fit:contain}.hero .hero-image{opacity:0;transform:translateY(50px);animation:letterIn 1.5s ease forwards}.hero a.btn{display:inline-block;background:var(--_color-dark);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:500;border:none;cursor:pointer;font-size:1rem;transition:background .2s;margin-top:1rem;opacity:0;transform:translateY(20px);animation:letterIn 1.5s ease forwards 2.5s}@keyframes letterIn{to{opacity:1;transform:translateY(0)}}@media(max-width: 800px){.hero-inner{flex-direction:column;justify-content:center;align-items:center;gap:0;padding:2rem 1rem 0}.hero .hero-image{order:-1;width:65%;max-width:300px;align-self:center;margin-bottom:-10rem;mask-image:linear-gradient(to bottom, black 50%, transparent 100%);-webkit-mask-image:linear-gradient(to bottom, black 50%, transparent 100%)}.hero-content{text-align:center;position:relative;z-index:1}.hero h1{font-size:clamp(2rem,10vw,5rem);-webkit-text-stroke-width:1.5px;text-stroke-width:1.5px}.hero h2{font-size:clamp(1.5rem,6vw,3rem)}.hero h3{font-size:clamp(1.2rem,4vw,2rem)}a.btn{width:100%;text-align:center}}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero h3{font-weight:1}}.spacer{margin-top:var(--_header-height)}section.shadow{box-shadow:0 0 10px 10px rgba(0,0,0,.05);transition:box-shadow .3s ease .3s}section{position:relative;background:var(--_color-accent);z-index:1000;margin:0;padding:4rem 1rem calc(4rem + 100px) 1rem;display:flex;justify-content:center}section .section-curve{display:none}section *{width:100%;max-width:var(--max-width)}section h2{font-size:clamp(1.5rem,5vw,3rem);margin:0 auto;text-align:center;color:var(--_color-dark);font-family:Lato;text-wrap:balance;text-transform:uppercase;position:relative;margin-bottom:3rem}.section.cards{background:var(--_color-accent);padding:4rem 2rem}.section.cards .section-inner{max-width:var(--max-width);margin:0 auto}.section.cards h2{margin-bottom:1rem}.section.cards .section-intro{width:auto;text-align:center;color:var(--color-text);font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.6}.cards-list{display:grid;grid-template-columns:repeat(6, 1fr);gap:1.5rem;list-style:none;padding:0;margin:0;width:auto}.card-item{grid-column:span 2;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(191,80,24,.08),0 2px 8px rgba(0,0,0,.04);width:auto;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;gap:.5rem 1rem}.card-item h3{grid-column:1;grid-row:1;width:auto;font-size:1.25rem;font-weight:600;color:var(--_color-dark);margin:0;font-family:Lato,sans-serif;align-self:center}.card-item .card-icon{grid-column:2;grid-row:1;width:36px;height:36px;color:var(--_color-dark);display:flex;align-items:center;justify-content:center;justify-self:end}.card-item .card-icon svg{width:100%;height:100%}.card-item .card-extra{grid-column:1/-1;grid-row:2;width:auto;font-size:.875rem;color:var(--color-text-light);font-weight:500;align-self:start}.card-item p{grid-column:1/-1;grid-row:2;width:auto;font-size:1rem;color:var(--color-text);line-height:1.6;margin:0;align-self:center}.card-item .card-extra+p{grid-row:3;align-self:start}.card-item::after{content:"";grid-column:1/-1;grid-row:-1;height:3px;background:var(--_color-dark);border-radius:2px;margin-top:1rem}.card-item:only-child{grid-column:1/-1;max-width:600px;justify-self:center}.card-item:first-child:nth-last-child(2),.card-item:last-child:nth-child(2){grid-column:span 3}.card-item:nth-last-child(1):nth-child(3n+1):not(:nth-last-child(4)){grid-column:2/6}.card-item:nth-last-child(2):nth-child(3n+1),.card-item:nth-last-child(1):nth-child(3n+2){grid-column:span 3}.cards-list>.card-item:first-child:nth-last-child(4),.cards-list>.card-item:first-child:nth-last-child(4)~.card-item{grid-column:span 3}@media(max-width: 800px){.section.cards{padding:3rem 1rem}.cards-list{grid-template-columns:1fr;gap:1rem}.card-item{grid-column:span 1;padding:1.5rem}.card-item:only-child{max-width:none}}.form-section{background:var(--_color-accent)}.form-section .section-inner{width:100%;max-width:var(--max-width);margin:0 auto}.form-section h2{margin-bottom:1rem}.form-section .section-intro{width:100%;text-align:center;color:var(--color-text);font-size:1.1rem;margin-bottom:2rem}.dynamic-form{width:100%;max-width:600px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px rgba(191,80,24,.1),0 2px 8px rgba(0,0,0,.05)}.dynamic-form *{width:auto}.dynamic-form input[type=text],.dynamic-form input[type=email],.dynamic-form input[type=phone],.dynamic-form input[type=tel],.dynamic-form input[type=date],.dynamic-form textarea,.dynamic-form select{width:100%}.form-field{margin-bottom:1.5rem;width:100%}.form-field label{display:block;font-weight:600;font-size:.95rem;color:var(--color-text);margin-bottom:.5rem;font-family:Lato}.form-field .required{color:var(--_color-dark);margin-left:2px}.form-field input[type=text],.form-field input[type=email],.form-field input[type=phone],.form-field input[type=tel],.form-field input[type=date],.form-field textarea,.form-field select{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e8e4e0;border-radius:12px;background:var(--color-bg);color:var(--color-text);font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-field input[type=text]:focus,.form-field input[type=email]:focus,.form-field input[type=phone]:focus,.form-field input[type=tel]:focus,.form-field input[type=date]:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--_color-dark);background:#fff;box-shadow:0 0 0 4px rgba(191,80,24,.1)}.form-field input[type=text]::placeholder,.form-field input[type=email]::placeholder,.form-field input[type=phone]::placeholder,.form-field input[type=tel]::placeholder,.form-field input[type=date]::placeholder,.form-field textarea::placeholder,.form-field select::placeholder{color:#aaa}.form-field textarea{min-height:120px;resize:vertical}.form-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.checkbox-label{display:flex !important;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:400 !important;line-height:1.5}.checkbox-label input[type=checkbox]{width:22px;height:22px;margin:0;flex-shrink:0;cursor:pointer;accent-color:var(--_color-dark);border-radius:6px}.form-submit{margin-top:2rem;text-align:center}.form-submit .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--_color-dark);color:#fff;font-size:1.1rem;font-weight:600;font-family:Lato;padding:1rem 2.5rem;border:none;border-radius:50px;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.form-submit .btn:hover{background:#a84415;transform:translateY(-2px);box-shadow:0 4px 12px rgba(191,80,24,.3)}.form-submit .btn:active{transform:translateY(0)}.form-submit .btn .htmx-indicator{display:none}.form-submit .btn.htmx-request .btn-text{display:none}.form-submit .btn.htmx-request .htmx-indicator{display:inline}.form-message{margin-top:1.5rem;text-align:center}.form-message:empty{display:none}.form-message .success{color:#2d7a3d;background:#e8f5eb;padding:1rem 1.5rem;border-radius:12px;font-weight:500}.form-message .error{color:#b33a3a;background:#fdeaea;padding:1rem 1.5rem;border-radius:12px;font-weight:500}@media(max-width: 800px){.form-section .section-inner{padding:0 1rem}.dynamic-form{padding:1.5rem;border-radius:16px}.form-submit .btn{width:100%;padding:1rem 1.5rem}}.timeline-section{background:var(--_color-accent)}.timeline-section .section-inner{width:100%;max-width:var(--max-width);margin:0 auto}.timeline-section h2{margin-bottom:3rem}.timeline{position:relative;width:100%;max-width:900px;margin:0 auto;padding:2rem 0}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom, transparent, var(--_color-dark) 5%, var(--_color-dark) 95%, transparent);transform:translateX(-50%);border-radius:2px}.timeline-item{position:relative;width:50%;padding:1rem 2.5rem;box-sizing:border-box;opacity:0;transform:translateY(30px);animation:timelineFadeIn .6s ease forwards}.timeline-item:nth-child(1){animation-delay:0s}.timeline-item:nth-child(2){animation-delay:0.15s}.timeline-item:nth-child(3){animation-delay:0.3s}.timeline-item:nth-child(4){animation-delay:0.45s}.timeline-item:nth-child(5){animation-delay:0.6s}.timeline-item:nth-child(6){animation-delay:0.75s}.timeline-item:nth-child(7){animation-delay:0.9s}.timeline-item:nth-child(8){animation-delay:1.05s}.timeline-item:nth-child(9){animation-delay:1.2s}.timeline-item:nth-child(10){animation-delay:1.35s}.timeline-item:nth-child(11){animation-delay:1.5s}.timeline-item:nth-child(12){animation-delay:1.65s}.timeline-item:nth-child(13){animation-delay:1.8s}.timeline-item:nth-child(14){animation-delay:1.95s}.timeline-item:nth-child(15){animation-delay:2.1s}.timeline-item:nth-child(16){animation-delay:2.25s}.timeline-item:nth-child(17){animation-delay:2.4s}.timeline-item:nth-child(18){animation-delay:2.55s}.timeline-item:nth-child(19){animation-delay:2.7s}.timeline-item:nth-child(20){animation-delay:2.85s}.timeline-item--left{left:0;text-align:right;padding-right:3.5rem}.timeline-item--right{left:50%;text-align:left;padding-left:3.5rem}.timeline-dot{position:absolute;width:16px;height:16px;background:var(--_color-dark);border-radius:50%;top:2rem;box-shadow:0 0 0 4px var(--_color-accent),0 0 0 6px var(--_color-dark);z-index:10}.timeline-item--left .timeline-dot{right:-8px}.timeline-item--right .timeline-dot{left:-8px}.timeline-content{position:relative;width:auto;background:#fff;padding:1.5rem 2rem;border-radius:16px;box-shadow:0 4px 20px rgba(191,80,24,.1),0 2px 8px rgba(0,0,0,.05)}.timeline-content::after{content:"";position:absolute;top:calc(1rem - 2px);width:0;height:0;border:10px solid rgba(0,0,0,0)}.timeline-item--left .timeline-content::after{right:-20px;border-left-color:#fff}.timeline-item--right .timeline-content::after{left:-20px;border-right-color:#fff}.timeline-date{display:inline-block;width:auto;font-weight:700;font-size:.9rem;color:#fff;background:var(--_color-dark);padding:.25rem .75rem;border-radius:20px;margin-bottom:.75rem;font-family:Lato;letter-spacing:.5px}.timeline-text{width:auto;margin:0;color:var(--color-text);line-height:1.7;font-size:1.05rem}@keyframes timelineFadeIn{to{opacity:1;transform:translateY(0)}}@media(max-width: 800px){.timeline-line{left:2rem;width:3px}.timeline-item,.timeline-item--left,.timeline-item--right{width:100%;left:0;text-align:left;padding-left:5rem;padding-right:1.5rem}.timeline-item--left .timeline-dot,.timeline-item--right .timeline-dot{left:calc(2rem - 8px);right:auto}.timeline-item--left .timeline-content::after,.timeline-item--right .timeline-content::after{left:-20px;right:auto;border-left-color:rgba(0,0,0,0);border-right-color:#fff}}footer{position:fixed;bottom:0;left:0;width:100%;z-index:1001;display:flex;justify-content:center;align-items:center;transform:translateY(100%);will-change:transform;transition:transform .15s ease-out;background:var(--_color-accent)}footer .bg-outer{position:absolute;top:1rem;left:1rem;right:1rem;bottom:1rem;margin:0 auto;z-index:0;border-radius:43px;overflow:hidden}footer .bg-outer .bg-inner{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:var(--_color-dark-hover)}footer .bg-outer .bg-inner svg{position:absolute;width:100%;height:100%}footer .bg-outer .bg-inner .blob-1{animation:float1 14s ease-in-out infinite}footer .bg-outer .bg-inner .blob-2{animation:float2 18s ease-in-out infinite}footer .bg-outer .bg-inner .blob-3{animation:float3 16s ease-in-out infinite}footer .bg-outer .bg-inner .blob-4{animation:float4 20s ease-in-out infinite}footer .bg-outer .bg-inner .blob-5{animation:float5 15s ease-in-out infinite}footer .bg-outer .bg-inner .blob-6{animation:float6 17s ease-in-out infinite}footer .footer-content{position:relative;z-index:10;max-width:var(--max-width);width:100%;color:var(--_color-text-light);padding:2.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}footer .footer-top{text-align:center}footer .footer-top .footer-name{font-size:1.1rem;margin:0}footer .footer-top .footer-subtext{font-size:.95rem;margin:.25rem 0 0;opacity:.85}footer .footer-middle{display:flex;flex-direction:column;align-items:center;gap:.75rem}footer .footer-links{display:flex;flex-direction:row;align-items:center;gap:1.5rem}footer .footer-links a{display:flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;transition:opacity .2s}footer .footer-links a:hover{opacity:.7}footer .footer-links a .link-icon{display:flex;align-items:center;justify-content:center}footer .footer-links a .link-icon svg{width:20px;height:20px}footer .footer-legal{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.9rem}footer .footer-legal button{background:none;border:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}footer .footer-legal button:hover{opacity:.7}footer .footer-legal .separator{opacity:.5}footer .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem}footer .footer-bottom .footer-icon{width:48px;height:48px}footer .footer-bottom .copyright{font-size:.85rem;opacity:.8}@media(max-width: 800px){footer .footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}/*# sourceMappingURL=pretty.css.map */
