::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #c8bfae;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9d9484;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

body.page-plaza {
  background-color: #f3efe6;
  background-image:
    radial-gradient(ellipse 70% 40% at 8% -8%, rgba(196, 120, 58, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 36% at 96% 8%, rgba(13, 92, 77, 0.07), transparent 50%);
  color: #2a241c;
  min-height: 100vh;
}

.page-plaza > * {
  position: relative;
  z-index: 1;
}

.site-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #16130f;
  border-bottom: 1px solid rgba(255, 247, 232, 0.08);
}

.site-header {
  padding: 0;
}

.site-header-inner {
  max-width: 88rem;
  margin: 0 auto;
  padding: 1rem 1.25rem 0.95rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .site-header-inner {
    padding: 1.15rem 2rem 1.05rem;
  }
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  text-decoration: none;
}

.site-brand img {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0;
}

.site-brand .brand-lockup,
.footer-logo .brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.1;
}

.site-brand .brand-name,
.site-brand span {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f7f1e4;
}

.site-brand .brand-sub {
  font-family: 'Source Sans 3', 'Noto Sans SC', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: none;
  color: rgba(247, 241, 228, 0.62);
}

html:not([lang^="zh"]) .brand-sub {
  display: none;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.home-steps,
.home-why {
  padding: 2.1rem 0 0;
}

.home-steps h2,
.home-why h2,
.home-gallery-title {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 600;
  color: #16130f;
  letter-spacing: -0.03em;
  margin: 0 0 1.15rem;
}

.home-gallery-title {
  margin-top: 2.4rem;
}

.home-step-grid,
.home-why-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .home-step-grid,
  .home-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.home-step-grid li,
.home-why-grid li {
  padding: 1.15rem 1.2rem 1.2rem;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid #e6dfd2;
  border-radius: 1rem;
}

.home-step-no {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #c4783a;
  margin-bottom: 0.55rem;
}

.home-step-grid h3,
.home-why-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 650;
  color: #16130f;
}

.home-step-grid p,
.home-why-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6f675c;
}

.home-step-grid a,
.home-why-grid a {
  color: #0d5c4d;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav-main {
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
}

.site-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}

.site-header-cta {
  display: none;
  padding: 0.42rem 0.95rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-header-cta.btn-primary {
  background: transparent;
  color: #e8c39a;
  border: 1px solid rgba(232, 195, 154, 0.45);
}

.site-header-cta.btn-primary:hover,
.site-header-cta.btn-secondary:hover {
  background: #c4783a;
  color: #16130f;
  border-color: #c4783a;
}

@media (min-width: 640px) {
  .site-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.editor-save-status {
  display: none;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #c8bfae;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .editor-save-status {
    display: flex;
  }
}

.site-header-settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: #a89f90;
  cursor: pointer;
  transition: color 0.15s;
}

.site-header-settings:hover {
  color: #f7f1e4;
}

.nav-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  font-size: 1rem;
  font-weight: 500;
  color: #c8bfae;
  border-radius: 0;
  border-bottom: 0;
  transition: color 0.15s;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  color: #f7f1e4;
}

.nav-link.is-active {
  color: #f7f1e4;
  background: transparent;
}

.nav-link .fa-fire {
  display: none;
}

.plaza-hero {
  padding: 2.75rem 0 1.75rem;
}

.plaza-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4783a;
  margin-bottom: 0.85rem;
}

.plaza-title {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: clamp(2rem, 4.6vw, 3rem);
  font-weight: 600;
  color: #16130f;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.plaza-subtitle {
  margin-top: 0.85rem;
  font-size: 1rem;
  color: #6f675c;
  max-width: 38rem;
  line-height: 1.7;
}

.plaza-count {
  background: #fffdf8;
  border: 1px solid #e6dfd2;
  border-left: 3px solid #0d5c4d;
  border-radius: 0;
  padding: 1rem 1.35rem 0.95rem;
  box-shadow: none;
  text-align: left;
  flex-shrink: 0;
  min-width: 7.5rem;
}

