/* =========================================================================
   Schreinerei Daniel Moll GmbH — Scuol / Unterengadin
   Aesthetic: Engadin atelier — lime-plaster cream, espresso ink, Arve honey,
   sgraffito ornament. Display: Fraunces. Body: Mulish.
   ========================================================================= */

:root {
  --paper:      #F3EBDC;
  --paper-deep: #ECDFC9;
  --sand:       #E7D8BE;
  --card:       #FBF5EA;
  --ink:        #241A10;
  --ink-2:      #3A2C1C;
  --muted:      #6E5C45;
  --line:       #DAC9A8;
  --line-soft:  rgba(36,26,16,.10);
  --arve:       #A96E2A;
  --arve-deep:  #885417;
  --arve-lt:    #CF9B53;
  --dark:       #211710;
  --dark-2:     #2C1F12;
  --cream:      #F2E7D3;
  --rose:       #BCA06A;

  --serif: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans:  'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --frieze-ink: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'80'%20height%3D'24'%20viewBox%3D'0%200%2080%2024'%3E%3Cg%20fill%3D'none'%20stroke%3D'%23B79A66'%20stroke-width%3D'1.1'%3E%3Cpath%20d%3D'M0%205%20H80%20M0%2019%20H80'%2F%3E%3Cpath%20d%3D'M40%202%20L48%2012%20L40%2022%20L32%2012%20Z'%2F%3E%3Cpath%20d%3D'M8%2012%20L14%208%20M8%2012%20L14%2016%20M72%2012%20L66%208%20M72%2012%20L66%2016'%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D'40'%20cy%3D'12'%20r%3D'1.7'%20fill%3D'%23B79A66'%2F%3E%3Ccircle%20cx%3D'8'%20cy%3D'12'%20r%3D'1.4'%20fill%3D'%23B79A66'%2F%3E%3Ccircle%20cx%3D'72'%20cy%3D'12'%20r%3D'1.4'%20fill%3D'%23B79A66'%2F%3E%3C%2Fsvg%3E");
  --frieze-gold: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'80'%20height%3D'24'%20viewBox%3D'0%200%2080%2024'%3E%3Cg%20fill%3D'none'%20stroke%3D'%23C99A55'%20stroke-width%3D'1.1'%3E%3Cpath%20d%3D'M0%205%20H80%20M0%2019%20H80'%2F%3E%3Cpath%20d%3D'M40%202%20L48%2012%20L40%2022%20L32%2012%20Z'%2F%3E%3Cpath%20d%3D'M8%2012%20L14%208%20M8%2012%20L14%2016%20M72%2012%20L66%208%20M72%2012%20L66%2016'%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D'40'%20cy%3D'12'%20r%3D'1.7'%20fill%3D'%23C99A55'%2F%3E%3Ccircle%20cx%3D'8'%20cy%3D'12'%20r%3D'1.4'%20fill%3D'%23C99A55'%2F%3E%3Ccircle%20cx%3D'72'%20cy%3D'12'%20r%3D'1.4'%20fill%3D'%23C99A55'%2F%3E%3C%2Fsvg%3E");
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.62;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(120% 80% at 50% -10%, #F8F1E4 0%, rgba(248,241,228,0) 55%),
    radial-gradient(100% 60% at 100% 100%, #EFE2CC 0%, rgba(239,226,204,0) 60%);
  background-attachment: fixed;
}

img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--arve); color: #fff; }
:root { scrollbar-color: var(--arve) var(--paper-deep); }

/* -------------------------------------------------------------- typography */
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 110, "SOFT" 40, "WONK" 0;
  line-height: 1.04;
  letter-spacing: -0.012em;
  margin: 0;
  text-wrap: balance;
  color: var(--ink);
}

.eyebrow {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(.68rem, .62rem + .25vw, .76rem);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--arve-deep);
  margin: 0 0 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
}
.eyebrow.light { color: var(--arve-lt); }

a { color: var(--arve-deep); }

