/* ============================================================
   bryndeli — about.css
   Page-specific styles for /about.
   Loaded after base.css.
   ============================================================ */

/* Narrower reading column for prose. The wider .container.wide variant
   (used by nav and footer wrappers) overrides this back to 1100px. */
.container { max-width: 760px; }
.container.wide { max-width: 1100px; }

/* ============= HERO ============= */
header.page-head { padding: 56px 0 64px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--pine);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 500;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--terracotta);
}
h1 {
  font-family: var(--serif);
  font-variation-settings: 'opsz' 144;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--pine-deep);
  margin-bottom: 28px;
}
h1 em { font-style: italic; font-weight: 500; color: var(--terracotta); }

.lede {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--bark-soft);
  font-style: italic;
  max-width: 620px;
  letter-spacing: -0.01em;
}


/* ============= COMPANY PROSE ============= */
.company-prose {
  padding: 24px 0 80px;
  border-bottom: 1px solid var(--rule);
}
.company-prose p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--bark);
  margin-bottom: 22px;
  letter-spacing: -0.005em;
}
.company-prose p:last-child { margin-bottom: 0; }
.company-prose em { font-style: italic; color: var(--terracotta); font-weight: 500; }
.company-prose strong { font-weight: 600; color: var(--pine-deep); }


/* ============= BELIEFS ============= */
.beliefs {
  background: var(--pine-deep);
  color: var(--oat);
  margin: 0 calc(50% - 50vw);
  padding: 112px 32px;
  position: relative;
  overflow: hidden;
}
.beliefs-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.beliefs::before, .beliefs::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(248, 237, 224, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
.beliefs::before { top: -180px; right: -180px; width: 520px; height: 520px; }
.beliefs::after { bottom: -140px; left: -140px; width: 400px; height: 400px; }

.beliefs .eyebrow { color: rgba(255, 197, 175, 0.95); }
.beliefs .eyebrow::before { background: var(--terracotta); }

.beliefs h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.6vw, 54px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--oat);
  margin-bottom: 22px;
  max-width: 820px;
}
.beliefs h2 em { font-style: italic; font-weight: 500; color: var(--honey); }

.beliefs-lead {
  font-size: 18px;
  color: rgba(248, 237, 224, 0.78);
  max-width: 580px;
  margin-bottom: 80px;
  line-height: 1.6;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 56px;
}

.belief { position: relative; }
.belief-num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  font-style: italic;
  color: var(--terracotta);
  line-height: 1;
  margin-bottom: 22px;
}
.belief h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 500;
  color: var(--oat);
  line-height: 1.18;
  letter-spacing: -0.018em;
  margin-bottom: 18px;
}
.belief p {
  font-size: 15.5px;
  color: rgba(248, 237, 224, 0.72);
  line-height: 1.65;
}


/* ============= TELFORD ============= */
.telford { padding: 112px 0; position: relative; }
.telford-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 72px;
  align-items: center;
}
.telford h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--pine-deep);
  margin-bottom: 22px;
}
.telford h2 em { font-style: italic; font-weight: 500; color: var(--terracotta); }
.telford p {
  font-size: 16px;
  color: var(--bark-soft);
  margin-bottom: 16px;
  line-height: 1.65;
}
.telford-stamp {
  aspect-ratio: 1 / 1;
  background: var(--oat-deep);
  border: 1px solid var(--rule);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: relative;
  max-width: 360px;
  margin-left: auto;
}
.telford-stamp .stamp-circle {
  width: 130px;
  height: 130px;
  border: 2px solid var(--terracotta);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform: rotate(-6deg);
}
.telford-stamp .stamp-text {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--terracotta);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5;
}
.telford-stamp .telford-coords {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.10em;
  color: var(--pine);
  margin-top: 24px;
  opacity: 0.7;
  text-transform: uppercase;
}


/* ============= FOUNDER NOTE ============= */
.founder-note {
  padding: 96px 0 80px;
  border-top: 1px solid var(--rule);
}
.founder-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
}
.founder-photo {
  width: 200px;
  height: 200px;
  background: var(--oat-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--rule);
  position: relative;
}
.founder-photo .placeholder-mark { width: 60%; height: 60%; opacity: 0.30; }
.founder-photo::after {
  content: 'Photo placeholder';
  position: absolute;
  bottom: -22px;
  left: 0; right: 0;
  text-align: center;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pine);
  opacity: 0.5;
}

.founder-prose .founder-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--terracotta);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
}
.founder-prose h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pine-deep);
  margin-bottom: 20px;
}
.founder-prose p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  color: var(--bark);
  margin-bottom: 18px;
  letter-spacing: -0.003em;
}
.founder-prose p:last-child { margin-bottom: 0; }
.founder-prose em { font-style: italic; color: var(--terracotta); font-weight: 500; }
.founder-prose a {
  color: var(--pine);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}
.founder-prose a:hover { color: var(--terracotta); }


/* ============= CTA ============= */
.cta-strip {
  padding: 88px 0;
  border-top: 1px solid var(--rule);
  text-align: center;
}
.cta-strip h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pine-deep);
  margin-bottom: 14px;
}
.cta-strip h2 em { font-style: italic; font-weight: 500; color: var(--terracotta); }
.cta-strip p {
  font-size: 16px;
  color: var(--bark-soft);
  max-width: 520px;
  margin: 0 auto 32px;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Button styles (.btn, .btn-outline, .btn-signin) come from base.css — kept
   global so the nav CTAs render identically on every page. */


/* ============= RESPONSIVE ============= */
@media (max-width: 880px) {
  .belief-grid { grid-template-columns: 1fr; gap: 48px; }
  .telford-grid { grid-template-columns: 1fr; gap: 40px; }
  .telford-stamp { margin: 0 auto; }
  .founder-grid { grid-template-columns: 1fr; gap: 32px; }
  .founder-photo { margin: 0 auto; }
}
@media (max-width: 580px) {
  .container { padding: 0 20px; }
  .beliefs { padding: 72px 20px; }
  .beliefs-lead { margin-bottom: 56px; }
  .company-prose p { font-size: 17px; }
}

:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 4px;
  border-radius: 4px;
}
</style>
</head>
<body>