.plaza-count-num {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #0d5c4d;
  line-height: 1;
}

.plaza-count-label {
  font-size: 0.75rem;
  color: #6f675c;
  margin-top: 0.3rem;
  letter-spacing: 0.04em;
}

.filter-panel {
  background: #fffdf8;
  border: 1px solid #e6dfd2;
  border-radius: 0;
  padding: 1.35rem 1.5rem 1.25rem;
  box-shadow: none;
  margin-bottom: 2rem;
}

.filter-row + .filter-row {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid #efe8d9;
}

.filter-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f675c;
  margin-bottom: 0.7rem;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.filter-tag {
  padding: 0.32rem 0.8rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #2a241c;
  background: transparent;
  border: 1px solid #d8d0c0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

.filter-tag:hover {
  border-color: #0d5c4d;
  color: #0d5c4d;
}

.filter-tag.is-active {
  background: #0d5c4d;
  border-color: #0d5c4d;
  color: #fffdf8;
}

.studio-mast {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.35rem 0 1.85rem;
  border-bottom: 1px solid #e6dfd2;
}

@media (min-width: 768px) {
  .studio-mast {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2.85rem 0 2.1rem;
  }
}

.studio-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4783a;
}

.studio-title {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: clamp(2.2rem, 5.2vw, 3.6rem);
  font-weight: 600;
  color: #16130f;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.studio-lead {
  margin: 0.9rem 0 0;
  font-size: 1.02rem;
  color: #6f675c;
  line-height: 1.75;
  max-width: 36rem;
}

.studio-tally {
  margin: 0;
  flex-shrink: 0;
  text-align: left;
  color: #6f675c;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .studio-tally {
    text-align: right;
    padding-bottom: 0.2rem;
  }
}

.studio-tally span {
  display: block;
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #0d5c4d;
  text-transform: none;
}

.studio-floor {
  display: grid;
  gap: 1.75rem;
  padding-top: 1.75rem;
}

@media (min-width: 900px) {
  .studio-floor {
    grid-template-columns: 12.5rem minmax(0, 1fr);
    gap: 2.75rem;
    padding-top: 2.15rem;
  }
}

.studio-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.5rem;
}

@media (min-width: 900px) {
  .studio-rail {
    display: block;
    position: sticky;
    top: 5.75rem;
    align-self: start;
  }
}

.studio-rail-block + .studio-rail-block {
  border-top: 0;
}

@media (min-width: 900px) {
  .studio-rail-block + .studio-rail-block {
    margin-top: 1.65rem;
    padding-top: 1.65rem;
    border-top: 1px solid #e6dfd2;
  }
}

.studio-rail .filter-tags {
  flex-direction: column;
  align-items: stretch;
  gap: 0.15rem;
}

@media (max-width: 899px) {
  .studio-rail .filter-tags {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}

.studio-rail .filter-tag {
  text-align: left;
  border: 0;
  border-left: 2px solid transparent;
  background: transparent;
  padding: 0.32rem 0.55rem;
  color: #6f675c;
}

.studio-rail .filter-tag:hover {
  color: #16130f;
}

.studio-rail .filter-tag.is-active {
  background: transparent;
  color: #0d5c4d;
  border-left-color: #0d5c4d;
  font-weight: 700;
}

@media (max-width: 899px) {
  .studio-rail .filter-tag {
    border: 1px solid #d8d0c0;
    border-left: 1px solid #d8d0c0;
  }

  .studio-rail .filter-tag.is-active {
    background: #0d5c4d;
    border-color: #0d5c4d;
    color: #fffdf8;
  }
}

.site-footer {
  margin-top: auto;
  border-top: 0;
  background: #16130f;
  color: #c8bfae;
}

.site-footer-main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.35rem 1.25rem 1.4rem;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
}

