/* Fern & Wild — About Us
   Sizes from Mel’s TeleportHQ export (1200px artboard → %).
   Images: keep existing about-us assets. Fun facts grid: do not change.
*/

.fw-about-hero,
.fw-about-story,
.fw-about-values,
.fw-about-facts,
.fw-about-journey {
  --terra: #B36B53;
  --cream: #F3E8D6;
  --ink: #2A2925;
  --sage: #839973;
  --facts-bg: #F7F1E8;
  --card-bg: #FBF7F1;
  --values-card: #FFF6E9;
  --story-bg: #FFF6E9;
  --values-bg: #FFFCF8;
  --about-section-pad-y: 5.68vw; /* match values section rhythm */
  --about-section-pad-x: 5.625%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* —— HERO ——
   Teleport base (597/1200 panels) with Mel’s shifts:
   panels shorter; photo/headline/intro nudged independently.
*/
.fw-about-hero {
  height: calc(49.75vw - 140px); /* +50 from prior −190 */
  max-height: 815px;
  min-height: 340px;
  background: transparent;
  overflow: visible;
  z-index: 2;
}

.fw-about-hero__terra {
  position: absolute;
  left: 0;
  top: 0;
  width: 46.92%; /* 563/1200 */
  height: 100%;
  background-color: var(--terra);
  background-image: url('../images/pattern-terracotta-swirls.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fw-about-hero__cream {
  position: absolute;
  left: 46.875%; /* 562.5/1200 */
  top: 0;
  width: 53.17%; /* 638/1200 */
  height: 100%;
  background: var(--cream);
}

.fw-about-hero__photo {
  position: absolute;
  left: calc(5.208% + 70px); /* 62.5/1200, then +20 +50 right */
  /* was 10.57% of 49.75vw; then +50 down, now −50 up */
  top: calc(0.1057 * 49.75vw - 50px);
  width: 46.40625%; /* 42.1875% × 1.1 — +10% after removing double border */
  height: auto;
  aspect-ratio: 625 / 594;
  object-fit: cover;
  object-position: 40% 28%;
  /* white frame is baked into about-us-image-1.webp — no CSS border */
  border: 0;
  box-sizing: border-box;
  z-index: 3;
  box-shadow: 0 12px 28px rgba(42, 41, 37, 0.14);
}

.fw-about-hero__headline {
  position: absolute;
  left: calc(50.52% - 40px); /* 606.25/1200, then −20 −20 left */
  /* was 29% of 49.75vw; −200 then +50 down */
  top: calc(0.29 * 49.75vw - 150px);
  width: 39.32%; /* 471.875/1200 */
  display: flex;
  flex-direction: column;
  gap: 0.781vw; /* 9.375 */
  z-index: 4;
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

.fw-about-hero__label {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 1.563vw; /* 18.75 */
  background: #fff;
  box-sizing: border-box;
}

.fw-about-hero__label--short {
  align-self: flex-start;
}

.fw-about-hero__label span {
  font-family: 'Earthbound', Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 4.013vw, 64px); /* 48.156/1200 */
  line-height: 1;
  color: var(--terra);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.fw-about-hero__intro {
  position: absolute;
  left: calc(60.78% - 70px); /* 729.375/1200, then −50 −50 −20 +50 right */
  /* was 63.13% of 49.75vw; −200 then +30 down */
  top: calc(0.6313 * 49.75vw - 170px);
  width: 30.5%; /* 366/1200 */
  z-index: 4;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}

.fw-about-hero__intro p {
  margin: 0;
}

.fw-about-hero__intro p + p {
  margin-top: 1em;
}

/* —— HOW IT STARTED (Teleport: bg #FFF6E9, h2 30px, body 11.25px) —— */
.fw-about-story {
  position: relative;
  width: 100%;
  min-height: 55.78vw; /* 669.375/1200 */
  background: var(--story-bg);
  overflow: visible;
  z-index: 1;
}

.fw-about-story__copy {
  position: relative;
  margin-left: 7.292%; /* 87.5 */
  width: 37.66%; /* 451.875 */
  padding-top: 8.125vw; /* 97.5/1200 */
  padding-bottom: 4vw;
  box-sizing: border-box;
  z-index: 1;
}

.fw-about-story__copy h2 {
  margin: 0 0 1.563vw;
  font-family: 'Earthbound', Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: var(--terra);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fw-about-story__copy p {
  margin: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}

.fw-about-story__copy p + p {
  margin-top: 1em;
}

.fw-about-story__copy em {
  font-style: italic;
}

.fw-about-story__copy a {
  color: var(--terra);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.fw-about-story__copy a:hover {
  color: var(--ink);
}

.fw-about-story__photo {
  position: absolute;
  left: 52.71%; /* 632.5 */
  top: 50%;
  transform: translateY(-50%);
  width: 47.33%; /* 568 */
  height: auto;
  display: block;
  z-index: 0;
}

/* —— VALUES —— */
.fw-about-values {
  background: var(--values-bg);
  padding: var(--about-section-pad-y) var(--about-section-pad-x);
}

.fw-about-values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.604vw; /* 31.25 */
  max-width: 87.6vw; /* ~1051 */
  margin: 0 auto;
}

.fw-about-values__block {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 3.646vw 2.604vw; /* 43.75 31.25 */
  border: 1px solid var(--terra);
  background: var(--values-card);
  box-sizing: border-box;
}

.fw-about-values__block h2 {
  margin: 0 0 1rem;
  font-family: 'Earthbound', Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fw-about-values__block p {
  margin: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}

.fw-about-values__block p + p {
  margin-top: 0.85em;
}

.fw-about-values__block em {
  font-style: italic;
}

/* —— FOLLOW THE JOURNEY (grey leaves + white-border overlay panel) —— */
.fw-about-journey {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: var(--about-section-pad-y) var(--about-section-pad-x);
  background-color: #5a5a5a;
  background-image: url('../images/pattern-gray-leaves.jpg');
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  box-sizing: border-box;
}

.fw-about-journey::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(42, 41, 37, 0.28);
  pointer-events: none;
}

.fw-about-journey__panel {
  position: relative;
  z-index: 1;
  width: 48.9%; /* 40.75% × 1.2 — 20% wider */
  max-width: 587px; /* 489 × 1.2 */
  min-height: 20.58vw; /* 247/1200 */
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid #fff;
  background: rgba(42, 41, 37, 0.28);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem; /* ~18.75 */
  text-align: center;
  color: #fff;
}

.fw-about-journey__title {
  margin: 0;
  font-family: 'Earthbound', Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 30px); /* 30 */
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}

.fw-about-journey__copy {
  margin: 0;
}

.fw-about-journey__copy p {
  margin: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
}

.fw-about-journey__copy p + p {
  margin-top: 1em;
}

.fw-about-journey__sub {
  margin: 0;
  font-family: 'Earthbound', Georgia, serif;
  font-weight: 400;
  font-size: clamp(16px, 1.667vw, 20px); /* 20 */
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}

.fw-about-journey__form {
  width: 100%;
}

.fw-about-journey__fields {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.51vw; /* 18.125 */
  flex-wrap: wrap;
}

.fw-about-journey__field {
  display: flex;
  flex-direction: column;
  width: 7.8125vw; /* 93.75 */
  min-width: 88px;
  max-width: 120px;
}

.fw-about-journey__field input {
  width: 100%;
  margin: 0;
  padding: 0 0 0.35rem;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  outline: none;
  box-shadow: none;
}

.fw-about-journey__field input::placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  font-weight: 300;
  opacity: 1;
}

.fw-about-journey__field input:focus {
  border-bottom-color: #fff;
}

.fw-about-journey__fields button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.52vw 1.04vw; /* 6.25 12.5 */
  min-height: 28px;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-family: Quicksand, sans-serif;
  font-size: clamp(12px, 0.73vw, 14px); /* 8.75 scaled up slightly for readability */
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.fw-about-journey__fields button[type="submit"]:hover {
  background: var(--cream);
}

/* —— FUN FACTS (keep current grid — Teleport export was wrong) —— */
.fw-about-facts {
  background: var(--facts-bg);
  padding: var(--about-section-pad-y) var(--about-section-pad-x);
  text-align: center;
}

.fw-about-facts h2 {
  margin: 0 0 2.5rem;
  font-family: 'Earthbound', Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  color: var(--terra);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fw-about-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.667vw;
  max-width: 86.83vw;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.fw-about-facts__item {
  display: flex;
  align-items: flex-start;
  gap: 0.885vw;
  padding: 2.083vw 1.615vw 1.823vw 1.667vw;
  background: var(--card-bg);
  border: 0;
  border-top: 2.5px solid var(--terra);
  box-sizing: border-box;
}

.fw-about-facts__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 16px;
  margin-top: 2px;
  color: var(--terra);
}

.fw-about-facts__item p {
  margin: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
}

@media only screen and (max-width: 900px) {
  .fw-about-hero {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 1.5rem 1rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    overflow: hidden;
    background: var(--cream);
  }

  .fw-about-hero__terra {
    width: 100%;
    height: 12rem;
    background-size: cover;
  }

  .fw-about-hero__cream {
    display: none;
  }

  .fw-about-hero__photo,
  .fw-about-hero__headline,
  .fw-about-hero__intro {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .fw-about-hero__label span {
    font-size: 1.5rem;
  }

  .fw-about-story {
    min-height: 0;
    padding: 3rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .fw-about-story__copy {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fw-about-story__photo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fw-about-values {
    padding: 3rem 1.25rem;
  }

  .fw-about-values__grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .fw-about-values__block {
    text-align: center;
  }

  .fw-about-values__block h2,
  .fw-about-values__block p {
    text-align: center;
  }

  .fw-about-journey {
    min-height: 0;
    padding: 3rem 1.25rem;
  }

  .fw-about-journey__panel {
    width: 100%;
    max-width: 587px;
    min-height: 0;
    gap: 1.15rem;
    padding: 1.6rem 1.35rem 1.4rem;
  }

  .fw-about-journey__fields {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.1rem;
  }

  .fw-about-journey__field {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: 0 0 auto;
  }

  .fw-about-journey__field input {
    padding-bottom: 0.5rem;
  }

  .fw-about-journey__fields button[type="submit"] {
    width: 100%;
    align-self: stretch;
    margin-top: 0.35rem;
    padding: 0.8rem 1rem;
    min-height: 44px;
  }

  .fw-about-facts {
    padding: 3rem 1.25rem 4rem;
  }

  .fw-about-facts__grid {
    max-width: none;
    gap: 1.5rem; /* 24px between fact cards */
  }
}

@media only screen and (max-width: 700px) {
  .fw-about-facts__grid {
    grid-template-columns: 1fr;
  }
}
