#fott-shop-v2,
#fott-shop-v2 * { box-sizing:border-box; }

#fott-shop-v2 {
  --blue:#16324f;
  --teal:#477881;
  --terracotta:#b84e31;
  --cream:#f7f4ee;
  --sand:#e9e2d7;
  --ink:#23313f;
  --muted:#64707b;
  --white:#fff;
  color:var(--ink);
  background:var(--white);
  overflow:hidden;
}

#fott-shop-v2 .fott-shop-wrap { width:min(1180px,calc(100% - 48px)); margin:0 auto; }
#fott-shop-v2 h1,#fott-shop-v2 h2,#fott-shop-v2 h3,#fott-shop-v2 p { margin-top:0; }
#fott-shop-v2 h1 { max-width:920px; margin-bottom:20px; color:var(--blue); font-size:clamp(48px,7vw,84px); line-height:.98; letter-spacing:-.045em; }
#fott-shop-v2 h2 { margin-bottom:14px; color:var(--blue); font-size:clamp(31px,4vw,48px); line-height:1.08; letter-spacing:-.03em; }
#fott-shop-v2 h3 { margin-bottom:10px; color:var(--blue); font-size:clamp(22px,2.2vw,29px); line-height:1.2; letter-spacing:-.02em; }
#fott-shop-v2 p { color:var(--muted); font-size:17px; line-height:1.62; }

#fott-shop-v2 .fott-shop-kicker { margin:0 0 10px; color:var(--terracotta); font-size:13px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
#fott-shop-v2 .fott-shop-hero { padding:72px 0 66px; background:radial-gradient(circle at 86% 16%,rgba(71,120,129,.18),transparent 31%),linear-gradient(135deg,#f7f4ee 0%,#fff 62%); border-bottom:1px solid rgba(22,50,79,.08); }
#fott-shop-v2 .fott-shop-hero-inner { max-width:920px; }
#fott-shop-v2 .fott-shop-lead { max-width:820px; margin-bottom:10px; color:var(--ink); font-size:clamp(20px,2.3vw,26px); line-height:1.45; }
#fott-shop-v2 .fott-shop-note { margin-bottom:0; font-size:15px; }
#fott-shop-v2 .fott-shop-section { padding:68px 0; }
#fott-shop-v2 .fott-shop-heading { margin-bottom:26px; }

#fott-shop-v2 .fott-product-card { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:0; overflow:hidden; background:#fff; border:1px solid rgba(22,50,79,.1); border-radius:28px; box-shadow:0 22px 64px rgba(22,50,79,.10); }
#fott-shop-v2 .fott-product-media { min-height:520px; background:var(--cream); }
#fott-shop-v2 .fott-product-media img { display:block; width:100%; height:100%; object-fit:cover; }
#fott-shop-v2 .fott-product-copy { padding:44px 48px; align-self:center; }
#fott-shop-v2 .fott-product-badge,#fott-shop-v2 .fott-coming-soon { display:inline-flex; align-items:center; min-height:34px; padding:7px 13px; color:var(--blue); background:var(--sand); border-radius:999px; font-size:13px; font-weight:800; }
#fott-shop-v2 .fott-product-badge { margin-bottom:16px; }
#fott-shop-v2 .fott-product-list { display:grid; gap:8px; margin:20px 0 24px; padding:0; list-style:none; }
#fott-shop-v2 .fott-product-list li { position:relative; padding-left:28px; color:var(--ink); font-size:16px; line-height:1.48; }
#fott-shop-v2 .fott-product-list li::before { content:'✓'; position:absolute; left:0; top:0; color:var(--teal); font-weight:900; }
#fott-shop-v2 .fott-product-buyrow { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:20px; border-top:1px solid rgba(22,50,79,.11); }
#fott-shop-v2 .fott-product-price { display:block; color:var(--blue); font-size:35px; font-weight:900; line-height:1; }
#fott-shop-v2 .fott-product-tax { display:block; margin-top:4px; color:var(--muted); font-size:13px; }
#fott-shop-v2 .fott-product-small { margin:14px 0 0; font-size:14px; line-height:1.5; }