.footer-brand {
  max-width: 20rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: #f7f1e4;
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.footer-logo img {
  display: none;
}

.footer-tagline {
  margin: 0.55rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #a89f90;
}

.footer-cta {
  display: none;
}

.footer-cta .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.footer-cta .btn-secondary {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  background: transparent;
  color: #f7f1e4;
  border-color: rgba(247, 241, 228, 0.22);
}

.footer-cta .btn-secondary:hover {
  border-color: #c4783a;
  color: #f7f1e4;
  background: rgba(196, 120, 58, 0.12);
}

.footer-col h4 {
  display: none;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
}

.footer-col li + li {
  margin-top: 0;
}

.footer-col a {
  font-size: 0.8125rem;
  color: #a89f90;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-col a:hover {
  color: #f7f1e4;
}

.footer-col ul.footer-legal {
  margin-top: 0;
}

.footer-social {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(247, 241, 228, 0.16);
  color: #c8bfae;
  font-size: 0.875rem;
  transition: all 0.15s;
}

.footer-social a:hover {
  background: #0d5c4d;
  border-color: #0d5c4d;
  color: #fffdf8;
}

.site-footer-bottom {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.1rem 1.25rem 1.4rem;
  border-top: 1px solid rgba(247, 241, 228, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #8a8173;
}

.site-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-bottom-links a {
  color: #8a8173;
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer-bottom-links a:hover {
  color: #f7f1e4;
}

.site-footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: #8a8173;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-links a {
  color: #a89f90;
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer-links a:hover {
  color: #f7f1e4;
}

.lang-select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid rgba(247, 241, 228, 0.16);
  border-radius: 0;
  padding: 0.28rem 1.35rem 0.28rem 0.55rem;
  box-shadow: none;
  flex-shrink: 0;
}

.lang-select i {
  color: #c4783a;
  font-size: 0.7rem;
  pointer-events: none;
}

.lang-select::after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1px solid #c8bfae;
  border-bottom: 1px solid #c8bfae;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.lang-select select {
  background: transparent;
  border: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #f7f1e4;
  cursor: pointer;
  outline: none;
  appearance: none;
  max-width: 6.8rem;
}

.lang-select select option {
  color: #16130f;
}

.modal-backdrop {
  background: rgba(22, 19, 15, 0.48);
  backdrop-filter: blur(4px);
}

.prose-aura h2 {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #16130f;
  margin: 1.75rem 0 0.75rem;
  scroll-margin-top: 5rem;
}

.prose-aura h2:first-child {
  margin-top: 0;
}

.prose-aura h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #16130f;
  margin: 1.25rem 0 0.5rem;
}

.prose-aura p,
.prose-aura li {
  color: #6f675c;
  font-size: 0.95rem;
  line-height: 1.8;
}

.prose-aura p {
  margin: 0 0 0.85rem;
}

.prose-aura p:last-child {
  margin-bottom: 0;
}

.prose-aura ul,
.prose-aura ol {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1rem;
}

.prose-aura ul {
  list-style: disc;
}

.prose-aura ol {
  list-style: decimal;
}

.prose-aura a {
  color: #0d5c4d;
}

.prose-aura strong {
  color: #16130f;
  font-weight: 600;
}

.prose-aura code {
  font-size: 0.85em;
  background: #efe8d9;
  padding: 0.1em 0.35em;
  border-radius: 0.15rem;
  color: #16130f;
}

.prose-aura table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 0.75rem 0 1.25rem;
}

.prose-aura th,
.prose-aura td {
  border: 1px solid #e6dfd2;
  padding: 0.55rem 0.75rem;
  text-align: left;
  color: #6f675c;
  vertical-align: top;
}

.prose-aura th {
  background: #fffdf8;
  color: #16130f;
  font-weight: 600;
}

.faq-hero {
  padding: 0;
  border-bottom: 0;
}

.faq-hero .studio-lead a {
  color: #0d5c4d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-layout {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
}

@media (min-width: 840px) {
  .faq-layout {
    grid-template-columns: 10.5rem minmax(0, 1fr);
    gap: 3rem;
  }
}

.faq-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

@media (min-width: 840px) {
  .faq-rail {
    position: sticky;
    top: 5.75rem;
    align-self: start;
    flex-direction: column;
    gap: 0.7rem;
  }
}

