:root {
  --v3-paper: #f7f5ef;
  --v3-ink: #16241f;
  --v3-green: #2f5f53;
  --v3-green-dark: #1d4138;
  --v3-line: rgba(22, 36, 31, .14);
  --v3-serif: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif;
}

.home-v3 { background: var(--v3-paper); background-image: none; color: var(--v3-ink); animation: none; }
.home-v3 .shop-note { min-height: 34px; padding: 7px clamp(18px, 4vw, 52px); display: flex; align-items: center; justify-content: center; gap: 30px; background: var(--v3-green-dark); color: #fff; font-size: 12px; }
.shop-note p { margin: 0; display: flex; align-items: center; gap: 9px; }
.shop-note a { color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap; }
.shop-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
.home-v3 .shop-header { top: 0; min-height: 72px; padding: 11px 0; background: rgba(247, 245, 239, .92); border-bottom-color: var(--v3-line); box-shadow: none; }
.home-v3 .store-nav { width: min(1320px, calc(100% - 48px)); }
.home-v3 .store-links a { font-size: 14px; }
.home-v3 .shop-header-cta { min-height: 40px; padding: 10px 18px; border-radius: 999px; background: var(--v3-ink); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }

.shop-hero { position: relative; width: min(1500px, calc(100% - 28px)); min-height: min(820px, calc(100svh - 106px)); margin: 14px auto 0; overflow: hidden; border-radius: 30px; background: #e8e1d4; isolation: isolate; }
.shop-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.shop-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(247,245,239,.98) 0%, rgba(247,245,239,.90) 34%, rgba(247,245,239,.22) 58%, rgba(247,245,239,0) 75%); }
.shop-hero-copy { position: relative; z-index: 2; width: min(680px, 62%); padding: clamp(70px, 9vw, 130px) clamp(34px, 7vw, 110px); }
.shop-eyebrow { margin: 0 0 14px; color: var(--v3-green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.shop-hero h1 { max-width: 680px; margin: 0; font-family: var(--v3-serif); font-size: clamp(48px, 6.2vw, 86px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.shop-hero h1 em { color: var(--v3-green); font-style: italic; font-weight: 400; }
.shop-hero-lead { max-width: 590px; margin: 26px 0 0; color: #44514c; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.home-v3 .store-button { min-height: 48px; padding: 13px 22px; border-radius: 6px; }
.home-v3 .store-button.shop-primary { border-color: var(--v3-green); background: var(--v3-green); color: #fff !important; }
.home-v3 .store-button.shop-primary:hover { border-color: var(--v3-green-dark); background: var(--v3-green-dark); }
.shop-ai-note { margin: 28px 0 0; display: flex; align-items: center; gap: 9px; color: #5b635f; font-size: 12px; }
.shop-ai-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--v3-green); }

.shop-trust-strip { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--v3-line); }
.shop-trust-strip p { margin: 0; padding: 4px 20px; text-align: center; color: #48534e; font-size: 13px; font-weight: 650; }
.shop-trust-strip p + p { border-left: 1px solid var(--v3-line); }

.shop-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: clamp(92px, 10vw, 150px) 0 0; }
.shop-section-head { max-width: 840px; margin-bottom: 42px; }
.shop-section-head h2, .shop-process h2, .shop-about h2, .shop-community h2, .shop-contact h2 { margin: 0; font-family: var(--v3-serif); font-size: clamp(40px, 5vw, 66px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; }
.shop-section-head > p:not(.shop-eyebrow) { max-width: 680px; margin: 20px 0 0; color: #59635f; font-size: 17px; line-height: 1.55; }
.shop-section-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.shop-section-head-row > div { max-width: 760px; }
.shop-text-link { color: var(--v3-green); font-size: 15px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.shop-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.shop-editorial { position: relative; min-height: min(790px, 82vh); margin: clamp(96px, 11vw, 160px) 0 0; overflow: hidden; isolation: isolate; }
.shop-editorial > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shop-editorial-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(14,42,34,.86), rgba(14,42,34,.25) 68%, rgba(14,42,34,.08)); }
.shop-editorial-copy { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 14vw, 190px) 0; color: #fff; }
.shop-editorial-copy .shop-eyebrow { color: rgba(255,255,255,.76); }
.shop-editorial h2 { max-width: 900px; margin: 0; font-family: var(--v3-serif); font-size: clamp(48px, 7vw, 94px); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.shop-editorial-copy > p:last-child { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.55; }

.shop-process { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: clamp(48px, 7vw, 100px); }
.shop-process-image { position: relative; min-height: 700px; overflow: hidden; border-radius: 18px; }
.shop-process-image img { width: 100%; height: 100%; object-fit: cover; }
.shop-process-image > span { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 13px 16px; border-radius: 8px; background: rgba(255,255,255,.9); color: #46514c; font-size: 11px; backdrop-filter: blur(14px); }
.shop-process-copy { align-self: center; }
.shop-process-copy ol { margin: 34px 0 0; padding: 0; list-style: none; }
.shop-process-copy li { padding: 22px 0; display: grid; grid-template-columns: 46px 1fr; gap: 18px; border-top: 1px solid var(--v3-line); }
.shop-process-copy li:last-child { border-bottom: 1px solid var(--v3-line); }
.shop-process-copy li > span { color: var(--v3-green); font-size: 12px; font-weight: 800; }
.shop-process-copy strong { font-size: 18px; }
.shop-process-copy li p { margin: 7px 0 0; color: #5d6662; font-size: 14px; line-height: 1.5; }

.shop-topic-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(2, 380px); gap: 18px; }
.shop-topic-grid > article { position: relative; overflow: hidden; border-radius: 18px; color: #fff; isolation: isolate; }
.shop-topic-grid > article:first-child { grid-row: 1 / 3; }
.shop-topic-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.shop-topic-grid > article::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 35%, rgba(9,20,16,.78)); }
.shop-topic-grid span { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 30px; }
.shop-topic-grid small { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.shop-topic-grid strong { max-width: 16ch; display: block; font-family: var(--v3-serif); font-size: clamp(28px, 3.3vw, 44px); font-weight: 500; line-height: 1.02; }

.shop-about { width: min(1500px, calc(100% - 28px)); margin: clamp(96px, 11vw, 160px) auto 0; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 820px; overflow: hidden; border-radius: 26px; background: #e8e0d2; }
.shop-about-copy { align-self: center; max-width: 650px; padding: clamp(50px, 8vw, 120px); }
.shop-about-copy > p:not(.shop-eyebrow) { color: #4f5a55; font-size: 17px; line-height: 1.6; }
.shop-about-image { min-height: 820px; }
.shop-about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }

.shop-community { width: min(1280px, calc(100% - 48px)); margin: clamp(96px, 11vw, 160px) auto 0; padding: clamp(42px, 7vw, 86px); display: grid; grid-template-columns: 1fr 230px; align-items: center; gap: 60px; border-radius: 20px; background: var(--v3-green-dark); color: #fff; }
.shop-community .shop-eyebrow { color: #b8d0c7; }
.shop-community p:not(.shop-eyebrow) { max-width: 680px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.55; }
.shop-community > img { width: 190px; max-height: 250px; justify-self: center; border-radius: 16px; object-fit: cover; object-position: top; }

.home-v3 .shop-contact { padding-top: clamp(110px, 12vw, 170px); }
.home-v3 .tally-gate { border-radius: 18px; }
.home-v3 .tally-gate-card { min-height: 560px; }
.home-v3 .tally-gate-card > img { min-height: 560px; }
.home-v3 .tally-gate-card h3 { font-family: var(--v3-serif); }
.home-v3 .tally-load-button { border-radius: 6px; }
.shop-disclosure { border-top: 1px solid var(--v3-line); border-bottom: 1px solid var(--v3-line); background: transparent; }
.shop-footer { background: #122c25; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal][data-in-view] { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .home-v3 .store-nav { width: min(100% - 32px, 1320px); }
  .home-v3 .shop-header-cta { display: none; }
  .shop-hero { min-height: 760px; }
  .shop-hero-image { object-position: 62% center; }
  .shop-hero-overlay { background: linear-gradient(90deg, rgba(247,245,239,.97) 0%, rgba(247,245,239,.82) 50%, rgba(247,245,239,.12) 82%); }
  .shop-hero-copy { width: 70%; }
  .shop-process { grid-template-columns: 1fr; }
  .shop-process-image { min-height: 580px; }
  .shop-about { grid-template-columns: 1fr 1fr; min-height: 720px; }
  .shop-about-image { min-height: 720px; }
}

@media (max-width: 720px) {
  .home-v3 .shop-note { justify-content: center; }
  .shop-note p span, .shop-note p strong { display: none; }
  .shop-note p, .shop-note a { font-size: 11px; }
  .home-v3 .shop-header { min-height: 64px; }
  .shop-hero { width: calc(100% - 16px); min-height: 760px; margin-top: 8px; border-radius: 20px; }
  .shop-hero-image { height: 48%; inset: auto 0 0; object-position: 61% center; }
  .shop-hero-overlay { background: linear-gradient(180deg, var(--v3-paper) 0%, var(--v3-paper) 48%, rgba(247,245,239,.94) 62%, rgba(247,245,239,.04) 100%); }
  .shop-hero-copy { width: 100%; padding: 50px 24px 300px; }
  .shop-hero h1 { font-size: clamp(42px, 13vw, 61px); }
  .shop-hero-lead { font-size: 16px; }
  .shop-ai-note { margin-top: 18px; }
  .shop-trust-strip { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .shop-trust-strip p { padding: 12px 6px; font-size: 11px; }
  .shop-trust-strip p + p { border-left: 0; }
  .shop-trust-strip p:nth-child(even) { border-left: 1px solid var(--v3-line); }
  .shop-trust-strip p:nth-child(n+3) { border-top: 1px solid var(--v3-line); }
  .shop-section { width: calc(100% - 32px); }
  .shop-section-head-row { display: block; }
  .shop-section-head-row .shop-text-link { display: inline-block; margin-top: 20px; }
  .shop-editorial { min-height: 700px; }
  .shop-editorial-copy { width: calc(100% - 32px); padding: 100px 0; }
  .shop-editorial h2 { font-size: clamp(44px, 13vw, 64px); }
  .shop-process-image { min-height: 460px; }
  .shop-topic-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 460px); }
  .shop-topic-grid > article:first-child { grid-row: auto; }
  .shop-about { width: calc(100% - 16px); grid-template-columns: 1fr; }
  .shop-about-copy { padding: 64px 24px; }
  .shop-about-image { min-height: 640px; }
  .shop-community { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 48px 24px; }
  .shop-community > img { width: 150px; justify-self: start; }
  .home-v3 .tally-contact-intro { display: block; }
  .home-v3 .tally-contact-intro > p:not(.shop-eyebrow) { margin-top: 20px; }
  .home-v3 .tally-trust-list { margin-top: 24px; }
  .home-v3 .tally-gate-card { grid-template-columns: 1fr; }
  .home-v3 .tally-gate-card > img { min-height: 330px; max-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .shop-topic-grid img { transition: none; }
}

/* Serenity-inspirierte Reduktion: Fotobühne, klare Typografie, wenige Aktionen. */
.home-v3 .shop-note { justify-content: center; }
.home-v3 .store-links { gap: clamp(24px, 4vw, 52px); }
.home-v3 .store-actions { margin-left: auto; }

.home-v3 .shop-hero {
  min-height: min(860px, calc(100svh - 106px));
  display: grid;
  place-items: center;
}
.home-v3 .shop-hero-image { object-position: center 55%; }
.home-v3 .shop-hero-overlay {
  background:
    linear-gradient(180deg, rgba(10, 25, 21, .38), rgba(10, 25, 21, .54)),
    linear-gradient(90deg, rgba(10, 25, 21, .18), rgba(10, 25, 21, .04) 50%, rgba(10, 25, 21, .18));
}
.home-v3 .shop-hero-copy {
  width: min(940px, calc(100% - 48px));
  padding: clamp(80px, 10vw, 150px) 0;
  text-align: center;
  color: #fff;
}
.home-v3 .shop-hero .shop-eyebrow { color: rgba(255, 255, 255, .78); }
.home-v3 .shop-hero h1 { max-width: 940px; margin-inline: auto; color: #fff; text-shadow: 0 2px 28px rgba(0, 0, 0, .16); }
.home-v3 .shop-hero h1 em { color: #f0eadc; }
.home-v3 .shop-hero-lead { max-width: 670px; margin-inline: auto; color: rgba(255, 255, 255, .84); }
.home-v3 .shop-hero-action { margin-top: 30px; border-color: rgba(255, 255, 255, .85); background: rgba(47, 95, 83, .94); box-shadow: 0 14px 34px rgba(7, 20, 16, .22); }
.home-v3 .shop-hero-action:hover { border-color: #fff; background: var(--v3-green-dark); }
.home-v3 .shop-ai-note { justify-content: center; color: rgba(255, 255, 255, .70); }
.home-v3 .shop-ai-note span { background: #d8e4dd; }

.shop-principles .shop-section-head { margin-inline: auto; text-align: center; }
.shop-principles .shop-section-head > p:not(.shop-eyebrow) { margin-inline: auto; }
.shop-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v3-line); border-bottom: 1px solid var(--v3-line); }
.shop-flow-step { min-height: 270px; padding: 34px clamp(20px, 3vw, 42px); display: flex; flex-direction: column; justify-content: space-between; }
.shop-flow-step + .shop-flow-step { border-left: 1px solid var(--v3-line); }
.shop-flow-step > span { color: var(--v3-green); font-size: 12px; font-weight: 800; }
.shop-flow-step p { margin: auto 0 9px; color: #69726e; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.shop-flow-step h3 { max-width: 11ch; margin: 0; font-family: var(--v3-serif); font-size: clamp(30px, 3vw, 44px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }

.shop-about-contact { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(22, 36, 31, .16); font-size: 14px !important; }
.shop-about-contact a { color: var(--v3-green); font-weight: 750; text-underline-offset: 4px; }
.shop-community-link { display: inline-block; margin-top: 18px; color: #fff; font-size: 15px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.tally-alternatives > p { margin: 10px 0 0; }
.tally-alternatives > p a { color: var(--v3-green); font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 720px) {
  .home-v3 .shop-note p strong, .home-v3 .shop-note p span { display: inline; }
  .home-v3 .shop-note { min-height: 38px; padding-inline: 12px; text-align: center; }
  .home-v3 .shop-note p { display: block; line-height: 1.35; }
  .home-v3 .shop-note p span { margin-inline: 4px; }
  .home-v3 .shop-hero { min-height: calc(100svh - 110px); }
  .home-v3 .shop-hero-image { inset: 0; width: 100%; height: 100%; object-position: 61% center; }
  .home-v3 .shop-hero-overlay { background: linear-gradient(180deg, rgba(9, 22, 18, .40), rgba(9, 22, 18, .64)); }
  .home-v3 .shop-hero-copy { width: calc(100% - 36px); padding: 72px 0; }
  .home-v3 .shop-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .home-v3 .shop-hero-lead { font-size: 16px; }
  .home-v3 .shop-hero-action { width: auto; margin-inline: auto; }
  .shop-flow-grid { grid-template-columns: 1fr; }
  .shop-flow-step { min-height: 210px; padding: 28px 8px; }
  .shop-flow-step + .shop-flow-step { border-top: 1px solid var(--v3-line); border-left: 0; }
}
