@font-face {
  font-family: Ravi;
  src: url('/assets/fonts/RaviFaNum-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ravi;
  src: url('/assets/fonts/RaviFaNum-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ravi;
  src: url('/assets/fonts/RaviFaNum-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --white: #fff;
  --ink: #111318;
  --muted: #5d6068;
  --line: #dddde1;
  --soft: #f6f6f7;
  --red: #c60024;
  --red-dark: #99001c;
  --red-soft: #fff2f4;
  --gold: #f5b800;
  --gold-dark: #d89d00;
  --shadow: 0 24px 65px rgb(17 19 24 / 14%);
  --max: 1280px;
  --radius: 6px;
  font-family: Ravi, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.site-header {
  width: min(var(--max), calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 96%);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-weight: 900;
}

.brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

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

.nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(12px, 2.2vw, 34px);
  height: 78px;
  font-weight: 700;
}

.nav a {
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--red);
  border-color: var(--red);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.header-cta {
  justify-self: end;
  background: var(--red);
  color: var(--white);
}

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

.mobile-menu {
  display: none;
}

.btn-red {
  background: var(--red);
  color: var(--white);
}

.btn-red:hover,
.btn-red:focus-visible {
  background: var(--red-dark);
}

.btn-gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.btn-gold:hover,
.btn-gold:focus-visible {
  background: #ffc928;
}

.btn-outline {
  background: var(--white);
  color: var(--ink);
  border-color: var(--ink);
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
}

.btn-ghost {
  color: var(--white);
  border-color: rgb(255 255 255 / 78%);
  background: transparent;
}

.hero-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 42px 0 0;
}

.hero-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding: 34px 40px 210px 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(3.2rem, 4.55vw, 4.65rem);
  line-height: 1.08;
  font-weight: 900;
}

.hero-copy h1 em,
.section-heading h2 em,
.samples-copy h2 em {
  color: var(--red);
  font-style: normal;
}

.hero-copy h1 em {
  white-space: nowrap;
}

.hero-copy p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #373940;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  font-weight: 700;
  line-height: 1.9;
}

.hero-media {
  margin: 0;
  position: relative;
  align-self: start;
  z-index: 3;
}

.hero-media::before {
  content: '';
  position: absolute;
  inset: auto -18px -18px 24%;
  height: 44%;
  background: var(--gold);
  z-index: -1;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 940 / 743;
  object-fit: cover;
  border: 0;
  box-shadow: var(--shadow);
}

.hero-rail {
  min-height: 220px;
  margin-top: -185px;
  padding: 30px 32px;
  background: var(--red);
  border-radius: 0 12px 12px 0;
  position: relative;
  z-index: 1;
}

.hero-rail::before {
  content: '';
  position: absolute;
  inset: 0 0 0 48%;
  border-radius: inherit;
  pointer-events: none;
  background-image: repeating-radial-gradient(circle at 0 50%, transparent 0 18px, rgb(255 255 255 / 8%) 19px 20px);
  background-size: 120px 120px;
  opacity: 0.7;
}

.hero-rail-content {
  width: 47%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

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

.hero-actions .btn {
  min-width: 180px;
}

.trust-strip {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgb(255 255 255 / 72%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--white);
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-left: 1px solid rgb(255 255 255 / 45%);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.trust-strip span:last-child {
  border-left: 0;
}

.why-section,
.capabilities-section,
.samples-section,
.resource-section,
.seo-rail,
.contact-band,
.page-hero,
.content-section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.why-section {
  padding: 52px 0 88px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 42px;
}

.section-title::before,
.section-title::after {
  content: '';
  width: 58px;
  height: 2px;
  background: var(--gold);
}

.section-title h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.2;
  font-weight: 900;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.why-grid article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 150px;
  padding: 20px 34px;
  border-left: 1px solid var(--line);
}

.why-grid article:last-child {
  border-left: 0;
}

.feature-icon,
.capability-icon {
  display: grid;
  place-items: center;
}

.feature-icon {
  width: 86px;
  height: 86px;
}

.feature-icon img,
.capability-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-grid h3,
.why-grid p {
  margin: 0;
}

.why-grid h3 {
  font-size: 1.3rem;
  font-weight: 900;
}

.why-grid p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.94rem;
}

