body{
  background:
    radial-gradient(circle at 18% 0%,rgba(220,238,242,.78),transparent 34rem),
    radial-gradient(circle at 85% 16%,rgba(215,185,138,.35),transparent 28rem),
    linear-gradient(180deg,#fffaf2 0%,#f7efe6 42%,#f4eadc 100%);
}
.site-header{box-shadow:0 10px 30px rgba(31,53,86,.06)}
.hero-premium{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);max-width:1380px;min-height:calc(100vh - 76px);overflow:hidden}
.hero-copy{position:relative;z-index:1}
.hero-copy h1{max-width:820px;font-size:clamp(2.7rem,5.8vw,6rem);letter-spacing:0}
.hero-copy .lead{max-width:760px;font-size:clamp(1.05rem,1.45vw,1.32rem)}
.hero-points{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.4rem 0}
.hero-points span{display:inline-flex;align-items:center;min-height:38px;padding:.45rem .75rem;border:1px solid rgba(31,53,86,.12);border-radius:999px;background:rgba(255,255,255,.68);box-shadow:0 8px 24px rgba(31,53,86,.06);font-weight:750;color:#304965}
.hero-stage{position:relative;min-height:720px;perspective:1400px;isolation:isolate}
.hero-stage:before{content:"";position:absolute;inset:7% -8% 2% 2%;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(220,238,242,.72));box-shadow:0 45px 110px rgba(31,53,86,.16);transform:rotateX(7deg) rotateY(-8deg);z-index:-1}
.hero-photo{position:absolute;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.76);background:white;box-shadow:0 30px 70px rgba(31,53,86,.2)}
.hero-photo img{display:block;width:100%;height:100%;object-fit:cover}
.hero-photo-main{right:4%;top:3%;width:min(58%,420px);height:620px;border-radius:34px;transform:rotateY(-8deg) rotateX(2deg) translateZ(40px)}
.hero-photo-room{left:0;bottom:7%;width:min(66%,520px);height:360px;border-radius:30px;transform:rotateY(10deg) rotateX(4deg) translateZ(12px)}
.wood-block{position:absolute;border-radius:18px;background:linear-gradient(145deg,#d7b98a,#a66f49);box-shadow:0 24px 44px rgba(31,53,86,.18),inset 0 -10px 0 rgba(96,54,31,.16);transform-style:preserve-3d}
.block-a{width:92px;height:92px;left:8%;top:12%;transform:rotateX(58deg) rotateZ(24deg)}
.block-b{width:132px;height:72px;right:8%;bottom:7%;transform:rotateX(60deg) rotateZ(-18deg);background:linear-gradient(145deg,#8fb8c9,#dceef2)}
.floating-note{position:absolute;left:8%;bottom:18%;max-width:310px;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.72);border-radius:20px;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);box-shadow:0 24px 55px rgba(31,53,86,.16)}
.floating-note strong,.floating-note span{display:block}
.floating-note span{color:var(--muted)}
.visual-showcase{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.photo-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 260px;gap:1rem;perspective:1200px}
.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.82);box-shadow:0 24px 60px rgba(31,53,86,.14)}
.photo-grid img:first-child{grid-row:span 2;transform:rotateY(4deg)}
.photo-grid img:nth-child(2){transform:translateY(18px) rotateX(2deg)}
.photo-grid img:nth-child(3){transform:translateY(-8px) rotateX(-2deg)}
.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-top:1rem;padding-bottom:1rem}
.trust-strip div{min-height:150px;padding:1.25rem;border-radius:24px;background:rgba(255,255,255,.72);border:1px solid rgba(31,53,86,.09);box-shadow:0 18px 42px rgba(31,53,86,.09)}
.trust-strip strong{display:block;font-size:clamp(2.2rem,4vw,4.6rem);line-height:1;color:var(--clay);letter-spacing:0}
.trust-strip span{display:block;margin-top:.7rem;font-weight:750;color:#38506a}
.expert-feature{display:grid;grid-template-columns:minmax(300px,.72fr) 1fr;gap:clamp(1.8rem,5vw,5rem);align-items:center}
.expert-portrait{position:relative;perspective:1000px}
.expert-portrait img{width:100%;max-height:760px;object-fit:cover;border-radius:36px;box-shadow:0 34px 80px rgba(31,53,86,.18);transform:rotateY(4deg);border:1px solid rgba(255,255,255,.86)}
.portrait-card{position:absolute;left:1rem;right:1rem;bottom:1rem;padding:1rem;border-radius:22px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);box-shadow:0 18px 35px rgba(31,53,86,.14)}
.portrait-card strong,.portrait-card span{display:block}
.portrait-card span{font-size:1.4rem;font-weight:850}
.branches{display:grid;grid-template-columns:.76fr 1.24fr;gap:2rem;align-items:start}
.branch-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.branch-list article{position:relative;min-height:150px;padding:1.2rem;border-radius:22px;background:#fffefb;border:1px solid rgba(31,53,86,.09);box-shadow:0 18px 45px rgba(31,53,86,.08);overflow:hidden}
.branch-list article:after{content:"";position:absolute;right:-28px;bottom:-34px;width:110px;height:110px;border-radius:26px;background:linear-gradient(145deg,rgba(143,184,201,.36),rgba(215,185,138,.4));transform:rotate(18deg)}
.branch-list h3,.branch-list p{position:relative;z-index:1}
.branch-list p{color:#38506a}
.card{transition:transform .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(31,53,86,.13)}
.button{box-shadow:0 12px 24px rgba(31,53,86,.15)}
.button.secondary,.button.soft{box-shadow:none}
@media(max-width:1000px){
  .hero-premium,.visual-showcase,.expert-feature,.branches{grid-template-columns:1fr}
  .hero-stage{min-height:620px}
  .trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .photo-grid{grid-template-rows:220px 220px}
  .branch-list{grid-template-columns:1fr}
}
@media(max-width:620px){
  .hero-stage{min-height:520px}
  .hero-photo-main{width:70%;height:420px;right:0}
  .hero-photo-room{width:74%;height:230px}
  .floating-note{left:0;bottom:12%;max-width:260px}
  .trust-strip{grid-template-columns:1fr}
  .photo-grid{display:block}
  .photo-grid img{height:auto;margin:.75rem 0}
  .hero-points span{width:100%}
  .hero-premium{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .hero-photo,.wood-block,.photo-grid img,.expert-portrait img,.hero-stage:before{transform:none!important}
}
