/*
Theme Name: Silver House Flatsome Child
Description: Child theme for Silver House staging customizations.
Author: Silver House
Template: flatsome
Version: 1.2.0
*/

/* ============================================================
   Silver House — giao diện trang chủ (phong cách ddreamer)
   Sáng · tối giản cao cấp · serif thanh lịch · chuyển động mượt
   Giữ nguyên markup (class sh-) và toàn bộ chức năng theo spec.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root{
  --sh-ink:#1c1a17;
  --sh-muted:#7c756c;
  --sh-line:rgba(28,26,23,.13);
  --sh-bg:#fbf7ef;
  --sh-cream:#efe6d4;
  --sh-porcelain:#f4ecdd;
  --sh-gold:#9c7a48;
  --sh-dark:#15120e;
  --sh-shadow:0 30px 80px rgba(20,17,13,.12);
  --sh-shadow-sm:0 14px 40px rgba(20,17,13,.10);
  --sh-serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sh-sans:'Jost',system-ui,-apple-system,sans-serif;
}

html{scroll-behavior:smooth}
body{background:var(--sh-bg);color:var(--sh-ink);font-family:var(--sh-sans);letter-spacing:.01em}
h1,h2,h3,.sh-slogan{font-family:var(--sh-serif);font-weight:500;letter-spacing:.005em}

/* ---------- Header (Flatsome) ---------- */
.header-wrapper,.header-main,.stuck .header-main{
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(28,26,23,.08);
}
.nav>li>a,.header a{letter-spacing:.06em;font-size:14px;text-transform:uppercase}
.header-top,.header-newsletter-item{display:none!important}
#top-bar.header-top,.header-wrapper #top-bar,.header-wrapper .header-top,
.header-wrapper .html_topbar_left,.header-wrapper .top-bar-nav,
.header-wrapper .header-newsletter-item{display:none!important;height:0!important;min-height:0!important;overflow:hidden!important}
.logo img,#logo.logo img,.header-wrapper #logo img,.header-wrapper .logo img.header_logo{
  display:none!important;opacity:0!important;width:0!important;height:0!important}
.logo a:before,#logo.logo a:before,.header-wrapper #logo a:before{
  content:"Silver House";display:inline-block;font-family:var(--sh-serif);
  font-size:30px;font-weight:600;color:var(--sh-ink);letter-spacing:.02em;white-space:nowrap}

/* ---------- Buttons ---------- */
.button,button,input[type=submit]{border-radius:0!important;letter-spacing:.06em}
.sh-button-primary,.sh-button-ghost{
  display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:0 30px;
  text-decoration:none;font-family:var(--sh-sans);font-weight:500;font-size:13px;
  text-transform:uppercase;letter-spacing:.14em;transition:.35s ease}