/* -------------------------------------------------------------- layout */
section { position: relative; }
.section-head {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 4.5rem);
}
.section-head h2 {
  font-size: clamp(2rem, 1.3rem + 3.4vw, 3.5rem);
  max-inline-size: 18ch;
}
.section-sub {
  margin: 1.1rem 0 0;
  max-inline-size: 56ch;
  font-size: clamp(1rem, .96rem + .3vw, 1.16rem);
  color: var(--muted);
}

/* -------------------------------------------------------------- buttons */
.button {
  --b-bg: var(--ink);
  --b-fg: var(--cream);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .01em;
  text-decoration: none;
  padding: .92rem 1.7rem;
  border-radius: 2px;
  background: var(--b-bg);
  color: var(--b-fg);
  border: 1.5px solid var(--b-bg);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s, color .25s, box-shadow .25s;
  will-change: transform;
}
.button.primary { --b-bg: var(--arve); --b-fg: #fff; box-shadow: 0 12px 26px -16px rgba(137,84,23,.9); }
.button.primary:hover { --b-bg: var(--arve-deep); transform: translateY(-2px); }
.button.ghost { background: transparent; color: var(--cream); border-color: rgba(242,231,211,.5); }
.button.ghost:hover { border-color: var(--cream); background: rgba(242,231,211,.1); transform: translateY(-2px); }

.link-arrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 700; text-decoration: none; color: var(--arve-deep);
  font-size: .98rem; letter-spacing: .01em;
  border-bottom: 1.5px solid var(--line);
  padding-bottom: .25rem;
  transition: gap .25s, border-color .25s, color .25s;
}
.link-arrow span { transition: transform .25s; }
.link-arrow:hover { gap: .85rem; color: var(--ink); border-color: var(--arve); }
.link-arrow:hover span { transform: translateX(3px); }

/* -------------------------------------------------------------- skip link */
.skip-link {
  position: fixed; top: -60px; left: 1rem; z-index: 200;
  background: var(--ink); color: var(--cream); padding: .7rem 1.1rem; border-radius: 3px;
  text-decoration: none; transition: top .2s;
}
.skip-link:focus { top: 1rem; }

