.hero-section__slides {
  position: relative;
  z-index: 1;
  min-height: 840px;
}

.hero-section__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  transition: opacity 1.25s ease;
  pointer-events: none;
}

.hero-section__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 13, 10, 0.5), rgba(15, 13, 10, 0.08) 34%, rgba(15, 13, 10, 0.4)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.48));
}

.hero-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  z-index: 0;
}

.hero-section__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-section__inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding-top: 50px;
}

.hero-section__actions {
  justify-content: center;
  margin-top: 10px;
}

.hero-section__bottom {
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
}

.hero-section__labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-section__labels span {
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-section__labels span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.52);
}

.hero-section__labels span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
}

.hero-section__labels span.is-active::after {
  animation: hero-label-progress var(--hero-slide-duration, 6200ms) linear forwards;
}

.hero-section__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-section__dot {
  display:none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: background 0.25s ease;
}

.hero-section__dot.is-active {
  background: #ffffff;
}

@keyframes hero-label-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.has-reveal [data-reveal] {
  opacity: 1;
  transform: none;
  transition: box-shadow 0.3s ease;
}

.has-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.has-reveal [data-reveal]:not(.is-visible) {
  opacity: 1;
  transform: none;
}

.product-layout {
  max-width: 880px;
}

.product-layout > .section-head {
  margin-bottom: 16px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 0;
  color: #ffffff;
  background: #17130f;
}

.page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 11, 10, 0.68), rgba(12, 11, 10, 0.18) 56%, rgba(12, 11, 10, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.26));
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 560px;
  max-width: 960px;
  padding-top: 76px;
}

.page-hero__title {
  margin: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.page-hero__text {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.about-intro {
  background: #ffffff;
}

.about-intro__grid,
.about-service__grid,
.company-info__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 72px;
}

.about-intro__copy {
  max-width: 540px;
}

.about-intro__media,
.about-service__media {
  overflow: hidden;
  min-height: 550px;
  background: #e8e4dd;
}

.about-intro__media img,
.about-service__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.about-identity {
  background: #f4f4f4;
}

.identity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.identity-card {
  min-height: 250px;
  overflow: hidden;
  color: #141414;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 18, 12, 0.08);
}

.identity-card::before {
  content: "";
  display: block;
  height: 250px;
  background: url("../images/interior/dressroom_04.png") center / cover no-repeat;
}

.identity-card:nth-child(2)::before {
  background-image: url("../images/interior/interior_04.png");
}

.identity-card:nth-child(3)::before {
  background-image: url("../images/interior/kitchen_02.png");
}

.identity-card__label {
  display: block;
  margin: 28px 30px 14px;
  color: #8a6a42;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.identity-card__title {
  margin: 0 30px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

.identity-card__text {
  margin: 14px 30px 32px;
  color: #5d5852;
  font-size: 14px;
  line-height: 1.78;
}

.about-service {
  background: #ffffff;
}

.about-service__content {
  max-width: 560px;
}

.service-summary {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #d9d4cd;
}

.service-summary li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #d9d4cd;
}

.service-summary strong {
  font-size: 18px;
  font-weight: 800;
}

.service-summary span {
  color: #5d5852;
  font-size: 15px;
}

.company-info {
  background: #f6f4f1;
}

.company-info__grid {
  align-items: start;

}
.company-info__head{
  text-align: center;
  margin-bottom:50px;
}


.company-info__head .button-group {
  margin-top: 28px;
}

.info-list {
  margin: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.info-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  padding: 24px 30px;
  border-bottom: 1px solid #ebe6de;
}

.info-list div:last-child {
  border-bottom: 0;
}

.info-list dt {
  color: #8a6a42;
  font-size: 13px;
  font-weight: 800;
}

.info-list dd {
  margin: 0;
  color: #161616;
  font-size: 16px;
  font-weight: 700;
}

.btn--dark {
  color: #ffffff;
  background: #111111;
}

.btn--outline-dark {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.28);
  background: transparent;
}

.board-kicker {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.board-list {
  background: #ffffff;
}

.board-list .section-title{
  margin-bottom: 35px;
  text-align:center;
}

.board-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 42px;
}

.board-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: #222;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid #ddd7cf;
  border-radius: 999px;
  background: #ffffff;
  transition:
    color 0.26s ease,
    background-color 0.26s ease,
    border-color 0.26s ease;
}

