:root {
  --bg: #0f1b35;
  --bg-elev: #182750;
  --bg-soft: #f5f2ea;
  --fg: #ece8df;
  --fg-muted: #b9b2a3;
  --ink: #1a201d;
  --ink-muted: #5a5a52;
  --gold: #d4b35a;
  --gold-soft: #b8985a;
  --sage: #3b5bd9;
  --border: rgba(255, 255, 255, 0.08);
  --border-light: #e4ddcd;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans), sans-serif;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p a,
li a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  text-decoration-color: currentColor;
}
p a:hover,
li a:hover {
  text-decoration-thickness: 1.5px;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Notice bar */
.notice {
  background: var(--bg-elev);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  font-size: 14px;
  padding: 12px 0;
  color: var(--fg);
}
.notice strong { color: var(--gold); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-soft);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #d0c5b2;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(28px, 3vw, 46px);
  padding: 10px 0 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand-logo {
  height: 52px;
  width: 150px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: transparent;
  transform: scale(1.2);
  transform-origin: left center;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-elev);
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: var(--serif), Georgia, serif;
  font-size: 22px;
}
.brand-text { line-height: 1.1; }
.brand-eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--fg-muted);
  text-transform: uppercase;
}
.brand-name {
  font-family: var(--serif), Georgia, serif;
  font-size: 22px;
  color: var(--fg);
}
.brand-name span { color: var(--gold); }
nav.primary {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: clamp(14px, 2vw, 30px);
  font-size: clamp(14px, 1.3vw, 15px);
  transform: translateY(-6px);
}
nav.primary a {
  color: #233856;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
  text-shadow: 0 0 0 rgba(26, 32, 29, 0);
  transition: color 0.2s, text-shadow 0.2s, transform 0.2s;
}
nav.primary a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transform: translateY(3px) scaleX(0.45);
  transition: opacity 0.2s, transform 0.2s;
}
nav.primary a:hover {
  color: #17263d;
  text-shadow: 0 6px 14px rgba(26, 32, 29, 0.18);
  transform: translateY(-1px);
}
nav.primary a:hover::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}
nav.primary a.cta {
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Hero */
.hero {
  position: relative;
  padding: 44px 0 88px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(15, 27, 53, 0.95) 0%, rgba(15, 27, 53, 0.7) 55%, rgba(15, 27, 53, 0.3) 100%),
    radial-gradient(1200px 600px at 80% 30%, rgba(212, 179, 90, 0.08), transparent 60%),
    var(--bg);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./assets/hero-CwVzBPqg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  z-index: 0;
}
.hero-inner { position: relative; z-index: 1; max-width: 760px; }
.eyebrow {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
  font-family: var(--sans), sans-serif;
}
.hero .eyebrow {
  font-size: clamp(13px, 1.35vw, 16px);
  letter-spacing: 0.24em;
  color: var(--gold);
  font-weight: 700;
  font-family: var(--serif), Georgia, serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}
.hero h1 {
  font-family: var(--serif), Georgia, serif;
  font-weight: 500;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--fg);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}
.hero h1 .accent {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.62em;
  color: var(--fg-muted);
  letter-spacing: 0;
}
.hero h1 .gold { color: var(--gold); }
.hero-sub {
  font-family: var(--sans), sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--fg);
  margin: -4px 0 28px;
  max-width: 720px;
  line-height: 1.3;
  font-weight: 600;
}
.hero-sub .accent-text { color: var(--gold); font-weight: 700; }
.hero p.lead {
  font-size: 18px;
  max-width: 620px;
  color: var(--fg-muted);
  margin: 0 0 28px;
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}
.hero-note-link {
  margin: -10px 0 0;
  font-size: 13px;
}
.hero-note-link a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-light .hero-note-link,
#demo .hero-note-link {
  margin: 24px 0 0;
  text-align: center;
}
.section-light .hero-note-link a,
#demo .hero-note-link a {
  color: var(--gold-soft);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.15s, background 0.2s, color 0.2s;
  border: 1px solid transparent;
  font-family: inherit;
}
.btn-primary {
  background: #5b4328;
  color: var(--fg);
}
.btn-primary:hover {
  background: #6a4d2e;
  transform: translateY(-2px);
}
.btn-primary .arrow { color: #fff; }
.btn-ghost {
  border-color: var(--border);
  color: var(--fg);
  background: transparent;
}
.btn-ghost:hover { background: rgba(255,255,255,0.04); border-color: var(--fg-muted); }

/* Sections */
section { padding: 100px 0; }
.section-light {
  background: var(--bg-soft);
  color: var(--ink);
}
.section-light .eyebrow { color: var(--gold-soft); }
.section-dark {
  background:
    radial-gradient(900px 420px at 85% 12%, rgba(212, 179, 90, 0.08), transparent 62%),
    var(--bg);
  color: var(--fg);
}
.section-dark .eyebrow { color: var(--gold); }
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}
.section-head h2 {
  font-family: var(--serif), Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.15;
  margin: 12px 0 20px;
}
.section-head p {
  font-size: 17px;
  color: var(--fg-muted);
  margin: 0;
}
.section-light .section-head p { color: var(--ink-muted); }

