@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Teko:wght@400;500;600;700&display=swap");

.theme-home,
.theme-home * {
  box-sizing: border-box;
}

/* Final homepage mobile-first project polish. */
.theme-featured-project__shade {
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.08) 56%, rgba(255,255,255,.18) 100%) !important;
}

.theme-featured-project__body,
.theme-project-card__meta {
  width: calc(100% - 24px) !important;
  margin: 0 12px 12px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(23,32,47,.10) !important;
  background: rgba(255,255,255,.92) !important;
  color: #17202f !important;
  box-shadow: 0 12px 30px rgba(23,32,47,.10) !important;
  backdrop-filter: blur(10px) !important;
}

.theme-featured-project__body em,
.theme-featured-project__body small,
.theme-project-card__meta small {
  color: #6a7280 !important;
}

.theme-featured-project__body strong,
.theme-project-card__meta strong {
  color: #17202f !important;
  font-weight: 900 !important;
}

.theme-project-card {
  position: relative !important;
  overflow: hidden !important;
}

.theme-project-card__meta {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
}

@media (max-width: 760px) {
  .theme-project-grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 14px !important;
    padding-bottom: 12px !important;
    scroll-snap-type: x mandatory !important;
  }

  .theme-project-card {
    flex: 0 0 78vw !important;
    scroll-snap-align: start !important;
  }
}

.theme-home {
  position: relative;
  --theme-primary: #302c74;
  --theme-secondary: #322f2e;
  --theme-accent: #da1018;
  --theme-muted: #6b6b6b;
  --theme-soft: #f8f8f8;
  --theme-line: rgb(50 47 46 / 0.12);
  --theme-ink: #322f2e;
  --theme-dark: #1f2024;
  --theme-white: #fff;
  background: var(--theme-white);
  color: var(--theme-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

body.theme-home-body {
  background: var(--theme-white);
}

.theme-home a {
  color: inherit;
  text-decoration: none;
}

.theme-home img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-social-rail {
  position: fixed;
  left: 50%;
  bottom: calc(16px + env(safe-area-inset-bottom));
  top: auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  padding: 8px 12px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  background: rgb(7 15 26 / 0.64);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.theme-social-rail__link {
  display: inline-grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 2px solid rgb(255 255 255 / 0.98);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  background: rgb(0 0 0 / 0.08);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 0.08), 0 10px 24px rgb(0 0 0 / 0.24);
  filter: drop-shadow(0 2px 7px rgb(0 0 0 / 0.72));
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.theme-social-rail__link svg {
  width: 17px;
  height: 17px;
  color: #fff;
  filter: drop-shadow(0 1px 3px rgb(0 0 0 / 0.88));
}

.theme-social-rail__link svg * {
  stroke-width: 2.6;
}

.theme-social-rail__link span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 4px rgb(0 0 0 / 0.9);
}

.theme-social-rail__link:hover,
.theme-social-rail__link:focus-visible {
  color: #fff;
  border-color: rgb(255 255 255 / 0.68);
  background: transparent;
  opacity: .78;
  transform: translateX(2px);
}

.theme-social-rail__link--instagram {
  border-color: rgb(255 255 255 / 0.98);
}

@media (min-width: 768px) {
  .theme-social-rail {
    position: absolute;
    left: 18px;
    top: 50svh;
    bottom: auto;
    width: 42px;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    transform: translateY(-50%);
    backdrop-filter: none;
  }

  .theme-social-rail__link {
    width: 36px;
    font-size: 15px;
  }

  .theme-social-rail__link svg {
    width: 19px;
    height: 19px;
  }
}

@media (min-width: 1200px) {
  .theme-social-rail {
    left: 20px;
    width: 44px;
  }

  .theme-social-rail__link {
    width: 38px;
  }
}

.theme-shell {
  width: min(100% - 32px, 1800px);
  margin: 0 auto;
}

.theme-section {
  padding: 80px 0;
}

.theme-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: var(--theme-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.theme-label span {
  width: 42px;
  height: 1px;
  background: currentColor;
}

.theme-label--light {
  color: rgb(255 255 255 / 0.72);
}

.theme-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.theme-btn:hover,
.theme-btn:focus-visible {
  transform: translateY(-2px);
}

.theme-btn--light {
  background: var(--theme-white);
  color: var(--theme-secondary);
}

.theme-btn--light:hover,
.theme-btn--light:focus-visible,
.theme-btn--primary {
  background: var(--theme-accent);
  color: var(--theme-white);
}

.theme-btn--primary:hover,
.theme-btn--primary:focus-visible {
  background: var(--theme-primary);
}

.theme-btn--outline-light {
  border-color: rgb(255 255 255 / 0.32);
  background: rgb(255 255 255 / 0.08);
  color: var(--theme-white);
}

.theme-btn--outline-light:hover,
.theme-btn--outline-light:focus-visible {
  background: rgb(255 255 255 / 0.16);
  border-color: rgb(255 255 255 / 0.55);
}

.theme-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-secondary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: color 220ms ease, gap 220ms ease;
}

.theme-link:hover,
.theme-link:focus-visible {
  gap: 14px;
  color: var(--theme-primary);
}

.theme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.theme-actions--center {
  justify-content: center;
}

[data-theme-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-theme-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.theme-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: #101113;
  color: var(--theme-white);
}

.theme-hero__image,
.theme-hero__overlay {
  position: absolute;
  inset: 0;
}

.theme-hero__image {
  z-index: 0;
  transform: scale(1.04);
  transition: opacity 260ms ease, transform 900ms ease;
}

.theme-hero__image.is-changing {
  opacity: 0.25;
  transform: scale(1.08);
}

.theme-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(17 24 39 / 0.18) 0%, transparent 28%, transparent 62%, rgb(17 24 39 / 0.45) 100%),
    linear-gradient(90deg, rgb(17 24 39 / 0.22) 0%, transparent 38%);
}

.theme-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 24px 96px;
}

.theme-hero__grid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: end;
}

.theme-hero__brand {
  margin: 0;
  color: var(--theme-white);
  font-family: "Montserrat", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(108px, 18vw, 260px);
  font-weight: 800;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -0.045em;
  text-transform: lowercase;
  white-space: nowrap;
  text-shadow: 0 8px 48px rgba(0, 0, 0, .5);
}

.theme-hero__copy {
  max-width: 560px;
  padding-bottom: 14px;
}

.theme-hero__copy h6 {
  margin: 18px 0 14px;
  color: var(--theme-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.theme-hero__copy p {
  margin: 0;
  color: rgb(255 255 255 / 0.95);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.theme-hero__scroll {
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--theme-white);
  transform: translateX(-50%);
  animation: theme-hero-bounce 1.8s ease-in-out infinite;
}

.theme-hero__scroll svg {
  width: 24px;
  height: 24px;
}

@keyframes theme-hero-bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 10px); }
}

.theme-split {
  display: grid;
  gap: 48px;
}

