:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --secondary-text: #000000;
  --font-sans: 'Helvetica', 'Arial', sans-serif;
  --font-serif: 'Times New Roman', serif;
  --frame-width: 1440px;
  --container-width: 845px;
  --border: #9f9f9f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ctext x='2' y='21' font-size='22'%3E%E2%9C%A6%3C/text%3E%3C/svg%3E") 8 8, auto;

}

/* shared site header/footer - preserved */
.site-header {
  padding: 32px 24px 18px;
  text-align: center;
  background: #ffffff;
}

.site-title {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.08em;
  margin-bottom: 1px;
  text-decoration: none;
  color: #000;
}

.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.top-nav a {
  color: #000;
  text-decoration: none;
  font-style: normal;
}

.top-nav a.active {
  font-weight: bold;
  font-style: italic;
}

.site-footer {
  width: min(100%, 1080px);
  margin: 0 auto 36px;
  padding: 30px 24px 18px;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
}

.footer-links {
  display: flex;
  gap: 44px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col a {
  color: #000;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
}

.mailing-list-wrap {
  min-width: 0;
}

.mailing-title {
  margin: 0 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.94rem;
  font-style: italic;
}

.mailing-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mailing-form input {
  width: 100%;
  border: 1px solid var(--border);
  background: transparent;
  padding: 6px 8px;
  font-family: Helvetica, Arial, sans-serif;
}

.mailing-form button {
  border: 1px solid var(--text);
  background: black;
  color: #FFFFFF;
  padding: 6px 12px;
  text-transform: lowercase;
}

.form-message {
  margin-top: 8px;
  min-height: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 18px;
}

.footer-bottom p {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.footer-star {
  font-size: 1.1rem;
  color: #000;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* article page */
.hero {
  position: relative;
  width: min(100%, 1260px);
  margin: 0 auto;
  height: 600px;
  background-image: url('../images/header-meesh-no-text.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.04);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h2 {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: lowercase;
  letter-spacing: 0.18em;
}

.hero h3 {
  font-family: var(--font-serif);
  font-size: 164px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
  color: #ffffff;
}

.hero-meta span {
  font-family: 'Times New Roman', serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.hero-meta span:nth-child(2) {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
}

.container {
  width: min(var(--container-width), calc(100% - 56px));
  margin: 0 auto;
}

.intro {
  width: min(790px, 100%);
  margin: 42px auto 0;
  text-align: center;
}

.intro p {
  font-family: var(--font-serif);
  font-size: 14pt;
  line-height: 1.23;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px auto;
}

.divider img {
  width: 100%;
  height: auto;
  display: block;
}

.quote-band {
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.quote-band p {
  font-family: var(--font-serif);
  font-size: 16pt;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}


.cols-2,
.split-right-media,
.cols-2-mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
  align-items: start;
}

.col p {
  font-family: var(--font-sans);
  font-size: 12pt;
  line-height: 1.12;
  text-align: justify;
  hyphens: auto;
  letter-spacing: -0.03em;
  margin-bottom: 11px;
}

.col strong {
  font-weight: 700;
}

.media-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 0;
}

.media-stack-short {
  gap: 20px;
}

.image-figure {
  margin: 0;
}

.image-figure img,
.full-width-image img,
.panorama-image img {
  width: 100%;
  height: auto;
  display: block;
}

.image-caption {
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1.15;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-top: 6px;
  text-align: left;
}

.image-caption-center {
  text-align: center;
}

.sycamore-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 140px;
  align-items: start;
}

.stacked-sycamore-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.sycamore-top,
.sycamore-bottom {
  width: 100%;
  margin: 0;
}

.sycamore-top img,
.sycamore-bottom img {
  display: block;
  width: 100%;
  height: auto;
}

.sycamore-bottom {
  margin-top: 0;
}

.sycamore-bottom img {
  width: 100%;
}

.sycamore-text-col {
  display: flex;
  flex-direction: column;
}

.pull-quote {
  font-family: var(--font-serif);
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-style: italic;
  font-weight: 700;
  margin-top: 50px;
}

.full-width-image {
  width: 100%;
  margin: 0 auto;
}

.panorama-image {
  width: 100%;
  margin: 0 auto;
}

.image-figure-wide img {
  max-height: 420px;
  object-fit: cover;
  margin-top: 0;
}

.image-figure-inline {
  margin-top: 22px;
}

.quote-band-final, 
.quote-band-narrow {
  max-width: 690px;
  padding-bottom: 12px;
}

.nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 26px;
}

.nav-footer a {
  text-decoration: none;
  color: #000000;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .hero {
    height: 38vw;
    min-height: 300px;
  }

  .hero h2 {
    font-size: clamp(18px, 2.6vw, 28px);
  }

  .hero h3 {
    font-size: clamp(52px, 8vw, 84px);
  }

  .pull-quote {
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 20px 16px 10px;
  }

  .site-title {
    font-size: 30px;
  }

  .top-nav {
    font-size: 16px;
    gap: 14px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding: 24px 16px 16px;
    gap: 20px;
  }

  .footer-links {
    gap: 28px;
  }

  .mailing-form {
    flex-direction: column;
    align-items: stretch;
  }

  .hero {
    width: calc(100% - 24px);
    height: 54vw;
    min-height: 240px;
  }

  .hero-meta {
    bottom: 12px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-meta span,
  .hero-meta span:nth-child(2) {
    text-align: center;
    font-size: 11px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .intro {
    margin-top: 26px;
  }

  .intro p {
    font-size: 13px;
  }

  .cols-2,
  .split-right-media,
  .cols-2-mid,
  .sycamore-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pull-quote {
    font-size: 18px;
  }

  .divider {
    margin: 18px auto;
  }

  .nav-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
