/* Personal introduction. Isolated from the cinema, prices and customer portal. */
.ccc-founder {
  --founder-accent: #b72b22;
  color: #1c2023;
  background: #f1efea;
  padding: clamp(52px, 7vw, 108px) max(6%, calc((100% - 1360px) / 2));
  border-block: 1px solid #20252b24;
  scroll-margin-top: calc(var(--cinema-header-height, 110px) + 24px);
}
.ccc-founder__layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 7vw, 108px);
}
.ccc-founder__portrait { position: relative; min-width: 0; margin: 0; }
.ccc-founder__portrait::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3px;
  height: 84px;
  top: 28px;
  left: -12px;
  background: var(--founder-accent);
  transform-origin: top;
}
.ccc-founder__image-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #dddcd6;
  border-radius: 2px;
}
.ccc-founder__image-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}
.ccc-founder__portrait figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 0;
}
.ccc-founder__portrait figcaption strong { display: block; font-size: 1.125rem; font-weight: 650; }
.ccc-founder__portrait figcaption span > span { display: block; margin-top: 3px; color: #545a5d; font-size: .875rem; }
.ccc-founder__portrait figcaption > img { width: 64px; height: 64px; object-fit: contain; flex-shrink: 0; }
.ccc-founder__copy { min-width: 0; }
.ccc-founder__copy .ccc-founder__eyebrow {
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 750;
  letter-spacing: .085em;
  text-transform: uppercase;
  color: var(--founder-accent);
  margin-bottom: 23px;
}
.ccc-founder__copy h2 {
  font-size: clamp(2rem, 3.4vw, 3.625rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.035em;
  margin: 0 0 28px;
  text-wrap: balance;
}
.ccc-founder__copy > p:not(.ccc-founder__eyebrow) {
  color: #484f52;
  font-size: 1.0625rem;
  line-height: 1.8;
  max-width: 35em;
  margin-bottom: 18px;
}
.ccc-founder__copy > .ccc-founder__intro { color: #272c2f; }
.ccc-founder__signature { display: flex; align-items: center; gap: 18px; margin: 28px 0 32px; }
.ccc-founder__signature > span { width: 42px; height: 1px; flex-shrink: 0; background: var(--founder-accent); }
.ccc-founder__signature p { font-size: 1.125rem; font-weight: 650; line-height: 1.5; }
.ccc-founder__signature small { display: block; font-size: .875rem; font-weight: 400; color: #545a5d; margin-top: 4px; }
.ccc-founder__contact {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  max-width: 100%;
  padding: 14px 22px;
  color: #fff;
  background: var(--founder-accent);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 180ms ease, transform 260ms cubic-bezier(.22, 1, .36, 1);
}
.ccc-founder__contact > span { flex-shrink: 0; transition: transform 260ms ease; }
.ccc-founder__contact:focus-visible { outline: 2px solid #1c2023; outline-offset: 5px; }
@media (hover: hover) and (pointer: fine) {
  .ccc-founder__contact:hover { background: #922219; transform: translateY(-2px); }
  .ccc-founder__contact:hover > span { transform: translate(2px, -2px); }
}
@media (max-width: 900px) {
  .ccc-founder__layout { gap: 32px; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
  .ccc-founder__copy h2 { font-size: clamp(2rem, 4.3vw, 2.75rem); }
  .ccc-founder__copy > p:not(.ccc-founder__eyebrow) { font-size: 1rem; line-height: 1.7; }
  .ccc-founder__portrait { align-self: start; }
}
@media (max-width: 700px) {
  .ccc-founder { padding: 46px 6% 52px; }
  .ccc-founder__layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .ccc-founder__portrait { width: 100%; max-width: 440px; margin-inline: auto; }
  .ccc-founder__image-frame { aspect-ratio: 1 / 1; }
  .ccc-founder__image-frame > img { object-position: 50% 24%; }
  .ccc-founder__portrait figcaption { padding-top: 12px; }
  .ccc-founder__portrait figcaption > img { width: 54px; height: 54px; }
  .ccc-founder__copy .ccc-founder__eyebrow { margin-bottom: 16px; letter-spacing: .06em; }
  .ccc-founder__copy h2 { font-size: clamp(2rem, 7vw, 2.75rem); margin-bottom: 20px; }
  .ccc-founder__signature { margin: 24px 0; }
  .ccc-founder__contact { width: 100%; }
}
@media (max-width: 359px) {
  .ccc-founder__copy h2 br { display: none; }
  .ccc-founder__copy h2 { font-size: 1.875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ccc-founder *, .ccc-founder *::before { animation: none !important; transition: none !important; }
  .ccc-founder__contact:hover, .ccc-founder__contact:hover > span { transform: none; }
}
