.about-main {
  position: relative;
  z-index: 1;
}

.about-hero-card,
.about-panel,
.about-final-cta {
  border: 2px solid #b79866;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbf3df 0%, #f0e0bc 100%);
  box-shadow: 0 10px 20px rgba(79, 50, 25, 0.1);
  padding: 1.15rem;
}

.about-kicker {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b1f26;
  font-size: 0.75rem;
  font-weight: 700;
}

.about-hero-card h1,
.about-panel h2,
.about-final-cta h2,
.about-offer-highlight h3,
.about-offer-muted h3 {
  font-family: "Bree Serif", serif;
  color: #332317;
}

.about-hero-card h1 {
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  margin-bottom: 0.7rem;
}

.about-hero-card p,
.about-panel p,
.about-panel li,
.about-small {
  color: #4b3827;
  line-height: 1.65;
}

.about-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.about-checks {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.4rem;
}

.about-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.about-benefit-card {
  border: 1px solid #c5a977;
  border-radius: 10px;
  background: #fff8e6;
  padding: 0.75rem;
}

.about-benefit-card h3 {
  margin: 0 0 0.28rem;
  font-size: 1rem;
  color: #3a2617;
}

.about-offers {
  display: grid;
  gap: 0.7rem;
}

.about-offer-highlight,
.about-offer-muted {
  border: 1px solid #af8d57;
  border-radius: 12px;
  background: #fff4dc;
  padding: 0.9rem;
}

.about-offer-tag {
  margin: 0 0 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b1f26;
}

.about-price {
  font-size: 1rem;
  font-weight: 700;
  color: #2d4a3e;
}

.about-faq-wrap {
  margin-bottom: 1rem;
}

.about-panel details {
  border: 1px solid #ceb286;
  background: #fff8e8;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
}

.about-panel details + details {
  margin-top: 0.6rem;
}

.about-panel summary {
  cursor: pointer;
  font-weight: 700;
  color: #3b291a;
}

.about-panel details p {
  margin: 0.6rem 0 0;
}

.about-final-cta {
  text-align: center;
}

.about-final-cta p {
  margin: 0.65rem auto 0;
  max-width: 64ch;
}

.about-final-actions {
  margin-top: 0.95rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.about-cta {
  min-width: 220px;
}

.about-masters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.about-master-card {
  border: 1px solid #c5a977;
  border-radius: 10px;
  background: #fff8e6;
  padding: 0.85rem;
}

.about-master-card h3 {
  margin: 0 0 0.35rem;
  font-family: "Bree Serif", serif;
  font-size: 1.05rem;
  color: #3a2617;
}

.about-master-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b3827;
  line-height: 1.6;
}

.about-panel--bruno p + p {
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  .about-section-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-masters-grid {
    grid-template-columns: 1fr;
  }

  .about-benefits {
    grid-template-columns: 1fr;
  }

  .about-cta {
    width: 100%;
  }
}

/* =============================================================
   ABOUT THE PROJECT — aproj-* namespace
   ============================================================= */

/* --- Buttons --- */
.aproj-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c69a34;
  color: #2c1e10;
  border: 2px solid #7a5c1a;
  border-radius: 8px;
  padding: 0.75rem 1.6rem;
  font-family: "Bree Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  box-shadow: 0 3px 0 #5c4010;
}
.aproj-btn-primary:hover {
  background: #ddb040;
  color: #2c1e10;
  transform: translateY(-1px);
}
.aproj-btn-primary--large {
  font-size: 1.1rem;
  padding: 0.9rem 2rem;
}
.aproj-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #f4ecd8;
  border: 2px solid #c69a34;
  border-radius: 8px;
  padding: 0.75rem 1.6rem;
  font-family: "Bree Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
}
.aproj-btn-secondary:hover {
  background: rgba(198, 154, 52, 0.15);
  color: #f4ecd8;
}

/* --- Image placeholders --- */
.aproj-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 220px;
  border: 2px dashed #b59b6a;
  border-radius: 12px;
  background: rgba(255, 248, 230, 0.5);
  color: #8a6f49;
  text-align: center;
  padding: 1.5rem;
}
.aproj-placeholder i {
  font-size: 2rem;
  opacity: 0.45;
}
.aproj-placeholder span {
  font-family: "Bree Serif", serif;
  font-size: 0.9rem;
  color: #6b5230;
}
.aproj-placeholder small {
  font-size: 0.75rem;
  color: #9a7a55;
  max-width: 22ch;
  line-height: 1.4;
}
.aproj-placeholder--hero {
  min-height: 340px;
}
.aproj-placeholder--tall {
  min-height: 280px;
}
.aproj-placeholder--portrait {
  min-height: 340px;
  max-width: 280px;
}
.aproj-placeholder--master {
  min-height: 160px;
  border-color: rgba(255, 235, 180, 0.25);
  background: rgba(255, 235, 180, 0.06);
  color: #c9aa72;
}
.aproj-placeholder--master i,
.aproj-placeholder--master span,
.aproj-placeholder--master small {
  color: #b89a60;
}
.aproj-placeholder--dark {
  border-color: rgba(255, 235, 180, 0.2);
  background: rgba(255, 235, 180, 0.05);
}
.aproj-placeholder--dark i,
.aproj-placeholder--dark span,
.aproj-placeholder--dark small {
  color: #b89a60;
}

