.terms-page {
  min-width: 1220px;
}

.terms-page .terms-main {
  width: min(1280px, calc(100vw - 128px));
  margin: 0 auto;
  padding: 58px 0 136px;
}

.terms-page .terms-hero {
  margin-bottom: 98px;
}

.terms-page .terms-kicker {
  margin: 0 0 22px;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(157, 28, 31, 0.86);
}

.terms-page .terms-hero h1 {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(4.4rem, 4rem + 0.95vw, 5.55rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #1e1715;
}

.terms-page .terms-effective-row {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.terms-page .terms-rule {
  width: 60px;
  height: 1px;
  background: rgba(157, 28, 31, 0.52);
}

.terms-page .terms-effective-row p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.4;
  font-style: italic;
  color: rgba(157, 28, 31, 0.84);
}

.terms-page .terms-hero-image-section {
  margin-bottom: 76px;
}

.terms-page .terms-hero-image-frame {
  margin: 0;
  height: 366px;
  overflow: hidden;
  border: 1px solid rgba(144, 127, 118, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    radial-gradient(circle at 50% 30%, rgba(246, 240, 229, 0.55), transparent 70%);
}

.terms-page .terms-hero-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.02) brightness(0.94);
}

.terms-page .terms-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  margin-bottom: 94px;
}

.terms-page .terms-column {
  display: grid;
  gap: 44px;
  align-content: start;
}

.terms-page .terms-block {
  break-inside: avoid;
}

.terms-page .terms-block-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(144, 127, 118, 0.18);
}

.terms-page .terms-index {
  font-family: var(--font-ui);
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(157, 28, 31, 0.92);
}

.terms-page .terms-block h2 {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: 2.3rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #1f1816;
}

.terms-page .terms-block p {
  margin: 0 0 18px;
  font-size: 1.08rem;
  line-height: 1.86;
  color: #544944;
}

.terms-page .terms-block p:last-child {
  margin-bottom: 0;
}

.terms-page .terms-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.terms-page .terms-list li {
  position: relative;
  padding-left: 28px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #544944;
}

.terms-page .terms-list li::before {
  content: "\f5ad";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.82rem;
  color: rgba(157, 28, 31, 0.86);
}

.terms-page .terms-disclaimer-card {
  margin: 4px 0 0;
  padding: 30px 32px;
  border-left: 2px solid rgba(157, 28, 31, 0.75);
  background: rgba(244, 241, 234, 0.88);
}

.terms-page .terms-disclaimer-card p {
  margin: 0;
  font-style: italic;
}

.terms-page .terms-seal-section {
  display: flex;
  justify-content: center;
}

.terms-page .terms-seal-card {
  position: relative;
  width: min(560px, 100%);
  padding: 56px 42px 42px;
  text-align: center;
  border: 1px solid rgba(144, 127, 118, 0.2);
  background: rgba(255, 253, 248, 0.72);
}

.terms-page .terms-seal-mark {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #9d1c1f;
  color: #fff9f4;
  font-size: 0.95rem;
  box-shadow: 0 10px 24px rgba(157, 28, 31, 0.18);
}

.terms-page .terms-seal-card h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", var(--font-display);
  font-size: 2.1rem;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #1f1816;
}

.terms-page .terms-seal-card p {
  margin: 0 auto;
  max-width: 420px;
  font-size: 1rem;
  line-height: 1.82;
  color: #6a5f59;
}
