:root {
  --paper: #fbfaf5;
  --paper-2: #f0f6ef;
  --ink: #11120f;
  --muted: #676b63;
  --line: #dfded4;
  --white: #ffffff;
  --charcoal: #171916;
  --teal: #08786f;
  --terracotta: #d85f3d;
  --amber: #e6b450;
  --mint: #d9eee4;
  --shadow: 0 22px 70px rgba(17, 18, 15, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scrollbar-color: rgba(17, 18, 15, 0.42) rgba(251, 250, 245, 0.9);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: var(--paper);
}

::-webkit-scrollbar-thumb {
  border: 3px solid var(--paper);
  border-radius: 999px;
  background: rgba(17, 18, 15, 0.42);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--terracotta);
}

::-webkit-scrollbar-corner {
  background: var(--paper);
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(17, 18, 15, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(17, 18, 15, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px;
  border: 1px solid rgba(17, 18, 15, 0.12);
  border-radius: 999px;
  background: rgba(251, 250, 245, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(17, 18, 15, 0.08);
}

.brand,
.site-nav,
.hero-actions,
.trust-list {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
}

.site-nav {
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav a:hover {
  background: var(--mint);
  color: var(--ink);
}

.mobile-nav-cta {
  display: none;
}

.header-cta,
.btn,
.contact-form button,
.whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 220ms ease, opacity 220ms ease;
}

.hero,
.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 28px;
  align-items: center;
  min-height: calc(100vh - 98px);
  padding: 54px 0 82px;
}

.hero::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 76px;
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--terracotta));
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-statement {
  position: relative;
  padding: clamp(28px, 4.4vw, 52px);
  border: 1px solid rgba(251, 250, 245, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(216, 95, 61, 0.2), transparent 25%),
    linear-gradient(90deg, rgba(251, 250, 245, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(251, 250, 245, 0.07) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 100%, 34px 34px, 34px 34px, auto;
  box-shadow: 0 30px 90px rgba(17, 18, 15, 0.24);
  overflow: hidden;
}

.hero-statement::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 26px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: -20px 0 0 var(--amber), -40px 0 0 var(--teal);
}

.hero-statement > span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-statement h1 {
  color: var(--paper);
  font-size: clamp(1.9rem, 3.45vw, 3.35rem);
  line-height: 1.06;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.25rem, 5.2vw, 4.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.word {
  display: inline-block;
  transform-origin: left bottom;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.3vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.25;
}

p,
dd {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(17, 18, 15, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.brand-tagline {
  width: fit-content;
  margin: 18px 0 0;
  padding: 9px 12px;
  border-left: 3px solid var(--terracotta);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.4;
}

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

.btn {
  padding: 0 22px;
}

.btn-primary,
.contact-form button {
  border: 1px solid var(--terracotta);
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(216, 95, 61, 0.18);
}

.btn-secondary,
.whatsapp {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.header-cta:hover {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(8, 120, 111, 0.18);
}

.btn-primary:hover,
.contact-form button:hover,
.site-nav .mobile-nav-cta:hover {
  border-color: #bd4c30;
  background: #bd4c30;
  color: var(--white);
  box-shadow: 0 14px 34px rgba(216, 95, 61, 0.22);
}

.btn-secondary:hover,
.whatsapp:hover {
  border-color: rgba(8, 120, 111, 0.34);
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(17, 18, 15, 0.07);
}

.trust-list {
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.trust-list li {
  padding: 9px 12px;
  border: 1px solid rgba(17, 18, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(17, 18, 15, 0.1);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(17, 18, 15, 0.06);
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.hero-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-socials span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-socials a:hover {
  border-color: rgba(216, 95, 61, 0.28);
  background: var(--terracotta);
  color: var(--white);
  transform: translateY(-3px);
}

.hero-board {
  position: relative;
  border: 1px solid rgba(251, 250, 245, 0.12);
  border-radius: 24px;
  background: var(--charcoal);
  box-shadow: 0 24px 72px rgba(17, 18, 15, 0.2);
  overflow: hidden;
}

.hero-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(216, 95, 61, 0.24), transparent 25%),
    linear-gradient(90deg, rgba(251, 250, 245, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(251, 250, 245, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 8% 100%, rgba(8, 120, 111, 0.3), transparent 32%);
  background-size: 100% 100%, 30px 30px, 30px 30px, 100% 100%;
  pointer-events: none;
}

.board-top,
.board-grid {
  position: relative;
  z-index: 1;
}

.board-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.board-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
}

.board-top p {
  margin: 0 0 0 auto;
  color: rgba(251, 250, 245, 0.72);
  font-size: 0.82rem;
}

.board-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 18px;
}

.board-card,
.board-note,
.board-result {
  min-height: 122px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(251, 250, 245, 0.08);
  padding: 18px;
}

.board-card.large {
  grid-column: 1 / -1;
  min-height: 152px;
  background:
    radial-gradient(circle at 96% 12%, rgba(230, 180, 80, 0.24), transparent 28%),
    var(--paper);
}

.board-card small {
  display: block;
  margin-bottom: 10px;
  color: rgba(251, 250, 245, 0.68);
}

.board-card.large small {
  color: var(--teal);
}

.board-card strong {
  display: block;
  color: var(--paper);
  font-size: 1.14rem;
  line-height: 1.38;
}

.board-card.large strong {
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.48rem);
  line-height: 1.12;
}

.board-note {
  display: grid;
  gap: 10px;
}

.board-note span {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--paper);
  font-size: 0.84rem;
}

.board-result {
  display: grid;
  align-content: end;
  background:
    radial-gradient(circle at 90% 12%, rgba(216, 95, 61, 0.18), transparent 34%),
    rgba(251, 250, 245, 0.1);
}

.board-result small {
  display: block;
  margin-bottom: 12px;
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.board-result strong {
  color: var(--paper);
  font-size: clamp(1.06rem, 1.8vw, 1.36rem);
  line-height: 1.28;
}

.purpose {
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.purpose p {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 16px;
  color: var(--paper);
  font-size: clamp(1.05rem, 1.7vw, 1.34rem);
  line-height: 1.55;
  text-align: center;
}

.section {
  padding: 88px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.service-grid,
.case-grid,
.process-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.case-card,
.process-grid article,
.compare article,
.contact-form,
.faq-item,
.reason-list p {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 34px rgba(17, 18, 15, 0.045);
}

.service-card {
  position: relative;
  grid-column: span 2;
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 250, 245, 0.82)),
    var(--white);
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.service-card:nth-child(1),
.service-card:nth-child(2) {
  grid-column: span 3;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 120, 111, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(8, 120, 111, 0.1) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.service-card:hover {
  border-color: rgba(8, 120, 111, 0.32);
  box-shadow: 0 24px 70px rgba(17, 18, 15, 0.08);
}

.service-card:hover::before {
  opacity: 1;
}

.service-index,
.label,
.process-grid span {
  color: var(--terracotta);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
}

.service-index {
  position: relative;
  z-index: 1;
  width: fit-content;
}

.service-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(8, 120, 111, 0.14);
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.76rem;
  font-weight: 850;
}

.service-tag::before {
  content: "./";
  color: var(--terracotta);
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  font-size: clamp(1.18rem, 1.7vw, 1.45rem);
}

.service-card h3 a {
  display: inline;
}

.service-card p {
  position: relative;
  z-index: 1;
  max-width: 440px;
}

.process-grid h3 {
  margin-top: 48px;
}

.use,
.industry {
  color: var(--ink);
  font-weight: 800;
}

.service-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.service-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(17, 18, 15, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.service-arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8, 120, 111, 0.2);
  border-radius: 50%;
  background: var(--mint);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.service-arrow::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  transform: translateX(-1px);
  transition: background-color 220ms ease, transform 220ms ease;
}

.service-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
  transform: translateX(3px) rotate(45deg);
  transition: border-color 220ms ease, transform 220ms ease;
}

.service-card:hover .service-arrow {
  border-color: var(--terracotta);
  background: var(--terracotta);
  transform: translate(4px, -4px);
}

.service-card:hover .service-arrow::before {
  background: var(--white);
  transform: translateX(2px);
}

.service-card:hover .service-arrow::after {
  border-color: var(--white);
  transform: translateX(6px) rotate(45deg);
}

.split-section,
.custom-section,
.about-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 46px;
  align-items: start;
}

.split-section,
.custom-section {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  border-block: 1px solid var(--line);
  background: var(--paper-2);
}

.compare,
.reason-list {
  display: grid;
  gap: 14px;
}

.compare article,
.reason-list p {
  margin: 0;
  padding: 24px;
}

.reason-list p {
  border-left: 5px solid var(--teal);
  color: var(--ink);
  font-weight: 800;
}

.case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  position: relative;
  display: grid;
  min-height: 520px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(216, 95, 61, 0.13), transparent 25%),
    linear-gradient(90deg, rgba(8, 120, 111, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(8, 120, 111, 0.07) 1px, transparent 1px),
    var(--white);
  background-size: 100% 100%, 34px 34px, 34px 34px, auto;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--teal), var(--terracotta));
}

