/* =====================================================
   Inner pages (about / contact / blog / legal)
   ===================================================== */

/* ===== Page Hero (editorial, left-aligned) ===== */
.page-hero {
  margin-top: var(--nav-height);
  background: var(--paper);
  border-bottom: 1px solid var(--hairline);
  padding: 88px 0 56px;
}

.page-hero > div {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 14px;
}

.breadcrumb {
  font-size: 14px;
  color: var(--muted);
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--pine);
}

/* ===== Brand Story Section ===== */
.brand-story {
  padding: var(--section-padding) 0;
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.story-img img {
  width: 100%;
  border-radius: var(--radius);
}

.story-text h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 2.6vw, 34px);
  letter-spacing: 0.06em;
  margin-bottom: 26px;
  color: var(--ink);
}

.story-text p {
  font-size: 16px;
  color: var(--muted);
  line-height: 2;
  margin-bottom: 20px;
}

/* ===== Values Section ===== */
.values {
  padding: var(--section-padding) 0;
  background: var(--surface);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
}

.value-card {
  padding: 40px 36px;
  background: var(--tint);
  border-radius: var(--radius);
  transition: var(--transition);
}

.value-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pine);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--text-light);
  font-size: 18px;
}

.value-card h3 {
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  color: var(--ink);
}

.value-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
}

/* ===== Team Section ===== */
.team {
  padding: var(--section-padding) 0;
  background: var(--paper);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.team-card {
  text-align: left;
}

.team-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  object-fit: cover;
  margin-bottom: 18px;
}

.team-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--ink);
}

.team-card .role {
  font-size: 13px;
  color: var(--pine);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.team-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}

/* ===== Contact Section (info only) ===== */
.contact {
  padding: var(--section-padding) 0;
  background: var(--paper);
}

.contact-info-panel {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.contact-info-panel h2 {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: var(--ink);
}

.contact-lead {
  font-size: 16px;
  color: var(--muted);
  line-height: 2;
  margin: 0 auto 48px;
  max-width: 34em;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: left;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 28px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
}

.info-item i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tint);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pine);
  font-size: 15px;
  flex-shrink: 0;
}

.info-item h4 {
  font-size: 15px;
  margin-bottom: 2px;
  color: var(--ink);
}

.info-item p {
  font-size: 14px;
  color: var(--muted);
}

/* ===== Legal Content (Privacy / Terms) ===== */
.legal-content {
  padding: var(--section-padding) 0;
  background: var(--paper);
}

.legal-container {
  /* match the header/footer content width (shares the same .container wrapper) */
  max-width: var(--container-max);
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 44px;
}

.legal-section h3 {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: var(--ink);
}

.legal-section p {
  font-size: 16px;
  color: var(--muted);
  line-height: 2;
  margin-bottom: 12px;
}

.legal-section ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}

.legal-section ul li {
  font-size: 16px;
  color: var(--muted);
  line-height: 2;
  margin-bottom: 8px;
}

/* ===== Coming Soon (Blog Placeholder) ===== */
.coming-soon {
  padding: 140px 0;
  text-align: center;
}

.coming-soon .icon {
  font-size: 40px;
  color: var(--pine);
  margin-bottom: 28px;
}

.coming-soon h1 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: var(--ink);
}

.coming-soon p {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 36px;
}