.capabilities-section {
  padding: 78px 0 92px;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(280px, 0.45fr);
  gap: clamp(30px, 8vw, 130px);
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2,
.page-hero h1,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  line-height: 1.15;
  font-weight: 900;
}

.section-heading p,
.page-hero p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 400;
}

.capability-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--red);
  background: var(--white);
}

.capability-track article {
  min-height: 260px;
  padding: 38px 32px 32px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.capability-track article:nth-child(3n) {
  border-left: 0;
}

.capability-track article:nth-child(-n + 3)::before {
  content: '';
  width: 13px;
  height: 13px;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: -8px;
  right: 34px;
}

.capability-icon {
  width: 128px;
  height: 128px;
  margin: -18px auto 12px;
}

.capability-track h3,
.capability-track p {
  margin: 0;
}

.capability-track h3 {
  font-size: 1.35rem;
  font-weight: 900;
}

.capability-track p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.95rem;
}

.workflow-section {
  width: 100%;
  padding: 90px max(20px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-areas: 'media inner';
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: end;
  background: var(--ink);
  color: var(--white);
  direction: ltr;
}

.workflow-inner {
  grid-area: inner;
  width: 100%;
  direction: rtl;
}

.process-media {
  grid-area: media;
  align-self: end;
  margin: 0 0 -90px;
  direction: rtl;
}

.process-media img {
  width: 100%;
  aspect-ratio: 819 / 568;
  object-fit: cover;
}

.workflow-section .section-heading {
  grid-template-columns: 1fr;
  gap: 16px;
}

.workflow-section .section-heading h2 em {
  color: var(--red);
  font-style: normal;
}

.workflow-section .section-heading p,
.workflow-section .timeline p {
  color: #c8c9cd;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin-bottom: 38px;
}

.timeline::before {
  content: '';
  height: 2px;
  background: var(--gold);
  position: absolute;
  top: 41px;
  right: 9%;
  left: 9%;
}

.timeline article {
  padding: 0 clamp(18px, 3vw, 46px);
  position: relative;
  z-index: 1;
}

.step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.step-head > span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 1.55rem;
  font-weight: 900;
}

.step-head i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid #55575e;
  font-style: normal;
  background: var(--ink);
}

.step-head i .icon {
  width: 30px;
  height: 30px;
}

.timeline h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
}

.timeline p {
  margin: 10px 0 0;
  max-width: 330px;
}

.workflow-section > .workflow-inner > .btn {
  margin: 0 auto;
  display: flex;
  width: max-content;
}

.samples-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(540px, 1.2fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  padding: 94px 0 112px;
  position: relative;
}

.samples-section::before {
  content: '';
  height: 43%;
  background: var(--red);
  position: absolute;
  left: calc((100vw - var(--max)) / -2);
  right: 31%;
  bottom: 16%;
  z-index: -1;
}

.samples-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.35rem);
  line-height: 1.15;
  font-weight: 900;
}

.samples-copy p {
  margin: 22px 0 32px;
  color: var(--muted);
  font-size: 1.06rem;
}

.sample-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: end;
  direction: ltr;
}

.sample-showcase {
  position: relative;
  direction: rtl;
  transition: transform 180ms ease;
}

.sample-showcase:nth-child(2) {
  transform: translateY(32px);
}

.sample-showcase:hover,
.sample-showcase:focus-visible {
  transform: translateY(-8px);
}

.sample-showcase:nth-child(2):hover,
.sample-showcase:nth-child(2):focus-visible {
  transform: translateY(24px);
}

.sample-showcase img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 8px solid var(--ink);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.sample-showcase strong {
  display: block;
  width: max-content;
  margin: 14px auto 0;
  padding-bottom: 4px;
  border-bottom: 3px solid var(--red);
  font-size: 1.05rem;
  font-weight: 900;
}