#fott-shop-v2 .fott-shop-button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:12px 22px; color:#fff; background:var(--terracotta); border-radius:12px; font-size:16px; font-weight:800; text-decoration:none; box-shadow:0 10px 28px rgba(184,78,49,.24); transition:transform .2s ease,box-shadow .2s ease; }
#fott-shop-v2 .fott-shop-button:hover,#fott-shop-v2 .fott-shop-button:focus-visible { color:#fff; transform:translateY(-2px); box-shadow:0 14px 34px rgba(184,78,49,.30); }

#fott-shop-v2 .fott-shop-merch { padding:60px 0; background:var(--cream); border-top:1px solid rgba(22,50,79,.07); border-bottom:1px solid rgba(22,50,79,.07); }
#fott-shop-v2 .fott-shop-merch-inner { display:grid; grid-template-columns:170px minmax(0,1fr); gap:44px; align-items:center; }
#fott-shop-v2 .fott-shop-merch-icon { display:flex; align-items:center; justify-content:center; aspect-ratio:1; color:#fff; background:linear-gradient(145deg,var(--blue),var(--teal)); border-radius:30px; font-size:32px; font-weight:900; letter-spacing:-.05em; box-shadow:0 18px 48px rgba(22,50,79,.18); }
#fott-shop-v2 .fott-shop-merch p { max-width:760px; margin-bottom:14px; }

#fott-shop-v2 .fott-shop-info-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
#fott-shop-v2 .fott-shop-info-grid article { min-width:0; overflow:hidden; background:#fff; border:1px solid rgba(22,50,79,.11); border-radius:22px; box-shadow:0 16px 44px rgba(22,50,79,.07); }
#fott-shop-v2 .fott-shop-info-card-inner { display:flex; flex-direction:column; min-height:100%; padding:30px 32px 32px !important; }
#fott-shop-v2 .fott-shop-info-card-inner > * { max-width:100%; }
#fott-shop-v2 .fott-shop-info-grid h3,#fott-shop-v2 .fott-shop-info-grid p { overflow-wrap:anywhere; }
#fott-shop-v2 .fott-shop-info-grid span { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; margin:0 0 20px; color:var(--blue); background:var(--cream); border-radius:50%; font-size:13px; font-weight:800; }
#fott-shop-v2 .fott-shop-info-grid h3 { margin:0 0 10px; font-size:22px; line-height:1.24; }
#fott-shop-v2 .fott-shop-info-grid p { margin:0; font-size:15.5px; line-height:1.55; }

#fott-shop-v2 .fott-shop-faq { padding:58px 0; background:var(--blue); }
#fott-shop-v2 .fott-shop-faq-layout { display:flex; align-items:center; justify-content:space-between; gap:36px; }
#fott-shop-v2 .fott-shop-faq h2,#fott-shop-v2 .fott-shop-faq p { color:#fff; }
#fott-shop-v2 .fott-shop-faq .fott-shop-kicker { color:#efb8a8; }
#fott-shop-v2 .fott-shop-faq p { max-width:780px; margin-bottom:0; color:rgba(255,255,255,.82); }
#fott-shop-v2 .fott-shop-button-light { flex:0 0 auto; color:var(--blue); background:#fff; box-shadow:none; }
#fott-shop-v2 .fott-shop-button-light:hover,#fott-shop-v2 .fott-shop-button-light:focus-visible { color:var(--blue); }

@media (max-width:900px) {
  #fott-shop-v2 .fott-product-card { grid-template-columns:1fr; }
  #fott-shop-v2 .fott-product-media { min-height:0; aspect-ratio:4/3; }
  #fott-shop-v2 .fott-shop-info-grid { grid-template-columns:1fr; }
  #fott-shop-v2 .fott-shop-merch-inner { grid-template-columns:120px minmax(0,1fr); gap:30px; }
  #fott-shop-v2 .fott-shop-faq-layout { align-items:flex-start; flex-direction:column; }
}

