/* STAVROS Panels — unified design system 3.0.0 */
:root{
  --sp-green-950:#123b2d;
  --sp-green-900:#174b39;
  --sp-green-800:#1d5a44;
  --sp-green-700:#276b52;
  --sp-green-100:#e9f2ed;
  --sp-ink:#17211d;
  --sp-muted:#65716b;
  --sp-line:#dfe5e1;
  --sp-sand:#f5f1e9;
  --sp-cream:#fbfaf7;
  --sp-white:#fff;
  --sp-radius-sm:12px;
  --sp-radius-md:18px;
  --sp-radius-lg:26px;
  --sp-shadow-sm:0 8px 24px rgba(23,51,41,.07);
  --sp-shadow-md:0 18px 54px rgba(23,51,41,.12);
  --sp-shadow-lg:0 28px 90px rgba(16,45,34,.16);
  --sp-ease:cubic-bezier(.2,.75,.25,1);
}
html{scroll-behavior:smooth}
body.stavros-panels-site{color:var(--sp-ink);background:var(--sp-cream)}
.sp-container{width:min(1440px,calc(100% - 48px))}
.sp-section{padding-block:clamp(72px,8vw,128px)}
.sp-btn{min-height:48px;border-radius:14px;font-weight:760;letter-spacing:-.01em;transition:transform .22s var(--sp-ease),box-shadow .22s var(--sp-ease),background .22s var(--sp-ease),border-color .22s var(--sp-ease)}
.sp-btn:hover{transform:translateY(-2px)}
.sp-btn--primary{background:var(--sp-green-900);box-shadow:0 12px 30px rgba(23,75,57,.18)}
.sp-btn--primary:hover{background:var(--sp-green-800);box-shadow:0 16px 38px rgba(23,75,57,.25)}
.sp-btn--outline{border-color:#c9d3cd;background:rgba(255,255,255,.72)}

/* Header */
.sp-header{position:sticky;top:0;z-index:90;background:rgba(251,250,247,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(35,73,58,.08);transition:box-shadow .25s var(--sp-ease),background .25s var(--sp-ease)}
.sp-header.is-compact{box-shadow:0 12px 35px rgba(22,54,42,.1);background:rgba(255,255,255,.96)}
.sp-header__inner{min-height:82px;transition:min-height .25s var(--sp-ease)}
.sp-header.is-compact .sp-header__inner{min-height:66px}
.sp-brand{letter-spacing:.12em}
.sp-nav-list>li>a{position:relative;font-weight:680}
.sp-nav-list>li>a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--sp-green-800);transform:scaleX(0);transition:transform .22s var(--sp-ease)}
.sp-nav-list>li.current-menu-item>a:after,.sp-nav-list>li>a:hover:after{transform:scaleX(1)}
.sp-header-account{display:flex;align-items:center;gap:9px;color:var(--sp-ink);text-decoration:none;min-width:0}
.sp-header-account__icon{width:39px;height:39px;border:1px solid var(--sp-line);border-radius:50%;display:grid;place-items:center;background:#fff;position:relative}
.sp-header-account__copy{display:grid;line-height:1.1;max-width:120px}
.sp-header-account__copy small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--sp-muted)}
.sp-header-account__copy strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sp-header__quote{min-height:42px;padding-inline:18px}
.sp-header-favorite{position:relative}
.sp-header-favorite__count{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--sp-green-900);color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;border:2px solid #fff}