.board-tabs a.is-active,
.board-tabs a:hover,
.board-tabs a:focus-visible {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.board-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: #ffffff;
  background: #1b1b1b;
  border-radius: 8px;
}

.board-card a,
.board-card img {
  display: block;
}

.board-card a {
  min-height: inherit;
}

.board-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.board-card__num {
  display:none;
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 1;
  font-size: 13px;
  font-weight: 800;
}

.board-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}

.board-card__body h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.24;
}

.board-card__body p {
  display: none;
}

.board-post {
  background: #ffffff;
}

.board-post__grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 70px;
}

.board-post__side {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 28px;
}

.board-meta {
  display: grid;
  gap: 18px;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid #ddd7cf;
}

.board-meta dt {
  color: #8a6a42;
  font-size: 12px;
  font-weight: 800;
}

.board-meta dd {
  margin: 4px 0 0;
  color: #151515;
  font-size: 15px;
  font-weight: 800;
}

.board-post__content {
  min-width: 0;
}

.post-copy {
  max-width: 820px;
  margin-bottom: 52px;
  color: #25211d;
  font-size: 17px;
  line-height: 1.9;
}

.post-copy p + p,
.post-copy ul + p,
.post-copy p + ul {
  margin-top: 12px;
}

.post-copy h2 {
  margin: 28px 0 12px;
  font-size: 24px;
}

.post-copy ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  list-style: disc;
}

.post-tags {
  color: #8a6a42;
  font-weight: 800;
}

.post-gallery {
  display: grid;
  gap: 22px;
}

.post-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #f4f1ec;
  border-radius: 8px;
}

.post-gallery img {
  width: 100%;
  height: auto;
}

.board-cta {
  background: #f6f4f1;
}

.board-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.board-cta h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  margin-top: 42px;
}

.lineup-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  padding: 0;
  color: #151515;
  background: transparent;
  border-radius: 0;
}

.lineup-card::before {
  content: "";
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 260px;
  background: var(--lineup-image) center / cover no-repeat;
  border-radius: 8px;
}

.lineup-card--sink {
  --lineup-image: url("../images/interior/kitchen_01.png");
}

.lineup-card--closet {
  --lineup-image: url("../images/interior/dressroom_02.png");
}

.lineup-card--living {
  --lineup-image: url("../images/interior/interior_04.png");
}

.lineup-card--book {
  --lineup-image: url("../images/interior/room_02.png");
}

.lineup-card__label,
.lineup-card h3,
.lineup-card p {
  position: relative;
  z-index: 1;
}

.lineup-card__label {
  position: absolute;
  top: 24px;
  left: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
}

.lineup-card h3 {
  width: calc(70% - 48px);
  margin: -46px 0 0 0;
  padding: 24px 26px 0;
  background: rgba(255, 255, 255, 1);
  border-radius: 0 8px 0 0;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.18;
}

.lineup-card p {
  width: calc(100% - 48px);
  margin: 0 0 0 0;
  padding: 14px 26px 26px;
  color: #5d5852;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  line-height: 1.7;
}

.inspiration-section {
  background: #f8f7f5;
}

.showcase-card-section {
  display: grid;
  gap: 44px;
}

.showcase-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  padding: 58px 72px;
  color: #ffffff;
  text-align: center;
  background-color: #17130f;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 16, 12, 0.08);
}

.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.72), rgba(12, 10, 8, 0.28));
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.64), rgba(12, 10, 8, 0.22));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.showcase-card--works {
  background-image: url("../images/interior/interior_03.png");
}

.showcase-card--support {
  background-image: url("../images/interior/check01.png");
}

.showcase-card--promise {
  background-image: url("../gallery/bookshelf/01-post/image-01.jpg");
}

.showcase-card--support::before,
.showcase-card--promise::before {
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.62), rgba(12, 10, 8, 0.34));
}

.showcase-card--support::after,
.showcase-card--promise::after {
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.56), rgba(12, 10, 8, 0.28));
}

.showcase-card > * {
  position: relative;
  z-index: 1;
}

.showcase-card__eyebrow,
.strength-grid span,
.reservation-feed__head span {
  display: inline-block;
  margin-bottom: 12px;
  color: #b79261;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.showcase-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.32;
}

