:root {
  --ink: #082f4b;
  --ink-deep: #04243a;
  --muted: #66747d;
  --paper: #f7f5ef;
  --cream: #fff1d2;
  --card: #fffdf8;
  --accent: #f28a00;
  --accent-bright: #ffad19;
  --accent-dark: #d86400;
  --line: rgba(8, 47, 75, .14);
  --green: #4f744e;
  --shadow: 0 24px 70px rgba(8, 47, 75, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  width: min(1420px, calc(100% - 40px));
  height: 76px;
  margin: 14px auto 0;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: sticky;
  top: 12px;
  z-index: 1000;
  background: rgba(255, 254, 250, .86);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(40,38,30,.07);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 900; letter-spacing: .18em; width: max-content; }
.brand-mark { width: 28px; height: 28px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand-mark span { position: absolute; display: block; height: 5px; border-radius: 10px; background: var(--ink); }
.brand-mark span:nth-child(1) { width: 25px; left: 1px; top: 5px; transform: rotate(16deg); }
.brand-mark span:nth-child(2) { width: 19px; left: 7px; top: 12px; transform: rotate(-7deg); }
.brand-mark span:nth-child(3) { width: 14px; left: 4px; top: 19px; transform: rotate(9deg); background: var(--accent); }
.main-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 11px 17px; font-size: 13px; font-weight: 800; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: white; }

.hero {
  width: min(1420px, calc(100% - 40px));
  min-height: 720px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  background: var(--cream);
  border-radius: 30px;
  overflow: hidden;
}
.hero-copy { padding: 92px 48px 70px 74px; display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; color: var(--accent-dark); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(60px, 6.3vw, 105px); line-height: .91; }
h1 em { font-weight: 500; color: var(--accent); }
.hero-text { max-width: 520px; margin: 28px 0 0; color: #55564f; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 999px; padding: 0 24px; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 10px 30px rgba(24,25,22,.18); }
.button-primary:hover { background: #000; box-shadow: 0 16px 34px rgba(24,25,22,.25); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(24,25,22,.35); padding: 8px 0 4px; }
.text-link span { color: var(--accent); margin-left: 6px; }
.hero-trust { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 16px 24px; color: #5f615a; font-size: 12px; font-weight: 700; }

.hero-visual { min-height: 720px; position: relative; isolation: isolate; overflow: hidden; background: #9eaa98; }
.fridge-surface { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.4), transparent 30%, transparent 74%, rgba(0,0,0,.08)), repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 5px); }
.hero-visual::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: rgba(255,242,212,.55); filter: blur(8px); right: -120px; top: -170px; }
.magnet-demo { position: absolute; overflow: hidden; background: #ddd6c9; box-shadow: 0 22px 40px rgba(23,28,20,.28), inset 0 0 0 4px rgba(255,255,255,.28); }
.magnet-demo::after { content: ""; position: absolute; inset: 0; box-shadow: inset -10px -12px 18px rgba(0,0,0,.18), inset 7px 8px 16px rgba(255,255,255,.35); pointer-events: none; }
.demo-round { width: 280px; height: 280px; border-radius: 50%; left: 11%; top: 16%; transform: rotate(-8deg); }
.demo-square { width: 245px; height: 245px; border-radius: 30px; right: 8%; top: 37%; transform: rotate(9deg); }
.demo-hex { width: 210px; height: 190px; left: 22%; bottom: 6%; clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); transform: rotate(5deg); }
.map-art { position: absolute; inset: 0; background-color: #e8dfcd; }
.map-art::before, .map-art::after { content: ""; position: absolute; inset: -15%; opacity: .8; }
.map-stuttgart::before { background: repeating-linear-gradient(21deg, transparent 0 27px, rgba(75,71,62,.5) 28px 31px, transparent 32px 55px), repeating-linear-gradient(105deg, transparent 0 38px, rgba(75,71,62,.45) 39px 42px, transparent 43px 75px); transform: rotate(15deg); }
.map-stuttgart::after { background: radial-gradient(circle at 70% 32%, transparent 0 26px, rgba(116,132,111,.75) 27px 65px, transparent 66px), linear-gradient(128deg, transparent 41%, rgba(240,110,58,.85) 42% 44%, transparent 45%); }
.map-berlin { background: #252822; }
.map-berlin::before { background: repeating-linear-gradient(37deg, transparent 0 23px, rgba(240,235,220,.75) 24px 26px, transparent 27px 44px), repeating-linear-gradient(123deg, transparent 0 34px, rgba(240,235,220,.62) 35px 38px, transparent 39px 60px); }
.map-berlin::after { background: linear-gradient(9deg, transparent 0 52%, rgba(241,110,58,.9) 53% 55%, transparent 56%); }
.map-lake { background: #ded7c7; }
.map-lake::before { background: radial-gradient(ellipse at 58% 55%, #798e92 0 25%, transparent 26%), repeating-linear-gradient(5deg, transparent 0 20px, rgba(72,70,63,.45) 21px 23px, transparent 24px 43px); }
.demo-label { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; text-align: center; color: #262720; text-shadow: 0 1px rgba(255,255,255,.6); }
.demo-label.light { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.demo-label strong { display: block; font-size: 16px; letter-spacing: .16em; }
.demo-label small { display: block; margin-top: 4px; font-size: 10px; letter-spacing: .08em; }
.demo-pin { position: absolute; z-index: 3; left: 51%; top: 39%; width: 15px; height: 15px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: rotate(-45deg); box-shadow: 0 3px 8px rgba(0,0,0,.3); }
.demo-pin::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: white; left: 5px; top: 5px; }
.hero-note { position: absolute; right: 44px; bottom: 40px; color: white; font-size: 16px; line-height: 1.5; text-align: right; transform: rotate(-4deg); text-shadow: 0 2px 9px rgba(0,0,0,.2); }

.trust-strip { width: min(1240px, calc(100% - 80px)); margin: 0 auto; padding: 34px 0 28px; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 0 30px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 14px; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.config-section { width: min(1320px, calc(100% - 40px)); margin: 120px auto 0; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .story-copy h2, .occasion-copy h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.03; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 650px; margin: 20px auto 0; }
.section-heading.left { text-align: left; margin-left: 0; }

.config-shell { display: grid; grid-template-columns: minmax(0, .96fr) minmax(430px, .84fr); gap: 18px; align-items: start; }
.config-controls, .preview-panel { background: var(--card); border-radius: var(--radius); box-shadow: 0 2px 0 rgba(255,255,255,.65) inset; border: 1px solid rgba(24,25,22,.08); }
.config-controls { padding: 26px; }
.progress-row { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; padding: 4px 10px 25px; }
.progress-row i { height: 1px; background: #d9d6cf; }
.progress-step { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #eeece6; color: #898a84; font-size: 11px; font-weight: 800; }
.progress-step.active { background: var(--ink); color: white; }
.config-block { border-top: 1px solid var(--line); }
.config-title { width: 100%; min-height: 72px; display: flex; justify-content: space-between; align-items: center; background: transparent; border: 0; padding: 0 4px; cursor: pointer; text-align: left; font-size: 17px; font-weight: 800; }
.config-title b { display: inline-block; margin-right: 12px; color: var(--accent); font-size: 11px; letter-spacing: .08em; }
.config-check { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #e7ecdf; color: #56704e; font-size: 11px; }
.config-body { padding: 0 4px 24px; }
.config-block:not(.open) .config-body { display: none; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.choice-card { min-height: 122px; border: 1px solid var(--line); border-radius: 14px; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; cursor: pointer; position: relative; transition: border .2s, transform .2s, box-shadow .2s; }
.choice-card:hover { transform: translateY(-2px); }
.choice-card.selected { border: 2px solid var(--ink); box-shadow: 0 8px 20px rgba(30,30,26,.08); }
.choice-card.selected::after { content: "✓"; position: absolute; right: 8px; top: 7px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 9px; }
.choice-card strong { font-size: 13px; }
.choice-card small { font-size: 10px; color: var(--muted); }
.shape-icon { width: 42px; height: 42px; display: block; background: linear-gradient(140deg, #ddd4c3, #b9ae9b); box-shadow: inset 3px 3px 4px rgba(255,255,255,.55), inset -3px -3px 5px rgba(0,0,0,.12); }
.shape-icon.round { border-radius: 50%; }
.shape-icon.rectangle { width: 50px; height: 34px; border-radius: 8px; }
.shape-icon.heart { width: 46px; height: 42px; clip-path: polygon(50% 96%, 8% 54%, 3% 34%, 8% 16%, 22% 5%, 37% 5%, 50% 18%, 63% 5%, 78% 5%, 92% 16%, 97% 34%, 92% 54%); }
.shape-icon.hex { clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); }
.field-label { display: flex; justify-content: space-between; margin: 22px 0 9px; font-size: 12px; font-weight: 800; }
.field-label span { color: var(--muted); font-weight: 650; }
.range { width: 100%; accent-color: var(--ink); cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; color: #9a9b96; font-size: 10px; }
.location-search { height: 48px; display: flex; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; }
.location-search input { flex: 1; min-width: 0; border: 0; padding: 0 14px; outline: 0; }
.location-search button { width: 48px; border: 0; background: var(--ink); color: white; font-size: 20px; cursor: pointer; }
.search-status { min-height: 18px; margin: 8px 2px 10px; font-size: 10px; color: var(--muted); }
.map-wrap { position: relative; height: 330px; border-radius: 14px; overflow: hidden; background: #ddd8ca; }
#selectionMap { width: 100%; height: 100%; z-index: 0; }
.crop-guide { position: absolute; z-index: 400; left: 50%; top: 50%; width: 205px; height: 205px; transform: translate(-50%, -50%); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 1000px rgba(24,25,22,.25), 0 4px 24px rgba(0,0,0,.18); pointer-events: none; }
.crop-guide span { position: absolute; left: 50%; top: 50%; width: 28px; height: 1px; background: white; transform: translate(-50%,-50%); }
.crop-guide span::after { content: ""; position: absolute; left: 50%; top: -13px; width: 1px; height: 28px; background: white; }
.map-center-dot { position: absolute; z-index: 401; width: 6px; height: 6px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--accent); border: 2px solid white; border-radius: 50%; pointer-events: none; }
.hint { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.swatch-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.swatch { border: 1px solid var(--line); border-radius: 12px; padding: 9px 7px; background: white; cursor: pointer; }
.swatch.selected { border: 2px solid var(--ink); }
.swatch-dot { width: 100%; height: 44px; border-radius: 8px; display: block; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.swatch-dot.sand { background: linear-gradient(135deg, #e8dfcd 0 52%, #7e8b78 52% 58%, #d2c6b3 58%); }
.swatch-dot.mono { background: repeating-linear-gradient(35deg,#f3f3ef 0 8px,#1e201d 9px 11px,#d8d8d2 12px 20px); }
.swatch-dot.night { background: repeating-linear-gradient(35deg,#20231f 0 8px,#ee6840 9px 11px,#3b4239 12px 20px); }
.swatch-dot.color { background: linear-gradient(135deg,#bfd6c0 0 30%,#ece6d2 30% 60%,#9fc2d1 60% 72%,#dc9a78 72%); }
.swatch em { display: block; margin-top: 6px; font-style: normal; font-size: 10px; font-weight: 750; }
.toggle-row { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.toggle-row strong, .toggle-row small { display: block; }
.toggle-row strong { font-size: 12px; }
.toggle-row small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.switch { position: relative; width: 43px; height: 25px; flex: 0 0 auto; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; border-radius: 99px; background: #d6d6d1; transition: .2s; cursor: pointer; }
.switch span::after { content: ""; position: absolute; width: 19px; height: 19px; left: 3px; top: 3px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.2); transition: .2s; }
.switch input:checked + span { background: var(--ink); }
.switch input:checked + span::after { transform: translateX(18px); }
.text-field { width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 11px; background: white; padding: 0 13px; outline: none; }
.text-field:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(24,25,22,.08); }
.optional { font-style: italic; }

.preview-panel { position: sticky; top: 106px; padding: 20px; overflow: hidden; }
.preview-topline { display: flex; justify-content: space-between; padding: 4px 4px 16px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.preview-topline button { border: 0; background: transparent; font-size: 10px; cursor: pointer; color: var(--muted); }
.preview-stage { position: relative; height: 600px; display: grid; place-items: center; background: linear-gradient(145deg,#d2cdc0,#ebe7dc 52%,#c5bdaf); border-radius: 17px; overflow: hidden; }
.preview-stage::before { content: ""; position: absolute; width: 380px; height: 380px; background: rgba(255,255,255,.28); border-radius: 50%; filter: blur(30px); left: -130px; top: -150px; }
.preview-stage::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,transparent 0 5px,rgba(255,255,255,.045) 6px 7px); pointer-events: none; }
.preview-shadow { position: absolute; width: 310px; height: 75px; background: rgba(50,44,33,.22); filter: blur(24px); border-radius: 50%; transform: translateY(145px) rotate(-5deg); }
.product-preview { width: 350px; height: 350px; position: relative; overflow: hidden; box-shadow: 0 34px 52px rgba(36,31,23,.31), inset 8px 8px 13px rgba(255,255,255,.42), inset -10px -12px 18px rgba(0,0,0,.2); transform: perspective(900px) rotateX(7deg) rotateY(-8deg) rotateZ(-3deg); transition: width .25s, height .25s, border-radius .25s, clip-path .25s, transform .25s; z-index: 2; background: #ded7c7; }
.product-preview.shape-round { border-radius: 50%; }
.product-preview.shape-square { border-radius: 38px; }
.product-preview.shape-hex { height: 310px; clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); }
#previewMap { position: absolute; inset: -12%; z-index: 0; filter: saturate(.68) contrast(.96); }
.product-preview .leaflet-control-container { display: none; }
.map-filter { position: absolute; inset: 0; z-index: 1; pointer-events: none; mix-blend-mode: multiply; opacity: .66; transition: background .25s; }
.theme-sand .map-filter { background: rgba(214,195,161,.5); }
.theme-mono .map-filter { background: rgba(230,230,220,.52); filter: grayscale(1) contrast(1.25); }
.theme-night .map-filter { background: rgba(18,22,19,.72); mix-blend-mode: multiply; }
.theme-color .map-filter { background: rgba(255,246,224,.08); opacity: .2; }
.relief-lines { position: absolute; z-index: 2; inset: -15%; pointer-events: none; opacity: .4; background: repeating-linear-gradient(31deg,transparent 0 31px,rgba(255,255,255,.9) 32px 33px,rgba(0,0,0,.24) 34px 36px,transparent 37px 60px); mix-blend-mode: soft-light; transform: rotate(6deg); }
.relief-off .relief-lines { display: none; }
.preview-label { position: absolute; z-index: 5; left: 28px; right: 28px; bottom: 28px; text-align: center; text-shadow: 0 1px 3px rgba(255,255,255,.8); }
.theme-night .preview-label { color: white; text-shadow: 0 2px 8px rgba(0,0,0,.8); }
.preview-label strong { display: block; font-size: 19px; line-height: 1; letter-spacing: .16em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview-label small { display: block; margin-top: 7px; font-size: 10px; font-weight: 700; letter-spacing: .13em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview-pin { position: absolute; z-index: 5; left: 50%; top: 44%; width: 30px; height: 30px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 5px 10px rgba(0,0,0,.28), inset 2px 2px 3px rgba(255,255,255,.35); }
.preview-pin span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); color: white; font-size: 11px; }
.dimension-tag { position: absolute; z-index: 3; left: 20px; bottom: 18px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.75); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; }
.preview-info { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 22px 6px 17px; }
.preview-info small, .preview-info span { display: block; color: var(--muted); }
.preview-info small { font-size: 10px; }
.preview-info strong { display: block; margin-top: 4px; font-size: 16px; }
.preview-info span { margin-top: 5px; font-size: 11px; }
.price-wrap { text-align: right; white-space: nowrap; }
.price-wrap strong { font-size: 24px; }
.button-cart { width: 100%; color: white; background: var(--accent); justify-content: space-between; padding-left: 24px; padding-right: 24px; }
.button-cart:hover { background: var(--accent-dark); }
.delivery-note { margin: 11px 0 2px; text-align: center; color: var(--muted); font-size: 9px; }

.product-story { width: min(1320px, calc(100% - 40px)); margin: 150px auto 0; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; border-radius: 28px; overflow: hidden; background: #22251f; color: white; }
.story-visual { position: relative; min-height: 690px; background: radial-gradient(circle at 55% 44%,#99a28d 0 19%,#697260 41%,#4b5147 70%,#33372f 100%); overflow: hidden; }
.texture-card { position: absolute; background: #e8dec9; box-shadow: 0 34px 50px rgba(0,0,0,.32), inset 6px 6px 12px rgba(255,255,255,.5), inset -8px -8px 14px rgba(0,0,0,.2); }
.texture-card::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(32deg,transparent 0 28px,rgba(54,53,46,.65) 29px 31px,rgba(255,255,255,.5) 32px 33px,transparent 34px 56px), repeating-linear-gradient(112deg,transparent 0 44px,rgba(69,78,64,.65) 45px 49px,transparent 50px 74px); }
.texture-one { width: 340px; height: 340px; border-radius: 50%; left: 12%; top: 16%; transform: perspective(800px) rotateX(60deg) rotateZ(-12deg); }
.texture-one span { position: absolute; z-index: 3; right: -38px; top: 46%; width: 75px; height: 75px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: white; font-size: 14px; font-weight: 900; transform: rotate(12deg) rotateX(-60deg); }
.texture-two { width: 230px; height: 230px; border-radius: 30px; right: 5%; bottom: 9%; transform: rotate(11deg); }
.texture-caption { position: absolute; left: 45px; bottom: 46px; font-family: Georgia, serif; font-size: 27px; transform: rotate(-5deg); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 75px 65px; }
.story-copy > p:not(.eyebrow) { color: #c5c8c0; line-height: 1.75; font-size: 16px; }
.feature-list { margin-top: 22px; }
.feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.13); }
.feature-list span { color: var(--accent); font-size: 11px; font-weight: 900; }
.feature-list p { margin: 0; color: #bfc2ba; font-size: 12px; line-height: 1.55; }
.feature-list strong { color: white; display: block; font-size: 14px; margin-bottom: 4px; }

.process-section { width: min(1320px, calc(100% - 40px)); margin: 140px auto 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 330px; padding: 26px 28px 32px; border-right: 1px solid var(--line); position: relative; }
.process-grid article:last-child { border-right: 0; }
.process-number { font-size: 11px; color: var(--accent); font-weight: 900; }
.process-icon { width: 92px; height: 92px; margin: 30px 0 28px; border-radius: 28px; background-color: #e5e1d5; position: relative; overflow: hidden; }
.map-icon::before { content: ""; position: absolute; inset: 15px; background: repeating-linear-gradient(35deg,transparent 0 11px,#777b70 12px 14px,transparent 15px 25px); }
.map-icon::after { content: ""; position: absolute; width: 16px; height: 16px; border-radius: 50% 50% 50% 0; background: var(--accent); left: 40px; top: 32px; transform: rotate(-45deg); }
.layers-icon::before, .layers-icon::after { content: ""; position: absolute; width: 52px; height: 36px; border: 3px solid #777b70; border-radius: 8px; transform: skewY(-18deg); left: 18px; }
.layers-icon::before { top: 20px; }
.layers-icon::after { top: 35px; }
.print-icon::before { content: ""; position: absolute; width: 50px; height: 32px; border: 4px solid #777b70; border-radius: 6px; left: 19px; top: 28px; }
.print-icon::after { content: ""; position: absolute; width: 34px; height: 22px; background: var(--accent); left: 29px; top: 50px; border-radius: 3px; box-shadow: 0 -32px 0 -8px #777b70; }
.home-icon::before { content: ""; position: absolute; width: 48px; height: 40px; background: #777b70; left: 22px; top: 38px; clip-path: polygon(50% 0,100% 40%,88% 40%,88% 100%,12% 100%,12% 40%,0 40%); }
.home-icon::after { content: "♥"; position: absolute; z-index: 2; left: 39px; top: 46px; color: var(--accent); font-size: 18px; }
.process-grid h3 { margin: 0; font-size: 18px; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.occasion-section { width: min(1320px, calc(100% - 40px)); margin: 140px auto 0; background: var(--accent); color: white; border-radius: 28px; padding: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.occasion-copy .eyebrow { color: #521a08; }
.occasion-copy p:not(.eyebrow) { line-height: 1.7; max-width: 520px; color: rgba(255,255,255,.84); }
.button-light { margin-top: 15px; background: white; color: var(--ink); }
.occasion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.occasion-grid div { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; background: rgba(255,255,255,.08); }
.occasion-grid span { font-size: 28px; margin-bottom: 30px; }
.occasion-grid strong { font-size: 15px; }
.occasion-grid small { margin-top: 5px; opacity: .7; }

.faq-section { width: min(1080px, calc(100% - 40px)); margin: 140px auto 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--accent); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 820px; margin: -5px 0 26px; color: var(--muted); line-height: 1.7; font-size: 14px; }

.final-cta { width: min(1320px, calc(100% - 40px)); margin: 130px auto 0; border-top: 1px solid var(--line); padding: 70px 0; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { font-size: clamp(38px, 5vw, 65px); }
footer { width: min(1420px, calc(100% - 40px)); margin: 0 auto 20px; padding: 62px 55px 24px; border-radius: 26px; background: var(--ink); color: white; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 45px; }
footer .brand-mark span { background: white; }
footer .brand-mark span:nth-child(3) { background: var(--accent); }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
footer > div > strong { margin-bottom: 8px; font-size: 12px; }
footer a:not(.brand) { color: #b8bbb4; font-size: 12px; }
.footer-brand p { color: #9fa29b; font-size: 13px; line-height: 1.6; max-width: 300px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin: 25px 0 0; padding-top: 20px; color: #777b74; font-size: 10px; }

.cart-modal, .preview-modal { border: 0; border-radius: 24px; padding: 42px; box-shadow: 0 40px 100px rgba(0,0,0,.35); max-width: 540px; width: calc(100% - 32px); background: var(--card); }
dialog::backdrop { background: rgba(19,20,18,.72); backdrop-filter: blur(7px); }
.modal-close { position: absolute; right: 18px; top: 16px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: white; cursor: pointer; font-size: 20px; }
.modal-check { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #e6eadf; color: #4f6849; font-weight: 900; }
.cart-modal h2 { margin: 20px 0 10px; font-size: 34px; }
.cart-modal > p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.modal-summary { margin: 22px 0; padding: 18px; background: var(--paper); border-radius: 14px; font-size: 13px; line-height: 1.8; }
.preview-modal { max-width: 850px; }
.large-preview-holder { min-height: 730px; display: grid; place-items: center; background: linear-gradient(145deg,#d9d5c9,#f1eee5); border-radius: 18px; overflow: hidden; }
.large-preview-holder .product-preview { width: 520px; height: 520px; }
.large-preview-holder .product-preview.shape-hex { height: 460px; }

.leaflet-tile-pane { filter: saturate(.6) contrast(.95) brightness(1.03); }
.leaflet-control-attribution { font-size: 8px !important; }

@media (max-width: 1100px) {
  .main-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 60px; }
  .hero-visual { min-height: 640px; }
  .config-shell { grid-template-columns: 1fr; }
  .preview-panel { position: relative; top: 0; }
  .product-story { grid-template-columns: 1fr; }
  .story-visual { min-height: 600px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .occasion-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 20px); height: 64px; margin-top: 8px; top: 7px; padding: 0 14px; }
  .brand { font-size: 12px; }
  .header-cta { font-size: 11px; padding: 9px 12px; }
  .hero, .config-section, .product-story, .process-section, .occasion-section, .final-cta, footer { width: calc(100% - 20px); }
  .hero { margin-top: 10px; border-radius: 22px; }
  .hero-copy { padding: 64px 24px 45px; }
  h1 { font-size: 52px; }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-trust { display: grid; }
  .hero-visual { min-height: 540px; }
  .demo-round { width: 225px; height: 225px; left: 8%; top: 11%; }
  .demo-square { width: 190px; height: 190px; right: 4%; top: 42%; }
  .demo-hex { width: 160px; height: 145px; left: 12%; bottom: 4%; }
  .hero-note { display: none; }
  .trust-strip { width: calc(100% - 30px); grid-template-columns: 1fr 1fr; }
  .trust-strip div { padding: 16px 10px; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .config-section { margin-top: 80px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .story-copy h2, .occasion-copy h2 { font-size: 42px; }
  .config-controls { padding: 14px; }
  .choice-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .choice-card { min-height: 110px; }
  .choice-card small { font-size: 8px; }
  .map-wrap { height: 280px; }
  .preview-panel { padding: 12px; }
  .preview-stage { height: 480px; }
  .product-preview { width: 285px; height: 285px; }
  .product-preview.shape-hex { height: 252px; }
  .preview-info { align-items: flex-start; }
  .preview-info strong { font-size: 13px; }
  .price-wrap strong { font-size: 20px; }
  .product-story { margin-top: 90px; }
  .story-visual { min-height: 500px; }
  .texture-one { width: 260px; height: 260px; left: 4%; }
  .texture-two { width: 180px; height: 180px; }
  .story-copy { padding: 55px 25px; }
  .process-section { margin-top: 90px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 280px; }
  .occasion-section { margin-top: 90px; padding: 45px 22px; }
  .occasion-grid { gap: 8px; }
  .occasion-grid div { min-height: 145px; padding: 15px; }
  .faq-section { margin-top: 90px; }
  .final-cta { margin-top: 80px; flex-direction: column; align-items: flex-start; }
  footer { padding: 45px 25px 20px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .copyright { grid-column: 1 / -1; }
  .large-preview-holder { min-height: 520px; }
  .large-preview-holder .product-preview { width: 320px; height: 320px; }
  .large-preview-holder .product-preview.shape-hex { height: 285px; }
}

/* --- Karten-/Satellitenwahl und interaktive 3D-Vorschau --- */
.view-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.view-choice { min-height: 118px; display: grid; grid-template-columns: 86px 1fr; align-items: center; gap: 13px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: #fff; text-align: left; cursor: pointer; position: relative; transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.view-choice:hover { transform: translateY(-2px); }
.view-choice.selected { border: 2px solid var(--ink); box-shadow: 0 9px 24px rgba(30,30,26,.08); }
.view-choice.selected::after { content: "✓"; position: absolute; top: 8px; right: 8px; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 9px; font-weight: 900; }
.view-choice strong, .view-choice small { display: block; }
.view-choice strong { font-size: 12px; margin-bottom: 5px; }
.view-choice small { max-width: 150px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.view-thumb { width: 86px; height: 86px; display: block; border-radius: 12px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(0,0,0,.09); }
.map-thumb { background: linear-gradient(23deg,transparent 0 41%,#9db8d0 42% 49%,transparent 50%), repeating-linear-gradient(33deg,#eee8d8 0 12px,#888b82 13px 15px,#d8dfc8 16px 27px), repeating-linear-gradient(116deg,transparent 0 16px,rgba(86,89,82,.75) 17px 19px,transparent 20px 33px); }
.satellite-thumb { background: radial-gradient(ellipse at 63% 37%,#263e2b 0 13%,transparent 14%), linear-gradient(35deg,transparent 0 38%,rgba(199,198,179,.82) 39% 42%,transparent 43%), linear-gradient(112deg,transparent 0 48%,#315769 49% 58%,transparent 59%), repeating-linear-gradient(28deg,#4f6741 0 12px,#69744c 13px 24px,#806e4c 25px 36px); }
.relief-spec { margin-top: 14px; min-height: 92px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 13px; padding: 14px; border-radius: 14px; background: #eeece5; border: 1px solid rgba(24,25,22,.08); }
.relief-spec strong, .relief-spec small { display: block; }
.relief-spec strong { font-size: 12px; }
.relief-spec small { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.relief-spec > span { align-self: start; padding: 6px 8px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 9px; font-weight: 900; white-space: nowrap; }
.relief-spec-icon { width: 48px; height: 48px; position: relative; transform: rotate(-8deg); }
.relief-spec-icon i { position: absolute; left: 4px; width: 40px; height: 25px; border: 2px solid #777b70; border-radius: 7px; transform: skewY(-13deg); background: rgba(255,255,255,.45); }
.relief-spec-icon i:nth-child(1) { top: 2px; }
.relief-spec-icon i:nth-child(2) { top: 10px; }
.relief-spec-icon i:nth-child(3) { top: 18px; border-color: var(--accent); }

.preview-stage-3d { height: 600px; cursor: grab; touch-action: pan-y; }
.preview-stage-3d:active { cursor: grabbing; }
.preview-stage-3d::before { width: 440px; height: 440px; left: -170px; top: -170px; }
#threePreview { position: absolute; inset: 0; z-index: 2; }
#threePreview canvas { display: block; width: 100%; height: 100%; outline: none; }
.preview-loading { position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.84); backdrop-filter: blur(9px); color: #5d5f58; box-shadow: 0 10px 30px rgba(30,30,25,.12); font-size: 10px; font-weight: 800; transition: opacity .25s ease; pointer-events: none; }
.preview-loading.hidden { opacity: 0; }
.preview-loading span { width: 13px; height: 13px; border-radius: 50%; border: 2px solid rgba(24,25,22,.2); border-top-color: var(--accent); animation: preview-spin .8s linear infinite; }
@keyframes preview-spin { to { transform: rotate(360deg); } }
.interaction-hint { position: absolute; z-index: 5; top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.73); backdrop-filter: blur(8px); color: #62645d; font-size: 9px; font-weight: 750; pointer-events: none; }
.interaction-hint span { color: var(--accent); font-size: 13px; margin-right: 3px; }
.relief-measure { position: absolute; z-index: 5; right: 18px; top: 50%; width: 72px; height: 115px; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; padding-left: 18px; border-radius: 14px; background: rgba(255,255,255,.74); backdrop-filter: blur(9px); box-shadow: 0 10px 28px rgba(35,31,23,.09); pointer-events: none; }
.relief-measure i { position: absolute; left: 13px; top: 21px; bottom: 21px; width: 1px; background: var(--accent); }
.relief-measure i::before, .relief-measure i::after { content: ""; position: absolute; left: -3px; width: 7px; height: 7px; border-left: 1px solid var(--accent); border-top: 1px solid var(--accent); }
.relief-measure i::before { top: 0; transform: rotate(45deg); }
.relief-measure i::after { bottom: 0; transform: rotate(225deg); }
.relief-measure strong { color: var(--accent-dark); font-size: 13px; }
.relief-measure small { margin-top: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.reset-view { position: absolute; z-index: 5; right: 16px; bottom: 16px; border: 1px solid rgba(24,25,22,.12); border-radius: 999px; padding: 8px 11px; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); color: #62645d; cursor: pointer; font-size: 9px; font-weight: 750; }
.preview-stage-3d .dimension-tag { z-index: 5; }
.preview-stage-3d:fullscreen { width: 100vw; height: 100vh; border-radius: 0; background: radial-gradient(circle at 30% 24%, #f5f2e9, #c8c2b4 72%); }
.preview-stage-3d:fullscreen .interaction-hint { top: 28px; left: 28px; font-size: 11px; }
.preview-stage-3d:fullscreen .relief-measure { right: 30px; }
.preview-stage-3d:fullscreen .reset-view { right: 28px; bottom: 28px; }
.preview-stage-3d:fullscreen .dimension-tag { left: 28px; bottom: 28px; }
#selectionMap.satellite-view .leaflet-tile-pane { filter: saturate(1.06) contrast(1.03) brightness(.96); }

@media (max-width: 720px) {
  .view-choice-grid { grid-template-columns: 1fr; }
  .view-choice { min-height: 104px; grid-template-columns: 74px 1fr; }
  .view-thumb { width: 74px; height: 74px; }
  .preview-stage-3d { height: 500px; }
  .interaction-hint { top: 12px; left: 12px; max-width: calc(100% - 24px); font-size: 8px; }
  .relief-measure { right: 10px; width: 64px; height: 102px; }
  .reset-view { right: 10px; bottom: 12px; }
}


/* --- Bestellanfrage, Speicherung und Kontakt-Modal --- */
.rotation-row { margin-top: 18px; }
.order-options { display: grid; grid-template-columns: minmax(150px, .55fr) 1fr; gap: 12px; margin: 14px 0 12px; }
.quantity-card, .order-total-card { min-height: 74px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.quantity-card label, .order-total-card small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quantity-control { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; margin-top: 8px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button { height: 34px; border: 0; background: var(--paper); cursor: pointer; font-size: 18px; line-height: 1; }
.quantity-control input { width: 100%; height: 34px; border: 0; text-align: center; font-weight: 850; outline: 0; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button, .quantity-control input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.order-total-card strong { display: block; margin-top: 7px; font-size: 19px; }
.button-cart[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.configuration-error { display: none; margin: 10px 0 0; padding: 10px 12px; border-radius: 11px; background: #fff0eb; color: #9e3d20; font-size: 10px; line-height: 1.5; }
.configuration-error.visible { display: block; }

.order-modal { position: relative; border: 0; border-radius: 26px; padding: 0; box-shadow: 0 42px 110px rgba(0,0,0,.38); max-width: 760px; width: calc(100% - 28px); max-height: min(92vh, 920px); overflow: hidden; background: var(--card); }
.order-modal-shell { max-height: min(92vh, 920px); overflow: auto; padding: 34px; }
.order-modal-head { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; padding-right: 36px; }
.order-modal-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: #e9eee2; color: #4d6846; font-size: 23px; font-weight: 900; }
.order-modal h2 { margin: 0 0 7px; font-size: clamp(29px, 5vw, 42px); line-height: 1.02; }
.order-modal-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.order-notice { margin: 20px 0; padding: 15px 17px; border: 1px solid rgba(240,110,58,.24); border-radius: 15px; background: #fff6f1; color: #6f3d29; font-size: 12px; line-height: 1.65; }
.order-notice strong { color: #4b281a; }
.order-summary { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.order-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; background: var(--paper); border-bottom: 1px solid var(--line); }
.order-summary-head strong { font-size: 12px; }
.order-summary-head span { padding: 6px 9px; border-radius: 999px; background: var(--ink); color: white; font-size: 9px; font-weight: 850; }
.order-summary-grid { display: grid; grid-template-columns: 1fr 1fr; }
.order-summary-row { display: flex; justify-content: space-between; gap: 18px; padding: 11px 15px; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.4; }
.order-summary-row:nth-child(odd) { border-right: 1px solid var(--line); }
.order-summary-row span { color: var(--muted); }
.order-summary-row strong { text-align: right; overflow-wrap: anywhere; }
.order-summary-row.total { grid-column: 1 / -1; border-right: 0; background: #fbfaf5; font-size: 13px; }
.order-summary-row.total strong { color: var(--accent-dark); font-size: 16px; }
.preview-reference { display: grid; grid-template-columns: 116px 1fr; gap: 14px; margin-top: 16px; }
.modal-preview-card { min-height: 116px; border-radius: 15px; overflow: hidden; background: linear-gradient(145deg,#d9d5c9,#f1eee5); border: 1px solid var(--line); }
.modal-preview-card img { display: block; width: 100%; height: 100%; min-height: 116px; object-fit: cover; }
.reference-card { min-width: 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.reference-card strong, .reference-card small { display: block; }
.reference-card strong { font-size: 11px; }
.reference-card small { margin: 4px 0 9px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.reference-line { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.reference-line input { min-width: 0; height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: #64665f; font-size: 9px; outline: 0; }
.reference-line button { border: 0; border-radius: 9px; padding: 0 11px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; cursor: pointer; }
.preview-download { display: inline-flex; margin-top: 9px; color: var(--accent-dark); font-size: 9px; font-weight: 850; border-bottom: 1px solid currentColor; }
.consent-box { margin-top: 17px; padding: 14px 15px; border-radius: 14px; background: #eeece5; }
.consent-label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; cursor: pointer; color: #55574f; font-size: 10px; line-height: 1.55; }
.consent-label input { width: 19px; height: 19px; margin: 0; accent-color: var(--ink); }
.consent-label a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.modal-error { display: none; margin: 11px 0 0; padding: 10px 12px; border-radius: 10px; background: #fff0eb; color: #9e3d20; font-size: 10px; line-height: 1.5; }
.modal-error.visible { display: block; }
.order-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.order-action { min-height: 52px; border: 0; border-radius: 999px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-size: 12px; font-weight: 850; transition: transform .2s ease, opacity .2s ease, background .2s ease; }
.order-action:hover:not(:disabled) { transform: translateY(-2px); }
.order-action:disabled { opacity: .38; cursor: not-allowed; }
.order-action.whatsapp { background: #1f9d62; color: #fff; }
.order-action.email { background: var(--ink); color: #fff; }
.order-action.edit { grid-column: 1 / -1; background: transparent; color: var(--ink); border: 1px solid var(--line); }
.order-binding-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 9px; line-height: 1.5; }
.order-modal .modal-close { z-index: 3; }

@media (max-width: 720px) {
  .order-options { grid-template-columns: 1fr; }
  .order-modal-shell { padding: 25px 16px 18px; }
  .order-modal-head { grid-template-columns: 42px 1fr; gap: 11px; padding-right: 28px; }
  .order-modal-icon { width: 42px; height: 42px; border-radius: 13px; font-size: 19px; }
  .order-summary-grid { grid-template-columns: 1fr; }
  .order-summary-row:nth-child(odd) { border-right: 0; }
  .preview-reference { grid-template-columns: 88px 1fr; }
  .modal-preview-card, .modal-preview-card img { min-height: 100px; }
  .reference-line { grid-template-columns: 1fr; }
  .reference-line button { min-height: 34px; }
  .order-actions { grid-template-columns: 1fr; }
  .order-action.edit { grid-column: auto; }
}


/* --- Launch-UX: Ortsauswahl, mobiles 3D-Onboarding, Speichern und Mengenrabatt --- */
.location-search-shell { position: relative; z-index: 400; }
.location-results { position: absolute; top: calc(100% + 7px); left: 0; right: 0; max-height: 280px; overflow-y: auto; padding: 6px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,254,250,.98); box-shadow: 0 20px 48px rgba(28,27,22,.18); backdrop-filter: blur(12px); }
.location-results[hidden] { display: none; }
.location-result { width: 100%; display: block; padding: 11px 12px; border: 0; border-radius: 10px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.location-result:hover, .location-result:focus-visible { background: var(--paper); outline: 2px solid rgba(240,110,58,.24); }
.location-result strong, .location-result span { display: block; }
.location-result strong { font-size: 11px; }
.location-result span { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.4; }

.mobile-3d-gate, .mobile-3d-release { display: none; }
.preview-stage-3d.mobile-preview-active { touch-action: none; }
.preview-stage-3d.mobile-preview-passive { cursor: default; touch-action: pan-y; }
.preview-stage-3d.mobile-preview-passive #threePreview canvas { pointer-events: none; touch-action: pan-y; }

.quantity-discount-info { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 750; line-height: 1.35; }
.quantity-discount-info.active { color: #4c6d43; }
.button-save-config { width: 100%; margin: 2px 0 9px; border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.button-save-config:hover { background: var(--ink); color: #fff; }
.save-configuration-status { min-height: 0; margin: -2px 0 9px; color: #4c6d43; font-size: 9px; font-weight: 750; text-align: center; opacity: 0; transform: translateY(-3px); transition: opacity .2s ease, transform .2s ease; }
.save-configuration-status.visible { opacity: 1; transform: translateY(0); }
.price-verification-note { margin: 7px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; text-align: center; }

@media (max-width: 760px) and (pointer: coarse) {
  .preview-stage-3d { touch-action: pan-y; }
  .preview-stage-3d .interaction-hint { display: none; }
  .mobile-3d-gate { position: absolute; inset: 0; z-index: 8; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 24px; background: linear-gradient(180deg, rgba(241,238,229,.12), rgba(241,238,229,.48)); touch-action: pan-y; }
  .mobile-3d-gate[hidden] { display: none; }
  .mobile-3d-gate button { min-height: 48px; padding: 0 18px; border: 1px solid rgba(24,25,22,.14); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 32px rgba(30,30,25,.14); color: var(--ink); font-size: 11px; font-weight: 850; }
  .mobile-3d-gate button span { margin-right: 5px; color: var(--accent); font-size: 16px; }
  .mobile-3d-gate small { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: 8px; }
  .mobile-3d-release { position: absolute; z-index: 9; top: 12px; left: 12px; display: block; min-height: 38px; padding: 0 13px; border: 1px solid rgba(24,25,22,.12); border-radius: 999px; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); color: var(--ink); font-size: 9px; font-weight: 800; }
  .mobile-3d-release[hidden] { display: none; }
  .preview-stage-3d.mobile-preview-active #threePreview canvas { pointer-events: auto; touch-action: none; }
  .preview-stage-3d.mobile-preview-active .interaction-hint { display: block; left: 50%; top: 12px; transform: translateX(-50%); white-space: nowrap; }
}


/* --- Produktoptionen V5: Oberflächen und Schriftarten --- */
.surface-label, .font-label { margin-top: 18px; }
.surface-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.surface-choice { min-height: 118px; padding: 12px 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; cursor: pointer; position: relative; transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.surface-choice:hover { transform: translateY(-2px); }
.surface-choice.selected { border: 2px solid var(--ink); box-shadow: 0 8px 20px rgba(30,30,26,.08); }
.surface-choice.selected::after { content: "✓"; position: absolute; right: 8px; top: 7px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; font-weight: 900; }
.surface-choice strong, .surface-choice small { display: block; }
.surface-choice strong { font-size: 11px; }
.surface-choice small { color: var(--muted); font-size: 8px; line-height: 1.4; }
.surface-icon { width: 52px; height: 42px; position: relative; display: block; }
.surface-icon i { position: absolute; left: 5px; width: 42px; height: 25px; border: 2px solid #7b7d76; border-radius: 7px; transform: skewY(-10deg); background: rgba(239,236,227,.9); }
.surface-icon.texture i:nth-child(1) { top: 0; }
.surface-icon.texture i:nth-child(2) { top: 7px; }
.surface-icon.texture i:nth-child(3) { top: 14px; border-color: var(--accent); }
.surface-icon.flat i { top: 9px; box-shadow: 0 5px 8px rgba(0,0,0,.08); }
.surface-icon.gloss i { top: 9px; background: linear-gradient(135deg,#d7d4ca 0 38%,#fff 39% 52%,#d2cec2 53%); box-shadow: 0 6px 16px rgba(0,0,0,.12); }

.font-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.font-choice { min-height: 78px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; position: relative; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.font-choice:hover { transform: translateY(-2px); }
.font-choice.selected { border: 2px solid var(--ink); box-shadow: 0 7px 18px rgba(30,30,26,.08); }
.font-choice.selected::after { content: "✓"; position: absolute; right: 6px; top: 5px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 8px; }
.font-choice strong { font-size: 24px; line-height: 1; }
.font-choice span { color: var(--muted); font-size: 8px; }
.font-modern strong { font-family: Arial, Helvetica, sans-serif; font-weight: 900; }
.font-elegant strong { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; }
.font-handwritten strong { font-family: 'Brush Script MT', 'Segoe Script', cursive; font-weight: 600; }
.font-technical strong { font-family: 'Courier New', Courier, monospace; font-weight: 900; }

.relief-measure:not(.surface-texture) { padding-left: 0; width: 86px; }
.relief-measure:not(.surface-texture) i { display: none; }
.relief-measure.surface-gloss { background: linear-gradient(135deg,rgba(255,255,255,.9),rgba(220,218,211,.72)); }
.relief-measure.surface-flat strong, .relief-measure.surface-gloss strong { font-size: 13px; text-align: center; }
.relief-measure.surface-flat small, .relief-measure.surface-gloss small { text-align: center; }

@media (max-width: 720px) {
  .surface-choice-grid { grid-template-columns: 1fr; }
  .surface-choice { min-height: 88px; flex-direction: row; justify-content: flex-start; text-align: left; padding: 10px 14px; }
  .surface-choice > span:last-child { flex: 1; }
  .font-choice-grid { grid-template-columns: 1fr 1fr; }
}


/* =========================================================
   OrtSchmiede Markenauftritt
   Farben und Logo basieren auf dem neuen OrtSchmiede-Logo.
   ========================================================= */
body {
  background:
    radial-gradient(circle at 7% 3%, rgba(255, 178, 39, .10), transparent 26rem),
    radial-gradient(circle at 93% 18%, rgba(79, 116, 78, .08), transparent 30rem),
    var(--paper);
}

.site-header {
  height: 86px;
  background: rgba(255, 253, 248, .92);
  border-color: rgba(242, 138, 0, .16);
  box-shadow: 0 10px 34px rgba(8, 47, 75, .09);
}
.brand-image-link { letter-spacing: 0; line-height: 0; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-header { width: clamp(190px, 17vw, 255px); max-height: 68px; }
.main-nav { color: var(--ink); }
.main-nav a::after { background: linear-gradient(90deg, var(--accent-dark), var(--accent-bright)); }
.header-cta {
  border-color: var(--accent);
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent-bright));
  box-shadow: 0 8px 22px rgba(242, 138, 0, .20);
}
.header-cta:hover { background: var(--ink); border-color: var(--ink); }

.hero {
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,.86), transparent 24rem),
    linear-gradient(135deg, #fff8e9 0%, #f8e8c5 100%);
  box-shadow: 0 28px 80px rgba(8, 47, 75, .10);
}
.hero-copy { position: relative; }
.hero-copy::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -42px;
  bottom: 22px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,138,0,.10), transparent 68%);
  pointer-events: none;
}
h1 em { color: var(--accent-dark); }
.eyebrow { color: var(--accent-dark); }
.button-primary { background: linear-gradient(135deg, var(--ink), #0c4b70); }
.button-primary:hover { background: linear-gradient(135deg, var(--accent-dark), var(--accent-bright)); }
.text-link span { color: var(--accent-dark); }

.hero-visual {
  background:
    linear-gradient(140deg, rgba(3,35,56,.12), transparent 38%),
    linear-gradient(145deg, #0b3854 0%, #416d55 56%, #efad35 100%);
}
.fridge-surface {
  background:
    linear-gradient(115deg, rgba(255,255,255,.38), transparent 31%, transparent 70%, rgba(2,35,54,.18)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 5px);
}
.hero-brand-badge {
  position: absolute;
  z-index: 7;
  top: 26px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 15px 9px 10px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 18px;
  background: rgba(255,253,248,.92);
  box-shadow: 0 14px 38px rgba(4,36,58,.20);
  backdrop-filter: blur(12px);
}
.hero-brand-badge img { width: 48px; height: 58px; object-fit: contain; }
.hero-brand-badge div { display: flex; flex-direction: column; line-height: 1.05; }
.hero-brand-badge strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.hero-brand-badge small { margin-top: 5px; color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.magnet-demo { box-shadow: 0 22px 42px rgba(3,34,53,.34), inset 0 0 0 4px rgba(255,255,255,.34); }

.progress-step.active { background: var(--ink); }
.config-title b { color: var(--accent-dark); }
.choice-card.selected, .view-choice.selected, .surface-choice.selected, .font-choice.selected {
  border-color: rgba(242,138,0,.72);
  box-shadow: 0 0 0 2px rgba(242,138,0,.12);
}
.button-cart { background: linear-gradient(135deg, var(--accent-dark), var(--accent-bright)); }
.button-cart:hover { background: linear-gradient(135deg, var(--ink), #0d5078); }
.button-save-config { border-color: var(--ink); color: var(--ink); }
.button-save-config:hover { background: var(--ink); }

.product-story, .occasion-section {
  box-shadow: 0 24px 70px rgba(8,47,75,.09);
}
.final-cta { border-top-color: rgba(242,138,0,.28); }

footer {
  background:
    radial-gradient(circle at 12% 20%, rgba(242,138,0,.15), transparent 19rem),
    linear-gradient(135deg, var(--ink-deep), #0b4263);
}
.footer-logo-shell {
  display: inline-flex;
  width: min(100%, 310px);
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.brand-logo-footer { width: 100%; max-height: 205px; }
.footer-brand p strong { color: #fff; }
footer a:not(.brand) { color: #cbd6dc; }
.footer-brand p { color: #b9c9d1; }

.order-modal-icon {
  overflow: hidden;
  padding: 5px;
  background: linear-gradient(145deg, #fff7e6, #ffe4aa);
  border: 1px solid rgba(242,138,0,.20);
}
.order-modal-icon img { width: 100%; height: 100%; object-fit: contain; }
.order-notice { border-left-color: var(--accent); }
.order-action.whatsapp { background: #1f9d63; }
.order-action.email { background: var(--ink); }

@media (max-width: 1050px) {
  .brand-logo-header { width: 210px; }
}
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .brand-logo-header { width: 168px; max-height: 56px; }
  .header-cta { display: none; }
  .hero-brand-badge { top: 16px; right: 16px; padding: 7px 11px 7px 8px; }
  .hero-brand-badge img { width: 38px; height: 46px; }
  .hero-brand-badge strong { font-size: 16px; }
  .hero-brand-badge small { font-size: 7px; }
  .footer-logo-shell { width: min(100%, 280px); }
}
@media (max-width: 430px) {
  .site-header { grid-template-columns: 1fr; }
  .brand-logo-header { width: 145px; }
  .hero-brand-badge div { display: none; }
  .hero-brand-badge { border-radius: 15px; padding: 6px; }
}


/* ===== V7 Produktbilder-Update ===== */
.hero-visual.hero-visual-photo {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: linear-gradient(135deg, #ebe6db 0%, #f7f4ed 55%, #efe9df 100%);
}
.hero-visual.hero-visual-photo::before { display: none; }
.hero-image-shell {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 8px 16px;
}
.hero-image-shell img {
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 38px rgba(8, 47, 75, .12));
}
.hero-note.hero-note-card {
  position: static;
  right: auto;
  bottom: auto;
  transform: none;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  text-shadow: none;
  align-self: flex-end;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(8, 47, 75, .10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(8, 47, 75, .10);
}
.hero-note.hero-note-card strong { color: var(--accent-dark); }
.hero-brand-badge {
  border-color: rgba(8,47,75,.12);
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(8,47,75,.12);
}
.story-visual.story-visual-photo {
  min-height: 690px;
  background: linear-gradient(160deg, #ece6da 0%, #f7f4ed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.story-photo {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(0,0,0,.18);
}
.story-caption-badge {
  position: absolute;
  left: 42px;
  bottom: 42px;
  max-width: 310px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(8,47,75,.14);
}
.story-caption-badge strong,
.story-caption-badge span { display: block; }
.story-caption-badge strong { font-size: 16px; }
.story-caption-badge span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.occasion-grid {
  grid-template-columns: 1fr 1fr;
  align-content: start;
}
.occasion-photo-card {
  grid-column: 1 / -1;
  min-height: 260px !important;
  padding: 0 !important;
  overflow: hidden;
  background: rgba(255,255,255,.14) !important;
}
.occasion-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1050px) {
  .hero-visual.hero-visual-photo { min-height: 640px; }
  .story-visual.story-visual-photo { min-height: 600px; }
}
@media (max-width: 720px) {
  .hero-visual.hero-visual-photo {
    min-height: auto;
    padding: 20px;
  }
  .hero-image-shell { padding: 74px 0 10px; }
  .hero-note.hero-note-card {
    width: 100%;
    margin-top: 10px;
  }
  .story-visual.story-visual-photo {
    min-height: 500px;
    padding: 20px;
  }
  .story-caption-badge {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
  }
  .occasion-photo-card,
  .occasion-photo-card img { min-height: 190px; }
}


/* V9 – Basismaterialien und kontraststarke Personalisierung */
.material-label { margin-top: 22px; }
.material-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.material-choice {
  min-height: 112px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.material-choice:hover { transform: translateY(-1px); }
.material-choice.selected { border-color: rgba(242,138,0,.72); box-shadow: 0 0 0 2px rgba(242,138,0,.12); }
.material-choice strong, .material-choice small { display: block; }
.material-choice strong { margin-top: 9px; font-size: 11px; }
.material-choice small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.material-swatch { display: block; height: 36px; border-radius: 8px; border: 1px solid rgba(8,47,75,.10); }
.material-swatch.marble { background: radial-gradient(circle at 30% 40%, #fff 0 1px, transparent 2px), radial-gradient(circle at 70% 65%, #b8b6b1 0 1px, transparent 2px), linear-gradient(135deg,#eceae3,#c9c6bd); background-size: 12px 12px, 15px 15px, auto; }
.material-swatch.wood { background: repeating-linear-gradient(8deg,#a97b4e 0 3px,#bd8f5e 4px 7px,#8f633f 8px 9px); }
.material-swatch.ceramic { background: linear-gradient(145deg,#fffdf7,#ded9cf); box-shadow: inset 4px 4px 9px rgba(255,255,255,.8), inset -4px -4px 8px rgba(0,0,0,.06); }
.material-info-note { margin: 10px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.material-info-note a { text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 560px) { .material-choice-grid { grid-template-columns: 1fr; } .material-choice { min-height: 82px; display: grid; grid-template-columns: 72px 1fr; column-gap: 10px; align-items: center; } .material-choice strong { margin-top: 0; } }


/* V10: Farbige, reduzierte Kartenansicht ohne POI-Beschriftungen. */
#selectionMap:not(.satellite-view) .leaflet-tile {
  filter: saturate(1.06) contrast(1.04) brightness(1.01);
}


/* V11: Produktnahe Kartenpalette und stabile Reliefdarstellung. */
#selectionMap:not(.satellite-view) .leaflet-tile {
  filter: saturate(.72) hue-rotate(-4deg) brightness(1.065) contrast(.94);
}
#threePreview canvas {
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.preview-stage {
  background: linear-gradient(145deg, #d8d2c6 0%, #f1ede5 54%, #c8c0b3 100%);
}


/* V12 – 3D-Vorschau vollständig stabilisiert */
#selectionMap:not(.satellite-view) .leaflet-tile {
  filter: saturate(.92) contrast(1.07) brightness(.98) !important;
}
.preview-stage {
  background: linear-gradient(145deg, #c9c2b5 0%, #e7e1d7 54%, #bcb3a5 100%) !important;
}
.preview-stage::before {
  background: rgba(255,255,255,.15) !important;
  filter: blur(42px) !important;
}
#threePreview canvas {
  opacity: 1;
  filter: none !important;
}


/* V13 – neu aufgebauter, farbstabiler 3D-Konfigurator */
#selectionMap:not(.satellite-view) .leaflet-tile {
  filter: saturate(1.04) contrast(1.08) brightness(.96) !important;
}
.preview-stage {
  background: linear-gradient(145deg, #cfc8bc 0%, #e7e1d7 55%, #c1b8aa 100%) !important;
}
.preview-stage::before {
  opacity: .35 !important;
  background: rgba(255,255,255,.18) !important;
}
#threePreview canvas { filter: none !important; opacity: 1 !important; }


/* V14: Auswahlmarkierung zeigt zusätzlich die spätere flache Textzone. */
.crop-guide { overflow: hidden; }
.crop-guide::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -4%;
  right: -4%;
  bottom: -2px;
  height: 27%;
  background: rgba(247, 242, 232, .90);
  border-top: 1px solid rgba(107, 88, 62, .28);
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
}
.crop-guide[data-shape="heart"]::after { height: 31%; }
.crop-guide[data-shape="rectangle"]::after { height: 27%; border-radius: 45% 45% 0 0 / 20% 20% 0 0; }
.crop-guide[data-shape="hex"]::after { height: 28%; }
.crop-guide span { z-index: 3; }


/* V15 – Mobile Kartendrehung: Auswahlform bleibt fest, nur die Karte innerhalb der Form dreht sich. */
.rotation-preview-canvas {
  position: absolute;
  z-index: 399;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .12s ease;
  background: #ece7dd;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  image-rendering: auto;
}
.rotation-preview-canvas.is-visible { opacity: 1; }
.rotation-preview-canvas:not(.satellite-preview) {
  filter: saturate(1.04) contrast(1.08) brightness(.96);
}
.rotation-preview-canvas.satellite-preview {
  filter: saturate(1.06) contrast(1.03) brightness(.96);
}
.crop-guide {
  transform: translate(-50%, -50%) !important;
  transform-origin: center !important;
}
@media (max-width: 720px) {
  .rotation-preview-canvas { transition-duration: .06s; }
  .crop-guide { will-change: auto; }
}