.case-card:hover {
  border-color: rgba(8, 120, 111, 0.28);
  box-shadow: 0 24px 76px rgba(17, 18, 15, 0.1);
  transform: translateY(-4px);
}

.case-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.case-topline .label {
  margin: 0;
}

.case-topline > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(17, 18, 15, 0.08);
  border-radius: 999px;
  background: rgba(251, 250, 245, 0.8);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
}

.case-card h3 {
  margin-top: 26px;
  max-width: 520px;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.case-card .industry {
  width: fit-content;
  margin-top: 4px;
  padding: 8px 11px;
  border-left: 3px solid var(--terracotta);
  background: rgba(251, 250, 245, 0.82);
}

.case-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: end;
  width: 100%;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--teal);
  font-weight: 850;
  text-decoration: none;
}

.case-link span {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(8, 120, 111, 0.2);
  border-radius: 50%;
  background: var(--paper);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.case-link span::before {
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-2px);
}

.case-link span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(3px) rotate(45deg);
}

.case-link:hover {
  color: var(--terracotta);
}

.case-link:hover span {
  border-color: rgba(216, 95, 61, 0.32);
  background: rgba(216, 95, 61, 0.1);
  transform: translateX(4px);
}

.project-page main {
  padding-bottom: 80px;
}

.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 34px;
  align-items: stretch;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 30px;
}

