/* ===== About Page only (page-id-8207) ===== */

/* Break Astra's container constraints ONLY on this page */
.page-id-8207 .ast-container,
.page-id-8207 .ast-container > .ast-row,
.page-id-8207 .content-area {
  max-width: none !important;
  width: 100% !important;
}

.page-id-8207 .ast-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Our island */
.page-id-8207 .dt-about {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) clamp(16px, 3vw, 28px) clamp(64px, 8vw, 120px);
  color: #111;
  line-height: 1.65;
}

.page-id-8207 .dt-about * { box-sizing: border-box; }

/* NEW hero name (avoid theme collision) */
.page-id-8207 .dt-about-hero { background: transparent; }

/* Grid layout (single source of truth) */
.page-id-8207 .dt-about-grid {
  display: grid;
  grid-template-columns: minmax(420px, 520px) 1fr; /* pick your preference */
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

/* Portrait (override WP baked widths safely) */
.page-id-8207 .dt-about-grid .dt-portrait,
.page-id-8207 .dt-about-grid .dt-portrait a,
.page-id-8207 .dt-about-grid .dt-portrait img {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.page-id-8207 .dt-about-grid .dt-portrait img {
  height: auto !important;
}

.page-id-8207 .dt-about-grid .dt-portrait { margin: 0; }

.page-id-8207 .dt-about-grid .dt-portrait img {
  height: auto !important;
  object-fit: cover;
  border-radius: 2px;
}

/* Title */
.page-id-8207 .dt-title {
  margin: 0 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
	font-family: 'cinzel', serif;
}
.page-id-8207 .dt-title span { font-weight: 700; }

/* Text */
.page-id-8207 .dt-lede p {
  margin: 0 0 16px;
  max-width: 100ch;
  color: #2a2a2a;
}

/* Lower block */
/* ===== Lower section redesign: Salon Card ===== */

/* Reduce the massive gap between hero and lower block */
.page-id-8207 .dt-body {
  margin-top: clamp(28px, 5vw, 56px) !important;
}

/* Give the lower content a dignified container */
.page-id-8207 .dt-body__inner {
  max-width: 72ch !important;          /* better reading width */
  margin: 0 auto !important;
  text-align: left !important;         /* key readability fix */
  background: #fff !important;
  padding: clamp(20px, 3vw, 34px) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05) !important;
}

/* Stronger paragraph rhythm */
.page-id-8207 .dt-body__inner p {
  margin: 0 0 18px !important;
}

/* Make the opening line feel intentional */
.page-id-8207 .dt-body__inner p:first-child {
  font-weight: 600;
  margin-bottom: 14px !important;
}

/* The italic line as a quiet “closing” */
.page-id-8207 .dt-body__inner em {
  display: inline-block;
  margin-top: 6px;
}


/* Responsive */
@media (max-width: 900px) {
  .page-id-8207 .dt-about-grid { grid-template-columns: 1fr; }
  .page-id-8207 .dt-lede p { max-width: none; }
}
@media (max-width: 520px) {
  .page-id-8207 .dt-body__inner { text-align: left; }
}