/* -------------------------------------------------------------- header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: clamp(.7rem, 1.4vw, 1.1rem) clamp(1.1rem, 4vw, 3rem);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.site-header[data-at-top="true"] { background: linear-gradient(to bottom, rgba(26,18,10,.55), rgba(26,18,10,0)); }
.site-header.scrolled {
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line), 0 12px 30px -24px rgba(36,26,16,.6);
}

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; }
.brand-mark {
  display: grid; place-items: center;
  width: 46px; height: 46px; flex: none;
  border: 1.5px solid currentColor; border-radius: 50%;
  color: var(--arve-lt);
  transition: color .35s, border-color .35s, transform .4s;
}
.brand-mark svg { width: 26px; height: 18px; }
.brand:hover .brand-mark { transform: rotate(-4deg); }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--serif); font-weight: 600; font-size: 1.32rem; letter-spacing: -.01em;
  color: var(--cream); transition: color .35s;
}
.brand-sub {
  font-family: var(--sans); font-weight: 600; font-size: .64rem; letter-spacing: .24em;
  text-transform: uppercase; margin-top: .28rem; color: var(--arve-lt); transition: color .35s;
}
.site-header.scrolled .brand-name { color: var(--ink); }
.site-header.scrolled .brand-sub { color: var(--arve-deep); }
.site-header.scrolled .brand-mark { color: var(--arve); }

.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-nav a {
  position: relative;
  font-family: var(--sans); font-weight: 600; font-size: .94rem; letter-spacing: .01em;
  text-decoration: none; color: var(--cream); padding: .35rem 0;
  transition: color .25s;
}
.site-header.scrolled .site-nav a { color: var(--ink-2); }
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0;
  background: var(--arve); transition: width .28s ease;
}
.site-nav a:not(.nav-cta):hover::after { width: 100%; }
.site-nav a:hover { color: var(--arve-lt); }
.site-header.scrolled .site-nav a:hover { color: var(--arve-deep); }
.nav-cta { border: 1.5px solid rgba(242,231,211,.55); border-radius: 2px; padding: .5rem 1.05rem !important; }
.site-header.scrolled .nav-cta { border-color: var(--arve); color: var(--arve-deep) !important; }
.nav-cta:hover { background: var(--arve); border-color: var(--arve) !important; color: #fff !important; }

.menu-button { display: none; }
.menu-backdrop { display: none; }

/* -------------------------------------------------------------- hero */
.hero {
  position: relative;
  min-height: min(94svh, 880px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(2rem,6vw,5rem) clamp(1.25rem,5vw,4.5rem) clamp(2.4rem,4vw,3.4rem);
  overflow: clip;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(to top, rgba(20,13,7,.86) 0%, rgba(20,13,7,.5) 34%, rgba(20,13,7,.18) 62%, rgba(20,13,7,.42) 100%),
    linear-gradient(to right, rgba(20,13,7,.6) 0%, rgba(20,13,7,.05) 60%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); background-size: 180px;
  mix-blend-mode: overlay; opacity: .5;
}
.hero-inner { max-width: 1240px; width: 100%; margin: 0 auto; color: var(--cream); }
.hero-eyebrow { color: var(--arve-lt); }
.eyebrow-rose { width: 1.5em; height: 1.5em; color: var(--arve-lt); flex: none; }
.hero-title {
  color: #fff;
  font-weight: 500;
  font-variation-settings: "opsz" 140, "SOFT" 50, "WONK" 0;
  font-size: clamp(2.6rem, 1.2rem + 6.4vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -.022em;
  max-inline-size: 17ch;
  text-shadow: 0 2px 30px rgba(0,0,0,.35);
}
.hero-title .line { display: block; }
.hero-title em {
  font-style: italic; font-weight: 400; color: var(--arve-lt);
  font-variation-settings: "opsz" 140, "SOFT" 60;
}
.hero-lede {
  margin: 1.5rem 0 0; max-inline-size: 48ch;
  font-size: clamp(1.04rem, .98rem + .55vw, 1.32rem);
  color: rgba(242,231,211,.92);
  font-weight: 400;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

.hero-meta {
  margin: 2.4rem auto 0; max-width: 1240px; width: 100%;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  color: rgba(242,231,211,.8); font-size: .9rem; font-weight: 500; letter-spacing: .02em;
}
.hero-meta b { color: var(--cream); font-weight: 800; }
.hero-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--arve-lt); }

.hero-scroll {
  position: absolute; right: clamp(1.25rem,5vw,4.5rem); bottom: clamp(2.4rem,4vw,3.4rem);
  display: inline-flex; flex-direction: column; align-items: center; gap: .6rem;
  text-decoration: none; color: rgba(242,231,211,.75);
  font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 700;
}
.hero-scroll-line { width: 1.5px; height: 46px; background: linear-gradient(var(--arve-lt), transparent); position: relative; overflow: hidden; }
.hero-scroll-line::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: var(--cream); animation: scrolldrop 2.1s ease-in-out infinite;
}
@keyframes scrolldrop { 0%{transform:translateY(-120%)} 60%,100%{transform:translateY(320%)} }
@media (max-width: 700px) { .hero-scroll { display: none; } }

/* -------------------------------------------------------------- fakten strip */
.fakten {
  max-width: 1240px; margin: 0 auto;
  padding: clamp(2.2rem,4vw,3.4rem) clamp(1.25rem,5vw,4.5rem);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem,3vw,2.5rem);
  border-bottom: 1px solid var(--line);
}
.fakt { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.fakt-num {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem,1.2rem+2.2vw,2.9rem);
  color: var(--ink); line-height: 1; display: inline-flex; align-items: baseline;
}
.fakt-num i { font-style: normal; color: var(--arve); font-size: .7em; }
.fakt-label { font-size: .92rem; color: var(--muted); font-weight: 500; max-inline-size: 22ch; }