.resource-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blog-preview,
.faq-preview {
  padding: 72px clamp(0px, 4vw, 58px);
}

.blog-preview {
  border-left: 1px solid var(--line);
  padding-right: 0;
}

.faq-preview {
  padding-left: 0;
}

.mini-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.mini-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.2;
  font-weight: 900;
}

.mini-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.mini-heading .icon {
  width: 18px;
  height: 18px;
}

.article-list {
  display: grid;
}

.article-list > a {
  display: grid;
  grid-template-columns: 100px 1fr 24px;
  gap: 18px;
  align-items: center;
  min-height: 106px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.article-list > a:last-child {
  border-bottom: 1px solid var(--line);
}

.article-list img {
  width: 100px;
  height: 72px;
  object-fit: cover;
  border-radius: var(--radius);
}

.article-list strong {
  font-size: 1.1rem;
  font-weight: 900;
}

.article-list > a:hover strong,
.article-list > a:focus-visible strong {
  color: var(--red);
}

.faq-list {
  display: grid;
}

.faq-list details {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 106px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
  font-weight: 900;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary .icon {
  color: var(--red);
  transition: transform 160ms ease;
}

.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}

.faq-list p {
  margin: 0;
  padding: 0 0 24px;
  color: var(--muted);
}

.seo-rail {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  align-items: center;
  padding: 32px 0;
}

.seo-rail > strong {
  font-size: 1.18rem;
  font-weight: 900;
}

.seo-rail > div,
.link-list,
.real-samples div,
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.seo-rail a,
.link-list a,
.real-samples a,
.blog-list a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

.seo-rail a:hover,
.seo-rail a:focus-visible,
.link-list a:hover,
.link-list a:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.home-contact {
  width: 100%;
  min-height: 220px;
  padding: 50px max(20px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  background: var(--red);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.home-contact::after {
  content: '';
  width: 320px;
  aspect-ratio: 1;
  position: absolute;
  left: -80px;
  top: -120px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgb(255 255 255 / 5%), 0 0 0 78px rgb(255 255 255 / 4%);
}

.home-contact h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.3vw, 4.75rem);
  line-height: 1.2;
  font-weight: 900;
}

.home-contact p {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: 1.06rem;
}

.home-contact .btn {
  min-width: 230px;
  min-height: 58px;
  position: relative;
  z-index: 1;
}

.page-hero {
  padding: clamp(58px, 8vw, 112px) 0;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.page-hero-copy {
  min-width: 0;
}

.page-hero .breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 0.9rem;
}

.page-hero h1 {
  max-width: 970px;
}

.page-hero p {
  max-width: 760px;
  margin-top: 22px;
}

.page-hero .hero-actions {
  margin-top: 30px;
}

.page-hero .hero-actions .btn {
  min-width: 150px;
}

.page-visual {
  margin: 0;
  position: relative;
  align-self: stretch;
  min-height: 420px;
  display: grid;
  align-items: end;
  padding: 20px;
  background: var(--red);
  box-shadow: var(--shadow);
}

.page-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-radial-gradient(circle at 0 50%, transparent 0 17px, rgb(255 255 255 / 12%) 18px 19px);
  background-size: 104px 104px;
  pointer-events: none;
}

.page-visual img {
  width: min(100%, 440px);
  max-height: 330px;
  margin: 0 auto 18px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 18px 24px rgb(0 0 0 / 18%));
}

.page-visual figcaption {
  min-height: 82px;
  padding: 15px 18px;
  display: grid;
  gap: 4px;
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--radius);
  color: var(--ink);
  border-right: 6px solid var(--gold);
}

.page-visual figcaption span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.page-visual figcaption a {
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 900;
  direction: ltr;
  text-align: right;
}

.page-visual small {
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: var(--gold);
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}

.content-section {
  padding: clamp(58px, 7vw, 92px) 0;
}

.page-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: clamp(48px, 7vw, 86px);
  background: var(--line);
  border-top: 2px solid var(--red);
}

.page-highlights article {
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
}

.page-highlights i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--red);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-style: normal;
}