/* --- Section base (override global section { margin-top: 3.2rem } from styles.css) --- */
.aproj-section,
.aproj-hero {
  margin-top: 0;
}

.aproj-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/* --- Light / Paper sections --- */
.aproj-section--paper {
  background: linear-gradient(180deg, #f5ead4 0%, #efddb8 100%);
}

/* --- Dark (masters) section --- */
.aproj-section--dark {
  background: linear-gradient(180deg, #1e2e28 0%, #162219 100%);
  color: #f0e4c8;
}
.aproj-section--dark h2 {
  color: #f4dfa8;
}
.aproj-section--dark p {
  color: #d8cab0;
}

/* --- Gold / VSL section --- */
.aproj-section--gold {
  background: linear-gradient(180deg, #3d2c0e 0%, #2a1e09 100%);
  color: #f4e6c0;
}
.aproj-section--gold h2 {
  color: #f2d98a;
}
.aproj-section--gold p {
  color: #ddc99a;
}
.aproj-section--gold .aproj-label {
  color: #c69a34;
}

/* --- Walnut (Bruno) section --- */
.aproj-section--walnut {
  background: linear-gradient(180deg, #2d1e14 0%, #1e140d 100%);
  color: #f0e4c8;
}
.aproj-section--walnut h2 {
  color: #f4dfa8;
}
.aproj-section--walnut p {
  color: #d8cab0;
  line-height: 1.7;
}
.aproj-section--walnut p + p {
  margin-top: 0.9rem;
}

/* --- CTA section --- */
.aproj-section--cta {
  background: linear-gradient(135deg, #6b1f26 0%, #4d1418 50%, #3a0f12 100%);
  color: #f4ecd8;
  text-align: center;
}
.aproj-section--cta h2 {
  color: #fce9b0;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-bottom: 0.75rem;
}
.aproj-section--cta p {
  color: #e8d5a8;
  max-width: 60ch;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

/* --- Labels & eyebrows --- */
.aproj-label {
  margin: 0 0 0.4rem;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b1f26;
}
.aproj-label--gold {
  color: #c69a34;
}
.aproj-eyebrow {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c69a34;
}

/* --- Section headers --- */
.aproj-section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.aproj-section-header h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin: 0 0 0.5rem;
  color: #2c1e10;
}
.aproj-section-header--light h2 {
  color: #f4dfa8;
}
.aproj-section-lead {
  max-width: 66ch;
  margin: 0 auto;
  font-size: 0.97rem;
  color: #c9b898;
  line-height: 1.7;
}

/* --- HERO --- */
.aproj-hero {
  background: linear-gradient(135deg, #1a3028 0%, #27483e 55%, #1e3530 100%);
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.aproj-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg, rgba(196, 154, 52, 0.04) 0, rgba(196, 154, 52, 0.04) 1px,
    transparent 1px, transparent 40px
  );
  pointer-events: none;
}
.aproj-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.aproj-hero-text h1 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  color: #f4dfa8;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.aproj-aside-img-link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.18s;
}

.aproj-aside-img-link:hover {
  opacity: 0.9;
}

.aproj-aside-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease;
}

.aproj-aside-img-link:hover .aproj-aside-img {
  transform: scale(1.02);
}

.aproj-vsl-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem 1.1rem;
  background: var(--walnut);
  color: var(--mustard);
  border-radius: 9px;
  text-decoration: none;
  font-family: "Bree Serif", serif;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
}

.aproj-vsl-cta:hover {
  background: var(--ink);
  color: #f9ecd1;
}

.aproj-vsl-cta .bi-play-circle-fill {
  font-size: 1.1rem;
}

.aproj-vsl-cta .bi-arrow-right {
  margin-left: auto;
}

.aproj-bruno-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  transition: opacity 0.18s;
}

.aproj-bruno-media a:hover .aproj-bruno-photo {
  opacity: 0.88;
}

.aproj-hero-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 2px solid rgba(198, 154, 52, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  display: block;
}

.aproj-hero-lead {
  color: #c9b898;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.aproj-hero-lead strong {
  color: #f0e4c8;
}

/* --- Two-column layout --- */
.aproj-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.aproj-two-col--flip {
  direction: rtl;
}
.aproj-two-col--flip > * {
  direction: ltr;
}
.aproj-col-text h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  color: #2c1e10;
  margin-bottom: 0.9rem;
  margin-top: 0.15rem;
}
.aproj-section--gold .aproj-col-text h2,
.aproj-section--walnut .aproj-col-text h2 {
  color: #f2d98a;
}
.aproj-col-text p {
  color: #4b3827;
  line-height: 1.72;
  margin-bottom: 0.75rem;
}
.aproj-section--gold .aproj-col-text p,
.aproj-section--walnut .aproj-col-text p {
  color: #ddc99a;
}
.aproj-section--gold .aproj-col-text p strong,
.aproj-section--walnut .aproj-col-text p strong {
  color: #f2d98a;
}

