:root {
  --red: #d52630;
  --red-deep: #a81620;
  --ink: #171412;
  --muted: #615a53;
  --soft: #f7f1e8;
  --cream: #fffaf2;
  --card: #ffffff;
  --line: rgba(23, 20, 18, 0.12);
  --shadow: 0 24px 70px rgba(35, 24, 18, 0.11);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(213, 38, 48, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(213, 38, 48, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  content: "";
  pointer-events: none;
}

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

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 12px;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  grid-template-columns: minmax(190px, auto) 1fr auto;
  align-items: center;
  gap: 22px;
  margin: 12px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 18px 48px rgba(35, 24, 18, 0.09);
  backdrop-filter: blur(16px);
}

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

.brand img {
  display: block;
  width: 52px;
  height: 44px;
  object-fit: contain;
}

.brand span,
.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.brand small,
.eyebrow {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.nav a,
.button,
.header-cta {
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button,
.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.88rem;
  font-weight: 900;
}

.header-cta {
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
}

.button {
  padding: 0 20px;
}

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

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

.secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.hero {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) 0 56px;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 6.5vw, 6.9rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
}

h2 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 4.65rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
}

.hero-copy,
.intro-grid,
.founder-card p,
.contact-inner p {
  color: var(--muted);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

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

.hero-media {
  position: relative;
  min-height: clamp(430px, 44vw, 610px);
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-media::before {
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  content: "";
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18)),
    url("https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=1800&q=82") center / cover;
  animation: kitchenDrift 18s ease-in-out infinite alternate;
}

.service-route {
  position: absolute;
  z-index: 3;
  left: 10%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  opacity: 0.76;
  transform-origin: left center;
}

.route-one {
  top: 28%;
  width: 76%;
  transform: rotate(-14deg);
  animation: routePulse 4.6s ease-in-out infinite;
}

.route-two {
  top: 53%;
  width: 70%;
  transform: rotate(6deg);
  animation: routePulse 5.4s 0.8s ease-in-out infinite;
}

.route-three {
  top: 72%;
  width: 82%;
  transform: rotate(-3deg);
  animation: routePulse 6.2s 1.3s ease-in-out infinite;
}

.proof-panel {
  display: grid;
  grid-column: 1 / -1;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 42px;
}

.proof-panel div {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 24, 18, 0.08);
}

.proof-panel strong {
  display: block;
  color: var(--ink);
  font-size: clamp(2.05rem, 4vw, 3.7rem);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 950;
  line-height: 0.92;
}

.proof-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.section-pad {
  padding: clamp(72px, 9vw, 118px) max(24px, calc((100vw - var(--container)) / 2));
}

.section-heading {
  margin-bottom: 36px;
}

.intro {
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 72px);
  max-width: 980px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.visual-proof {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 16px;
  margin: 0 auto;
  padding: 18px 0 clamp(72px, 8vw, 110px);
}

.visual-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.visual-card.large {
  min-height: 420px;
}

.visual-card img,
.service-board article > img,
.project-grid article > img {
  width: 100%;
  object-fit: cover;
}

.visual-card img {
  height: 100%;
  min-height: inherit;
  transition: transform 700ms ease;
}

.visual-card:hover img {
  transform: scale(1.04);
}

.visual-card figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.92);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services {
  background: var(--soft);
}

.projects {
  background: #fff;
}

.service-board,
.project-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-board article,
.project-grid article,
.team-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 24, 18, 0.06);
}

.service-board article,
.project-grid article {
  overflow: hidden;
  min-height: 224px;
  padding: 0 0 26px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-board article > img,
.project-grid article > img {
  height: 150px;
  margin-bottom: 22px;
}

.service-board article > span,
.service-board article > h3,
.service-board article > p,
.project-grid article > h3,
.project-grid article > p {
  margin-right: 26px;
  margin-left: 26px;
}

.service-board article:hover,
.project-grid article:hover {
  border-color: rgba(213, 38, 48, 0.44);
  box-shadow: 0 26px 68px rgba(35, 24, 18, 0.11);
  transform: translateY(-5px);
}

.service-board span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-board p,
.project-grid p,
.team-grid span {
  color: var(--muted);
  font-size: 0.94rem;
}

.industry-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.industry-strip span {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 24, 18, 0.05);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.industry-strip span::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(213, 38, 48, 0.1), transparent 58%);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.industry-strip span:hover::before {
  opacity: 1;
}

.founder {
  background: var(--soft);
}

.founder-card,
.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.founder-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founder-card li {
  padding: 14px 16px;
  border-left: 4px solid var(--red);
  border-radius: 0 6px 6px 0;
  background: var(--soft);
  font-size: 0.94rem;
  font-weight: 900;
}

.team-grid article {
  padding: 22px;
  border-top: 4px solid var(--red);
}

.team-grid strong,
.team-grid span {
  display: block;
}

.team-grid strong {
  font-size: 1rem;
  font-weight: 950;
}

.team-grid span {
  margin-top: 6px;
  font-weight: 800;
}

.contact {
  background: var(--soft);
}

.contact-card {
  display: grid;
  gap: 12px;
}

.contact-card a:not(.button) {
  overflow-wrap: anywhere;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 900;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes kitchenDrift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(-14px, 10px, 0);
  }
}

@keyframes routePulse {
  0%,
  100% {
    opacity: 0.12;
    clip-path: inset(0 100% 0 0);
  }
  45% {
    opacity: 0.8;
    clip-path: inset(0 0 0 0);
  }
  70% {
    opacity: 0.24;
    clip-path: inset(0 0 0 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero-content {
    max-width: 820px;
  }

  .hero-media {
    min-height: 420px;
  }

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

  .visual-card.large {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .service-board,
  .project-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .site-header {
    top: 8px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .brand img {
    width: 42px;
    height: 36px;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small,
  .nav {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .hero,
  .proof-panel {
    width: calc(100% - 28px);
  }

  .hero {
    padding-top: 56px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.7rem, 14.5vw, 4.7rem);
    line-height: 0.9;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-media {
    min-height: 300px;
    border-width: 7px;
  }

  .visual-proof {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding-bottom: 72px;
  }

  .visual-card,
  .visual-card.large {
    min-height: 250px;
  }

  .proof-panel,
  .intro-grid,
  .founder-card,
  .contact-inner,
  .service-board,
  .project-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .industry-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-panel {
    gap: 10px;
    margin-bottom: 20px;
  }

  .proof-panel div,
  .service-board article,
  .project-grid article,
  .team-grid article {
    padding: 20px;
  }

  .service-board article,
  .project-grid article {
    min-height: auto;
    padding: 0 0 20px;
  }

  .service-board article > img,
  .project-grid article > img {
    height: 180px;
  }

  .service-board article > span,
  .service-board article > h3,
  .service-board article > p,
  .project-grid article > h3,
  .project-grid article > p {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding: 8px;
  }

  .brand {
    gap: 7px;
  }

  .brand img {
    width: 36px;
    height: 32px;
  }

  .brand strong {
    max-width: 116px;
    font-size: 0.78rem;
    line-height: 0.95;
  }

  .header-cta {
    font-size: 0;
  }

  .header-cta::after {
    font-size: 0.78rem;
    content: "Consult";
  }

  .industry-strip {
    grid-template-columns: 1fr;
  }
}
