.page-hero {
  background:
    linear-gradient(120deg, #06352bf2, #0a4437d9),
    url("https://s7ap1.scene7.com/is/image/incredibleindia/double-decker-living-root-bridge-cherrapunjee-meghalaya-1-attr-nearby?qlt=82&ts=1742506223854");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 105px 0;
}
.page-hero h1 {
  font:
    700 clamp(3rem, 6vw, 5.4rem)/1.05 "Playfair Display",
    serif;
  margin: 12px 0 18px;
}
.page-hero p {
  max-width: 760px;
  color: #d9e9e3;
  font-size: 1.12rem;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.story-grid h2,
.section-title {
  font:
    700 clamp(2.1rem, 4vw, 3.2rem)/1.08 "Playfair Display",
    serif;
  margin: 10px 0 22px;
}
.story-grid p {
  color: var(--muted);
  font-size: 1.05rem;
}
.brand-panel {
  background: var(--deep);
  border-radius: 28px;
  padding: 34px;
  min-height: 390px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.brand-panel:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid #ffffff25;
  border-radius: 50%;
  right: -90px;
  top: -90px;
}
.brand-panel img {
  width: min(100%, 390px);
  position: relative;
  z-index: 1;
}
.value-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value,
.service {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
}
.value b {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 14px;
  background: #e9f3ef;
  color: var(--green);
  font-size: 1.1rem;
}
.value h3,
.service h3 {
  color: var(--green);
  margin: 16px 0 7px;
}
.value p,
.service p {
  color: var(--muted);
  margin: 0;
}
.service {
  border-top: 4px solid var(--gold);
}
.coverage {
  background: var(--deep);
  color: #fff;
}
.coverage p {
  color: #c8dbd3;
}
.place-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.place-tags span {
  border: 1px solid #ffffff35;
  border-radius: 999px;
  padding: 9px 14px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}
.contact-cards {
  display: grid;
  gap: 14px;
}
.contact-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 21px;
  background: #fff;
}
.contact-card small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 700;
}
.contact-card strong {
  display: block;
  color: var(--green);
  font-size: 1.08rem;
  margin-top: 5px;
}
.office-card a {
  display: inline-block;
  margin-top: 9px;
  color: #a87824;
  font-weight: 800;
}
.contact-form {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 18px 50px #123c2f12;
}
.contact-form h2 {
  font:
    700 2rem "Playfair Display",
    serif;
  margin: 0 0 5px;
}
.contact-form > p {
  color: var(--muted);
  margin: 0 0 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #486158;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px;
  background: #fbfdfc;
  font: inherit;
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.contact-form button {
  border: 0;
  margin-top: 18px;
  cursor: pointer;
}
.hours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.hours div {
  padding: 22px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--line);
}
.hours strong {
  display: block;
  color: var(--green);
}
.notice {
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: #fff;
  border-radius: 0 12px 12px 0;
  color: var(--muted);
}
@media (max-width: 900px) {
  .story-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .value-grid,
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .page-hero {
    padding: 75px 0;
  }
  .value-grid,
  .service-grid,
  .hours,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .contact-form {
    padding: 22px;
  }
  .brand-panel {
    min-height: 300px;
  }
}