.page-highlights i .icon {
  width: 27px;
  height: 27px;
}

.page-highlights h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  line-height: 1.25;
  font-weight: 900;
}

.page-highlights p {
  margin: 10px 0 0;
  color: var(--muted);
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(38px, 7vw, 100px);
}

.content-block {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.content-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.content-block h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1.2;
  font-weight: 900;
}

.content-block p {
  margin: 15px 0 22px;
  color: var(--muted);
  font-size: 1.04rem;
}

.sidebar-box {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--gold);
}

.sidebar-box h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 900;
}

.sidebar-box p {
  margin: 0 0 18px;
  color: #3b3020;
  font-size: 0.92rem;
}

.sidebar-box .link-list {
  display: grid;
}

.contact-band {
  display: grid;
  grid-template-columns: 100px minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 42px;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.section-label {
  color: var(--red);
  font-weight: 900;
}

.contact-copy p {
  margin-top: 18px;
}

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

.direct-phone {
  margin-top: 22px;
  display: grid;
  gap: 2px;
}

.direct-phone span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.direct-phone a {
  width: max-content;
  color: var(--red);
  direction: ltr;
  font-size: 1.55rem;
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 13px;
  padding: 24px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 var(--gold);
}

.lead-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.samples-section .sample-grid {
  grid-column: 1 / -1;
}

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

.sample-card {
  display: grid;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.sample-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sample-card strong {
  font-size: 1.25rem;
  font-weight: 900;
}

.sample-card p {
  margin: 0;
  color: var(--muted);
}

.real-samples {
  margin-top: 18px;
  padding: 24px;
  background: var(--gold);
}

.real-samples h3 {
  margin: 0 0 16px;
}

.real-samples a {
  min-height: 54px;
  gap: 8px;
  background: var(--white);
}

.real-samples a span {
  color: var(--muted);
  font-size: 0.86rem;
}

.portfolio-panel,
.service-matrix,
.contact-details {
  margin-top: clamp(58px, 8vw, 98px);
  padding-top: clamp(54px, 7vw, 84px);
  border-top: 1px solid var(--line);
}

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

.service-list a {
  min-height: 230px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-list a:hover,
.service-list a:focus-visible {
  border-color: var(--ink);
  box-shadow: 8px 8px 0 var(--gold);
  transform: translateY(-2px);
}

.service-list h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 900;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-list .icon {
  align-self: flex-end;
  color: var(--red);
}

.contact-details {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.contact-card {
  padding: clamp(26px, 4vw, 38px);
  background: var(--ink);
  color: var(--white);
}

.contact-card h2 {
  margin: 0 0 26px;
  font-size: clamp(1.9rem, 3.2vw, 3.2rem);
  line-height: 1.2;
  font-weight: 900;
}

.contact-card dl {
  margin: 0 0 28px;
  display: grid;
  gap: 16px;
}

.contact-card dl div {
  padding-bottom: 16px;
  border-bottom: 1px solid #3c3e45;
}

.contact-card dt {
  margin-bottom: 4px;
  color: #c8c9cd;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-card dd {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 900;
}

.contact-card dd a[href^='tel'] {
  direction: ltr;
  display: inline-block;
}

.map-wrap {
  min-height: 420px;
  border: 1px solid var(--ink);
  background: var(--soft);
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
}

.blog-section,
.faq-section,
.editorial-section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
  border-bottom: 1px solid var(--line);
}

.blog-list a {
  min-height: 90px;
  flex: 1 1 220px;
  justify-content: center;
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 56px max(20px, calc((100vw - var(--max)) / 2)) 24px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr 0.8fr 0.6fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #44464d;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand .brand-mark {
  background: var(--white);
  border-radius: 50%;
}

.site-footer h2 {
  margin: 0 0 13px;
  font-size: 1rem;
  font-weight: 900;
}

.site-footer p,
.site-footer ul {
  margin: 0;
  color: #bfc0c5;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 7px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  color: #a7a8ad;
  font-size: 0.85rem;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav {
    gap: 14px;
    font-size: 0.92rem;
  }

  .hero-stage {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  }

  .hero-copy {
    padding-bottom: 180px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 5.3vw, 4.7rem);
  }

  .hero-rail-content {
    width: 50%;
  }

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

  .trust-strip span {
    justify-content: flex-start;
    border: 0;
    min-height: 30px;
  }

  .why-grid article {
    grid-template-columns: 68px 1fr;
    padding-inline: 18px;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
  }

  .samples-section {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .contact-band {
    grid-template-columns: 1fr 1fr;
  }

  .contact-band > .section-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 68px;
    grid-template-columns: 1fr auto;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 1.3rem;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: relative;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    cursor: pointer;
    list-style: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary .icon {
    width: 26px;
    height: 26px;
  }

  .mobile-menu nav {
    width: min(290px, calc(100vw - 32px));
    padding: 12px;
    display: grid;
    position: absolute;
    top: 52px;
    left: 0;
    border: 1px solid var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .mobile-menu .mobile-call {
    margin-top: 8px;
    background: var(--red);
    color: var(--white);
    text-align: center;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy {
    padding: 24px 0 0;
    text-align: center;
    align-items: center;
  }

  .hero-copy h1 {
    max-width: 690px;
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .hero-copy p {
    max-width: 620px;
  }

  .hero-media {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .hero-rail {
    margin-top: -60px;
    padding-top: 90px;
    border-radius: 0;
  }

  .hero-rail-content {
    width: 100%;
  }

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

  .trust-strip span {
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / 45%);
  }

  .trust-strip span:last-child {
    border: 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-grid article {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .why-grid article:last-child {
    border-bottom: 0;
  }

  .section-heading,
  .samples-section,
  .resource-section,
  .page-hero-inner,
  .page-highlights,
  .page-grid,
  .service-list,
  .contact-details,
  .contact-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .capability-track article:nth-child(3n) {
    border-left: 1px solid var(--line);
  }

  .capability-track article:nth-child(2n) {
    border-left: 0;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .workflow-section {
    grid-template-areas:
      'inner'
      'media';
    grid-template-columns: 1fr;
  }

  .process-media {
    width: min(100%, 660px);
    margin: 20px auto -62px;
  }

  .timeline::before {
    width: 2px;
    height: auto;
    top: 40px;
    bottom: 40px;
    right: 40px;
    left: auto;
  }

  .timeline article {
    padding-inline: 0;
  }

  .step-head {
    justify-content: flex-start;
    gap: 24px;
  }

  .samples-section::before {
    inset: 38% -12px 12% -12px;
    height: auto;
  }

  .samples-copy {
    max-width: 680px;
  }

  .sample-stage {
    margin-top: 18px;
  }

  .blog-preview {
    border-left: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-left: 0;
  }

  .faq-preview {
    padding-right: 0;
    padding-left: 0;
  }

  .seo-rail {
    grid-template-columns: 1fr;
  }

  .home-contact {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-contact .btn {
    width: max-content;
  }

  .page-visual {
    min-height: auto;
  }

  .page-visual img {
    max-height: 280px;
  }

  .sidebar-box {
    position: static;
  }

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

@media (max-width: 540px) {
  .site-header,
  .hero-section,
  .why-section,
  .capabilities-section,
  .samples-section,
  .resource-section,
  .seo-rail,
  .contact-band,
  .page-hero,
  .content-section,
  .blog-section,
  .faq-section,
  .editorial-section {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    min-height: 64px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-section {
    padding-top: 10px;
  }

  .hero-stage {
    gap: 16px;
  }

  .hero-copy {
    padding-top: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(1.85rem, 8.2vw, 2rem);
    line-height: 1.2;
  }

  .hero-copy p {
    margin-top: 13px;
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .hero-media {
    width: calc(100% + 24px);
    margin-inline: -12px;
  }

  .hero-media::before {
    inset: auto 0 -10px 0;
  }

  .hero-rail {
    width: calc(100% + 24px);
    margin-right: -12px;
    margin-top: -24px;
    padding: 50px 18px 24px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-actions .btn {
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.92rem;
  }

  .trust-strip {
    margin-top: 24px;
    padding-top: 18px;
  }

  .trust-strip span {
    padding: 0 7px;
    gap: 4px;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .trust-strip .icon {
    width: 18px;
    height: 18px;
  }

  .why-section {
    padding: 46px 0 56px;
  }

  .section-title {
    gap: 14px;
    margin-bottom: 24px;
  }

  .section-title::before,
  .section-title::after {
    width: 34px;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .why-grid article {
    min-height: 120px;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    padding: 18px 6px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .why-grid h3 {
    font-size: 1.15rem;
  }

  .why-grid p {
    font-size: 0.86rem;
  }

  .capabilities-section {
    padding: 55px 0 64px;
  }

  .section-heading {
    gap: 16px;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .page-hero h1,
  .contact-copy h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.2rem);
  }

  .section-heading p {
    font-size: 0.96rem;
  }

  .capability-track {
    grid-template-columns: 1fr;
    background: var(--white);
  }

  .capability-track article {
    min-height: auto;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 4px 16px;
    padding: 24px 8px;
    border-left: 0 !important;
  }

  .capability-track article:nth-child(-n + 3)::before {
    display: none;
  }

  .capability-icon {
    width: 72px;
    height: 72px;
    margin: 0;
    grid-row: 1 / 3;
  }

  .capability-track h3 {
    font-size: 1.08rem;
  }

  .capability-track p {
    font-size: 0.84rem;
  }

  .workflow-section {
    padding-block: 62px;
  }

  .step-head > span {
    width: 70px;
    height: 70px;
  }

  .timeline::before {
    right: 34px;
  }

  .timeline h3 {
    font-size: 1.3rem;
  }

  .samples-section {
    padding: 64px 0 78px;
  }

  .samples-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .sample-stage {
    gap: 8px;
  }

  .sample-showcase img {
    border-width: 4px;
    border-radius: 14px;
  }

  .sample-showcase strong {
    font-size: 0.85rem;
  }

  .blog-preview,
  .faq-preview {
    padding-block: 52px;
  }

  .mini-heading {
    align-items: flex-end;
  }

  .mini-heading h2 {
    font-size: 2rem;
  }

  .mini-heading > a {
    font-size: 0.78rem;
  }

  .article-list > a {
    grid-template-columns: 72px 1fr 18px;
    gap: 12px;
  }

  .article-list img {
    width: 72px;
    height: 58px;
  }

  .article-list strong {
    font-size: 0.96rem;
  }

  .faq-list summary {
    min-height: 88px;
    font-size: 0.95rem;
  }

  .seo-rail {
    padding-block: 25px;
  }

  .home-contact {
    min-height: 260px;
    padding: 44px 20px;
  }

  .home-contact h2 {
    font-size: 2.35rem;
  }

  .home-contact .btn {
    width: 100%;
  }

  .contact-band {
    padding-block: 58px;
  }

  .page-hero {
    padding-block: 42px;
  }

  .page-visual {
    padding: 14px;
    min-height: 320px;
  }

  .page-visual img {
    max-height: 230px;
    margin-bottom: 12px;
  }

  .page-visual small {
    top: 14px;
    right: 14px;
    max-width: calc(100% - 28px);
    font-size: 0.78rem;
  }

  .page-visual figcaption {
    min-height: 72px;
  }

  .page-visual figcaption a,
  .direct-phone a {
    font-size: 1.25rem;
  }

  .page-highlights {
    gap: 0;
  }

  .page-highlights article {
    min-height: auto;
    padding: 22px 4px;
    border-bottom: 1px solid var(--line);
  }

  .page-highlights article:last-child {
    border-bottom: 0;
  }

  .page-highlights i {
    margin-bottom: 14px;
  }

  .service-list a {
    min-height: auto;
    padding: 22px 18px;
  }

  .contact-details {
    gap: 12px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 320px;
  }

  .lead-form {
    padding: 18px;
  }

  .sample-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 46px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