/* -------------------------------------------------------------- atelier */
.atelier {
  max-width: 1240px; margin: 0 auto;
  padding: clamp(3.5rem,7vw,6.5rem) clamp(1.25rem,5vw,4.5rem);
  display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: center;
}
.atelier-media { position: relative; min-width: 0; }
.frame { margin: 0; position: relative; border-radius: 3px; overflow: clip; box-shadow: 0 40px 70px -45px rgba(36,26,16,.75); }
.frame::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.14); border-radius:3px; pointer-events:none; }
.frame img { width: 100%; aspect-ratio: 4 / 3.1; object-fit: cover; }
.frame figcaption {
  position: absolute; left: 0; bottom: 0; right: 0;
  padding: 2.6rem 1.2rem .95rem; color: var(--cream);
  font-size: .92rem; font-weight: 600; letter-spacing: .02em;
  background: linear-gradient(to top, rgba(20,13,7,.82), transparent);
  display: flex; align-items: center; gap: .6rem;
}
.tag {
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
  background: var(--arve); color: #fff; padding: .22rem .5rem; border-radius: 2px;
}
.atelier-stamp {
  position: absolute; right: -22px; top: -22px;
  width: clamp(86px,9vw,118px); height: clamp(86px,9vw,118px); border-radius: 50%;
  background: var(--paper); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--arve);
  box-shadow: 0 18px 36px -22px rgba(36,26,16,.7);
}
.atelier-stamp svg { position: absolute; width: 100%; height: 100%; opacity: .35; }
.atelier-stamp span {
  font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1rem;
  color: var(--ink); text-align: center; line-height: 1.05; z-index: 1;
}
.atelier-copy { min-width: 0; }
.atelier-copy h2 { font-size: clamp(1.9rem,1.2rem+3vw,3.1rem); max-inline-size: 17ch; }
.atelier-copy .lead {
  font-size: clamp(1.06rem,1rem+.45vw,1.24rem); color: var(--ink-2); margin: 1.4rem 0 1rem;
  max-inline-size: 54ch;
}
.atelier-copy p { color: var(--muted); max-inline-size: 56ch; }

.creed { list-style: none; margin: 1.8rem 0; padding: 0; display: grid; gap: 1rem; }
.creed li { display: flex; gap: .9rem; align-items: flex-start; }
.creed-rose { flex: none; width: 26px; height: 26px; color: var(--arve); margin-top: .12rem; }
.creed-rose svg { width: 100%; height: 100%; }
.creed strong { color: var(--ink); font-weight: 800; }
.creed li > span:last-child { color: var(--muted); font-size: .98rem; }

/* -------------------------------------------------------------- spruch band */
.spruch {
  position: relative; background: var(--dark); color: var(--cream);
  padding: clamp(3.2rem,6vw,5.4rem) clamp(1.25rem,5vw,4.5rem);
  overflow: clip; isolation: isolate;
  background-image: radial-gradient(120% 120% at 50% -20%, rgba(52,38,22,0) 0%, rgba(0,0,0,.4) 100%), linear-gradient(var(--dark-2), var(--dark));
}
.spruch-grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); background-size: 170px; mix-blend-mode: overlay; opacity: .4;
}
.spruch-frieze { height: 24px; background-image: var(--frieze-gold); background-repeat: repeat-x; background-position: center; opacity: .8; }
.spruch-frieze-top { margin-bottom: clamp(1.8rem,3vw,2.6rem); }
.spruch-frieze-bottom { margin-top: clamp(1.8rem,3vw,2.6rem); }
.spruch-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.spruch-line {
  font-family: var(--serif); font-weight: 400;
  font-variation-settings: "opsz" 140, "SOFT" 60;
  font-size: clamp(2.4rem,1.3rem+5.2vw,5rem); line-height: 1.02; margin: 0;
  letter-spacing: -.02em; color: #fff;
}
.spruch-line em { font-style: italic; color: var(--arve-lt); }
.spruch-sub {
  margin: 1.4rem auto 0; max-width: 60ch; color: rgba(242,231,211,.78);
  font-size: clamp(1rem,.95rem+.3vw,1.18rem);
}

/* -------------------------------------------------------------- leistungen */
.leistungen { padding: clamp(3.5rem,7vw,6.5rem) 0; }
.leistungen .section-head { margin-bottom: clamp(2.2rem,4vw,3.4rem); }

