/* Fonts: self-hosted variable fonts (latin + latin-ext) */
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 300 500; font-display: swap; src: url(/assets/fonts/jost-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 300 500; font-display: swap; src: url(/assets/fonts/jost-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 300 400; font-display: swap; src: url(/assets/fonts/newsreader-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 300 400; font-display: swap; src: url(/assets/fonts/newsreader-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Newsreader'; font-style: italic; font-weight: 300 400; font-display: swap; src: url(/assets/fonts/newsreader-italic-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Newsreader'; font-style: italic; font-weight: 300 400; font-display: swap; src: url(/assets/fonts/newsreader-italic-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Source Sans 3'; font-style: normal; font-weight: 300 600; font-display: swap; src: url(/assets/fonts/source-sans-3-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Source Sans 3'; font-style: normal; font-weight: 300 600; font-display: swap; src: url(/assets/fonts/source-sans-3-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --bg: #F4F1EB;
  --card: #FBFAF6;
  --sand: #EBE6DC;
  --forest: #3E4A3C;
  --forest-dark: #2F392E;
  --ink: #2F332F;
  --text: #3A3D39;
  --muted: #4A4D49;
  --sage: #5E7458;
  --gold: #8F6A2A;
  --gold-mid: #B98C3E;
  --gold-light: #D2B06E;
  --line: #E3DDD1;
  --line-strong: #CFC8BA;
  --chip-line: #D5CEBF;
  --on-dark: #DDE3D8;
  --on-dark-muted: #CFD6C9;
  --serif: Newsreader, serif;
  --sans-caps: Jost, sans-serif;
  --gutter: clamp(20px, 5vw, 56px);
}

html, body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Source Sans 3', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; }
a { color: var(--forest); text-decoration-color: var(--gold-mid); text-underline-offset: 3px; }
a:hover { color: var(--gold); }
button { font-family: inherit; }
::selection { background: #DCE2D4; }
img { max-width: 100%; }
p, h1, h2, h3 { margin: 0; }

.page { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.wrap { max-width: 1240px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.stack { display: flex; flex-direction: column; }
.grid { display: grid; }

/* Typography */
.kicker { font-family: var(--sans-caps); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.kicker--sm { letter-spacing: 0.2em; color: var(--sage); }
.on-dark .kicker { color: var(--gold-light); }
.h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(42px, 5.6vw, 72px); line-height: 1.04; color: var(--ink); text-wrap: balance; }
.h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; color: var(--ink); }
.balance { text-wrap: balance; }
.on-dark .h2 { color: inherit; }
.h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); }
.lead { font-size: 19px; line-height: 1.6; color: var(--muted); }
.body { font-size: 17px; line-height: 1.6; color: var(--muted); }
.small { font-size: 16px; line-height: 1.6; color: var(--muted); }
.link-caps { font-family: var(--sans-caps); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--forest); }

/* Buttons */
.btn { font-family: var(--sans-caps); font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; padding: 16px 26px; border-radius: 999px; white-space: nowrap; display: inline-block; }
.btn--primary { color: var(--bg); background: var(--forest); border: none; cursor: pointer; }
.btn--primary:hover { background: var(--forest-dark); color: var(--bg); }
.btn--outline { color: var(--forest); border: 1px solid var(--forest); padding: 15px 26px; }
.btn--outline:hover { background: #E8E3D8; color: var(--forest); }

/* Header */
.header { position: sticky; top: 0; z-index: 40; background: rgba(244, 241, 235, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header__inner { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #4A4B4F; }
.brand__badge { width: 44px; height: 44px; border-radius: 12px; background: var(--forest); display: flex; align-items: center; justify-content: center; flex: none; }
.brand__badge img { width: 34px; height: auto; display: block; }
.brand__words { display: flex; flex-direction: column; gap: 6px; }
.header__actions { display: flex; align-items: center; gap: 14px; }
.header__cta { font-family: var(--sans-caps); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; color: var(--bg); background: var(--forest); padding: 11px 18px; border-radius: 999px; white-space: nowrap; }
.header__cta:hover { background: var(--forest-dark); color: var(--bg); }
.burger { width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--line-strong); background: transparent; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 0; }
.burger:hover { border-color: var(--forest); }
.burger span { display: block; width: 18px; height: 1.5px; background: var(--forest); }
.burger span:last-child { width: 12px; background: var(--gold-mid); align-self: center; margin-left: 6px; }

/* Menu overlay */
.menu { position: fixed; inset: 0; z-index: 60; background: var(--forest); color: var(--bg); overflow: auto; display: none; flex-direction: column; }
.menu.is-open { display: flex; }
.menu__top { width: 100%; padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.menu__close { width: 46px; height: 46px; border-radius: 999px; border: 1px solid rgba(244, 241, 235, 0.4); background: transparent; cursor: pointer; color: var(--bg); font-size: 22px; line-height: 1; font-family: var(--sans-caps); font-weight: 300; }
.menu__body { width: 100%; padding-top: clamp(24px, 6vh, 72px); padding-bottom: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 48px; flex: 1; }
.menu__nav { display: flex; flex-direction: column; gap: 4px; }
.menu__nav a { display: flex; align-items: baseline; gap: 18px; text-decoration: none; color: var(--bg); padding: 10px 0; border-bottom: 1px solid rgba(244, 241, 235, 0.14); }
.menu__nav a:hover { color: #E3C487; }
.menu__num { font-family: var(--sans-caps); font-size: 12px; letter-spacing: 0.2em; color: var(--gold-light); min-width: 28px; }
.menu__label { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.1; }
.menu__aside { display: flex; flex-direction: column; justify-content: flex-end; gap: 28px; max-width: 420px; }
.menu__quote { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 24px; line-height: 1.35; color: #E9E4D8; }
.menu__contact { display: flex; flex-direction: column; gap: 6px; font-size: 15px; color: var(--on-dark-muted); }
.menu__contact a { color: var(--bg); }

/* Sections */
.s-bg { background: var(--bg); }
.s-card { background: var(--card); }
.s-sand { background: var(--sand); }
.s-forest { background: var(--forest); color: var(--bg); }
.s-lined { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pad-lg { padding-top: clamp(64px, 9vw, 120px); padding-bottom: clamp(64px, 9vw, 120px); }
.pad-md { padding-top: clamp(56px, 8vw, 104px); padding-bottom: clamp(56px, 8vw, 104px); }
.pad-sm { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(56px, 8vw, 96px); }
.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--col, 360px)), 1fr)); gap: var(--gap, 24px); }
.section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; }

/* Cards, lists, chips */
.card { background: var(--card); border: 1px solid var(--line); border-radius: 4px; }
.card--outline { border: 1px solid var(--chip-line); border-radius: 4px; padding: 32px; display: flex; flex-direction: column; gap: 12px; }
.chip { font-size: 16px; color: var(--forest); background: var(--bg); border: 1px solid var(--chip-line); padding: 10px 16px; border-radius: 999px; }
.dot-list > div { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 10px; align-items: baseline; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-mid); display: block; transform: translateY(-2px); }
.step-num { font-family: var(--serif); font-style: italic; line-height: 1; color: var(--gold-mid); }
.notruf { font-size: 14px; line-height: 1.5; color: #6A6D68; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px; }

/* Photos with Unsplash credit */
.photo { position: relative; overflow: hidden; }
.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.photo .credit { position: absolute; left: 6px; bottom: 6px; max-width: calc(100% - 12px); padding: 3px 7px; border-radius: 5px; background: rgba(0, 0, 0, .55); color: #fff; font: 10px/1.2 system-ui, -apple-system, sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; backdrop-filter: blur(6px); }
.photo .credit a { color: inherit; text-decoration: none; }
.photo .credit a:hover { text-decoration: underline; }

/* Form */
.field { display: flex; flex-direction: column; gap: 6px; }
.field input, .field textarea { font: inherit; font-size: 17px; padding: 13px 14px; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--bg); color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold-mid); outline-offset: 1px; }
.role { font-size: 15px; padding: 10px 16px; border-radius: 999px; cursor: pointer; border: 1px solid var(--line-strong); background: transparent; color: var(--forest); }
.role[aria-pressed="true"] { border-color: var(--forest); background: var(--forest); color: var(--bg); }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-error { font-size: 15px; line-height: 1.5; color: #8A3B2E; background: #F6E7E2; border-radius: 4px; padding: 12px 14px; }
[hidden] { display: none !important; }

/* Legal pages */
.legal { max-width: 820px; margin: 0 auto; padding: clamp(48px, 8vw, 104px) var(--gutter); display: flex; flex-direction: column; gap: 28px; }
.legal__title { font-family: var(--serif); font-weight: 300; font-size: clamp(40px, 5vw, 60px); line-height: 1.05; color: var(--ink); }
.legal__body { display: flex; flex-direction: column; gap: 22px; font-size: 17px; line-height: 1.65; color: var(--text); }
.legal__body strong { font-weight: 600; }
.legal__body h2 { font-family: 'Source Sans 3', system-ui, sans-serif; font-size: 17px; font-weight: 600; margin-bottom: -14px; }

/* CTA + footer */
.cta { background: var(--sand); border-top: 1px solid #DDD6C8; }
.cta__inner { padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(48px, 7vw, 88px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 28px; }
.footer { background: var(--forest-dark); color: var(--on-dark-muted); }
.footer__inner { padding-top: 56px; padding-bottom: 32px; display: flex; flex-direction: column; gap: 40px; }
.footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 36px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 1.5; }
.footer__col .kicker { letter-spacing: 0.2em; color: var(--gold-light); }
.footer a { color: #E9E4D8; }
.footer__nav { line-height: normal; }
.footer__nav a { text-decoration: none; }
.footer__nav a:hover { color: #E3C487; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid rgba(244, 241, 235, 0.14); font-size: 13px; color: #9FAA99; }
.footer__bottom a { color: var(--on-dark-muted); }
