@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@300;400;500;600&display=swap";:root{--spruce-900: #1a2d22;--spruce-800: #26402f;--spruce-700: #345240;--spruce-500: #5a7a65;--spruce-300: #b6c5b6;--spruce-100: #e8eee6;--bark-900: #3a2b1c;--bark-700: #6b4e2e;--bark-500: #a07849;--bark-300: #d6b892;--bark-100: #f0e4d1;--linen: #faf6ef;--paper: #ffffff;--ink: #1f2820;--ink-soft: #4a5450;--ink-mute: #566159;--rule: #d8d0c1;--font-serif: "Fraunces", "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--shadow-sm: 0 1px 3px rgba(38, 64, 47, .06), 0 1px 2px rgba(38, 64, 47, .04);--shadow-md: 0 4px 16px rgba(38, 64, 47, .08);--shadow-lg: 0 12px 40px rgba(38, 64, 47, .12);--radius-sm: 4px;--radius: 6px;--radius-lg: 12px;--transition: .28s cubic-bezier(.4, 0, .2, 1);--header-height: 76px;--content-max: 1180px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:var(--font-sans);font-weight:400;color:var(--ink);background:var(--linen);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em;line-height:1.2;color:var(--spruce-900);font-variation-settings:"opsz" 48}h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:500;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500}h3{font-size:clamp(1.15rem,2vw,1.4rem);font-weight:600;letter-spacing:-.005em}h4{font-size:1rem;font-weight:600}p{color:var(--ink-soft)}a{color:var(--spruce-800);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--bark-700)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:760px;margin:0 auto;padding:0 1.5rem}.eyebrow{display:inline-block;font-family:var(--font-sans);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--bark-700);margin-bottom:.75rem}.section-header{text-align:center;margin-bottom:var(--space-lg)}.section-header h2{margin-bottom:.5rem}.section-header .lede{color:var(--ink-mute);max-width:560px;margin:.75rem auto 0;font-size:1.02rem}.section-header:after{content:"";display:block;width:48px;height:1px;background:var(--bark-500);margin:1.25rem auto 0;opacity:.6}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#faf6efeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;height:var(--header-height);transition:background var(--transition),border-color var(--transition)}.site-header.scrolled{background:#faf6effa;border-bottom-color:var(--rule)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);max-width:var(--content-max);margin:0 auto;padding:0 1.5rem}.logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--spruce-900);letter-spacing:.01em}.logo svg{width:28px;height:28px;color:var(--spruce-700)}.nav-links{display:flex;list-style:none;gap:.25rem;align-items:center}.nav-links a{display:block;padding:.5rem .9rem;color:var(--ink);font-family:var(--font-sans);font-weight:500;font-size:.88rem;letter-spacing:.01em;border-radius:var(--radius);transition:all var(--transition);position:relative}.nav-links a:hover,.nav-links a.active{color:var(--spruce-800)}.nav-links a.active:after{content:"";position:absolute;bottom:.3rem;left:50%;transform:translate(-50%);width:14px;height:1.5px;background:var(--bark-500);border-radius:1px}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-toggle span{display:block;width:22px;height:1.5px;background:var(--ink);margin:5px 0;transition:all var(--transition);border-radius:2px}.mobile-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}@media (max-width: 860px){.nav-links{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--paper);flex-direction:column;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--rule);gap:0}.nav-links.open{display:flex}.nav-links a{padding:.85rem 0;width:100%;font-size:1rem;border-bottom:1px solid var(--rule)}.nav-links li:last-child a{border-bottom:none}.mobile-toggle{display:block}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;text-align:center;margin-top:var(--header-height);overflow:hidden;color:var(--paper)}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;transform:scale(1.02)}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1a2d2259,#1a2d228c 60%,#1a2d22b3)}.hero-content{position:relative;z-index:1;padding:2rem 1.5rem;max-width:760px}.hero-content .eyebrow{color:var(--bark-300);margin-bottom:1.25rem}.hero-content h1{color:var(--paper);font-weight:400;font-size:clamp(2.5rem,6vw,4.5rem);font-variation-settings:"opsz" 144;letter-spacing:-.015em;margin-bottom:1.25rem;text-shadow:0 2px 30px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(1rem,1.7vw,1.15rem);opacity:.92;margin-bottom:2.5rem;font-weight:300;line-height:1.7;max-width:560px;margin-left:auto;margin-right:auto;color:var(--paper)}.hero-rule{display:block;width:40px;height:1px;background:var(--bark-300);margin:1.5rem auto 2rem;opacity:.6}.page-header{padding:calc(var(--header-height) + 5rem) 0 4rem;background:var(--spruce-900);color:var(--paper);text-align:center;position:relative}.page-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:2px;background:var(--bark-500)}.page-header h1{color:var(--paper);font-weight:400;font-variation-settings:"opsz" 144}.page-header .lede{color:var(--spruce-300);max-width:560px;margin:1rem auto 0;font-size:1.05rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;border-radius:var(--radius);font-family:var(--font-sans);font-weight:500;font-size:.92rem;letter-spacing:.01em;transition:all var(--transition);cursor:pointer;border:1.5px solid transparent;text-decoration:none;line-height:1}.btn-primary{background:var(--spruce-800);color:var(--paper);border-color:var(--spruce-800)}.btn-primary:hover{background:var(--spruce-900);border-color:var(--spruce-900);color:var(--paper);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--paper);border-color:#ffffff80}.btn-outline:hover{background:#ffffff1a;border-color:var(--paper);color:var(--paper)}.btn-ghost{background:transparent;color:var(--spruce-800);border-color:var(--spruce-800)}.btn-ghost:hover{background:var(--spruce-800);color:var(--paper)}.btn svg{width:16px;height:16px}.section{padding:var(--space-xl) 0}.section-tight{padding:var(--space-lg) 0}.section-dark{background:var(--spruce-900);color:var(--paper)}.section-dark h2,.section-dark h3{color:var(--paper)}.section-dark p{color:var(--spruce-300)}.section-dark .eyebrow{color:var(--bark-300)}.section-dark .section-header:after{background:var(--bark-500)}.section-cream{background:var(--bark-100)}.section-paper{background:var(--paper)}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.service-card{background:var(--paper);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition);text-decoration:none;color:var(--ink);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);color:var(--ink)}.service-card-image{aspect-ratio:4/3;overflow:hidden;background:var(--spruce-100)}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .service-card-image img{transform:scale(1.04)}.service-card-body{padding:1.5rem 1.75rem 1.75rem;flex:1;display:flex;flex-direction:column}.service-card-body h3{margin-bottom:.4rem;color:var(--spruce-900)}.service-card-body p{font-size:.94rem;margin-bottom:1rem;flex:1;color:#2d3a31}.service-card-meta{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--rule);font-size:.88rem}.service-card-price{font-family:var(--font-serif);font-size:1.15rem;color:var(--spruce-800);font-weight:600}.service-card-capacity{color:var(--ink-mute);font-size:.85rem;display:inline-flex;align-items:center;gap:.35rem}.service-card-capacity svg{width:14px;height:14px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem 2rem}@media (min-width: 1180px){.features-grid{grid-template-columns:repeat(4,1fr)}.features-grid .feature-item:nth-last-child(2):nth-child(odd){grid-column-start:2}}.feature-item{text-align:center}.feature-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--bark-100);color:var(--spruce-800);margin-bottom:1rem}.section-dark .feature-icon-wrap{background:#ffffff14;color:var(--bark-300)}.feature-icon-wrap svg{width:22px;height:22px}.feature-item h3{font-size:1.05rem;margin-bottom:.4rem;font-weight:600;font-family:var(--font-sans);letter-spacing:0}.feature-item p{font-size:.92rem;color:var(--ink-mute);line-height:1.6}.section-dark .feature-item p{color:var(--spruce-300)}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.split{grid-template-columns:1fr;gap:2rem}.split.reverse>:first-child{order:2}}.split-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.split-content h2{margin-bottom:1rem}.split-content .eyebrow{margin-bottom:.5rem}.split-content p{margin-bottom:1rem}.facts{display:flex;flex-wrap:wrap;gap:2.5rem;margin:1.75rem 0;padding:1.25rem 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.fact{display:flex;flex-direction:column;gap:.15rem}.fact-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.fact-value{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--spruce-900)}.fact-value .eur{color:var(--bark-700);font-size:.9em;margin-left:.1em}.fact-sub{font-size:.82rem;color:var(--ink-mute)}.comparison{width:100%;border-collapse:collapse;margin:var(--space-md) 0;font-size:.95rem;background:var(--paper);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.comparison th{text-align:left;padding:1rem 1.25rem;background:var(--spruce-900);color:var(--paper);font-family:var(--font-sans);font-weight:600;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.comparison td{padding:1rem 1.25rem;border-bottom:1px solid var(--rule);vertical-align:top}.comparison tr:last-child td{border-bottom:none}.comparison tr:hover td{background:var(--linen)}.comparison td strong{color:var(--spruce-900);font-family:var(--font-serif);font-size:1.05rem;font-weight:600;display:block;margin-bottom:.1rem}.comparison td .sub{font-size:.82rem;color:var(--ink-mute)}@media (max-width: 640px){.comparison{font-size:.88rem}.comparison th,.comparison td{padding:.75rem .85rem}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;cursor:pointer;position:relative;box-shadow:var(--shadow-sm)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(26,45,34,.3) 100%);opacity:0;transition:opacity var(--transition)}.gallery-item:hover:after{opacity:1}.collage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.collage-item{border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:4/3;background:var(--spruce-100)}.collage-item img{width:100%;height:100%;object-fit:cover;filter:saturate(.95);transition:filter var(--transition)}.collage-item:hover img{filter:saturate(1.05)}.lightbox{display:none;position:fixed;inset:0;z-index:9999;background:#1a2d22f2;align-items:center;justify-content:center;padding:2rem}.lightbox.active{display:flex}.lightbox img{max-width:92vw;max-height:86vh;object-fit:contain;border-radius:var(--radius);box-shadow:0 30px 80px #00000080}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--paper);font-size:1.2rem;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background var(--transition)}.lightbox-close:hover{background:#fff3}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 860px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.contact-item{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.contact-icon{flex-shrink:0;width:42px;height:42px;color:var(--spruce-700);display:flex;align-items:center;justify-content:center}.contact-icon svg{width:22px;height:22px}.contact-item h4{font-family:var(--font-sans);font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-mute);margin-bottom:.35rem}.contact-item p{font-size:1rem;color:var(--ink);margin-bottom:.15rem}.phone-link{font-family:var(--font-serif);font-size:1.3rem;font-weight:600;color:var(--spruce-800);letter-spacing:.01em}.phone-link:hover{color:var(--bark-700)}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.form-group label{display:block;margin-bottom:.4rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute)}.form-group input,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--rule);border-radius:var(--radius);font-family:var(--font-sans);font-size:.95rem;color:var(--ink);transition:border-color var(--transition),background var(--transition);background:var(--paper)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--spruce-700);background:var(--linen)}.form-group textarea{resize:vertical;min-height:140px;line-height:1.6}.map-container{width:100%;aspect-ratio:16/8;border-radius:var(--radius-lg);overflow:hidden;margin-top:3rem;box-shadow:var(--shadow-md);border:1px solid var(--rule)}.map-container iframe{width:100%;height:100%;border:none;filter:saturate(.85) contrast(.98)}.info-panel{padding:1.5rem 1.75rem;background:var(--linen);border-radius:var(--radius-lg);border-left:3px solid var(--bark-500);margin-top:2rem}.info-panel h3{font-family:var(--font-sans);font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-mute);margin-bottom:.75rem}.info-panel p{font-size:.88rem;color:var(--ink-soft);line-height:1.8}.info-panel strong{color:var(--ink);font-weight:600}.site-footer{background:var(--spruce-900);color:var(--spruce-300);padding:4rem 0 2rem;position:relative}.site-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:var(--bark-500)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-col h3{color:var(--paper);font-family:var(--font-sans);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.25rem}.footer-brand{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;color:var(--paper);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-brand svg{width:22px;height:22px;color:var(--bark-300)}.footer-col p{font-size:.92rem;color:var(--spruce-300);margin-bottom:.5rem;line-height:1.7}.footer-col a{color:var(--spruce-300)}.footer-col a:hover{color:var(--bark-300)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.92rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;text-align:center;font-size:.82rem;color:var(--spruce-500)}.page-content{margin-top:0}.text-center{text-align:center}.mt-lg{margin-top:var(--space-lg)}.mb-lg{margin-bottom:var(--space-lg)}.divider-leaf{display:flex;align-items:center;gap:1rem;color:var(--bark-500);opacity:.5;margin:1rem auto;max-width:200px}.divider-leaf:before,.divider-leaf:after{content:"";flex:1;height:1px;background:currentColor}.divider-leaf svg{width:16px;height:16px}.cta-block{background:var(--spruce-900);color:var(--paper);text-align:center;padding:var(--space-lg) 2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.cta-block h2{color:var(--paper);margin-bottom:.75rem}.cta-block p{color:var(--spruce-300);margin:0 auto 2rem;max-width:500px}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.leaf-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;margin-top:1rem}@media (max-width: 640px){.leaf-list{grid-template-columns:1fr}}.leaf-list li{padding-left:1.5rem;position:relative;font-size:.94rem;color:var(--ink-soft);line-height:1.6}.leaf-list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:var(--bark-500);border-radius:50% 0;transform:rotate(45deg)}