.project-hero .back-link {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.project-hero > div {
  min-height: 220px;
  display: grid;
  align-content: end;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(8, 120, 111, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 250, 245, 0.82)),
    var(--white);
  box-shadow: 0 22px 70px rgba(17, 18, 15, 0.08);
}

.project-hero h1 {
  max-width: 620px;
  font-size: clamp(1.72rem, 2.8vw, 2.9rem);
  line-height: 1.06;
}

.project-hero > div > p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.25vw, 1.06rem);
}

.project-brief {
  display: grid;
  align-content: end;
  min-height: 220px;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    var(--ink);
  background-size: 28px 28px;
  color: var(--paper);
  box-shadow: 0 24px 80px rgba(17, 18, 15, 0.18);
}

.project-brief span {
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
}

.project-brief strong {
  display: block;
  margin-top: 14px;
  color: var(--paper);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.12;
}

.project-brief p {
  color: rgba(251, 250, 245, 0.72);
}

.project-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto 34px;
  gap: 12px;
}

.project-summary article {
  min-height: 126px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(17, 18, 15, 0.055);
}

.project-summary span,
.case-study article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--terracotta);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.project-summary strong {
  color: var(--ink);
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.45;
}

.project-screen {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
  align-items: stretch;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
}

.screen-copy {
  display: grid;
  align-content: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 95, 61, 0.14), transparent 28%),
    var(--white);
  box-shadow: 0 18px 58px rgba(17, 18, 15, 0.06);
}

.project-screen h2 {
  font-size: clamp(1.45rem, 2.35vw, 2.2rem);
}

.project-screen p:not(.eyebrow) {
  color: var(--muted);
}

.screen-notes {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.screen-notes span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
}

.screen-notes span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
}

.project-screen figure {
  position: relative;
  margin: 0;
  min-height: 430px;
  padding: 54px 14px 14px;
  border: 1px solid rgba(17, 18, 15, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 95, 61, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 100%, 28px 28px, 28px 28px, auto;
  box-shadow: 0 24px 80px rgba(17, 18, 15, 0.16);
  overflow: hidden;
}

.project-screen figure::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 18px 0 0 var(--amber), 36px 0 0 var(--teal);
}