@media (max-width:640px) {
  #fott-shop-v2 .fott-shop-wrap { width:min(100% - 28px,1180px); }
  #fott-shop-v2 .fott-shop-hero { padding:38px 0 36px; }
  #fott-shop-v2 h1 { margin-bottom:16px; font-size:clamp(37px,10.7vw,48px); line-height:1.01; }
  #fott-shop-v2 h2 { margin-bottom:12px; font-size:28px; line-height:1.12; }
  #fott-shop-v2 h3 { font-size:20px; line-height:1.22; }
  #fott-shop-v2 p { font-size:15px; line-height:1.5; }
  #fott-shop-v2 .fott-shop-kicker { margin-bottom:8px; font-size:12px; }
  #fott-shop-v2 .fott-shop-lead { margin-bottom:8px; font-size:18px; line-height:1.42; }
  #fott-shop-v2 .fott-shop-note { font-size:14px; }
  #fott-shop-v2 .fott-shop-section { padding:42px 0; }
  #fott-shop-v2 .fott-shop-heading { margin-bottom:20px; }
  #fott-shop-v2 .fott-product-card { border-radius:20px; }
  #fott-shop-v2 .fott-product-copy { padding:22px 20px 24px; }
  #fott-shop-v2 .fott-product-badge { margin-bottom:14px; }
  #fott-shop-v2 .fott-product-list { margin:18px 0 22px; gap:7px; }
  #fott-shop-v2 .fott-product-list li { font-size:15px; line-height:1.45; }
  #fott-shop-v2 .fott-product-buyrow { align-items:stretch; flex-direction:column; gap:16px; padding-top:18px; }
  #fott-shop-v2 .fott-product-price { font-size:33px; }
  #fott-shop-v2 .fott-shop-button { width:100%; min-height:48px; text-align:center; }
  #fott-shop-v2 .fott-product-small { margin-top:12px; }
  #fott-shop-v2 .fott-shop-merch { padding:40px 0; }
  #fott-shop-v2 .fott-shop-merch-inner { grid-template-columns:1fr; gap:20px; }
  #fott-shop-v2 .fott-shop-merch-icon { width:92px; border-radius:22px; }
  #fott-shop-v2 .fott-shop-info-grid { gap:14px; }
  #fott-shop-v2 .fott-shop-info-card-inner { padding:24px 22px 25px !important; }
  #fott-shop-v2 .fott-shop-info-grid span { width:38px; height:38px; margin-bottom:16px; }
  #fott-shop-v2 .fott-shop-info-grid h3 { margin-bottom:8px; font-size:19px; }
  #fott-shop-v2 .fott-shop-info-grid p { font-size:14.5px; line-height:1.48; }
  #fott-shop-v2 .fott-shop-faq { padding:40px 0; }
  #fott-shop-v2 .fott-shop-faq-layout { gap:22px; }
}


/* Version 2.3: kompakter Desktop, Karten ohne Nummerierung, Bilder vollständig */
#fott-shop-v2 .fott-shop-hero { padding:56px 0 50px; }
#fott-shop-v2 .fott-shop-section { padding:50px 0; }
#fott-shop-v2 .fott-shop-heading { margin-bottom:20px; }
#fott-shop-v2 .fott-product-media { min-height:0; background:#fff; display:flex; align-items:center; justify-content:center; }
#fott-shop-v2 .fott-product-media img { width:100%; height:auto; object-fit:contain; }
#fott-shop-v2 .fott-product-copy { padding:36px 40px; }
#fott-shop-v2 .fott-shop-merch { padding:44px 0; }
#fott-shop-v2 .fott-shop-info { padding-top:44px; padding-bottom:52px; }
#fott-shop-v2 .fott-shop-info-grid { gap:18px; }
#fott-shop-v2 .fott-shop-info-card-inner { padding:26px 28px 28px !important; }
#fott-shop-v2 .fott-shop-info-grid h3 { margin-top:0; margin-bottom:9px; }
#fott-shop-v2 .fott-shop-info-grid span { display:none !important; }
#fott-shop-v2 .fott-shop-faq { padding:46px 0; }

@media (max-width:900px) {
  #fott-shop-v2 .fott-product-media { aspect-ratio:auto; }
}

@media (max-width:640px) {
  #fott-shop-v2 .fott-shop-hero { padding:32px 0 30px; }
  #fott-shop-v2 .fott-shop-section { padding:34px 0; }
  #fott-shop-v2 .fott-shop-heading { margin-bottom:16px; }
  #fott-shop-v2 .fott-product-copy { padding:20px 20px 22px; }
  #fott-shop-v2 .fott-shop-merch { padding:32px 0; }
  #fott-shop-v2 .fott-shop-info { padding-top:32px; padding-bottom:36px; }
  #fott-shop-v2 .fott-shop-info-card-inner { padding:21px 20px 22px !important; }
  #fott-shop-v2 .fott-shop-faq { padding:34px 0; }
}