.theme-copy h2,
.theme-section-head h2,
.theme-process h2,
.theme-contact h2,
.theme-cta h2 {
  max-width: 980px;
  margin: 0;
  color: var(--theme-secondary);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.theme-richtext {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.theme-richtext p,
.theme-section-head p,
.theme-contact p,
.theme-cta p {
  margin: 0;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.75;
}

.theme-about__mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0;
  padding-top: 26px;
  border-top: 1px solid var(--theme-line);
}

.theme-about__mini-stats strong {
  display: block;
  color: var(--theme-primary);
  font-size: 28px;
  line-height: 1;
}

.theme-about__mini-stats span {
  display: block;
  margin-top: 8px;
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.theme-about__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.theme-media {
  min-height: 210px;
  overflow: hidden;
  background: #000;
}

.theme-media--wide {
  grid-column: 1 / -1;
  min-height: 260px;
}

.theme-media img,
.theme-service img,
.theme-featured-project img,
.theme-project-card img,
.theme-project-slide img,
.theme-blog-card img {
  filter: grayscale(1);
  transition: filter 600ms ease, transform 700ms ease, opacity 600ms ease;
}

.theme-media:hover img,
.theme-service:hover img,
.theme-featured-project:hover img,
.theme-project-card:hover img,
.theme-project-slide:hover img,
.theme-blog-card:hover img {
  filter: grayscale(0);
  transform: scale(1.055);
}

.theme-services,
.theme-blog,
.theme-contact {
  background: var(--theme-soft);
}

.theme-section-head {
  display: grid;
  gap: 24px;
  margin-bottom: 54px;
}

.theme-section-head__grid {
  display: grid;
  gap: 24px;
}

.theme-services__list {
  display: grid;
  gap: 56px;
}

.theme-service {
  display: grid;
  gap: 24px;
}

.theme-service__image {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #000;
}

.theme-service__content {
  display: grid;
  gap: 14px;
}

.theme-service__content > span {
  color: rgb(48 44 116 / 0.12);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
}

.theme-service h3 {
  margin: 0;
  color: var(--theme-secondary);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.12;
}

.theme-service__subtitle {
  margin: 0;
  color: var(--theme-muted);
  font-size: 17px;
  font-weight: 700;
}

.theme-service p:not(.theme-service__subtitle) {
  margin: 0;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.7;
}

.theme-projects {
  background: var(--theme-white);
}

.theme-section-head--row {
  align-items: end;
}

.theme-projects-showcase {
  display: grid;
  gap: 18px;
}

.theme-featured-project {
  position: relative;
  display: block;
  min-height: clamp(320px, 46vw, 560px);
  overflow: hidden;
  background: #0b0b0d;
  color: var(--theme-white);
}

.theme-featured-project__media,
.theme-featured-project__media img,
.theme-featured-project__shade {
  position: absolute;
  inset: 0;
}

.theme-featured-project__shade {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.08) 0%, rgb(0 0 0 / 0.72) 100%),
    linear-gradient(90deg, rgb(0 0 0 / 0.18) 0%, transparent 42%);
}

.theme-featured-project__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 24px;
}

.theme-featured-project__body em,
.theme-project-card__meta small {
  color: rgb(255 255 255 / 0.78);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.theme-featured-project__body strong {
  color: var(--theme-white);
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 900;
  line-height: 1.04;
}

.theme-featured-project__body small {
  color: rgb(255 255 255 / 0.78);
  font-size: 13px;
  font-weight: 700;
}

.theme-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.theme-project-card {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.theme-project-card__image {
  aspect-ratio: 0.92 / 1;
  display: block;
  overflow: hidden;
  background: #0b0b0d;
}

.theme-project-card__meta {
  display: grid;
  gap: 8px;
}

.theme-project-card__meta small {
  color: var(--theme-muted);
}

.theme-project-card__meta strong {
  color: var(--theme-secondary);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
  transition: color 220ms ease;
}

.theme-project-card:hover strong,
.theme-project-card:focus-visible strong {
  color: var(--theme-primary);
}

.theme-projects-perspective {
  --project-stage-height: clamp(430px, 72svh, 860px);
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.theme-projects-perspective__rail {
  display: grid;
  gap: 22px;
  justify-items: center;
  align-self: stretch;
}

.theme-projects-perspective__count {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--theme-secondary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.theme-projects-perspective__dots {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.theme-projects-perspective__dot {
  width: 15px;
  height: 15px;
  border: 1px solid rgb(50 47 46 / 0.2);
  border-radius: 50%;
  background: rgb(50 47 46 / 0.12);
  transition: transform 260ms ease, background-color 260ms ease, border-color 260ms ease;
}

.theme-projects-perspective__dot.is-active,
.theme-projects-perspective__dot:hover,
.theme-projects-perspective__dot:focus-visible {
  background: var(--theme-secondary);
  border-color: var(--theme-secondary);
  transform: scale(1.16);
}

.theme-projects-perspective__stage {
  position: relative;
  min-height: var(--project-stage-height);
  outline: 0;
}

.theme-projects-perspective__track {
  position: relative;
  min-height: var(--project-stage-height);
}

.theme-projects-perspective__controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  display: flex;
  gap: 10px;
}

.theme-projects-perspective__control {
  min-width: 92px;
  min-height: 44px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(12 12 12 / 0.22);
  backdrop-filter: blur(12px);
  color: var(--theme-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background-color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.theme-projects-perspective__control:hover,
.theme-projects-perspective__control:focus-visible {
  background: rgb(218 16 24 / 0.88);
  border-color: rgb(218 16 24 / 0.88);
  transform: translateY(-2px);
}

.theme-project-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10%, 0) scale(0.92) rotateX(11deg);
  transform-origin: center center;
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 620ms ease;
  filter: saturate(0.82);
}

.theme-project-slide.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
  filter: saturate(1);
}

.theme-project-slide.is-before {
  z-index: 1;
  transform: translate3d(0, -10%, 0) scale(0.95) rotateX(-12deg);
}

.theme-project-slide.is-after {
  z-index: 2;
  transform: translate3d(0, 10%, 0) scale(0.95) rotateX(12deg);
}

.theme-project-slide__frame,
.theme-project-slide__image,
.theme-project-slide__image img,
.theme-project-slide__veil {
  position: absolute;
  inset: 0;
}

.theme-project-slide__frame {
  overflow: hidden;
  background: #0b0b0d;
  box-shadow: 0 48px 90px rgb(0 0 0 / 0.18);
}

.theme-project-slide__frame::before,
.theme-project-slide__frame::after {
  content: "";
  position: absolute;
  top: -1.5%;
  z-index: 4;
  width: 42px;
  height: 103%;
  border-radius: 999px;
  background: #faf8f4;
}

.theme-project-slide__frame::before {
  left: -20px;
}

.theme-project-slide__frame::after {
  right: -20px;
}

.theme-project-slide__image img {
  transform: scale(1.03);
}

.theme-project-slide__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.12) 0%, rgb(0 0 0 / 0.2) 100%),
    radial-gradient(circle at center, transparent 0%, rgb(0 0 0 / 0.1) 52%, rgb(0 0 0 / 0.46) 100%);
}

.theme-project-slide__content {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 5;
  width: min(72%, 860px);
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  color: var(--theme-white);
  transform: translate(-50%, -50%);
}

