:root {
  --bg: #f4f3ef;
  --bg-alt: #eceae3;
  --card: #fdfcfa;
  --border: #d8d4c8;
  --ink: #24231f;
  --ink-muted: #6d695c;
  --accent: #51728a;
  --accent-soft: #e5ebee;
  --radius: 6px;
  --font-head: 'Sora', 'Century Gothic', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 800; line-height: 1.15; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 1.4rem; }

.eyebrow { color: var(--accent); font-family: var(--font-head); font-weight: 700; letter-spacing: 2px; font-size: 0.76rem; text-transform: uppercase; margin-bottom: 0.6rem; }
.section { padding: 90px 32px; max-width: 1180px; margin: 0 auto; }

.ph-icon { width: 30px; height: 30px; border: 1.5px dashed var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--ink-muted); }
.ph-icon svg { width: 14px; height: 14px; }
.ph-label { font-size: 0.72rem; color: var(--ink-muted); }

.cut-frame {
  background: var(--accent-soft); color: var(--accent);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 10px; padding: 30px;
}
.cut-frame.reverse { clip-path: polygon(0 0, 93% 0, 100% 14%, 100% 100%, 0 100%); }
.cut-frame svg { width: 30px; height: 30px; opacity: 0.75; }
.cut-frame span { font-size: 0.82rem; max-width: 200px; }
.cut-frame.small { aspect-ratio: 1/1; padding: 16px; margin-bottom: 14px; }
.cut-frame.small svg { width: 20px; height: 20px; }
.cut-frame.tile { aspect-ratio: 1/1; }
.cut-frame.tile.alt { clip-path: polygon(0 0, 100% 0, 100% 86%, 86% 100%, 0 100%); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-reveal].in-view { opacity: 1; transform: translateY(0); }

.btn { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 0.88rem; padding: 13px 24px; border-radius: var(--radius); transition: transform 0.15s ease; }
.btn-primary { background: var(--accent); color: #fdfcfa; border: none; cursor: pointer; }
.btn-primary:hover { transform: translateY(-2px); }
.btn-outline { border: 1.5px solid var(--border); color: var(--ink); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-full { width: 100%; text-align: center; border: none; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,243,239,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.logo-slot { display: flex; align-items: center; gap: 10px; }
.main-nav { display: flex; gap: 26px; }
.main-nav a { font-size: 0.88rem; font-weight: 500; color: var(--ink-muted); }
.main-nav a:hover { color: var(--ink); }
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; }
.burger span { display: block; height: 2px; width: 24px; background: var(--ink); margin: 0 auto; }

.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh; align-items: center; }
.hero-text { padding: 40px 6vw; }
.hero h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-bottom: 1.1rem; }
.hero-sub { color: var(--ink-muted); margin-bottom: 1.8rem; max-width: 440px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero > .cut-frame { height: 100%; min-height: 420px; }

.bento { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(2, auto); gap: 18px; }
.bento-card { background: var(--card); border: 1px solid var(--border); padding: 26px; }
.bento-card.big { grid-row: span 2; }
.bento-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.bento-card p { color: var(--ink-muted); font-size: 0.9rem; }

.om { background: var(--bg-alt); }
.om-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; padding: 0; }
.om-text p { color: var(--ink-muted); }
.om .cut-frame { aspect-ratio: 4/3.4; }

.cut-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 0; }
.kontakt-info p { color: var(--ink-muted); margin-bottom: 1.4rem; }
.kontakt-list { list-style: none; display: grid; gap: 10px; }
.kontakt-list li { color: var(--ink-muted); }
.kontakt-list strong { color: var(--ink); margin-right: 6px; }
.kontakt-list [data-fill] { color: var(--accent); font-style: italic; }
.kontakt-form { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; display: grid; gap: 16px; }
.form-row { display: grid; gap: 6px; }
.form-row label { font-size: 0.85rem; color: var(--ink-muted); }
.form-row input, .form-row textarea { background: var(--bg); border: 1px solid var(--border); border-radius: 4px; padding: 12px 14px; font-family: var(--font-body); font-size: 0.95rem; resize: vertical; }

.site-footer { border-top: 1px solid var(--border); padding: 26px 32px; max-width: 1180px; margin: 0 auto; }
.footer-inner { display: flex; justify-content: space-between; color: var(--ink-muted); font-size: 0.85rem; flex-wrap: wrap; gap: 8px; padding: 0; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero > .cut-frame { min-height: 280px; clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%); }
  .bento { grid-template-columns: 1fr; }
  .bento-card.big { grid-row: auto; }
  .om-grid, .kontakt-grid { grid-template-columns: 1fr; }
  .cut-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .main-nav, .nav-cta { display: none; }
  .main-nav.open { display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 20px 24px; gap: 18px; }
  .burger { display: flex; }
}
