.theme-soft {
  --color-text: #3a332e;
  --color-sub-text: #8a7a6d;
  --color-bg: #fffaf6;
  --color-bg-light: #f8f1ea;
  --color-border: #eadfd4;
  --color-button: #8a6f5a;
  --color-button-text: #fff;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --color-card-bg-start: #fff8f1;
  --color-card-bg-end: #ffffff;
  --color-card-deco: rgba(138, 111, 90, 0.08);
}

/* =====================================
  Soft Header
===================================== */
.theme-soft .site-header {
  background: rgba(255, 250, 246, 0.94);
  border-bottom: 1px solid rgba(234, 223, 212, 0.9);
}

.theme-soft .header__bg {
  background: transparent;
}

.theme-soft .header-bar {
  min-height: 56px;
}

.theme-soft .brand {
  color: #3a332e;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.theme-soft .desktop-nav .nav-links {
  gap: 26px;
}

.theme-soft .desktop-nav .nav-link {
  width: auto;
  padding: 0;
  border: 0;
  color: #5c5149;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.theme-soft .desktop-nav .nav-link:last-child {
  border-bottom: 0;
}

.theme-soft .desktop-nav .nav-link:hover {
  color: #8a6f5a;
  opacity: 1;
}

/* =====================================
  Soft FV
===================================== */
.theme-soft .fv__container {
  max-width: 620px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #3a332e;
}
.theme-soft .fv__container h1 {
  color: #3a332e;
  text-shadow: 0 1px 16px rgba(255, 250, 246, 0.95);
}
.theme-soft .fv__container p {
  color: #5c5149;
  text-shadow: 0 1px 12px rgba(255, 250, 246, 0.95);
}

@media screen and (max-width: 767px) {
  .theme-soft .fv {
    height: 400px;
  }
  .theme-soft .fv__frame {
    inset: 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 56px;
  }
  .theme-soft .fv__container {
    max-width: 86%;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 250, 246, 0.62);
    box-shadow: 0 8px 24px rgba(138, 111, 90, 0.08);
    backdrop-filter: blur(3px);
    color: #3a332e;
  }
  .theme-soft .fv__container h1 {
    font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow: none;
  }
  .theme-soft .fv__container p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
    color: #5c5149;
    text-shadow: none;
  }
}
/* =====================================
  Soft Concept
===================================== */
.theme-soft .section-label {
  color: #9a8878;
  letter-spacing: 0.12em;
}

.theme-soft .section-title {
  color: #3a332e;
}

.theme-soft .point-card {
  box-shadow: 0 12px 32px rgba(138, 111, 90, 0.08);
}

/* =====================================
  Soft Works List
===================================== */
.theme-soft .work-list {
  background: #f8f1ea;
}

.theme-soft .work-cards {
  gap: 32px;
}

.theme-soft .work-card {
  overflow: hidden;
  border: 1px solid #eadfd4;
  border-radius: 24px;
  background: #fffaf6;
  box-shadow: 0 14px 36px rgba(138, 111, 90, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-soft .work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(138, 111, 90, 0.16);
}

.theme-soft .work-card__thumb {
  background: #eadfd4;
}

.theme-soft .work-card__thumb img {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.theme-soft .work-card:hover .work-card__thumb img {
  transform: scale(1.03);
  opacity: 0.94;
}

.theme-soft .work-card__play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 250, 246, 0.92);
  color: #8a6f5a;
  box-shadow: 0 8px 24px rgba(138, 111, 90, 0.18);
}

.theme-soft .work-card__thumb:hover .work-card__play {
  background: #fffaf6;
}

.theme-soft .work-card__body {
  padding: 28px 28px 30px;
}

.theme-soft .work-card__category {
  color: #9a8878;
  letter-spacing: 0.08em;
}

.theme-soft .work-card__title {
  color: #3a332e;
  font-size: 21px;
}

.theme-soft .work-card__text {
  color: #5c5149;
  line-height: 1.9;
}

.theme-soft .work-card__button {
  min-height: 44px;
  padding: 0 24px;
  border-color: #8a6f5a;
  border-radius: 999px;
  color: #8a6f5a;
  background: transparent;
  font-weight: 600;
}

.theme-soft .work-card__button:hover {
  background: #8a6f5a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .theme-soft .work-cards {
    gap: 24px;
  }
  .theme-soft .work-card__body {
    padding: 24px;
  }
  .theme-soft .work-card__button {
    width: 100%;
  }
}
/* =====================================
  Soft Message / CTA
===================================== */
.theme-soft .message-section {
  background: #fffaf6;
}

.theme-soft .message-section .section-label,
.theme-soft .cta-section .section-label {
  color: #9a8878;
  letter-spacing: 0.14em;
}

.theme-soft .message-section .section-title,
.theme-soft .cta-section .section-title {
  color: #3a332e;
  font-weight: 700;
}

.theme-soft .message-section .section-text {
  color: #5c5149;
  line-height: 2;
}

/* CTA */
.theme-soft .cta-section {
  background: #f8f1ea;
  color: #3a332e;
}

.theme-soft .cta-section .section-text {
  color: #5c5149;
  line-height: 2;
}

.theme-soft .cta-section .button {
  min-width: 190px;
  min-height: 50px;
  margin-top: 36px;
  padding: 0 32px;
  border-radius: 999px;
  background: #9a7a62;
  color: #fff;
  border: 1px solid #9a7a62;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(138, 111, 90, 0.18);
}

.theme-soft .cta-section .button:hover {
  background: #fffaf6;
  color: #8a6f5a;
  border-color: #8a6f5a;
  box-shadow: 0 12px 28px rgba(138, 111, 90, 0.14);
}

/* =====================================
  Soft Footer
===================================== */
.theme-soft .site-footer {
  background: #e8dfd8;
  color: #3a332e;
}

.theme-soft .footer__bg {
  background: transparent;
}

.theme-soft .site-footer__main {
  padding: 40px 0;
  border-top: 1px solid rgba(138, 111, 90, 0.12);
}

.theme-soft .footer-nav .nav-links {
  gap: 28px;
}

.theme-soft .footer-nav .nav-link {
  width: auto;
  padding: 0;
  border: 0;
  color: #5c5149;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.theme-soft .footer-nav .nav-link:last-child {
  border-bottom: 0;
}

.theme-soft .footer-nav .nav-link:hover {
  color: #8a6f5a;
  opacity: 1;
}

.theme-soft .footer-meta {
  margin-top: 24px;
}

.theme-soft .footer-copyright {
  color: #5c5149;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* =====================================
  Soft Typography
===================================== */
.theme-soft {
  font-weight: 400;
}

.theme-soft .section-title,
.theme-soft .fv__container h1,
.theme-soft .work-card__title,
.theme-soft .point-card__title {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.theme-soft .section-text,
.theme-soft .point-card__text,
.theme-soft .work-card__text {
  line-height: 2;
}

.theme-soft .section-label,
.theme-soft .work-card__category {
  font-weight: 500;
  letter-spacing: 0.12em;
}

.theme-soft {
  --header-height-sp: 56px;
}/*# sourceMappingURL=theme-soft.css.map */