/*
 * wirtli.ch: the sales page (ADR-025). Brand from docs/MARKE.md: Tafelgrün, Kreide, Zilla Slab for titles,
 * Poppins for text, Caveat for hand-written notes; Cormorant Garamond only inside the example venue's
 * outputs. No framework and no build: this file is served as it is. Fonts are self-hosted (SIL OFL).
 */

@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/zilla-slab-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/zilla-slab-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/caveat-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/caveat-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-500-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-600-italic.woff2') format('woff2');
}

:root {
  --green: #1e3d31;
  --green-deep: #163025;
  --green-light: #e6eee7;
  --mint: #cfe3d3;
  --paper: #f7f6f1;
  --linen: #f2f1eb;
  --table: #e6e8e3;
  --white: #fff;
  --ink: #1b211d;
  --slate: #5c6660;
  --smoke: #dce0d8;
  --line: #eef0ea;
  --chalk: #f4f1e6;
  --chalk-soft: #c9d2cc;
  --chalk-muted: #a9b5ae;
  --yellow: #f2d06b;
  --mustard: #7a5a00;
  --wine: #7a2b2b;
  --venue-paper: #fbf8f1;
  --venue-ink: #2a2320;
  --venue-muted: #6b605a;

  --serif: 'Zilla Slab', Georgia, serif;
  --sans: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --hand: 'Caveat', 'Segoe Print', cursive;
  --menu: 'Cormorant Garamond', Georgia, serif;

  --gutter: clamp(16px, 5vw, 80px);
  --header-h: 76px;
}

/* ---------- base ---------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
ul,
ol,
figure,
blockquote,
fieldset {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
fieldset {
  border: 0;
  min-width: 0;
}
a {
  color: var(--green);
}
svg {
  display: block;
  flex-shrink: 0;
}
b,
strong {
  font-weight: 600;
}
:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}
.on-dark :focus-visible,
.on-green :focus-visible {
  outline-color: var(--chalk);
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.skip:focus {
  top: 12px;
}
.wrap {
  width: min(1280px, 100% - 2 * var(--gutter));
  margin-inline: auto;
}

/* Line icons: the <use> passes these on to the symbol. */
.i {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.note-arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- type and buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.btn-lg {
  height: 60px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 17px;
}
.btn-block {
  display: flex;
  width: 100%;
}
.btn-primary {
  background: var(--green);
  color: #fff;
}
.btn-primary:hover {
  background: var(--green-deep);
  color: #fff;
}
.btn-soft {
  background: var(--linen);
  color: var(--ink);
  font-weight: 500;
}
.btn-soft:hover {
  background: #e9e8e1;
  color: var(--ink);
}
.btn-chalk {
  background: var(--chalk);
  color: var(--ink);
}
.btn-chalk:hover {
  background: #fff;
  color: var(--ink);
}

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--slate);
}
.h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.12;
}
.h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}
.lead {
  max-width: 780px;
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.6;
  color: var(--slate);
}
.hand-note {
  font-family: var(--hand);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.02;
  color: var(--green);
}

