:root {
  --store-bg: #f3f1ea;
  --store-card: #fff;
  --store-text: #1d1d1f;
  --store-muted: #6e6e73;
  --store-blue: #3f6f64;
  --store-blue-hover: #31584f;
  --store-warm: #e8ddca;
  --store-aqua: #dfeceb;
  --store-sage: #dfe7d9;
  --store-radius: 30px;
  --store-shadow: 2px 7px 24px rgba(48, 61, 54, .09);
}

.store-page {
  margin: 0;
  background-color: var(--store-bg);
  background-image:
    radial-gradient(ellipse at 88% 8%, rgba(202, 226, 224, .72) 0, rgba(202, 226, 224, .22) 22%, transparent 45%),
    repeating-radial-gradient(ellipse at 102% 17%, rgba(255, 255, 255, .42) 0 1px, rgba(160, 201, 199, .12) 3px 5px, transparent 8px 18px),
    radial-gradient(circle at 7% 58%, rgba(221, 229, 213, .82) 0, rgba(221, 229, 213, .08) 35%, transparent 52%),
    radial-gradient(circle at 82% 79%, rgba(233, 218, 192, .72) 0, rgba(233, 218, 192, .08) 36%, transparent 52%),
    linear-gradient(145deg, #f8f5ed 0%, #edf4f1 48%, #f5eee3 100%);
  background-size: 118% 118%, 760px 520px, 125% 125%, 122% 122%, 100% 100%;
  background-attachment: fixed;
  color: var(--store-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  animation: zen-ambient-background 32s ease-in-out infinite alternate;
}

.store-page *, .store-page *::before, .store-page *::after { box-sizing: border-box; }
.store-page img { display: block; max-width: 100%; }
.store-page a { color: inherit; }

.store-page :focus-visible {
  outline: 3px solid rgba(63, 111, 100, .42);
  outline-offset: 4px;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 66px;
  padding: 9px 0;
  background: rgba(246, 244, 237, .72);
  border-bottom: 1px solid rgba(63, 111, 100, .10);
  box-shadow: 0 8px 30px rgba(48, 61, 54, .05);
  backdrop-filter: saturate(145%) blur(24px);
}

.store-nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 48px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.store-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #29493f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.store-brand > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #557b6e, #31584f);
  color: #fff;
  font-size: 13px;
}

.store-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
}

.store-links a {
  color: #34453f;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.store-links a:hover, .store-links a:focus-visible { color: var(--store-blue); }

.store-actions { display: flex; align-items: center; gap: 10px; }
.store-actions .language-switcher { position: relative; }
.store-actions .language-switcher summary {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 650;
}
.store-actions .language-switcher summary::-webkit-details-marker { display: none; }
.store-actions .language-switcher summary i { width: 6px; height: 6px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg) translateY(-2px); }
.store-actions .language-menu { top: 35px; right: 0; }
.store-contact-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--store-text); color: #fff !important; text-decoration: none; }

.store-page .nav-toggle { display: none; }

.store-intro {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 118px) 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  align-items: end;
  gap: 56px;
}

