@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  background: #f2ede0;
  color: #26230e;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

.foundation-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(242, 237, 224, 0.94);
  backdrop-filter: saturate(130%) blur(10px);
  -webkit-backdrop-filter: saturate(130%) blur(10px);
  border-bottom: 1px solid rgba(107, 99, 63, 0.16);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  box-shadow: 0 1px 12px rgba(58, 56, 32, 0.1);
}
.foundation-header .fh-logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.foundation-header .fh-logo-kr {
  font-family: "Gurmukhi MN", "GurmukhiMN", "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: #3a3820;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
}
.foundation-header .fh-logo-en {
  font-family: "Lato", sans-serif;
  font-size: 8px;
  font-weight: 400;
  color: #c4a830;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.foundation-header .fh-badge {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #8a8256;
  border: 1px solid #d4bc5c;
  padding: 4px 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
}

.section-page {
  display: block;
  padding-top: 60px;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 28px);
  min-height: 100vh;
  animation: fadeSlide 0.5s ease;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#sec-mosim {
  background: #f2ede0;
}

.mosim-word {
  font-family: "Gurmukhi MN", "GurmukhiMN", "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.msm-brand-title {
  font-family:
    "Gurmukhi MN", "GurmukhiMN", "Josefin Sans", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 6px !important;
}

.msm-hero {
  position: relative;
  background: #6b633f !important;
  overflow: hidden;
  height: auto !important;
}
.msm-hero-logo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.msm-hero-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.msm-hero-fade {
  display: none !important;
}
.msm-hero-caption {
  text-align: center;
  padding: 24px 24px 6px;
  background: linear-gradient(to bottom, #cec89a 0%, #f2ede0 58%);
}
.msm-hero-values {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.msm-hero-value {
  font-family: "Noto Serif KR", serif;
  font-size: 13px;
  font-weight: 500;
  color: #8a8256;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.msm-hero-value:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d4bc5c;
}
.msm-hero-concept {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-style: italic;
  color: #c4a830;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.msm-hero-divider {
  width: 40px;
  height: 1px;
  background: #d4bc5c;
  margin: 0 auto 18px;
}
.msm-hero-main-copy {
  font-family: "Noto Serif KR", serif;
  font-size: 16px;
  font-weight: 500;
  color: #3a3820;
  line-height: 1.8;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}
.msm-hero-story {
  font-family: "Noto Serif KR", serif;
  font-size: 12px;
  font-weight: 500;
  color: #8a8256;
  line-height: 1.95;
  margin-bottom: 4px;
  padding: 0 6px;
}

.msm-body {
  padding: 28px 20px;
}

.msm-brand-card {
  background: #fdfcf6;
  border-radius: 13px;
  padding: 24px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(58, 56, 32, 0.1);
  border: 1px solid rgba(107, 99, 63, 0.09);
}
.msm-brand-card .msm-brand-label {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c4a830;
  font-weight: 700;
  margin-bottom: 12px;
}
.msm-brand-card .msm-brand-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #3a3820;
  line-height: 1.15;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.msm-brand-card .msm-brand-kor {
  font-size: 12.5px;
  color: #8a8256;
  font-family: "Noto Serif KR", serif;
  margin-bottom: 14px;
  font-style: italic;
}
.msm-brand-card .msm-brand-desc {
  font-size: 13px;
  color: #7c7452;
  line-height: 1.82;
}
.msm-brand-card .msm-brand-desc strong {
  color: #3a3820;
}

.msm-compare {
  background: #fdfcf6;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 6px 24px rgba(58, 56, 32, 0.12);
  border: 1px solid rgba(107, 99, 63, 0.09);
}
.msm-compare-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #1e1d0a;
}
.msm-compare-head-cell {
  padding: 15px 16px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.msm-compare-head-cell.catering {
  color: rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(196, 168, 48, 0.16);
}
.msm-compare-head-cell.caring {
  color: #c4a830;
}
.msm-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(58, 56, 32, 0.06);
}
.msm-compare-row:last-child {
  border-bottom: none;
}
.msm-compare-cell {
  padding: 13px 15px;
  font-size: 12.5px;
  line-height: 1.55;
  font-family: "Noto Sans KR", sans-serif;
}
.msm-compare-cell.catering {
  color: #b0ab8e;
  text-decoration: line-through;
  border-right: 1px solid rgba(58, 56, 32, 0.06);
  font-size: 12px;
  background: rgba(26, 25, 8, 0.02);
}
.msm-compare-cell.caring {
  color: #3a3820;
  font-weight: 600;
  background: rgba(196, 168, 48, 0.08);
}

.msm-gather-section {
  margin-bottom: 20px;
  background: #e5ddc8;
  border-radius: 16px;
  padding: 22px 16px;
}

.msm-section-eyebrow {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c4a830;
  font-weight: 700;
  margin-bottom: 6px;
}

.msm-section-title {
  font-family: "Noto Serif KR", serif;
  font-size: 16.5px;
  font-weight: 600;
  color: #3a3820;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.msm-gather-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.msm-gather-card {
  background: #fdfcf6;
  border-radius: 13px;
  padding: 20px 16px;
  box-shadow: 0 2px 14px rgba(58, 56, 32, 0.09);
  transition:
    transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.28s ease;
  border-bottom: 3px solid #c4a830;
}
.msm-gather-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(58, 56, 32, 0.16);
}
.msm-gather-card .gc-icon {
  font-size: 26px;
  margin-bottom: 10px;
}
.msm-gather-card .gc-title {
  font-family: "Noto Serif KR", serif;
  font-size: 13px;
  font-weight: 600;
  color: #3a3820;
  margin-bottom: 7px;
  line-height: 1.35;
}
.msm-gather-card .gc-desc {
  font-size: 11.5px;
  color: #7c7452;
  line-height: 1.68;
}

