body{background:#faf8f3}.detail-header{position:sticky;top:0;z-index:1000;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,60px);background:rgba(250,248,243,.78);border-bottom:1px solid rgba(33,25,20,.08);backdrop-filter:blur(16px)}.detail-brand img{height:34px;width:auto}.detail-header nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:900}.detail-header a{text-decoration:none}.detail-nav-cta{background:#1f1813;color:#fffaf3;padding:12px 18px;border-radius:999px}.detail-page{color:#211914}.product-hero{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:110px 0 72px;display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:start}.main-gallery{position:relative;height:660px;border-radius:34px;overflow:hidden;background:#eee;box-shadow:0 24px 70px rgba(31,24,19,.12)}.main-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .55s ease,transform 1s ease;transform:scale(1.02)}.main-gallery img.active{opacity:1;transform:scale(1)}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.gallery-thumbs button{border:2px solid transparent;padding:0;border-radius:18px;overflow:hidden;background:#eee;cursor:pointer}.gallery-thumbs button.active{border-color:#1f1813}.gallery-thumbs img{height:110px;width:100%;object-fit:cover}.product-summary{position:sticky;top:104px;background:rgba(255,255,255,.76);border:1px solid rgba(31,24,19,.09);border-radius:34px;padding:34px;box-shadow:0 20px 60px rgba(31,24,19,.08);backdrop-filter:blur(14px)}.product-summary h1{font-family:Georgia,"Times New Roman",serif;font-size:82px;letter-spacing:-.06em;line-height:.9;margin:0}.summary-sub{font-size:25px;font-weight:900;letter-spacing:-.04em;margin:18px 0 12px}.summary-rating{color:#c79a5a;font-weight:900}.summary-rating span{color:rgba(33,25,20,.6);font-size:14px}.summary-price{display:grid;gap:6px;margin:28px 0}.summary-price del{color:#9b9188;font-size:18px}.summary-price strong{font-size:42px;letter-spacing:-.04em}.summary-price em{font-style:normal;color:#b6533b;font-weight:950}.summary-price p{margin:0;color:rgba(33,25,20,.6)}.summary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-btn{height:54px;border-radius:999px;border:0;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:950;cursor:pointer}.detail-btn.dark{background:#1f1813;color:#fffaf3}.detail-btn.light{background:#f1e8dc;color:#1f1813}.detail-btn.full{width:100%}.summary-checks{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:10px}.summary-checks li{color:rgba(33,25,20,.72)}.summary-checks li:before{content:"✓";font-weight:950;margin-right:8px;color:#c79a5a}.detail-section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:86px 0}.section-title{margin-bottom:30px}.section-title.center{text-align:center}.section-title h2{font-size:clamp(34px,5vw,60px);line-height:1.08;letter-spacing:-.055em;margin:8px 0}.feature-grid,.space-grid,.case-grid{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-grid article,.space-grid article{background:#fff;border:1px solid rgba(31,24,19,.09);border-radius:26px;padding:26px;box-shadow:0 16px 45px rgba(31,24,19,.06)}.feature-grid strong{font-size:21px}.feature-grid p{line-height:1.7;color:rgba(33,25,20,.66)}.space-grid{grid-template-columns:repeat(4,1fr)}.space-grid article{text-align:center;font-size:24px;font-weight:950}.order-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;background:#fff;border:1px solid rgba(31,24,19,.09);border-radius:34px;padding:44px;box-shadow:0 20px 60px rgba(31,24,19,.08)}.order-copy h2{font-size:48px;margin:10px 0}.order-copy p{color:rgba(33,25,20,.66);line-height:1.8}.mini-price{margin-top:24px;background:#f4eee6;border-radius:22px;padding:20px;display:grid;gap:4px}.mini-price span{font-weight:950}.mini-price strong{font-size:32px}.mini-price em{font-style:normal;color:rgba(33,25,20,.58)}.detail-form{display:grid;gap:16px}.detail-form label{display:grid;gap:8px;font-weight:900}.detail-form input,.detail-form select,.detail-form textarea{border:1px solid rgba(33,25,20,.12);border-radius:16px;padding:15px 16px;background:#faf8f3;font-size:15px;font-family:inherit}.size-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.case-grid{grid-template-columns:repeat(3,1fr)}.case-grid img{height:360px;width:100%;object-fit:cover;border-radius:26px;box-shadow:0 18px 50px rgba(31,24,19,.08)}.faq-section details{background:#fff;border:1px solid rgba(31,24,19,.09);border-radius:20px;padding:22px 24px;margin-bottom:12px}.faq-section summary{cursor:pointer;font-weight:950;font-size:18px}.faq-section p{color:rgba(33,25,20,.68);line-height:1.8}.mobile-buybar{display:none}.footer{background:#1f1813;color:#f8f1e8;padding:48px 20px 42px;margin-top:80px}.footer-inner{max-width:1180px;margin:0 auto;text-align:center}.footer strong{font-size:28px}.footer p{color:rgba(248,241,232,.74);font-size:14px;line-height:1.7;margin:5px 0}.footer a{color:#f8f1e8;text-decoration:none}.footer span{margin:0 10px;color:rgba(248,241,232,.45)}.footer small{display:block;margin-top:20px;color:rgba(248,241,232,.45)}@media(max-width:900px){.detail-header nav{display:none}.detail-brand img{height:30px}.product-hero{grid-template-columns:1fr;padding:88px 0 50px}.main-gallery{height:460px;border-radius:26px}.gallery-thumbs img{height:76px}.product-summary{position:relative;top:auto;padding:26px}.product-summary h1{font-size:64px}.summary-actions{grid-template-columns:1fr}.feature-grid,.space-grid,.order-section,.case-grid{grid-template-columns:1fr}.detail-section{padding:64px 0}.order-section{padding:26px}.size-row{grid-template-columns:1fr}.case-grid img{height:280px}.mobile-buybar{position:fixed;left:14px;right:14px;bottom:14px;z-index:9999;background:#1f1813;color:#fffaf3;border-radius:24px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 50px rgba(31,24,19,.25)}.mobile-buybar span{display:block;font-size:12px;color:rgba(255,250,243,.6)}.mobile-buybar strong{font-size:21px}.mobile-buybar a{background:#c79a5a;color:#1f1813;text-decoration:none;border-radius:999px;padding:13px 20px;font-weight:950}}

/* Swar purchase option update */
.shipping-info{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:26px 0;
}
.shipping-info div{
  background:#f4eee6;
  border:1px solid rgba(31,24,19,.08);
  border-radius:18px;
  padding:14px 15px;
  display:grid;
  gap:4px;
}
.shipping-info strong{
  font-size:15px;
}
.shipping-info span{
  font-size:12px;
  color:rgba(33,25,20,.58);
  line-height:1.45;
}
.delivery-note{
  margin:24px 0;
  background:#f4eee6;
  border:1px solid rgba(31,24,19,.08);
  border-radius:24px;
  padding:22px;
}
.delivery-note strong{
  display:block;
  margin-bottom:12px;
  font-size:18px;
}
.delivery-note ul{
  margin:0;
  padding-left:18px;
  color:rgba(33,25,20,.68);
  line-height:1.9;
}
.detail-form small{
  color:#b6533b;
  font-weight:950;
}
.buyer-grid,
.quantity-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.quantity-row{
  grid-template-columns:1fr;
}
.purchase-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:4px;
}
.cart-btn{
  background:#f1e8dc !important;
}
.buy-btn{
  box-shadow:0 14px 30px rgba(31,24,19,.2);
}
@media(max-width:900px){
  .shipping-info,
  .buyer-grid,
  .purchase-actions{
    grid-template-columns:1fr;
  }
}