.theme-project-slide__eyebrow {
  color: rgb(255 255 255 / 0.92);
  font-size: clamp(16px, 1.5vw, 26px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none;
  font-family: "Teko", "Inter", sans-serif;
}

.theme-project-slide__content strong {
  max-width: 100%;
  margin: 0;
  color: var(--theme-white);
  font-family: "Teko", "Montserrat", sans-serif;
  font-size: clamp(72px, 12vw, 182px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: none;
  text-wrap: balance;
  text-shadow: 0 12px 40px rgb(0 0 0 / 0.35);
}

.theme-project-slide__content em {
  max-width: min(78%, 620px);
  color: rgb(255 255 255 / 0.78);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  text-wrap: balance;
}

@media (max-width: 899px) {
  .theme-projects-perspective {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .theme-projects-perspective__rail {
    grid-template-columns: auto 1fr;
    gap: 18px;
    justify-items: start;
    align-items: center;
  }

  .theme-projects-perspective__count {
    writing-mode: initial;
    transform: none;
  }

  .theme-projects-perspective__dots {
    grid-auto-flow: column;
    gap: 12px;
  }

  .theme-projects-perspective__stage {
    min-height: auto;
    overflow: hidden;
  }

  .theme-projects-perspective__controls {
    right: 14px;
    bottom: 14px;
    left: 14px;
    justify-content: space-between;
  }

  .theme-projects-perspective__control {
    min-width: 84px;
  }

  .theme-project-slide__frame::before,
  .theme-project-slide__frame::after {
    display: none;
  }

  .theme-projects-perspective__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    min-height: 0;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .theme-projects-perspective__track::-webkit-scrollbar {
    display: none;
  }

  .theme-project-slide,
  .theme-project-slide.is-active,
  .theme-project-slide.is-before,
  .theme-project-slide.is-after {
    position: relative;
    inset: auto;
    flex: 0 0 88%;
    min-height: clamp(420px, 72vw, 560px);
    opacity: 1;
    pointer-events: auto;
    filter: saturate(1);
    transform: none;
    scroll-snap-align: center;
  }

  .theme-project-slide__content {
    width: min(84%, 460px);
    gap: 8px;
  }

  .theme-project-slide__content em {
    max-width: 100%;
    font-size: 13px;
  }
}

.theme-process {
  background: var(--theme-secondary);
  color: var(--theme-white);
}

.theme-process h2 {
  color: var(--theme-white);
}

.theme-process__list {
  display: grid;
  gap: 28px;
}

.theme-process__item {
  display: grid;
  gap: 18px;
  padding-top: 28px;
  border-top: 1px solid rgb(255 255 255 / 0.12);
}

.theme-process__item > span {
  color: rgb(255 255 255 / 0.12);
  font-size: 66px;
  font-weight: 900;
  line-height: 0.9;
}

.theme-process__item h3 {
  margin: 0;
  color: var(--theme-white);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.theme-process__item p {
  margin: 10px 0 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 16px;
  line-height: 1.7;
}

.theme-process__item em {
  position: relative;
  display: block;
  height: 2px;
  overflow: hidden;
  background: rgb(255 255 255 / 0.12);
}

.theme-process__item em::after {
  content: "";
  display: block;
  width: var(--progress, 20%);
  height: 100%;
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-accent));
}

.theme-stats {
  background: var(--theme-white);
}

.theme-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--theme-line);
  border-bottom: 1px solid var(--theme-line);
}

.theme-stat {
  display: grid;
  gap: 8px;
  padding: 28px 16px;
  border-bottom: 1px solid var(--theme-line);
}