/* Marker stroke behind a word, as on odoo.com, in mint instead of yellow (yellow means «Vorschlag»). */
.mark {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.mark::before {
  content: '';
  position: absolute;
  left: -0.13em;
  right: -0.15em;
  top: 48%;
  bottom: 6%;
  z-index: -1;
  border-radius: 0.12em;
  background: var(--mint);
  transform: rotate(-1.2deg);
}
/* Two hand-drawn lines under a word. */
.scribble {
  position: relative;
  display: inline-block;
}
.scribble svg {
  position: absolute;
  left: -0.05em;
  bottom: -0.14em;
  width: calc(100% + 0.1em);
  height: 0.28em;
  overflow: visible;
  fill: none;
  stroke: var(--scribble, var(--green));
  stroke-width: clamp(2.4px, 0.045em, 3.5px);
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.scribble-chalk {
  --scribble: var(--chalk);
}

.section {
  padding-block: clamp(56px, 8vw, 96px);
}
.section-paper {
  background: var(--paper);
}
.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(36px, 5vw, 56px);
  text-align: center;
}
.on-dark {
  background: var(--green-deep);
  color: var(--chalk);
}
.on-green {
  background: var(--green);
  color: var(--chalk);
}
.on-dark .eyebrow,
.on-green .eyebrow {
  color: var(--chalk-muted);
}
.on-dark .lead,
.on-green .lead {
  color: var(--chalk-soft);
}

/* Small UI pieces shared by the illustrations. */
.tag-proposal {
  align-self: flex-start;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.state {
  position: absolute;
  top: -13px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--linen);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.state::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--slate);
}
.state-live {
  background: var(--green-light);
  color: var(--green);
}
.state-live::before {
  background: var(--green);
}
/* Flyer and post carry their state at the lower edge: above, it would touch the label of the output. */
.out-flyer .state,
.out-post .state {
  top: auto;
  bottom: -13px;
}
.state-inline {
  position: static;
  height: 28px;
  padding: 0 12px;
  font-size: 13px;
  box-shadow: none;
}
.pbtn {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
}
.pbtn-lg {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
}
.pbtn-primary {
  background: var(--green);
  color: #fff;
  font-weight: 600;
}
.pbtn-outline {
  padding: 0 11px;
  border: 1px solid var(--smoke);
  background: #fff;
  color: var(--ink);
}
.pbtn-text {
  padding: 0 8px;
  color: var(--slate);
}
.send {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.send .i {
  width: 18px;
  height: 18px;
}
.avatar {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--chalk);
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar svg {
  width: 18px;
  height: 18px;
}
.avatar-lg {
  width: 36px;
  height: 36px;
}
.avatar-lg svg {
  width: 24px;
  height: 24px;
}
.toggle {
  width: 38px;
  height: 22px;
  flex-shrink: 0;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toggle::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
}

/* ---------- offer band and header ---------- */

.promo {
  background: var(--green-light);
  color: var(--green);
  font-size: 14px;
}
.promo-inner {
  min-height: 44px;
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.promo-inner > .i {
  width: 18px;
  height: 18px;
}
.promo a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  text-underline-offset: 3px;
}
.promo a .i {
  display: none;
  width: 16px;
  height: 16px;
}
@media (max-width: 640px) {
  .promo {
    font-size: 12.5px;
  }
  .promo-long {
    display: none;
  }
  .promo-more {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .promo a .i {
    display: block;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(1.2) blur(6px);
}
.nav {
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--green);
  text-decoration: none;
}
.logo svg {
  width: 36px;
  height: 36px;
}
.logo span {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 700;
  line-height: 0.9;
}
.logo-sm svg {
  width: 30px;
  height: 30px;
}
.logo-sm span {
  font-size: 26px;
}
.nav-links {
  display: flex;
  gap: 30px;
}
.nav-links a,
.nav-login {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.nav-links a:hover,
.nav-login:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-menu {
  position: relative;
  display: none;
}
.nav-menu summary {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  color: var(--ink);
  cursor: pointer;
}
.nav-menu summary::-webkit-details-marker {
  display: none;
}
.nav-menu[open] summary {
  background: var(--linen);
}
.nav-sheet {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(280px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid var(--smoke);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(27, 33, 29, 0.14);
  display: flex;
  flex-direction: column;
}
.nav-sheet a {
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.nav-sheet a:hover {
  background: var(--linen);
}
@media (max-width: 1023px) {
  .nav {
    gap: 16px;
  }
  .nav-links {
    display: none;
  }
  .nav-menu {
    display: block;
  }
}
@media (max-width: 599px) {
  :root {
    --header-h: 64px;
  }
  .nav-login {
    display: none;
  }
  .logo svg {
    width: 30px;
    height: 30px;
  }
  .logo span {
    font-size: 26px;
  }
  .nav-actions {
    gap: 6px;
  }
  .nav-actions .btn {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }
}

/* ---------- hero ---------- */

.hero {
  padding-block: clamp(40px, 6vw, 64px) clamp(48px, 7vw, 76px);
}
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 16px 5px 6px;
  border: 1px solid var(--smoke);
  border-radius: 999px;
  font-size: 14px;
  color: var(--slate);
}
.pill-mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pill-mark svg {
  width: 22px;
  height: 22px;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(36px, 6vw, 78px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.h1-c {
  display: block;
}
.hero-lead {
  max-width: 800px;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--slate);
}
.hero-lead b {
  color: var(--ink);
}
.hero-cta {
  position: relative;
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
.hero-note {
  position: absolute;
  right: calc(100% + 6px);
  top: -46px;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  white-space: nowrap;
  text-align: right;
}
.hero-note > span {
  display: inline-block;
  margin-top: -4px;
  transform: rotate(-3deg);
}
.note-arrow-right {
  width: 90px;
  height: 60px;
}
.note-arrow-up {
  display: none;
  width: 50px;
  height: 36px;
}
@media (max-width: 1199px) {
  .hero-cta {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-note {
    position: static;
    width: 100%;
    justify-content: center;
    gap: 4px;
    font-size: 24px;
    text-align: left;
  }
  .hero-note > span {
    margin-top: 10px;
  }
  .hero-note br {
    display: none;
  }
  .note-arrow-right {
    display: none;
  }
  .note-arrow-up {
    display: block;
    order: -1;
  }
}
@media (max-width: 699px) {
  .h1-a,
  .h1-b {
    display: block;
  }
  .pill-long {
    display: none;
  }
  .hero-cta {
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-top: 4px;
  }
  .hero-cta .btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }
  .hero-cta .btn-soft {
    order: 2;
  }
  .hero-note {
    order: 1;
    font-size: 23px;
  }
}
@media (max-width: 379px) {
  .hero-note {
    font-size: 21px;
  }
}

/* ---------- «So arbeitet Wirtli»: one message, four outputs ---------- */

.kv-section {
  padding-block: clamp(56px, 8vw, 96px) clamp(56px, 6vw, 72px);
}
.kv-section .h2 {
  font-size: clamp(30px, 4.4vw, 56px);
}
/* The stage is drawn at 1280 × 800 like the design and scaled down in steps; below 1100 px it becomes a column. */
.kv-stage {
  position: relative;
  width: 1280px;
  height: 800px;
  margin-inline: auto;
}
@media (max-width: 1439px) {
  .kv-stage {
    zoom: 0.9;
  }
}
@media (max-width: 1299px) {
  .kv-stage {
    zoom: 0.82;
  }
}
@media (max-width: 1179px) {
  .kv-stage {
    zoom: 0.76;
  }
}
.kv-arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 800px;
  overflow: visible;
  fill: none;
  stroke: var(--chalk);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.92;
}
.kv-arrows-mobile {
  display: none;
}
.kv-hint {
  font-family: var(--hand);
  font-weight: 600;
  line-height: 1;
  color: var(--chalk);
}
.kv-hint-photo {
  position: absolute;
  left: 346px;
  top: 96px;
  width: 112px;
  font-size: 27px;
  text-align: right;
  transform: rotate(-4deg);
}
.kv-hint-tap {
  position: absolute;
  left: 440px;
  top: 748px;
  width: 400px;
  font-size: 31px;
  text-align: center;
}
.kv-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kv-item-menu {
  left: 10px;
  top: 0;
}
.kv-item-site {
  left: 930px;
  top: 0;
}
.kv-item-flyer {
  left: 60px;
  top: 388px;
}
.kv-item-post {
  left: 980px;
  top: 380px;
}
.kv-label {
  height: 50px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}
.kv-label b {
  font-family: var(--hand);
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
  color: var(--chalk);
}
.kv-label span {
  font-size: 12.5px;
  color: var(--chalk-muted);
}
.kv-card {
  position: relative;
  margin-top: 10px;
}
.kv-item-flyer .kv-card {
  margin: 8px 0 0 10px;
}

/* printed menu */
.out-menu {
  width: 330px;
  height: 300px;
  transform: rotate(-2deg);
}
.om-paper {
  height: 100%;
  padding: 22px 26px;
  border-radius: 6px;
  background: var(--venue-paper);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--menu);
  color: var(--venue-ink);
  text-align: left;
}
.om-venue {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  color: var(--wine);
}
.om-section {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}
.om-section::before,
.om-section::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #d9cdb8;
}
.om-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.om-item > div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.om-item b {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  line-height: 1.15;
}
.om-item i {
  font-size: 13px;
  line-height: 1.2;
  color: var(--venue-muted);
}
.om-item > span {
  font-size: 17px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.om-new {
  margin: 0 -10px;
  padding: 7px 10px;
  border-radius: 4px;
  background: #f1e4cb;
}
.om-new em {
  padding: 2px 5px;
  border-radius: 3px;
  background: var(--wine);
  color: var(--venue-paper);
  font-family: var(--sans);
  font-size: 8.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* flyer */
.out-flyer {
  width: 240px;
  height: 340px;
  transform: rotate(2.5deg);
}
.of-paper {
  height: 100%;
  padding: 20px 18px 14px;
  border-radius: 4px;
  background: #f6efe3;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--menu);
  color: var(--venue-ink);
  text-align: center;
}
.of-venue {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--wine);
}
.of-title {
  margin-top: 10px;
  font-size: 44px;
  font-style: italic;
  line-height: 1;
  color: var(--wine);
}
.of-when {
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--venue-muted);
}
.of-paper .plate {
  width: 104px;
  height: 104px;
  margin-top: 10px;
}
.of-dish {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.1;
}
.of-sides {
  margin-top: 2px;
  font-size: 12px;
  color: var(--venue-muted);
}
.of-price {
  margin-top: 4px;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
.of-foot {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--sans);
  font-size: 9px;
  color: var(--venue-muted);
}
.qr {
  width: 30px;
  height: 30px;
}

/* website */
.out-site {
  width: 350px;
  height: 270px;
  transform: rotate(1.5deg);
}
.os-window {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.os-bar {
  height: 30px;
  flex-shrink: 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ecebe6;
}
.os-bar > span:not(.os-url) {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c9c6be;
}
.os-url {
  flex-grow: 1;
  height: 18px;
  margin-left: 10px;
  border-radius: 9px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--slate);
}
.os-nav {
  height: 38px;
  flex-shrink: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #efe8dc;
  font-size: 10px;
  color: var(--venue-muted);
}
.os-nav b {
  margin-right: auto;
  font-family: var(--menu);
  font-size: 16px;
  color: var(--venue-ink);
}
.os-hero {
  flex-grow: 1;
  display: flex;
}
.os-text {
  width: 200px;
  padding: 16px;
  background: #f6efe3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.os-kicker {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wine);
}
.os-text b {
  font-family: var(--menu);
  font-size: 30px;
  line-height: 1;
  color: var(--venue-ink);
}
.os-desc {
  font-size: 11px;
  line-height: 1.4;
  color: var(--venue-muted);
}
.os-btn {
  align-self: flex-start;
  margin-top: 2px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--wine);
  color: var(--venue-paper);
  font-size: 10px;
  font-weight: 600;
}
.os-image {
  flex-grow: 1;
  background: #e7d8c1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-image .plate {
  width: 120px;
  height: 120px;
}

/* social post */
.out-post {
  width: 260px;
  transform: rotate(-1.5deg);
}
.op-window {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  color: var(--ink);
  text-align: left;
}
/* Room above the account name for the state label that overlaps the card's top edge. */
.op-head {
  height: 52px;
  padding: 8px 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.op-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--wine);
  color: var(--venue-paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--menu);
  font-size: 16px;
  font-weight: 600;
}
.op-name {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 1.2;
  color: var(--slate);
}
.op-name b {
  font-size: 12px;
  color: var(--ink);
}
.op-head .i {
  width: 18px;
  height: 18px;
}
.op-image {
  position: relative;
  height: 196px;
  padding-right: 16px;
  background: #3a2a20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.op-image .plate {
  width: 150px;
  height: 150px;
}
.op-image b {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: var(--menu);
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  color: var(--venue-paper);
}
.op-image span {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--venue-paper);
  color: var(--wine);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.op-actions {
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.op-actions .i {
  width: 20px;
  height: 20px;
}
.op-caption {
  padding: 0 12px 14px;
  font-size: 11.5px;
  line-height: 1.45;
}

/* the phone with Wirtli's chat */
.kv-phone {
  position: absolute;
  left: 470px;
  top: 10px;
  width: 340px;
  height: 720px;
  padding: 10px;
  border-radius: 48px;
  background: #0c1812;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}
.kv-screen {
  width: 320px;
  height: 700px;
  border-radius: 38px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-align: left;
}
.chat-head {
  height: 64px;
  flex-shrink: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.chat-title {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 11.5px;
  color: var(--slate);
}
.chat-title b {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.1;
  color: var(--ink);
}
.chat-body {
  flex-grow: 1;
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-time {
  align-self: center;
  font-size: 11px;
  color: var(--slate);
}
.msg-user {
  align-self: flex-end;
  width: 244px;
  padding: 6px 6px 10px;
  border-radius: 18px 18px 6px 18px;
  background: var(--green);
  color: #fff;
}
.msg-user > p {
  padding: 8px 8px 0;
  font-size: 13px;
  line-height: 1.45;
}
.msg-bot {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.msg-bot p {
  padding: 9px 12px;
  border-radius: 16px 16px 16px 6px;
  background: var(--linen);
  font-size: 13px;
  line-height: 1.45;
}
.plan {
  padding: 12px;
  border: 1px solid var(--smoke);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(27, 33, 29, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plan-rows {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12.5px;
  line-height: 1.3;
}
.plan-rows li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-rows .i {
  width: 16px;
  height: 16px;
  color: var(--green);
}
.plan-actions {
  display: flex;
  gap: 6px;
}
.chat-input {
  height: 66px;
  flex-shrink: 0;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
}
.chat-field {
  height: 46px;
  padding: 0 6px 0 14px;
  border-radius: 23px;
  background: var(--linen);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--slate);
}
.chat-field > .i {
  width: 20px;
  height: 20px;
}
.chat-field > span:first-of-type {
  flex-grow: 1;
}

/* the photo of a handwritten note on a wooden table */
.photo {
  position: relative;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  background: #8a5e3b;
}
.photo-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.photo-note {
  position: absolute;
  left: 16px;
  top: 13px;
  width: calc(100% - 54px);
  height: 124px;
  padding: 5px 8px 0 30px;
  border-radius: 2px;
  background-color: #fbf8ee;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 21px,
    #c5d5ea 21px,
    #c5d5ea 22px
  );
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.4);
  transform: rotate(-4deg);
  display: flex;
  flex-direction: column;
  font-family: var(--hand);
  color: #1f3a6b;
  text-align: left;
}
.photo-note::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e3a59c;
}
.photo-note span {
  line-height: 22px;
}
.photo-note .l1 {
  font-size: 18px;
}
.photo-note .l2 {
  font-size: 24px;
  font-weight: 700;
}
.photo-note .price {
  align-self: flex-start;
  margin: 3px 0 0 40px;
  padding: 0 7px;
  border: 1.5px solid #b3261e;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
  transform: rotate(-5deg);
}
.photo-tape {
  position: absolute;
  left: calc(50% - 36px);
  top: 5px;
  width: 54px;
  height: 15px;
  background: rgba(255, 255, 255, 0.55);
  transform: rotate(-7deg);
}
.photo-pen {
  position: absolute;
  right: -14px;
  bottom: 26px;
  width: 104px;
  height: 9px;
  border-radius: 5px;
  background: #243a63;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  transform: rotate(32deg);
}
.photo-pen::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 9px;
  border-radius: 5px 0 0 5px;
  background: #c9ced6;
}
.photo-vignette {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1099px) {
  .kv-stage {
    zoom: 1;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kv-arrows,
  .kv-hint-photo {
    display: none;
  }
  .kv-phone {
    position: static;
    width: min(100%, 420px);
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .kv-screen {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
  }
  .chat-head {
    height: 56px;
    padding: 0 16px;
  }
  .msg-user {
    width: min(262px, 86%);
  }
  .chat-input {
    height: 62px;
    padding: 8px 12px;
  }
  .kv-hint-tap {
    position: static;
    width: auto;
    margin-top: 22px;
    font-size: 27px;
  }
  .kv-arrows-mobile {
    display: block;
    width: min(100%, 420px);
    height: auto;
    margin-top: 6px;
    fill: none;
    stroke: var(--chalk);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.92;
  }
  .kv-outputs {
    width: min(100%, 420px);
    margin-top: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
  .kv-item {
    position: static;
    min-width: 0;
    align-items: stretch;
  }
  .kv-label {
    height: auto;
    margin-bottom: 10px;
  }
  .kv-label b {
    font-size: 22px;
  }
  .kv-label span {
    display: none;
  }
  .kv-card,
  .kv-item-flyer .kv-card {
    margin: 0;
    align-self: center;
  }
  .out-menu {
    zoom: 0.5;
  }
  .out-site {
    zoom: 0.47;
  }
  .out-flyer,
  .out-post {
    zoom: 0.62;
  }
}
@media (min-width: 700px) and (max-width: 1099px) {
  .kv-outputs {
    width: min(100%, 760px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 379px) {
  .out-menu {
    zoom: 0.42;
  }
  .out-site {
    zoom: 0.4;
  }
  .out-flyer,
  .out-post {
    zoom: 0.52;
  }
}

/* ---------- everything in one place ---------- */

.grid-note {
  position: absolute;
  left: calc(100% + 18px);
  top: -6px;
  display: flex;
  align-items: flex-start;
  font-size: 29px;
  letter-spacing: 0;
  white-space: nowrap;
}
.grid-note span {
  display: inline-block;
  margin-top: -10px;
  transform: rotate(-4deg);
}
.grid-note svg {
  width: 80px;
  height: 50px;
}
.grid-note-small {
  display: none;
  align-items: flex-start;
  gap: 2px;
  font-size: 24px;
}
.grid-note-small svg {
  width: 44px;
  height: 32px;
}
.grid-note-small span {
  margin-top: 8px;
  transform: rotate(-3deg);
}
@media (max-width: 1099px) {
  .grid-note {
    display: none;
  }
  .grid-note-small {
    display: flex;
  }
}
.tiles {
  width: min(100%, 1080px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 36px 24px;
}
.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.tile-icon {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background: var(--t-bg);
  color: var(--t-fg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-icon .i {
  width: 46px;
  height: 46px;
}
.t-green {
  --t-bg: #e3ede5;
  --t-fg: #1e3d31;
}
.t-clay {
  --t-bg: #f5e6dc;
  --t-fg: #8a4b2f;
}
.t-slate {
  --t-bg: #e4eaec;
  --t-fg: #34525c;
}
.t-moss {
  --t-bg: #e9edda;
  --t-fg: #4f5f2a;
}
.t-plum {
  --t-bg: #efe3e8;
  --t-fg: #6b3450;
}
.t-sand {
  --t-bg: #f2eee2;
  --t-fg: #6e5a2a;
}
.tile-soon {
  position: absolute;
  top: -8px;
  right: -12px;
  padding: 2px 8px;
  border: 1px solid var(--smoke);
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: var(--slate);
}
@media (max-width: 1099px) {
  .tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 699px) {
  .tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
  }
  .tile {
    gap: 10px;
    font-size: 13px;
  }
  .tile-icon {
    width: 76px;
    height: 76px;
    border-radius: 20px;
  }
  .tile-icon .i {
    width: 36px;
    height: 36px;
  }
  .tile-soon {
    right: -10px;
    font-size: 10px;
  }
}

/* ---------- without / with Wirtli ---------- */

.compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.compare-card {
  min-height: 430px;
  padding: 36px 40px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.compare-without {
  border: 1px solid var(--smoke);
  background: #fff;
}
.compare-with {
  background: var(--green);
  color: var(--chalk);
}
.compare-with .eyebrow {
  color: var(--chalk-muted);
}
.chaos {
  position: relative;
  height: 170px;
  flex-shrink: 0;
}
.tangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  fill: none;
  stroke: #c9cec6;
  stroke-width: 2;
  stroke-linecap: round;
}
.chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--smoke);
  border-radius: 10px;
  background: var(--linen);
  font-size: 14px;
  white-space: nowrap;
}
.chip .i {
  width: 18px;
  height: 18px;
  color: var(--slate);
}
.c1 {
  left: 0;
  top: 10px;
  transform: rotate(-4deg);
}
.c2 {
  left: 250px;
  top: 0;
  transform: rotate(3deg);
}
.c3 {
  left: 30px;
  top: 66px;
  transform: rotate(2deg);
}
.c4 {
  left: 280px;
  top: 64px;
  transform: rotate(-3deg);
}
.c5 {
  left: 100px;
  top: 124px;
  transform: rotate(-2deg);
}
.c6 {
  left: 300px;
  top: 122px;
  transform: rotate(4deg);
}
.compare-list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--slate);
}
.compare-list .i {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.compare-with .compare-list li {
  color: var(--green-light);
}
.compare-with .compare-list .i {
  color: var(--mint);
}
.calm {
  position: relative;
  height: 170px;
  flex-shrink: 0;
}
.calm-pill {
  position: absolute;
  left: 0;
  top: 4px;
  min-height: 54px;
  padding: 8px 20px 8px 8px;
  border: 1px solid rgba(244, 241, 230, 0.25);
  border-radius: 27px;
  background: rgba(244, 241, 230, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.avatar-chalk {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--chalk);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-chalk svg {
  width: 26px;
  height: 26px;
}
.calm-arrows {
  position: absolute;
  left: 0;
  top: 60px;
  width: 544px;
  height: 60px;
  overflow: visible;
  fill: none;
  stroke: var(--chalk);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.92;
}
.calm-chips {
  position: absolute;
  left: 0;
  top: 122px;
  display: flex;
  gap: 10px;
}
.calm-chips span {
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(244, 241, 230, 0.3);
  border-radius: 999px;
  background: rgba(244, 241, 230, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.calm-chips .i {
  width: 16px;
  height: 16px;
}
/* The drawing in «Mit Wirtli» needs 544 px inside the card: side by side only from 1400 px. */
@media (max-width: 1399px) {
  .compare {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }
}
@media (max-width: 639px) {
  .compare-card {
    min-height: 0;
    padding: 28px 22px;
  }
  .chaos {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tangle {
    display: none;
  }
  .chip {
    position: static;
    height: 36px;
    font-size: 13.5px;
  }
  .calm {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .calm-pill {
    position: static;
    border-radius: 20px;
    font-size: 15px;
  }
  .calm-arrows {
    display: none;
  }
  .calm-chips {
    position: static;
    flex-wrap: wrap;
  }
}

/* ---------- three steps ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
}
.step {
  position: relative;
  min-height: 380px;
  padding: 30px 32px 28px;
  border-radius: 22px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.step-no {
  font-family: var(--hand);
  font-size: 64px;
  font-weight: 700;
  line-height: 0.8;
  color: var(--green);
}
.step p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--slate);
}
.step-visual {
  margin-top: auto;
  padding: 14px;
  border: 1px solid var(--smoke);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
.step-visual-row {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.step-visual-row > .i {
  width: 20px;
  height: 20px;
  color: var(--slate);
}
.mini-input {
  height: 44px;
  padding: 0 6px 0 12px;
  border-radius: 22px;
  background: var(--linen);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mini-input > .i {
  width: 18px;
  height: 18px;
  color: var(--slate);
}
.mini-input > span:first-of-type {
  flex-grow: 1;
}
.mini-input .send {
  width: 32px;
  height: 32px;
}
.mini-input .send .i {
  width: 16px;
  height: 16px;
}
.step-arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  width: 44px;
  height: 32px;
  margin-top: -16px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 1099px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 52px;
    max-width: 560px;
    margin-inline: auto;
  }
  .step {
    min-height: 0;
  }
  .step-arrow {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -44px;
    margin: 0 0 0 -22px;
    transform: rotate(90deg);
  }
}

/* ---------- Wirtli as companion ---------- */

.guide {
  display: flex;
  align-items: center;
  gap: 56px;
}
.gm {
  width: 780px;
  flex-shrink: 0;
  color: var(--ink);
  text-align: left;
}
.gm-window {
  border: 1px solid var(--smoke);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(27, 33, 29, 0.12);
  display: flex;
  flex-direction: column;
}
/* What Wirtli is not pointing at stays readable but dimmed, as in the app (BEGLEITER.md 2.4). */
.dim {
  position: relative;
}
.dim::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(27, 33, 29, 0.35);
}
.gm-head {
  height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
}
.gm-back {
  width: 32px;
  height: 32px;
  border: 1px solid var(--smoke);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gm-back .i {
  width: 16px;
  height: 16px;
}
.gm-title {
  flex-grow: 1;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}
.gm-tabs {
  height: 40px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  font-size: 13px;
  color: var(--slate);
}
.gm-tabs span {
  display: flex;
  align-items: center;
}
.gm-tabs .on {
  font-weight: 600;
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--green);
}
.gm-body {
  display: flex;
}
.gm-form {
  position: relative;
  width: 440px;
  flex-shrink: 0;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gm-form::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(27, 33, 29, 0.35);
}
.gm-section {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.gm-active {
  position: relative;
  z-index: 2;
  margin: 0 -8px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gm-label {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
}
.gm-info {
  width: 18px;
  height: 18px;
  color: var(--slate);
}
.gm-figure {
  position: relative;
  display: flex;
  color: var(--green);
}
.gm-figure > svg {
  width: 34px;
  height: 34px;
}
.gm-suggest {
  height: 30px;
  margin-left: auto;
  padding: 0 10px 0 6px;
  border: 1px solid var(--smoke);
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--green);
}
.gm-suggest svg {
  width: 16px;
  height: 16px;
}
.gm-input {
  height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 12.5px;
  color: var(--slate);
}
.gm-card {
  position: relative;
  padding: 10px 12px;
  border: 1px solid var(--smoke);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(27, 33, 29, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gm-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gm-card-head .tag-proposal {
  padding: 2px 8px;
  font-size: 10px;
}
.gm-muted {
  font-size: 11px;
  color: var(--slate);
}
.gm-tone {
  margin-left: auto;
  padding: 2px 9px;
  border-radius: 999px;
  background: var(--linen);
  font-size: 11px;
  font-weight: 500;
}
.gm-variant {
  padding-top: 8px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.gm-variant > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gm-kind {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--slate);
}
.gm-variant p {
  font-size: 12px;
  line-height: 1.4;
}
.gm-take {
  margin-top: 12px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--green);
  white-space: nowrap;
}
.gm-missing {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gm-missing .gm-label {
  height: auto;
  align-items: baseline;
  gap: 8px;
}
.gm-hint {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--mustard);
}
.gm-empty {
  height: 36px;
  border: 1px solid var(--smoke);
}
.gm-preview {
  flex-grow: 1;
  padding: 16px;
  background: var(--table);
  display: flex;
  flex-direction: column;
}
.gm-site {
  flex-grow: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(27, 33, 29, 0.12);
  display: flex;
  flex-direction: column;
}
.gs-nav {
  height: 28px;
  flex-shrink: 0;
  padding: 0 12px;
  border-bottom: 1px solid #efe8dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 7.5px;
  color: var(--venue-muted);
}
.gs-nav b {
  font-family: var(--menu);
  font-size: 12px;
  color: var(--venue-ink);
}
.gs-hero {
  height: 140px;
  flex-shrink: 0;
  display: flex;
  background: #f6efe3;
}
.gs-text {
  width: 170px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.gs-text b {
  font-family: var(--menu);
  font-size: 22px;
  line-height: 1;
  color: var(--venue-ink);
}
.gs-text span {
  align-self: flex-start;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--wine);
  color: var(--venue-paper);
  font-size: 8px;
  font-weight: 600;
}
.gs-image {
  flex-grow: 1;
  background: #e7d8c1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-image .plate {
  width: 96px;
  height: 96px;
}
.gs-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gs-kicker {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wine);
}
.gs-kicker + .gs-lines {
  margin-bottom: 0;
}
.gs-slot {
  margin-bottom: 6px;
  padding: 10px;
  border: 1.5px dashed #cfc6b6;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gs-slot span,
.gs-lines span {
  height: 7px;
  border-radius: 4px;
  background: #ede7dc;
}
.gs-slot span:nth-child(2) {
  width: 92%;
}
.gs-slot span:nth-child(3) {
  width: 68%;
}
.gs-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gs-lines span:nth-child(1) {
  width: 60%;
}
.gs-lines span:nth-child(2) {
  width: 48%;
}
.gm-bar {
  position: relative;
  min-height: 92px;
  padding: 12px 20px 12px 28px;
  border-top: 1px solid var(--smoke);
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 -6px 16px rgba(27, 33, 29, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
}
.gm-bar-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--slate);
}
.gm-bar-text > span:first-child {
  font-size: 11px;
  font-weight: 600;
}
.gm-bar-text b {
  font-size: 14px;
  color: var(--ink);
}
.gm-bar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12.5px;
  color: var(--slate);
}
.gm-next {
  height: 34px;
  padding: 0 14px;
  border: 1px solid var(--smoke);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--ink);
}
.callout {
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 3px solid var(--paper);
  border-radius: 999px;
  background: var(--green);
  color: var(--chalk);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hand);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.callout-bar {
  left: -18px;
  top: 50%;
  margin-top: -18px;
}
.callout-card {
  right: -26px;
  top: 42%;
}
.callout-figure {
  top: -16px;
  right: -26px;
}
.callout-missing {
  right: -26px;
  top: 24px;
}
.guide-side {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  text-align: left;
}
.guide-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.guide-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.num {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--chalk);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hand);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.guide-list h3 {
  font-size: 17px;
  font-weight: 600;
}
.guide-list p {
  margin-top: 4px;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--slate);
}
.guide-off {
  padding-top: 18px;
  border-top: 1px solid var(--smoke);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--slate);
}
/* Stretch: the goal carries a sentence, the steps before it one word; all three keep one height. */
.chain {
  margin-top: 56px;
  display: flex;
  align-items: stretch;
}
.chain-step {
  flex: 1 1 0;
  min-height: 104px;
  padding: 16px 24px;
  border: 1px solid var(--smoke);
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.chain-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.chain-icon .i {
  width: 26px;
  height: 26px;
}
.chain-step h3 {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
}
.chain-step p {
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--slate);
}
.chain-goal {
  border-color: var(--green);
  background: var(--green);
  color: var(--chalk);
}
.chain-goal .chain-icon {
  background: rgba(244, 241, 230, 0.14);
  color: var(--chalk);
}
.chain-goal h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.chain-goal p {
  color: var(--chalk-soft);
}
.chain-arrow {
  width: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chain-arrow svg {
  width: 56px;
  height: 40px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 1339px) {
  .guide {
    flex-direction: column;
  }
  .guide-side {
    width: 100%;
    max-width: 780px;
  }
  .guide-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
  }
}
@media (max-width: 879px) {
  .gm {
    zoom: 0.8;
  }
}
@media (max-width: 1199px) {
  .chain {
    flex-direction: column;
    align-items: stretch;
    max-width: 560px;
    margin-inline: auto;
  }
  .chain-step {
    flex: none;
    min-height: 76px;
  }
  .chain-arrow {
    width: auto;
    height: 40px;
  }
  .chain-arrow svg {
    width: 40px;
    transform: rotate(90deg);
  }
}
/* Phones: only the form with Wirtli's field, the preview of the page falls away. */
@media (max-width: 699px) {
  .gm {
    zoom: 1;
    width: 100%;
  }
  .gm-head {
    height: 44px;
    padding: 0 14px;
  }
  .gm-back,
  .gm-switch,
  .gm-tabs,
  .gm-preview,
  .gm-muted {
    display: none;
  }
  .gm-title {
    font-size: 15px;
  }
  .gm-form {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 12px 14px;
  }
  .gm-active {
    margin: 0 -6px;
    padding: 6px;
  }
  .gm-label {
    gap: 4px;
    font-size: 11.5px;
  }
  .gm-figure > svg {
    width: 28px;
    height: 28px;
  }
  .gm-variant {
    flex-direction: column;
    gap: 3px;
  }
  .gm-take {
    margin-top: 0;
  }
  .gm-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 14px 12px 22px;
  }
  .gm-bar-actions .gm-off {
    margin-left: auto;
  }
  .callout {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }
  .callout-bar {
    left: -10px;
    margin-top: -15px;
  }
  .callout-card,
  .callout-missing {
    right: -18px;
  }
  .callout-figure {
    right: -20px;
  }
  .guide-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .guide-list li {
    gap: 14px;
  }
  .num {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }
}

/* ---------- set-up and training on site ---------- */

.train {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 80px;
}
.train-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.train-text .lead {
  font-size: clamp(15px, 1.4vw, 18px);
}
.checks {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.5;
}
.check-dot {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(244, 241, 230, 0.14);
  color: var(--mint);
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-dot .i {
  width: 16px;
  height: 16px;
}
.train-offer {
  position: relative;
  display: flex;
  justify-content: center;
}
.train-note {
  position: absolute;
  top: -66px;
  right: 0;
  display: flex;
  align-items: flex-start;
  font-size: 29px;
  white-space: nowrap;
  color: var(--chalk);
}
.train-note svg {
  width: 80px;
  height: 50px;
}
.train-note span {
  display: inline-block;
  margin-top: -6px;
  transform: rotate(-4deg);
}
.offer-card {
  width: min(100%, 520px);
  padding: 36px;
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.chip-wine {
  align-self: flex-start;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.facts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
.facts li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.facts .i {
  width: 20px;
  height: 20px;
  color: var(--green);
}
.rule {
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--line);
}
.offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
}
.offer-price strong {
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 60px);
  font-weight: 700;
  line-height: 1;
  color: var(--green);
}
.offer-price span {
  font-size: 18px;
  color: var(--slate);
}
.offer-small {
  font-size: 15px;
  line-height: 1.5;
  color: var(--slate);
}
.fine {
  font-size: 13px;
  color: var(--slate);
  text-align: center;
}
@media (max-width: 999px) {
  .train {
    grid-template-columns: 1fr;
    gap: 84px;
  }
}
@media (max-width: 599px) {
  .offer-card {
    padding: 24px;
  }
  .train-note {
    top: -46px;
    right: 4px;
    font-size: 23px;
  }
  .train-note svg {
    width: 52px;
    height: 33px;
  }
}

/* ---------- trust ---------- */

.trust-band {
  padding-block: clamp(40px, 6vw, 64px);
  background: var(--paper);
}
.trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.trust li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: 1px solid var(--smoke);
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-icon .i {
  width: 22px;
  height: 22px;
}
.trust b {
  display: block;
  font-size: 15px;
}
.trust small {
  display: block;
  font-size: 13px;
  color: var(--slate);
}
@media (max-width: 999px) {
  .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 559px) {
  .trust {
    grid-template-columns: 1fr;
  }
}

/* ---------- prices ---------- */

.pricing {
  position: relative;
  width: min(100%, 1040px);
  margin-inline: auto;
}
.price-note {
  position: absolute;
  right: calc(100% + 10px);
  top: 150px;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.price-note span {
  display: inline-block;
  transform: rotate(-4deg);
}
.price-note svg {
  width: 90px;
  height: 60px;
}
@media (max-width: 1439px) {
  .price-note {
    display: none;
  }
}
.price-card {
  border: 1px solid var(--smoke);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 50px rgba(27, 33, 29, 0.06);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-main {
  padding: 40px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.billing {
  align-self: flex-start;
  padding: 4px;
  border-radius: 12px;
  background: #e9e8e1;
  display: flex;
}
.billing label {
  height: 40px;
  padding: 0 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--slate);
  cursor: pointer;
}
.billing input:checked + label {
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.billing input:focus-visible + label {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}
.price-plan {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* Without :has() the yearly plan stays, which names the monthly price too. */
.price-monthly {
  display: none;
}
.price-main:has(#billing-monthly:checked) .price-monthly {
  display: flex;
}
.price-main:has(#billing-monthly:checked) .price-yearly {
  display: none;
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
}
.price strong {
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.price s {
  font-size: 20px;
  color: var(--slate);
}
.price-sub {
  font-size: 15px;
  line-height: 1.5;
  color: var(--slate);
}
.price-gift {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.price-gift .i {
  width: 22px;
  height: 22px;
  color: var(--green);
}
.price-list {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.price-list h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
}
.includes {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 16px;
  line-height: 1.4;
}
.includes li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tick {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tick .i {
  width: 15px;
  height: 15px;
}
.includes .soon {
  color: var(--slate);
}
.includes .soon .tick {
  background: var(--linen);
  color: var(--slate);
}
.price-foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.5;
  color: var(--slate);
}
@media (max-width: 859px) {
  .price-card {
    grid-template-columns: 1fr;
  }
  .price-main,
  .price-list {
    padding: 28px 24px;
  }
}

/* ---------- who is behind Wirtli ---------- */

.about {
  display: flex;
  align-items: center;
  gap: 80px;
}
.about-visual {
  position: relative;
  width: 440px;
  flex-shrink: 0;
}
.about-card {
  height: 500px;
  border-radius: 24px;
  background: var(--green);
  color: var(--chalk);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-card svg {
  width: 180px;
  height: 180px;
}
.about-sticker {
  position: absolute;
  left: -22px;
  bottom: 40px;
  padding: 8px 16px;
  border: 1px solid var(--smoke);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(27, 33, 29, 0.08);
  transform: rotate(-3deg);
  font-family: var(--hand);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  color: var(--green);
}
.about-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.about-quote {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-quote p {
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 27px);
  font-weight: 600;
  line-height: 1.42;
}
.about-quote footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  color: var(--slate);
}
.signature {
  font-family: var(--hand);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  color: var(--green);
}
@media (max-width: 999px) {
  .about {
    flex-direction: column;
    align-items: stretch;
    gap: 44px;
  }
  .about-visual {
    width: 100%;
  }
  .about-card {
    height: 280px;
  }
  .about-card svg {
    width: 128px;
    height: 128px;
  }
  .about-sticker {
    left: 12px;
    bottom: -14px;
    font-size: 23px;
  }
}

/* ---------- call to action ---------- */

.cta {
  padding-block: clamp(64px, 8vw, 88px);
}
.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
.cta-mark {
  width: clamp(72px, 8vw, 104px);
  height: clamp(72px, 8vw, 104px);
  color: var(--chalk);
}
.cta h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 4.4vw, 60px);
  font-weight: 700;
  line-height: 1.1;
}
.cta-inner > p {
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.55;
  color: var(--chalk-soft);
}
.cta-actions {
  position: relative;
  display: flex;
  margin-top: 12px;
}
.cta-note {
  position: absolute;
  left: calc(100% + 6px);
  top: -38px;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  font-size: 28px;
  white-space: nowrap;
  color: var(--chalk);
}
.cta-note svg {
  width: 90px;
  height: 60px;
}
.cta-note span {
  display: inline-block;
  margin-top: -6px;
  transform: rotate(-3deg);
}
@media (max-width: 899px) {
  .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .cta-actions .btn {
    width: 100%;
    max-width: 420px;
  }
  .cta-note {
    position: static;
    font-size: 24px;
  }
  .cta-note svg {
    display: none;
  }
  .cta-note span {
    margin-top: 0;
  }
}

/* ---------- footer ---------- */

.site-footer {
  padding-block: 56px 36px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.footer-brand p {
  max-width: 260px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--slate);
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--slate);
}
.footer-col a {
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
}
.footer-col a:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--slate);
}
@media (max-width: 899px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 499px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- legal pages ---------- */

.legal {
  padding-block: clamp(40px, 6vw, 72px);
}
.legal .wrap {
  max-width: 760px;
}
.legal h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
}
.legal h2 {
  margin: 32px 0 10px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.25;
}
.legal p,
.legal li {
  font-size: 16px;
  line-height: 1.65;
  color: #2e3631;
}
.legal p + p {
  margin-top: 12px;
}
.legal ul {
  padding-left: 22px;
  list-style: disc;
}
.legal .open {
  padding: 0 4px;
  border-radius: 4px;
  background: #fdf1cf;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  font-weight: 500;
  text-decoration: none;
}
.back-link .i {
  width: 18px;
  height: 18px;
}