.long-detail-image img{
  width:100%;
  max-width:900px;
  margin:0 auto;
  border-radius:28px;
  box-shadow:0 24px 70px rgba(31,24,19,.12);
}
.purchase-form small{color:#b6533b;font-weight:950}

.order-guide-box{
  margin: 2px 0 14px;
  padding: 18px 20px;
  border: 1px solid rgba(80,64,52,.14);
  border-radius: 18px;
  background: #f4eee6;
  color: #2a211b;
}
.order-guide-box strong{
  display:block;
  margin-bottom:10px;
  font-size:15px;
  font-weight:800;
}
.order-guide-box ul{
  margin:0;
  padding-left:18px;
  line-height:1.75;
  color:#5f5650;
  font-size:14px;
}


/* Discount UI emphasis */
.summary-price{display:flex!important;align-items:center;gap:10px 12px!important;flex-wrap:wrap;margin:28px 0!important;padding:20px 0;border-top:1px solid rgba(33,25,20,.09);border-bottom:1px solid rgba(33,25,20,.09)}
.summary-price em{order:-2;display:inline-flex;align-items:center;justify-content:center;background:#b6533b!important;color:#fffaf3!important;border-radius:999px;padding:10px 18px;font-size:26px!important;line-height:1;font-weight:1000;letter-spacing:-.04em;box-shadow:0 12px 28px rgba(182,83,59,.24)}
.summary-price del{color:#9d9188!important;font-size:20px!important;text-decoration-thickness:2px}
.summary-price strong{font-size:48px!important;letter-spacing:-.055em;color:#1f1813}
.summary-price p{flex-basis:100%;margin:0!important;color:rgba(33,25,20,.62)!important;font-weight:800}
.mini-price{border:2px solid rgba(182,83,59,.16)}
@media(max-width:900px){.summary-price em{font-size:22px!important}.summary-price strong{font-size:42px!important}}


/* Aluminum/Wood unit text next to detail price */
.summary-price .price-unit{display:inline-flex;align-items:center;color:rgba(33,25,20,.58);font-size:16px;font-weight:900;letter-spacing:-.02em;white-space:nowrap;margin-left:2px}
.summary-price .price-unit::before{content:"|";color:rgba(33,25,20,.22);margin-right:10px;font-weight:700}
.mini-price del{color:#9d9188;text-decoration-thickness:2px;font-size:14px}
.mini-price small{font-size:14px;color:rgba(33,25,20,.58);font-weight:900;margin-left:6px}