.theme-stat:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.theme-stat strong {
  color: var(--theme-primary);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.theme-stat span {
  color: var(--theme-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-stat p {
  margin: 0;
  color: var(--theme-muted);
  font-size: 13px;
  line-height: 1.45;
}

.theme-blog__grid {
  display: grid;
  gap: 28px;
}

.theme-blog-card {
  display: grid;
  gap: 18px;
}

.theme-blog-card__image {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #000;
}

.theme-blog-card__body {
  display: grid;
  gap: 12px;
}

.theme-blog-card__body small {
  color: var(--theme-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-blog-card__body strong {
  color: var(--theme-secondary);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16;
}

.theme-blog-card__body em {
  color: var(--theme-muted);
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
}

.theme-blog-card__body span {
  color: var(--theme-secondary);
  font-size: 14px;
  font-weight: 800;
}

.theme-cta {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: #101113;
  color: var(--theme-white);
}

.theme-cta::before,
.theme-cta::after {
  content: "";
  position: absolute;
  inset: 0;
}

.theme-cta::before {
  background-image: var(--cta-image);
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  transform: scale(1.04);
}

.theme-cta::after {
  background: linear-gradient(135deg, rgb(48 44 116 / 0.9), rgb(50 47 46 / 0.86), rgb(0 0 0 / 0.82));
}

.theme-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 940px;
  text-align: center;
}

.theme-cta h2 {
  color: var(--theme-white);
}

.theme-cta p {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgb(255 255 255 / 0.78);
}

.theme-contact__grid {
  display: grid;
  gap: 44px;
}

.theme-contact h2 {
  margin-bottom: 22px;
}

.theme-contact__info {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.theme-contact__info a,
.theme-contact__info div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 16px;
  align-items: center;
}

.theme-contact__info span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-primary);
  color: var(--theme-white);
  font-size: 18px;
}

.theme-contact__info strong {
  color: var(--theme-secondary);
  font-size: 14px;
  font-weight: 900;
}

.theme-contact__info em {
  color: var(--theme-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.theme-contact__form {
  display: grid;
  gap: 22px;
  padding: 28px;
  background: var(--theme-white);
}

.theme-contact__form label {
  display: grid;
  gap: 8px;
}

.theme-contact__form label span {
  color: var(--theme-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.theme-contact__form input,
.theme-contact__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgb(50 47 46 / 0.16);
  border-radius: 0;
  background: transparent;
  color: var(--theme-secondary);
  font: inherit;
  outline: 0;
  padding: 12px 0;
  transition: border-color 220ms ease;
}

.theme-contact__form textarea {
  min-height: 150px;
  resize: vertical;
}

.theme-contact__form input:focus,
.theme-contact__form textarea:focus {
  border-color: var(--theme-primary);
}

.theme-footer {
  background: var(--theme-secondary);
  color: var(--theme-white);
}

.theme-footer__grid {
  display: grid;
  gap: 36px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.theme-footer__brand strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.theme-footer__brand span {
  display: block;
  margin-top: 4px;
  color: rgb(255 255 255 / 0.54);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-footer p {
  margin: 18px 0 0;
  color: rgb(255 255 255 / 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.theme-footer h3 {
  margin: 0 0 20px;
  color: var(--theme-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-footer nav,
.theme-footer__grid > div:not(.theme-footer__brand) {
  display: grid;
  align-content: start;
  gap: 10px;
}

.theme-footer a {
  width: max-content;
  color: rgb(255 255 255 / 0.7);
  font-size: 15px;
  transition: color 220ms ease;
}

.theme-footer a:hover,
.theme-footer a:focus-visible {
  color: var(--theme-white);
}

.theme-footer__bottom {
  border-top: 1px solid rgb(255 255 255 / 0.1);
}

.theme-footer__bottom .theme-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: rgb(255 255 255 / 0.5);
  font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
  [data-theme-reveal],
  .theme-home * {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}

@media (min-width: 640px) {
  .theme-shell {
    width: min(100% - 48px, 1800px);
  }

  .theme-copy h2,
  .theme-section-head h2,
  .theme-process h2,
  .theme-contact h2,
  .theme-cta h2 {
    font-size: 46px;
  }

  .theme-project-grid,
  .theme-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-contact__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 40px;
  }

  .theme-contact__full {
    grid-column: 1 / -1;
  }

  .theme-footer__grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }

  .theme-footer__bottom .theme-shell {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .theme-section {
    padding: 120px 0;
  }

  .theme-hero__inner {
    padding: 0 48px 110px;
  }

  .theme-hero__grid {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: end;
    justify-items: start;
  }

  .theme-hero__copy {
    padding-bottom: 28px;
  }

  .theme-split {
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: center;
  }

  .theme-copy h2,
  .theme-section-head h2,
  .theme-process h2,
  .theme-contact h2,
  .theme-cta h2 {
    font-size: 58px;
  }

  .theme-section-head {
    margin-bottom: 82px;
  }

  .theme-section-head__grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: end;
  }

  .theme-section-head--row {
    grid-template-columns: 1fr auto;
  }

  .theme-projects-showcase {
    gap: 22px;
  }

  .theme-featured-project__body {
    padding: 34px;
  }

  .theme-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .theme-media {
    min-height: 300px;
  }

  .theme-media--wide {
    min-height: 430px;
  }

  .theme-service {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 58px;
    align-items: center;
  }

  .theme-service:nth-child(even) .theme-service__image {
    grid-column: 6 / span 7;
  }

  .theme-service:nth-child(even) .theme-service__content {
    grid-column: 1 / span 5;
    grid-row: 1;
  }

  .theme-service__image {
    grid-column: span 7;
  }

  .theme-service__content {
    grid-column: span 5;
  }

  .theme-service__content > span {
    font-size: 104px;
  }

  .theme-service h3 {
    font-size: 40px;
  }

  .theme-projects-perspective {
    min-height: calc((var(--project-steps, 5) * 70svh) + 8rem);
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 34px;
  }

  .theme-projects-perspective__count {
    font-size: 12px;
  }

  .theme-projects-perspective__rail {
    position: sticky;
    top: 132px;
    align-self: start;
  }

  .theme-projects-perspective__stage {
    position: sticky;
    top: 132px;
    height: clamp(560px, 70svh, 900px);
    min-height: clamp(560px, 70svh, 900px);
  }

  .theme-projects-perspective__track {
    height: 100%;
    min-height: 0;
  }

  .theme-projects-perspective__controls {
    right: 30px;
    bottom: 26px;
  }

  .theme-process__item {
    grid-template-columns: 160px 1fr 28%;
    gap: 36px;
    align-items: center;
  }

  .theme-process__item > span {
    font-size: 108px;
  }

  .theme-process__item h3 {
    font-size: 38px;
  }

  .theme-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .theme-stat {
    padding: 42px;
    border-bottom: 0;
    border-left: 1px solid var(--theme-line);
  }

  .theme-stat:first-child {
    border-left: 0;
  }

  .theme-stat strong {
    font-size: 54px;
  }

  .theme-blog__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }

  .theme-blog-card--featured {
    grid-row: span 2;
  }

  .theme-blog-card--featured .theme-blog-card__image {
    aspect-ratio: 4 / 5;
  }

  .theme-blog-card:not(.theme-blog-card--featured) {
    grid-template-columns: 180px 1fr;
    align-items: start;
  }

  .theme-blog-card:not(.theme-blog-card--featured) .theme-blog-card__image {
    aspect-ratio: 1 / 1;
  }

  .theme-cta {
    padding: 170px 0;
  }

  .theme-contact__grid {
    grid-template-columns: 5fr 7fr;
    gap: 72px;
  }

  .theme-footer__grid {
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 58px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .theme-hero__inner {
    padding-bottom: 130px;
  }
}

/* === Kurumsal (About) Page ============================================ */

.theme-about-hero {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 140px 0 56px;
  background: #101113;
  color: var(--theme-white);
}

.theme-about-hero__image,
.theme-about-hero__overlay {
  position: absolute;
  inset: 0;
}

.theme-about-hero__overlay {
  background: linear-gradient(90deg, rgb(17 24 32 / 0.86) 0%, rgb(17 24 32 / 0.62) 48%, rgb(48 44 116 / 0.32) 100%);
}

.theme-about-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.theme-about-hero h1 {
  margin: 0;
  color: var(--theme-white);
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.theme-about-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.theme-about-intro__grid {
  display: grid;
  gap: 38px;
}

.theme-about-intro__head h2 {
  margin: 12px 0 0;
  color: var(--theme-secondary);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

.theme-about-intro__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid var(--theme-line);
}

.theme-about-intro__stats strong {
  display: block;
  color: var(--theme-primary);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.theme-about-intro__stats span {
  display: block;
  margin-top: 8px;
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.theme-vm {
  background: var(--theme-soft);
}

.theme-vm__grid {
  display: grid;
  gap: 22px;
}

.theme-vm__card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 38px 32px;
  background: var(--theme-white);
  border: 1px solid var(--theme-line);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.theme-vm__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgb(48 44 116 / 0.12);
}

.theme-vm__number {
  color: rgb(48 44 116 / 0.14);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
}

.theme-vm__card h3 {
  margin: 0;
  color: var(--theme-primary);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
}

.theme-vm__card p {
  margin: 0;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.75;
}

.theme-timeline {
  background: var(--theme-secondary);
  color: var(--theme-white);
}

.theme-timeline h2,
.theme-investment h2 {
  color: var(--theme-secondary);
}

.theme-timeline h2 {
  color: var(--theme-white);
}

.theme-timeline__list {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 22px;
}

.theme-timeline__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 2px;
  background: linear-gradient(180deg, var(--theme-accent), rgb(218 16 24 / 0.12));
}

.theme-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 0 0 36px 22px;
}

.theme-timeline__item:last-child {
  padding-bottom: 0;
}

.theme-timeline__marker {
  position: absolute;
  top: 4px;
  left: -22px;
  width: 18px;
  height: 18px;
}

.theme-timeline__dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-accent);
  box-shadow: 0 0 0 8px rgb(218 16 24 / 0.18);
}

.theme-timeline__date {
  color: var(--theme-accent);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
}

.theme-timeline__body h3 {
  margin: 6px 0 6px;
  color: var(--theme-white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
}

.theme-timeline__body p {
  margin: 0;
  color: rgb(255 255 255 / 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.theme-investment {
  background: var(--theme-white);
}

.theme-investment__grid {
  display: grid;
  gap: 38px;
}

.theme-investment h2 {
  margin: 12px 0 0;
  color: var(--theme-secondary);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .theme-about-intro__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .theme-vm__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (min-width: 900px) {
  .theme-about-hero {
    min-height: 60vh;
    padding: 180px 0 78px;
  }

  .theme-about-intro__grid {
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: start;
  }

  .theme-about-intro__head h2,
  .theme-investment h2 {
    font-size: 52px;
  }

  .theme-timeline__list {
    padding-left: 0;
  }

  .theme-timeline__list::before {
    left: 168px;
  }

  .theme-timeline__item {
    grid-template-columns: 160px 1fr;
    gap: 56px;
    padding: 0 0 48px 0;
  }

  .theme-timeline__marker {
    left: 160px;
  }

  .theme-timeline__date {
    align-self: start;
    font-size: 44px;
  }

  .theme-timeline__body h3 {
    font-size: 26px;
  }

  .theme-vm__card {
    padding: 56px 48px;
  }

  .theme-vm__number {
    font-size: 88px;
  }

  .theme-vm__card h3 {
    font-size: 40px;
  }

  .theme-investment__grid {
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: start;
  }
}

/* === Kurumssl About Design Skin ====================================== */

.theme-about-page {
  background: var(--theme-white);
}

.theme-about-page .theme-section {
  padding: clamp(88px, 8vw, 170px) 0;
}

.theme-about-page .theme-about-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(124px, 11vw, 190px) 0 clamp(70px, 7vw, 120px);
  isolation: isolate;
}

.theme-about-page .theme-about-hero__media,
.theme-about-page .theme-about-hero__panel,
.theme-about-page .theme-about-hero__overlay {
  position: absolute;
  inset: 0;
}

.theme-about-page .theme-about-hero__media {
  z-index: -2;
  background: #0f1012;
}

.theme-about-page .theme-about-hero__image {
  transform: scale(1.02);
  filter: saturate(0.9) contrast(1.04);
}

.theme-about-page .theme-about-hero__overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgb(0 0 0 / 0.52), rgb(0 0 0 / 0.76));
}

.theme-about-page .theme-about-hero__panel {
  display: none;
  z-index: -1;
  background: var(--theme-primary);
}

.theme-about-page .theme-about-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(218 16 24 / 0.24), transparent 62%);
}

.theme-about-page .theme-about-hero__inner {
  width: min(100% - 32px, 1800px);
  max-width: 1800px;
}

.theme-about-page .theme-about-hero__copy {
  max-width: 900px;
}

.theme-about-page .theme-about-hero .theme-label {
  width: max-content;
  max-width: 100%;
  padding: 10px 18px;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(12px);
  letter-spacing: 0.34em;
}

.theme-about-page .theme-about-hero h1 {
  max-width: 980px;
  color: var(--theme-white);
  font-size: clamp(42px, 7.2vw, 116px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.theme-about-page .theme-about-hero p {
  max-width: 720px;
  color: rgb(255 255 255 / 0.82);
  font-size: clamp(18px, 1.5vw, 25px);
  font-weight: 300;
  line-height: 1.62;
}

.theme-about-page .theme-about-hero__floating-stat {
  position: absolute;
  right: clamp(28px, 4vw, 72px);
  bottom: clamp(34px, 5vw, 76px);
  z-index: 2;
  display: none;
  color: var(--theme-white);
  text-align: right;
}

.theme-about-page .theme-about-hero__floating-stat strong {
  display: block;
  color: var(--theme-white);
  font-size: clamp(64px, 6vw, 104px);
  font-weight: 900;
  line-height: 0.9;
}

.theme-about-page .theme-about-hero__floating-stat span {
  display: block;
  margin-top: 12px;
  color: rgb(255 255 255 / 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-about-page .theme-about-stats {
  padding: clamp(46px, 5vw, 76px) 0;
  background: var(--theme-secondary);
  color: var(--theme-white);
}

.theme-about-page .theme-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 0;
}

.theme-about-page .theme-about-stats__item {
  position: relative;
  padding: 0 clamp(16px, 3vw, 48px);
}

.theme-about-page .theme-about-stats__item:nth-child(odd) {
  padding-left: 0;
}

.theme-about-page .theme-about-stats__item strong {
  display: block;
  color: var(--theme-accent);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 900;
  line-height: 1;
}

.theme-about-page .theme-about-stats__item span {
  display: block;
  margin-top: 12px;
  color: rgb(255 255 255 / 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.theme-about-page .theme-about-intro {
  position: relative;
  overflow: hidden;
  background: var(--theme-white);
}

.theme-about-page .theme-about-intro__shade {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 34%;
  height: 100%;
  background: var(--theme-soft);
}

.theme-about-page .theme-about-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(44px, 6vw, 96px);
}

.theme-about-page .theme-about-intro__body h2,
.theme-about-page .theme-investment__head h2,
.theme-about-page .theme-standards h2,
.theme-about-page .theme-about-cta h2 {
  margin: 0;
  color: var(--theme-secondary);
  font-size: clamp(42px, 5.4vw, 82px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.theme-about-page .theme-about-intro__lead {
  max-width: 800px;
  margin: 30px 0 0;
  color: var(--theme-secondary);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 300;
  line-height: 1.5;
}

.theme-about-page .theme-about-intro__opening::first-letter {
  color: var(--theme-accent);
  float: left;
  font-size: 3.4em;
  font-weight: 900;
  line-height: 0.86;
  padding-right: 8px;
}

.theme-about-page .theme-about-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 28px;
  margin-top: 36px;
}

.theme-about-page .theme-about-point {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}

.theme-about-page .theme-about-point > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: var(--theme-accent);
  font-size: 19px;
  font-weight: 900;
}

.theme-about-page .theme-about-point h3 {
  margin: 0 0 6px;
  color: var(--theme-secondary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.theme-about-page .theme-about-point p {
  margin: 0;
  color: var(--theme-muted);
  font-size: 14px;
  line-height: 1.6;
}

.theme-about-page .theme-about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-self: start;
}

.theme-about-page .theme-about-gallery__item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #101113;
}

.theme-about-page .theme-about-gallery__item--wide {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3;
}

.theme-about-page .theme-about-gallery img {
  filter: grayscale(1);
  transition: filter 600ms ease, transform 700ms ease;
}

.theme-about-page .theme-about-gallery__item:hover img {
  filter: grayscale(0);
  transform: scale(1.055);
}

.theme-about-page .theme-vm {
  position: relative;
  overflow: hidden;
  background: var(--theme-soft);
}

.theme-about-page .theme-vm::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-accent), var(--theme-primary));
}

.theme-about-page .theme-section-head--center {
  justify-items: center;
  text-align: center;
}

.theme-about-page .theme-section-head h2 span,
.theme-about-page .theme-timeline h2 span,
.theme-about-page .theme-standards h2 span,
.theme-about-page .theme-about-cta h2 span {
  color: var(--theme-accent);
}

.theme-about-page .theme-section-head__rule {
  width: 128px;
  height: 4px;
  background: var(--theme-accent);
}

.theme-about-page .theme-vm__grid {
  display: grid;
  gap: 28px;
}

.theme-about-page .theme-vm__card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: block;
  padding: clamp(36px, 4vw, 64px);
  border: 0;
  background: var(--theme-white);
  box-shadow: none;
}

.theme-about-page .theme-vm__card::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -64px;
  width: 150px;
  height: 150px;
  background: rgb(48 44 116 / 0.07);
  transform: rotate(45deg);
  transition: transform 420ms ease;
}

.theme-about-page .theme-vm__card--mission::before {
  background: rgb(218 16 24 / 0.07);
}

.theme-about-page .theme-vm__card:hover::before {
  transform: rotate(45deg) scale(1.45);
}

.theme-about-page .theme-vm__icon {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  background: var(--theme-primary);
  color: var(--theme-white);
  font-size: 20px;
  font-weight: 900;
}

.theme-about-page .theme-vm__card--mission .theme-vm__icon {
  background: var(--theme-accent);
}

.theme-about-page .theme-vm__card h3 {
  margin: 0 0 22px;
  color: var(--theme-secondary);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
}

.theme-about-page .theme-vm__card p {
  margin: 0 0 18px;
  color: var(--theme-muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

.theme-about-page .theme-vm__card p:last-child {
  margin-bottom: 0;
}

.theme-about-page .theme-timeline {
  position: relative;
  overflow: hidden;
  background: var(--theme-secondary);
}

.theme-about-page .theme-timeline__bg-year {
  position: absolute;
  color: rgb(255 255 255 / 0.045);
  font-size: clamp(110px, 13vw, 220px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.theme-about-page .theme-timeline__bg-year--start {
  top: 58px;
  left: 4vw;
}

.theme-about-page .theme-timeline__bg-year--end {
  right: 4vw;
  bottom: 58px;
}

.theme-about-page .theme-timeline .theme-shell {
  position: relative;
  z-index: 1;
}

.theme-about-page .theme-timeline h2 {
  color: var(--theme-white);
}

.theme-about-page .theme-timeline__list {
  display: grid;
  gap: clamp(46px, 6vw, 92px);
  padding-left: 0;
}

.theme-about-page .theme-timeline__list::before {
  display: none;
}

.theme-about-page .theme-timeline__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 0;
}

.theme-about-page .theme-timeline__year time {
  display: block;
  color: rgb(255 255 255 / 0.11);
  font-size: clamp(70px, 8vw, 128px);
  font-weight: 900;
  line-height: 0.84;
}

.theme-about-page .theme-timeline__year span {
  display: block;
  margin-top: 18px;
  color: var(--theme-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.theme-about-page .theme-timeline__body {
  border-left: 4px solid var(--theme-accent);
  padding-left: clamp(24px, 3vw, 48px);
}

.theme-about-page .theme-timeline__body h3 {
  margin: 0 0 14px;
  color: var(--theme-white);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
}

.theme-about-page .theme-timeline__body p {
  max-width: 880px;
  color: rgb(255 255 255 / 0.72);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.68;
}

.theme-about-page .theme-timeline__progress {
  display: none;
}

.theme-about-page .theme-timeline__progress > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-accent));
}

.theme-about-page .theme-timeline__progress em {
  display: block;
  margin-top: 10px;
  color: rgb(255 255 255 / 0.42);
  font-size: 13px;
  font-style: normal;
}

.theme-about-page .theme-investment {
  background: var(--theme-white);
}

.theme-about-page .theme-investment__head {
  max-width: 960px;
  margin-bottom: clamp(48px, 6vw, 92px);
}

.theme-about-page .theme-investment__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.theme-about-page .theme-investment__card {
  padding: clamp(28px, 3vw, 42px);
  background: var(--theme-soft);
  transition: background-color 320ms ease, transform 320ms ease;
}

.theme-about-page .theme-investment__card:hover {
  background: var(--theme-primary);
  transform: translateY(-4px);
}

.theme-about-page .theme-investment__card span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  background: var(--theme-white);
  color: var(--theme-primary);
  font-weight: 900;
  transition: background-color 320ms ease, color 320ms ease;
}

.theme-about-page .theme-investment__card:hover span {
  background: var(--theme-accent);
  color: var(--theme-white);
}

.theme-about-page .theme-investment__card h3 {
  margin: 0 0 14px;
  color: var(--theme-secondary);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.12;
  transition: color 320ms ease;
}

.theme-about-page .theme-investment__card p {
  margin: 0;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.7;
  transition: color 320ms ease;
}

.theme-about-page .theme-investment__card:hover h3,
.theme-about-page .theme-investment__card:hover p {
  color: var(--theme-white);
}

.theme-about-page .theme-standards {
  background: var(--theme-soft);
}

.theme-about-page .theme-standards__grid {
  display: grid;
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
}

.theme-about-page .theme-standards p {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--theme-muted);
  font-size: 18px;
  line-height: 1.75;
}

.theme-about-page .theme-standards__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.theme-about-page .theme-standards__list article {
  padding: 22px;
  border-left: 4px solid var(--theme-primary);
  background: var(--theme-white);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.theme-about-page .theme-standards__list article:hover {
  border-color: var(--theme-accent);
  box-shadow: 0 16px 34px rgb(50 47 46 / 0.08);
  transform: translateY(-2px);
}

.theme-about-page .theme-standards__list strong {
  display: block;
  color: var(--theme-secondary);
  font-size: 17px;
  font-weight: 900;
}

.theme-about-page .theme-standards__list span {
  display: block;
  margin-top: 8px;
  color: var(--theme-muted);
  font-size: 13px;
}

.theme-about-page .theme-about-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 12vw, 190px) 0;
  background: #101113;
  color: var(--theme-white);
}

.theme-about-page .theme-about-cta::before,
.theme-about-page .theme-about-cta::after {
  content: "";
  position: absolute;
  inset: 0;
}

.theme-about-page .theme-about-cta::before {
  background: var(--about-cta-image) center / cover no-repeat;
  filter: grayscale(1);
  transform: scale(1.04);
}

.theme-about-page .theme-about-cta::after {
  background: linear-gradient(135deg, rgb(48 44 116 / 0.95), rgb(50 47 46 / 0.9), rgb(0 0 0 / 0.92));
}

.theme-about-page .theme-about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  text-align: center;
}

.theme-about-page .theme-about-cta h2 {
  color: var(--theme-white);
}

.theme-about-page .theme-about-cta p {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgb(255 255 255 / 0.78);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
  line-height: 1.68;
}

@media (min-width: 640px) {
  .theme-about-page .theme-about-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-about-page .theme-investment__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .theme-about-page .theme-about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .theme-about-page .theme-about-stats__item {
    border-left: 1px solid rgb(255 255 255 / 0.12);
  }

  .theme-about-page .theme-about-stats__item:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .theme-about-page .theme-about-stats__item:nth-child(odd) {
    padding-left: clamp(16px, 3vw, 48px);
  }

  .theme-about-page .theme-about-stats__item:first-child {
    padding-left: 0;
  }

  .theme-about-page .theme-about-intro__shade {
    display: block;
  }

  .theme-about-page .theme-about-intro__grid {
    grid-template-columns: 7fr 5fr;
    align-items: center;
  }

  .theme-about-page .theme-vm__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-about-page .theme-standards__grid {
    grid-template-columns: 5fr 7fr;
  }
}

@media (min-width: 1024px) {
  .theme-about-page .theme-about-hero__media {
    right: auto;
    width: 64%;
  }

  .theme-about-page .theme-about-hero__overlay {
    background: linear-gradient(90deg, rgb(0 0 0 / 0.44), rgb(0 0 0 / 0.72));
  }

  .theme-about-page .theme-about-hero__panel {
    right: 0;
    left: auto;
    display: block;
    width: 43%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .theme-about-page .theme-about-hero__floating-stat {
    display: block;
  }

  .theme-about-page .theme-timeline__item {
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) minmax(150px, 0.24fr);
    gap: clamp(34px, 4vw, 64px);
    align-items: center;
  }

  .theme-about-page .theme-timeline__progress {
    display: block;
    height: 8px;
    background: rgb(255 255 255 / 0.12);
  }

  .theme-about-page .theme-investment__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .theme-about-page .theme-about-stats__grid,
  .theme-about-page .theme-standards__list {
    grid-template-columns: 1fr;
  }

  .theme-about-page .theme-about-hero .theme-label {
    letter-spacing: 0.2em;
    padding-inline: 14px;
  }

  .theme-about-page .theme-about-gallery {
    gap: 12px;
  }

  .theme-about-page .theme-actions {
    display: grid;
  }

  .theme-about-page .theme-actions .theme-btn {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .theme-home .theme-hero__inner {
    padding-left: 48px;
  }
}

@media (min-width: 1200px) {
  .theme-home .theme-hero__inner {
    padding-left: 64px;
  }
}

/* === Akol About Modern · mobile first ================================= */

.akol-about-modern {
  --akol-about-navy: #08182a;
  --akol-about-red: #e30613;
  --akol-about-ink: #171a1f;
  --akol-about-muted: #667085;
  --akol-about-line: rgb(8 24 42 / 0.12);
  --akol-about-soft: #f5f7fa;
  background: #fff;
  color: var(--akol-about-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.akol-about-modern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.akol-about-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.akol-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--akol-about-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akol-about-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.akol-about-section {
  padding: 72px 0;
}

.akol-about-section-head {
  max-width: 680px;
  margin-bottom: 34px;
}

.akol-about-section-head h2,
.akol-about-intro h2,
.akol-about-vm__card h2,
.akol-about-cta h2 {
  margin: 14px 0 0;
  color: var(--akol-about-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.akol-about-lead {
  margin: 22px 0 0;
  color: var(--akol-about-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
}

.akol-about-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.akol-about-btn:hover,
.akol-about-btn:focus-visible {
  transform: translateY(-2px);
}

.akol-about-btn--primary {
  background: var(--akol-about-red);
  color: #fff;
}

.akol-about-btn--ghost {
  border-color: rgb(255 255 255 / 0.36);
  color: #fff;
}

.akol-about-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  padding: 132px 0 54px;
  overflow: hidden;
  color: #fff;
  background: var(--akol-about-navy);
}

.akol-about-hero__image,
.akol-about-hero__overlay {
  position: absolute;
  inset: 0;
}

.akol-about-hero__image {
  transform: scale(1.02);
}

.akol-about-hero__overlay {
  background:
    linear-gradient(180deg, rgb(8 24 42 / 0.58), rgb(8 24 42 / 0.82)),
    linear-gradient(90deg, rgb(8 24 42 / 0.78), rgb(8 24 42 / 0.18));
}

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

.akol-about-hero__copy {
  max-width: 760px;
}

.akol-about-hero h1 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.akol-about-hero p {
  margin: 22px 0 0;
  max-width: 620px;
  color: rgb(255 255 255 / 0.84);
  font-size: 16px;
  line-height: 1.72;
}

.akol-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.akol-about-stats {
  padding: 34px 0;
  background: #fff;
  border-bottom: 1px solid var(--akol-about-line);
}

.akol-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.akol-about-stat {
  min-width: 0;
}

.akol-about-stat strong {
  display: block;
  color: var(--akol-about-red);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.akol-about-stat span {
  display: block;
  margin-top: 8px;
  color: var(--akol-about-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.akol-about-intro {
  background: #fff;
}

.akol-about-intro__grid {
  display: grid;
  gap: 32px;
}

.akol-about-intro__content > p:not(.akol-about-lead) {
  margin: 18px 0 0;
  color: var(--akol-about-muted);
  font-size: 15px;
  line-height: 1.78;
}

.akol-about-intro__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--akol-about-soft);
}

.akol-about-intro__note {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 18px;
  background: rgb(255 255 255 / 0.92);
  color: var(--akol-about-ink);
  backdrop-filter: blur(14px);
}

.akol-about-intro__note strong,
.akol-about-intro__note span {
  display: block;
}

.akol-about-intro__note strong {
  font-size: 15px;
  font-weight: 800;
}

.akol-about-intro__note span {
  margin-top: 6px;
  color: var(--akol-about-muted);
  font-size: 13px;
  line-height: 1.5;
}

.akol-about-vm {
  background: var(--akol-about-soft);
}

.akol-about-vm__grid {
  display: grid;
  gap: 16px;
}

.akol-about-vm__card {
  padding: 28px;
  background: #fff;
  border-left: 4px solid var(--akol-about-navy);
}

.akol-about-vm__card--red {
  border-left-color: var(--akol-about-red);
}

.akol-about-vm__card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--akol-about-navy);
  color: #fff;
  font-weight: 800;
}

.akol-about-vm__card--red span {
  background: var(--akol-about-red);
}

.akol-about-vm__card h2 {
  font-size: 28px;
}

.akol-about-vm__card p {
  margin: 18px 0 0;
  color: var(--akol-about-muted);
  font-size: 15px;
  line-height: 1.78;
}

.akol-about-timeline {
  background: var(--akol-about-navy);
  color: #fff;
}

.akol-about-timeline .akol-about-section-head h2 {
  color: #fff;
}

.akol-about-timeline__list {
  position: relative;
  display: grid;
  gap: 34px;
}

.akol-about-timeline__item {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 54px;
}

.akol-about-timeline__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -34px;
  left: 19px;
  width: 1px;
  background: rgb(255 255 255 / 0.18);
}

.akol-about-timeline__item:last-child::before {
  bottom: 0;
}

.akol-about-timeline__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgb(255 255 255 / 0.08);
}

.akol-about-timeline__marker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--akol-about-red);
  box-shadow: 0 0 0 8px rgb(227 6 19 / 0.14);
}

.akol-about-timeline__marker span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.akol-about-timeline__content {
  padding-bottom: 6px;
}

.akol-about-timeline__content small {
  color: var(--akol-about-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.akol-about-timeline__content time {
  display: block;
  margin-top: 10px;
  color: rgb(255 255 255 / 0.34);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.akol-about-timeline__content h3 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
}

.akol-about-timeline__content p {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.akol-about-areas {
  background: #fff;
}

.akol-about-areas__grid {
  display: grid;
  gap: 12px;
}

.akol-about-area {
  padding: 24px;
  border: 1px solid var(--akol-about-line);
  background: #fff;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.akol-about-area:hover {
  border-color: var(--akol-about-red);
  box-shadow: 0 18px 40px rgb(8 24 42 / 0.08);
  transform: translateY(-2px);
}

.akol-about-area span {
  color: var(--akol-about-red);
  font-size: 13px;
  font-weight: 800;
}

.akol-about-area h3 {
  margin: 18px 0 0;
  color: var(--akol-about-ink);
  font-size: 22px;
  font-weight: 800;
}

.akol-about-area p {
  margin: 10px 0 0;
  color: var(--akol-about-muted);
  font-size: 14px;
  line-height: 1.64;
}

.akol-about-cta {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: #fff;
  background: var(--akol-about-navy);
}

.akol-about-cta::before,
.akol-about-cta::after {
  content: "";
  position: absolute;
  inset: 0;
}

.akol-about-cta::before {
  background: var(--about-cta-image) center / cover no-repeat;
  transform: scale(1.04);
}

.akol-about-cta::after {
  background: linear-gradient(90deg, rgb(8 24 42 / 0.92), rgb(8 24 42 / 0.72));
}

.akol-about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.akol-about-cta h2 {
  color: #fff;
}

.akol-about-cta p {
  margin: 20px 0 0;
  color: rgb(255 255 255 / 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.akol-about-cta .akol-about-btn {
  margin-top: 28px;
}

@media (min-width: 640px) {
  .akol-about-shell {
    width: min(100% - 48px, 1180px);
  }

  .akol-about-stats__grid,
  .akol-about-areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .akol-about-hero h1 {
    font-size: 58px;
  }

  .akol-about-section-head h2,
  .akol-about-intro h2,
  .akol-about-cta h2 {
    font-size: 46px;
  }
}

@media (min-width: 900px) {
  .akol-about-section {
    padding: 104px 0;
  }

  .akol-about-hero {
    min-height: 720px;
    padding-bottom: 76px;
  }

  .akol-about-hero h1 {
    font-size: 74px;
  }

  .akol-about-hero p {
    font-size: 18px;
  }

  .akol-about-stats {
    padding: 46px 0;
  }

  .akol-about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .akol-about-stat {
    padding-left: 26px;
    border-left: 1px solid var(--akol-about-line);
  }

  .akol-about-stat:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .akol-about-intro__grid,
  .akol-about-vm__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 56px;
  }

  .akol-about-section-head h2,
  .akol-about-intro h2,
  .akol-about-cta h2 {
    font-size: 56px;
  }

  .akol-about-timeline__list {
    gap: 58px;
  }

  .akol-about-timeline__list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgb(255 255 255 / 0.18);
  }

  .akol-about-timeline__item,
  .akol-about-timeline__item.is-reverse {
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    padding-left: 0;
  }

  .akol-about-timeline__item::before {
    display: none;
  }

  .akol-about-timeline__item.is-reverse .akol-about-timeline__image {
    grid-column: 3;
    grid-row: 1;
  }

  .akol-about-timeline__item.is-reverse .akol-about-timeline__content {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
  }

  .akol-about-timeline__marker {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 2;
    justify-self: center;
    width: 46px;
    height: 46px;
  }

  .akol-about-timeline__content {
    padding: 0 0 0 34px;
  }

  .akol-about-timeline__item.is-reverse .akol-about-timeline__content {
    padding: 0 34px 0 0;
  }

  .akol-about-timeline__content time {
    font-size: 58px;
  }

  .akol-about-areas__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .akol-about-hero h1 {
    font-size: 88px;
  }

  .akol-about-section-head h2,
  .akol-about-intro h2,
  .akol-about-cta h2 {
    font-size: 64px;
  }
}

/* === Akol About Editorial Refresh ===================================== */

.akol-about-editorial {
  --akol-about-paper: #fcfaf6;
  --akol-about-charcoal: #111111;
  --akol-about-stone: #6d6b68;
  --akol-about-border: rgba(17, 17, 17, 0.12);
  --akol-about-accent: #c7a47a;
  background: #fff;
  color: var(--akol-about-charcoal);
  font-family: "Raleway", "Inter", "Segoe UI", sans-serif;
}

.akol-about-editorial .akol-about-shell {
  width: min(100% - 36px, 1280px);
}

.akol-about-editorial .akol-about-kicker {
  color: #9f8060;
  letter-spacing: 0.18em;
}

.akol-about-editorial .akol-about-kicker::before {
  width: 34px;
  height: 1px;
  border-radius: 0;
  background: currentColor;
}

.akol-about-editorial .akol-about-section-head h2,
.akol-about-editorial .akol-about-intro-band__copy h2,
.akol-about-editorial .akol-about-story__content h2,
.akol-about-editorial .akol-about-cta h2,
.akol-about-editorial .akol-about-hero__panel h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.akol-about-editorial .akol-about-hero {
  min-height: auto;
  padding: 132px 0 40px;
  background: #fff;
  color: var(--akol-about-charcoal);
  overflow: visible;
}

.akol-about-editorial .akol-about-hero__overlay {
  display: none;
}

.akol-about-editorial .akol-about-hero__inner {
  position: static;
}

.akol-about-editorial .akol-about-hero__stage {
  position: relative;
}

.akol-about-editorial .akol-about-hero__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 8.4;
  background: #e8e3dc;
}

.akol-about-editorial .akol-about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.akol-about-editorial .akol-about-hero__panel {
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  bottom: clamp(18px, 4vw, 74px);
  z-index: 2;
  width: min(420px, calc(100% - 36px));
  padding: 28px 26px 26px;
  background: #111;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .20);
}

.akol-about-editorial .akol-about-hero__panel .akol-about-kicker {
  color: rgba(255, 255, 255, .6);
}

.akol-about-editorial .akol-about-hero__panel .akol-about-kicker::before {
  background: rgba(255, 255, 255, .45);
}

.akol-about-editorial .akol-about-hero__panel h1 {
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: .98;
}

.akol-about-editorial .akol-about-hero__panel p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.8;
}

.akol-about-editorial .akol-about-hero__actions {
  margin-top: 22px;
}

.akol-about-editorial .akol-about-btn {
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.akol-about-editorial .akol-about-btn--primary {
  background: #fff;
  color: #111;
}

.akol-about-editorial .akol-about-btn--ghost-dark,
.akol-about-editorial .akol-about-btn--outline {
  border: 1px solid var(--akol-about-border);
  background: transparent;
  color: var(--akol-about-charcoal);
}

.akol-about-editorial .akol-about-hero__panel .akol-about-btn--ghost-dark {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

.akol-about-editorial .akol-about-btn:hover,
.akol-about-editorial .akol-about-btn:focus-visible {
  transform: translateY(-2px);
}

.akol-about-editorial .akol-about-intro-band {
  padding: 48px 0 28px;
}

.akol-about-editorial .akol-about-intro-band__grid {
  display: grid;
  gap: 24px;
  align-items: end;
}

.akol-about-editorial .akol-about-intro-band__copy h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.06;
}

.akol-about-editorial .akol-about-intro-band__copy p {
  margin: 18px 0 0;
  max-width: 760px;
  color: var(--akol-about-stone);
  font-size: 18px;
  line-height: 1.75;
}

.akol-about-editorial .akol-about-intro-band__aside {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.akol-about-editorial .akol-about-intro-band__rule {
  width: 100%;
  max-width: 280px;
  height: 1px;
  background: var(--akol-about-border);
}

.akol-about-editorial .akol-about-stats {
  padding: 22px 0 56px;
  border-bottom: 0;
}

.akol-about-editorial .akol-about-stats__grid {
  gap: 16px;
}

.akol-about-editorial .akol-about-stat {
  padding: 22px 0;
  border-top: 1px solid var(--akol-about-border);
}

.akol-about-editorial .akol-about-stat strong {
  color: var(--akol-about-charcoal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
}

.akol-about-editorial .akol-about-stat span {
  margin-top: 10px;
  color: var(--akol-about-stone);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.akol-about-editorial .akol-about-section {
  padding: 72px 0;
}

.akol-about-editorial .akol-about-showcase {
  padding-top: 10px;
}

.akol-about-editorial .akol-about-showcase__grid {
  display: grid;
  gap: 22px;
}

.akol-about-editorial .akol-about-showcase__card {
  border-top: 1px solid var(--akol-about-border);
  padding-top: 18px;
}

.akol-about-editorial .akol-about-showcase__image {
  aspect-ratio: 1.1 / 0.82;
  overflow: hidden;
  background: #ece7e0;
}

.akol-about-editorial .akol-about-showcase__body {
  padding: 18px 0 0;
}

.akol-about-editorial .akol-about-showcase__body span,
.akol-about-editorial .akol-about-showcase__body small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.akol-about-editorial .akol-about-showcase__body span {
  color: #9f8060;
}

.akol-about-editorial .akol-about-showcase__body h3 {
  margin: 10px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.14;
}

.akol-about-editorial .akol-about-showcase__body p {
  margin: 12px 0 0;
  color: var(--akol-about-stone);
  line-height: 1.8;
}

.akol-about-editorial .akol-about-showcase__body small {
  margin-top: 18px;
  color: var(--akol-about-charcoal);
}

.akol-about-editorial .akol-about-story {
  background: #fff;
}

.akol-about-editorial .akol-about-story__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.akol-about-editorial .akol-about-story__media {
  overflow: hidden;
  min-height: 320px;
  background: #ece7e0;
}

.akol-about-editorial .akol-about-story__media--tall {
  min-height: 420px;
}

.akol-about-editorial .akol-about-story__content h2 {
  margin: 16px 0 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.akol-about-editorial .akol-about-story__content p {
  margin: 16px 0 0;
  color: var(--akol-about-stone);
  line-height: 1.82;
}

.akol-about-editorial .akol-about-story__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.akol-about-editorial .akol-about-story__metrics div {
  padding-top: 16px;
  border-top: 1px solid var(--akol-about-border);
}

.akol-about-editorial .akol-about-story__metrics strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.akol-about-editorial .akol-about-story__metrics span {
  display: block;
  margin-top: 8px;
  color: var(--akol-about-stone);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.akol-about-editorial .akol-about-story__list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.akol-about-editorial .akol-about-story__list article {
  padding: 16px 0 0;
  border-top: 1px solid var(--akol-about-border);
}

.akol-about-editorial .akol-about-story__list strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.akol-about-editorial .akol-about-story__list article p {
  margin-top: 8px;
}

.akol-about-editorial .akol-about-timeline {
  background: var(--akol-about-paper);
  color: var(--akol-about-charcoal);
}

.akol-about-editorial .akol-about-timeline__grid {
  display: grid;
  gap: 24px;
}

.akol-about-editorial .akol-about-timeline__card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 20px 48px rgba(17, 17, 17, .05);
}

.akol-about-editorial .akol-about-timeline__image {
  aspect-ratio: 1.18 / 0.82;
  overflow: hidden;
  background: #ece7e0;
}

.akol-about-editorial .akol-about-timeline__body {
  padding: 22px;
}

.akol-about-editorial .akol-about-timeline__body small,
.akol-about-editorial .akol-about-timeline__body time {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.akol-about-editorial .akol-about-timeline__body small {
  color: #9f8060;
}

.akol-about-editorial .akol-about-timeline__body h3 {
  margin: 12px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.akol-about-editorial .akol-about-timeline__body p {
  margin: 12px 0 0;
  color: var(--akol-about-stone);
  line-height: 1.82;
}

.akol-about-editorial .akol-about-timeline__body time {
  margin-top: 18px;
  color: var(--akol-about-charcoal);
}

.akol-about-editorial .akol-about-cta {
  padding: 100px 0;
}

.akol-about-editorial .akol-about-cta::after {
  background: linear-gradient(90deg, rgba(17, 17, 17, .88), rgba(17, 17, 17, .45));
}

.akol-about-editorial .akol-about-cta__inner {
  max-width: 700px;
}

.akol-about-editorial .akol-about-cta p {
  color: rgba(255, 255, 255, .78);
}

@media (min-width: 760px) {
  .akol-about-editorial .akol-about-intro-band__grid,
  .akol-about-editorial .akol-about-story__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .62fr);
    gap: 42px;
  }

  .akol-about-editorial .akol-about-story--reverse .akol-about-story__grid {
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1.08fr);
  }

  .akol-about-editorial .akol-about-story--reverse .akol-about-story__content {
    order: 1;
  }

  .akol-about-editorial .akol-about-story--reverse .akol-about-story__media {
    order: 2;
  }

  .akol-about-editorial .akol-about-showcase__grid,
  .akol-about-editorial .akol-about-timeline__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .akol-about-editorial .akol-about-hero {
    padding-top: 152px;
    padding-bottom: 60px;
  }

  .akol-about-editorial .akol-about-intro-band {
    padding-top: 64px;
  }

  .akol-about-editorial .akol-about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .akol-about-editorial .akol-about-section {
    padding: 96px 0;
  }
}

@media (max-width: 759px) {
  .akol-about-editorial .akol-about-hero__frame {
    aspect-ratio: 4 / 5;
  }

  .akol-about-editorial .akol-about-hero__panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: -24px;
  }

  .akol-about-editorial .akol-about-story__metrics {
    grid-template-columns: 1fr;
  }
}