.msm-values-section {
  margin-bottom: 24px;
}

.msm-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.msm-value {
  background: #fdfcf6;
  border-radius: 12px;
  padding: 18px 15px;
  border-left: 4px solid #c4a830;
  box-shadow: 0 2px 12px rgba(58, 56, 32, 0.08);
  border-bottom: 1px solid rgba(58, 56, 32, 0.06);
}
.msm-value .v-icon {
  font-size: 22px;
  margin-bottom: 8px;
}
.msm-value .v-title {
  font-family: "Noto Serif KR", serif;
  font-size: 14px;
  font-weight: 600;
  color: #3a3820;
  margin-bottom: 5px;
}
.msm-value .v-desc {
  font-size: 11.5px;
  color: #7c7452;
  line-height: 1.62;
}

.msm-theology {
  background: #e5ddc8;
  border-radius: 14px;
  padding: 26px 22px;
  margin-bottom: 20px;
  border-left: 4px solid #c4a830;
  box-shadow: 0 4px 18px rgba(58, 56, 32, 0.09);
}
.msm-theology .th-label {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c4a830;
  margin-bottom: 14px;
  font-weight: 700;
}
.msm-theology blockquote {
  font-family: "Noto Serif KR", serif;
  font-size: 15px;
  color: #3a3820;
  line-height: 1.88;
  font-style: italic;
  margin-bottom: 14px;
  padding-left: 0;
}
.msm-theology p {
  font-size: 12.5px;
  color: #7c7452;
  line-height: 1.78;
}
.msm-theology .verse-ref {
  font-size: 10px;
  color: #c4a830;
  margin-top: 12px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.msm-cta {
  background: linear-gradient(145deg, #3a3820 0%, #1a1808 100%);
  border-radius: 14px;
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(196, 168, 48, 0.14);
}
.msm-cta::before {
  content: "mosim";
  position: absolute;
  right: -6px;
  bottom: -14px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 64px;
  color: rgba(196, 168, 48, 0.07);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -2px;
}
.msm-cta-head {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.msm-cta-head .msm-cta-eyebrow {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c4a830;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0.9;
}
.msm-cta-head h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 8px;
}
.msm-cta-head p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.75;
}

.msm-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.msm-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.msm-field label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.4px;
  line-height: 1.5;
}
.msm-field label span {
  color: #c4a830;
}
.msm-field input,
.msm-field select,
.msm-field textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 168, 48, 0.28);
  border-radius: 8px;
  padding: 11px 13px;
  font-size: 13px;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.msm-field input::-moz-placeholder,
