:root {
  --ink: #17201d;
  --muted: #63716b;
  --paper: #f3f5f2;
  --paper-2: #e8ede7;
  --deep: #1f2c27;
  --deep-2: #2f443c;
  --line: rgba(31, 44, 39, 0.14);
  --gold: #b58a56;
  --wood: #8a633e;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(23, 32, 29, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(244, 242, 237, 0.88);
  border-bottom: 1px solid rgba(31, 44, 39, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 76px;
  padding: 14px clamp(20px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: var(--deep);
  border-radius: 6px;
  color: var(--paper);
  display: inline-flex;
  font-size: 0.8rem;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 38px;
}

.brand-text {
  font-size: 1.05rem;
}

.primary-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: clamp(12px, 1.7vw, 24px);
  justify-content: center;
}

.primary-nav a {
  color: rgba(23, 32, 29, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.primary-nav a:hover {
  color: var(--ink);
}

.header-cta,
.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  background: var(--deep);
  color: var(--white);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--white);
}

.dark-button {
  margin-top: 16px;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  width: 24px;
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  padding: 154px clamp(22px, 6vw, 84px) 76px;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 19, 17, 0.86) 0%, rgba(14, 19, 17, 0.62) 44%, rgba(14, 19, 17, 0.18) 100%),
    linear-gradient(180deg, rgba(14, 19, 17, 0.22), rgba(14, 19, 17, 0.48));
}

.hero-content {
  color: var(--white);
  max-width: 850px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--wood);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(3.2rem, 7.4vw, 7.2rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 980px;
}

h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.12rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.hero-subtitle {
  font-size: clamp(1.22rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 24px;
  max-width: 820px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

section {
  padding: clamp(72px, 9vw, 132px) clamp(22px, 6vw, 84px);
}

.section-grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  margin: 0 auto;
  max-width: 1240px;
}

.section-grid.reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 0.95fr);
}

.section-copy p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 720px;
}

.proof-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.proof-list span {
  border-left: 3px solid var(--gold);
  font-weight: 800;
  padding: 8px 0 8px 14px;
}

.image-stack {
  position: relative;
}

.image-main {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.floating-note {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 44, 39, 0.1);
  border-radius: var(--radius);
  bottom: 22px;
  box-shadow: 0 18px 44px rgba(23, 32, 29, 0.14);
  left: -28px;
  max-width: 260px;
  padding: 20px;
  position: absolute;
}

.floating-note strong,
.floating-note span {
  display: block;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 6px;
}

.paths-section,
.lines-section,
.projects-section {
  background: var(--paper-2);
}

.section-heading {
  margin: 0 auto 46px;
  max-width: 900px;
  text-align: center;
}

.section-heading.narrow {
  max-width: 760px;
}

.section-heading p {
  color: var(--muted);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.path-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.path-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
}

.path-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.path-card div {
  padding: 28px;
}

.path-card p {
  color: var(--muted);
  min-height: 104px;
}

.path-card a {
  border-bottom: 2px solid var(--gold);
  color: var(--deep);
  font-weight: 800;
}

.process-section {
  background: var(--paper);
}

.process-list {
  counter-reset: process;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
}

.process-list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 214px;
  padding: 22px;
}

.process-list span {
  color: var(--gold);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.process-list p {
  color: var(--muted);
  font-size: 0.92rem;
}

.value-section {
  background: var(--deep);
  color: var(--white);
}

.value-panel {
  margin: 0 auto;
  max-width: 1180px;
}

.value-panel .section-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.value-columns {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.value-columns div {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
}

.value-columns p {
  color: rgba(255, 255, 255, 0.74);
}

.price-section {
  background: var(--paper);
}

.check-list {
  color: var(--muted);
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid var(--line);
  padding: 12px 0 12px 28px;
  position: relative;
}

.check-list li::before {
  color: var(--gold);
  content: "•";
  font-size: 1.6rem;
  left: 4px;
  line-height: 1;
  position: absolute;
  top: 10px;
}

.line-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.line-grid article {
  background: var(--white);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px);
}

.line-grid span {
  color: var(--gold);
  display: block;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.line-grid p {
  color: var(--muted);
}

.gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  margin: 0 auto;
  max-width: 1240px;
}

.gallery img {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery img:first-child {
  aspect-ratio: 1.24 / 1;
}

.location-section {
  background: var(--paper);
}

.location-card {
  align-items: stretch;
  background: var(--white);
  border-radius: var(--radius);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(30px, 5vw, 56px);
}

.location-card p {
  color: var(--muted);
  max-width: 720px;
}

address {
  background: var(--deep);
  border-radius: var(--radius);
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-style: normal;
  justify-content: center;
  padding: 28px;
}

address span {
  color: rgba(255, 255, 255, 0.74);
}

address a {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--paper);
  font-weight: 900;
  margin-top: 22px;
  padding-top: 18px;
}

.final-cta {
  background:
    linear-gradient(rgba(23, 32, 29, 0.82), rgba(23, 32, 29, 0.82)),
    url("https://images.pexels.com/photos/15220866/pexels-photo-15220866.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
  color: var(--white);
}

.final-cta div {
  max-width: 780px;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  background: #111714;
  color: var(--white);
  display: grid;
  gap: 32px;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  padding: 56px clamp(22px, 6vw, 84px);
}

.site-footer h3 {
  font-size: 0.88rem;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span,
.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.footer-brand {
  color: var(--white) !important;
  font-size: 1.25rem !important;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .primary-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .site-header.nav-open .primary-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 22px;
    position: absolute;
    right: 0;
    top: 76px;
  }
}

@media (max-width: 920px) {
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding-top: 134px;
  }

  .section-grid,
  .section-grid.reverse,
  .location-card {
    grid-template-columns: 1fr;
  }

  .path-grid,
  .process-list,
  .value-columns,
  .line-grid,
  .gallery,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: auto;
  }

  .path-card p {
    min-height: auto;
  }

  .floating-note {
    bottom: 14px;
    left: 14px;
    right: 14px;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
    min-height: 68px;
    padding: 12px 18px;
  }

  .brand-text {
    font-size: 0.98rem;
  }

  .site-header.nav-open .primary-nav {
    top: 68px;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }
}