.service-list { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.25rem,5vw,4.5rem); display: grid; gap: clamp(1.6rem,3vw,2.6rem); }
.service {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem,4vw,3.4rem); align-items: center;
  padding: clamp(1.4rem,3vw,2.4rem) 0;
  border-top: 1px solid var(--line);
}
.service:first-child { border-top: none; }
.service:nth-child(even) .service-body { order: 2; }
.service-body { min-width: 0; }
.service-index {
  font-family: var(--serif); font-weight: 500; font-style: italic;
  font-size: 1.1rem; color: var(--arve); margin: 0 0 .6rem;
}
.service-index span { position: relative; padding-left: 2.6rem; }
.service-index span::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 2rem; height: 1.5px; background: var(--line);
}
.service-body h3 { font-size: clamp(1.55rem,1.1rem+1.7vw,2.3rem); margin-bottom: .7rem; }
.service-body > p { color: var(--muted); max-inline-size: 50ch; margin: 0 0 1.1rem; }
.service-points { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.service-points li {
  position: relative; padding-left: 1.5rem; color: var(--ink-2); font-size: .98rem; font-weight: 500;
}
.service-points li::before {
  content: ""; position: absolute; left: 0; top: .58em; width: 8px; height: 8px;
  transform: rotate(45deg); border: 1.4px solid var(--arve); background: transparent;
}
.service-media { margin: 0; border-radius: 3px; overflow: clip; min-width: 0; box-shadow: 0 36px 64px -44px rgba(36,26,16,.7); position: relative; }
.service-media::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.12); border-radius:3px; }
.service-media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.service-media-tall img { aspect-ratio: 4 / 4.4; }
.service:hover .service-media img { transform: scale(1.04); }

.holz-note {
  max-width: 1240px; margin: clamp(2rem,4vw,3rem) auto 0; padding: 0 clamp(1.25rem,5vw,4.5rem);
  display: flex; gap: 1.1rem; align-items: center;
}
.holz-rose { flex: none; width: 40px; height: 40px; color: var(--arve); }
.holz-note span { color: var(--muted); font-size: .98rem; max-inline-size: 70ch; }
.holz-note strong { color: var(--ink); font-weight: 800; }

/* -------------------------------------------------------------- spezial */
.spezial {
  background: var(--paper-deep);
  padding: clamp(3.5rem,7vw,6.5rem) 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.spezial .section-head { margin-bottom: clamp(2.2rem,4vw,3.2rem); }
.spezial-grid {
  max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.25rem,5vw,4.5rem);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem,2.4vw,1.8rem);
}
.spezial-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 3px; overflow: clip;
  display: flex; flex-direction: column; min-width: 0;
  box-shadow: 0 30px 56px -46px rgba(36,26,16,.6);
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s;
}
.spezial-card:hover { transform: translateY(-5px); box-shadow: 0 40px 70px -44px rgba(36,26,16,.7); }
.spezial-media { margin: 0; overflow: clip; }
.spezial-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.spezial-card:hover .spezial-media img { transform: scale(1.05); }
.spezial-body { padding: clamp(1.3rem,2.4vw,1.8rem); display: flex; flex-direction: column; gap: .55rem; }
.spezial-kicker {
  font-family: var(--sans); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--arve-deep);
}
.spezial-body h3 { font-size: clamp(1.3rem,1.05rem+.9vw,1.6rem); }
.spezial-body p { color: var(--muted); font-size: .97rem; margin: .2rem 0 0; }

/* -------------------------------------------------------------- ausstellung */
.ausstellung { max-width: 1240px; margin: 0 auto; padding: clamp(3.5rem,7vw,6.5rem) clamp(1.25rem,5vw,4.5rem); }
.ausstellung-intro {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.6rem,4vw,3.5rem); align-items: end;
  margin-bottom: clamp(2rem,4vw,3rem);
}
.ausstellung-copy { min-width: 0; }
.ausstellung-copy h2 { font-size: clamp(2rem,1.3rem+3.2vw,3.3rem); max-inline-size: 16ch; }
.ausstellung-copy p { color: var(--muted); margin: 1.1rem 0 1.7rem; max-inline-size: 52ch; }
.ausstellung-tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.ausstellung-tags li {
  font-weight: 600; font-size: .9rem; color: var(--ink-2);
  border: 1px solid var(--line); border-radius: 100px; padding: .45rem 1rem; background: var(--card);
}