.sh-button-primary{background:var(--sh-ink);color:#fff}
.sh-button-primary:hover{background:var(--sh-gold);color:#fff;transform:translateY(-2px)}
.sh-button-ghost{border:1px solid rgba(255,255,255,.6);color:#fff}
.sh-button-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* ---------- Hero ---------- */
.sh-page{overflow:hidden}
.sh-hero{min-height:calc(100vh - 72px);display:flex;align-items:stretch;
  background-size:cover;background-position:center;position:relative;isolation:isolate}
.sh-hero:before{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(15,13,10,.34) 0%,rgba(15,13,10,.20) 40%,rgba(15,13,10,.52) 100%)}
.sh-hero-inner{width:min(1200px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:clamp(28px,5vw,72px);padding:96px 0 72px}
.sh-hero-copy{max-width:720px;color:#fff}
.sh-kicker{display:inline-flex;align-items:center;gap:12px;color:#f0e4cf;
  font-family:var(--sh-serif);font-style:italic;font-size:19px;letter-spacing:.02em;margin-bottom:20px}
.sh-kicker:before{content:"";width:46px;height:1px;background:#e6cfa2}
.sh-hero h1{font-size:clamp(52px,9vw,120px);line-height:.98;color:#fff;margin:0 0 22px;font-weight:500}
.sh-hero p{font-size:clamp(17px,1.6vw,21px);color:rgba(255,255,255,.9);max-width:600px;font-weight:300;line-height:1.6}
.sh-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.sh-search{margin-top:26px;display:grid;grid-template-columns:1fr auto;max-width:600px;
  background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.5);box-shadow:var(--sh-shadow)}
.sh-search input[type=search]{height:58px;border:0!important;box-shadow:none!important;background:transparent!important;
  padding:0 20px;margin:0;font-family:var(--sh-sans);font-size:15px}
.sh-search button{height:58px;margin:0;background:var(--sh-ink);color:#fff;padding:0 26px;
  text-transform:uppercase;letter-spacing:.1em;font-size:13px;transition:.35s}
.sh-search button:hover{background:var(--sh-gold)}
.sh-scroll-note{position:absolute;left:max(24px,calc((100vw - 1200px)/2));bottom:26px;
  color:rgba(255,255,255,.75);font-family:var(--sh-serif);font-style:italic;font-size:15px;letter-spacing:.04em}

/* ---------- Hero video card ---------- */
.sh-hero-video{width:min(340px,32vw);align-self:center}
.sh-video-card{background:#fff;color:var(--sh-ink);border:1px solid var(--sh-line);box-shadow:var(--sh-shadow);overflow:hidden}
.sh-hero .sh-video-card{background:rgba(255,255,255,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.sh-video-frame{position:relative;aspect-ratio:9/16;background:#111;overflow:hidden}
.sh-video-frame video{display:block;width:100%;height:100%;object-fit:cover}
.sh-video-badge{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.94);
  color:var(--sh-ink);padding:11px 12px;font-size:12px;font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:.1em}
.sh-video-meta{padding:20px}
.sh-video-meta span{display:block;color:var(--sh-gold);font-family:var(--sh-serif);font-style:italic;font-size:16px;margin-bottom:6px}
.sh-video-meta strong{display:block;font-family:var(--sh-serif);font-weight:500;font-size:26px;line-height:1.15;margin-bottom:8px}
.sh-video-meta p{margin:0;color:var(--sh-muted);font-size:15px;line-height:1.55;font-weight:300}

/* ---------- Sections ---------- */
.sh-section{padding:110px 0}
.sh-wrap{width:min(1200px,calc(100% - 48px));margin:0 auto}
.sh-eyebrow{color:var(--sh-gold);font-family:var(--sh-serif);font-style:italic;font-size:21px;letter-spacing:.02em;margin-bottom:12px}
.sh-section h2{font-size:clamp(36px,5vw,68px);line-height:1.02;margin:0 0 18px;font-weight:500}
.sh-lead{font-size:18px;color:var(--sh-muted);max-width:720px;font-weight:300;line-height:1.65}

/* ---------- Collection grid (was horizontal scroll) ---------- */
.sh-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px;
  overflow:visible;scroll-snap-type:none}
.sh-panel{min-height:440px;background:#fff;border:0;display:flex;flex-direction:column;justify-content:flex-end;
  padding:28px;position:relative;overflow:hidden;isolation:isolate}
.sh-panel.has-image{color:#fff;background-size:cover;background-position:center;transition:background-size 1.1s cubic-bezier(.2,.7,.2,1)}
.sh-panel.has-image:hover{background-size:118%}
.sh-panel.has-image:before{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.68));transition:.5s}
.sh-panel.has-image:hover:before{background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.78))}
.sh-panel>*{position:relative;z-index:1}
.sh-panel h3{font-size:30px;margin:0 0 10px;color:inherit;font-weight:500}
.sh-panel p{color:inherit;opacity:.9;font-weight:300;transform:translateY(6px);opacity:0;
  max-height:0;transition:.5s ease}
.sh-panel:hover p{opacity:.9;transform:none;max-height:120px}
.sh-panel.light{background:var(--sh-cream);color:var(--sh-ink)}
.sh-panel.dark{background:var(--sh-dark);color:#fff}
.sh-panel.light p,.sh-panel.dark p{opacity:1;max-height:none;transform:none}
.sh-panel .num{position:absolute;top:22px;right:24px;font-family:var(--sh-serif);font-size:60px;
  color:rgba(255,255,255,.35);font-weight:500}
.sh-panel.light .num{color:rgba(156,122,72,.3)}
.sh-panel a{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:inherit;
  font-size:12px;text-transform:uppercase;letter-spacing:.14em;text-decoration:none;
  border-bottom:1px solid currentColor;padding-bottom:4px;transition:.35s;align-self:flex-start}
.sh-panel a:hover{gap:14px;color:var(--sh-gold);border-color:var(--sh-gold)}

/* ---------- Product strip (WooCommerce) ---------- */
.sh-product-strip{background:var(--sh-porcelain)}
.sh-product-strip .products{margin-top:34px!important}
.sh-product-strip .product-small .box-text{padding-top:16px;text-align:center}
.sh-product-strip .product-title,.sh-product-strip .name a{font-family:var(--sh-serif)!important;
  font-size:19px!important;font-weight:500!important;text-transform:none!important;letter-spacing:.01em}
.sh-product-strip .price{color:var(--sh-ink);font-family:var(--sh-sans);font-weight:500}
.sh-product-strip .box-image{overflow:hidden}
.sh-product-strip .box-image img{transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.sh-product-strip .box:hover .box-image img{transform:scale(1.06)}
.sh-care-note{border-top:1px solid var(--sh-line);margin-top:34px;padding-top:20px;
  color:var(--sh-muted);font-family:var(--sh-serif);font-style:italic;font-size:17px}

/* ---------- Workshop split ---------- */
.sh-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.sh-image-block{min-height:520px;background-size:cover;background-position:center;box-shadow:var(--sh-shadow);
  transition:background-size 1.2s cubic-bezier(.2,.7,.2,1)}
.sh-image-block:hover{background-size:112%}
.sh-slogan{perspective:1000px;display:inline-block;font-size:clamp(38px,5vw,74px);line-height:1;
  font-weight:500;color:var(--sh-ink)}
.sh-slogan span{display:inline-block;transition:transform .7s ease;transform-origin:center bottom}
.sh-slogan:hover span{transform:rotateX(360deg);color:var(--sh-gold)}
.sh-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:34px}
.sh-package{border:1px solid var(--sh-line);background:#fff;padding:22px 18px;min-height:150px;transition:.4s ease}
.sh-package:hover{border-color:transparent;box-shadow:var(--sh-shadow-sm);transform:translateY(-5px)}
.sh-package h3{font-size:22px;margin:0 0 8px;font-weight:500}
.sh-package p{color:var(--sh-muted);font-weight:300;font-size:14px}

/* ---------- 3D Showroom ---------- */
.sh-showroom{background:var(--sh-dark);color:#fff}
.sh-showroom h2,.sh-showroom h3{color:#fff}
.sh-showroom .sh-eyebrow{color:#e6cfa2}
.sh-showroom .sh-lead{color:rgba(255,255,255,.72)}
.sh-matterport-placeholder{aspect-ratio:16/8.5;border:1px solid rgba(255,255,255,.16);
  background:radial-gradient(circle at 70% 40%,rgba(156,122,72,.3),transparent 30%),linear-gradient(135deg,#1b1710,#0c0a07);
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);margin-top:34px}
.sh-matterport-embed{aspect-ratio:16/8.5;width:100%;margin-top:34px;border:1px solid rgba(255,255,255,.16);
  background:#0a0906;box-shadow:0 30px 80px rgba(0,0,0,.4);overflow:hidden}
.sh-matterport-embed iframe{width:100%;height:100%;display:block;border:0}
.sh-matterport-caption{margin:14px 0 0;color:rgba(255,255,255,.66);font-family:var(--sh-serif);font-style:italic;font-size:16px}
.entry-content > .sh-matterport-caption,.page-wrapper .sh-matterport-caption{color:var(--sh-muted)}

/* ---------- Testimonials ---------- */
.sh-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.sh-quote{background:var(--sh-porcelain);border:1px solid var(--sh-line);padding:30px;min-height:190px;
  font-family:var(--sh-serif);font-size:21px;font-style:italic;line-height:1.5;color:var(--sh-ink);transition:.4s}
.sh-quote:hover{box-shadow:var(--sh-shadow-sm);transform:translateY(-4px)}
.sh-quote strong{display:block;margin-top:18px;font-family:var(--sh-sans);font-style:normal;
  font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--sh-muted)}

/* ---------- Floating contact ---------- */
.sh-floating-contact{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:60;
  display:flex;flex-direction:column;gap:10px}
.sh-floating-contact a{width:46px;height:46px;display:grid;place-items:center;border-radius:999px;
  background:rgba(255,255,255,.96);border:1px solid var(--sh-line);color:var(--sh-ink);
  font-size:11px;font-weight:500;box-shadow:var(--sh-shadow-sm);transition:.3s}
.sh-floating-contact a:hover{background:var(--sh-ink);color:#fff;transform:scale(1.08)}

/* ---------- Page video (Về chúng tôi) ---------- */
.sh-video-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:36px;align-items:center}
.sh-page-intro{margin-top:24px}
.sh-page-video{padding:52px 0 0}
.sh-page-video .sh-video-card{max-width:420px}

/* ============================================================
   DDREAMER-STYLE HOME (class dd-) — bố cục bám sát web mẫu
   ============================================================ */
.dd-home{--dd-peach:#efe6d4;--dd-peach-soft:#f5eee0;--dd-cream:#f4ecdd;--dd-dark:#20190f}
.dd-home h2,.dd-home h1,.dd-home h3{font-family:var(--sh-serif);font-weight:500}
.dd-full,.dd-hero,.dd-banner,.dd-collections,.dd-showroom,.dd-feedback,.dd-cta{
  position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
.dd-eyebrow-i{font-family:var(--sh-serif);font-style:italic;font-size:22px;color:var(--sh-gold);display:block;margin-bottom:8px}
.dd-eyebrow-i.light{color:#f0e2c8}
.dd-arrow{font-family:var(--sh-serif);font-style:italic;font-size:19px;color:var(--sh-ink);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px;transition:.3s}
.dd-arrow:hover{color:var(--sh-gold);letter-spacing:.02em}
.dd-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 32px;background:var(--sh-ink);color:#fff!important;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:500;text-decoration:none;transition:.35s}
.dd-btn:hover{background:var(--sh-gold);transform:translateY(-2px)}
.dd-btn.light{background:#fff;color:var(--sh-ink)!important}
.dd-btn.light:hover{background:var(--sh-gold);color:#fff!important}

/* Hero full-bleed */
.dd-hero{min-height:82vh;display:flex;align-items:flex-end;background-size:cover;background-position:center;color:#fff;isolation:isolate}
.dd-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.5))}
.dd-hero-tab{position:absolute;left:0;top:38%;transform:rotate(180deg);writing-mode:vertical-rl;background:var(--sh-gold);color:#fff;padding:14px 8px;font-size:11px;letter-spacing:.2em;text-transform:uppercase}
.dd-hero-inner{width:min(1280px,calc(100% - 80px));margin:0 auto;padding:0 0 56px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}
.dd-hero-title{font-size:clamp(42px,6vw,86px);line-height:1;color:#fff;margin:0;font-style:italic}
.dd-hero-right{max-width:360px;text-align:right}
.dd-hero-right p{font-weight:300;font-size:16px;line-height:1.6;margin:0 0 14px}
.dd-hero-right .dd-arrow{color:#fff;display:inline-block;margin-bottom:18px}
.dd-hero-right .dd-btn{margin-left:auto}

/* Sections */
.dd-section{width:min(1280px,calc(100% - 80px));margin:0 auto;padding:100px 0}
.dd-center{text-align:center}
.dd-center h2{font-size:clamp(34px,4.4vw,58px);margin:0 0 40px}
.dd-center .dd-eyebrow-i{margin-bottom:6px}
.dd-row-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:36px;flex-wrap:wrap}
.dd-row-head h2{font-size:clamp(30px,3.6vw,46px);margin:0}

/* WooCommerce products inside dd */
.dd-products .products{margin:0!important}
.dd-products .product-small .box-text,.dd-products .col .box-text{text-align:center;padding-top:14px}
.dd-products .product-title a,.dd-products .name a{font-family:var(--sh-serif)!important;font-size:18px!important;font-weight:500!important;text-transform:none!important;color:var(--sh-ink)}
.dd-products .price{font-weight:500;color:var(--sh-ink)}
.dd-products .box-image{overflow:hidden}
.dd-products .box-image img{transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.dd-products .box:hover .box-image img{transform:scale(1.06)}
.dd-care{margin-top:30px;color:var(--sh-muted);font-family:var(--sh-serif);font-style:italic;font-size:17px;text-align:center}

/* Workshop slogan + packages */
.dd-workshop .dd-slogan{perspective:1000px;display:inline-block;font-family:var(--sh-serif);font-size:clamp(34px,4.6vw,64px);color:var(--sh-ink);margin:6px 0 8px}
.dd-workshop .dd-slogan span{display:inline-block;transition:transform .7s ease;transform-origin:center bottom}
.dd-workshop .dd-slogan:hover span{transform:rotateX(360deg);color:var(--sh-gold)}
.dd-packages{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:34px}
.dd-package{border:1px solid var(--sh-line);padding:24px 16px;transition:.4s;background:#fff}
.dd-package:hover{box-shadow:var(--sh-shadow-sm);transform:translateY(-5px);border-color:transparent}
.dd-package h3{font-size:22px;margin:0 0 6px}
.dd-package p{color:var(--sh-muted);font-size:14px;font-weight:300;margin:0 0 12px}
.dd-package .dd-price{font-size:14px;font-weight:500;color:var(--sh-gold)}

/* Workshop banner full-bleed */
.dd-banner{min-height:66vh;display:flex;align-items:center;background-size:cover;background-position:center;color:#fff;isolation:isolate}
.dd-banner:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.2))}
.dd-banner-inner{width:min(1280px,calc(100% - 80px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:48px;flex-wrap:wrap}
.dd-banner-left h2{font-size:clamp(34px,4.6vw,62px);color:#fff;margin:0;max-width:9em;font-style:italic}
.dd-banner-right{max-width:400px}
.dd-banner-right p{font-weight:300;line-height:1.6;margin:0 0 20px;color:rgba(255,255,255,.9)}

/* Shop by Collection (peach) */
.dd-collections{background:var(--dd-peach);padding:96px 0}
.dd-collections-inner{width:min(1280px,calc(100% - 80px));margin:0 auto}
.dd-center-h{text-align:center;font-size:clamp(34px,4.4vw,58px);margin:0 0 44px}
.dd-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dd-collection{position:relative;aspect-ratio:4/3;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:24px;overflow:hidden;isolation:isolate;text-decoration:none}
.dd-collection:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.5));transition:.5s}
.dd-collection:hover:before{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.62))}
.dd-collection span{color:#fff;font-family:var(--sh-serif);font-size:26px;font-weight:500;transition:.4s}
.dd-collection:hover span{transform:translateY(-4px)}
.dd-collection{transition:background-size 1.1s cubic-bezier(.2,.7,.2,1)}
.dd-collection:hover{background-size:112%}

/* 3D Showroom dark */
.dd-showroom{background:var(--dd-dark);color:#fff;padding:96px 0}
.dd-showroom-inner{width:min(1280px,calc(100% - 80px));margin:0 auto}
.dd-showroom h2{color:#fff}
.dd-matterport{aspect-ratio:16/8.4;width:100%;border:1px solid rgba(255,255,255,.16);overflow:hidden;background:#0a0906;box-shadow:0 30px 80px rgba(0,0,0,.4)}
.dd-matterport iframe{width:100%;height:100%;display:block;border:0}

/* Blog (Flatsome shortcode) */
.dd-blog .col{padding-bottom:0}
.dd-blog .post-title a{font-family:var(--sh-serif)!important;font-weight:500!important}

/* Feedback */
.dd-feedback{background:var(--sh-porcelain);padding:96px 0}
.dd-feedback-inner{width:min(1280px,calc(100% - 80px));margin:0 auto}
.dd-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dd-quote{background:#fff;border:1px solid var(--sh-line);padding:30px;font-family:var(--sh-serif);font-style:italic;font-size:20px;line-height:1.5;color:var(--sh-ink)}
.dd-quote strong{display:block;margin-top:16px;font-family:var(--sh-sans);font-style:normal;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--sh-muted)}

/* Custom CTA (peach) */
.dd-cta{background:var(--dd-peach-soft);padding:110px 0;text-align:center}
.dd-cta-inner{width:min(720px,calc(100% - 80px));margin:0 auto}
.dd-cta h2{font-size:clamp(32px,4.4vw,56px);margin:0 0 14px}
.dd-cta p{color:#6a5c48;font-weight:300;font-size:18px;margin:0 0 26px}

/* Responsive dd */
@media(max-width:849px){
  .dd-section{padding:64px 0;width:calc(100% - 40px)}
  .dd-hero-inner,.dd-banner-inner,.dd-showroom-inner,.dd-collections-inner,.dd-feedback-inner{width:calc(100% - 40px)}
  .dd-hero-inner{flex-direction:column;align-items:flex-start}
  .dd-hero-right{text-align:left;max-width:none}
  .dd-hero-right .dd-btn{margin-left:0}
  .dd-hero-tab{display:none}
  .dd-packages{grid-template-columns:1fr 1fr}
  .dd-collection-grid,.dd-quotes{grid-template-columns:1fr}
  .dd-banner-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){.dd-packages{grid-template-columns:1fr}}

/* Ẩn tiêu đề trang + padding mặc định cho trang chủ */
.page-id-12 .page-title,.page-id-12 h1.entry-title,.page-id-12 .entry-title{display:none!important}
.page-id-12 #content{padding-top:0!important}

/* ---------- Ảnh thật (ghi đè inline style từ DB) ---------- */
.sh-hero{background-image:url('assets/home/hero.jpg')!important;background-position:center 30%}
.sh-horizontal > .sh-panel:nth-child(1){background-image:url('assets/home/panel-products.jpg')!important}
.sh-horizontal > .sh-panel:nth-child(2){background-image:url('assets/home/panel-workshop.jpg')!important}
.sh-image-block{background-image:url('assets/home/workshop.jpg')!important}

/* ---------- Scroll reveal motion ---------- */
.sh-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.7,.2,1)}
.sh-reveal.is-in{opacity:1;transform:none}
.sh-horizontal .sh-panel.sh-reveal{transition-delay:calc(var(--i,0)*.08s)}
.sh-packages .sh-package.sh-reveal{transition-delay:calc(var(--i,0)*.06s)}

/* ---------- Responsive ---------- */
@media(max-width:1024px){
  .sh-horizontal{grid-template-columns:1fr 1fr}
}
@media(max-width:849px){
  .sh-hero{min-height:760px}
  .sh-hero-inner{display:block;padding-top:110px}
  .sh-hero-copy{max-width:none}
  .sh-hero-video{width:100%;max-width:320px;margin-top:30px}
  .sh-section{padding:72px 0}
  .sh-search{grid-template-columns:1fr}
  .sh-search button{width:100%}
  .sh-split,.sh-video-split{grid-template-columns:1fr}
  .sh-image-block{min-height:340px}
  .sh-packages{grid-template-columns:1fr 1fr}
  .sh-testimonials{grid-template-columns:1fr}
  .sh-floating-contact{right:12px;top:auto;bottom:12px;transform:none;flex-direction:row}
}
@media(max-width:560px){
  .sh-horizontal,.sh-packages{grid-template-columns:1fr}
}

/* ============================================================
   STORY / MUSEUM / HISTORY — tông trắng–kem ấm (ddreamer × cuoispirit)
   ============================================================ */
body{background:var(--sh-bg)}
.dd-home h1,.dd-home h2,.dd-home h3{color:var(--sh-ink)}

/* Hero: heritage, chữ giữa, overlay ấm nhẹ */
.dd-hero-story{min-height:88vh;align-items:center;text-align:center}
.dd-hero-story:before{background:linear-gradient(180deg,rgba(38,30,20,.28),rgba(38,30,20,.5))}
.dd-hero-center{flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:920px;padding-bottom:0}
.dd-hero-center .dd-eyebrow-i{font-size:20px;letter-spacing:.12em;text-transform:uppercase;font-style:normal}
.dd-hero-story .dd-hero-title{font-style:italic;font-size:clamp(48px,7vw,104px)}
.dd-hero-tagline{max-width:620px;margin:18px auto 0;font-weight:300;font-size:clamp(16px,1.7vw,20px);line-height:1.6;color:rgba(255,255,255,.92)}
.dd-hero-cta{display:flex;gap:20px;justify-content:center;align-items:center;margin-top:30px;flex-wrap:wrap}
.dd-arrow.light{color:#fff;border-color:rgba(255,255,255,.7)}
.dd-arrow.light:hover{color:#f0e2c8;border-color:#f0e2c8}

/* Story statement */
.dd-story{background:var(--sh-bg);padding:120px 0 96px}
.dd-story h2{font-size:clamp(30px,3.8vw,52px);line-height:1.14;max-width:14em;margin:0 auto 22px;font-style:italic}
.dd-story-lead{max-width:640px;margin:0 auto;color:var(--sh-muted);font-weight:300;font-size:18px;line-height:1.7}

/* History editorial (image + text) */
.dd-history{background:var(--sh-cream)}
.dd-history-inner{width:min(1280px,calc(100% - 80px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}
.dd-history-media{min-height:560px;background-size:cover;background-position:center}
.dd-history-text{padding:72px 8% ;display:flex;flex-direction:column;justify-content:center}
.dd-history-text h2{font-size:clamp(30px,3.4vw,48px);margin:0 0 20px;line-height:1.1}
.dd-history-text p{color:#5c5344;font-weight:300;font-size:16.5px;line-height:1.8;margin:0 0 16px}
.dd-history-text .dd-arrow{margin-top:8px;align-self:flex-start}

/* Museum 3D (light, khung viền) */
.dd-museum{background:var(--sh-bg)}
.dd-museum .dd-matterport{border:1px solid var(--sh-line);background:#efe9dd;box-shadow:var(--sh-shadow)}
.dd-museum .dd-care{color:var(--sh-muted)}

/* Shop secondary (nhỏ, phụ) */
.dd-shop-secondary{background:var(--sh-bg)}
.dd-shop-secondary .dd-row-head h2{font-size:clamp(26px,3vw,38px)}

/* Banner overlay ấm hơn */
.dd-banner:before{background:linear-gradient(90deg,rgba(30,22,12,.56),rgba(30,22,12,.2))}

/* CTA & collections dùng kem (qua biến) — chữ ấm */
.dd-cta p{color:#6c6151}

@media(max-width:849px){
  .dd-history-inner{grid-template-columns:1fr}
  .dd-history-media{min-height:320px}
  .dd-history-text{padding:48px 24px}
  .dd-hero-cta{flex-direction:column;gap:14px}
}