.project-screen figure::after {
  content: "Click to inspect";
  position: absolute;
  right: 14px;
  top: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(251, 250, 245, 0.12);
  border-radius: 999px;
  background: rgba(251, 250, 245, 0.08);
  color: rgba(251, 250, 245, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
}

.project-screen figcaption {
  position: absolute;
  top: 16px;
  left: 74px;
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.screen-open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.screen-open:focus-visible {
  outline: 3px solid rgba(250, 195, 96, 0.42);
  outline-offset: 4px;
  border-radius: 18px;
}

.project-screen img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 374px;
  object-fit: cover;
  object-position: left top;
  border-radius: 16px;
  border: 1px solid rgba(251, 250, 245, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  filter: saturate(0.92) contrast(1.02);
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(17, 18, 15, 0.82);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.image-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.image-modal__frame {
  position: relative;
  width: min(1500px, 96vw);
  max-height: 88vh;
  padding: 54px 12px 12px;
  border: 1px solid rgba(251, 250, 245, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(216, 95, 61, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 100%, 28px 28px, 28px 28px, auto;
  overflow: auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  scrollbar-color: rgba(216, 95, 61, 0.9) rgba(251, 250, 245, 0.9);
  scrollbar-width: thin;
}

.image-modal__frame::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 18px 0 0 var(--amber), 36px 0 0 var(--teal);
}

.image-modal__frame::after {
  content: "CRM dashboard preview";
  position: absolute;
  top: 15px;
  left: 78px;
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.8rem;
  font-weight: 900;
}

.image-modal__frame::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.image-modal__frame::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(251, 250, 245, 0.92);
}

.image-modal__frame::-webkit-scrollbar-thumb {
  border: 2px solid var(--paper);
  border-radius: 999px;
  background: var(--terracotta);
}

.image-modal__frame img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 920px;
  border-radius: 14px;
  border: 1px solid rgba(251, 250, 245, 0.14);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.image-modal__close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 2;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(251, 250, 245, 0.18);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
}

.image-modal__close:hover {
  background: var(--terracotta);
  color: var(--white);
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  gap: 10px;
}

.floating-contact__btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 18, 15, 0.12);
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 16px 46px rgba(17, 18, 15, 0.22);
  animation: contactBlink 2.6s ease-in-out infinite;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.floating-contact__btn::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0;
  animation: contactRing 2.6s ease-in-out infinite;
}

.floating-contact__btn--whatsapp {
  background: var(--teal);
  animation-delay: 0.32s;
}

.floating-contact__btn--whatsapp::before {
  animation-delay: 0.32s;
}