.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr; gap: clamp(.7rem,1.4vw,1.1rem);
}
.g-item { position: relative; margin: 0; overflow: clip; border-radius: 3px; min-width: 0; aspect-ratio: 1/1; }
.g-item.g-tall { grid-row: span 2; aspect-ratio: auto; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.g-item:hover img { transform: scale(1.06); }
.g-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem .9rem .8rem;
  color: var(--cream); font-size: .85rem; font-weight: 600; letter-spacing: .01em;
  background: linear-gradient(to top, rgba(20,13,7,.8), transparent);
  opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s;
}
.g-item:hover figcaption, .g-item:focus-within figcaption { opacity: 1; transform: translateY(0); }

/* -------------------------------------------------------------- geschichte */
.geschichte { max-width: 1240px; margin: 0 auto; padding: clamp(3.5rem,7vw,6rem) clamp(1.25rem,5vw,4.5rem); }
.geschichte .section-head { padding: 0; margin-bottom: clamp(2rem,4vw,3rem); }
.timeline {
  list-style: none; margin: 0 0 0 clamp(2.5rem,8vw,7rem); padding: 0; position: relative;
  display: grid; gap: clamp(.4rem,1vw,.8rem);
  border-left: 2px solid var(--line);
}
.timeline li {
  position: relative; display: grid; grid-template-columns: clamp(4rem,10vw,7rem) 1fr;
  gap: clamp(1rem,3vw,2.5rem); align-items: start;
  padding: clamp(1rem,2vw,1.5rem) 0 clamp(1rem,2vw,1.5rem) clamp(1.2rem,3vw,2.4rem);
}
.timeline li::before {
  content: ""; position: absolute; left: -7px; top: clamp(1.45rem,2.4vw,2rem);
  width: 12px; height: 12px; transform: rotate(45deg);
  background: var(--paper); border: 2px solid var(--arve);
}
.tl-memoriam::before { background: var(--arve); }
.tl-year {
  font-family: var(--serif); font-weight: 500; font-style: italic; font-size: clamp(1.2rem,.9rem+1vw,1.7rem);
  color: var(--arve-deep);
}
.tl-body h3 { font-size: clamp(1.2rem,1rem+.7vw,1.55rem); margin-bottom: .35rem; }
.tl-body p { color: var(--muted); margin: 0; max-inline-size: 60ch; font-size: .99rem; }
.tl-memoriam .tl-body h3 { color: var(--arve-deep); }

/* -------------------------------------------------------------- kontakt */
.kontakt { background: var(--dark); color: var(--cream); background-image: linear-gradient(var(--dark-2), var(--dark)); }
.kontakt-grid {
  max-width: 1240px; margin: 0 auto;
  padding: clamp(3.5rem,7vw,6rem) clamp(1.25rem,5vw,4.5rem);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: stretch;
}
.kontakt-copy { min-width: 0; }
.kontakt-copy h2 { color: #fff; font-size: clamp(2rem,1.3rem+3vw,3.2rem); max-inline-size: 15ch; }
.kontakt-lede { color: rgba(242,231,211,.82); margin: 1.1rem 0 1.8rem; max-inline-size: 48ch; }

.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: 1.6rem; }
.contact-card {
  display: flex; flex-direction: column; gap: .25rem; text-decoration: none;
  background: rgba(242,231,211,.05); border: 1px solid rgba(242,231,211,.16); border-radius: 3px;
  padding: 1rem 1.1rem; transition: background .25s, border-color .25s, transform .25s;
}
.contact-card:hover { background: rgba(242,231,211,.1); border-color: var(--arve-lt); transform: translateY(-2px); }
.cc-wide { grid-column: 1 / -1; }
.cc-label { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--arve-lt); }
.cc-value { font-family: var(--serif); font-size: 1.2rem; color: var(--cream); font-weight: 500; }

