.about-page {
  color: #49372f;
}

.about-shell {
  max-width: 1280px;
}

.about-shell h1,
.about-shell h2 {
  color: #60375f;
}

.about-hero,
.about-story,
.about-method,
.about-columns,
.about-professional,
.about-belief,
.about-cta {
  margin: 28px 0;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  padding: clamp(34px, 6vw, 86px);
  border: 1px solid rgba(117, 72, 91, .14);
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255, 252, 247, .98), rgba(250, 235, 232, .88));
  box-shadow: 0 28px 80px rgba(91, 61, 52, .12);
  overflow: hidden;
}

.about-hero h1 {
  max-width: 760px;
  margin: 14px 0 20px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .98;
}

.about-lead {
  color: #7a2444;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.13;
}

.about-hero-copy > p:not(.about-lead),
.about-story p,
.about-method > p,
.about-columns p,
.about-professional p,
.about-belief p,
.about-cta p {
  font-size: 18px;
  line-height: 1.75;
}

.about-portrait {
  margin: 0;
  overflow: hidden;
  border-radius: 180px 180px 34px 34px;
  background: #eaded4;
  box-shadow: 0 24px 52px rgba(77, 49, 47, .16);
}

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

.about-portrait-main {
  height: min(650px, 68vw);
}

.about-quote {
  position: relative;
  max-width: 980px;
  margin: clamp(46px, 7vw, 94px) auto;
  padding: 0 50px;
  color: #73344f;
  border: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

.about-quote::before,
.about-quote::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #c79c64;
}
.about-quote::before { left: 0; }
.about-quote::after { right: 0; }

.about-story {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.about-story .about-portrait {
  height: 670px;
  border-radius: 34px 180px 34px 34px;
}

.about-story h2,
.about-method h2,
.about-columns h2,
.about-professional h2,
.about-belief h2,
.about-cta h2 {
  margin: 12px 0 20px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
}

.about-method {
  padding: clamp(34px, 5vw, 68px);
  border-radius: 36px;
  background: #fffaf5;
  border: 1px solid rgba(117, 72, 91, .14);
}

.about-method > p {
  max-width: 900px;
}

.about-method-boundary {
  margin-top: 22px;
  padding: 16px 20px;
  border-left: 3px solid #b18b56;
  background: rgba(255,255,255,.48);
  color: #6f6368;
  font-size: 14px;
}

.about-method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.about-method-steps article {
  min-height: 220px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f6eae7);
}

.about-method-steps b {
  color: #bd8b55;
  font-size: 13px;
  letter-spacing: .15em;
}

.about-method-steps h3 {
  margin: 18px 0 10px;
  color: #60375f;
  font: 600 32px/1 "Cormorant Garamond", serif;
}

.about-method-steps p {
  line-height: 1.6;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-columns > article {
  padding: clamp(32px, 5vw, 64px);
  border-radius: 34px;
  background: rgba(255, 252, 247, .92);
  border: 1px solid rgba(117, 72, 91, .14);
}

.about-pain-card {
  background: linear-gradient(145deg, #f7e7e7, #fff8f1) !important;
}

.about-pain-card ul {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.about-pain-card li {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(110, 64, 81, .13);
  color: #60375f;
  font: 600 22px/1.35 "Cormorant Garamond", serif;
}

.about-professional {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(36px, 6vw, 76px);
  border-radius: 40px;
  background: #f3eee6;
}

.about-professional aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: 28px;
  color: #fff;
  background: #663a60;
}

.about-professional aside strong {
  font: 600 34px/1.1 "Cormorant Garamond", serif;
}

.about-education-placeholder {
  max-width: 640px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px dashed rgba(102, 58, 96, .32);
  border-radius: 22px;
  background: rgba(255, 252, 248, .66);
}

.about-education-confirmed {
  background: linear-gradient(135deg, rgba(255,250,242,.96), rgba(235,225,210,.72));
  border-style: solid;
  border-color: rgba(177,139,86,.45);
}

.about-document-note {
  font-size: 12px!important;
  color: #807378;
}

.about-certificates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin-top: 22px;
}

.about-certificates figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(102, 58, 96, .18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(59, 40, 47, .1);
}

.about-certificates figure > a {
  display: block;
  aspect-ratio: 1 / 1.414;
  overflow: hidden;
  background: #f5f1eb;
}

.about-certificates img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.about-certificates figure > a:hover img,
.about-certificates figure > a:focus-visible img {
  transform: scale(1.015);
}

.about-certificates figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
}

.about-certificates figcaption strong {
  color: #60375f;
}

.about-certificates figcaption a {
  color: #8b6849;
  font-size: 12px;
  font-weight: 800;
}

.about-education-placeholder span {
  display: block;
  margin-bottom: 7px;
  color: #9c7655;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-education-placeholder strong {
  color: #60375f;
  font: 600 29px/1.15 "Cormorant Garamond", serif;
}

.about-education-placeholder p {
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.about-belief {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
  text-align: center;
}

.about-belief-end {
  margin-top: 30px;
  color: #73344f;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px !important;
  font-weight: 600;
}

.about-cta {
  padding: clamp(42px, 7vw, 86px);
  border-radius: 40px;
  text-align: center;
  background: radial-gradient(circle at 80% 20%, rgba(238, 199, 198, .66), transparent 35%), #fff8f1;
  border: 1px solid rgba(117, 72, 91, .14);
}

.about-cta p {
  max-width: 800px;
  margin: 0 auto 30px;
}

.about-cta .actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .about-hero,
  .about-story,
  .about-columns,
  .about-professional {
    grid-template-columns: 1fr;
  }
  .about-method-steps {
    grid-template-columns: 1fr 1fr;
  }
  .about-portrait-main,
  .about-story .about-portrait {
    height: 560px;
  }
  .about-story .about-portrait {
    order: 2;
  }
}

@media (max-width: 600px) {
  .about-hero,
  .about-method,
  .about-columns > article,
  .about-professional,
  .about-cta {
    padding: 28px 20px;
    border-radius: 26px;
  }
  .about-method-steps {
    grid-template-columns: 1fr;
  }
  .about-portrait-main,
  .about-story .about-portrait {
    height: 470px;
  }
  .about-quote {
    padding: 0;
  }
  .about-quote::before,
  .about-quote::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .about-certificates {
    grid-template-columns: 1fr;
  }
}