.msm-field select::-moz-placeholder,
.msm-field textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.18);
}
.msm-field input::placeholder,
.msm-field select::placeholder,
.msm-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.18);
}
.msm-field input:focus,
.msm-field select:focus,
.msm-field textarea:focus {
  border-color: rgba(196, 168, 48, 0.8);
}
.msm-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c4a830' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.msm-field select option {
  background: #1a1808;
  color: #fff;
}
.msm-field textarea {
  resize: none;
  height: 96px;
  line-height: 1.7;
}
.msm-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.msm-submit-btn {
  background: #c4a830;
  border: none;
  border-radius: 9px;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition:
    opacity 0.2s,
    transform 0.1s;
  margin-top: 2px;
  width: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.msm-submit-btn:active {
  opacity: 0.82;
  transform: scale(0.99);
}
.msm-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.msm-submit-sub {
  text-align: center;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 2px;
  line-height: 1.6;
  font-family: "Noto Serif KR", serif;
  font-style: italic;
}

.msm-direct {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(196, 168, 48, 0.24);
  text-align: center;
}
.msm-direct-or {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #d4bc5c;
  margin-bottom: 12px;
  opacity: 0.8;
}
.msm-direct-text {
  font-family: "Noto Serif KR", serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 2;
}
.msm-direct-text strong {
  color: #d4bc5c;
  font-weight: 600;
}
.msm-direct-phone {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  color: #c4a830;
  letter-spacing: 0.5px;
  margin: 2px 0;
  border-bottom: 1px solid rgba(196, 168, 48, 0.48);
  padding-bottom: 1px;
}

.msm-error-msg {
  font-size: 11.5px;
  color: #ff8a8a;
  text-align: center;
  margin-top: 4px;
  display: none;
  line-height: 1.55;
}

.msm-success {
  display: none;
  text-align: center;
  padding: 24px 12px;
  position: relative;
  z-index: 1;
}
.msm-success-mark {
  font-size: 26px;
  margin-bottom: 16px;
  color: #c4a830;
  font-family: "Lato", sans-serif;
  letter-spacing: 4px;
}
.msm-success-title {
  font-family: "Noto Serif KR", serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 10px;
}
.msm-success-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.85;
  font-style: italic;
  font-family: "Noto Serif KR", serif;
}

/* ── MOSIM STORY 섹션 ── */
.msm-story-section {
  margin-bottom: 28px;
}

.msm-story-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.msm-story-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #d4bc5c, transparent);
}
.msm-story-divider-text {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c4a830;
  font-weight: 700;
  white-space: nowrap;
}

.msm-story-card {
  background: #fdfcf6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(58, 56, 32, 0.13);
  border: 1px solid rgba(107, 99, 63, 0.09);
}
.msm-story-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 0;
  flex-wrap: wrap;
  gap: 8px;
}

.msm-story-tag {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c4a830;
  background: rgba(196, 168, 48, 0.1);
  border: 1px solid rgba(196, 168, 48, 0.25);
  padding: 4px 10px;
  border-radius: 2px;
}

.msm-story-date-pax {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  color: #7c7452;
  letter-spacing: 0.8px;
}

.msm-story-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-top: 14px;
}
.msm-story-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.msm-story-sub-scroll {
  display: flex;
  gap: 8px;
  padding: 10px 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.msm-story-sub-scroll::-webkit-scrollbar {
  display: none;
}

.msm-story-sub-img {
  flex-shrink: 0;
  width: 140px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
}
.msm-story-sub-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.msm-story-body {
  padding: 20px 18px 24px;
}

.msm-story-title {
  font-family: "Noto Serif KR", serif;
  font-size: 17px;
  font-weight: 600;
  color: #3a3820;
  line-height: 1.55;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.msm-story-para {
  font-family: "Noto Serif KR", serif;
  font-size: 13px;
  color: #26230e;
  line-height: 1.95;
  margin-bottom: 10px;
}

.msm-story-closing {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(196, 168, 48, 0.22);
}
.msm-story-closing p {
  font-family: "Noto Serif KR", serif;
  font-size: 13px;
  font-style: italic;
  color: #8a8256;
  line-height: 1.95;
}

@media (max-width: 360px) {
  .msm-gather-grid {
    grid-template-columns: 1fr;
  }
  .msm-values {
    grid-template-columns: 1fr;
  }
  .msm-hero-value {
    letter-spacing: 2px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .msm-compare-head-cell {
    font-size: 9px;
    letter-spacing: 1.2px;
    padding: 12px 10px;
  }
  .msm-compare-cell {
    padding: 11px 12px;
    font-size: 11.5px;
  }
} /*# sourceMappingURL=main.css.map */
