:root {
  --storage-ink: #18231f;
  --storage-muted: #66716b;
  --storage-green: #315f50;
  --storage-green-dark: #21473c;
  --storage-sage: #dce8df;
  --storage-cream: #f7f2e9;
  --storage-paper: #fffdf9;
  --storage-coral: #c77864;
  --storage-line: #e6ded2;
  --storage-shadow: 0 24px 70px rgba(38, 52, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--storage-paper); color: var(--storage-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input { font: inherit; }
img { max-width: 100%; }
main { overflow: hidden; }

.storage-hero {
  position: relative;
  display: grid;
  width: min(100% - 36px, 1240px);
  min-height: 660px;
  margin: 30px auto 0;
  border: 1px solid var(--storage-line);
  border-radius: 34px;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  background: linear-gradient(145deg, #f7f1e6, #edf2e9 72%);
  box-shadow: var(--storage-shadow);
}

.storage-hero::before { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 8% 12%, rgba(255,255,255,.9), transparent 28%); content: ""; pointer-events: none; }
.storage-hero__copy { position: relative; z-index: 1; display: flex; padding: clamp(45px, 7vw, 92px); flex-direction: column; justify-content: center; align-items: flex-start; }
.storage-pill { display: inline-flex; margin-bottom: 24px; padding: 7px 12px; border: 1px solid rgba(49, 95, 80, .2); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--storage-green); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.storage-kicker { margin: 0 0 9px; color: var(--storage-coral); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.storage-hero h1 { max-width: 660px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 82px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.storage-hero__copy > p:not(.storage-kicker) { max-width: 650px; margin: 26px 0 0; color: #56625c; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.storage-hero__actions { display: flex; margin-top: 32px; flex-wrap: wrap; gap: 10px; }
.storage-button { min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: inherit; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.storage-button:hover:not(:disabled) { transform: translateY(-1px); }
.storage-button--primary { background: var(--storage-green); color: #fff; box-shadow: 0 10px 25px rgba(49,95,80,.2); }
.storage-button--primary:hover:not(:disabled) { background: var(--storage-green-dark); }
.storage-button--quiet { border-color: #d3cbc0; background: rgba(255,255,255,.72); }
.storage-button:disabled { cursor: not-allowed; opacity: .55; }
.storage-hero dl { width: 100%; margin: 45px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.storage-hero dl div { padding: 16px; border: 1px solid rgba(49,95,80,.1); border-radius: 17px; background: rgba(255,255,255,.56); }
.storage-hero dt { color: var(--storage-green); font-family: Georgia, serif; font-size: 31px; }
.storage-hero dd { margin: 4px 0 0; color: var(--storage-muted); font-size: 11px; line-height: 1.35; }
.storage-hero__media { position: relative; min-height: 520px; margin: 22px; overflow: hidden; border-radius: 26px; }
.storage-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.storage-hero__media::after { position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(18,31,25,.52)); content: ""; }
.storage-hero__media span { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; color: #fff; font-family: Georgia, serif; font-size: 22px; }

.storage-section { width: min(100% - 36px, 1240px); margin: 110px auto; }
.storage-section--soft { width: 100%; padding: 96px max(18px, calc((100% - 1240px) / 2)); background: var(--storage-cream); }
.storage-heading { margin-bottom: 26px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 460px); align-items: end; gap: 40px; }
.storage-heading h2, .storage-preview-note h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.storage-heading > p { margin: 0; color: var(--storage-muted); font-size: 15px; line-height: 1.7; }
.storage-catalog-status { margin: 0 0 24px; padding: 13px 16px; border: 1px solid #e7d8c9; border-radius: 14px; background: #fffaf3; color: #755c47; font-size: 13px; font-weight: 750; }
.storage-catalog-status--ready { border-color: #c5dfce; background: #f2faf4; color: #315f45; }
.storage-catalog-status--error { border-color: #edc2bd; background: #fff4f2; color: #8b3d35; }
.storage-products { display: grid; gap: 26px; }
.storage-product { display: grid; overflow: hidden; border: 1px solid var(--storage-line); border-radius: 28px; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); background: #fff; box-shadow: 0 15px 45px rgba(42,53,47,.08); }
.storage-product:nth-child(even) .storage-product__media { order: 2; }
.storage-product__media { min-height: 610px; overflow: hidden; background: #edf0e9; }
.storage-product__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity 180ms ease; }
.storage-product[data-storage-product="stickerbogen"] .storage-product__media img { padding: 38px; object-fit: contain; background: #f3ede5; }
.storage-product__body { padding: clamp(28px, 5vw, 58px); }
.storage-product h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 47px); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.storage-product__description { margin: 16px 0 28px; color: var(--storage-muted); font-size: 15px; line-height: 1.7; }
.storage-choice { margin: 24px 0 0; padding: 0; border: 0; }
.storage-choice legend { margin-bottom: 10px; color: #3d4843; font-size: 12px; font-weight: 850; letter-spacing: .03em; }
.storage-size-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.storage-size-options label, .storage-design-options label { cursor: pointer; }
.storage-size-options input, .storage-design-options input { position: absolute; opacity: 0; pointer-events: none; }
.storage-size-options span { min-height: 70px; padding: 12px; border: 1px solid var(--storage-line); border-radius: 13px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.storage-size-options input:checked + span { border: 2px solid var(--storage-green); padding: 11px; background: #f2f7f4; box-shadow: 0 0 0 3px rgba(49,95,80,.08); }
.storage-size-options strong { font-size: 13px; }
.storage-size-options small { margin-top: 3px; color: var(--storage-muted); font-size: 10px; }
.storage-design-options { display: grid; max-height: 344px; padding: 2px; overflow: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; scrollbar-width: thin; }
.storage-design-options span { height: 100%; min-height: 104px; padding: 8px; border: 1px solid var(--storage-line); border-radius: 13px; display: grid; grid-template-columns: 48px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; gap: 2px 8px; background: #fff; }
.storage-design-options input:checked + span { border: 2px solid var(--storage-green); padding: 7px; background: #f2f7f4; box-shadow: 0 0 0 3px rgba(49,95,80,.08); }
.storage-design-options img { width: 48px; height: 70px; border-radius: 8px; grid-row: 1 / 3; object-fit: cover; }
.storage-design-options strong { align-self: end; font-size: 11px; line-height: 1.25; }
.storage-design-options small { overflow: hidden; align-self: start; color: var(--storage-muted); font-size: 9px; line-height: 1.3; text-overflow: ellipsis; }
.storage-personalization { margin-top: 22px; }
.storage-toggle { padding: 14px; border: 1px solid #dbcfd7; border-radius: 14px; display: flex; align-items: flex-start; gap: 10px; background: #fff9fc; cursor: pointer; }
.storage-toggle input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--storage-green); }
.storage-toggle span, .storage-toggle small { display: block; }
.storage-toggle strong { font-size: 13px; }
.storage-toggle small { margin-top: 3px; color: var(--storage-muted); font-size: 10px; line-height: 1.4; }
.storage-personalization__note { margin: 8px 2px 0; color: #8d4d3e; font-size: 11px; }
.storage-personalization__fields { margin-top: 10px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.storage-personalization__fields[hidden] { display: none; }
.storage-personalization__fields label { color: #4d5752; font-size: 11px; font-weight: 750; }
.storage-personalization__fields input { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid var(--storage-line); border-radius: 11px; outline: none; }
.storage-personalization__fields input:focus { border-color: var(--storage-green); box-shadow: 0 0 0 3px rgba(49,95,80,.1); }
.storage-buy { margin-top: 27px; padding-top: 21px; border-top: 1px solid var(--storage-line); display: grid; grid-template-columns: minmax(130px, 1fr) 78px minmax(210px, auto); align-items: end; gap: 10px; }
.storage-price strong, .storage-price span { display: block; }
.storage-price strong { font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.storage-price span { margin-top: 3px; color: var(--storage-muted); font-size: 10px; }
.storage-price del { margin-right: 7px; color: #9a8f88; font-size: 13px; }
.storage-quantity { color: var(--storage-muted); font-size: 10px; font-weight: 750; }
.storage-quantity input { width: 100%; margin-top: 5px; padding: 11px 8px; border: 1px solid var(--storage-line); border-radius: 11px; text-align: center; }
.storage-buy > p { min-height: 18px; margin: 0; grid-column: 1 / -1; color: var(--storage-muted); font-size: 11px; }
.storage-purchase-error { color: #973c35 !important; }

.storage-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.storage-gallery figure { margin: 0; overflow: hidden; border-radius: 19px; background: #fff; box-shadow: 0 10px 30px rgba(44,53,47,.08); }
.storage-gallery img { width: 100%; aspect-ratio: 1 / 1.05; display: block; object-fit: cover; }
.storage-gallery figcaption { padding: 14px 16px 17px; }
.storage-gallery strong, .storage-gallery span { display: block; }
.storage-gallery strong { font-family: Georgia, serif; font-size: 18px; }
.storage-gallery span { margin-top: 4px; color: var(--storage-muted); font-size: 11px; }
.storage-preview-note { width: min(100% - 36px, 920px); margin: 90px auto 110px; padding: clamp(32px, 6vw, 62px); border: 1px solid #d7e1d9; border-radius: 26px; background: linear-gradient(135deg, #f4f8f4, #fffaf3); text-align: center; }
.storage-preview-note p:last-child { max-width: 700px; margin: 20px auto 0; color: var(--storage-muted); line-height: 1.75; }

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .storage-hero { grid-template-columns: 1fr; }
  .storage-hero__media { min-height: 480px; }
  .storage-product { grid-template-columns: 1fr; }
  .storage-product:nth-child(even) .storage-product__media { order: 0; }
  .storage-product__media { min-height: 500px; }
  .storage-heading { grid-template-columns: 1fr; gap: 14px; }
  .storage-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .storage-hero, .storage-section { width: min(100% - 20px, 1240px); }
  .storage-hero { margin-top: 10px; border-radius: 24px; }
  .storage-hero__copy { padding: 34px 23px 20px; }
  .storage-hero h1 { font-size: 45px; }
  .storage-hero__copy > p:not(.storage-kicker) { font-size: 16px; }
  .storage-hero dl { margin-top: 30px; }
  .storage-hero dl div { padding: 11px; }
  .storage-hero dt { font-size: 24px; }
  .storage-hero__media { min-height: 360px; margin: 10px; border-radius: 18px; }
  .storage-section { margin-top: 74px; margin-bottom: 74px; }
  .storage-section--soft { width: 100%; padding-top: 70px; padding-bottom: 70px; }
  .storage-product { border-radius: 20px; }
  .storage-product__media { min-height: 330px; }
  .storage-product__body { padding: 26px 20px; }
  .storage-design-options { max-height: 380px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .storage-buy { grid-template-columns: 1fr 76px; }
  .storage-buy .storage-button { grid-column: 1 / -1; }
  .storage-gallery { grid-template-columns: 1fr 1fr; gap: 9px; }
  .storage-gallery figcaption { padding: 10px; }
  .storage-gallery strong { font-size: 15px; }
  .storage-gallery span { display: none; }
  .storage-personalization__fields { grid-template-columns: 1fr; }
}
