/* Murder & Method — murderandmethod.com
   Farben und Typografie folgen der App: Flaschengrün, Messing, altes Papier.
   Schriften vom eigenen Server (keine Google-Fonts-Aufrufe). */
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-normal-latin.woff2") format("woff2");
             font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-italic-latin.woff2") format("woff2");
             font-weight: 400 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-normal-latin.woff2") format("woff2");
             font-weight: 400 700; font-style: normal; font-display: swap; }

:root {
  --green-deep: #12291F; --green: #1A382E; --green-line: #2C4E41;
  --brass: #C49C52; --brass-dim: #8E7340; --brass-ink: #6B542A;
  --paper: #EDE3C9; --paper-shadow: #D9CCAD; --ink: #292420; --ink-soft: #4A423A;
  --oxblood: #702121;
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --measure: 34rem;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--green-deep); color: var(--paper); font-family: var(--sans);
       font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--brass); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--paper); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0 0 .6em; color: var(--paper); letter-spacing: .005em; }
h1 { font-size: clamp(2.4rem, 6.2vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
p { margin: 0 0 1em; max-width: var(--measure); }
.eyebrow { font-family: var(--sans); font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--brass); margin: 0 0 1rem; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--paper); color: var(--ink); padding: .5rem .8rem; z-index: 10; }
.skip:focus { left: 8px; }

.wrap { max-width: 68rem; margin: 0 auto; padding: 0 1.25rem; }

/* Kopf: Messingschild und Sprachwahl */
.top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.25rem; border-bottom: 1px solid var(--green-line); }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--paper); text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0 0 1px var(--brass-dim); }
.brand b { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; letter-spacing: .06em; text-transform: uppercase; display: block; line-height: 1; }
.brand small { font-family: var(--sans); font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--brass); display: block; margin-top: .3rem; }
.langs { display: flex; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.langs a { display: inline-block; padding: .55rem .5rem; font-size: .78rem; letter-spacing: .14em; text-decoration: none; color: var(--paper-shadow); min-width: 2.6rem; text-align: center; border-radius: 4px; }
.langs a:hover { color: var(--paper); }
.langs a[aria-current="page"] { color: var(--brass); font-weight: 700; }
@media (max-width: 600px) {
  /* Zwei Zeilen: Marke, darunter die Sprachwahl — nichts bricht im Wort um. */
  .top { flex-wrap: wrap; padding: .8rem 1.25rem .3rem; row-gap: .1rem; }
  .brand img { width: 34px; height: 34px; }
  .brand b { font-size: 1.05rem; white-space: nowrap; letter-spacing: .06em; }
  .brand small { white-space: nowrap; }
  .top nav { flex-basis: 100%; }
  .langs { margin-left: -.35rem; }
  .langs a { min-width: 2.4rem; }
}

/* Sektionen: Text und Telefon nebeneinander, abwechselnd */
.section { display: grid; gap: 2.2rem; padding: 4.5rem 0; border-bottom: 1px solid var(--green-line); align-items: center; }
.section:last-of-type { border-bottom: 0; }
.section .text p { color: var(--paper-shadow); }
.section .text p:last-child { margin-bottom: 0; }
@media (min-width: 860px) {
  .section { grid-template-columns: 1.15fr .85fr; gap: 3.5rem; padding: 6rem 0; }
  .section.flip .text { order: 2; }
  .section.flip .visual { order: 1; }
}
.visual { display: flex; justify-content: center; }
.phone { width: min(300px, 78vw); padding: 10px; border-radius: 46px; background: #0B1A15;
         box-shadow: 0 0 0 1px rgba(196,156,82,.35), 0 30px 60px rgba(0,0,0,.45); }
.phone img { border-radius: 36px; width: 100%; }
.pad { width: min(560px, 92vw); padding: 12px; border-radius: 28px; background: #0B1A15;
       box-shadow: 0 0 0 1px rgba(196,156,82,.35), 0 30px 60px rgba(0,0,0,.45); }
.pad img { border-radius: 18px; }

/* Held */
.hero { padding-top: 4rem; }
.hero .lede { font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.5rem); line-height: 1.45; color: var(--paper); }
.store { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.4rem; padding: .7rem 1.1rem; border: 1px solid var(--brass-dim); border-radius: 8px;
         font-size: .9rem; color: var(--paper-shadow); background: rgba(0,0,0,.18); }
.store::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brass); flex: none; }

/* Zeugen */
.cast { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin: 1.6rem 0 .6rem; }
.cast img { width: 84px; height: 84px; border-radius: 50%; box-shadow: 0 0 0 2px var(--brass-dim), 0 8px 18px rgba(0,0,0,.4); }
.cast-caption { text-align: center; font-size: .82rem; color: var(--paper-shadow); font-style: italic; font-family: var(--serif); font-size: 1rem; }

/* Fakten auf Papier */
.paper { background: var(--paper); color: var(--ink); border-radius: 12px; padding: 2rem 2rem 1.4rem; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.paper h2 { color: var(--ink); font-size: clamp(1.6rem, 3.2vw, 2.2rem); }
.paper ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .55rem; }
@media (min-width: 700px) { .paper ul { grid-template-columns: 1fr 1fr; gap: .6rem 2rem; } }
.paper li { padding-left: 1.4rem; position: relative; color: var(--ink-soft); }
.paper li::before { content: "◆"; position: absolute; left: 0; top: .15em; font-size: .6rem; color: var(--brass-ink); }
.facts { padding: 4.5rem 0; border-bottom: 1px solid var(--green-line); }
.ipad { padding: 4.5rem 0 5.5rem; border-bottom: 1px solid var(--green-line); text-align: center; }
.ipad p { margin-left: auto; margin-right: auto; color: var(--paper-shadow); }
.ipad .visual { margin-top: 2rem; }

/* Fuß: Impressum, Datenschutz, Sprache */
footer { padding: 3.5rem 0 3rem; font-size: .9rem; color: var(--paper-shadow); }
footer .cols { display: grid; gap: 2rem; }
@media (min-width: 760px) { footer .cols { grid-template-columns: 1.2fr 1.2fr .8fr; gap: 3rem; } }
footer h2 { font-size: 1.15rem; margin-bottom: .5rem; }
footer p { margin: 0 0 .25rem; }
footer .langs { flex-wrap: wrap; margin-left: -.5rem; }
footer .copy { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--green-line); font-size: .8rem; color: var(--brass); }
