/* =========================================================
   ABOUT PAGE
   Mahjong Mania — Social House & Bar
   Append this block to the bottom of /styles.css
   ========================================================= */


/* =========================================================
   01. ABOUT HERO
   ========================================================= */

.about-hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  padding-top: 64px;
  padding-bottom: 86px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.about-hero-copy {
  padding: 42px 0;
}

.about-hero h1 {
  max-width: 760px;
  margin: 26px 0 30px;

  font-family: var(--display);
  font-size: clamp(56px, 5.5vw, 88px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.078em;
}

.about-hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.about-hero-lead {
  max-width: 610px;
  margin-bottom: 40px;

  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.about-hero-meta {
  display: flex;
  align-items: center;
  gap: 15px;

  color: #7a858f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.about-hero-meta i {
  color: var(--red);
  font-style: normal;
}

.about-hero-visual {
  min-width: 0;
}

.about-hero-frame {
  position: relative;
  min-height: 650px;
  overflow: hidden;

  background: var(--navy);
  border-radius: 150px 150px 6px 6px;
}

.about-hero-frame::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 125px 125px 2px 2px;
  pointer-events: none;
}

.about-hero-frame img {
  width: 100%;
  height: 100%;
  min-height: 650px;

  object-fit: cover;
}

.about-frame-note {
  position: absolute;
  z-index: 2;
  right: 31px;
  bottom: 31px;
  left: 31px;

  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;

  padding: 23px 25px;

  color: white;
  background: rgba(12, 36, 62, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-frame-note small {
  max-width: 150px;

  color: #c3ccd6;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.about-frame-note strong {
  font: italic 23px var(--serif);
  font-weight: 400;
}


/* =========================================================
   02. OUR STORY
   ========================================================= */

.about-story {
  background: var(--offwhite);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(50px, 8vw, 130px);
}

.about-story-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.about-section-number {
  color: #929ca5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.about-story-copy h2 {
  margin-bottom: 38px;

  font-family: var(--display);
  font-size: clamp(40px, 4.25vw, 66px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.07em;
}

.about-copy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.about-copy-columns p {
  margin: 0;

  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}


/* =========================================================
   03. MANIFESTO BAND
   ========================================================= */

.about-manifesto {
  padding: 30px 0;
  background: var(--navy);
  color: white;
}

.about-manifesto-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about-manifesto p {
  margin: 0;

  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.about-manifesto p em {
  margin-left: 6px;

  color: #f0b4ac;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}


/* =========================================================
   04. EXPERIENCE
   ========================================================= */

.about-experience {
  background: var(--cream);
}

.about-experience-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.about-experience-media {
  position: relative;
  min-height: 700px;
}

.about-image-main {
  position: relative;
  width: 82%;
  height: 590px;
  overflow: hidden;

  background: #c8d1d4;
}

.about-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.55s ease;
}

.about-image-main:hover img {
  transform: scale(1.03);
}

.about-image-tag {
  position: absolute;
  top: 23px;
  left: 23px;

  padding: 12px 15px;

  background: var(--cream);
  color: var(--navy);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.about-image-small {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 42%;
  height: 340px;
  overflow: hidden;

  border: 11px solid var(--cream);
  background: var(--navy);
}

.about-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-experience-copy h2 {
  margin: 25px 0 29px;

  font-family: var(--display);
  font-size: clamp(41px, 4.15vw, 64px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.068em;
}

.about-experience-copy h2 em {
  color: var(--red);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.about-experience-copy > p {
  max-width: 520px;
  margin-bottom: 38px;

  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}

.about-principles {
  border-top: 1px solid var(--line);
}

.about-principles article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;

  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.about-principles article > span {
  padding-top: 3px;

  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.about-principles h3 {
  margin-bottom: 8px;

  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.about-principles p {
  max-width: 410px;
  margin: 0;

  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}


/* =========================================================
   05. VALUES
   ========================================================= */

.about-values {
  background: var(--offwhite);
}

.about-values-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.about-values-heading h2 {
  margin: 22px 0 0;

  font-family: var(--display);
  font-size: clamp(41px, 4.15vw, 65px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.07em;
}

.about-values-heading h2 em {
  color: var(--red);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.about-values-heading > p {
  max-width: 390px;
  margin: 0 0 9px;

  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  margin-top: 53px;
}

.about-value-card {
  position: relative;
  min-height: 350px;
  padding: 36px 34px 32px;

  overflow: hidden;

  border: 1px solid var(--line);
  background: white;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.about-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 71, 70, 0.35);
  box-shadow: 0 20px 45px rgba(20, 47, 80, 0.08);
}

.about-value-number {
  position: absolute;
  top: 30px;
  right: 30px;

  color: #9aa5ae;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.about-value-symbol {
  display: grid;
  place-items: center;

  width: 66px;
  height: 78px;
  margin-bottom: 40px;

  color: var(--red);
  background: var(--cream);

  border: 1px solid #deded8;
  border-radius: 7px;
  box-shadow: 4px 5px 0 #c6d1d9;

  font: 700 32px var(--serif);

  transform: rotate(-5deg);
}

.about-value-card:nth-child(2) .about-value-symbol {
  transform: rotate(4deg);
}

.about-value-card:nth-child(3) .about-value-symbol {
  transform: rotate(-2deg);
}

.about-value-card h3 {
  margin-bottom: 13px;

  font-family: var(--display);
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.about-value-card p {
  max-width: 320px;
  margin: 0;

  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}


/* =========================================================
   06. SOCIAL HOUSE STATEMENT
   ========================================================= */

.about-house {
  position: relative;
  overflow: hidden;

  background: var(--navy-deep);
  color: white;
}

.about-house::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -170px;

  width: 470px;
  height: 470px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.about-house::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -260px;

  width: 520px;
  height: 520px;

  border: 1px solid rgba(185, 71, 70, 0.4);

  transform: rotate(45deg);
}

.about-house-inner {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 90px;
  align-items: center;
}

.about-house-copy h2 {
  margin: 25px 0 28px;

  font-family: var(--display);
  font-size: clamp(43px, 4.5vw, 69px);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.07em;
}

.about-house-copy h2 em {
  color: #f1b3ad;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.about-house-copy > p {
  max-width: 560px;
  margin-bottom: 31px;

  color: #bdc7d0;
  font-size: 14px;
  line-height: 1.95;
}

.about-house-mark {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  aspect-ratio: 1;
  max-width: 360px;
  margin-left: auto;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.about-house-mark::before {
  content: "";
  position: absolute;
  inset: 20px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.about-house-mark span {
  position: relative;
  z-index: 1;

  color: white;
  font-family: var(--display);
  font-size: clamp(70px, 8vw, 120px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.09em;
}

.about-house-mark small {
  position: relative;
  z-index: 1;

  margin-top: 18px;

  color: #e7adb0;
  text-align: center;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.22em;
}


/* =========================================================
   07. ABOUT CLOSING
   ========================================================= */

.about-closing {
  padding-top: 100px;
}


/* =========================================================
   08. TABLET
   ========================================================= */

@media (max-width: 1000px) {

  .about-hero-grid {
    gap: 40px;
  }

  .about-hero-frame,
  .about-hero-frame img {
    min-height: 560px;
  }

  .about-story-grid {
    grid-template-columns: 0.55fr 1.45fr;
    gap: 45px;
  }

  .about-experience-grid {
    gap: 55px;
  }

  .about-experience-media {
    min-height: 610px;
  }

  .about-image-main {
    height: 510px;
  }

  .about-image-small {
    height: 280px;
  }

  .about-house-inner {
    gap: 60px;
  }
}


/* =========================================================
   09. MOBILE / SMALL TABLET
   ========================================================= */

@media (max-width: 850px) {

  .about-hero {
    padding-top: 40px;
  }

  .about-hero-grid,
  .about-story-grid,
  .about-experience-grid,
  .about-house-inner {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    padding-top: 15px;
  }

  .about-hero h1 {
    max-width: 720px;
  }

  .about-hero-visual {
    max-width: 700px;
  }

  .about-story-label {
    display: block;
  }

  .about-section-number {
    display: block;
    margin-top: 18px;
  }

  .about-copy-columns {
    gap: 28px;
  }

  .about-experience-media {
    min-height: 650px;
  }

  .about-image-main {
    width: 80%;
  }

  .about-image-small {
    width: 40%;
  }

  .about-values-heading {
    display: block;
  }

  .about-values-heading > p {
    max-width: 560px;
    margin-top: 24px;
  }

  .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-value-card:last-child {
    grid-column: 1 / -1;
  }

  .about-house-mark {
    width: min(70vw, 360px);
    margin: 10px auto 0;
  }
}


/* =========================================================
   10. MOBILE
   ========================================================= */

@media (max-width: 620px) {

  .about-hero {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .about-hero h1 {
    margin: 21px 0 24px;

    font-size: clamp(47px, 12vw, 67px);
  }

  .about-hero-lead {
    font-size: 14px;
    line-height: 1.85;
  }

  .about-hero-meta {
    gap: 9px;

    font-size: 7.5px;
    letter-spacing: 0.12em;
  }

  .about-hero-frame {
    min-height: 112vw;
    border-radius: 100px 100px 5px 5px;
  }

  .about-hero-frame img {
    min-height: 112vw;
  }

  .about-hero-frame::after {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;

    border-radius: 83px 83px 2px 2px;
  }

  .about-frame-note {
    right: 18px;
    bottom: 18px;
    left: 18px;

    display: block;
    padding: 18px;
  }

  .about-frame-note small {
    display: block;
    margin-bottom: 6px;
  }

  .about-frame-note strong {
    font-size: 19px;
  }


  /* Story */

  .about-story-copy h2,
  .about-experience-copy h2,
  .about-values-heading h2,
  .about-house-copy h2 {
    font-size: clamp(36px, 9.4vw, 49px);
  }

  .about-copy-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-copy-columns p,
  .about-experience-copy > p,
  .about-house-copy > p {
    font-size: 13.5px;
  }


  /* Manifesto */

  .about-manifesto {
    padding: 21px 0;
  }

  .about-manifesto-inner {
    gap: 13px;
  }

  .about-manifesto p {
    font-size: 8px;
    line-height: 1.75;
    letter-spacing: 0.09em;
  }

  .about-manifesto p em {
    display: block;
    margin: 1px 0 0;

    font-size: 12px;
  }


  /* Experience */

  .about-experience-media {
    min-height: 118vw;
  }

  .about-image-main {
    width: 87%;
    height: 99vw;
    max-height: 530px;
  }

  .about-image-small {
    width: 42%;
    height: 53vw;
    max-height: 275px;

    border-width: 7px;
  }

  .about-principles article {
    grid-template-columns: 34px 1fr;
    gap: 12px;

    padding: 19px 0;
  }


  /* Values */

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 13px;

    margin-top: 35px;
  }

  .about-value-card,
  .about-value-card:last-child {
    grid-column: auto;

    min-height: 0;
    padding: 28px 26px;
  }

  .about-value-symbol {
    width: 56px;
    height: 66px;
    margin-bottom: 27px;

    font-size: 27px;
  }


  /* Social House */

  .about-house-inner {
    gap: 45px;
  }

  .about-house-mark {
    width: min(77vw, 320px);
  }

  .about-closing {
    padding-top: 75px;
  }
}


/* =========================================================
   11. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .about-image-main img,
  .about-value-card {
    transition: none;
  }

  .about-image-main:hover img,
  .about-value-card:hover {
    transform: none;
  }
}
