:root {
  --franklin-green: #2c3e2f;
  --slab-blue: #cde3f2;
  --pebble-grey: #dedbce;
  --forest-brown: #4f423a;
  --ivory-white: #f7f7f7;
}

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

body {
  font-family: "Libre Baskerville", Georgia, serif;
  background: var(--ivory-white);
  color: var(--forest-brown);
  line-height: 1.78;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.accent-label {
  font-family: "Josefin Sans", "Helvetica Neue", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-header {
  background: linear-gradient(180deg, var(--slab-blue) 0%, var(--pebble-grey) 100%);
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
  border-bottom: 1px solid rgba(79, 66, 58, 0.12);
}

.brand-mark {
  width: min(280px, 80%);
  height: auto;
  margin-bottom: 1.25rem;
  opacity: 0.95;
}

.page-header h1 {
  font-size: clamp(2.4rem, 6.5vw, 3.6rem);
  color: var(--franklin-green);
  max-width: 14ch;
  margin-inline: auto;
}

.page-header .subtitle {
  font-size: 1.05rem;
  max-width: 36rem;
  margin: 1rem auto 0;
}

.page-header .for-line {
  margin-top: 0.75rem;
  color: var(--forest-brown);
  opacity: 0.85;
}

main {
  max-width: none;
  margin: 0;
  padding: 0 0 4rem;
}

.section-header,
.facts-list,
.process-steps,
.cta-strip {
  width: min(920px, 92vw);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.hero-panel {
  margin-top: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--ivory-white);
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(79, 66, 58, 0.1);
  overflow: hidden;
  box-shadow: none;
}

.hero-panel img {
  display: block;
  width: 100%;
  height: min(58vw, 620px);
  object-fit: cover;
}

.hero-brand img {
  height: auto;
  max-height: 280px;
  object-fit: contain;
  padding: 2rem 2rem 1rem;
  background: var(--pebble-grey);
}

.hero-interior img {
  height: min(58vw, 620px);
  object-fit: cover;
  object-position: center 35%;
}

.hero-panel .hero-copy {
  padding: 2rem clamp(1.5rem, 5vw, 4rem) 2.25rem;
  background: var(--franklin-green);
  color: var(--ivory-white);
}

.hero-panel .hero-copy p {
  max-width: 52rem;
  font-size: 1.02rem;
}

.section {
  margin-top: 3.5rem;
}

.section-media .gallery-grid,
.section-media .fit-grid,
.section-media .split-feature {
  width: min(1440px, 96vw);
  margin-inline: auto;
}

.section-media .section-header {
  width: min(1440px, 96vw);
  padding-inline: clamp(1rem, 2vw, 1.5rem);
}

.section-header {
  margin-bottom: 1.5rem;
}

.section-header h2 {
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  color: var(--franklin-green);
  margin-top: 0.35rem;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.fit-card {
  background: var(--pebble-grey);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(79, 66, 58, 0.08);
}

.fit-card img {
  display: block;
  width: 100%;
  height: min(28vw, 340px);
  object-fit: cover;
}

.fit-card-text .fit-card-body {
  padding: 1.75rem 1.5rem 1.65rem;
  min-height: 100%;
}

.fit-card-body {
  padding: 1.35rem 1.4rem 1.5rem;
}

.fit-card-body h3 {
  font-size: 1.45rem;
  color: var(--franklin-green);
  margin-bottom: 0.5rem;
}

.fit-card-body p {
  font-size: 0.96rem;
}

.facts-list {
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.facts-list li {
  padding: 1rem 1.15rem;
  background: var(--slab-blue);
  border-left: 3px solid var(--franklin-green);
  border-radius: 0 4px 4px 0;
  font-size: 0.98rem;
}

.facts-list strong {
  color: var(--franklin-green);
  font-weight: 700;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.process-step {
  padding: 1.35rem 1.25rem;
  background: var(--ivory-white);
  border: 1px solid rgba(79, 66, 58, 0.12);
  border-radius: 4px;
}

.process-step .step-num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--franklin-green);
  margin-bottom: 0.5rem;
}

.process-step h3 {
  font-size: 1.25rem;
  color: var(--franklin-green);
  margin-bottom: 0.45rem;
}

.process-step p {
  font-size: 0.92rem;
}

.cta-strip {
  margin-top: 3.5rem;
  padding: 2.25rem 2rem;
  text-align: center;
  background: var(--franklin-green);
  color: var(--ivory-white);
  border-radius: 4px;
}

.cta-strip h2 {
  color: var(--ivory-white);
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.cta-strip p {
  max-width: 34rem;
  margin-inline: auto;
}

.cta-button {
  display: inline-block;
  margin-top: 1.35rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--franklin-green);
  background: var(--ivory-white);
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.cta-button:hover {
  background: var(--pebble-grey);
}

.page-footer {
  margin-top: 3rem;
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(79, 66, 58, 0.12);
}

.page-footer img {
  height: 28px;
  width: auto;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}

.page-footer p {
  font-size: 0.82rem;
  opacity: 0.75;
}

.page-footer a {
  color: var(--franklin-green);
}

@media (max-width: 760px) {
  .fit-grid,
  .process-steps,
  .gallery-grid,
  .gallery-three {
    grid-template-columns: 1fr;
  }

  .section-media .gallery-grid,
  .section-media .fit-grid,
  .section-media .split-feature {
    width: 100%;
    padding-inline: 0.75rem;
  }

  .brand-strip {
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .brand-strip img {
    height: 56px;
  }

  .brand-strip img:first-child {
    height: 72px;
  }

  .gallery-grid .gallery-wide {
    grid-column: auto;
  }

  .hero-panel img {
    height: 52vw;
    min-height: 240px;
  }

  .hero-interior img {
    height: 52vw;
    min-height: 240px;
    object-position: center 30%;
  }

  .gallery-item img,
  .gallery-item img.tall {
    height: 56vw;
    min-height: 220px;
  }

  .fit-card img {
    height: 56vw;
    min-height: 220px;
  }

  .split-feature img {
    min-height: 56vw;
  }

  .split-feature {
    grid-template-columns: 1fr;
  }

  .hero-panel .hero-copy {
    padding: 1.35rem;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.gallery-three {
  grid-template-columns: repeat(3, 1fr);
}

.brand-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem;
  background: var(--pebble-grey);
  border-radius: 4px;
  border: 1px solid rgba(79, 66, 58, 0.08);
}

.brand-strip img {
  height: 72px;
  width: auto;
  object-fit: contain;
}

.brand-strip img:first-child {
  height: 88px;
  border-radius: 50%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(79, 66, 58, 0.08);
}

.gallery-item img {
  display: block;
  width: 100%;
  height: min(22vw, 320px);
  object-fit: cover;
}

.gallery-wide {
  grid-column: span 3;
}

.gallery-item img.tall {
  height: min(34vw, 460px);
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(transparent, rgba(44, 62, 47, 0.88));
  color: var(--ivory-white);
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.split-feature img {
  width: 100%;
  height: 100%;
  min-height: min(34vw, 440px);
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(79, 66, 58, 0.08);
}

.split-copy {
  background: var(--pebble-grey);
  border-radius: 4px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(79, 66, 58, 0.08);
}

.split-copy h3 {
  font-size: 1.65rem;
  color: var(--franklin-green);
  margin: 0.5rem 0 0.75rem;
}

.split-copy p {
  font-size: 0.98rem;
}