/* Collaboration */
.collaboration .section-head {
  max-width: 920px;
}
.collaboration .section-head p {
  color: var(--fg-muted);
  font-size: 17px;
  line-height: 1.75;
}
.collaboration-body {
  max-width: 980px;
  margin: 0 auto;
}
.collaboration-body > h3 {
  font-family: var(--serif), Georgia, serif;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 28px;
  text-align: center;
}
.collaboration-steps {
  display: grid;
  gap: 18px;
}
.collaboration-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: 0 24px 50px -34px rgba(0, 0, 0, 0.7);
}
.step-index {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 179, 90, 0.45);
  background: rgba(212, 179, 90, 0.1);
  color: var(--gold);
  font-family: var(--serif), Georgia, serif;
  font-size: 22px;
  line-height: 1;
}
.collaboration-step h4 {
  font-family: var(--serif), Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--fg);
}
.collaboration-step p {
  margin: 0;
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Steps grid */
.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.step {
  background: linear-gradient(145deg, #fffdf8 0%, #f8f4ea 100%);
  border: 1px solid rgba(212, 179, 90, 0.24);
  border-radius: 6px;
  padding: 34px 26px;
  box-shadow:
    0 24px 44px -34px rgba(15, 27, 53, 0.46),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.step .num {
  font-family: var(--serif), Georgia, serif;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1;
  color: var(--gold-soft);
  margin-bottom: 20px;
}
.step h3 {
  font-family: var(--serif), Georgia, serif;
  font-size: clamp(21px, 1.7vw, 25px);
  line-height: 1.22;
  font-weight: 500;
  margin: 0 0 16px;
  color: var(--ink);
}
.step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-muted);
}
.assistant-demo-link {
  display: block;
  max-width: 420px;
  margin: 28px auto 0;
  padding: 13px 22px;
  border: 1px solid rgba(212, 179, 90, 0.45);
  border-radius: 2px;
  background: #5b4328;
  color: var(--fg);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 22px 42px -30px rgba(49, 32, 16, 0.75);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.assistant-demo-link.is-visible {
  animation: cta-attention 0.78s ease-out 0.12s both;
}
.demo-cta .btn.is-visible {
  animation: cta-attention 0.78s ease-out 0.12s both;
}
.assistant-demo-link:hover {
  transform: translateY(-2px);
  background: #6a4d2e;
  border-color: rgba(212, 179, 90, 0.8);
  box-shadow: 0 28px 48px -30px rgba(49, 32, 16, 0.85);
}
.assistant-demo-link:focus-visible {
  outline: 3px solid rgba(212, 179, 90, 0.55);
  outline-offset: 3px;
}
.assistant-demo-link .arrow {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 0;
  vertical-align: -2px;
  transition: transform 0.2s ease;
}
.assistant-demo-link:hover .arrow {
  transform: translateX(4px);
}
@keyframes cta-attention {
  0% { transform: translateX(0); }
  18% { transform: translateX(8px); }
  36% { transform: translateX(-7px); }
  54% { transform: translateX(5px); }
  72% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-demo-link.is-visible,
  .demo-cta .btn.is-visible {
    animation: none;
  }
}

/* Two-column benefits */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  perspective: 1200px;
}
.card {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  padding: 40px;
  border-radius: 6px;
  box-shadow:
    0 18px 42px -28px rgba(0, 0, 0, 0.6),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
  transform: translateY(0) rotateX(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.section-light .card {
  background:
    linear-gradient(145deg, #ffffff 0%, #fbfaf6 58%, #f3efe4 100%);
  border-color: rgba(212, 179, 90, 0.28);
  box-shadow:
    0 26px 50px -34px rgba(15, 27, 53, 0.45),
    0 12px 22px -20px rgba(15, 27, 53, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.card:hover {
  transform: translateY(-5px) rotateX(1deg);
  box-shadow:
    0 34px 60px -34px rgba(15, 27, 53, 0.5),
    0 16px 28px -22px rgba(15, 27, 53, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.card h3 {
  font-family: var(--serif), Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px;
}
.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 14px 0;
  position: relative;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}
.section-light .card li { border-bottom-color: var(--border-light); }
.card li:last-child { border-bottom: none; }
.card li::before {
  content: "§";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(212, 179, 90, 0.14);
  border: 1px solid rgba(212, 179, 90, 0.4);
  color: var(--gold-soft);
  font-family: var(--serif), Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 16px -12px rgba(15, 27, 53, 0.55);
}
.practice-areas-card {
  max-width: 860px;
  margin: 0 auto;
}

/* Rechtsgebiete grid */
.areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.area {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--border-light);
  transition: transform 0.2s, border-color 0.2s;
}
.area:hover { transform: translateY(-4px); border-color: var(--gold); }
.area h3 {
  font-family: var(--serif), Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--ink);
}
.area p { font-size: 14px; color: var(--ink-muted); margin: 0; }

/* About */
.about {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
}
.about-text h2 {
  font-family: var(--serif), Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 44px);
  margin: 12px 0 24px;
}
.about-text p { color: var(--fg-muted); font-size: 17px; }
.about-img {
  aspect-ratio: 320/276;
  background: var(--bg-elev) center/cover no-repeat;
  border: 10px solid var(--bg);
  border-radius: 16px;
  width: 100%;
  max-width: 320px;
  max-height: 276px;
  margin-left: auto;
}

/* Chat demo */
.chat-demo {
  max-width: 640px;
  margin: 0 auto;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}
.chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  color: var(--fg-muted);
}
.chat-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
}
.chat-status::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212,179,90,0.15);
}
.chat-body { padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.bubble {
  padding: 14px 18px;
  border-radius: 12px;
  max-width: 88%;
  font-size: 15px;
  line-height: 1.5;
}
.bubble .who {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--gold);
}
.bubble.user {
  align-self: flex-end;
  background: var(--sage);
  border-bottom-right-radius: 4px;
}
.bubble.user .who { color: rgba(255,255,255,0.7); }
.bubble.ai {
  align-self: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-bottom-left-radius: 4px;
}
.chat-foot {
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--fg-muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.chat-foot strong { color: var(--gold); font-weight: 500; }

/* Contact */
.contact-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.contact-box .btn { margin-top: 24px; }

/* Footer */
footer.site-foot {
  background: var(--bg-soft);
  padding: 48px 0 32px;
  border-top: 1px solid var(--border-light);
  font-size: 14px;
  color: var(--ink-muted);
}
.foot-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Responsive */
.site-header.nav-collapsed .nav-toggle { display: flex; }
.site-header.nav-collapsed nav.primary {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin-left: 0;
  transform: none;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border-light);
  padding: 8px 24px 16px;
}
.site-header.nav-collapsed nav.primary.open { display: flex; }
.site-header.nav-collapsed nav.primary a {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
}
.site-header.nav-collapsed nav.primary a:last-child { border-bottom: none; }
.site-header.nav-collapsed .header-inner { position: relative; }

