:root {
  --bg: #f1ede6;
  --bg-alt: #faf7f1;
  --ink: #1c1a17;
  --ink-soft: #6f695f;
  --terra: #b96f3d;
  --terra-deep: #92522a;
  --stone: #e4ded3;
  --line: rgba(28, 26, 23, 0.12);
  --card: rgba(255, 255, 255, 0.66);
  --shadow: 0 24px 55px rgba(74, 66, 54, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 6%, rgba(185, 111, 61, 0.12), transparent 26%),
    linear-gradient(180deg, #faf7f1 0%, #f1ede6 50%, #ebe5da 100%);
}

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

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border-radius: 0;
  border: 1px solid var(--line);
  background: rgba(250, 247, 241, 0.85);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 205px;
  max-width: 100%;
  height: auto;
}

.nav {
  display: flex;
  gap: 26px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.03em;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 0;
  background: var(--ink);
  color: var(--bg-alt);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.04em;
  transition: 0.2s ease;
  border: 0;
}

.button:hover {
  background: var(--terra);
}

.button-soft {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}

.button-soft:hover {
  background: var(--ink);
  color: var(--bg-alt);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terra);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 88px 0 64px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(40px, 5.6vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.hero h1 em {
  font-style: italic;
  color: var(--terra);
}

.hero-text {
  margin: 22px 0 0;
  max-width: 480px;
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--ink-soft);
}

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

.metric-list {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.metric-list li {
  display: grid;
  gap: 4px;
}

.metric-list strong {
  font-family: "Fraunces", serif;
  font-size: 26px;
  color: var(--terra-deep);
}

.metric-list span {
  font-size: 13px;
  color: var(--ink-soft);
}

.hero-panel {
  position: relative;
}

.plan-sketch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(250, 247, 241, 0) 0%, rgba(250, 247, 241, 0.12) 38%, rgba(250, 247, 241, 0.96) 66%),
    url("https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=900&q=80")
      top/cover;
  padding: 34px 30px;
  box-shadow: var(--shadow);
}

.plan-sketch::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(28, 26, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 26, 23, 0.035) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.plan-sketch p {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--terra);
}

.plan-sketch h2 {
  position: relative;
  margin: 14px 0 12px;
  font-size: 28px;
  line-height: 1.2;
}

.plan-sketch span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.sketch-note {
  position: relative;
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding: 16px 18px;
  border-left: 3px solid var(--terra);
  background: rgba(185, 111, 61, 0.07);
}

.sketch-note strong {
  font-size: 15px;
  color: var(--terra-deep);
}

.sketch-note span {
  font-size: 13px;
  color: var(--ink-soft);
}

section {
  padding: 56px 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.1;
}

.section-head p.lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  border: 1px solid var(--line);
  background: var(--card);
  padding: 30px 26px;
  transition: 0.25s ease;
}

.service-card:hover {
  border-color: var(--terra);
  transform: translateY(-4px);
}

.service-card .num {
  font-family: "Fraunces", serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--terra);
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin: 14px 0 10px;
  font-size: 23px;
}

.service-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-step {
  display: grid;
  gap: 10px;
  padding: 26px 22px;
  border-top: 3px solid var(--ink);
  background: var(--card);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-step:hover {
  border-top-color: var(--terra);
}

.process-step strong {
  font-family: "Fraunces", serif;
  font-size: 30px;
  color: var(--terra);
  line-height: 1;
}

.process-step h3 {
  margin: 0;
  font-size: 19px;
}

.process-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.95);
  transition: 0.35s ease;
}

.gallery-grid img:hover {
  transform: translateY(-4px);
  border-color: var(--terra);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 30px 28px;
  border: 1px solid var(--line);
  background: var(--card);
  font-family: "Fraunces", serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
}

.testimonial-grid cite {
  display: block;
  margin-top: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--terra-deep);
}

.cta {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--bg-alt);
  padding: 58px 50px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}

.cta h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.12;
}

.cta p {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(250, 247, 241, 0.66);
}

.cta-actions {
  display: grid;
  gap: 12px;
}

.cta .button {
  background: var(--terra);
  color: #fff;
}

.cta .button:hover {
  background: #cd8049;
}

.cta .button-soft {
  background: transparent;
  border: 1px solid rgba(250, 247, 241, 0.4);
  color: var(--bg-alt);
}

.cta .button-soft:hover {
  border-color: var(--bg-alt);
  background: rgba(250, 247, 241, 0.08);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 26px 4px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13.5px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .hero,
  .cta {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .testimonial-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav {
    display: none;
  }

  .metric-list {
    flex-wrap: wrap;
    gap: 22px;
  }

  .cta {
    padding: 40px 28px;
  }
}

@media (max-width: 560px) {
  .process {
    grid-template-columns: 1fr;
  }
}
