﻿/* =============================================
   ABOUT PAGE – about.css
   ============================================= */

/* ---- STUDIO INTRO (text + video) ---- */
.ab-studio-section {
  background: #FAF7F2;
  padding: 90px 20px;
  border-bottom: 1px solid #E0D8CE;
}
.ab-studio-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.ab-studio-inner--centered {
  display: block;
  max-width: 1100px;
  text-align: left;
}
.ab-studio-inner--centered .ab-studio-rule {
  margin: 0 0 24px;
}
.ab-studio-inner--centered .ab-studio-list {
  text-align: left;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.ab-studio-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8B7355;
  margin-bottom: 14px;
}
.ab-studio-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 16px;
}
.ab-studio-rule {
  width: 48px;
  height: 1px;
  background: #C4B5A5;
  margin-bottom: 24px;
}
.ab-studio-text p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: #5A5048;
  line-height: 1.85;
  margin-bottom: 16px;
}
.ab-studio-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 32px;
}
.ab-studio-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: #3a2e26;
  padding: 7px 0;
  border-bottom: 1px solid #EDE8E1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ab-studio-list li span {
  color: #8B7355;
  font-size: 0.7rem;
}
.ab-studio-video {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}
.ab-studio-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

/* ---- HERO ---- */
.ab-hero {
  position: relative;
  margin-top: 103px;
  height: 92vh;
  max-height: 900px;
  min-height: 560px;
  overflow: hidden;
  background: #0a0a0a;
}
.ab-hero-img {
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
  bottom: -8%;
}
.ab-hero-img img,
.ab-hero-img video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top; /* keep faces visible */
  border: none;
  outline: none;
}
.ab-hero-cta {
  text-align: center;
  padding: 28px 20px;
  background: #faf7f2;
}
.ab-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ab-hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.ab-hero-content h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

/* ---- SHARED SECTION HEAD ---- */
.ab-section-head {
  text-align: center;
  margin-bottom: 36px;
}
.ab-section-head h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.ab-rule {
  width: 60px;
  height: 1px;
  background: #C4B5A5;
  margin: 0 auto 14px;
}
.ab-section-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: #6B5F54;
  letter-spacing: 0.04em;
}

/* ---- WHAT WE OFFER ---- */
.ab-services-section {
  background: #FAF7F2;
  padding: 56px 20px;
  border-top: 1px solid #E0D8CE;
  border-bottom: 1px solid #E0D8CE;
}
.ab-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
}
.ab-service-card {
  text-align: center;
  padding: 32px 40px;
  border-right: 1px solid #E0D8CE;
}
.ab-service-card:last-child { border-right: none; }
.ab-service-icon {
  color: #8B7355;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.ab-service-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.ab-service-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: #6B5F54;
  line-height: 1.75;
  margin-bottom: 20px;
}
.ab-service-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #8B7355;
  text-decoration: none;
  border-bottom: 1px solid #C4B5A5;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.ab-service-link:hover { color: #1a1a1a; border-color: #1a1a1a; }
.ab-service-link::after { display: none; }

/* ---- CLIENT TESTIMONIALS SLIDER ---- */
.ab-testi-section {
  background: #fff;
  padding: 56px 20px;
  border-top: 1px solid #E0D8CE;
}
.ab-testi-slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.ab-testi-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4,0,0.2,1);
}
.ab-testi-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
  background: #FAF7F2;
}
.ab-testi-img {
  overflow: hidden;
}
.ab-testi-img img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.ab-testi-content {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ab-testi-quote-mark {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5rem;
  color: #C4B5A5;
  line-height: 0.7;
  margin-bottom: 20px;
  display: block;
}
.ab-testi-text {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-style: italic;
  color: #2C2520;
  line-height: 1.75;
  margin: 0 0 24px;
}
.ab-testi-author {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: #8B7355;
  text-transform: uppercase;
  margin: 0;
}
/* Prev / Next buttons */
.ab-testi-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.92);
  border: 1px solid #E0D8CE;
  color: #3a2e26;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  z-index: 4;
}
.ab-testi-btn:hover { background: #3a2e26; color: #fff; }
.ab-testi-prev { left: 16px; }
.ab-testi-next { right: 16px; }
/* Dots */
.ab-testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 20px 0 0;
}
.ab-testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #D5C9BC;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  padding: 0;
}
.ab-testi-dot.active { background: #8B7355; transform: scale(1.3); }

/* ---- MARQUEE BAND ---- */
.ab-marquee-band {
  background: #3a2e26;
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid #2a201a;
  border-bottom: 1px solid #2a201a;
}
.ab-marquee-track {
  display: flex;
  white-space: nowrap;
  animation: ab-marquee 28s linear infinite;
  width: max-content;
}
.ab-marquee-band:hover .ab-marquee-track { animation-play-state: paused; }
.ab-marquee-item {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4B5A5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
}
.ab-marquee-item svg { flex-shrink: 0; stroke: #8B7355; }
.ab-marquee-sep {
  color: #8B7355;
  font-size: 0.65rem;
  padding: 0 4px;
  line-height: 1;
}
@keyframes ab-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- DESIGN PROCESS ---- */
.ab-process-section {
  background: #F2EDE6;
  padding: 56px 20px;
  border-top: 1px solid #E0D8CE;
  border-bottom: 1px solid #E0D8CE;
}
.ab-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.ab-process-step {
  padding: 28px 32px;
  border-right: 1px solid #E0D8CE;
}
.ab-process-step:last-child { border-right: none; }
.ab-step-num {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  color: #C4B5A5;
  margin-bottom: 12px;
  line-height: 1;
}
.ab-process-step h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.ab-process-step p {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  color: #6B5F54;
  line-height: 1.75;
}

/* ---- AS FEATURED IN – static logo band ---- */
.ab-press-band {
  background: #fff;
  border-top: 1px solid #e8e4de;
  border-bottom: 1px solid #e8e4de;
  padding: 0;
}
.ab-press-band-inner {
  display: flex;
  align-items: center;
  min-height: 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ab-press-band-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  white-space: nowrap;
  padding: 0 28px 0 0;
  border-right: 1px solid #e0dbd4;
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 28px;
}
.ab-press-logos-row {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
}
.ab-press-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  flex: 1;
  min-width: 80px;
}
.ab-press-logo {
  height: 38px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(0.55);
  transition: filter 0.3s;
}
.ab-press-logo:hover { filter: grayscale(0%) opacity(1); }

/* ---- FEATURED IN – moving ticker band ---- */
.ab-fi-band {
  background: #fff;
  border-top: 1px solid #E0D8CE;
  border-bottom: 1px solid #E0D8CE;
  padding: 22px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ab-fi-band-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8B7355;
  white-space: nowrap;
  padding: 0 28px;
  border-right: 1px solid #E0D8CE;
  flex-shrink: 0;
}

.ab-fi-ticker-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

@keyframes ab-fi-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ab-fi-ticker {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ab-fi-scroll 18s linear infinite;
}
.ab-fi-ticker:hover { animation-play-state: paused; }

.ab-fi-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
}