/* --- Checklist --- */
.aproj-checklist {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}
.aproj-checklist li {
  padding-left: 1.4rem;
  position: relative;
  color: #4b3827;
  line-height: 1.55;
  font-size: 0.94rem;
}
.aproj-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #27483e;
  font-weight: 700;
}

/* --- Section image (e.g. swipe-file.jpg) --- */
.aproj-section-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 2px solid rgba(176, 139, 66, 0.3);
  box-shadow: 0 10px 28px rgba(44, 30, 16, 0.15);
  display: block;
}

/* --- Pull quote --- */
.aproj-pullquote {
  margin: 1.25rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid #c69a34;
  background: rgba(198, 154, 52, 0.08);
  border-radius: 0 8px 8px 0;
  font-family: "Bree Serif", serif;
  font-size: 0.97rem;
  color: #4b3827;
  line-height: 1.55;
  font-style: italic;
}
.aproj-pullquote cite {
  display: block;
  margin-top: 0.55rem;
  font-style: normal;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #8a6f49;
}
.aproj-pullquote-link {
  color: #8a6f49;
  text-decoration: underline;
  text-decoration-color: rgba(138, 111, 73, 0.4);
  text-underline-offset: 3px;
  transition: color 0.15s;
}
.aproj-pullquote-link:hover {
  color: #6b1f26;
}

/* --- Masters grid --- */
.aproj-masters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.aproj-master-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(198, 154, 52, 0.25);
  border-radius: 14px;
  background: rgba(255, 248, 220, 0.05);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s, transform 0.15s, box-shadow 0.15s;
}
.aproj-master-card:hover {
  border-color: rgba(198, 154, 52, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  color: inherit;
}
.aproj-master-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255, 248, 220, 0.04);
}
.aproj-master-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.3s ease;
}
.aproj-master-card:hover .aproj-master-photo {
  transform: scale(1.04);
}
.aproj-masters-footer {
  text-align: center;
  margin-top: 2rem;
}
.aproj-master-body {
  padding: 0.75rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.aproj-master-body h3 {
  font-family: "Bree Serif", serif;
  font-size: 1.2rem;
  color: #f4dfa8;
  margin: 0 0 0.2rem;
}
.aproj-master-epithet {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.75rem;
  color: #c69a34;
  margin: 0 0 0.65rem;
  letter-spacing: 0.03em;
}
.aproj-master-body > p {
  font-size: 0.88rem;
  color: #c9b898;
  line-height: 1.62;
  flex: 1;
}
.aproj-master-body > p strong {
  color: #e8d5a8;
}
.aproj-master-cta {
  display: block;
  margin-top: 0.85rem;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.75rem;
  color: #c69a34;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.aproj-master-card:hover .aproj-master-cta {
  color: #ddb040;
}

/* --- Vturb card (below VSL image) --- */
.aproj-vturb-card {
  display: block;
  margin-top: 0.85rem;
  padding: 1rem 1.15rem 1.1rem;
  border: 1px solid rgba(120, 211, 225, 0.28);
  border-left: 4px solid #78d3e1;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f2530 0%, #173746 60%, #215267 100%);
  text-decoration: none;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.15s;
  box-shadow: 0 6px 18px rgba(18, 44, 56, 0.35);
}
.aproj-vturb-card:hover {
  border-color: rgba(120, 211, 225, 0.6);
  box-shadow: 0 10px 28px rgba(18, 44, 56, 0.5);
  transform: translateY(-2px);
}
.aproj-vturb-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
}
.aproj-vturb-logo {
  height: 22px;
  width: auto;
  display: block;
  background: rgba(244, 252, 253, 0.96);
  border: 1px solid rgba(120, 211, 225, 0.42);
  border-radius: 5px;
  padding: 2px 7px;
}
.aproj-vturb-badge {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #c6f3f8 0%, #78d3e1 100%);
  color: #123746;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.aproj-vturb-card-copy {
  margin: 0 0 0.75rem;
  font-size: 0.83rem;
  color: #a8d8e0;
  line-height: 1.55;
}
.aproj-vturb-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Bree Serif", serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #78d3e1;
  transition: color 0.15s;
}
.aproj-vturb-card:hover .aproj-vturb-card-cta {
  color: #b8eaf0;
}
.aproj-vturb-card-cta i {
  font-size: 0.8rem;
  transition: transform 0.15s;
}
.aproj-vturb-card:hover .aproj-vturb-card-cta i {
  transform: translateX(3px);
}

