@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap");
:root {
  --ink: #151515;
  --cream: #ffffff;
  --paper: #ffffff;
  --gold: #e06223;
  --muted: #4a4a4a;
  --line: rgba(21, 21, 21, 0.14);
  --wrap: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 "DM Sans",
    sans-serif;
}
img {
  display: block;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(calc(100% - 40px), var(--wrap));
  margin: auto;
}
h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0;
}
h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}
h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}
h3 {
  font-size: 1.25rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #a9471a;
  font-size: 0.7rem;
  font-weight: 700;
}
.top {
  height: 84px;
  background: var(--ink);
  color: #ffffff;
}
.top .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font: 700 1.2rem "Manrope";
}
.top nav {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 0.86rem;
}
.top .cta,
.button {
  background: var(--gold);
  color: var(--ink);
  padding: 13px 18px;
  font-weight: 700;
}
.crumbs {
  padding: 18px 0;
  font-size: 0.75rem;
  color: var(--muted);
}
.hero {
  background: var(--ink);
  color: #ffffff;
  padding: 30px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 580px;
}
.hero-copy {
  padding: 72px 60px 72px 0;
  align-self: center;
}
.hero h1 {
  margin: 18px 0 25px;
}
.hero p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 650px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.button.ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.hero img {
  height: 100%;
  object-fit: cover;
}
.section {
  padding: 82px 0;
}
.intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.intro h2 {
  position: sticky;
  top: 25px;
}
.intro-copy > p:first-child {
  font: 500 1.2rem/1.55 "Manrope";
  color: var(--ink);
}
.intro-copy p {
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.service-card {
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 265px;
}
.service-card span {
  color: #a9471a;
  font-size: 0.7rem;
}
.service-card h3 {
  margin: 28px 0 14px;
}
.service-card p {
  font-size: 0.9rem;
  color: var(--muted);
}
.service-card a {
  font-weight: 700;
  font-size: 0.82rem;
  border-bottom: 1px solid;
}
.dark {
  background: var(--ink);
  color: #ffffff;
}
.dark .eyebrow {
  color: #e06223;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.dark p {
  color: rgba(255, 255, 255, 0.78);
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.steps span {
  color: var(--gold);
  font-size: 0.7rem;
}
.steps h3 {
  margin-bottom: 6px;
}
.steps p {
  margin: 0;
}
.considerations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 38px;
}
.considerations article {
  background: var(--cream);
  padding: 27px;
}
.considerations h3 {
  margin-bottom: 10px;
}
.considerations p {
  color: var(--muted);
  margin: 0;
}
.proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}
.proof img {
  height: 470px;
  object-fit: cover;
}
.proof p {
  color: var(--muted);
}
.facts {
  display: flex;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.facts strong,
.facts span {
  display: block;
}
.facts strong {
  font-size: 1.4rem;
}
.facts span {
  font-size: 0.72rem;
  color: var(--muted);
}
.area {
  background: #2f2f2f;
  color: #ffffff;
}
.area p {
  color: rgba(255, 255, 255, 0.78);
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.area-list span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.8rem;
}
.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  padding: 22px 35px 22px 0;
  font: 600 1rem "Manrope";
}
.faq details p {
  color: var(--muted);
  padding-right: 30px;
}
.end {
  text-align: center;
  background: var(--cream);
}
.end h2 {
  max-width: 800px;
  margin: 0 auto 22px;
}
.footer {
  background: #0f0f0f;
  color: #ffffff;
  padding: 45px 0;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
@media (max-width: 800px) {
  .top nav a:not(.cta) {
    display: none;
  }
  .hero-grid,
  .intro,
  .split,
  .proof,
  .faq {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 60px 0;
  }
  .hero img {
    height: 360px;
  }
  .section {
    padding: 62px 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .intro,
  .split,
  .proof,
  .faq {
    gap: 42px;
  }
  .intro h2 {
    position: static;
  }
  .considerations {
    grid-template-columns: 1fr;
  }
  .proof img {
    height: 390px;
  }
  .footer .wrap {
    display: grid;
  }
}
/* Clearly distinguish generated service concepts from documented project photography. */
.hero.ai-concept .hero-grid {
  position: relative;
}
.hero.ai-concept .hero-grid:after {
  content: "Conceptual service image";
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(21, 21, 21, 0.82);
  color: #ffffff;
  padding: 6px 9px;
  font:
    600 0.58rem "Manrope",
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Softened service-page finish */
:root {
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
}

.button,
.top .cta,
.area-list span,
.facts,
.service-card a,
.hero.ai-concept .hero-grid::after {
  border-radius: var(--radius-xs);
}

.button,
.top .cta {
  border-radius: 999px;
}

.hero-grid {
  gap: 18px;
}

.hero img,
.proof img,
.service-card,
.considerations article,
.faq details,
.end,
.area-list span {
  border-radius: var(--radius-md);
}

.hero img,
.proof img {
  overflow: hidden;
}

.service-grid {
  gap: 16px;
  border: 0;
}

.service-card {
  border: 1px solid var(--line);
}

.considerations article {
  border: 1px solid rgba(21, 21, 21, 0.08);
}

.faq details {
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 800px) {
  .hero-grid {
    gap: 0;
  }
}

/* Readability contrast pass */
:root {
  --muted: #4a4a4a;
  --line: rgba(21, 21, 21, 0.2);
}

.crumbs,
.intro-copy p,
.service-card p,
.considerations p,
.proof p,
.facts span,
.faq details p {
  color: #4a4a4a;
}

.hero p,
.dark p,
.area p,
.footer p {
  color: rgba(255, 255, 255, 0.78);
}
