:root{--bg:#f5f1ec;--surface:#ffffff;--text:#1f2a3c;--muted:#5b6472;--primary:#1f2a3c;--primaryText:#ffffff;--accent:#b7956b;--border:#C9AD92;--radius:8px;--maxw:960px;--section:48px;--gap:18px;--hFont:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--bFont:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--hWeight:700}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--bFont);line-height:1.6}
h1,h2,h3,h4{font-family:var(--hFont);font-weight:var(--hWeight);color:var(--text);line-height:1.15;margin:0 0 .4em}
.tp-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(16px,4vw,40px);background:var(--surface);border-bottom:1px solid var(--border)}
.tp-brand{font-family:var(--hFont);font-weight:700;font-size:18px;color:var(--primary);text-decoration:none}
.tp-nav-links{display:flex;gap:20px}.tp-nav-links a{color:var(--muted);font-size:14.5px;text-decoration:none}.tp-nav-links a:hover{color:var(--text)}.tp-nav-links a.active{color:var(--primary);font-weight:600}

.tp-with-sidebar{display:flex;min-height:100vh}.tp-nav-left,.tp-nav-right{flex-direction:column;align-items:flex-start;gap:22px;width:210px;flex:0 0 210px;border-bottom:none;padding:28px 22px}
.tp-nav-left{border-right:1px solid var(--border)}.tp-nav-right{border-left:1px solid var(--border)}.tp-nav-left .tp-nav-links,.tp-nav-right .tp-nav-links{flex-direction:column;gap:12px}
.tp-content{max-width:var(--maxw);margin:0 auto;padding:var(--section) clamp(16px,4vw,40px)}.tp-content>.tp-anchor{margin-bottom:var(--section)}.tp-content>.tp-anchor:last-child{margin-bottom:0}.tp-with-sidebar .tp-content{flex:1;min-width:0}
.tp-kicker{text-transform:uppercase;letter-spacing:.1em;font-size:13px;color:var(--accent);font-weight:600;margin:0 0 14px}
.tp-hero{position:relative;border-radius:var(--radius);overflow:hidden;padding:clamp(44px,7vw,96px) clamp(24px,5vw,56px)}
.tp-hero:not(.tp-hero-bg){background:var(--bg)}
.tp-hero h1{font-size:clamp(34px,6vw,60px);letter-spacing:-.01em;max-width:18ch}.tp-lead{font-size:clamp(17px,1.4vw,20px);color:var(--muted);max-width:60ch;margin:18px 0 0}
.tp-hero-bg{background-size:cover;background-position:center;padding:clamp(56px,9vw,120px) clamp(24px,4vw,48px)}
.tp-hero-bg::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.6))}
.tp-hero-inner{position:relative;z-index:1}.tp-hero-bg .tp-hero-inner h1,.tp-hero-bg .tp-hero-inner .tp-lead,.tp-hero-bg .tp-hero-inner .tp-kicker{color:#fff}.tp-hero-bg .tp-hero-inner .tp-lead{opacity:.92}
.tp-imagetext{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:clamp(16px,3vw,36px);align-items:center}.tp-it-img{width:100%;height:100%;max-height:360px;object-fit:cover;border-radius:var(--radius);display:block}.tp-it-body .tp-btn{margin-top:14px}
@media(max-width:640px){.tp-imagetext{grid-template-columns:1fr}}
.tp-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--gap)}.tp-gal-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);display:block;transition:transform .3s ease,box-shadow .3s ease}.tp-gal-img:hover{transform:scale(1.03);box-shadow:0 14px 30px -18px rgba(0,0,0,.4)}
.tp-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.tp-btn{display:inline-flex;align-items:center;padding:12px 24px;border-radius:var(--radius);font-weight:600;font-size:15px;border:none;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease}
.tp-btn-primary{background:var(--primary);color:var(--primaryText);box-shadow:0 6px 18px -8px color-mix(in srgb,var(--primary) 70%,transparent)}.tp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px -8px color-mix(in srgb,var(--primary) 75%,transparent)}
.tp-btn-ghost{border:1px solid var(--border);color:var(--text);background:none}.tp-btn-ghost:hover{border-color:var(--primary);color:var(--primary)}
.tp-section h2{font-size:clamp(22px,3vw,30px)}.tp-intro{color:var(--muted);font-size:16px;max-width:62ch;margin:0 0 var(--gap)}.tp-body{font-size:16px}.tp-body p{margin:0 0 .8em}.tp-body ul{margin:0 0 .8em;padding-left:20px}
.tp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--gap)}.tp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px 20px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tp-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px -16px rgba(0,0,0,.35);border-color:color-mix(in srgb,var(--primary) 40%,var(--border))}.tp-card h3{font-size:18px;margin-bottom:8px}.tp-card p{margin:0;color:var(--muted);font-size:14.5px}
.tp-pricelist{display:flex;flex-direction:column}.tp-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--border)}.tp-price{color:var(--primary);font-weight:700;white-space:nowrap}.tp-muted{color:var(--muted)}
.tp-contact p{margin:2px 0}.tp-form{display:flex;flex-direction:column;gap:10px;max-width:440px}.tp-input{height:42px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.tp-input-tall{height:96px}.tp-field{display:flex;flex-direction:column;gap:4px}.tp-field-label{font-size:13px;font-weight:600;color:var(--text)}input.tp-input,textarea.tp-input{padding:10px 12px;font-family:inherit;font-size:14px;width:100%;box-sizing:border-box;color:var(--text);background:var(--surface);height:auto}textarea.tp-input{resize:vertical;min-height:96px}.tp-wf-status{font-size:13px;margin:2px 0 0}.tp-wf-ok{color:#16a34a}.tp-wf-err{color:#dc2626}.tp-form .tp-btn{align-self:flex-start;margin-top:4px}
.tp-footer{background:var(--surface);border-top:1px solid var(--border);padding:var(--section) clamp(16px,4vw,40px);display:flex;flex-wrap:wrap;gap:40px}.tp-footer h4{font-size:14px;margin-bottom:8px}.tp-footer p{margin:0;color:var(--muted);font-size:14px;white-space:pre-line}
.tp-langs{display:flex;gap:8px;align-items:center}.tp-langs a{font-size:12.5px;font-weight:600;color:var(--muted);text-decoration:none;padding:3px 8px;border:1px solid var(--border);border-radius:999px}.tp-langs a.active{color:var(--primaryText);background:var(--primary);border-color:var(--primary)}
.tp-logo{max-height:36px;width:auto;display:block}
.tp-hero-logo{max-height:clamp(150px,20vw,300px);width:auto;max-width:100%;display:block;margin:0 0 28px}.tp-hero-bg .tp-hero-logo{filter:brightness(0) invert(1)}.tp-hero-centered .tp-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.tp-hero-centered .tp-hero-logo{margin:0 auto 28px}.tp-hero-centered h1{max-width:22ch}.tp-hero-centered .tp-lead{margin-left:auto;margin-right:auto}.tp-hero-centered .tp-ctas{justify-content:center}.tp-anchor{scroll-margin-top:90px}html{scroll-behavior:smooth}