.store-kicker {
  margin: 0 0 12px;
  color: var(--store-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.store-kicker-light { color: rgba(255, 255, 255, .78); }

.store-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #29493f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(47px, 6.2vw, 76px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.store-intro h1 span, .store-section-heading h2 span { color: var(--store-muted); }

.store-help { padding-bottom: 4px; }
.store-help strong { display: block; margin-bottom: 8px; font-size: 20px; letter-spacing: -.025em; }
.store-help p { margin: 0 0 12px; color: var(--store-muted); font-size: 15px; line-height: 1.45; }
.store-help a { display: block; width: max-content; margin-top: 7px; color: var(--store-blue); font-size: 14px; font-weight: 600; text-decoration: none; }

.topic-rail {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 56px;
  padding: 10px 10px 22px;
  display: flex;
  gap: clamp(12px, 2vw, 22px);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.topic-rail::-webkit-scrollbar { display: none; }
.topic-rail a { flex: 1 0 150px; min-height: 128px; padding: 12px 12px 10px; scroll-snap-align: start; text-align: center; text-decoration: none; font-size: 14px; font-weight: 600; background: rgba(255, 255, 255, .68); border: 1px solid rgba(63, 111, 100, .10); border-radius: 24px; box-shadow: 0 10px 26px rgba(48, 61, 54, .06); backdrop-filter: blur(16px); transition: color .2s ease, transform .25s ease, background .25s ease; }
.topic-rail img { width: 100%; height: 78px; margin: 0 auto 10px; object-fit: cover; border-radius: 16px; transition: transform .25s ease; }
.topic-rail .topic-icon { width: 100%; height: 78px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 16px; transition: transform .25s ease; }
.topic-rail .topic-icon-community { position: relative; overflow: hidden; background: linear-gradient(145deg, #2aabee 0%, #3377e8 52%, #3156c8 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.28); }
.topic-rail .topic-icon-community::before { content: ""; position: absolute; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.96); }
.topic-rail .topic-icon-community b { position: relative; z-index: 1; color: #287ee5; font-size: 28px; font-weight: 500; line-height: 1; transform: translate(-1px, 1px); }
.topic-rail a:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .86); }
.topic-rail a:hover img, .topic-rail a:hover .topic-icon { transform: scale(1.025); }
.topic-rail a:hover, .topic-rail a:focus-visible { color: var(--store-blue); }

.store-feature {
  position: relative;
  width: min(1420px, calc(100% - 24px));
  min-height: min(76vh, 760px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 38px;
  background: #c6d2d4;
  box-shadow: 0 24px 60px rgba(36, 60, 52, .13);
}
.store-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: zen-hero-breathe 19s ease-in-out infinite alternate; }
.store-feature-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246, 244, 236, .97) 0%, rgba(239, 243, 236, .84) 42%, rgba(221, 232, 225, .22) 68%, rgba(247, 244, 236, 0) 79%); }
.store-feature-copy { position: relative; z-index: 2; width: min(620px, 85%); padding: clamp(54px, 8vw, 108px); color: #17231f; }
.store-feature-copy .store-kicker-light { color: var(--store-blue); }
.store-feature-copy .store-text-link-light { color: var(--store-text); }
.store-feature-copy h2 { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.2vw, 70px); font-weight: 500; line-height: 1.01; letter-spacing: -.045em; }
.store-feature-copy > p:not(.store-kicker) { max-width: 530px; margin: 0; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.48; }

