.about-portrait div {
  display: none !important;
}
.about-portrait::after {
  content: '';
  display: block;
  width: 340px;
  aspect-ratio: 3/4;
  background: url('https://lordfiifiquayle.com/wp-content/uploads/2026/04/PHOTO-2026-04-30-20-23-09.jpg') center top/cover;
  border-radius: 4px;
  border: 1px solid rgba(201,168,76,0.25);
  box-shadow: -16px 24px 60px rgba(0,0,0,0.55);
}/* ── START HERE SECTION ── */
#start-here { padding: 7rem 5vw; background: #050810; position: relative; overflow: hidden; }
#start-here::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 65%); pointer-events: none; }
.start-here-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; border: 1.5px solid rgba(201,168,76,0.18); border-radius: 8px; overflow: hidden; position: relative; z-index: 2; }
.start-card { background: rgba(255,255,255,0.02); padding: 2.8rem 2.4rem; border-right: 1.5px solid rgba(201,168,76,0.18); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background 0.3s; }
.start-card:last-child { border-right: none; }
.start-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #c9a84c; transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.start-card:hover { background: rgba(201,168,76,0.04); }
.start-card:hover::before { transform: scaleX(1); }
.start-card-num { font-family: 'DM Mono', monospace; font-size: 3.5rem; font-weight: 500; color: rgba(201,168,76,0.07); line-height: 1; margin-bottom: 1.5rem; }
.start-card-tag { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: #c9a84c; margin-bottom: 0.9rem; display: block; }
.start-card h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; line-height: 1.25; color: #f7f3eb; margin-bottom: 0.9rem; }
.start-card p { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300; line-height: 1.7; color: #8a9ab5; flex: 1; }
.start-card-link { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 2rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #0a0f1e; background: #c9a84c; padding: 0.7rem 1.4rem; border-radius: 2px; align-self: flex-start; transition: background 0.2s; }
.start-card-link:hover { background: #e8c97a; }
@media(max-width:1024px){ .start-here-grid { grid-template-columns: 1fr; } .start-card { border-right: none; border-bottom: 1.5px solid rgba(201,168,76,0.18); } .start-card:last-child { border-bottom: none; } }