.config-options strong{grid-column:2;grid-row:1}
.config-options small{grid-column:2;grid-row:2}
html,body{overflow-x:hidden}

/* Generated product photography for the three website-preview cards */
.pin-card-image{height:100%;min-height:150px;display:block;overflow:hidden;border:1px solid #494d4b;background:#1d211f}
.pin-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease,filter .3s ease}
.product-rows article:hover .pin-card-image img{transform:scale(1.045);filter:brightness(1.06)}

/* Targeted configurator welcome screen */
.configurator-intro{
  min-height:654px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  padding:72px clamp(28px,7vw,96px);
  text-align:center;
  color:#f7f5ef;
  background:
    radial-gradient(circle at 80% 16%,rgba(167,122,72,.24),transparent 31%),
    linear-gradient(135deg,#1b211f 0%,#2b3330 100%);
}
.configurator-intro::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  left:-170px;
  bottom:-220px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018);
}
.configurator-intro__inner{position:relative;z-index:1;max-width:760px}
.configurator-intro__inner>span{display:block;margin-bottom:22px;color:#d2ad7e;font-size:11px;font-weight:800;letter-spacing:.18em}
.configurator-intro h3{max-width:720px;margin:0 auto;font-size:clamp(38px,4.4vw,64px);line-height:1.02;letter-spacing:-.045em}
.configurator-intro p{max-width:650px;margin:24px auto 34px;color:rgba(247,245,239,.74);font-size:16px;line-height:1.75}
.configurator-intro .configurator-intro__button{width:auto;min-width:230px;margin:0;background:var(--bronze);border-color:var(--bronze);color:#fff;justify-self:auto}
.configurator-intro .configurator-intro__button:hover{background:#8f673a;border-color:#8f673a}
.configurator-intro.is-hidden,.configurator-app.is-hidden{display:none!important}

/* Refined scope cards, unchanged content */
.scope-section{background:linear-gradient(180deg,#fff 0%,#f7f9f8 100%)}
.scope-grid{gap:18px;border-top:0}
.scope-grid article,
.scope-grid article:first-child,
.scope-grid article:last-child{
  min-height:320px;
  padding:30px 28px;
  border:1px solid #dfe6e2;
  border-radius:3px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 48px rgba(23,41,34,.07);
}
.scope-grid article{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.scope-grid article:hover{transform:translateY(-3px);border-color:#c6d4cd;box-shadow:0 24px 56px rgba(23,41,34,.1)}
.scope-icon{width:48px;height:48px;margin-bottom:27px;display:grid;place-items:center;border:1px solid #d9e4de;border-radius:50%;background:#edf4f0;color:var(--green)}
.scope-icon svg{width:21px;height:21px;stroke-width:1.7}
.scope-grid h3{margin-bottom:19px;font-size:18px}
.scope-grid p{display:flex;align-items:flex-start;gap:10px;margin:0;padding:8px 0;border-bottom:1px solid #eef1ef;line-height:1.45}
.scope-grid p:last-child{border-bottom:0}
.scope-grid p>svg{width:15px;height:15px;margin-top:2px;flex:0 0 auto;color:var(--green);stroke-width:2.2}
.scope-check{width:16px;height:16px;margin-top:1px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#e5f0ea;color:var(--green);font-size:10px;font-weight:800}

/* More premium investment presentation, unchanged structure */
.investment-section{align-items:start;background:linear-gradient(135deg,#fff 0%,#fff 58%,#f6f8f7 100%)}
.investment-detail{
  position:relative;
  overflow:hidden;
  padding:42px clamp(32px,4vw,56px) 38px;
  border:1px solid #dbe3df;
  border-radius:3px;
  background:#fff;
  box-shadow:0 24px 64px rgba(21,39,32,.09);
}
.investment-detail::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--green),#8eaf9d 62%,var(--bronze))}
.investment-detail>small{display:block;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.investment-detail>h3{margin:12px 0 10px;font-size:clamp(54px,6vw,78px);line-height:.95;letter-spacing:-.055em;color:var(--green);font-variant-numeric:tabular-nums}
.investment-detail>p{max-width:620px;color:#5f6864;line-height:1.65}
.payment-row{grid-template-columns:150px 1fr;margin-top:28px;padding:20px 22px;border:1px solid #dfe7e3;border-radius:2px;background:#f3f7f5;line-height:1.5}
.payment-row strong{color:var(--green)}
.investment-columns{gap:28px;margin-top:34px}
.investment-columns>div,
.investment-columns>div+div{padding:0;border:0}
.investment-columns>div+div{padding-left:28px;border-left:1px solid #e0e5e2}
.investment-columns h4{margin-bottom:14px;font-size:13px;letter-spacing:.02em}
.investment-columns p{display:flex;align-items:center;gap:10px;margin:0;padding:6px 0;line-height:1.4}
.investment-columns p svg{width:17px;height:17px;flex:0 0 auto;color:var(--green)}
.investment-item-icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#e8f1ec;color:var(--green);font-size:11px;font-weight:800}
.investment-note{margin-top:26px!important;padding-top:18px;border-top:1px solid #e7ebe9}

@media(max-width:720px){
  .configurator-intro{min-height:560px;padding:54px 24px}
  .configurator-intro h3{font-size:38px}
  .configurator-intro p{font-size:15px}
  .scope-grid{gap:14px}
  .scope-grid article,.scope-grid article:first-child,.scope-grid article:last-child{min-height:0;padding:26px 24px}
  .investment-detail{padding:34px 24px 28px}
  .investment-detail>h3{font-size:54px}
  .payment-row{grid-template-columns:1fr;gap:8px;padding:18px}
  .investment-columns{grid-template-columns:1fr;gap:24px}
  .investment-columns>div+div{padding:24px 0 0;border-left:0;border-top:1px solid #e0e5e2}
}

/* Additive dashboard interactions, existing visual language retained */
.dashboard-app{position:relative}
.dashboard-app.is-detail-closed{grid-template-columns:215px minmax(600px,1fr)}
.dash-sidebar nav button{transition:background .18s ease,color .18s ease}
.dash-sidebar nav button:hover{background:#303433;color:#fff;border-radius:4px}
.dash-stats button{
  height:100%;
  padding:0 8px;
  border:0;
  border-right:1px solid #ddd;
  background:#fff;
  color:var(--customer);
  text-align:center;
  font-size:10px;
  transition:background .18s ease,color .18s ease;
}
.dash-stats button:last-child{border-right:0}
.dash-stats button:hover{background:#f4f6f5}
.dash-stats button.is-active{background:#edf4f0;color:var(--green);box-shadow:inset 0 -3px 0 var(--green)}
.dash-stats button b{display:block;font-size:18px}
.dash-filter-summary{
  min-width:820px;
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
  padding:7px 16px;
  border-bottom:1px solid #dfe3e1;
  background:#f5f7f6;
  color:#59615d;
  font-size:10px;
}
.dash-filter-summary>button{margin-left:18px}
.dash-filter-summary button,.dash-empty button{border:0;background:transparent;color:var(--green);font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.dash-empty{min-width:820px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#636966;font-size:12px}
.dash-feedback{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:5;
  width:min(370px,calc(100% - 36px));
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:11px 13px 11px 16px;
  border:1px solid #cfd9d4;
  border-left:4px solid var(--green);
  border-radius:4px;
  background:#fff;
  box-shadow:0 16px 38px rgba(16,35,28,.18);
  color:#344039;
  font-size:11px;
  line-height:1.45;
}
.dash-feedback button{flex:0 0 auto;border:0;background:transparent;color:#5c6460;font-size:20px;line-height:1}
.dash-table>button.is-filtered-out,.dash-detail[hidden],.dash-feedback[hidden],.dash-filter-summary[hidden],.dash-empty[hidden]{display:none!important}

@media(max-width:1180px) and (min-width:821px){
  .dashboard-app.is-detail-closed{grid-template-columns:170px minmax(620px,1fr)}
}

/* Distinct, clickable dashboard area previews */
.dashboard-app.is-section-page{grid-template-columns:215px minmax(0,1fr)}
.dashboard-app.is-section-page .dash-stats,
.dashboard-app.is-section-page .dash-table,
.dashboard-app.is-section-page .dash-filter-summary,
.dashboard-app.is-section-page .dash-empty,
.dashboard-app.is-section-page .dash-workspace>header label{display:none!important}
.dash-workspace>header>div{min-width:0}
.dash-header-context{display:block;margin-top:2px;color:#747b77;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.dash-section-page{min-height:550px;padding:26px;background:#f5f7f6}
.dash-page-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:4px 30px;padding-bottom:19px;border-bottom:1px solid #dfe4e1}
.dash-page-intro small{grid-column:1/-1;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.dash-page-intro h4{font-size:25px;letter-spacing:-.03em}
.dash-page-intro p{align-self:end;color:#646d68;font-size:11px;line-height:1.55}
.dash-page-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}
.dash-page-metrics article{min-height:74px;padding:15px 18px;border:1px solid #dce3df;border-radius:4px;background:#fff;box-shadow:0 8px 20px rgba(20,37,30,.04)}
.dash-page-metrics b{display:block;color:var(--green);font-size:22px;line-height:1.1}
.dash-page-metrics span{color:#727975;font-size:9px}
.dash-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dash-page-grid>button{min-height:108px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr auto;gap:12px;padding:16px;border:1px solid #dce2df;border-radius:4px;background:#fff;color:var(--customer);text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.dash-page-grid>button:hover{transform:translateY(-1px);border-color:#bdcbc4;box-shadow:0 10px 25px rgba(18,35,28,.07)}
.dash-page-grid>button.is-selected{border-color:var(--bronze);box-shadow:inset 3px 0 0 var(--bronze),0 10px 25px rgba(18,35,28,.06)}
.dash-page-grid>button>span{min-width:0;display:flex;flex-direction:column;gap:5px}
.dash-page-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.dash-page-grid small{color:#717975;font-size:9px;line-height:1.5}
.dash-page-grid>button>b{align-self:start;padding:4px 7px;border-radius:3px;background:#edf3f0;color:var(--green);font-size:8px;white-space:nowrap}
.dash-page-grid>button>i{grid-column:1/-1;height:4px;overflow:hidden;border-radius:20px;background:#e6eae8}
.dash-page-grid>button>i span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#7fa392)}
.dash-page-selection{min-height:70px;display:grid;grid-template-columns:minmax(150px,.9fr) minmax(200px,1.3fr) auto;align-items:center;gap:10px 22px;margin-top:16px;padding:13px 16px;border:1px solid #d5ded9;border-left:4px solid var(--green);border-radius:4px;background:#fff}
.dash-page-selection>small{grid-column:1/-1;color:#7a817d;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.dash-page-selection>strong{font-size:11px}
.dash-page-selection>p{color:#6b736f;font-size:9px}
.dash-page-selection>span{padding:5px 8px;border-radius:3px;background:#edf3f0;color:var(--green);font-size:8px;font-weight:800}

/* Richer value presentation without a payment-plan block */
.investment-ownership{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.investment-ownership>p{display:flex;align-items:flex-start;gap:12px;min-height:90px;padding:18px;border:1px solid #dbe5df;border-radius:3px;background:#f2f7f4!important;color:var(--customer)!important}
.investment-ownership>p>svg{width:22px;height:22px;flex:0 0 auto;padding:4px;border-radius:50%;background:var(--green);color:#fff}
.investment-ownership span,.investment-value span{display:flex;flex-direction:column;gap:4px}
.investment-ownership strong,.investment-value strong{color:var(--green);font-size:13px}
.investment-ownership small,.investment-value small{color:#68716c;font-size:10px;line-height:1.5}
.investment-columns--expanded{gap:34px}
.investment-columns--expanded p{align-items:flex-start;padding:8px 0;font-size:12px}
.investment-columns--expanded p svg{margin-top:1px;padding:3px;border-radius:50%;background:#e6f0eb}
.investment-value{display:flex!important;align-items:flex-start;gap:13px;margin-top:25px;padding:16px 18px;border:1px solid #dfe6e2;border-radius:3px;background:#fafbfa;color:var(--customer)!important}
.investment-value>svg{width:23px;height:23px;flex:0 0 auto;color:var(--green)}
.faq-contact{grid-template-columns:55px 1fr}
.closing-copy>small{display:block;margin-top:24px}
.closing-section footer .closing-brand{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.closing-brand strong{font-size:19px;letter-spacing:.06em;text-transform:uppercase}
.closing-brand small{font-size:9px;letter-spacing:.09em;text-transform:uppercase;opacity:.75}
.closing-section footer .closing-legal{display:flex;align-items:center;gap:24px;font-size:11px}

@media(max-width:820px){
  .dashboard-app.is-section-page{display:block}
  .dash-workspace>header{min-width:0;grid-template-columns:1fr auto;padding:0 16px}
  .dash-workspace>header>span{display:none}
  .dash-workspace>header>button{padding:10px 12px;font-size:10px}
  .dash-section-page{min-height:0;padding:20px 16px}
  .dash-page-intro{grid-template-columns:1fr}
  .dash-page-intro p{max-width:560px}
  .dash-page-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .dash-page-metrics article{min-height:68px;padding:12px}
  .dash-page-metrics b{font-size:18px}
  .dash-page-grid{grid-template-columns:1fr}
  .dash-page-selection{grid-template-columns:1fr auto}
  .dash-page-selection>p{grid-column:1/-1}
  .investment-ownership{grid-template-columns:1fr}
  .closing-section footer{height:auto;min-height:150px;padding:24px 0;align-items:flex-start;gap:20px}
  .closing-section footer .closing-legal{flex-direction:column;align-items:flex-start;gap:7px}
}

@media(max-width:520px){
  .dash-page-metrics{grid-template-columns:1fr}
  .dash-page-metrics article{min-height:58px}
  .dash-page-grid>button{grid-template-columns:1fr}
  .dash-page-grid>button>b{justify-self:start}
  .dash-page-selection{grid-template-columns:1fr}
  .investment-ownership>p{min-height:0}
}

/* Frau Gatzen: only the shop previews use the cream / beige / olive palette */
.legacy-pin-preview{display:none!important}
.shop-site{--shop-cream:#f4f0e6;--shop-beige:#d8cdba;--shop-olive:#66704a;--shop-ink:#242521;background:var(--shop-cream);color:var(--shop-ink)}
.shop-site>header{height:78px;display:flex;align-items:center;gap:34px;padding:0 32px;border-bottom:1px solid #d8d0c1}
.shop-wordmark{font:500 22px Georgia,serif;letter-spacing:.08em;white-space:nowrap}
.shop-site>header nav{display:flex;justify-content:center;gap:32px;flex:1;font-size:11px}
.shop-primary{min-height:42px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--shop-olive);color:#fff;border:0;font-size:10px;font-weight:700}
.shop-primary svg{width:15px}
.shop-hero{min-height:450px;display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;padding:42px}
.shop-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.shop-hero-copy h3{max-width:520px;font:500 clamp(44px,4.3vw,70px)/1.02 Georgia,serif;letter-spacing:-.035em}
.shop-hero-copy p{max-width:430px;margin:22px 0 28px;font-size:14px;line-height:1.75;color:#50534b}
.shop-product-placeholder{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;border:1px dashed #aa9d87;background:#e4dac8;color:#81745e}
.shop-product-placeholder>span{width:86px;height:86px;display:grid;place-items:center;border:1px solid #a99b83}
.shop-product-placeholder svg{width:40px;height:40px}
.shop-product-placeholder strong{font-size:15px;letter-spacing:.18em}
.shop-product-placeholder small{font-size:9px}
.shop-product-placeholder.is-compact{min-height:180px}
.shop-trust{min-height:72px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d3c9b7;border-bottom:1px solid #d3c9b7;background:#e8dfcf}
.shop-trust span{display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #cfc4b1;font-size:10px}
.shop-trust span:last-child{border:0}.shop-trust svg{width:20px;color:var(--shop-olive)}
.shop-details{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;padding:34px 42px 40px}
.shop-details h4{font:500 33px Georgia,serif}.shop-details p{margin-top:10px;color:#64675e;font-size:11px;line-height:1.65}
.shop-details dl{margin:0}.shop-details dl div{display:grid;grid-template-columns:130px 1fr;padding:10px 0;border-bottom:1px solid #d0c7b8;font-size:10px}.shop-details dd{margin:0;color:#6b6e65}

.product-studio{--olive:#66704a;min-height:650px;display:grid;grid-template-columns:250px 1fr;background:#fff;color:#252721}
.product-studio>aside{padding:28px 18px;background:#232822;color:#f4f0e6}
.product-studio>aside>strong{font-size:13px;letter-spacing:.12em}.product-studio>aside>p{margin:12px 0 25px;color:#c3c6bd;font-size:10px;line-height:1.6}
.product-studio>aside nav{display:flex;flex-direction:column;gap:8px}.product-studio>aside button{min-height:88px;display:grid;grid-template-columns:32px 1fr;gap:2px 9px;padding:13px;border:1px solid #ffffff1f;background:transparent;color:#dfe1dc;text-align:left}
.product-studio>aside button>span{grid-row:1/3;color:#99a08f;font-size:10px}.product-studio>aside button>strong{font-size:12px}.product-studio>aside button>small{font-size:9px;color:#9fa59b}.product-studio>aside button.is-active{border-color:#89946d;background:#66704a;color:#fff}.product-studio>aside button.is-active small{color:#e6e9df}
.studio-canvas{position:relative;min-height:650px;display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center;padding:56px;background:#f4f0e6;transition:background .25s ease}
.studio-canvas--natural{background:#ece6d6}.studio-canvas--minimal{background:#f8f8f5}
.studio-copy>small{font-size:9px;letter-spacing:.16em;color:#66704a}.studio-copy h3{max-width:520px;margin:14px 0 18px;font:500 clamp(43px,4.3vw,67px)/1 Georgia,serif;letter-spacing:-.04em}.studio-copy p{max-width:470px;color:#5f6458;font-size:13px;line-height:1.7}.studio-copy button{min-height:44px;margin-top:27px;padding:0 20px;display:flex;align-items:center;gap:12px;border:0;background:#66704a;color:#fff;font-size:10px}.studio-copy button svg{width:15px}
.studio-canvas>.shop-product-placeholder{min-height:400px}.studio-badges{position:absolute;left:56px;bottom:26px;display:flex;gap:8px}.studio-badges span{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #c9c1b2;background:#fff9;color:#66704a;font-size:8px;font-weight:800;letter-spacing:.08em}.studio-badges svg{width:13px}

.commerce-dashboard{position:relative;min-height:700px;display:grid;grid-template-columns:210px minmax(0,1fr);background:#f7f8f6;color:#222622}
.commerce-dashboard>aside{padding:22px 13px;display:flex;flex-direction:column;background:#202623;color:#e6e9e5}.commerce-dashboard>aside>strong{padding:0 10px 20px;color:#dce3d2;font-size:21px}.commerce-dashboard>aside>strong span{font-size:9px;letter-spacing:.1em}.commerce-dashboard>aside nav{display:flex;flex-direction:column}.commerce-dashboard>aside button{min-height:43px;display:flex;align-items:center;gap:11px;padding:0 11px;border:0;background:transparent;color:#cdd2cd;text-align:left;font-size:11px}.commerce-dashboard>aside button.is-active{background:#66704a;color:#fff}.commerce-dashboard>aside small{margin-top:auto;padding:10px;color:#a8afa9;font-size:9px}
.commerce-dashboard>main{min-width:0}.commerce-dashboard>main>header{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 22px;border-bottom:1px solid #d9ddda;background:#fff}.commerce-dashboard>main>header h3{font-size:21px}.commerce-dashboard>main>header small{display:block;margin-top:2px;color:#747b76;font-size:9px}.commerce-dashboard>main>header>button{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 16px;border:0;background:#66704a;color:#fff;font-size:10px;font-weight:700}.commerce-dashboard>main>header svg{width:15px}
.dashboard-product-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:14px;padding:16px}.product-editor,.live-product-preview{border:1px solid #d9dedb;background:#fff}.product-editor-top{display:grid;grid-template-columns:240px 1fr;gap:16px;padding:16px}.product-editor-top>div{display:grid;grid-template-columns:1fr 150px;gap:12px}.product-editor label{display:flex;flex-direction:column;gap:5px;color:#4e554f;font-size:9px;font-weight:700}.product-editor input,.product-editor select,.product-editor textarea{width:100%;border:1px solid #d5dad6;background:#fff;padding:0 10px;color:#252a26;font-size:10px}.product-editor input,.product-editor select{height:38px}.product-editor textarea{min-height:92px;padding-top:10px;resize:none}.price-input{display:flex}.price-input input{border-right:0}.price-input span{width:35px;display:grid;place-items:center;border:1px solid #d5dad6;background:#f5f6f4}.stock{grid-column:1/-1;display:flex;align-items:center;gap:8px;font-size:9px}.stock i,.live-product-preview p i{width:8px;height:8px;border-radius:50%;background:#66704a}
.product-editor-top>.shop-product-placeholder{display:flex;grid-template-columns:none;gap:11px}
.editor-tabs{height:42px;display:flex;align-items:end;gap:6px;padding:0 12px;border-top:1px solid #d9dedb;border-bottom:1px solid #d9dedb}.editor-tabs button{height:42px;padding:0 14px;border:0;border-bottom:3px solid transparent;background:transparent;font-size:10px}.editor-tabs button.is-active{border-color:#66704a;color:#66704a;font-weight:800}.editor-panel{min-height:225px;padding:16px}.product-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-form-grid .is-wide{grid-column:1/-1}
.quality-checklist h5{margin-bottom:10px}.quality-checklist p{display:flex;align-items:center;gap:11px;padding:9px 0;border-bottom:1px solid #e2e5e3}.quality-checklist p>svg{width:19px;padding:3px;border-radius:50%;background:#e8eee4;color:#66704a}.quality-checklist p span{display:flex;flex-direction:column}.quality-checklist p strong{font-size:10px}.quality-checklist p small{font-size:8px;color:#777f79}.media-upload{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #b9c0bb;text-align:center}.media-upload>svg{width:35px;color:#66704a}.media-upload strong{margin-top:9px;font-size:11px}.media-upload p{margin:5px 0 12px;font-size:9px;color:#747b76}.media-upload button{padding:8px 13px;border:1px solid #66704a;background:#fff;color:#66704a;font-size:9px}
.live-product-preview{padding:15px}.live-product-preview>header{display:flex;justify-content:space-between;margin-bottom:12px}.live-product-preview>header strong{font-size:11px}.live-product-preview>header span{font-size:8px;color:#68706a}.live-product-preview .shop-product-placeholder{min-height:225px}.live-product-preview h4{margin-top:17px;font-size:18px}.live-product-preview>b{display:block;margin-top:5px;color:#66704a;font-size:18px}.live-product-preview>p{display:flex;align-items:center;gap:7px;margin:9px 0 17px;font-size:9px}.live-product-preview>small{display:block;padding-top:15px;border-top:1px solid #dde1de;color:#6f7771;font-size:9px;line-height:1.6}.live-product-preview>button{width:100%;min-height:40px;margin-top:18px;border:0;background:#66704a;color:#fff;font-size:10px}
.commerce-page{padding:18px}.commerce-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.commerce-metrics article{padding:17px;border:1px solid #d9dedb;background:#fff}.commerce-metrics b{display:block;color:#66704a;font-size:23px}.commerce-metrics span{font-size:9px;color:#707872}.commerce-list{margin-top:14px;border:1px solid #d9dedb;background:#fff}.commerce-list button{width:100%;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 16px;border:0;border-bottom:1px solid #e0e4e1;background:#fff;text-align:left}.commerce-list button:last-child{border:0}.commerce-list button:hover{background:#f4f6f2}.commerce-list span{display:flex;flex-direction:column}.commerce-list strong{font-size:11px}.commerce-list small{margin-top:4px;color:#737a75;font-size:9px}.commerce-list button>b{padding:5px 8px;background:#edf1ea;color:#66704a;font-size:8px}
.commerce-feedback{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:18px;padding:12px 14px;border-left:4px solid #66704a;background:#fff;box-shadow:0 12px 34px #16201926;font-size:10px}.commerce-feedback button{border:0;background:transparent;font-size:18px}
.commerce-feedback[hidden]{display:none!important}

@media(max-width:820px){
  .shop-site>header{height:66px;padding:0 18px}.shop-site>header nav{display:none}.shop-site>header .shop-primary{margin-left:auto}
  .shop-hero{grid-template-columns:1fr;padding:32px 22px}.shop-hero-copy h3{font-size:48px}.shop-product-placeholder{min-height:310px}
  .shop-trust{grid-template-columns:1fr 1fr}.shop-trust span{min-height:54px;border-bottom:1px solid #cfc4b1}.shop-details{grid-template-columns:1fr;padding:28px 22px}
  .product-studio{display:block}.product-studio>aside{padding:16px}.product-studio>aside>p{margin-bottom:14px}.product-studio>aside nav{flex-direction:row;overflow:auto}.product-studio>aside button{min-width:190px}
  .studio-canvas{min-height:680px;grid-template-columns:1fr;padding:38px 22px 72px}.studio-copy h3{font-size:46px}.studio-canvas>.shop-product-placeholder{min-height:310px}.studio-badges{left:22px;bottom:22px;flex-wrap:wrap}
  .commerce-dashboard{display:block}.commerce-dashboard>aside{padding:10px}.commerce-dashboard>aside>strong,.commerce-dashboard>aside>small{display:none}.commerce-dashboard>aside nav{flex-direction:row;overflow:auto}.commerce-dashboard>aside button{min-width:max-content}.commerce-dashboard>main>header{padding:0 14px}.dashboard-product-layout{grid-template-columns:1fr}.product-editor-top{grid-template-columns:180px 1fr}.live-product-preview{max-width:520px}.commerce-metrics{grid-template-columns:1fr 1fr 1fr}
  .commerce-dashboard>aside nav{scrollbar-width:none}.commerce-dashboard>aside nav::-webkit-scrollbar{display:none}
}

@media(max-width:520px){
  .shop-wordmark{font-size:17px}.shop-site>header .shop-primary{padding:0 12px;font-size:9px}.shop-hero-copy h3,.studio-copy h3{font-size:39px}.shop-trust{grid-template-columns:1fr}.shop-trust span{justify-content:flex-start;padding-left:22px;border-right:0}.shop-details dl div{grid-template-columns:100px 1fr}
  .product-editor-top{grid-template-columns:1fr}.product-editor-top>div{grid-template-columns:1fr}.product-editor-top .shop-product-placeholder{min-height:210px}.editor-tabs{overflow:auto}.editor-tabs button{min-width:max-content}.product-form-grid{grid-template-columns:1fr}.product-form-grid .is-wide{grid-column:auto}.commerce-metrics{grid-template-columns:1fr}.commerce-dashboard>main>header small{display:none}.commerce-dashboard>main>header>button{padding:0 11px}.live-product-preview{margin-top:0}.commerce-feedback{left:12px;right:12px}
}

/* Mobile proposal polish: preserve the design while removing clipped content. */
@media(max-width:820px){
  .offer-hero{padding-inline:22px}
  .proposal-meta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 18px;
    overflow:visible;
    padding:10px 0;
  }
  .proposal-meta span{
    min-width:0;
    height:auto;
    padding:6px 0;
    justify-content:flex-start;
    border:0;
    line-height:1.35;
  }
  .proposal-meta span:first-child{grid-column:1/-1;font-weight:700;color:var(--green)}

  .hero-grid{overflow:visible}
  .system-map{
    width:100%;
    height:auto;
    margin:10px 0 0;
    padding:16px;
    display:grid;
    gap:14px;
    transform:none;
    border-radius:0;
    background-position:center;
  }
  .system-node,
  .system-node--one,
  .system-node--two,
  .system-node--three{
    position:relative;
    inset:auto;
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    align-items:start;
    column-gap:10px;
  }
  .system-node>span{grid-row:1/3}
  .system-node>b{grid-column:2;margin-top:4px}
  .system-node .micro-ui{grid-column:2;width:100%;min-height:126px}
  .system-path{display:none}

  .browser-chrome{grid-template-columns:auto minmax(0,1fr) auto;gap:9px;padding-inline:12px}
  .browser-url{width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:10px}

  .timeline-track{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    overflow:visible;
    margin-top:36px;
    padding:0;
    border-top:1px solid rgba(13,90,74,.25);
  }
  .timeline-track article{
    min-width:0;
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    padding:20px 0;
    border-bottom:1px solid rgba(13,90,74,.25);
  }
  .timeline-track .timeline-number{grid-column:1;grid-row:1/4}
  .timeline-track h3,.timeline-track b,.timeline-track p{grid-column:2;margin-left:0}
  .timeline-track h3{margin:0 0 4px}
  .timeline-track p{margin-top:8px}
  .timeline-track i{display:none}

  .faq-list,.faq-list details,.faq-list summary{max-width:100%;min-width:0}
  .faq-list summary>*{min-width:0}
  .faq-list summary>strong{overflow-wrap:anywhere}
  .faq-list summary>i{width:25px;overflow:hidden;justify-self:end;display:grid;place-items:center;font-size:0;transform:none}
  .faq-list summary>i::after{content:"+";font-size:19px;line-height:1}
  .faq-list details[open] summary>i{transform:none}
  .faq-list details[open] summary>i::after{content:"−"}
}

@media(max-width:420px){
  .proposal-meta{grid-template-columns:1fr;gap:0}
  .proposal-meta span:first-child{grid-column:auto}
  .proposal-meta span:not(:last-child){border-bottom:1px solid rgba(207,213,210,.65)}
  .shop-site>header{gap:10px;padding-inline:14px}
  .shop-site>header .shop-primary{min-height:38px;padding-inline:10px}
  .shop-hero{padding-inline:18px}
  .studio-canvas{padding-inline:18px}
  .dashboard-product-layout{padding:10px}
  .commerce-dashboard>main>header h3{font-size:18px}
  .vision-copy h2,
  .modules-copy h2,
  .section-intro h2,
  .timeline-heading h2,
  .scope-section>h2,
  .benefits-section>h2,
  .faq-aside h2,
  .investment-copy h2{font-size:36px;overflow-wrap:anywhere}
  .modules-section>*{width:auto;min-width:0}
  .module-directory,.module-directory article{min-width:0}
  .module-directory article{grid-template-columns:42px 36px minmax(0,1fr);padding-inline:8px}
  .module-directory article>span{font-size:18px}
  .module-directory article>strong{min-width:0;overflow-wrap:anywhere;font-size:14px}
  .studio-canvas{min-width:0}
  .studio-canvas>*{width:auto;min-width:0}
  .studio-copy h3{font-size:36px;overflow-wrap:anywhere}
  .dashboard-product-layout,
  .dashboard-product-layout>*{width:auto;min-width:0}
  .product-editor>*{width:auto;min-width:0;max-width:100%}
}

/* BEATIDE preview palette: cream, beige, champagne gold and deep navy. */
.shop-site{
  --shop-cream:#f8f2e7;
  --shop-beige:#e8d8bf;
  --shop-olive:#b88a4a;
  --shop-ink:#101827;
  background:var(--shop-cream);
}
.shop-site>header{background:#fbf6ed;border-bottom-color:#dbc7a5}
.shop-wordmark{height:64px;display:flex;align-items:center}
.shop-wordmark img{width:58px;height:58px;object-fit:cover;border-radius:2px;box-shadow:0 6px 20px rgba(7,20,37,.16)}
.shop-primary{background:#c39a5b;color:#101827;box-shadow:0 8px 22px rgba(129,87,33,.18)}
.shop-primary:hover{background:#d2ad70}
.shop-hero{background:linear-gradient(135deg,#fbf6ed 0%,#efe0c9 100%)}
.shop-hero-copy>small{color:#9a6d32;font-size:9px;font-weight:800;letter-spacing:.16em}
.shop-product-placeholder.has-product-image{padding:0;overflow:hidden;border:1px solid #c9a76f;background:#071425;color:transparent}
.shop-product-placeholder.has-product-image img{width:100%;height:100%;display:block}
.beatide-product-portrait img{object-fit:contain;background:#061325}
.beatide-product-wide img{object-fit:cover;object-position:center}
.shop-trust{background:#efe2ce;border-color:#d4bd95}
.shop-trust span{border-color:#d4bd95;color:#654c2c}
.shop-details{background:#fbf6ed}
.shop-details dl div{border-color:#ddcbaa}

.product-studio{--olive:#b88a4a;color:#111827}
.product-studio>aside{background:#071425;color:#f6ead7}
.product-studio>aside button.is-active{border-color:#d9b77d;background:#b88a4a;color:#071425}
.product-studio>aside button.is-active small{color:#182238}
.studio-canvas,
.studio-canvas--natural{background:#f3e7d5}
.studio-canvas--minimal{background:#fbf7ef}
.studio-copy>small{color:#9a6d32}
.studio-copy button{background:#b88a4a;color:#071425}
.studio-badges span{border-color:#cda96f;background:#fffaf1;color:#8d632d}

.commerce-dashboard{background:#f7f1e8;color:#171b24}
.commerce-dashboard>aside{background:#071425;color:#f6ead7}
.commerce-dashboard>aside>strong{color:#d8b77f}
.commerce-dashboard>aside button.is-active{background:#b88a4a;color:#071425}
.commerce-dashboard>main>header>button,
.live-product-preview>button{background:#b88a4a;color:#071425}
.product-editor,.live-product-preview,.commerce-metrics article,.commerce-list{border-color:#ddcdb4;background:#fffaf3}
.editor-tabs button.is-active{border-color:#b88a4a;color:#8e632c}
.stock i,.live-product-preview p i{background:#b88a4a}
.commerce-dashboard .shop-product-placeholder{overflow:hidden;background:#071425 url("../../assets/beatide-serum-portrait.png") center 42%/cover no-repeat;border-color:#c9a76f}
.commerce-dashboard .shop-product-placeholder>*{visibility:hidden}
.commerce-metrics b{color:#9a6d32}
.commerce-list button>b{background:#f0e2cd;color:#8e632c}
.commerce-feedback{border-left-color:#b88a4a}

@media(max-width:820px){
  .shop-wordmark{height:54px}
  .shop-wordmark img{width:48px;height:48px}
}

/* Exact customer-selected BEATIDE website mockups. */
.beatide-reference-preview{
  width:100%;
  overflow:auto;
  background:#f7efe4;
  scrollbar-color:#bd9257 #efe2cf;
  scrollbar-width:thin;
}
.beatide-reference-preview img{
  width:100%;
  height:auto;
  display:block;
}

@media(max-width:820px){
  .beatide-reference-preview img{width:760px;max-width:none}
  .beatide-reference-preview--full{max-height:1040px}
  .beatide-reference-preview--product{max-height:620px}
}
