*{box-sizing:border-box}
:root{
  --ink:#171817;
  --muted:#6f716d;
  --paper:#f5f4ef;
  --white:#fff;
  --line:#dfded7;
  --soft:#eceae3;
  --accent:#202220;
  --max:1180px;
}
html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink)}
body{margin:0;background:var(--paper);min-height:100vh}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{color:inherit}
.eyebrow{font-size:.64rem;letter-spacing:.15em;font-weight:900;color:#7b7d78;margin:0}
.site-head{width:min(var(--max),calc(100% - 38px));height:74px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.logo{display:flex;align-items:baseline;gap:9px}.logo strong{font-size:1.8rem;letter-spacing:-.09em}.logo span{font-size:.64rem;font-weight:900;letter-spacing:.16em}
.site-head nav{display:flex;align-items:center;gap:22px;font-size:.76rem;font-weight:800}.site-head nav a.active{border-bottom:1px solid #222;padding-bottom:4px}
.cart-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:850;cursor:pointer}.cart-button b{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:4px;border-radius:999px;background:#171817;color:#fff;font-size:.65rem}
.hero{width:min(var(--max),calc(100% - 38px));margin:42px auto 48px;display:grid;grid-template-columns:1.08fr .92fr;min-height:480px;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}
.hero-copy{padding:54px;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(4.4rem,8vw,7.2rem);line-height:.8;letter-spacing:-.085em;margin:.16em 0 .28em}.hero-sub{font-size:1rem;color:var(--muted);max-width:470px;line-height:1.6;margin:0}
.hero-actions{display:flex;gap:9px;margin-top:24px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 17px;font-size:.78rem;font-weight:900;cursor:pointer}.primary{border:1px solid #171817;background:#171817;color:#fff}.secondary{border:1px solid var(--line);background:#fff;color:#171817}.full{width:100%}
.hero-cabinet{background:#ddd9cf;position:relative;min-height:480px}.hero-cabinet .cab,.hero-cabinet .bench{position:absolute}.hero-cabinet .cab{background:#f3f0e8;border:1px solid #9a9891;box-shadow:inset -5px 0 0 rgba(0,0,0,.025)}.hero-cabinet .cab:after{content:"";position:absolute;right:9px;top:49%;width:4px;height:18px;border-radius:4px;background:#30312f}.hero-cabinet .tall{left:8%;bottom:7%;width:27%;height:72%}.hero-cabinet .base{bottom:7%;width:25%;height:35%}.hero-cabinet .b1{left:38%}.hero-cabinet .b2{left:64%}.hero-cabinet .bench{left:36%;right:7%;bottom:42%;height:12px;background:#52534f;border-radius:2px}.hero-cabinet .wall{top:16%;width:25%;height:28%}.hero-cabinet .w1{left:38%}.hero-cabinet .w2{left:64%}
.room-section{width:min(var(--max),calc(100% - 38px));margin:auto}.section-title h2{font-size:clamp(2.4rem,5vw,4.4rem);letter-spacing:-.065em;margin:.12em 0 .45em}
.room-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.room-card{min-height:220px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;display:flex;flex-direction:column;transition:.17s ease}.room-card:hover{transform:translateY(-3px);border-color:#adada6;box-shadow:0 16px 42px rgba(0,0,0,.05)}.room-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#e6e2d9;font-size:1rem;font-weight:950;margin-bottom:auto}.room-card strong{font-size:1.05rem}.room-card small{color:var(--muted);font-size:.68rem;line-height:1.45;margin-top:5px}.room-card.bathroom .room-icon{background:#dce6e3}.room-card.laundry .room-icon{background:#e3e4df}.room-card.robes .room-icon{background:#e8ded1}.room-card.storage .room-icon{background:#ddd8ce}
.simple-strip{width:min(var(--max),calc(100% - 38px));margin:45px auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:19px 0}.simple-strip div{display:flex;align-items:center;gap:9px;font-size:.75rem;font-weight:800}.simple-strip b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#171817;color:#fff;font-size:.66rem}.simple-strip i{height:1px;flex:1;background:var(--line);margin:0 16px}
.help-band{width:min(var(--max),calc(100% - 38px));margin:50px auto;min-height:280px;border-radius:22px;background:#20211f;color:#fff;padding:42px;display:flex;justify-content:space-between;align-items:end;gap:30px}.help-band .eyebrow{color:#aaa}.help-band h2{font-size:clamp(2.6rem,5vw,4.5rem);letter-spacing:-.07em;line-height:.95;margin:.17em 0 .2em}.help-band p:last-child{color:#c9c9c6;max-width:620px;line-height:1.55}.help-band .primary{background:#fff;color:#171817;border-color:#fff;white-space:nowrap}
.why{width:min(var(--max),calc(100% - 38px));margin:0 auto 70px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.why article{min-height:125px;padding:19px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:end}.why b{font-size:.82rem}.why span{font-size:.68rem;line-height:1.5;color:var(--muted);margin-top:4px}
.site-foot{width:min(var(--max),calc(100% - 38px));min-height:88px;margin:auto;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.site-foot div{display:flex;gap:18px;font-size:.68rem;color:var(--muted)}.site-foot small{text-align:right;color:var(--muted)}

.shop-page{width:min(var(--max),calc(100% - 38px));margin:50px auto 80px}.shop-head{max-width:650px}.shop-head h1{font-size:clamp(3.6rem,8vw,6.5rem);line-height:.84;letter-spacing:-.08em;margin:.14em 0 .2em}.shop-head>p:last-child{color:var(--muted)}
.room-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:30px 0}.room-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-size:.74rem;font-weight:850;cursor:pointer}.room-tabs button.active{background:#171817;color:#fff;border-color:#171817}
.shop-layout{display:grid;grid-template-columns:205px 1fr;gap:26px}.shop-filter{border-top:1px solid var(--line);padding-top:17px}.shop-filter>div{display:grid;margin:10px 0 26px}.shop-filter button{border:0;background:transparent;text-align:left;padding:7px 0;color:var(--muted);font-size:.72rem;cursor:pointer}.shop-filter button.active{color:#171817;font-weight:900}.shop-filter>a{font-size:.69rem;font-weight:850}
.results-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.results-head h2{font-size:1.45rem;letter-spacing:-.035em;margin:0}.results-head p{font-size:.68rem;color:var(--muted);margin:4px 0 0}.results-head button{border:0;background:transparent;color:var(--muted);font-size:.68rem;cursor:pointer}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.product-card{border:1px solid var(--line);background:#fff;border-radius:17px;overflow:hidden;cursor:pointer;transition:.16s}.product-card:hover{transform:translateY(-2px);border-color:#aeaea6}.product-visual{height:185px;background:#e9e6de;display:grid;place-items:center}.product-cabinet{width:43%;height:67%;background:#f4f1e9;border:1px solid #8f8e88;position:relative}.product-cabinet.wall{height:45%;transform:translateY(-24px)}.product-cabinet.tall{height:82%}.product-cabinet.drawer:before{content:"";position:absolute;left:0;right:0;top:33%;border-top:1px solid #999}.product-cabinet.drawer:after{content:"";position:absolute;left:0;right:0;top:66%;border-top:1px solid #999}.product-cabinet.double:before{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:1px solid #999}.product-cabinet.robe{width:55%;height:80%}.product-cabinet.vanity{width:58%;height:43%;transform:translateY(25px)}.product-cabinet.vanity:before{content:"";position:absolute;left:-4%;right:-4%;top:-7px;height:7px;background:#555651}.product-copy{padding:14px}.product-copy small{font-size:.61rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:850}.product-copy h3{font-size:.88rem;margin:5px 0 8px}.product-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:.65rem;color:var(--muted)}.product-meta b{font-size:.69rem;color:#171817}

.cart-drawer{position:fixed;inset:0;z-index:50;display:none}.cart-drawer.open{display:block}.cart-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.38);border:0;width:100%;height:100%}.cart-drawer aside{position:absolute;right:0;top:0;bottom:0;width:min(470px,92vw);background:#fff;padding:25px;overflow:auto}.cart-head{display:flex;justify-content:space-between;gap:20px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:17px}.cart-head h2{font-size:2.2rem;letter-spacing:-.06em;margin:.12em 0 0}.cart-head>button{border:0;background:transparent;color:var(--muted);cursor:pointer}.cart-items{display:grid}.cart-line{display:grid;grid-template-columns:58px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.cart-mini{height:58px;background:#ebe8e1;border-radius:8px;display:grid;place-items:center}.cart-mini i{width:27px;height:38px;border:1px solid #888;background:#f5f2e9}.cart-line strong{font-size:.75rem;display:block}.cart-line span{font-size:.65rem;color:var(--muted);display:block;margin-top:3px}.cart-line button{border:0;background:transparent;color:var(--muted);font-size:.65rem;cursor:pointer}.cart-empty{padding:34px 0;text-align:center;color:var(--muted);font-size:.78rem}.cart-empty a{font-weight:900;color:#171817}.cart-actions{padding-top:20px}.cart-actions p{font-size:.68rem;color:var(--muted);line-height:1.5}

.product-modal{position:fixed;inset:0;z-index:60;display:none}.product-modal.open{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.45);width:100%;height:100%}.modal-card{position:relative;width:min(850px,94vw);max-height:90vh;overflow:auto;background:#fff;border-radius:21px;display:grid;grid-template-columns:.9fr 1.1fr;z-index:2}.modal-x{position:absolute;right:15px;top:12px;width:35px;height:35px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:1.25rem;cursor:pointer;z-index:3}.modal-product-visual{min-height:520px;background:#e7e4dc;display:grid;place-items:center}.modal-copy{padding:38px}.modal-copy h2{font-size:2.45rem;letter-spacing:-.06em;line-height:1;margin:.13em 0}.modal-desc{color:var(--muted);font-size:.8rem;line-height:1.5}.modal-copy>label,.modal-copy fieldset{display:block;margin-top:20px;font-size:.69rem;font-weight:850}.modal-copy select{width:100%;display:block;margin-top:7px;padding:11px;border:1px solid var(--line);border-radius:9px;background:#fff}.modal-copy fieldset{border:0;padding:0}.modal-copy legend{padding:0}.finish-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:8px}.finish-option{border:1px solid var(--line);background:#fff;border-radius:9px;padding:5px;cursor:pointer}.finish-option i{display:block;height:43px;border-radius:6px;background:var(--finish)}.finish-option span{display:block;font-size:.56rem;margin-top:4px;color:var(--muted)}.finish-option.selected{border-color:#171817;box-shadow:inset 0 0 0 1px #171817}.qty{display:flex;align-items:center;margin-top:7px}.qty button,.qty input{height:38px;border:1px solid var(--line);background:#fff}.qty button{width:38px;cursor:pointer}.qty input{width:55px;text-align:center;border-left:0;border-right:0}.price-note{margin:22px 0 12px;background:#f1efe9;border-radius:10px;padding:12px}.price-note strong{display:block;font-size:.72rem}.price-note span{display:block;font-size:.64rem;color:var(--muted);line-height:1.5;margin-top:3px}

.form-page,.order-page{width:min(900px,calc(100% - 38px));margin:62px auto 90px;display:grid;grid-template-columns:.85fr 1.15fr;gap:50px}.form-intro h1,.order-page h1{font-size:clamp(3.4rem,7vw,5.8rem);line-height:.87;letter-spacing:-.08em;margin:.15em 0 .3em}.form-intro>p:last-of-type,.order-page>section>p:last-of-type{color:var(--muted);line-height:1.6}.mini-steps{display:grid;gap:9px;margin-top:28px}.mini-steps span{font-size:.74rem;font-weight:800}.mini-steps b{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#171817;color:#fff;font-size:.64rem;margin-right:7px}
.simple-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:grid;gap:14px}.simple-form label{font-size:.7rem;font-weight:850}.simple-form input,.simple-form textarea,.simple-form select{width:100%;display:block;margin-top:6px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:11px;outline:none}.simple-form textarea{min-height:100px;resize:vertical}.simple-form input:focus,.simple-form textarea:focus,.simple-form select:focus{border-color:#222}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.check{display:flex;gap:8px;align-items:start}.check input{width:auto;margin:2px 0 0}.simple-form .primary{justify-self:start}.form-status{font-size:.7rem;color:var(--muted);margin:0}
.order-review{margin-top:25px;border-top:1px solid var(--line)}.order-review .cart-line{grid-template-columns:50px 1fr}.order-empty{padding:25px 0;font-size:.75rem;color:var(--muted)}
.legal-page{width:min(720px,calc(100% - 38px));margin:72px auto 100px}.legal-page h1{font-size:clamp(3rem,7vw,5.2rem);line-height:.9;letter-spacing:-.075em;margin:.18em 0 .45em}.legal-page p{color:#565954;line-height:1.72}

@media(max-width:950px){
  .hero{grid-template-columns:1fr}.hero-cabinet{min-height:320px}.hero-copy{padding:42px}
  .room-grid{grid-template-columns:repeat(3,1fr)}.why{grid-template-columns:1fr 1fr}
  .shop-layout{grid-template-columns:1fr}.shop-filter{border:0;padding:0}.shop-filter>div{display:flex;flex-wrap:wrap;gap:8px}.shop-filter button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px}.product-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .site-head,.hero,.room-section,.simple-strip,.help-band,.why,.site-foot,.shop-page,.form-page,.order-page{width:calc(100% - 26px)}
  .site-head{height:66px}.site-head nav{gap:9px}.site-head nav>a{display:none}.logo strong{font-size:1.55rem}.descriptor{font-size:.55rem}
  .hero{margin-top:25px}.hero-copy{padding:31px 22px}.hero h1{font-size:clamp(4rem,18vw,5.6rem)}.hero-cabinet{min-height:270px}
  .hero-actions{display:grid}.room-grid{grid-template-columns:1fr 1fr}.room-card{min-height:165px}.room-card:last-child{grid-column:1/-1}
  .simple-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px}.simple-strip i{display:none}
  .help-band{display:block;padding:26px}.help-band .primary{margin-top:15px}.why{grid-template-columns:1fr 1fr}
  .site-foot{grid-template-columns:1fr auto}.site-foot div{display:none}.site-foot small{grid-column:1/-1;text-align:left;padding-bottom:18px}
  .shop-head h1{font-size:4rem}.product-grid{grid-template-columns:1fr 1fr}.product-visual{height:145px}.product-copy{padding:11px}
  .modal-card{grid-template-columns:1fr}.modal-product-visual{min-height:240px}.modal-copy{padding:22px}.finish-grid{grid-template-columns:repeat(3,1fr)}
  .form-page,.order-page{grid-template-columns:1fr;gap:25px;margin-top:35px}.two{grid-template-columns:1fr}
}
@media(max-width:430px){
  .room-grid,.product-grid,.why{grid-template-columns:1fr}.room-card:last-child{grid-column:auto}
}

/* MOD PACKS - product modal production fix */
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

dialog,
.modal-content,
.modal-card,
.product-modal-content,
.product-modal__content,
.product-dialog,
.product-detail,
.product-panel {
  width: min(920px, 94vw) !important;
  max-width: 94vw !important;
  max-height: 92vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

dialog *,
.modal-content *,
.modal-card *,
.product-modal-content *,
.product-modal__content *,
.product-dialog *,
.product-detail *,
.product-panel * {
  min-width: 0;
  max-width: 100%;
}

dialog img,
.modal-content img,
.modal-card img,
.product-modal-content img,
.product-dialog img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  dialog,
  .modal-content,
  .modal-card,
  .product-modal-content,
  .product-modal__content,
  .product-dialog,
  .product-detail,
  .product-panel {
    width: 96vw !important;
    max-width: 96vw !important;
    max-height: 94vh !important;
  }
}


/* ==========================================================
   MOD PACKS - RETAIL VISUAL UPGRADE
   ========================================================== */

:root {
  --mp-ink: #11110f;
  --mp-muted: #6d6b65;
  --mp-paper: #f5f2ec;
  --mp-warm: #e7e1d6;
  --mp-card: #ffffff;
  --mp-line: rgba(17,17,15,.12);
  --mp-max: 1180px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--mp-paper);
  color: var(--mp-ink);
  overflow-x: hidden;
}

.mp-header {
  width: min(calc(100% - 40px), var(--mp-max));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--mp-line);
}

.mp-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--mp-ink);
  text-decoration: none;
  letter-spacing: -.04em;
}

.mp-brand-main {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.mp-brand-sub {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.mp-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mp-nav a {
  color: var(--mp-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
}

.mp-order-link {
  padding: 10px 15px;
  border: 1px solid var(--mp-line);
  border-radius: 999px;
  background: #fff;
}

.mp-hero {
  width: min(calc(100% - 40px), var(--mp-max));
  margin: 36px auto 22px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 610px;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
}

.mp-hero-copy {
  padding: clamp(42px,6vw,78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .19em;
  color: #74716a;
}

.mp-hero h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(62px,7.2vw,106px);
  line-height: .86;
  letter-spacing: -.075em;
  font-weight: 900;
}

.mp-lead {
  margin: 28px 0 0;
  max-width: 540px;
  color: var(--mp-muted);
  font-size: 18px;
  line-height: 1.55;
}

.mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.mp-btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.mp-btn-dark {
  background: var(--mp-ink);
  color: #fff;
}

.mp-btn-light {
  background: #fff;
  color: var(--mp-ink);
  border: 1px solid var(--mp-line);
}

.mp-hero-points {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #737169;
  font-size: 12px;
  font-weight: 700;
}

.mp-hero-points span:not(:last-child)::after {
  content: "/";
  margin-left: 18px;
  color: #bbb5aa;
}

.mp-hero-media {
  position: relative;
  min-height: 100%;
}

.mp-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  display: block;
}

.mp-image-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 9px 12px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.mp-trustbar {
  width: min(calc(100% - 40px), var(--mp-max));
  margin: 0 auto 88px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: #ebe6dc;
  border-radius: 18px;
  overflow: hidden;
}

.mp-trustbar > div {
  padding: 22px 24px;
  border-right: 1px solid rgba(17,17,15,.08);
}

.mp-trustbar > div:last-child { border-right: 0; }

.mp-trustbar strong,
.mp-trustbar span {
  display: block;
}

.mp-trustbar strong {
  margin-bottom: 6px;
  font-size: 13px;
}

.mp-trustbar span {
  color: var(--mp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mp-section {
  width: min(calc(100% - 40px), var(--mp-max));
  margin: 0 auto 96px;
}

.mp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.mp-section-head h2,
.mp-how h2,
.mp-split h2,
.mp-plan h2,
.mp-shop-visual-intro h1 {
  margin: 0;
  font-size: clamp(44px,5vw,72px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 900;
}

.mp-text-link {
  color: var(--mp-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  border-bottom: 1px solid var(--mp-ink);
  padding-bottom: 2px;
}

.mp-room-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: 270px;
  gap: 14px;
}

.mp-room-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ddd8ce;
  color: #fff;
  text-decoration: none;
}

.mp-room-large {
  grid-column: span 2;
  grid-row: span 2;
}

.mp-room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.mp-room-card:hover img { transform: scale(1.025); }

.mp-room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 35%,rgba(0,0,0,.68) 100%);
}

.mp-room-overlay {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
}

.mp-room-overlay span,
.mp-room-overlay small {
  display: block;
}

.mp-room-overlay span {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.mp-room-overlay small {
  max-width: 320px;
  margin-top: 5px;
  color: rgba(255,255,255,.83);
  line-height: 1.35;
}

.mp-storage-card img { object-position: 70% center; }

.mp-how {
  padding: 88px max(20px,calc((100vw - var(--mp-max))/2));
  background: var(--mp-ink);
  color: #fff;
}

.mp-section-head-light .mp-eyebrow { color: #a8a49c; }

.mp-step-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.mp-step-grid article {
  min-height: 230px;
  padding: 30px 28px 10px 0;
  border-right: 1px solid rgba(255,255,255,.16);
}

.mp-step-grid article:not(:first-child) { padding-left: 28px; }

.mp-step-grid article:last-child { border-right: 0; }

.mp-step-grid b {
  color: #9a968d;
  font-size: 12px;
  letter-spacing: .1em;
}

.mp-step-grid h3 {
  margin: 44px 0 10px;
  font-size: 27px;
  letter-spacing: -.04em;
}

.mp-step-grid p {
  margin: 0;
  max-width: 230px;
  color: rgba(255,255,255,.66);
  line-height: 1.55;
}

.mp-split {
  width: min(calc(100% - 40px), var(--mp-max));
  margin: 96px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 630px;
  border-radius: 24px;
  overflow: hidden;
  background: #e9e3d8;
}

.mp-split-image img {
  width: 100%;
  height: 100%;
  min-height: 630px;
  object-fit: cover;
  display: block;
}

.mp-split-copy {
  padding: clamp(42px,6vw,76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-split-copy > p:not(.mp-eyebrow) {
  color: var(--mp-muted);
  font-size: 17px;
  line-height: 1.6;
}

.mp-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0 30px;
  border-top: 1px solid var(--mp-line);
}

.mp-mini-grid div {
  padding: 18px 20px 18px 0;
  border-bottom: 1px solid var(--mp-line);
}

.mp-mini-grid strong,
.mp-mini-grid span {
  display: block;
}

.mp-mini-grid strong { font-size: 13px; }

.mp-mini-grid span {
  margin-top: 4px;
  color: var(--mp-muted);
  font-size: 12px;
  line-height: 1.4;
}

.mp-plan {
  width: min(calc(100% - 40px), var(--mp-max));
  margin: 0 auto 96px;
  padding: clamp(38px,5vw,64px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  background: #fff;
  border-radius: 22px;
}

.mp-plan p:not(.mp-eyebrow) {
  max-width: 720px;
  color: var(--mp-muted);
  line-height: 1.55;
}

.mp-footer {
  padding: 54px max(20px,calc((100vw - var(--mp-max))/2)) 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  background: #ebe6dc;
  border-top: 1px solid var(--mp-line);
}

.mp-brand-footer { margin-bottom: 12px; }

.mp-footer p {
  color: var(--mp-muted);
}

.mp-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px 22px;
}

.mp-footer-links a {
  color: var(--mp-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.mp-disclaimer {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--mp-line);
  font-size: 11px;
}

/* SHOP VISUAL INTRO */
.mp-shop-visual-intro {
  width: min(calc(100% - 40px), var(--mp-max));
  min-height: 330px;
  margin: 32px auto 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 22px;
  overflow: hidden;
  background: #e9e3d8;
}

.mp-shop-visual-copy {
  padding: clamp(34px,5vw,58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-shop-visual-copy > p:not(.mp-eyebrow) {
  max-width: 500px;
  color: var(--mp-muted);
  line-height: 1.5;
}

.mp-shop-visual-intro > img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

/* Product/detail modal cleanup */
dialog,
[role="dialog"],
.modal,
.modal-content,
.modal-card,
.product-modal,
.product-modal-content,
.product-modal__content,
.product-dialog,
.product-detail,
.product-panel {
  box-sizing: border-box;
  width: min(980px,94vw) !important;
  max-width: 94vw !important;
  max-height: 92vh !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border-radius: 20px !important;
}

dialog *,
[role="dialog"] *,
.modal *,
.product-modal *,
.product-dialog *,
.product-detail *,
.product-panel * {
  box-sizing: border-box;
  min-width: 0;
}

dialog img,
[role="dialog"] img,
.modal img,
.product-modal img,
.product-dialog img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .mp-hero,
  .mp-split,
  .mp-shop-visual-intro {
    grid-template-columns: 1fr;
  }

  .mp-hero-media { min-height: 440px; }
  .mp-hero-media img { min-height: 440px; }

  .mp-trustbar,
  .mp-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mp-room-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mp-room-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .mp-step-grid article:nth-child(2) { border-right: 0; }

  .mp-split-image img { min-height: 460px; }

  .mp-plan { align-items: start; flex-direction: column; }
}

@media (max-width: 620px) {
  .mp-header {
    width: min(calc(100% - 28px), var(--mp-max));
    min-height: 66px;
  }

  .mp-nav { gap: 12px; }
  .mp-nav a { font-size: 12px; }
  .mp-nav a:nth-child(2) { display: none; }

  .mp-hero,
  .mp-section,
  .mp-trustbar,
  .mp-split,
  .mp-plan,
  .mp-shop-visual-intro {
    width: calc(100% - 28px);
  }

  .mp-hero {
    margin-top: 18px;
    min-height: auto;
  }

  .mp-hero-copy { padding: 34px 24px 38px; }

  .mp-hero h1 { font-size: 58px; }

  .mp-hero-media,
  .mp-hero-media img {
    min-height: 360px;
  }

  .mp-hero-points span::after { display: none; }

  .mp-trustbar {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 68px;
  }

  .mp-trustbar > div {
    padding: 18px;
    border-bottom: 1px solid rgba(17,17,15,.08);
  }

  .mp-room-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .mp-room-large {
    grid-column: span 1;
  }

  .mp-section-head {
    align-items: start;
    flex-direction: column;
  }

  .mp-step-grid {
    grid-template-columns: 1fr;
  }

  .mp-step-grid article,
  .mp-step-grid article:not(:first-child) {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .mp-step-grid h3 { margin-top: 24px; }

  .mp-split-copy { padding: 38px 24px; }

  .mp-mini-grid { grid-template-columns: 1fr; }

  .mp-plan { padding: 34px 24px; }

  .mp-footer {
    grid-template-columns: 1fr;
  }

  .mp-footer-links {
    justify-content: start;
  }

  .mp-disclaimer {
    grid-column: 1;
  }
}

/* ==========================================================
   MOD PACKS - SIMPLE CONFIGURATOR V2
   ========================================================== */

.mp-type-choice {
  display: flex !important;
  align-items: center;
  min-height: 40px;
  margin: 2px 0;
  padding: 8px 10px !important;
  border-radius: 10px;
  transition: background .15s ease, transform .15s ease;
}
.mp-type-choice:hover {
  background: rgba(17,17,15,.055);
}
.mp-type-choice::after {
  content: ">";
  margin-left: auto;
  opacity: .32;
  font-weight: 900;
}

.mp-product-card-v2 {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.mp-product-card-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(20,18,14,.08);
}
.mp-card-visual {
  position: relative !important;
  overflow: hidden;
}
.mp-product-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,15,.08);
  color: #11110f;
  font-size: 11px;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.mp-card-use {
  margin: 5px 0 0;
  color: #77736c;
  font-size: 12px;
  line-height: 1.35;
}
.mp-product-card-v2 a,
.mp-product-card-v2 button {
  font-weight: 850;
}

.mp-configurator-v2 {
  --mp-ink: #11110f;
  --mp-muted: #74716a;
  --mp-line: rgba(17,17,15,.12);
  --cabinet-finish: #f3f0e8;
}
.mp-config-kicker {
  margin: 0 0 7px;
  color: #77736c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mp-config-step-label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 20px 0 9px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}
.mp-step-number {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #11110f;
  color: white;
  font-size: 10px;
  line-height: 1;
}
.mp-configurator-v2 select {
  min-height: 48px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}
.mp-configurator-v2 button,
.mp-configurator-v2 [role="button"] {
  min-height: 42px;
}
.mp-configurator-v2 [aria-pressed="true"],
.mp-configurator-v2 [aria-checked="true"],
.mp-configurator-v2 .selected,
.mp-configurator-v2 .active {
  box-shadow: 0 0 0 2px #11110f !important;
}

.mp-render-host {
  position: relative !important;
  min-height: 100%;
  overflow: hidden;
}
.mp-render-host > svg,
.mp-render-host > .cabinet,
.mp-render-host > [class*="drawing"] {
  opacity: .08 !important;
}
.mp-render-stage {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 40px;
  pointer-events: none;
}
.mp-render-body {
  position: relative;
  width: min(48%, 230px);
  aspect-ratio: .64 / 1;
  transform: perspective(800px) rotateY(-14deg);
  filter: drop-shadow(0 26px 24px rgba(25,22,16,.16));
}
.mp-render-face {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(30,28,24,.18);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.28), rgba(0,0,0,.025)),
    var(--cabinet-finish);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.08);
}
.mp-render-side {
  position: absolute;
  top: 2%;
  left: 100%;
  width: 14%;
  height: 96%;
  transform-origin: left center;
  transform: skewY(-36deg);
  background: color-mix(in srgb, var(--cabinet-finish) 82%, #6e685e);
  border-right: 1px solid rgba(20,20,20,.15);
}
.mp-render-top {
  position: absolute;
  z-index: 3;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 3.5%;
  background: color-mix(in srgb, var(--cabinet-finish) 88%, white);
  border: 1px solid rgba(20,20,20,.15);
}
.mp-render-handles::before,
.mp-render-handles::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 2px;
  height: 30px;
  right: 10%;
  top: 45%;
  border-radius: 5px;
  background: #262722;
}
.mp-render-handles::after { display: none; }

.mp-render-base .mp-render-face::after,
.mp-render-wall .mp-render-face::after,
.mp-render-sink .mp-render-face::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(25,25,22,.12);
}
.mp-render-base .mp-render-handles::after,
.mp-render-wall .mp-render-handles::after {
  display: block;
  right: auto;
  left: 10%;
}
.mp-render-drawer .mp-render-face {
  background:
    linear-gradient(to bottom,
      transparent 0 32.6%,
      rgba(25,25,22,.17) 32.6% 33.1%,
      transparent 33.1% 65.9%,
      rgba(25,25,22,.17) 65.9% 66.4%,
      transparent 66.4%),
    linear-gradient(90deg, rgba(255,255,255,.28), rgba(0,0,0,.025)),
    var(--cabinet-finish);
}
.mp-render-drawer .mp-render-handles::before {
  width: 28%;
  height: 2px;
  right: 36%;
  top: 16%;
  box-shadow: 0 100px 0 #262722, 0 200px 0 #262722;
}
.mp-render-tall .mp-render-body,
.mp-render-appliance .mp-render-body {
  width: min(42%, 190px);
  aspect-ratio: .48 / 1;
}
.mp-render-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #55514a;
  font-size: 11px;
}
.mp-render-caption strong { color: #11110f; }

.mp-config-summary {
  margin: 18px 0 12px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  border: 1px solid var(--mp-line);
  border-radius: 13px;
  background: #f7f4ee;
}
.mp-config-summary div {
  min-width: 0;
}
.mp-config-summary span,
.mp-config-summary strong {
  display: block;
}
.mp-config-summary span {
  margin-bottom: 3px;
  color: #7a766f;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mp-config-summary strong {
  overflow: hidden;
  color: #11110f;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .mp-render-stage {
    position: relative;
    min-height: 330px;
    padding: 30px;
  }
  .mp-render-body {
    width: min(42%, 190px);
  }
  .mp-config-summary {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@supports not (background: color-mix(in srgb, white 50%, black)) {
  .mp-render-side { background: #c9c4ba; }
  .mp-render-top { background: #f5f2eb; }
}


/* MOD PACKS CONFIGURATOR V4 START */

/* MOD PACKS CONFIGURATOR V4 - conservative right-panel upgrade */
.mp-v4-panel { min-width: 0; }
.mp-v4-size-hidden { display: none !important; }

.mp-v4-fixed-size {
  margin: 10px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mp-v4-fixed-size span {
  color: #77736c;
  font-size: 12px;
}
.mp-v4-fixed-size strong {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0ece4;
  color: #11110f;
  font-size: 12px;
}

.mp-v4-group { margin: 18px 0; }
.mp-v4-label {
  margin-bottom: 9px;
  color: #11110f;
  font-size: 12px;
  font-weight: 900;
}
.mp-v4-options {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.mp-v4-option {
  min-width: 0;
  min-height: 56px !important;
  padding: 8px 9px !important;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(17,17,15,.13) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #11110f !important;
  text-align: left;
}
.mp-v4-option.selected {
  border-color: #11110f !important;
  box-shadow: 0 0 0 1px #11110f !important;
}
.mp-v4-preview {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17,17,15,.13);
  border-radius: 7px;
  background: #f2efe8;
  position: relative;
}
.mp-v4-door .mp-v4-option[data-mp-value="Shaker"] .mp-v4-preview::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid rgba(17,17,15,.42);
}
.mp-v4-handle .mp-v4-preview::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 15px;
  height: 3px;
  border-radius: 3px;
  background: #242522;
}
.mp-v4-handle .mp-v4-option[data-mp-value="Handleless"] .mp-v4-preview::after { display: none; }
.mp-v4-handle .mp-v4-option[data-mp-value="Brushed Nickel"] .mp-v4-preview::after { background: #aaa9a4; }
.mp-v4-handle .mp-v4-option[data-mp-value="Knob"] .mp-v4-preview::after {
  left: 13px;
  right: auto;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
}
.mp-v4-copy { min-width: 0; }
.mp-v4-copy strong,
.mp-v4-copy small { display: block; }
.mp-v4-copy strong {
  font-size: 11px;
  line-height: 1.2;
}
.mp-v4-copy small {
  margin-top: 2px;
  color: #77736c;
  font-size: 9px;
  line-height: 1.2;
}

.mp-v4-note {
  margin: -8px 0 15px;
  color: #77736c;
  font-size: 10px;
  line-height: 1.35;
}

.mp-v4-summary {
  margin: 14px 0 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 8px;
  border: 1px solid rgba(17,17,15,.11);
  border-radius: 11px;
  background: #f5f1ea;
}
.mp-v4-summary span,
.mp-v4-summary strong { display: block; }
.mp-v4-summary span {
  margin-bottom: 3px;
  color: #77736c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mp-v4-summary strong {
  min-width: 0;
  overflow: hidden;
  color: #11110f;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-v4-order-summary {
  max-width: 980px;
  margin: 22px auto;
  padding: 18px;
  border-radius: 15px;
  background: #f3efe7;
}
.mp-v4-order-head span {
  color: #77736c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.mp-v4-order-head h2 {
  margin: 4px 0 14px;
  font-size: 24px;
}
.mp-v4-order-list {
  display: grid;
  gap: 8px;
}
.mp-v4-order-list > div {
  padding: 11px 12px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(17,17,15,.1);
  border-radius: 9px;
  background: #fff;
}
.mp-v4-order-list strong { font-size: 11px; }
.mp-v4-order-list span {
  color: #706c65;
  font-size: 10px;
}

@media (max-width: 650px) {
  .mp-v4-options { grid-template-columns: 1fr; }
  .mp-v4-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-v4-order-list > div { flex-direction: column; }
}

/* MOD PACKS CONFIGURATOR V4 END */

/* MOD PACKS RETAIL SHOP V5 START */

/* MOD PACKS RETAIL SHOP V5 */
.mp-v5-retail-nav {
  width: min(calc(100% - 40px),1180px);
  margin: 44px auto 54px;
}
.mp-v5-nav-head {
  display:grid;
  grid-template-columns:1fr minmax(260px,420px);
  gap:36px;
  align-items:end;
  margin-bottom:22px;
}
.mp-v5-nav-head span {
  display:block;
  margin-bottom:8px;
  color:#77736c;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
}
.mp-v5-nav-head h2 {
  margin:0;
  font-size:clamp(34px,4vw,56px);
  line-height:.95;
  letter-spacing:-.05em;
}
.mp-v5-nav-head p {
  margin:0;
  color:#77736c;
  line-height:1.5;
}
.mp-v5-tabs {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid rgba(17,17,15,.12);
  border-radius:15px;
  overflow:hidden;
  background:#fff;
}
.mp-v5-tabs button {
  min-height:58px;
  padding:10px 12px;
  border:0;
  border-right:1px solid rgba(17,17,15,.1);
  background:#fff;
  color:#11110f;
  font-weight:850;
}
.mp-v5-tabs button:last-child { border-right:0; }
.mp-v5-tabs button.active {
  background:#11110f;
  color:#fff;
}

.mp-v5-category-panel {
  margin-top:22px;
  padding:30px;
  border-radius:20px;
  background:#ebe6dc;
}
.mp-v5-category-copy {
  max-width:720px;
  margin-bottom:24px;
}
.mp-v5-category-copy > span {
  color:#77736c;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.mp-v5-category-copy h2 {
  margin:7px 0 10px;
  font-size:clamp(38px,4vw,58px);
  letter-spacing:-.05em;
}
.mp-v5-category-copy p {
  margin:0;
  color:#69665f;
  line-height:1.55;
}
.mp-v5-category-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.mp-v5-category-card {
  min-width:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(17,17,15,.1);
  border-radius:15px;
  background:#fff;
  color:#11110f;
  text-align:left;
}
.mp-v5-category-card.selected {
  box-shadow:0 0 0 2px #11110f;
}
.mp-v5-category-visual {
  height:180px;
  display:grid;
  place-items:center;
  background:#f7f4ee;
  position:relative;
  overflow:hidden;
}
.mp-v5-category-visual span { display:block; position:relative; }
.door-flat .mp-v5-category-visual span,
.door-shaker .mp-v5-category-visual span {
  width:95px;height:135px;border:1px solid #bbb5aa;background:#f1eee7;
}
.door-shaker .mp-v5-category-visual span::after {
  content:"";position:absolute;inset:12px;border:3px solid #b7b1a6;
}
.handle-none .mp-v5-category-visual span::after {
  content:"HANDLELESS";font-size:9px;font-weight:900;letter-spacing:.1em;color:#88837a;
}
.handle-black .mp-v5-category-visual span,
.handle-nickel .mp-v5-category-visual span {
  width:110px;height:8px;border-radius:5px;background:#222420;box-shadow:0 8px 16px rgba(0,0,0,.15);
}
.handle-nickel .mp-v5-category-visual span { background:#aaa9a4; }
.handle-knob .mp-v5-category-visual span {
  width:38px;height:38px;border-radius:50%;background:#222420;box-shadow:0 8px 16px rgba(0,0,0,.18);
}
.top-white .mp-v5-category-visual span,
.top-timber .mp-v5-category-visual span,
.top-stone .mp-v5-category-visual span,
.top-compact .mp-v5-category-visual span {
  width:150px;height:46px;transform:skewY(-8deg);background:#f4f1eb;border:1px solid #c7c1b6;
}
.top-timber .mp-v5-category-visual span {
  background:repeating-linear-gradient(90deg,#b99065 0 16px,#c59a6d 16px 30px,#a97f58 30px 45px);
}
.top-stone .mp-v5-category-visual span {
  background:radial-gradient(circle at 30% 40%,#cbc8c2 0 2px,transparent 3px),#8a8884;
}
.top-compact .mp-v5-category-visual span {
  height:25px;background:#323330;
}
.acc-panel .mp-v5-category-visual span { width:90px;height:135px;background:#efebe3;border:1px solid #bbb5aa; }
.acc-filler .mp-v5-category-visual span { width:28px;height:135px;background:#efebe3;border:1px solid #bbb5aa; }
.acc-kick .mp-v5-category-visual span { width:150px;height:28px;background:#d2cdc4;border:1px solid #aaa49a; }
.acc-hardware .mp-v5-category-visual span { width:100px;height:60px;border:5px solid #777;border-radius:10px; }
.mp-v5-category-info { padding:15px; }
.mp-v5-category-info strong,.mp-v5-category-info small { display:block; }
.mp-v5-category-info strong { font-size:14px; }
.mp-v5-category-info small { margin-top:4px;color:#77736c;font-size:11px;line-height:1.35; }
.mp-v5-category-foot {
  margin-top:18px;padding-top:16px;border-top:1px solid rgba(17,17,15,.1);
  display:flex;align-items:center;gap:16px;flex-wrap:wrap;
}
.mp-v5-category-foot span { font-size:10px;font-weight:900;letter-spacing:.1em; }
.mp-v5-category-foot p { margin:0;color:#77736c;font-size:11px; }
.mp-v5-category-foot a { margin-left:auto;color:#11110f;font-size:11px;font-weight:850; }

.mp-v5-width-filter {
  margin:15px 0 18px;
  display:flex;align-items:center;gap:12px;flex-wrap:wrap;
}
.mp-v5-width-filter > span { color:#77736c;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase; }
.mp-v5-width-filter > div { display:flex;gap:6px;flex-wrap:wrap; }
.mp-v5-width-filter button {
  min-height:32px;padding:0 11px;border:1px solid rgba(17,17,15,.13);border-radius:999px;background:#fff;font-size:10px;font-weight:800;
}
.mp-v5-width-filter button.active { background:#11110f;color:#fff;border-color:#11110f; }

.mp-v5-product-card { transition:transform .16s ease,box-shadow .16s ease; }
.mp-v5-product-card:hover { transform:translateY(-2px);box-shadow:0 10px 26px rgba(20,18,14,.07); }
.mp-v5-product-visual { position:relative !important; overflow:hidden !important; }
.mp-v5-product-visual > svg,
.mp-v5-product-visual > [class*="cabinet"]:not(.mp-v5-mini-render) { opacity:.06 !important; }
.mp-v5-mini-render {
  position:absolute;inset:0;z-index:3;display:grid;place-items:center;pointer-events:none;
}
.mp-v5-mini-render .body {
  position:relative;width:42%;max-width:150px;aspect-ratio:.72/1;filter:drop-shadow(0 15px 14px rgba(0,0,0,.12));
}
.mp-v5-mini-render .face {
  position:absolute;inset:0;background:#e9e7e1;border:1px solid #bab6ad;
}
.mp-v5-mini-render .side {
  position:absolute;left:100%;top:3%;width:11%;height:94%;transform:skewY(-32deg);transform-origin:left;background:#c9c5bc;border-right:1px solid #aaa69e;
}
.mp-v5-mini-render .shelves { position:absolute;inset:0; }
.mp-v5-drawer .shelves {
  background:linear-gradient(to bottom,transparent 0 32%,#bbb7af 32% 33%,transparent 33% 65%,#bbb7af 65% 66%,transparent 66%);
}
.mp-v5-wall .body { width:38%;aspect-ratio:1/1; }
.mp-v5-tall .body,.mp-v5-appliance .body { width:32%;aspect-ratio:.52/1; }
.mp-v5-mini-render .size {
  position:absolute;left:12px;bottom:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.9);font-size:9px;font-weight:850;
}
.mp-v5-card-sub { margin-top:4px;color:#77736c;font-size:10px; }
.mp-v5-configure { font-weight:900 !important; }

.mp-v5-panel { min-width:0; }
.mp-v5-fixed-size { margin:9px 0 14px;display:flex;gap:8px;align-items:center; }
.mp-v5-fixed-size span { color:#77736c;font-size:11px; }
.mp-v5-fixed-size strong { padding:5px 9px;border-radius:999px;background:#efebe3;font-size:11px; }
.mp-v5-option-group { margin:16px 0; }
.mp-v5-option-label { margin-bottom:8px;font-size:11px;font-weight:900; }
.mp-v5-option-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px; }
.mp-v5-option {
  min-width:0;min-height:48px;padding:7px 8px;display:flex;align-items:center;gap:8px;border:1px solid rgba(17,17,15,.13);border-radius:9px;background:#fff;color:#11110f;text-align:left;
}
.mp-v5-option.selected { box-shadow:0 0 0 1px #11110f;border-color:#11110f; }
.mp-v5-option .preview { width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(17,17,15,.12);border-radius:6px;background:#f1eee7;position:relative; }
.mp-v5-door .mp-v5-option[data-value="Shaker"] .preview::after { content:"";position:absolute;inset:5px;border:2px solid #aaa49a; }
.mp-v5-handle .mp-v5-option:not([data-value="Handleless"]) .preview::after { content:"";position:absolute;left:6px;right:6px;top:13px;height:3px;border-radius:4px;background:#222420; }
.mp-v5-handle .mp-v5-option[data-value="Brushed Nickel"] .preview::after { background:#aaa9a4; }
.mp-v5-handle .mp-v5-option[data-value="Round Knob"] .preview::after { left:11px;right:auto;top:10px;width:7px;height:7px;border-radius:50%; }
.mp-v5-option strong { font-size:10px; }

.mp-v5-summary {
  margin:13px 0 10px;padding:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;border:1px solid rgba(17,17,15,.1);border-radius:10px;background:#f5f1ea;
}
.mp-v5-summary span,.mp-v5-summary strong { display:block; }
.mp-v5-summary span { margin-bottom:2px;color:#77736c;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.06em; }
.mp-v5-summary strong { overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap; }

@media (max-width:900px) {
  .mp-v5-tabs { grid-template-columns:1fr 1fr; }
  .mp-v5-tabs button { border-bottom:1px solid rgba(17,17,15,.1); }
  .mp-v5-category-grid { grid-template-columns:1fr 1fr; }
  .mp-v5-nav-head { grid-template-columns:1fr; }
}
@media (max-width:620px) {
  .mp-v5-retail-nav { width:calc(100% - 28px); }
  .mp-v5-tabs { grid-template-columns:1fr; }
  .mp-v5-category-panel { padding:20px; }
  .mp-v5-category-grid { grid-template-columns:1fr; }
  .mp-v5-option-grid { grid-template-columns:1fr; }
  .mp-v5-summary { grid-template-columns:1fr 1fr; }
}

/* MOD PACKS RETAIL SHOP V5 END */

/* MOD Packs launch accessibility hardening */
.skip-link{
  position:fixed;
  left:1rem;
  top:1rem;
  z-index:9999;
  padding:.7rem 1rem;
  background:#111;
  color:#fff;
  border-radius:.4rem;
  transform:translateY(-180%);
  transition:transform .15s ease;
}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid currentColor;outline-offset:3px}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* MOD Packs SEO landing pages */
.mp-section-note {
  max-width: 470px;
  margin: 0;
  color: var(--mp-muted);
  line-height: 1.55;
}

.mp-guide-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}

.mp-guide-grid a {
  min-height: 180px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--mp-line);
  border-radius: 18px;
  background: #fff;
}

.mp-guide-grid strong { font-size: 20px; letter-spacing: -.025em; }
.mp-guide-grid span { color: var(--mp-muted); font-size: 13px; line-height: 1.5; }

.seo-page { padding-bottom: 1px; }
.seo-breadcrumbs {
  width: min(calc(100% - 40px),var(--mp-max));
  margin: 20px auto 0;
  color: var(--mp-muted);
  font-size: 12px;
}
.seo-breadcrumbs a { border-bottom: 1px solid var(--mp-line); }

.seo-hero {
  width: min(calc(100% - 40px),var(--mp-max));
  min-height: 570px;
  margin: 20px auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
}
.seo-hero-copy {
  padding: clamp(38px,6vw,72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seo-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(52px,6vw,84px);
  line-height: .9;
  letter-spacing: -.065em;
}
.seo-hero-copy > p:not(.mp-eyebrow) {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--mp-muted);
  font-size: 17px;
  line-height: 1.62;
}
.seo-hero-media { position: relative; min-height: 570px; }
.seo-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.seo-jump {
  width: min(calc(100% - 40px),var(--mp-max));
  margin: 0 auto 82px;
  padding: 18px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  border-radius: 16px;
  background: #ebe6dc;
}
.seo-jump strong { font-size: 12px; }
.seo-jump a { color: var(--mp-muted); font-size: 12px; font-weight: 750; }

.seo-section {
  width: min(calc(100% - 40px),var(--mp-max));
  margin: 0 auto 88px;
}
.seo-section-head { max-width: 820px; margin-bottom: 30px; }
.seo-section h2 {
  margin: 0;
  font-size: clamp(38px,4.7vw,64px);
  line-height: .98;
  letter-spacing: -.052em;
}
.seo-section-head > p:not(.mp-eyebrow) {
  margin: 20px 0 0;
  color: var(--mp-muted);
  font-size: 17px;
  line-height: 1.65;
}
.seo-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.seo-copy h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.03em; }
.seo-copy p { margin: 0 0 22px; color: var(--mp-muted); line-height: 1.7; }
.seo-copy ul { margin: 0; padding-left: 20px; color: var(--mp-muted); line-height: 1.75; }
.seo-copy li + li { margin-top: 7px; }

.seo-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.seo-feature-grid article {
  min-height: 220px;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--mp-line);
}
.seo-feature-grid b { color: #918d84; font-size: 11px; letter-spacing: .13em; }
.seo-feature-grid h3 { margin: 42px 0 10px; font-size: 22px; }
.seo-feature-grid p { margin: 0; color: var(--mp-muted); font-size: 14px; line-height: 1.6; }

.seo-band { padding: 84px max(20px,calc((100vw - var(--mp-max))/2)); background: var(--mp-ink); color: #fff; }
.seo-band .seo-section-head { margin-bottom: 36px; }
.seo-band .mp-eyebrow { color: #aaa69e; }
.seo-band .seo-section-head > p:not(.mp-eyebrow) { color: rgba(255,255,255,.66); }
.seo-steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.seo-steps article { padding: 26px 25px 0 0; border-right: 1px solid rgba(255,255,255,.16); }
.seo-steps article:not(:first-child) { padding-left: 25px; }
.seo-steps article:last-child { border-right: 0; }
.seo-steps b { color: #9f9a91; font-size: 12px; }
.seo-steps h3 { margin: 35px 0 10px; font-size: 23px; }
.seo-steps p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.6; }

.seo-location {
  padding: clamp(32px,5vw,58px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-radius: 22px;
  background: #e9e3d8;
}
.seo-location p { margin: 0; color: var(--mp-muted); line-height: 1.7; }
.seo-location strong { display: block; margin-bottom: 10px; color: var(--mp-ink); font-size: 20px; }

.seo-faq { display: grid; gap: 10px; }
.seo-faq details { padding: 20px 22px; border: 1px solid var(--mp-line); border-radius: 14px; background: #fff; }
.seo-faq summary { cursor: pointer; font-weight: 850; }
.seo-faq p { margin: 14px 0 0; max-width: 900px; color: var(--mp-muted); line-height: 1.65; }

.seo-related { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.seo-related a { padding: 22px; border-radius: 15px; background: #ebe6dc; }
.seo-related strong,.seo-related span { display: block; }
.seo-related span { margin-top: 7px; color: var(--mp-muted); font-size: 12px; line-height: 1.45; }

.seo-cta {
  width: min(calc(100% - 40px),var(--mp-max));
  margin: 88px auto;
  padding: clamp(36px,6vw,68px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  border-radius: 22px;
  background: #fff;
}
.seo-cta h2 { margin: 0; font-size: clamp(38px,5vw,64px); letter-spacing: -.05em; }
.seo-cta p { max-width: 720px; margin: 16px 0 0; color: var(--mp-muted); line-height: 1.6; }

@media (max-width: 900px) {
  .mp-guide-grid,.seo-feature-grid { grid-template-columns: 1fr 1fr; }
  .seo-hero { grid-template-columns: 1fr; }
  .seo-hero-media { min-height: 430px; }
  .seo-steps { grid-template-columns: 1fr 1fr; }
  .seo-steps article:nth-child(2) { border-right: 0; }
  .seo-related { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .mp-guide-grid,.seo-feature-grid,.seo-two-col,.seo-location,.seo-steps { grid-template-columns: 1fr; }
  .mp-project-guides .mp-section-head { gap: 10px; }
  .seo-breadcrumbs,.seo-hero,.seo-jump,.seo-section,.seo-cta { width: calc(100% - 28px); }
  .seo-hero { min-height: auto; }
  .seo-hero-copy { padding: 34px 24px 38px; }
  .seo-hero h1 { font-size: 52px; }
  .seo-hero-media { min-height: 340px; }
  .seo-jump { margin-bottom: 64px; }
  .seo-steps article,.seo-steps article:not(:first-child) { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .seo-location { gap: 28px; }
  .seo-cta { align-items: start; flex-direction: column; }
}
