:root {
  --bg: #f6f1e8;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #ffffff;
  --ink: #18202a;
  --muted: #586473;
  --line: rgba(24, 32, 42, 0.1);
  --accent: #d44e26;
  --accent-dark: #b13d1a;
  --accent-soft: #f6d6c8;
  --shadow: 0 24px 60px rgba(29, 40, 53, 0.12);
  --radius: 24px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(212, 78, 38, 0.14), transparent 30%),
    linear-gradient(180deg, #fff9f2 0%, var(--bg) 100%);
}

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

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

.site-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.25rem 0 2rem;
}

.site-header,
.site-footer,
.hero,
.services,
.process,
.contact-panel {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(24, 32, 42, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text strong,
.eyebrow,
h1,
h2,
h3,
.button,
.header-call {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.02em;
}

.brand-text strong {
  font-size: 1.35rem;
  line-height: 1;
}

.brand-text span:last-child {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 1.05rem;
}

.hero,
.services,
.process,
.contact {
  margin-top: 1.35rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 1.4rem;
  align-items: stretch;
}

.hero-copy,
.hero-visual,
.services,
.process,
.contact-panel,
.site-footer {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(1.5rem, 3vw, 3rem);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3rem, 8vw, 5.9rem);
  max-width: 11ch;
}

.hero-text,
.section-heading h2,
.service-card p,
.process-grid p,
.contact-copy p,
.site-footer p {
  color: var(--muted);
}

.hero-text {
  max-width: 55ch;
  font-size: 1.04rem;
  line-height: 1.75;
  margin: 1.2rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-size: 1.12rem;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #fff;
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  background: rgba(24, 32, 42, 0.06);
  color: var(--ink);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 1.8rem 0 0;
  list-style: none;
}

.hero-points li {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 32, 42, 0.08);
  font-size: 0.95rem;
}

.hero-visual {
  overflow: hidden;
  min-height: 100%;
}

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

.services,
.process,
.contact-panel,
.site-footer {
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.section-heading {
  max-width: 45rem;
}

.section-heading h2 {
  margin-top: 0.15rem;
  font-size: clamp(2.25rem, 4.2vw, 3.6rem);
  line-height: 1;
}

.service-grid,
.process-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.process-grid article {
  padding: 1.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

.service-card h3,
.process-grid h3 {
  font-size: 1.7rem;
}

.service-card p,
.process-grid p,
.contact-copy p,
.contact-list dd,
.contact-list a,
.site-footer p,
.site-footer a {
  font-size: 1rem;
  line-height: 1.75;
}

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

.process-grid span {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.contact-copy h2 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
}

.contact-list {
  display: grid;
  gap: 1rem;
  min-width: min(100%, 19rem);
  margin: 0;
  padding: 1.35rem;
  border-radius: 1.4rem;
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.contact-list dt {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-list dd {
  margin: 0.2rem 0 0;
  font-weight: 700;
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
}

.site-footer a {
  font-weight: 800;
  color: var(--accent-dark);
}

@media (max-width: 980px) {
  .hero,
  .service-grid,
  .process-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 21rem;
  }

  .contact-list {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(calc(100% - 1rem), var(--max-width));
    padding-top: 0.6rem;
  }

  .site-header,
  .site-footer {
    border-radius: 1.2rem;
  }

  .site-header,
  .site-footer,
  .hero-copy,
  .services,
  .process,
  .contact-panel {
    padding: 1rem;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    width: 100%;
  }

  .header-call,
  .button {
    width: 100%;
  }

  h1 {
    max-width: 9ch;
  }

  .hero-visual {
    min-height: 17rem;
  }

  .hero-points {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .header-call {
    transition: none;
  }
}