.floating-contact__btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.floating-contact__btn span {
  position: absolute;
  right: calc(100% + 10px);
  min-width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 850;
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-contact__btn:hover {
  background: var(--terracotta);
  color: var(--white);
  transform: translateY(-3px);
}

.floating-contact__btn:hover span {
  opacity: 1;
  transform: translateX(0);
}

@keyframes contactBlink {
  0%,
  100% {
    box-shadow: 0 16px 46px rgba(17, 18, 15, 0.22);
  }
  50% {
    box-shadow: 0 16px 46px rgba(216, 95, 61, 0.34);
  }
}

@keyframes contactRing {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  45% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

.case-study {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.case-study article {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(8, 120, 111, 0.08) 1px, transparent 1px),
    var(--white);
  background-size: 32px 32px;
  box-shadow: 0 16px 48px rgba(17, 18, 15, 0.05);
}

.case-study article::before {
  content: "";
  position: absolute;
  left: 68px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: var(--line);
}

.case-study article > span {
  margin-bottom: 0;
}

.case-study h2,
.case-study p,
.case-study ul {
  grid-column: 2;
}

.case-study h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.case-study p,
.case-study li {
  color: var(--muted);
}

.case-study ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.project-cta {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  width: min(980px, calc(100% - 32px));
  margin: 30px auto 0;
  padding: 28px;
  border: 1px solid rgba(17, 18, 15, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 95, 61, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(17, 18, 15, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(17, 18, 15, 0.04) 1px, transparent 1px),
    var(--white);
  background-size: 100% 100%, 30px 30px, 30px 30px, auto;
  box-shadow: 0 18px 58px rgba(17, 18, 15, 0.07);
}

.project-cta h2 {
  max-width: 640px;
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
}

.project-cta p {
  max-width: 620px;
  color: var(--muted);
}

.project-cta .btn {
  margin-top: 0;
  white-space: nowrap;
}

.project-page .site-footer {
  margin-top: 80px;
}

dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

dt {
  color: var(--ink);
  font-weight: 900;
}

dd {
  margin: 0 0 8px;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(17, 18, 15, 0.08);
  color: var(--muted);
}

dd:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.about-section {
  align-items: center;
}

.portrait {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 440px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(8, 120, 111, 0.22), transparent 42%),
    linear-gradient(315deg, rgba(216, 95, 61, 0.2), transparent 36%),
    repeating-linear-gradient(0deg, rgba(17, 18, 15, 0.06) 0 1px, transparent 1px 13px),
    var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.portrait::before {
  content: "Build by Sachin";
  position: absolute;
  top: 28px;
  left: 26px;
  color: rgba(17, 18, 15, 0.18);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 0.88;
  max-width: 320px;
}

.portrait span {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 850;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  gap: 18px;
}

.process-grid article {
  position: relative;
  min-height: 236px;
  padding: 26px;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.process-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: auto;
  background: var(--teal);
  transform: scaleY(0.24);
  transform-origin: left;
  transition: transform 260ms ease;
}

.process-grid article::after {
  content: "</>";
  position: absolute;
  right: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  border: 1px solid rgba(8, 120, 111, 0.18);
  border-radius: 999px;
  background: rgba(217, 238, 228, 0.62);
  color: var(--teal);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  opacity: 1;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.process-grid article:hover {
  border-color: rgba(8, 120, 111, 0.35);
  background: var(--white);
  box-shadow: 0 22px 62px rgba(17, 18, 15, 0.09);
}

.process-grid article:hover::before {
  transform: scaleY(1);
}

.process-grid article:hover::after {
  background: var(--ink);
  color: var(--paper);
  transform: translateX(-4px);
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(216, 95, 61, 0.2);
  border-radius: 999px;
  background: rgba(216, 95, 61, 0.07);
}

.process-grid small {
  display: block;
  margin-top: 22px;
  color: var(--teal);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
}

.process-grid small::before {
  content: "$ ";
  color: var(--terracotta);
}

.process-grid h3 {
  position: relative;
  margin-top: 22px;
  font-size: 1.24rem;
}

.process-grid p {
  position: relative;
  max-width: 260px;
  margin-bottom: 0;
}

.location-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(8, 120, 111, 0.92), rgba(17, 18, 15, 0.96)),
    var(--ink);
  box-shadow: var(--shadow);
}

.location-section h2,
.location-section p {
  max-width: 800px;
  color: var(--paper);
}

.location-section .eyebrow {
  color: var(--amber);
}

.service-page main {
  padding-bottom: 80px;
}

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  grid-template-areas:
    "back brief"
    "eyebrow brief"
    "title brief"
    "copy brief";
  column-gap: 46px;
  row-gap: 12px;
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 30px;
  border-bottom: 1px solid var(--line);
}

.service-hero::after {
  grid-area: brief;
  align-self: stretch;
  content: "service.brief\A status: planning first\A scope: design + build + launch\A handover: clean files + support";
  display: block;
  min-height: 216px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 95, 61, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(251, 250, 245, 0.08) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 100%, 30px 30px, 30px 30px, auto;
  color: rgba(251, 250, 245, 0.76);
  white-space: pre-line;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.88rem;
  line-height: 1.85;
  box-shadow: 0 18px 54px rgba(17, 18, 15, 0.14);
}

.service-hero::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 66px;
  z-index: 1;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: -20px 0 0 var(--amber), -40px 0 0 var(--teal);
}

.service-hero h1 {
  grid-area: title;
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(2.1rem, 4.1vw, 3.85rem);
  line-height: 1.02;
}

.service-hero > p:not(.eyebrow) {
  grid-area: copy;
  position: relative;
  z-index: 1;
  max-width: 640px;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: var(--muted);
}

.service-hero .eyebrow {
  grid-area: eyebrow;
  position: relative;
  z-index: 1;
  color: var(--teal);
}