.ab-fi-logo {
  height: 40px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: block;
  filter: grayscale(0%) opacity(1);
}

@media (max-width: 600px) {
  .ab-fi-band-label { display: none; }
  .ab-fi-logo { height: 32px; }
}

/* ---- TESTIMONIAL ---- */
.ab-testimonial-section {
  background: #FAF7F2;
  padding: 80px 20px;
  text-align: center;
  border-bottom: 1px solid #E0D8CE;
}
.ab-testimonial-inner {
  max-width: 780px;
  margin: 0 auto;
}
.ab-quote-mark {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5rem;
  color: #C4B5A5;
  line-height: 0.6;
  margin-bottom: 24px;
  display: block;
}
.ab-testimonial-quote {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  font-style: italic;
  color: #2C2520;
  line-height: 1.7;
  margin: 0 0 20px;
}
.ab-testimonial-attr {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: #8B7355;
  text-transform: uppercase;
}

/* ---- EXPERIENCE CENTER ---- */
.ab-experience-section {
  background: #fff;
  padding: 80px 20px;
}
.ab-exp-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.ab-exp-primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 460px;
}
.ab-exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.ab-exp-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.ab-exp-right {
  display: flex;
  flex-direction: column;
}
.ab-exp-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #6B5F54;
  line-height: 1.85;
  margin-bottom: 16px;
}

/* ---- FOUNDER NOTE (inline, right column) ---- */
.ab-founder-note {
  flex: 1;
  background: #f5efe8;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
}
.ab-founder-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd3c4;
  margin-bottom: 14px;
}
.ab-founder-role {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8B7355;
}
.ab-founder-dash {
  color: #8B7355;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
}
.ab-founder-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a3028;
}
.ab-founder-open-quote {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3em;
  color: #c9b99a;
  line-height: 1;
  display: inline;
  margin-right: 1px;
}
.ab-founder-text {
  margin: 0;
  padding: 0;
  border: none;
  flex: 1;
}
.ab-founder-text p {
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-size: 0.98rem;
  line-height: 1.85;
  color: #3a3028;
  margin-bottom: 10px;
}
.ab-founder-text p:last-child { margin-bottom: 0; }
.ab-founder-close-quote {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3em;
  color: #c9b99a;
  line-height: 1;
  display: inline;
  margin-left: 1px;
}
.ab-founder-attribution {
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: flex-end;
  padding-top: 12px;
  margin-top: 14px;
  border-top: 1px solid #ddd3c4;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .ab-studio-inner { grid-template-columns: 1fr; gap: 40px; }
  .ab-studio-video { order: -1; }
  .ab-testi-slide { grid-template-columns: 1fr; }
  .ab-testi-img img { min-height: 260px; }
  .ab-testi-content { padding: 36px 32px; }
  .ab-process-grid { grid-template-columns: 1fr 1fr; }
  .ab-process-step:nth-child(2) { border-right: none; }
  .ab-process-step:nth-child(3) { border-top: 1px solid #E0D8CE; }
  .ab-exp-layout { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .ab-hero-content { padding: 0 20px; }
  .ab-testi-content { padding: 28px 20px; }
  .ab-testi-btn { display: none; }
  .ab-process-grid { grid-template-columns: 1fr; }
  .ab-process-step { border-right: none; border-bottom: 1px solid #E0D8CE; }
  .ab-process-step:last-child { border-bottom: none; }
  .ab-exp-grid { grid-template-columns: 1fr 1fr; }
  .ab-exp-grid img { height: 140px; }
  .ab-founder-note { padding: 20px 16px; }
  .ab-founder-text p { font-size: 0.85rem; }
  .ab-founder-attribution { flex-wrap: wrap; gap: 4px; }
}

@media (max-width: 768px) {
  .ab-hero { height: auto; min-height: unset; max-height: unset; margin-top: 63px; }
  .ab-hero-img { position: relative; aspect-ratio: 16 / 9; top: 0; bottom: 0; }
  .ab-hero-img img, .ab-hero-img video { height: 100%; object-fit: cover; object-position: center top; }
  .ab-studio-section { padding: 48px 20px; }
  .ab-studio-inner { gap: 28px; }
  .ab-experience-section { padding: 48px 20px; }
  .ab-exp-grid img { height: 120px; }
  .ab-testimonial-section { padding: 48px 20px; }
}