.contact-address { font-style: normal; color: rgba(242,231,211,.85); line-height: 1.7; margin-bottom: 1.2rem; }
.contact-address strong { color: #fff; font-family: var(--serif); font-weight: 600; font-size: 1.1rem; }
.contact-extra {
  display: flex; align-items: baseline; gap: .8rem; margin-bottom: 1.8rem;
  padding-top: 1.1rem; border-top: 1px solid rgba(242,231,211,.16);
  color: rgba(242,231,211,.8); font-size: .95rem;
}
.ce-head { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--arve-lt); }

.kontakt-map {
  border-radius: 3px; overflow: clip; min-height: 340px; position: relative;
  border: 1px solid rgba(242,231,211,.16);
  box-shadow: 0 40px 70px -45px rgba(0,0,0,.8);
}
.kontakt-map iframe {
  width: 100%; height: 100%; min-height: 340px; border: 0; display: block;
  filter: saturate(1.05) contrast(1.02) sepia(.12);
}

/* -------------------------------------------------------------- footer */
.site-footer { background: #1A120A; color: rgba(242,231,211,.72); }
.foot-frieze { height: 24px; background-image: var(--frieze-gold); background-repeat: repeat-x; background-position: center; opacity: .55; }
.foot-grid {
  max-width: 1240px; margin: 0 auto; padding: clamp(2.8rem,5vw,4.2rem) clamp(1.25rem,5vw,4.5rem) 2rem;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(1.6rem,3vw,2.6rem);
}
.foot-brand { min-width: 0; }
.foot-logo { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; }
.foot-logo .brand-mark { color: var(--arve-lt); width: 44px; height: 44px; }
.foot-logo .brand-name { color: var(--cream); }
.foot-logo .brand-sub { color: var(--arve-lt); }
.foot-tag { max-inline-size: 38ch; color: rgba(242,231,211,.62); margin: 0 0 1rem; font-size: .95rem; }
.foot-line { font-size: .92rem; line-height: 1.8; margin: 0; color: rgba(242,231,211,.72); }
.foot-line a { color: var(--arve-lt); text-decoration: none; }
.foot-line a:hover { color: var(--cream); }
.foot-nav, .foot-legal { display: flex; flex-direction: column; gap: .6rem; min-width: 0; }
.foot-navhead {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 800;
  color: var(--arve-lt); margin-bottom: .3rem;
}
.foot-nav a, .foot-legal a { color: rgba(242,231,211,.72); text-decoration: none; font-size: .94rem; transition: color .2s; }
.foot-nav a:hover, .foot-legal a:hover { color: var(--cream); }
.foot-base {
  max-width: 1240px; margin: 0 auto; padding: 1.4rem clamp(1.25rem,5vw,4.5rem);
  border-top: 1px solid rgba(242,231,211,.12);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .85rem; color: rgba(242,231,211,.5);
}
.foot-credit { color: var(--arve-lt); }

/* -------------------------------------------------------------- reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .hero-scroll-line::after { animation: none; }
}

/* -------------------------------------------------------------- responsive */
@media (max-width: 1000px) {
  .atelier { grid-template-columns: 1fr; gap: 2.6rem; }
  .atelier-media { max-width: 560px; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .ausstellung-intro { grid-template-columns: 1fr; align-items: start; gap: 1.4rem; }
}

@media (max-width: 880px) {
  .menu-button {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; border: 1.5px solid rgba(242,231,211,.4); border-radius: 3px;
    background: rgba(26,18,10,.25); cursor: pointer; padding: 0 11px; z-index: 120;
  }
  .site-header.scrolled .menu-button { border-color: var(--line); background: var(--card); }
  .menu-button span { height: 2px; background: var(--cream); border-radius: 2px; transition: transform .3s, opacity .25s; }
  .site-header.scrolled .menu-button span { background: var(--ink); }
  .menu-button[aria-expanded="true"] span { background: var(--cream); }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .site-nav {
    position: fixed; top: 0; right: 0; z-index: 110;
    height: 100dvh; width: min(82vw, 360px);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.4rem; padding: 2rem clamp(1.5rem,6vw,2.6rem);
    background: var(--dark); background-image: linear-gradient(var(--dark-2), var(--dark));
    transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.1,1);
    box-shadow: -30px 0 60px -30px rgba(0,0,0,.6);
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a, .site-header.scrolled .site-nav a { color: var(--cream); font-size: 1.3rem; font-family: var(--serif); font-weight: 500; }
  .site-nav a:hover { color: var(--arve-lt); }
  .nav-cta, .site-header.scrolled .nav-cta {
    border: 1.5px solid var(--arve) !important; color: var(--arve-lt) !important; border-radius: 2px; margin-top: .5rem;
  }
  .menu-backdrop {
    display: block; position: fixed; inset: 0; z-index: 105;
    background: rgba(20,13,7,.55); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
  }
  .menu-backdrop.show { opacity: 1; visibility: visible; }

  .fakten { grid-template-columns: 1fr 1fr; gap: 1.6rem 1.2rem; }
  .service, .service:nth-child(even) .service-body { grid-template-columns: 1fr; }
  .service-body, .service:nth-child(even) .service-body { order: 0 !important; }
  .service-media { order: -1; }
  .service-media-tall img { aspect-ratio: 16/11; }
  .spezial-grid { grid-template-columns: 1fr; max-width: 540px; }
}

@media (max-width: 620px) {
  .hero-title { font-size: clamp(2.5rem,1.4rem+7vw,3.6rem); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .g-item.g-tall { grid-row: span 1; aspect-ratio: 1/1; }
  .contact-cards { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-actions .button { flex: 1 1 auto; justify-content: center; }
  .timeline { margin-left: 1.4rem; }
  .timeline li { grid-template-columns: 1fr; gap: .2rem; }
}

@media (max-width: 420px) {
  .fakten { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
}

/* -------------------------------------------------------------- legal pages */
body.legal-page { background: var(--paper); }
body.legal-page .site-header {
  position: sticky;
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line), 0 12px 30px -24px rgba(36,26,16,.5);
}
body.legal-page .site-header .brand-name { color: var(--ink); }
body.legal-page .site-header .brand-sub { color: var(--arve-deep); }
body.legal-page .site-header .brand-mark { color: var(--arve); }
body.legal-page .site-nav a { color: var(--ink-2); }
body.legal-page .nav-cta { border-color: var(--arve); color: var(--arve-deep) !important; }
body.legal-page .nav-cta:hover { color: #fff !important; }
@media (max-width: 880px) {
  body.legal-page .menu-button { border-color: var(--line); background: var(--card); }
  body.legal-page .menu-button span { background: var(--ink); }
  body.legal-page .site-nav a { color: var(--cream); }
}

.legal-main {
  max-width: 860px; margin: 0 auto;
  padding: clamp(2.4rem,6vw,4.5rem) clamp(1.25rem,5vw,2rem) clamp(3rem,7vw,5.5rem);
}
.legal-article .legal-frieze { height: 24px; background-image: var(--frieze-ink); background-repeat: repeat-x; opacity: .7; margin-bottom: clamp(1.6rem,3vw,2.2rem); }
.legal-article h1 {
  font-size: clamp(2.2rem,1.5rem+3vw,3.4rem); margin-bottom: 1.4rem;
  font-variation-settings: "opsz" 130, "SOFT" 50;
}
.legal-article h2 {
  font-size: clamp(1.25rem,1rem+.8vw,1.55rem); margin: 2.4rem 0 .6rem; color: var(--ink);
}
.legal-article p { color: var(--ink-2); margin: 0 0 1rem; max-inline-size: 72ch; }
.legal-article address { font-style: normal; color: var(--ink-2); line-height: 1.7; }
.legal-article a { color: var(--arve-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); }
.legal-article a:hover { text-decoration-color: var(--arve); }
.legal-back { margin-top: 2.8rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.legal-back a { font-weight: 700; text-decoration: none; color: var(--arve-deep); }
.legal-back a:hover { color: var(--ink); }
