/* About section — warm editorial redesign. */

.about-editorial {
  position: relative;
  padding: clamp(86px, 8vw, 132px) 0 clamp(92px, 8.4vw, 138px) !important;
  overflow: hidden;
  border-top: 1px solid rgba(168, 132, 102, 0.16);
  border-bottom: 1px solid rgba(168, 132, 102, 0.2);
  background:
    radial-gradient(65% 80% at 18% 10%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 68%),
    #fbf9f4 !important;
}

.about-editorial-inner {
  width: min(calc(100% - 80px), 1540px) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: start;
  gap: clamp(58px, 7vw, 112px);
}

.about-editorial-heading {
  min-width: 0;
}

.about-editorial-kicker {
  margin: 0;
  color: #aa4d24;
  font-family: var(--mono, "SFMono-Regular", Consolas, "Liberation Mono", monospace);
  font-size: clamp(10px, 0.84vw, 13px);
  font-weight: 750;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.about-editorial-heading-rule {
  display: block;
  width: clamp(46px, 4.4vw, 68px);
  height: 2px;
  margin: 30px 0 28px;
  border-radius: 999px;
  background: #c55a28;
}

.about-editorial-title {
  max-width: 720px;
  margin: 0;
  color: #101d37;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(58px, 5.25vw, 86px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.about-editorial-title-line {
  display: block;
}

.about-editorial-title-accent {
  color: #b3562c;
  font-style: normal;
}

.about-editorial-title-script {
  display: inline-block;
  margin-left: 0.08em;
  color: #4c2f28;
  font-family: "Snell Roundhand", "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.78;
  transform: translateY(0.04em) rotate(-2deg);
  transform-origin: center;
}

.about-editorial-copy {
  min-width: 0;
  padding: 8px 0 4px clamp(46px, 5vw, 82px);
  border-left: 1px solid rgba(159, 124, 94, 0.28);
}

.about-editorial-copy p {
  max-width: 720px;
  margin: 0;
  color: #344663;
  font-size: clamp(17px, 1.38vw, 21px);
  font-weight: 430;
  line-height: 1.68;
}

.about-editorial-copy-rule {
  display: block;
  width: 42px;
  height: 2px;
  margin: 31px 0 28px;
  border-radius: 999px;
  background: #c55a28;
}

.about-editorial-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(64px, 6.6vw, 104px);
}

.about-service {
  position: relative;
  min-height: 358px;
  padding: clamp(28px, 2.5vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(168, 132, 102, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 54%),
    rgba(247, 243, 235, 0.88);
  box-shadow: 0 18px 40px rgba(59, 42, 32, 0.045);
}

.about-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-service-index {
  color: #b8552b;
  font-family: var(--mono, "SFMono-Regular", Consolas, "Liberation Mono", monospace);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.about-service-symbol {
  display: block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: #102044;
}

.about-service-symbol.circle {
  border-radius: 50%;
}

.about-service-symbol.diamond {
  transform: rotate(45deg) scale(0.82);
}

.about-service-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 31px 0 31px;
  background: rgba(151, 120, 94, 0.25);
}

.about-service-title {
  margin: 0;
  color: #111d36;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(28px, 2.25vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.about-service-tagline {
  margin: 13px 0 0;
  color: #8d482c;
  font-family: "Snell Roundhand", "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  transform: rotate(-1.25deg);
  transform-origin: left center;
}

.about-service-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 27px 0 20px;
  border-radius: 999px;
  background: #c55a28;
}

.about-service-copy {
  max-width: 390px;
  margin: 0;
  color: #5b687d;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .about-editorial-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    gap: 54px;
  }

  .about-editorial-title {
    font-size: clamp(54px, 5.6vw, 72px);
  }

  .about-editorial-copy {
    padding-left: 42px;
  }

  .about-service {
    min-height: 344px;
    padding: 28px;
  }

  .about-service-title {
    font-size: 29px;
  }
}

@media (max-width: 900px) {
  .about-editorial {
    padding-top: 82px !important;
    padding-bottom: 92px !important;
  }

  .about-editorial-inner {
    width: min(calc(100% - 48px), 820px) !important;
  }

  .about-editorial-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-editorial-title {
    max-width: 680px;
    font-size: clamp(54px, 8vw, 72px);
  }

  .about-editorial-copy {
    padding: 38px 0 0;
    border-top: 1px solid rgba(159, 124, 94, 0.28);
    border-left: 0;
  }

  .about-editorial-copy p {
    max-width: 700px;
  }

  .about-editorial-services {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 62px;
  }

  .about-service {
    min-height: 0;
  }

  .about-service-copy {
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .about-editorial {
    padding-top: 68px !important;
    padding-bottom: 78px !important;
  }

  .about-editorial-inner {
    width: min(calc(100% - 32px), 680px) !important;
  }

  .about-editorial-heading-rule {
    margin: 24px 0 23px;
  }

  .about-editorial-title {
    font-size: clamp(45px, 13vw, 59px);
    line-height: 0.96;
  }

  .about-editorial-title-script {
    display: block;
    width: fit-content;
    margin: 0.12em 0 0 0.34em;
    font-size: 0.98em;
  }

  .about-editorial-copy {
    padding-top: 31px;
  }

  .about-editorial-copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .about-editorial-copy-rule {
    margin: 25px 0 23px;
  }

  .about-editorial-services {
    margin-top: 48px;
  }

  .about-service {
    padding: 25px 23px 27px;
    border-radius: 14px;
  }

  .about-service-divider {
    margin: 25px 0 25px;
  }

  .about-service-title {
    font-size: 29px;
  }

  .about-service-tagline {
    font-size: 27px;
  }

  .about-service-copy {
    font-size: 15.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-editorial-title-script,
  .about-service-tagline {
    transform: none;
  }
}