/* Hero purchase route */
.sp-hero{padding-top:clamp(42px,5vw,78px)}
.sp-hero__content h1{letter-spacing:-.055em}
.sp-hero__task-label{display:block;margin:26px 0 10px;color:var(--sp-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.sp-hero-tasks{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.sp-hero-task{appearance:none;border:1px solid rgba(23,75,57,.18);background:rgba(255,255,255,.74);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:750;color:var(--sp-ink);cursor:pointer;transition:.2s var(--sp-ease)}
.sp-hero-task:hover,.sp-hero-task.is-active{background:var(--sp-green-900);color:#fff;border-color:var(--sp-green-900);transform:translateY(-1px)}
.sp-hero__visual{filter:drop-shadow(0 28px 70px rgba(20,50,38,.12))}

/* Signature rhythm lab */
.sp-rhythm-lab{background:linear-gradient(150deg,#eef3ef 0%,#faf8f2 52%,#eee7da 100%);overflow:hidden}
.sp-rhythm-lab__head{max-width:830px;margin-bottom:34px}
.sp-rhythm-lab__head h2{font-size:clamp(34px,4.4vw,66px);line-height:1;letter-spacing:-.055em;margin:8px 0 16px}
.sp-rhythm-lab__layout{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.45fr);gap:24px;align-items:stretch}
.sp-rhythm-lab__controls,.sp-rhythm-lab__stage{border:1px solid rgba(23,75,57,.11);border-radius:var(--sp-radius-lg);box-shadow:var(--sp-shadow-md)}
.sp-rhythm-lab__controls{background:rgba(255,255,255,.82);padding:24px;display:flex;flex-direction:column;gap:25px}
.sp-rhythm-control-group>strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px;color:var(--sp-muted)}
.sp-rhythm-profiles{display:grid;gap:8px}
.sp-rhythm-profile{border:1px solid var(--sp-line);background:#fff;border-radius:14px;padding:13px 14px;text-align:left;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;cursor:pointer;transition:.2s var(--sp-ease)}
.sp-rhythm-profile b{grid-row:1/3;align-self:center;font-size:12px;color:var(--sp-green-800)}
.sp-rhythm-profile strong{font-size:14px}.sp-rhythm-profile small{color:var(--sp-muted)}
.sp-rhythm-profile:hover,.sp-rhythm-profile.is-active{border-color:var(--sp-green-800);box-shadow:0 8px 22px rgba(23,75,57,.11);transform:translateX(3px)}
.sp-rhythm-materials{display:flex;gap:8px;flex-wrap:wrap}
.sp-rhythm-material{border:1px solid var(--sp-line);border-radius:999px;background:#fff;padding:9px 13px;font-weight:730;cursor:pointer}
.sp-rhythm-material.is-active{background:var(--sp-green-900);color:#fff;border-color:var(--sp-green-900)}
.sp-rhythm-range{width:100%;accent-color:var(--sp-green-800)}
.sp-rhythm-lab__facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.sp-rhythm-lab__facts span{background:var(--sp-sand);border-radius:12px;padding:11px}.sp-rhythm-lab__facts small{display:block;color:var(--sp-muted);font-size:10px;text-transform:uppercase}.sp-rhythm-lab__facts strong{font-size:13px}
.sp-rhythm-lab__actions{display:grid;gap:8px;margin-top:auto}
.sp-rhythm-lab__stage{position:relative;min-height:570px;overflow:hidden;background:#d7d0c4}
.sp-rhythm-room{position:absolute;inset:0;background:linear-gradient(110deg,rgba(0,0,0,.05),transparent 40%),url("../images/demo-hero.jpg") center/cover no-repeat;transition:filter .35s var(--sp-ease)}
.sp-rhythm-wall{position:absolute;left:5%;top:7%;bottom:8%;width:56%;border-radius:7px;overflow:hidden;background:#b98e62;box-shadow:inset -20px 0 35px rgba(0,0,0,.18),0 20px 55px rgba(18,31,25,.2);--rhythm-size:22px;--rhythm-color:#ae8055;--rhythm-highlight:#d9b68d;--light-pos:30%}
.sp-rhythm-wall:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,var(--rhythm-highlight) 0 calc(var(--rhythm-size)*.42),var(--rhythm-color) calc(var(--rhythm-size)*.48) calc(var(--rhythm-size)*.78),rgba(64,35,18,.5) calc(var(--rhythm-size)*.82) var(--rhythm-size));transition:background .3s,var(--rhythm-size) .3s}
.sp-rhythm-wall:after{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at var(--light-pos) 35%,rgba(255,255,255,.72),transparent 43%),linear-gradient(100deg,transparent 30%,rgba(0,0,0,.25));mix-blend-mode:soft-light;pointer-events:none}
.sp-rhythm-wall.is-pan-001{--rhythm-size:18px}.sp-rhythm-wall.is-pan-003{--rhythm-size:30px}.sp-rhythm-wall.is-pan-005{--rhythm-size:23px}.sp-rhythm-wall.is-pan-005:before{background:repeating-linear-gradient(110deg,var(--rhythm-highlight) 0 7px,var(--rhythm-color) 7px 14px,rgba(60,35,20,.55) 14px 20px)}.sp-rhythm-wall.is-pan-007{--rhythm-size:38px}.sp-rhythm-wall.is-pan-007:before{background:repeating-linear-gradient(100deg,var(--rhythm-highlight) 0 13px,var(--rhythm-color) 13px 27px,rgba(55,31,18,.5) 27px 38px)}
.sp-rhythm-wall.is-mdf{--rhythm-color:#b9aa98;--rhythm-highlight:#dfd5c7}.sp-rhythm-wall.is-beech{--rhythm-color:#bd9368;--rhythm-highlight:#e1bf94}.sp-rhythm-wall.is-oak{--rhythm-color:#8c603e;--rhythm-highlight:#c3976a}
.sp-rhythm-caption{position:absolute;right:24px;bottom:24px;width:min(340px,42%);padding:20px;border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:var(--sp-shadow-md)}
.sp-rhythm-caption small{color:var(--sp-green-800);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.sp-rhythm-caption strong{display:block;font-size:24px;margin:5px 0}.sp-rhythm-caption p{margin:0;color:var(--sp-muted)}

/* Project gallery becomes shoppable */
.sp-project-card{position:relative;overflow:hidden;border-radius:var(--sp-radius-md);box-shadow:var(--sp-shadow-sm);background:#fff}
.sp-project-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,27,20,.55),transparent 55%);opacity:.45;transition:opacity .25s}
.sp-project-card:hover .sp-project-card__media img{transform:scale(1.035)}
.sp-project-card__media img{transition:transform .55s var(--sp-ease)}
.sp-project-card__solution{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;font-size:12px;color:var(--sp-muted)}
.sp-project-card__solution b{color:var(--sp-green-800)}

/* Catalog comparison */
.sp-simple-product-card{position:relative}
.sp-catalog-compare-toggle{position:absolute;z-index:5;right:18px;top:18px;border:1px solid rgba(23,75,57,.22);background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;color:var(--sp-green-900);cursor:pointer;box-shadow:0 8px 24px rgba(20,52,40,.12)}
.sp-catalog-compare-toggle.is-active{background:var(--sp-green-900);color:#fff}
.sp-compare-tray{position:fixed;z-index:96;left:50%;bottom:20px;transform:translate(-50%,calc(100% + 40px));width:min(780px,calc(100% - 32px));background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border:1px solid rgba(23,75,57,.15);border-radius:20px;box-shadow:var(--sp-shadow-lg);padding:12px 14px;display:flex;align-items:center;gap:12px;transition:transform .3s var(--sp-ease)}
.sp-compare-tray.is-visible{transform:translate(-50%,0)}
.sp-compare-tray__items{display:flex;gap:7px;flex:1;min-width:0}.sp-compare-tray__item{padding:8px 10px;border-radius:10px;background:var(--sp-sand);font-size:12px;font-weight:800;white-space:nowrap}.sp-compare-tray__clear{border:0;background:none;color:var(--sp-muted);cursor:pointer}.sp-compare-tray .sp-btn{min-height:40px}
.sp-compare-modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:24px}.sp-compare-modal[hidden]{display:none}.sp-compare-modal__overlay{position:absolute;inset:0;background:rgba(9,22,17,.65);backdrop-filter:blur(9px)}.sp-compare-modal__dialog{position:relative;width:min(1100px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:26px;padding:28px;box-shadow:var(--sp-shadow-lg)}.sp-compare-modal__close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:0;border-radius:50%;background:var(--sp-sand);font-size:24px;cursor:pointer}.sp-compare-modal__table{width:100%;border-collapse:collapse;margin-top:22px}.sp-compare-modal__table th,.sp-compare-modal__table td{padding:14px;border-bottom:1px solid var(--sp-line);text-align:left;vertical-align:top}.sp-compare-modal__table th:first-child{color:var(--sp-muted);width:150px}.sp-compare-modal__media{width:120px;height:90px;object-fit:contain;border-radius:12px;background:var(--sp-sand)}

/* Product persistent desktop choice */
.sp-product-desktop-bar{position:fixed;z-index:84;left:50%;bottom:18px;transform:translate(-50%,calc(100% + 50px));width:min(1120px,calc(100% - 44px));display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border:1px solid rgba(23,75,57,.15);border-radius:20px;padding:12px 14px 12px 18px;box-shadow:var(--sp-shadow-lg);transition:transform .3s var(--sp-ease)}
.sp-product-desktop-bar.is-visible{transform:translate(-50%,0)}
.sp-product-desktop-bar__product{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.sp-product-desktop-bar__product img{width:48px;height:48px;object-fit:contain;border-radius:10px;background:var(--sp-sand)}.sp-product-desktop-bar__product div{min-width:0}.sp-product-desktop-bar__product strong,.sp-product-desktop-bar__product span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-product-desktop-bar__product span{font-size:12px;color:var(--sp-muted);margin-top:2px}.sp-product-desktop-bar__actions{display:flex;gap:8px}

/* Prefooter */
.sp-prefooter{padding:34px 0 0;background:var(--sp-cream)}
.sp-prefooter__card{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;background:linear-gradient(135deg,var(--sp-green-950),var(--sp-green-800));color:#fff;border-radius:28px;padding:clamp(28px,4.2vw,56px);box-shadow:var(--sp-shadow-lg);overflow:hidden;position:relative}
.sp-prefooter__card:after{content:"";position:absolute;right:-80px;top:-140px;width:360px;height:360px;border:55px solid rgba(255,255,255,.06);border-radius:50%}.sp-prefooter__copy{position:relative;z-index:1;max-width:790px}.sp-prefooter__copy h2{color:#fff;font-size:clamp(30px,3.8vw,54px);line-height:1.03;letter-spacing:-.045em;margin:6px 0 14px}.sp-prefooter__copy p{color:rgba(255,255,255,.78);margin:0}.sp-prefooter__actions{display:grid;gap:10px;position:relative;z-index:1}.sp-prefooter__actions .sp-btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.36)}

/* Account hierarchy */
.sp-account{background:linear-gradient(#f2f5f2 0,transparent 380px)}
.sp-account-hero{border-radius:var(--sp-radius-lg);padding:clamp(28px,4vw,48px);background:linear-gradient(135deg,#fff,#eef4ef);box-shadow:var(--sp-shadow-sm);border:1px solid rgba(23,75,57,.09)}
.sp-account-layout{gap:24px}.sp-account-sidebar{border-radius:22px;box-shadow:var(--sp-shadow-sm);border:1px solid rgba(23,75,57,.09)}
.sp-account-nav a{border-radius:12px}.sp-account-nav a.is-active{background:var(--sp-green-900);color:#fff;box-shadow:0 9px 24px rgba(23,75,57,.2)}
.sp-account-content{min-width:0}.sp-account-panel,.sp-account-form-card,.sp-account-record-card{border-radius:20px;border-color:rgba(23,75,57,.1);box-shadow:var(--sp-shadow-sm)}
.sp-account-focus-project{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:22px;background:linear-gradient(135deg,#183f32,#286b52);color:#fff;border-radius:24px;padding:26px;margin-bottom:22px;box-shadow:var(--sp-shadow-md);position:relative;overflow:hidden}.sp-account-focus-project:after{content:"";position:absolute;right:-120px;top:-160px;width:360px;height:360px;border-radius:50%;border:65px solid rgba(255,255,255,.05)}.sp-account-focus-project h3{color:#fff;font-size:clamp(26px,3vw,40px);margin:5px 0}.sp-account-focus-project p,.sp-account-focus-project small{color:rgba(255,255,255,.73)}.sp-account-focus-project__meta{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.sp-account-focus-project__meta span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.1);font-size:12px}.sp-account-focus-project__next{position:relative;z-index:1;border-radius:18px;background:rgba(255,255,255,.11);padding:20px;align-self:stretch}.sp-account-focus-project__next strong{display:block;font-size:18px;margin:7px 0 12px}.sp-account-focus-project__next .sp-btn{background:#fff;color:var(--sp-green-950);width:100%}
.sp-project-progress{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin:18px 0 5px}.sp-project-progress span{height:6px;border-radius:999px;background:rgba(255,255,255,.16)}.sp-project-progress span.is-done{background:#b9dfca}
.sp-account-record-card{transition:transform .22s var(--sp-ease),box-shadow .22s var(--sp-ease)}.sp-account-record-card:hover{transform:translateY(-3px);box-shadow:var(--sp-shadow-md)}
.sp-account-content.is-loading:before{content:"";display:block;height:120px;border-radius:20px;background:linear-gradient(100deg,#eef1ef 25%,#fafafa 40%,#eef1ef 55%);background-size:220% 100%;animation:spSkeleton 1.2s infinite}
@keyframes spSkeleton{to{background-position-x:-220%}}

/* Motion and accessibility */
@media (prefers-reduced-motion:no-preference){.sp-section-head,.sp-product-card,.sp-simple-product-card,.sp-home-profile-card,.sp-project-card{animation:spFadeUp .55s var(--sp-ease) both}@keyframes spFadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

@media(max-width:1180px){.sp-header-account__copy,.sp-header__quote{display:none}.sp-rhythm-lab__layout{grid-template-columns:1fr}.sp-rhythm-lab__stage{min-height:520px}}
@media(max-width:900px){.sp-product-desktop-bar{display:none}.sp-prefooter__card{grid-template-columns:1fr}.sp-prefooter__actions{grid-template-columns:1fr 1fr}.sp-account-focus-project{grid-template-columns:1fr}.sp-rhythm-caption{width:auto;left:20px;right:20px}.sp-rhythm-wall{width:70%}}
@media(max-width:720px){.sp-container{width:min(100% - 28px,1440px)}.sp-section{padding-block:64px}.sp-hero-tasks{display:grid;grid-template-columns:1fr 1fr}.sp-rhythm-lab__controls{padding:18px}.sp-rhythm-lab__stage{min-height:430px}.sp-rhythm-wall{left:4%;top:5%;width:82%;bottom:20%}.sp-rhythm-caption{bottom:12px;padding:15px}.sp-rhythm-caption strong{font-size:19px}.sp-rhythm-lab__facts{grid-template-columns:1fr}.sp-prefooter__actions{grid-template-columns:1fr}.sp-compare-tray{bottom:78px}.sp-compare-tray__items{overflow:auto}.sp-compare-tray__item:nth-child(n+3){display:none}.sp-compare-modal{padding:10px}.sp-compare-modal__dialog{padding:20px 14px}.sp-compare-modal__table{min-width:760px}.sp-compare-modal__dialog{overflow:auto}.sp-account-hero{padding:24px 18px}.sp-account-focus-project{padding:22px 18px}.sp-project-progress{gap:3px}}

/* Project workspace board */
.sp-project-workspace-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:24px;align-items:start}.sp-project-main-column,.sp-project-side-column{display:grid;gap:18px}.sp-project-side-column{position:sticky;top:92px}.sp-project-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sp-project-facts>div{padding:13px;border-radius:13px;background:var(--sp-sand)}.sp-project-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sp-project-file{border-radius:14px;background:var(--sp-green-100);padding:14px}.sp-compare-tray [data-compare-open]:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
@media(max-width:960px){.sp-project-workspace-grid{grid-template-columns:1fr}.sp-project-side-column{position:static}.sp-project-products{grid-template-columns:1fr}}

/* v3.0.1 — verified header, real PAN/OPAN comparison and prefooter contrast. */
@media (min-width:1181px){
  .sp-header__inner{
    grid-template-columns:190px minmax(0,1fr) max-content !important;
    gap:18px !important;
  }
  .sp-nav{min-width:0}
  .sp-nav-list{
    gap:clamp(13px,1vw,22px) !important;
    font-size:.82rem !important;
    white-space:nowrap;
  }
  .sp-header__actions{
    min-width:0;
    flex-wrap:nowrap;
    flex-shrink:0;
    gap:4px !important;
  }
  .sp-header__phone{margin-right:2px !important;font-size:.9rem !important}
  .sp-header__divider{margin-inline:4px !important}
}
@media (min-width:1181px) and (max-width:1900px){
  .sp-header-account__copy{display:none !important}
  .sp-header-account{width:40px;flex:0 0 40px;justify-content:center}
  .sp-header__quote{
    max-width:122px;
    min-height:44px;
    padding:8px 14px !important;
    white-space:normal;
    text-align:center;
    line-height:1.08;
    font-size:.88rem;
  }
}
@media (min-width:1181px) and (max-width:1500px){
  .sp-header__inner{grid-template-columns:160px minmax(0,1fr) max-content !important;gap:12px !important}
  .sp-nav-list{gap:11px !important;font-size:.77rem !important}
  .sp-header__phone>span:last-child{display:none !important}
  .sp-header__phone{width:38px;min-width:38px;margin:0 !important;padding:0 !important;justify-content:center}
  .sp-header__divider{display:none !important}
  .sp-header__quote{display:none !important}
}

.sp-rhythm-lab{
  background:linear-gradient(150deg,#eef3ef 0%,#faf8f2 52%,#eee7da 100%);
}
.sp-rhythm-lab__layout{
  grid-template-columns:minmax(310px,.72fr) minmax(0,1.35fr);
  gap:26px;
}
.sp-rhythm-lab__controls{
  background:rgba(255,255,255,.94);
  padding:26px;
}
.sp-rhythm-profile{
  grid-template-columns:34px minmax(0,1fr);
  min-height:72px;
}
.sp-rhythm-profile b{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:var(--sp-sand);
}
.sp-rhythm-profile.is-active b{background:var(--sp-green-900);color:#fff}
.sp-rhythm-lab__facts{grid-template-columns:1fr 1fr}
.sp-rhythm-lab__facts span{min-height:72px;display:flex;flex-direction:column;justify-content:center}
.sp-rhythm-lab__notice{
  margin:0;
  padding:14px 15px;
  border:1px solid rgba(23,75,57,.12);
  border-radius:14px;
  background:#f7f4ee;
  color:var(--sp-muted);
  font-size:.88rem;
  line-height:1.55;
}
.sp-rhythm-dwg-link{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:12px;
  color:var(--sp-green-900);
  font-weight:780;
  text-decoration:none;
  background:#eef4f0;
  border:1px solid rgba(23,75,57,.13);
  transition:.2s var(--sp-ease);
}
.sp-rhythm-dwg-link:hover{background:#e2ece6;transform:translateY(-1px)}
.sp-rhythm-dwg-link .sp-icon{width:18px;height:18px}
.sp-rhythm-lab__stage{
  min-height:640px;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  background:#f3f0ea;
  overflow:hidden;
}
.sp-rhythm-sample-media{
  position:relative;
  min-height:0;
  display:grid;
  place-items:center;
  padding:28px;
  background:
    radial-gradient(circle at 80% 15%,rgba(255,255,255,.92),transparent 37%),
    linear-gradient(145deg,#d9d8d4,#f3f0e9 52%,#d5d3ce);
  overflow:hidden;
}
.sp-rhythm-sample-media:after{
  content:"";
  position:absolute;
  inset:auto 8% 5% 8%;
  height:18%;
  border-radius:50%;
  background:rgba(41,34,27,.16);
  filter:blur(25px);
  pointer-events:none;
}
.sp-rhythm-sample-media img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  max-height:500px;
  object-fit:contain;
  transition:opacity .22s var(--sp-ease),transform .45s var(--sp-ease);
  filter:drop-shadow(0 24px 32px rgba(32,26,20,.16));
}
.sp-rhythm-sample-media img.is-changing{opacity:.15;transform:scale(.985)}
.sp-rhythm-sample-badge{
  position:absolute;
  z-index:2;
  left:22px;
  top:22px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(18,79,58,.94);
  color:#fff;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 10px 25px rgba(18,79,58,.2);
}
.sp-rhythm-caption{
  position:static;
  width:auto;
  border-radius:0;
  padding:24px 28px 26px;
  background:#fff;
  backdrop-filter:none;
  box-shadow:0 -1px 0 var(--sp-line);
}
.sp-rhythm-caption strong{font-size:clamp(22px,2vw,31px);line-height:1.15;margin:7px 0 9px}
.sp-rhythm-caption p{max-width:760px}
.sp-rhythm-caption__meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.sp-rhythm-caption__meta span{padding:12px 14px;border-radius:12px;background:var(--sp-sand)}
.sp-rhythm-caption__meta small{display:block;color:var(--sp-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.sp-rhythm-caption__meta b{display:block;margin-top:3px;font-size:.92rem}
.sp-rhythm-room,.sp-rhythm-wall,.sp-rhythm-materials,.sp-rhythm-range{display:none !important}

.sp-prefooter__card{isolation:isolate}
.sp-prefooter__copy .sp-eyebrow,
.sp-prefooter__copy h2,
.sp-prefooter__copy p{
  color:#fff !important;
  opacity:1 !important;
}
.sp-prefooter__copy .sp-eyebrow{color:rgba(255,255,255,.82) !important}
.sp-prefooter__copy p{color:rgba(255,255,255,.88) !important}
.sp-prefooter__actions .sp-btn--light{
  background:#fff !important;
  color:var(--sp-green-950) !important;
  border-color:#fff !important;
  box-shadow:0 12px 25px rgba(0,0,0,.13);
}
.sp-prefooter__actions .sp-btn--outline{
  background:transparent !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.6) !important;
}
.sp-prefooter__actions .sp-btn--outline:hover{
  background:rgba(255,255,255,.12) !important;
  border-color:#fff !important;
}

@media(max-width:1180px){
  .sp-rhythm-lab__layout{grid-template-columns:1fr}
  .sp-rhythm-lab__stage{min-height:580px}
}
@media(max-width:720px){
  .sp-rhythm-lab__facts,.sp-rhythm-caption__meta{grid-template-columns:1fr 1fr}
  .sp-rhythm-lab__stage{min-height:0}
  .sp-rhythm-sample-media{min-height:370px;padding:18px}
  .sp-rhythm-sample-media img{max-height:350px}
  .sp-rhythm-sample-badge{left:14px;top:14px;font-size:.68rem}
  .sp-rhythm-caption{padding:20px 18px 22px}
}
@media(max-width:460px){
  .sp-rhythm-lab__facts,.sp-rhythm-caption__meta{grid-template-columns:1fr}
  .sp-rhythm-sample-media{min-height:320px}
}