.showcase-card__button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 28px;
  color: #151515;
  font-size: 15px;
  font-weight: 800;
color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transition:
    color 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease;
}

.showcase-card:hover::after,
.showcase-card:focus-visible::after {
  opacity: 1;
}

.strength-section {
  background: #ffffff;
}

.strength-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 74px;
  align-items: start;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.strength-grid article {
  min-height: 250px;
  padding: 32px;
  background: #f6f4f1;
  border-radius: 8px;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.strength-grid article:hover {
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(20, 16, 12, 0.1);
}

.strength-grid h3 {
  margin: 0;
  color: #151515;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.22;
}

.strength-grid p {
  margin: 16px 0 0;
  color: #5d5852;
  font-size: 15px;
  line-height: 1.75;
}

.cta-section__inner--with-feed {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  align-items: center;
}

.cta-phone {
  display: flex;
  gap: 6px;
  margin-top: 24px;
  color: #ffffff;
  justify-content: flex-start;
  align-items: center;
}

.cta-phone span {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
}

.cta-phone a {
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.cta-section__copy .button-group {
  margin-top: 30px;
}

.reservation-feed {
  overflow: hidden;
  padding: 28px;
  color: #151515;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.reservation-feed__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.reservation-feed__head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.reservation-feed__columns {
  display: grid;
  grid-template-columns: 1.25fr 0.82fr 0.7fr 0.88fr;
  gap: 8px;
  margin-top: 18px;
  padding: 0 14px 10px;
  color: #8a6a42;
  font-size: 12px;
  font-weight: 800;
}

.reservation-feed__viewport {
  position: relative;
  overflow: hidden;
  height: 302px;
  margin-top: 0;
}

.reservation-feed__viewport::before,
.reservation-feed__viewport::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 34px;
  pointer-events: none;
}

.reservation-feed__viewport::before {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
}

.reservation-feed__viewport::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
}

.reservation-feed__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: reservation-roll 28s linear infinite;
  will-change: transform;
}

.reservation-feed:hover .reservation-feed__list {
  animation-play-state: paused;
}

.reservation-feed__list li {
  display: grid;
  grid-template-columns: 1.25fr 0.82fr 0.7fr 0.88fr;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 14px;
  background: #f6f4f1;
  border: 1px solid #e0dbd3;
  border-radius: 8px;
}

.reservation-feed__list li > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-feed__list strong {
  color: #8a6a42;
  font-size: 13px;
  font-weight: 800;
}

.reservation-feed__list span {
  font-size: 13px;
  font-weight: 800;
}

.reservation-feed__list em {
  justify-self: start;
  padding: 6px 8px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  background: #5d5145;
  border-radius: 999px;
}

@keyframes reservation-roll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.notice-board {
  background: #ffffff;
}

.notice-empty {
  margin-top: 42px;
  padding: 58px 24px;
  color: #55504a;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  background: #f6f4f1;
  border-radius: 8px;
}

.notice-empty p {
  margin: 0;
}

/* ============================================================
  Contact Form Styles
============================================================ */
.contact-form {
  margin-top: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-form__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form__item {
  display: flex;
  flex-direction: column;
}

.contact-form__item--half {
  width: calc(50% - 10px);
}

.contact-form__item--full {
  width: 100%;
}

@media (max-width: 768px) {
  .contact-form__item--half {
    width: 100%;
  }
}

.contact-form__item label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

.contact-form__item label .required {
  color: #e53e3e;
  margin-left: 4px;
}

.contact-form__item input[type="text"],
.contact-form__item input[type="date"],
.contact-form__item select,
.contact-form__item textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.contact-form__item input:focus,
.contact-form__item select:focus,
.contact-form__item textarea:focus {
  outline: none;
  border-color: #111;
}

.contact-form__file-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__file {
  font-size: 14px;
}

.contact-form__hint {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}

.contact-form__policy {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.contact-form__policy h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.policy-box {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 16px;
  font-size: 13px;
  color: #555;
  height: 150px;
  overflow-y: auto;
  line-height: 1.6;
  margin-bottom: 16px;
}

.policy-agree {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.policy-agree input {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.contact-form__submit {
  margin-top: 40px;
  text-align: center;
}

.contact-form__submit button {
  width: 100%;
  max-width: 320px;
}