@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .site-header { position: sticky; }
  .two-col { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 40px; }
  .about-img { margin-right: auto; }
  .collaboration-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  section { padding: 72px 0; }
  .hero { padding: 52px 0 100px; }
  .hero h1 { font-size: clamp(42px, 10vw, 52px); }
  .section-head h2 { font-size: clamp(36px, 8vw, 44px); }
}

@media (max-width: 700px) {
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .steps { grid-template-columns: 1fr; }
  .step { padding: 30px 24px; }
}

/* Video */
.video-wrapper {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.video-wrapper video { width: 100%; height: auto; display: block; }
.video-head { margin-top: 80px; }

/* Chat title in head */
.chat-title { font-family: var(--serif), Georgia, serif; font-size: 18px; color: var(--fg); margin-bottom: 2px; }
.chat-sub { font-size: 12px; color: var(--fg-muted); }

/* Section image (AI fantasy) */
.section-image {
  max-width: 960px;
  margin: 80px auto 0;
}
.section-image img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--border-light);
}

/* Contact */
#kontakt {
  padding: 68px 0 74px;
}
#kontakt h2 {
  font-family: var(--serif), Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  margin: 6px 0 18px;
}
#kontakt .eyebrow {
  font-size: clamp(13px, 1.35vw, 16px);
  letter-spacing: 0.18em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-combined {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 48px;
  align-items: center;
}
.contact-section .about-text {
  max-width: 720px;
}
.contact-section .about-text h2 {
  color: var(--fg);
}
.contact-section .about-text p {
  color: var(--fg-muted);
  line-height: 1.7;
}
.contact-section .contact-box {
  width: 100%;
  padding: 24px 28px 26px;
  background:
    linear-gradient(145deg, #ffffff 0%, #fbfaf6 58%, #f3efe4 100%);
  border: 1px solid rgba(212, 179, 90, 0.28);
  border-radius: 6px;
  box-shadow:
    0 30px 62px -34px rgba(0, 0, 0, 0.75),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.contact-section .about-img {
  max-width: 280px;
  margin: 0 auto 0;
  border-color: var(--bg-soft);
}
.contact-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: -2px 0 6px;
}
#kontakt p {
  color: var(--fg-muted);
  font-size: 17px;
  margin: 0 auto;
}
#kontakt .contact-box p {
  color: var(--ink-muted);
}
.contact-section .contact-box .btn {
  margin-top: 0;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.contact-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.contact-phone .icon {
  color: var(--gold-soft);
  font-size: 18px;
  line-height: 1;
}
.copy-link {
  color: #6b5536;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.copy-link:hover { color: var(--ink); }
.contact-logo {
  width: clamp(190px, 22vw, 260px);
  height: auto;
  margin: 0;
}
@media (max-width: 860px) {
  .contact-combined {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Footer columns */
.foot-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.site-foot.legal-open .foot-top {
  margin-bottom: 0;
}
.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.foot-top a { color: #6b5536; }
.foot-note {
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid rgba(212, 179, 90, 0.28);
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.52);
  color: #4f4b43;
  font-size: 13px;
  line-height: 1.6;
  max-width: 820px;
  border-radius: 0 4px 4px 0;
}
.foot-note strong {
  color: #6b5536;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.foot-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-size: 13px;
  line-height: 1.7;
}
.foot-privacy {
  grid-template-columns: 1fr;
}
.foot-cols[hidden] { display: none; }
.site-foot.legal-open .foot-cols {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border-light);
}
.foot-cols h4 {
  font-family: var(--serif), Georgia, serif;
  color: var(--ink);
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 500;
}
.foot-cols a { color: #6b5536; }
@media (max-width: 640px) {
  .foot-cols { grid-template-columns: 1fr; gap: 24px; }
}

/* Demo section */
.demo-shot {
  position: relative;
  display: block;
  max-width: 760px;
  margin: 32px auto 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 24px 52px -28px rgba(0,0,0,0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.demo-shot:hover { transform: translateY(-3px); box-shadow: 0 32px 66px -28px rgba(0,0,0,0.58); }
.demo-shot img {
  width: 100%;
  height: auto;
  display: block;
  filter: blur(1px) brightness(0.88);
  opacity: 0.82;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.demo-shot:hover img {
  filter: blur(0) brightness(0.96);
  opacity: 0.94;
}
.demo-shot-overlay {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.demo-cta {
  margin-top: 32px;
  text-align: center;
}
.demo-cta .btn {
  padding: 14px 30px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 18px 38px -24px rgba(49, 32, 16, 0.95);
}
.demo-hint {
  margin-top: 12px;
  color: var(--fg-muted);
  font-size: 14px;
}