.faq-rail a {
  font-size: 0.8125rem;
  color: #6f675c;
  text-decoration: none;
}

.faq-rail a span {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 0.7rem;
  color: #c4783a;
  margin-right: 0.4rem;
}

.faq-rail a:hover {
  color: #0d5c4d;
}

.faq-search-wrap {
  position: relative;
  margin-top: 1.35rem;
  max-width: 28rem;
}

.faq-search-wrap i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9d9484;
  font-size: 0.875rem;
  pointer-events: none;
}

.faq-search {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.5rem;
  border: 1px solid #e6dfd2;
  border-radius: 0;
  background: #fffdf8;
  font-size: 0.875rem;
  color: #16130f;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.faq-search::placeholder {
  color: #9d9484;
}

.faq-search:focus {
  outline: none;
  border-color: #0d5c4d;
  box-shadow: 0 0 0 3px rgba(13, 92, 77, 0.12);
}

.faq-section + .faq-section {
  margin-top: 2.25rem;
  padding-top: 0;
  border-top: 0;
}

.faq-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #16130f;
  margin-bottom: 0.35rem;
}

.faq-section-title i {
  display: none;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

details.faq-item {
  border: 0;
  border-bottom: 1px solid #e6dfd2;
  border-radius: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
  transition: none;
}

details.faq-item:hover {
  border-color: #e6dfd2;
}

details.faq-item[open] {
  border-color: #e6dfd2;
  box-shadow: none;
}

details.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #16130f;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

details.faq-item summary::-webkit-details-marker {
  display: none;
}

details.faq-item summary::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.7rem;
  color: #9d9484;
  margin-top: 0.25rem;
  flex-shrink: 0;
  transition: transform 0.2s, color 0.15s;
}

details.faq-item[open] summary {
  color: #0d5c4d;
}

details.faq-item[open] summary::after {
  transform: rotate(180deg);
  color: #0d5c4d;
}

details.faq-item .faq-answer {
  padding: 0 1.15rem 1rem;
  color: #6f675c;
  font-size: 0.875rem;
  line-height: 1.75;
}

details.faq-item .faq-answer p {
  margin: 0;
}

details.faq-item .faq-answer a {
  color: #0d5c4d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

details.faq-item .faq-answer a:hover {
  color: #0a4a3e;
}

details.faq-item > p {
  padding: 0 1.15rem 1rem;
  margin: 0;
  color: #6f675c;
  font-size: 0.875rem;
  line-height: 1.75;
}

details.faq-item.is-hidden {
  display: none;
}

.faq-empty {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
  color: #9d9484;
  font-size: 0.875rem;
  background: #fffdf8;
  border: 1px dashed #d8d0c0;
  border-radius: 0;
}

.faq-empty.is-visible {
  display: block;
}

.content-page {
  background-color: #f3efe6;
  color: #2a241c;
  min-height: 100vh;
}

.content-card {
  background: #fffdf8;
  border: 1px solid #e6dfd2;
  border-radius: 0;
  padding: 2rem;
  box-shadow: none;
}

.content-card h1 {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #16130f;
}

.seo-crumb {
  font-size: 0.75rem;
  color: #9d9484;
  margin-bottom: 1.5rem;
}

.seo-crumb a {
  color: #0d5c4d;
  text-decoration: none;
}

.seo-crumb a:hover {
  text-decoration: underline;
}

.editor-header {
  background: #16130f;
  border-bottom: 1px solid rgba(255, 247, 232, 0.08);
}

.btn-primary {
  background: #0d5c4d;
  color: #fffdf8;
  font-weight: 600;
  border-radius: 0;
  transition: background 0.15s;
}

.btn-primary:hover {
  background: #0a4a3e;
}

.btn-secondary {
  background: #fffdf8;
  color: #2a241c;
  border: 1px solid #d8d0c0;
  font-weight: 500;
  border-radius: 0;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.btn-secondary:hover {
  border-color: #0d5c4d;
  color: #0d5c4d;
  background: #eef6f3;
}

#custom-modal .bg-white {
  border-radius: 0;
  background: #fffdf8;
}
