/* About Green Area — architectural boutique layout */

:root {
  --ink: #182b29;
  --deep: #102522;
  --stone: #ffffff;
  --sand: #ffffff;
  --gold: #b99665;
  --water: #12646a;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

.page-about main {
  padding-bottom: 0;
}

/* Hero — left text, right image, floating quote */
.about-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0 0;
  background: var(--sand);
}

.about-hero-copy {
  padding: 40px 5% 28px;
  color: var(--ink);
}

.about-hero-copy .eyebrow {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.4em;
  margin-bottom: 14px;
}

.about-hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
  margin: 0;
  color: var(--deep);
}

.about-hero-copy h1 .indent {
  display: block;
  font-style: italic;
  margin-left: clamp(32px, 8vw, 110px);
  color: var(--ink);
}

.about-hero-copy > p {
  font-size: 14px;
  line-height: 1.55;
  color: #4a4a4a;
  max-width: 340px;
  margin: 14px 0 0;
}

.about-hero-image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 5% 32px;
  background: var(--sand);
}

.about-hero-image .hero-image-root,
.about-hero-image img {
  width: 100%;
  height: auto;
  max-height: clamp(280px, 36vh, 460px);
  object-fit: contain;
  display: block;
}

.about-hero-quote {
  position: absolute;
  left: 5%;
  bottom: -28px;
  background: var(--deep);
  color: var(--sand);
  padding: 24px 28px;
  max-width: 340px;
  z-index: 2;
}

.about-hero-quote p {
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  line-height: 1.35;
  margin: 0;
  white-space: nowrap;
}

/* Leadership — sits inside the sand hero column beneath About us */
.about-leadership {
  padding-top: clamp(36px, 5vw, 56px);
}

.about-leadership .eyebrow {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.4em;
  margin-bottom: 12px;
}

.leadership-card {
  max-width: 480px;
}

.leadership-card h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 400;
  color: var(--deep);
  margin: 0 0 4px;
  line-height: 1.1;
}

.leadership-role {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

.leadership-card blockquote {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  font-style: italic;
}


.about-philosophy {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 6vw, 84px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 130px) 5%;
  border-top: 1px solid rgba(24, 43, 41, 0.12);
}

.philosophy-lead h2,
.expertise-heading {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  color: var(--deep);
  margin: 0 0 22px;
  line-height: 1.1;
}

.philosophy-lead p {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 14px;
  max-width: 52ch;
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.expertise-heading {
  margin-bottom: 8px;
}

.expertise-item {
  display: flex;
  gap: 18px;
  border-top: 1px solid rgba(24, 43, 41, 0.12);
  padding-top: 22px;
}

.expertise-num {
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  min-width: 44px;
}

.expertise-item h3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep);
  margin: 0 0 6px;
}

.expertise-item p {
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0;
}

/* Dark collaboration block */
.about-collab {
  background: var(--deep);
  color: var(--sand);
  position: relative;
  overflow: hidden;
}

.collab-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 100px) 5%;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
}

.collab-text .eyebrow {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.4em;
  margin-bottom: 18px;
}

.collab-text h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 18px;
  color: var(--sand);
}

.collab-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #a0afa6;
  max-width: 640px;
  margin: 0;
}

.collab-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  gap: 14px;
  margin-top: -16px;
}

.collab-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 14px 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform 0.25s, background 0.25s, color 0.25s;
  border: 1px solid transparent;
}

.collab-actions .button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--sand);
  border-color: var(--gold);
}

.button-gold:hover {
  background: #a17f4f;
  border-color: #a17f4f;
}

.button-outline {
  background: var(--sand);
  color: var(--deep);
  border-color: var(--sand);
}

.button-outline:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--deep);
}

.page-about .anchor-section {
  scroll-margin-top: 100px;
}

/* Desktop: side-by-side hero and philosophy grid */
@media (min-width: 900px) {
  .about-hero {
    grid-template-columns: 5fr 7fr;
    padding-top: 0;
  }

  .about-hero-copy {
    padding: 72px 4% 56px 8%;
  }

  .about-hero-image {
    min-height: auto;
    padding: 48px 8% 48px 4%;
  }

  .about-hero-image .hero-image-root,
  .about-hero-image img {
    min-height: auto;
    max-height: 480px;
    object-fit: contain;
  }

  .about-philosophy {
    grid-template-columns: 1fr 2fr;
  }

  .expertise-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }

  .expertise-heading {
    grid-column: 1 / -1;
  }

  .collab-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}


@media (max-width: 600px) {
  .about-hero-copy {
    padding-top: 80px;
  }

  .about-hero-copy h1 .indent {
    margin-left: 22px;
  }

  .about-hero-image {
    padding: 24px 5%;
  }

  .about-hero-image .hero-image-root,
  .about-hero-image img {
    max-height: 360px;
  }

  .about-hero-quote {
    left: 5%;
    bottom: -20px;
    padding: 18px 22px;
    max-width: 240px;
  }

  .about-hero-quote p {
    font-size: 16px;
  }

  .about-philosophy {
    padding: 80px 5%;
  }

  .collab-inner {
    padding: 56px 5%;
  }

  .collab-actions .button {
    width: 100%;
  }
}