.back-link {
  grid-area: back;
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 26px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.back-link:hover {
  border-color: rgba(8, 120, 111, 0.34);
  background: var(--mint);
  color: var(--teal);
}

.services-list-page .service-hero {
  display: block;
  padding: 48px 0 34px;
  border-bottom: 1px solid var(--line);
}

.services-list-page .service-hero::before,
.services-list-page .service-hero::after {
  display: none;
}

.services-list-page .service-hero h1 {
  max-width: 720px;
  font-size: clamp(1.9rem, 3.4vw, 3.35rem);
  line-height: 1.05;
}

.services-list-page .service-hero > p:not(.eyebrow) {
  max-width: 600px;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  counter-reset: serviceStep;
}

.service-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 20px 70px rgba(17, 18, 15, 0.12);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.service-snapshot article {
  min-height: 118px;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: transparent;
}

.service-snapshot article:last-child {
  border-right: 0;
}

.service-snapshot span {
  display: block;
  margin-bottom: 14px;
  color: var(--terracotta);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.service-snapshot strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.42;
}

.detail-panel {
  counter-increment: serviceStep;
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  min-height: auto;
  padding: 38px 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: background-color 220ms ease;
}

.detail-panel:hover {
  background: rgba(255, 255, 255, 0.48);
}

.detail-panel::before {
  content: "";
  position: absolute;
  left: 220px;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: var(--line);
}

.detail-panel::after {
  display: none;
}

.detail-panel.wide {
  grid-column: auto;
  min-height: auto;
  background: transparent;
}

.detail-panel > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(216, 95, 61, 0.2);
  border-radius: 999px;
  background: rgba(216, 95, 61, 0.08);
  color: var(--terracotta);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.8rem;
  font-weight: 900;
  align-self: start;
  position: sticky;
  top: 110px;
}

.detail-panel > span::before {
  content: counter(serviceStep, decimal-leading-zero) " / ";
  color: var(--ink);
}

.detail-panel h2,
.detail-panel ul,
.detail-panel p {
  position: relative;
  z-index: 1;
  grid-column: 2;
}

.detail-panel p {
  max-width: 760px;
}

.detail-panel h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
}

.detail-panel h2 + p,
.detail-panel h2 + ul {
  margin-top: 20px;
}

.detail-panel ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.detail-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.65;
}

.detail-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.detail-panel a {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 900;
}

.detail-panel a:hover {
  color: var(--terracotta);
}

.service-cta {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 0;
  padding: 34px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 95, 61, 0.18), transparent 26%),
    var(--ink);
}

.service-cta > div {
  min-width: 0;
}

.service-cta h2 {
  max-width: 760px;
  color: var(--paper);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}

.service-cta p {
  max-width: 660px;
  color: rgba(251, 250, 245, 0.74);
}

.service-cta .btn {
  margin-top: 0;
  white-space: nowrap;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.faq-item.is-open {
  border-color: rgba(8, 120, 111, 0.34);
  background: var(--white);
  box-shadow: 0 18px 52px rgba(17, 18, 15, 0.08);
}

.faq-item button {
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 70px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--ink);
  text-align: left;
  font-weight: 900;
}

.faq-item button:focus-visible {
  outline: 3px solid rgba(8, 120, 111, 0.2);
  outline-offset: -6px;
}

.faq-item b {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--mint);
}

.faq-item b::before,
.faq-item b::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  transition: transform 220ms ease;
}

.faq-item b::after {
  transform: rotate(90deg);
}

.faq-item.is-open b {
  background: var(--terracotta);
}

.faq-item.is-open b::before,
.faq-item.is-open b::after {
  background: var(--white);
}