.store-button-row { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.store-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--store-blue);
  border-radius: 999px;
  background: var(--store-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.store-button:hover { background: var(--store-blue-hover); transform: translateY(-1px); box-shadow: 0 7px 18px rgba(33,61,54,.14); }
.store-button-light { border-color: #fff; background: #fff; color: var(--store-text) !important; }
.store-button-light:hover { background: rgba(255,255,255,.86); }
.store-button-outline { background: transparent; color: var(--store-blue) !important; }
.store-text-link { color: var(--store-blue); font-size: 15px; font-weight: 600; text-decoration: none; }
.store-text-link-light { color: #fff; }

/* Startseite: helle Auswahlflächen mit eindeutig schwarzer Beschriftung. */
.home-page .store-button {
  border-color: #b8c7c2;
  background: #fff;
  color: var(--store-text) !important;
}
.home-page .store-button:hover { background: #f0f4f2; }

.store-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 128px) 0 0;
}
.store-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.store-section-heading h2 { max-width: 860px; margin: 0; font-size: clamp(32px, 4.3vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.scroll-controls { display: flex; gap: 10px; flex: none; }
.scroll-controls button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: #e2e2e7; color: #55555a; cursor: pointer; font-size: 25px; line-height: 1; }
.scroll-controls button:disabled { opacity: .35; cursor: default; }

.store-card-rail {
  display: flex;
  gap: 20px;
  margin-right: calc((100vw - min(1120px, calc(100vw - 48px))) / -2);
  padding: 2px max(24px, calc((100vw - 1120px) / 2)) 18px 2px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.store-card-rail::-webkit-scrollbar { display: none; }
.store-card {
  position: relative;
  flex: 0 0 min(78vw, 390px);
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--store-radius);
  background: var(--store-card);
  box-shadow: var(--store-shadow);
  scroll-snap-align: start;
  isolation: isolate;
}
.store-card > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.store-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(10,20,17,.76) 0%, rgba(10,20,17,.48) 38%, rgba(10,20,17,.08) 72%); }
.store-card:hover > img { transform: scale(1.025); }
.store-card > div { position: relative; z-index: 2; padding: 30px; color: #fff; }
.store-card small { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.store-card h3 { margin: 0 0 10px; font-size: 29px; line-height: 1.02; letter-spacing: -.04em; }
.store-card p { max-width: 315px; margin: 0 0 14px; font-size: 15px; line-height: 1.45; }
.store-card a { color: #fff; font-size: 14px; font-weight: 650; text-decoration: none; }
.store-card a:hover, .store-card a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

.store-section-lead { max-width: 690px; margin: 18px 0 0; color: var(--store-muted); font-size: 17px; line-height: 1.5; }
.store-steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: store-step; }
.store-steps li { position: relative; min-height: 250px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-start; gap: 42px; border: 1px solid rgba(63,111,100,.10); border-radius: 24px; background: linear-gradient(145deg, #fff 18%, #f5f1e9 100%); box-shadow: 1px 2px 12px rgba(28,43,38,.06); }
.store-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #e5eee9; color: var(--store-blue); font-size: 13px; font-weight: 750; }
.store-steps li:not(:last-child)::after { content: "›"; position: absolute; z-index: 2; top: 28px; right: -13px; display: grid; width: 26px; height: 34px; place-items: center; border-radius: 999px; background: var(--store-bg); color: var(--store-blue); font-size: 24px; font-weight: 400; }
.store-steps small { color: var(--store-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.store-steps h3 { margin: 5px 0 10px; font-size: 27px; letter-spacing: -.035em; }
.store-steps p { margin: 0; color: var(--store-muted); font-size: 15px; line-height: 1.5; }
.store-fineprint { max-width: 920px; margin: 18px 0 0; color: var(--store-muted); font-size: 12px; line-height: 1.5; }

.store-split {
  width: min(1420px, calc(100% - 24px));
  margin: clamp(82px, 10vw, 130px) auto 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
}
.store-split-reverse { grid-template-columns: .92fr 1.08fr; }
.store-split-reverse .store-split-image { order: 2; }
.store-split-image { min-height: 620px; overflow: hidden; }
.store-split-image img { width: 100%; height: 100%; object-fit: cover; }
.store-split-image:not(.portrait-frame) img { animation: zen-image-breathe 22s ease-in-out infinite alternate; }
.portrait-frame img { object-position: center 30%; }
.store-split-copy { align-self: center; padding: clamp(42px, 7vw, 92px); }
.store-split-copy h2 { margin: 0 0 22px; font-size: clamp(38px, 4.6vw, 60px); line-height: 1; letter-spacing: -.05em; }
.store-split-copy p { color: #4c4c50; font-size: 17px; line-height: 1.55; }
.store-split-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.store-split-copy li { position: relative; margin: 11px 0; padding-left: 25px; color: #3f3f42; font-size: 15px; line-height: 1.4; }
.store-split-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--store-blue); font-weight: 700; }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path-grid article { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(63,111,100,.08); border-radius: var(--store-radius); background: linear-gradient(150deg, #fff 35%, #f6f2eb 100%); box-shadow: var(--store-shadow); }
.path-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e5eee9; color: var(--store-blue); font-size: 13px; font-weight: 750; }
.path-grid h3 { margin: 50px 0 12px; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.path-grid p { margin: 0 0 22px; color: var(--store-muted); font-size: 15px; line-height: 1.5; }
.path-grid .store-button { align-self: flex-start; }
.mini-contact { margin-top: 20px; display: flex; gap: 18px; }
.mini-contact a { color: var(--store-blue); font-size: 13px; font-weight: 600; text-decoration: none; }

.community-banner {
  width: min(1120px, calc(100% - 48px));
  margin: clamp(82px, 10vw, 130px) auto 0;
  padding: clamp(38px, 6vw, 74px);
  display: grid;
  grid-template-columns: 1fr 240px;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  border-radius: 32px;
  background: #173b36;
  color: #fff;
}
.community-banner h2 { max-width: 720px; margin: 0 0 18px; font-size: clamp(36px, 5vw, 60px); line-height: 1; letter-spacing: -.05em; }
.community-banner p:not(.store-kicker) { max-width: 650px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.5; }
.community-banner > img { width: 210px; max-height: 280px; justify-self: center; object-fit: cover; object-position: top; border-radius: 24px; }

.store-contact { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 13vw, 160px) 0; text-align: center; }
.store-contact h2 { margin: 0 0 20px; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.store-contact > p:not(.store-kicker) { max-width: 690px; margin: 0 auto; color: var(--store-muted); font-size: 17px; line-height: 1.5; }
.store-contact .store-button-row { justify-content: center; }

.tally-contact { width: min(1120px, calc(100% - 48px)); text-align: left; }
.tally-contact-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr); gap: 18px clamp(36px, 7vw, 88px); align-items: end; margin-bottom: 38px; }
.tally-contact-intro .store-kicker { grid-column: 1 / -1; margin-bottom: -4px; }
.tally-contact-intro h2 { max-width: 760px; margin: 0; }
.tally-contact-intro > p:not(.store-kicker) { max-width: 620px; margin: 0; color: var(--store-muted); font-size: 17px; line-height: 1.55; }
.tally-trust-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: var(--store-muted); font-size: 14px; }
.tally-trust-list li { position: relative; padding-left: 24px; }
.tally-trust-list li::before { position: absolute; top: .12em; left: 0; display: grid; width: 17px; height: 17px; content: "✓"; place-items: center; border-radius: 50%; background: #e1ece7; color: var(--store-blue); font-size: 11px; font-weight: 800; }
.tally-gate { overflow: hidden; border: 1px solid #d9dedb; border-radius: 28px; background: #f5f3ec; box-shadow: 0 18px 46px rgba(24, 48, 40, .08); }
.tally-gate-card { display: grid; min-height: 490px; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.tally-gate-card > img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.tally-gate-card > div { display: flex; padding: clamp(36px, 6vw, 72px); flex-direction: column; align-items: flex-start; justify-content: center; }
.tally-gate-label { margin: 0 0 12px; color: var(--store-blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tally-gate-card h3 { max-width: 13ch; margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.tally-gate-card h3 + p { max-width: 48ch; margin: 0 0 24px; color: var(--store-muted); font-size: 15px; line-height: 1.55; }
.tally-load-button { border: 1px solid var(--store-blue) !important; background: var(--store-blue) !important; color: #fff !important; cursor: pointer; }
.tally-load-button:hover { background: var(--store-blue-hover) !important; }
.tally-load-button:disabled { cursor: wait; opacity: .76; transform: none; }
.tally-privacy-note { margin: 13px 0 0; color: var(--store-muted); font-size: 12px; }
.tally-privacy-note a { color: inherit; }
.tally-frame { display: block; width: 100%; height: min(880px, 86vh); min-height: 680px; border: 0; background: #fff; }
.tally-status { min-height: 1.2em; margin: 12px 0 0; color: var(--store-muted); font-size: 12px; text-align: center; }
.tally-alternatives { margin-top: 38px; text-align: center; }
.tally-alternatives > span { color: var(--store-muted); font-size: 14px; }
.tally-alternatives .store-button-row { margin-top: 15px; }

.contact-nudge {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  width: min(370px, calc(100vw - 48px));
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(63, 111, 100, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .98);
  color: var(--store-text);
  box-shadow: 0 24px 70px rgba(18, 47, 39, .22);
}
.contact-nudge[data-visible="true"] { animation: contact-nudge-in .38s ease-out both; }
.contact-nudge::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--store-blue), #9fbaae); content: ""; }
.contact-nudge-close { position: absolute; top: 12px; right: 12px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #eef1ee; color: var(--store-text); cursor: pointer; font: inherit; font-size: 22px; line-height: 1; }
.contact-nudge-close:hover, .contact-nudge-close:focus-visible { background: #dfe8e3; }
.contact-nudge-kicker { margin: 0 40px 8px 0; color: var(--store-blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-nudge h2 { margin: 0 40px 10px 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.contact-nudge > p:not(.contact-nudge-kicker) { margin: 0 0 19px; color: var(--store-muted); font-size: 14px; line-height: 1.5; }
.contact-nudge-link { display: inline-flex; min-height: 42px; padding: 10px 17px; gap: 12px; align-items: center; justify-content: center; border-radius: 999px; background: var(--store-blue); color: #fff !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.contact-nudge-link:hover, .contact-nudge-link:focus-visible { background: var(--store-blue-hover); }
.contact-nudge small { display: block; margin-top: 13px; color: var(--store-muted); font-size: 11px; }

.store-disclosure {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 60px;
  padding: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid #d2d2d7;
}
.store-disclosure strong { font-size: 13px; }
.store-disclosure p { margin: 6px 0 0; color: var(--store-muted); font-size: 12px; line-height: 1.45; }

.store-footer {
  padding: 42px max(24px, calc((100% - 1120px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 40px;
  background: rgba(231, 232, 224, .94);
  color: #4b4b4f;
}
.store-footer > div > p { margin: 12px 0 0; font-size: 13px; }
.store-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.store-footer nav a { font-size: 12px; text-decoration: none; }
.store-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid #d2d2d7; font-size: 12px; }

/* Product store */
.product-store-hero { width: min(1420px, calc(100% - 24px)); margin: 12px auto 0; padding: clamp(66px, 8vw, 105px); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; border-radius: 32px; background: #e8e0d4; }
.product-store-hero h1 { margin: 0 0 18px; font-size: clamp(46px, 6vw, 76px); line-height: .97; letter-spacing: -.055em; }
.product-store-hero p { max-width: 590px; color: #4b4b4f; font-size: 18px; line-height: 1.5; }
.product-store-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 26px; box-shadow: var(--store-shadow); animation: zen-product-float 10s ease-in-out infinite alternate; }
.product-disclosure-v3 { width: min(1120px, calc(100% - 48px)); margin: 22px auto 0; padding: 16px 20px; border-radius: 14px; background: #fff; color: var(--store-muted); font-size: 12px; line-height: 1.45; }
.product-disclosure-v3 strong { color: var(--store-text); }
.product-category-rail { margin-top: 36px; margin-bottom: 0; }
.product-store-section { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding-top: clamp(80px, 9vw, 120px); }
.product-store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.product-store-card { overflow: hidden; border-radius: var(--store-radius); background: #fff; box-shadow: var(--store-shadow); }
.product-store-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.product-store-card > img.product-face-focus { object-position: center 12%; }
.product-store-card-body { padding: 28px; }
.product-store-card small { color: var(--store-blue); font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.product-store-card h2, .product-store-card h3 { margin: 8px 0 12px; font-size: clamp(29px, 3vw, 40px); line-height: 1.03; letter-spacing: -.04em; }
.product-store-card p { color: var(--store-muted); font-size: 15px; line-height: 1.5; }
.product-link-list { margin-top: 22px; border-top: 1px solid #e5e5e8; }
.product-link-list a { display: flex; justify-content: space-between; gap: 14px; padding: 15px 0; border-bottom: 1px solid #e5e5e8; color: var(--store-text); font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
.product-link-list a:hover, .product-link-list a:focus-visible { padding-left: 6px; color: var(--store-blue); }
.product-link-list a span { color: var(--store-blue); }
.company-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.company-link-grid a { min-height: 130px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 20px; background: #fff; color: var(--store-text); font-size: 18px; font-weight: 650; line-height: 1.15; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.company-link-grid a:hover, .company-link-grid a:focus-visible { transform: translateY(-2px); box-shadow: var(--store-shadow); }
.company-link-grid small { color: var(--store-blue); font-size: 12px; font-weight: 600; }

@keyframes zen-ambient-background {
  0% { background-position: 0% 0%, 100% 18%, 0% 100%, 0 0; }
  100% { background-position: 5% 4%, 95% 24%, 4% 94%, 0 0; }
}

@keyframes zen-hero-breathe {
  0% { transform: scale(1.005) translate3d(0, 0, 0); }
  100% { transform: scale(1.045) translate3d(-.7%, -.35%, 0); }
}

@keyframes zen-image-breathe {
  0% { transform: scale(1.005); }
  100% { transform: scale(1.035); }
}

@keyframes zen-product-float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}

@keyframes contact-nudge-in {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
  .store-nav { grid-template-columns: auto 1fr auto; }
  .store-page .nav-toggle { display: inline-flex; justify-self: end; order: 2; }
  .store-actions { order: 3; }
  .store-links { position: absolute; top: 66px; left: 0; right: 0; padding: 12px 24px 22px; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(247, 246, 240, .98); border-bottom: 1px solid rgba(63, 111, 100, .12); }
  .store-links[data-open="true"] { display: flex; }
  .store-links a { width: 100%; padding: 13px 0; border-bottom: 1px solid #ececef; font-size: 16px; }
  .store-intro { grid-template-columns: 1fr; gap: 28px; }
  .store-help { max-width: 520px; }
  .store-steps ol { grid-template-columns: repeat(2, 1fr); }
  .store-steps li:nth-child(2)::after { display: none; }
  .store-split, .store-split-reverse { grid-template-columns: 1fr; }
  .store-split-reverse .store-split-image { order: 0; }
  .store-split-image { min-height: 440px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article { min-height: 320px; }
  .community-banner { grid-template-columns: 1fr 180px; }
  .store-disclosure { grid-template-columns: 1fr; }
  .product-store-hero { grid-template-columns: 1fr; }
  .product-store-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .store-page { background-attachment: scroll; animation-duration: 36s; }
  .store-nav { width: min(100% - 28px, 1180px); gap: 12px; }
  .store-brand { font-size: 13px; }
  .store-actions { gap: 6px; }
  .store-contact-icon { display: none; }
  .store-intro, .store-section, .community-banner, .store-contact, .store-disclosure, .product-store-section, .product-disclosure-v3 { width: calc(100% - 32px); }
  .store-intro { padding-top: 48px; }
  .store-intro h1 { font-size: 45px; }
  .topic-rail { margin-bottom: 36px; }
  .topic-rail a { flex-basis: 126px; min-height: 112px; padding: 9px; font-size: 12px; border-radius: 20px; }
  .topic-rail img { width: 100%; height: 66px; border-radius: 14px; }
  .topic-rail .topic-icon { width: 100%; height: 66px; border-radius: 14px; }
  .topic-rail .topic-icon-community::before { width: 40px; height: 40px; }
  .topic-rail .topic-icon-community b { font-size: 23px; }
  .store-feature { width: calc(100% - 16px); min-height: 660px; border-radius: 25px; }
  .store-feature > img { object-position: 64% center; }
  .store-feature-shade { background: linear-gradient(180deg, rgba(12,27,23,.15) 20%, rgba(12,27,23,.80) 76%); }
  .store-feature-copy { position: absolute; left: 0; bottom: 0; width: 100%; padding: 32px 26px 38px; color: #fff; }
  .store-feature-copy .store-kicker-light { color: rgba(255, 255, 255, .78); }
  .store-feature-copy .store-text-link-light { color: #fff; }
  .store-feature-copy h2 { font-size: 43px; }
  .store-section { padding-top: 78px; }
  .store-section-heading { align-items: flex-start; }
  .store-section-heading h2 { font-size: 34px; }
  .scroll-controls { display: none; }
  .store-card-rail { margin-right: -16px; padding-right: 16px; }
  .store-card { flex-basis: 82vw; min-height: 470px; }
  .store-steps ol { grid-template-columns: 1fr; }
  .store-steps li { min-height: 0; gap: 26px; }
  .store-steps li::after { display: none !important; }
  .store-split { width: calc(100% - 16px); border-radius: 25px; }
  .store-split-image { min-height: 360px; }
  .store-split-copy { padding: 36px 24px 42px; }
  .store-split-copy h2 { font-size: 41px; }
  .path-grid h3 { font-size: 28px; }
  .path-grid article { min-height: 0; }
  .community-banner { grid-template-columns: 1fr; padding: 34px 24px; border-radius: 25px; }
  .community-banner > img { width: 160px; justify-self: start; }
  .store-contact h2 { font-size: 43px; }
  .tally-contact-intro { grid-template-columns: 1fr; }
  .tally-contact-intro .store-kicker { grid-column: auto; }
  .tally-gate-card { grid-template-columns: 1fr; }
  .tally-gate-card > img { height: 240px; min-height: 0; }
  .tally-gate-card > div { padding: 32px 24px 36px; }
  .tally-frame { height: 82vh; min-height: 620px; }
  .contact-nudge { right: 12px; bottom: 12px; left: 12px; width: auto; padding: 24px 22px 21px; border-radius: 19px; }
  .contact-nudge h2 { font-size: 28px; }
  .store-footer { grid-template-columns: 1fr; }
  .store-footer nav { justify-content: flex-start; }
  .product-store-hero { width: calc(100% - 16px); padding: 48px 22px 24px; border-radius: 25px; }
  .product-store-hero h1 { font-size: 48px; }
  .company-link-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .store-page { animation: none !important; }
  .store-page *, .store-page *::before, .store-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
}