/* --- Inside grid --- */
.aproj-inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.aproj-inside-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
}
.aproj-inside-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(44, 30, 16, 0.14);
  filter: brightness(1.03);
}
.aproj-inside-card h3 {
  font-family: "Bree Serif", serif;
  font-size: 1rem;
  margin: 0.5rem 0 0.35rem;
  color: #2c1e10;
}
.aproj-inside-card p {
  font-size: 0.86rem;
  color: #4b3827;
  margin: 0;
  line-height: 1.55;
}
.aproj-inside-icon {
  font-size: 1.5rem;
  display: block;
}
.aproj-inside-card--green {
  background: #e8f0ec;
  border-color: #a3c0b0;
}
.aproj-inside-card--green .aproj-inside-icon { color: #27483e; }
.aproj-inside-card--burgundy {
  background: #f5e8e9;
  border-color: #d4a0a5;
}
.aproj-inside-card--burgundy .aproj-inside-icon { color: #6b1f26; }
.aproj-inside-card--mustard {
  background: #f5edcf;
  border-color: #c9a950;
}
.aproj-inside-card--mustard .aproj-inside-icon { color: #8a6010; }

/* --- Bruno section --- */
.aproj-bruno-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 3rem;
  align-items: start;
}
.aproj-bruno-text h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #f4dfa8;
  margin-bottom: 0.9rem;
  margin-top: 0.15rem;
}

/* --- Bruno social links --- */
.aproj-bruno-social {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.aproj-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(198, 154, 52, 0.1);
  border: 1px solid rgba(198, 154, 52, 0.35);
  border-radius: 8px;
  padding: 0.45rem 0.85rem;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.83rem;
  color: #c69a34;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.aproj-social-link:hover {
  background: rgba(198, 154, 52, 0.2);
  border-color: rgba(198, 154, 52, 0.6);
  color: #ddb040;
}
.aproj-social-link i {
  font-size: 1rem;
}

/* --- Inline links (dark sections) --- */
.aproj-inline-link {
  color: #c69a34;
  text-decoration: underline;
  text-decoration-color: rgba(198, 154, 52, 0.4);
  text-underline-offset: 3px;
}
.aproj-inline-link:hover {
  color: #ddb040;
}

/* --- FAQ --- */
.aproj-faq-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.aproj-faq-list {
  display: grid;
  gap: 0.6rem;
}
.aproj-faq-list details {
  border: 1px solid #c5a977;
  border-radius: 10px;
  background: #fff8e8;
  overflow: hidden;
}
.aproj-faq-list summary {
  cursor: pointer;
  padding: 0.9rem 1rem;
  font-weight: 700;
  font-size: 0.96rem;
  color: #2c1e10;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.aproj-faq-list summary::-webkit-details-marker { display: none; }
.aproj-faq-list summary::after {
  content: '+';
  font-size: 1.2rem;
  color: #8a6f49;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.aproj-faq-list details[open] summary::after {
  content: '−';
}
.aproj-faq-body {
  padding: 0 1rem 0.9rem;
}
.aproj-faq-body p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b3827;
  line-height: 1.65;
}

/* --- CTA section --- */
.aproj-cta-inner {
  max-width: 620px;
  margin: 0 auto;
}
.aproj-cta-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* --- Responsive --- */
@media (max-width: 991.98px) {
  .aproj-hero-inner,
  .aproj-two-col,
  .aproj-two-col--flip,
  .aproj-bruno-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .aproj-two-col--flip {
    direction: ltr;
  }
  .aproj-masters-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aproj-inside-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aproj-hero-text h1 {
    font-size: 2rem;
  }
  .aproj-bruno-inner {
    grid-template-columns: 1fr;
  }
  .aproj-placeholder--portrait {
    max-width: 100%;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .aproj-inside-grid {
    grid-template-columns: 1fr;
  }
  .aproj-masters-grid {
    grid-template-columns: 1fr;
  }
  .aproj-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .aproj-btn-primary,
  .aproj-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
