:root {
  --paper: #f8f5ef;
  --paper-warm: #f2eee6;
  --ink: #171714;
  --muted: #48463f;
  --line: rgba(23, 23, 20, .13);
  --wrap: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
.wrap { width: min(calc(100% - 72px), var(--wrap)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #111; color: #fff; }
.skip-link:focus { top: 1rem; }

.site-header { height: 90px; display: flex; align-items: center; background: rgba(248,245,239,.97); border-bottom: 1px solid var(--line); }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 17px; text-decoration: none; font-family: Georgia, serif; font-size: 2rem; letter-spacing: .16em; }
.brand-mark { width: 29px; height: 43px; flex: none; }
nav { display: flex; align-items: center; gap: 45px; }
nav a { position: relative; padding: 10px 0; text-decoration: none; font-size: .96rem; }
nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .2s ease; }
nav a:hover::after, nav a:focus-visible::after, nav a.active::after { transform: scaleX(1); }

.feature { position: relative; min-height: 610px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero { background: var(--paper-warm); }
.story { background: var(--paper-warm); }
.feature-media { position: absolute; inset: 0 0 0 40%; margin: 0; overflow: hidden; }
.feature-media img { object-position: center; }
.hero-media img { object-position: 56% center; }
.story-media img { object-position: 48% center; filter: saturate(.9) contrast(.98) brightness(1.01); }
.feature-media::before, .feature-media::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-media::before { background: linear-gradient(90deg, var(--paper-warm) 0%, rgba(248,245,239,.99) 9%, rgba(248,245,239,.9) 25%, rgba(248,245,239,.45) 48%, rgba(248,245,239,0) 70%); }
.story-media::before { background: linear-gradient(90deg, var(--paper-warm) 0%, rgba(242,238,230,.99) 9%, rgba(242,238,230,.9) 25%, rgba(242,238,230,.45) 48%, rgba(242,238,230,0) 70%); }
.hero-media::after { background: linear-gradient(180deg, rgba(248,245,239,.08), transparent 52%, rgba(248,245,239,.08)); }
.story-media::after { background: linear-gradient(180deg, rgba(242,238,230,.08), transparent 52%, rgba(242,238,230,.08)); }
.feature-content { position: relative; z-index: 2; min-height: 610px; display: flex; align-items: center; }
.feature-copy { width: 49%; padding: 48px 0 44px; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 4.85vw, 4.45rem); line-height: 1.04; letter-spacing: -.035em; }
.hero-copy p { max-width: 585px; margin: 0 0 17px; color: #30302b; font-size: .98rem; line-height: 1.55; }
.hero-copy p:first-of-type { font-size: 1.02rem; }
.hero-copy .hero-statement { margin-top: 20px; color: var(--ink); line-height: 1.75; }
.story-copy h2 { margin: 0 0 22px; font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.06; letter-spacing: -.025em; }
.story-copy p:not(.eyebrow) { max-width: 585px; margin: 0 0 15px; font-size: .88rem; line-height: 1.6; }

.principles { padding: 57px 0 38px; background: #fbf9f5; border-bottom: 1px solid var(--line); }
.section-intro.centered { text-align: center; }
.eyebrow { margin: 0 0 11px; font-size: .7rem; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; }
.section-intro h2 { max-width: 760px; margin-inline: auto; font-size: clamp(1.7rem, 2.4vw, 2.25rem); line-height: 1.22; }
.principles-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 27px; }
.principles-grid article { text-align: center; }
.principles-grid svg { width: 45px; height: 45px; margin: 0 auto 18px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.principles-grid h3 { min-height: 52px; margin-bottom: 10px; font-size: 1.08rem; line-height: 1.22; }
.principles-grid p { margin: 0; color: #3d3b36; font-size: .82rem; line-height: 1.62; }
.philosophy-close { width: 64%; margin: 31px auto 0; padding-top: 20px; text-align: center; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.07rem; line-height: 1.3; }
.philosophy-close p { margin: 2px 0; }

.site-footer { padding: 18px 0; background: #fbf9f5; border-top: 1px solid var(--line); }
.footer-inner { min-height: 64px; justify-content: flex-start; }
.footer-founder { min-width: 290px; display: flex; align-items: center; gap: 24px; padding-right: 42px; border-right: 1px solid var(--line); font-family: Georgia, serif; font-size: .9rem; }
.brand-mark.small { width: 25px; height: 38px; }
.footer-meta { padding-left: 42px; font-family: Georgia, serif; font-size: .88rem; line-height: 1.35; }
.footer-meta p { margin: 2px 0; }

@media (max-width: 980px) {
  .principles-grid { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 36px), var(--wrap)); }
  .site-header { height: 72px; }
  .brand { font-size: 1.55rem; gap: 12px; }
  .brand-mark { width: 23px; height: 35px; }
  nav { gap: 20px; }
  nav a { font-size: .84rem; }
  nav a:first-child { display: none; }

  .feature { min-height: 0; padding-top: 265px; }
  .feature-media { inset: 0 0 auto 0; height: 350px; }
  .feature-media img { object-position: center 48%; }
  .hero-media img { object-position: 57% 50%; }
  .story-media img { object-position: 51% 48%; }
  .feature-media::after { display: none; }
  .hero-media::before { background: linear-gradient(to bottom, rgba(248,245,239,0) 0%, rgba(248,245,239,.06) 48%, rgba(248,245,239,.58) 72%, var(--paper-warm) 94%); }
  .story-media::before { background: linear-gradient(to bottom, rgba(242,238,230,0) 0%, rgba(242,238,230,.06) 48%, rgba(242,238,230,.58) 72%, var(--paper-warm) 94%); }
  .feature-content { min-height: 0; display: block; }
  .feature-copy { width: 100%; padding: 0 0 48px; }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-copy p, .story-copy p:not(.eyebrow) { max-width: none; }

  .principles { padding-top: 48px; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 25px; }
  .philosophy-close { width: 100%; }

  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-founder { min-width: 0; width: 100%; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-meta { padding: 0; }
}

@media (max-width: 470px) {
  nav { gap: 14px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid h3 { min-height: auto; }
  .feature { padding-top: 245px; }
  .feature-media { height: 325px; }
}