.faq-item.is-open b::after {
  transform: rotate(0deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  height: auto;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  max-width: 760px;
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  background: var(--white);
  transform-origin: center center;
  will-change: transform;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 750;
}

.contact-form label:nth-child(3),
.contact-form label:nth-child(6) {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf8;
  color: var(--ink);
  font-weight: 600;
  padding: 13px 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(8, 120, 111, 0.18);
  border-color: var(--teal);
}

.contact-form button,
.whatsapp {
  width: 100%;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.form-status.is-success {
  color: var(--teal);
}

.form-status.is-error {
  color: var(--terracotta);
}

.form-success {
  display: none;
  grid-column: 1 / -1;
  place-items: start;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(8, 120, 111, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 16%, rgba(250, 195, 96, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(8, 120, 111, 0.1), rgba(216, 95, 61, 0.08)),
    #fffdf8;
}

.form-success span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-success h3 {
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.form-success p {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.form-success p a {
  color: var(--teal);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(8, 120, 111, 0.28);
  text-underline-offset: 4px;
}

.form-success p a:hover {
  color: var(--terracotta);
  text-decoration-color: rgba(216, 95, 61, 0.4);
}

.form-success small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(8, 120, 111, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-weight: 850;
}

.form-success small b {
  color: var(--terracotta);
}

.form-success .btn {
  margin-top: 18px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.8fr 0.8fr;
  gap: 34px;
  margin-top: 80px;
  padding: 52px max(16px, calc((100% - 1180px) / 2)) 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 95, 61, 0.2), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(8, 120, 111, 0.24), transparent 32%),
    var(--ink);
  overflow: hidden;
  max-width: 100%;
}

.footer-marquee {
  grid-column: 1 / -1;
  margin-bottom: 14px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0.36em;
}

.footer-marquee span {
  display: inline-block;
  color: rgba(251, 250, 245, 0.14);
  font-size: clamp(3.2rem, 9vw, 9.6rem);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: nowrap;
  transform-origin: left center;
  will-change: transform;
}

.footer-intro,
.footer-links,
.footer-contact,
.copyright {
  position: relative;
  z-index: 1;
}

.footer-intro h2,
.site-footer h3 {
  color: var(--paper);
}

.footer-logo {
  display: block;
  width: min(128px, 46vw);
  height: auto;
  margin: 0 0 16px;
  border-radius: 16px;
}

.footer-intro h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.04;
}

.footer-tagline {
  margin-top: 14px;
  border-left-color: var(--amber);
  background: rgba(251, 250, 245, 0.08);
  color: var(--paper);
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(251, 250, 245, 0.72);
}

.site-footer .eyebrow {
  color: var(--amber);
}

.site-footer .eyebrow::before {
  background: var(--terracotta);
}

.footer-cta {
  width: fit-content;
  margin-top: 22px !important;
  padding: 13px 18px;
  border: 1px solid rgba(251, 250, 245, 0.16);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink) !important;
  font-weight: 850;
  transition: background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.footer-cta:hover {
  background: var(--terracotta);
  color: var(--white) !important;
  box-shadow: 0 16px 40px rgba(216, 95, 61, 0.24);
}

.footer-links a {
  position: relative;
  width: fit-content;
  padding: 4px 0 6px;
  overflow: hidden;
  transition: color 220ms ease;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.footer-links a::after {
  content: "->";
  display: inline-block;
  margin-left: 8px;
  color: var(--amber);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.footer-links a:hover {
  color: var(--paper);
}

.footer-links a:hover::before {
  transform: scaleX(1);
}

.footer-links a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.footer-contact > a {
  width: fit-content;
  transition: color 220ms ease, transform 220ms ease;
}

.footer-contact > a:hover {
  color: var(--paper);
  transform: translateX(4px);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(251, 250, 245, 0.14);
  border-radius: 999px;
  color: var(--paper);
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.social-links span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.social-links a:hover {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--ink);
}

.copyright {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.reveal,
.hero-copy,
.hero-board,
.site-header {
  opacity: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    border-radius: 28px;
  }

  .menu-toggle {
    display: block;
    grid-column: 3;
    justify-self: end;
  }

  .site-header.nav-open .menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .site-header.nav-open .menu-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    display: grid;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    grid-column: 1 / -1;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    padding: 18px 18px 20px;
    border: 1px solid rgba(17, 18, 15, 0.12);
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 250, 245, 0.96)),
      var(--paper);
    box-shadow: 0 28px 80px rgba(17, 18, 15, 0.18);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
  }

  .site-header.nav-open .site-nav {
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-self: stretch;
    width: 100%;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(17, 18, 15, 0.08);
    border-radius: 0;
    color: var(--ink);
    font-weight: 800;
    background: transparent;
  }

  .site-nav a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--teal);
    border-right: 2px solid var(--teal);
    transform: rotate(45deg);
    color: var(--teal);
  }

  .site-nav a:hover {
    color: var(--teal);
    background: transparent;
  }

  .site-nav a:nth-last-child(2) {
    border-bottom: 0;
  }

  .site-nav .mobile-nav-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    border-color: var(--terracotta);
    background: var(--terracotta);
    color: var(--white);
  }

  .site-nav .mobile-nav-cta::after {
    content: "";
    display: none;
  }

  .hero,
  .split-section,
  .custom-section,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .service-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "back"
      "eyebrow"
      "title"
      "copy"
      "brief";
  }

  .project-hero {
    grid-template-columns: 1fr;
  }

  .project-hero > div,
  .project-brief {
    min-height: 260px;
  }

  .service-hero::before {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero::before {
    display: none;
  }

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

  .project-summary {
    grid-template-columns: 1fr;
  }

  .project-screen {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2) {
    grid-column: span 1;
  }


  .footer-marquee {
    margin-bottom: 8px;
  }

  .footer-marquee span {
    font-size: clamp(2.8rem, 9vw, 6rem);
    line-height: 1.16;
  }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .section,
  .location-section,
  .service-hero,
  .project-hero,
  .service-detail-grid,
  .service-snapshot,
  .project-summary,
  .project-screen,
  .case-study,
  .service-cta,
  .project-cta {
    width: calc(100% - 24px);
  }

  .brand strong {
    display: inline;
    max-width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section {
    padding: 58px 0;
  }

  .split-section,
  .custom-section {
    padding-inline: 12px;
  }

  .hero {
    gap: 34px;
  }

  .hero-statement {
    padding: 28px;
  }

  .hero-statement h1 {
    font-size: clamp(1.9rem, 8vw, 2.65rem);
    line-height: 1.05;
  }

  .hero-statement > span {
    margin-bottom: 28px;
  }

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

  .board-grid,
  .service-grid,
  .case-grid,
  .process-grid,
  .service-detail-grid,
  .service-snapshot,
  .contact-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .board-card.large,
  .detail-panel.wide,
  .contact-form label:nth-child(3),
  .contact-form label:nth-child(4),
  .contact-form label:nth-child(5),
  .contact-form label:nth-child(6),
  .copyright {
    grid-column: auto;
  }

  .detail-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
    background: transparent;
  }

  .detail-panel::before {
    display: none;
  }

  .detail-panel > span {
    position: relative;
    top: auto;
  }

  .detail-panel h2,
  .detail-panel ul,
  .detail-panel p {
    grid-column: auto;
  }

  .case-study article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
    border-radius: 0;
    border-inline: 0;
    background: transparent;
    box-shadow: none;
  }

  .case-study article::before {
    display: none;
  }

  .project-screen figure {
    min-height: 0;
    padding: 48px 10px 10px;
  }

  .project-screen figure::after {
    display: none;
  }

  .project-screen img {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

  .case-study h2,
  .case-study p,
  .case-study ul {
    grid-column: auto;
  }

  .service-snapshot article {
    border-right: 0;
    border-bottom: 1px solid rgba(251, 250, 245, 0.12);
  }

  .service-snapshot article:last-child {
    border-bottom: 0;
  }

  .service-hero {
    padding: 42px 0 24px;
  }

  .service-hero::after {
    min-height: 176px;
    padding: 18px;
  }

  .service-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .project-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .service-cta .btn {
    width: 100%;
  }

  .project-cta .btn {
    width: 100%;
  }

  .service-card {
    min-height: auto;
  }

  .case-card {
    min-height: auto;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2) {
    grid-column: auto;
  }

  .service-card h3,
  .process-grid h3 {
    margin-top: 24px;
  }

  .portrait {
    min-height: 310px;
  }

  .location-section {
    padding: 32px;
  }

  .footer-marquee {
    margin-bottom: 6px;
  }

  .footer-marquee span {
    font-size: clamp(2.2rem, 11vw, 4rem);
    line-height: 1.18;
  }

  .floating-contact {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .floating-contact__btn {
    width: 48px;
    height: 48px;
  }
}

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

  .reveal,
  .hero-copy,
  .hero-board,
  .site-header {
    opacity: 1;
    transform: none;
  }

  .floating-contact__btn,
  .floating-contact__btn::before {
    animation: none !important;
  }
}
