.top-catch{
  height:42px;
  background:#4a2011;
  color:#ffc36b;
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing:.18em;
}

.hero-spacer{
  display:none;
}

/* 施工実績 */
.records{
  background:#f4f0ea;
}

.records-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}

.update-badge{
  border:1px solid #ffb342;
  border-radius:999px;
  padding:8px 18px;
  color:#bd4a09;
  background:#fff;
  font-size:13px;
}

.record-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:16px;
}

.side-grid{
  display:grid;
  gap:16px;
}

.bottom-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:16px;
}

.record-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.record-card.large{
  min-height:485px;
}

.large .ph{
  height:315px;
}

.small .ph{
  height:145px;
}

.bottom-grid .ph{
  height:125px;
}

.tagrow{
  position:absolute;
  top:16px;
  left:16px;
  display:flex;
  gap:10px;
}

.meta{
  color:#8c6a54;
  font-size:13px;
  margin-bottom:6px;
}

.area{
  color:#1b120e;
  font-weight:900;
  margin-left:8px;
}

.card-body{
  padding:20px;
}

.record-card.small .card-body,
.bottom-grid .card-body{
  padding:12px 14px;
  font-size:13px;
}

/* コンセプト */
.concept{
  background:var(--brown);
  color:#fff;
  text-align:center;
  padding:95px 0;
}

.concept .eyebrow{
  color:#ffad16;
}

.concept h2{
  font-size:30px;
  margin:22px 0 24px;
}

.bar{
  width:64px;
  height:3px;
  background:var(--amber);
  margin:0 auto 24px;
}

.concept p{
  color:#ffd27a;
  font-size:18px;
}

/* プロダクト */
.products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.product{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
}

.product .ph{
  height:160px;
}

.product-head{
  background:rgba(68,30,14,.82);
  color:#fff;
  padding:15px 20px;
  margin-top:-72px;
  min-height:72px;
  position:relative;
}

.en{
  display:block;
  color:#ffb020;
  font-size:10px;
  letter-spacing:.18em;
}

.product h3{
  margin:4px 0 0;
  font-size:20px;
}

.product-body{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:16px;
  flex:1;
}

.bullets{
  margin:0;
  padding:0;
  list-style:none;
  color:#8c6a54;
  font-size:14px;
}

.bullets li::before{
  content:"•";
  color:var(--amber);
  font-size:22px;
  margin-right:8px;
  vertical-align:-2px;
}

.product p{
  margin:0;
}

.product .btn{
  margin-top:auto;
  border-color:var(--amber);
  color:#d04d00;
  background:#fff;
  padding:9px;
}

/* 見積シミュレーター */
.estimator{
  margin-top:30px;
  background:#fff;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.estimator-toggle{
  width:100%;
  border:0;
  background:#fff;
  display:flex;
  align-items:center;
  padding:22px 28px;
  gap:18px;
  cursor:pointer;
  font:inherit;
  text-align:left;
}

.estimator .label{
  background:var(--brown2);
  color:#ffc35c;
  border-radius:10px;
  padding:8px 14px;
  font-size:12px;
  letter-spacing:.12em;
}

.estimator-title{
  font-weight:900;
}

.estimator-toggle .open-text{
  margin-left:auto;
  color:#d14a00;
  font-weight:900;
}

.estimator-panel{
  display:none;
  border-top:1px solid var(--line);
  padding:24px;
}

.estimator.open .estimator-panel{
  display:block;
}

.sim-frame{
  height:900px;
  border:1px dashed #cdbfb2;
  border-radius:14px;
  background:#faf7f2;
  display:grid;
  place-items:center;
  color:#9b8b80;
}

/* 展示場・パートナー・研究開発・地域貢献 */
.exhibition-grid,
.partner-grid,
.rd-grid,
.community-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.exhibition-subtitle{
  font-size:28px;
  margin-bottom:18px;
}

.gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.gallery .ph:first-child{
  grid-column:1/3;
  height:220px;
}

.gallery .ph{
  height:142px;
  border-radius:14px;
}

/* 庭コン */
.map-box{
  height:500px;
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#76d5df;
  position:relative;
}

.map-box iframe{
  width:100%;
  height:100%;
  border:0;
}

.map-note{
  text-align:center;
  color:#a0522d;
}

.map-note a{
  text-decoration:underline;
}

/* 現場サポート */
.dark-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.support-card{
  background:#4a2011;
  border:1px solid #713219;
  border-radius:16px;
  padding:28px;
}

.support-card h3{
  margin:0 0 10px;
  font-size:19px;
}

.support-card p{
  color:#e2c7ad;
  margin:0;
}

/* パートナー募集 */
.partner-kicker{
  color:#9c5b32;
}

.partner-grid .ph{
  height:420px;
  border-radius:16px;
}

.partner-list{
  padding-left:0;
  list-style:none;
  margin:22px 0;
}

.partner-list li{
  margin:10px 0;
}

.partner-list li::before{
  content:"•";
  color:var(--amber);
  font-size:24px;
  margin-right:12px;
}

.partner-note{
  color:#8c6a54;
}

/* サイト内検索 */
.search-section{
  text-align:center;
  background:var(--cream);
  padding:70px 0;
}

.search-title{
  margin-bottom:0;
}

.search-form{
  display:flex;
  gap:10px;
  max-width:680px;
  margin:24px auto 0;
}

.search-form input{
  flex:1;
  border:1px solid #d9cfc6;
  border-radius:14px;
  padding:16px 20px;
  font:inherit;
  background:#fff;
}

/* SNS・動画 */
.media-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}

.media-panel{
  height:330px;
  border-radius:16px;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
}

.youtube{
  background:#111;
}

.instagram{
  background:linear-gradient(135deg,#4158d0,#c13584,#fd1d1d,#fcb045);
}

.play{
  width:76px;
  height:76px;
  border-radius:50%;
  background:#ff0033;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  font-size:30px;
}

.youtube-button{
  background:#ff0033;
  border-color:#ff0033;
}

.instagram-icon{
  font-size:58px;
  margin-bottom:20px;
}

.instagram-button{
  border-color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.15);
  color:#fff;
}

/* 研究開発・地域貢献 */
.rd-grid .ph,
.community-grid .ph{
  height:230px;
  border-radius:16px;
}

.feature{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:24px;
  font-weight:900;
}

.feature .icon{
  margin:0;
  background:var(--brown2);
  color:var(--amber);
}

@media(max-width:900px){
  .record-grid,
  .exhibition-grid,
  .partner-grid,
  .rd-grid,
  .community-grid,
  .media-grid{
    grid-template-columns:1fr;
  }

  .products-grid,
  .dark-card-grid,
  .bottom-grid{
    grid-template-columns:1fr;
  }

  .top-catch{
    font-size:12px;
    text-align:center;
    padding:0 16px;
  }

  .large .ph{
    height:220px;
  }

  .record-card.large{
    min-height:auto;
  }

  .search-form{
    flex-direction:column;
  }

  .partner-grid .ph{
    height:260px;
  }
} 