/* ==========================================================================
   ODEN-STEEL COMPONENT / ABOUT (RÓLUNK)
   --------------------------------------------------------------------------
   Editorial trust section — graphite + restrained gold.
   ========================================================================== */

.about-section {
  position: relative;
  overflow: clip;
  padding-block: clamp(var(--space-2xl), 8vw, var(--space-3xl));

  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);

  background:
    radial-gradient(
      circle at 12% 16%,
      color-mix(in srgb, var(--color-gold, #d6a300) 5.5%, transparent),
      transparent 34%
    ),
    linear-gradient(180deg, #11110f 0%, #171714 50%, #10100f 100%);
}

@media (min-width: 768px) {
  .about-section {
    padding-block: clamp(var(--space-2xl), 5vw, 72px);
  }
}

#rolunk {
  scroll-margin-top: calc(var(--site-header-height, var(--header-height, 80px)) + 20px);
}

#rolunk:focus {
  outline: none;
}

#rolunk:focus-visible {
  outline: 2px solid var(--color-gold, #d6a300);
  outline-offset: 4px;
}

.about-section__container {
  width: min(100%, 1280px);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.about-section__header {
  max-width: 960px;
}

.about-section__eyebrow {
  margin: 0 0 var(--space-md);

  color: var(--color-gold, #b88f40);

  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-section__title {
  margin: 0;
  max-width: 960px;

  color: rgba(247, 244, 236, 0.96);

  font-size: clamp(34px, 10vw, 46px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.035em;
}

@media (min-width: 768px) {
  .about-section__title {
    font-size: clamp(40px, 6vw, 58px);
    line-height: var(--line-height-display);
    letter-spacing: -0.045em;
  }
}

@media (min-width: 1024px) {
  .about-section__title {
    font-size: clamp(40px, 4.2vw, 64px);
  }
}

.about-section__intro {
  width: min(100%, 760px);
  margin-top: clamp(12px, 1.6vw, 20px);
  margin-left: 0;
}

@media (min-width: 768px) {
  .about-section__intro {
    margin-left: auto;
  }
}

.about-section__intro p {
  margin: 0;

  color: rgba(247, 244, 236, 0.72);

  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.75;
}

.about-section__intro p + p {
  margin-top: var(--space-md);
}

/* --------------------------------------------------------------------------
   Media
   -------------------------------------------------------------------------- */

.about-section__media {
  width: 100%;
  max-width: min(100%, 920px);
  margin: clamp(var(--space-lg), 3vw, 36px) auto 0;
  overflow: hidden;
  /* Matches .references-section --references-radius */
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.about-section__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1374 / 1145;
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
}

@media (min-width: 768px) {
  .about-section__media {
    width: fit-content;
    max-width: min(100%, 920px);
    margin-inline: auto;
  }

  .about-section__image {
    width: auto;
    max-width: min(100%, 920px);
    height: auto;
    max-height: min(46vh, 520px);
    object-fit: contain;
    object-position: center center;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  .about-section__image {
    max-height: min(42vh, 400px);
  }
}

/* --------------------------------------------------------------------------
   Quote
   -------------------------------------------------------------------------- */

.about-section__quote {
  position: relative;

  width: min(100%, 980px);
  margin: clamp(var(--space-lg), 3vw, 36px) auto 0;
  padding: 0 0 0 20px;

  border: 0;
  border-left: 2px solid
    color-mix(in srgb, var(--color-gold, #d6a300) 85%, transparent);
}

@media (min-width: 768px) {
  .about-section__quote {
    padding-left: clamp(24px, 4vw, 52px);
  }
}

.about-section__quote p {
  margin: 0;

  color: rgba(247, 244, 236, 0.94);

  font-size: clamp(24px, 7vw, 34px);
  line-height: 1.2;
  font-weight: 450;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .about-section__quote p {
    font-size: clamp(26px, 3.4vw, 50px);
  }
}

/* --------------------------------------------------------------------------
   Content blocks (editorial grid — not cards)
   -------------------------------------------------------------------------- */

.about-section__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;

  margin-top: clamp(var(--space-2xl), 6vw, var(--space-4xl));

  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

@media (min-width: 900px) {
  .about-section__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(56px, 8vw, 120px);
  }
}

.about-section__content-block {
  padding: clamp(var(--space-xl), 4vw, var(--space-2xl)) 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.about-section__content-title {
  margin: 0 0 22px;
  max-width: 520px;

  color: rgba(247, 244, 236, 0.96);

  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.about-section__content-copy {
  max-width: 600px;

  color: rgba(247, 244, 236, 0.66);

  font-size: clamp(15.5px, 1.25vw, 18px);
  line-height: 1.75;
}

.about-section__content-copy p {
  margin: 0;
}

.about-section__content-copy p + p {
  margin-top: 16px;
}

/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */

.about-section__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;

  margin-top: clamp(28px, 4vw, 40px);
  padding-top: 0;

  border-top: 0;

  text-align: left;
}

@media (min-width: 768px) {
  .about-section__cta {
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;

    margin-top: clamp(32px, 4vw, 44px);
    padding-top: 0;

    text-align: left;
  }
}

.about-section__cta-copy {
  width: min(100%, 34ch);
}

@media (min-width: 768px) {
  .about-section__cta-copy {
    width: auto;
    max-width: none;
  }
}

.about-section__cta-kicker {
  margin: 0 0 10px;

  color: var(--color-gold, #b88f40);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-section__cta-title {
  margin: 0;

  color: rgba(247, 244, 236, 0.96);

  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.about-section__cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  box-sizing: border-box;
  width: min(100%, 320px);
  max-width: 100%;
  margin-inline: 0;

  text-align: center;
}

@media (min-width: 768px) {
  .about-section__cta-button {
    width: auto;
    min-width: 240px;
    margin-inline: 0;
  }
}

.about-section__cta-label {
  display: block;
  width: 100%;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Reveal (JS-enhanced; visible without JS)
   -------------------------------------------------------------------------- */

html:not(.no-js) .about-section [data-about-reveal] {
  opacity: 0;
  transform: translateY(20px);
}

html:not(.no-js) .about-section [data-about-reveal="media"] {
  transform: translateY(16px) scale(1.015);
}

@media (prefers-reduced-motion: reduce) {
  html:not(.no-js) .about-section [data-about-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
