.page-shell {
  background: var(--paper);
}

.page-header {
  background: rgba(9, 11, 16, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.inner-hero-grid > *,
.answer-bar-inner > *,
.page-intro-grid > *,
.offer-heading > *,
.proof-grid > *,
.process-grid > *,
.project-hero-grid > *,
.project-story-grid > *,
.blog-category-hero-grid > *,
.blog-post-hero-grid > *,
.blog-post-layout > *,
.portfolio-content > *,
.local-info-grid > * {
  min-width: 0;
}

.inner-hero h1,
.project-hero h1,
.blog-category-hero h1,
.blog-post-hero h1,
.portfolio-content h2,
.blog-post-body,
.legal-content {
  overflow-wrap: anywhere;
}

.blog-post-body img,
.blog-post-body video,
.blog-post-body iframe,
.project-story img,
.project-story video,
.project-story iframe {
  width: 100%;
  height: auto;
}

.main-nav a.is-active {
  color: var(--white);
}

.main-nav a.is-active::after {
  transform: scaleX(1);
}

.inner-hero {
  position: relative;
  min-height: 720px;
  padding: 145px 0 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 24%, var(--page-glow, rgba(124, 92, 255, 0.19)), transparent 25%),
    linear-gradient(145deg, #080a0f, #0d1119 58%, #080a0f);
  overflow: hidden;
}

.inner-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 10%, transparent 92%);
  content: "";
}

.inner-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: 90px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.inner-hero h1 {
  max-width: 910px;
  margin-bottom: 25px;
  font-size: clamp(4rem, 6.3vw, 6.5rem);
}

.inner-hero h1 span {
  display: block;
  color: var(--page-accent, var(--lime));
}

.inner-hero-lead {
  max-width: 750px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
  line-height: 1.6;
}

.inner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.inner-hero-panel {
  position: relative;
  padding: 34px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  backdrop-filter: blur(18px);
}

.inner-hero-panel::before {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 28px;
  background: var(--page-accent, var(--lime));
  border-radius: 99px;
  content: "";
}

.inner-hero-panel h2 {
  margin-bottom: 18px;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.inner-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.75;
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.topic-tags span {
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.answer-bar {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  color: var(--white);
  background: var(--ink-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.answer-bar-inner {
  display: grid;
  min-height: 160px;
  grid-template-columns: 0.6fr 1.4fr;
  align-items: center;
  gap: 70px;
}

.answer-bar strong {
  color: var(--page-accent, var(--lime));
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.answer-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
  line-height: 1.7;
}

.page-intro {
  background: var(--paper-bright);
}

.page-intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}

.page-intro h2,
.page-section-title {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5.6vw, 5.8rem);
}

.rich-copy {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.rich-copy p:last-child {
  margin-bottom: 0;
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-box {
  min-height: 155px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.metric-box:first-child {
  padding-left: 0;
}

.metric-box:last-child {
  border-right: 0;
}

.metric-box strong {
  display: block;
  margin-bottom: 11px;
  color: var(--page-accent-dark, #596f19);
  font-size: 2.5rem;
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1;
}

.metric-box span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
}

.offer-section {
  background: var(--paper);
}

.offer-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 66px;
}

.offer-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.offer-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 32px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.offer-card:hover {
  border-color: rgba(9, 11, 16, 0.3);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.offer-card-index {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  color: #8a8b90;
  font-family: Consolas, monospace;
  font-size: 0.66rem;
}

.offer-card-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  color: var(--ink);
  background: #e8e6df;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease;
}

.offer-card-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offer-card:hover .offer-card-icon {
  color: var(--ink);
  background: var(--page-accent, var(--lime));
  transform: rotate(6deg) scale(1.04);
}

.offer-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 2.25vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.offer-card p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.offer-card ul {
  display: grid;
  gap: 7px;
  margin: auto 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.offer-card li {
  position: relative;
  padding-left: 15px;
  color: #65666b;
  font-size: 0.76rem;
}

.offer-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--page-accent, var(--lime));
  border-radius: 50%;
  content: "";
}

.project-deliverable-grid .offer-card {
  min-height: 315px;
}

.project-deliverable-grid .offer-card p {
  margin-bottom: 0;
}

.proof-section {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, var(--page-glow, rgba(124, 92, 255, 0.15)), transparent 28%),
    var(--ink);
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.proof-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 5.6vw, 5.8rem);
}

.proof-copy > p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
}

.proof-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-item-row {
  display: grid;
  min-height: 122px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-item-row span {
  color: var(--page-accent, var(--lime));
  font-family: Consolas, monospace;
  font-size: 0.68rem;
}

.proof-item-row h3 {
  margin-bottom: 7px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.proof-item-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

.case-study-section {
  background: var(--paper-bright);
}

.mini-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.mini-case {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, var(--case-glow, rgba(199, 255, 61, 0.13)), transparent 32%),
    #11151d;
  border: 1px solid rgba(9, 11, 16, 0.1);
  border-radius: var(--radius-md);
}

.mini-case-category {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-case h3 {
  max-width: 320px;
  margin: auto 0 20px;
  font-size: 2rem;
  line-height: 1.05;
}

.mini-case p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.65;
}

.process-section {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  display: grid;
  min-height: 145px;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.process-list span {
  color: var(--page-accent-dark, #596f19);
  font-family: Consolas, monospace;
  font-size: 0.7rem;
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

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

.related-section {
  padding: 100px 0;
  color: var(--white);
  background: #10131a;
}

.related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.related-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
}

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

.related-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.related-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.related-card span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--ink);
  background: var(--page-accent, var(--lime));
  border-radius: 50%;
  font-size: 1rem;
}

.related-card h3 {
  margin: 0 0 9px;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.related-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  line-height: 1.55;
}

.filter-bar {
  position: sticky;
  z-index: 20;
  top: 72px;
  background: rgba(244, 242, 235, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.filter-bar-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}

.filter-button {
  flex: 0 0 auto;
  padding: 9px 14px;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.portfolio-section {
  padding-top: 44px;
  background: var(--paper);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.portfolio-card {
  min-height: 430px;
  overflow: hidden;
  color: var(--white);
  background: #11151d;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.3s ease;
}

.portfolio-card.is-hidden {
  display: none;
}

.portfolio-card:hover {
  transform: translateY(-5px);
}

.portfolio-visual {
  position: relative;
  display: flex;
  min-height: 280px;
  align-items: flex-end;
  padding: 30px;
  background:
    radial-gradient(circle at 72% 25%, var(--visual-accent, rgba(199, 255, 61, 0.24)), transparent 25%),
    linear-gradient(135deg, var(--visual-one, #252b38), var(--visual-two, #12151c));
  overflow: hidden;
}

.portfolio-visual::after {
  position: absolute;
  top: -25%;
  right: -5%;
  width: 55%;
  height: 135%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  content: "";
  transform: rotate(24deg);
}

.portfolio-index {
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 28px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.portfolio-monogram {
  position: relative;
  z-index: 1;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  font-weight: 760;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.portfolio-content {
  display: grid;
  min-height: 150px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 26px 30px;
}

.portfolio-content small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.62rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.portfolio-content h2 {
  margin: 0;
  font-size: 1.75rem;
}

.portfolio-content strong {
  display: block;
  max-width: 360px;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.portfolio-card-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: var(--visual-accent, var(--lime));
  border-radius: 50%;
}

.portfolio-content p {
  max-width: 470px;
  margin: 0;
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  line-height: 1.55;
}

.project-hero {
  min-height: 760px;
  padding: 145px 0 84px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 34%, var(--page-glow), transparent 28%),
    linear-gradient(135deg, #090b10, #10141d);
}

.project-hero .breadcrumbs {
  margin-bottom: 38px;
}

.project-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: stretch;
  gap: 58px;
}

.project-hero-copy {
  align-self: center;
}

.project-hero h1 {
  max-width: 820px;
  margin: 24px 0 26px;
  font-size: clamp(3.7rem, 7vw, 7.2rem);
  letter-spacing: -0.07em;
  line-height: 0.84;
}

.project-hero h1 span {
  display: block;
  margin-top: 14px;
  color: var(--page-accent);
  font-size: 0.56em;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.project-lead {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.project-showcase {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 24%, var(--visual-accent), transparent 22%),
    linear-gradient(145deg, var(--visual-one), #121722);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.project-showcase::after {
  position: absolute;
  top: -10%;
  right: -18%;
  width: 82%;
  height: 120%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  transform: rotate(26deg);
}

.project-showcase-index,
.project-showcase-meta,
.project-showcase-mark {
  position: relative;
  z-index: 1;
}

.project-showcase-index {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.project-showcase-mark {
  align-self: center;
  font-size: clamp(4.5rem, 9vw, 8.5rem);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.project-showcase-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-showcase-meta small {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
}

.project-story {
  background: var(--white);
}

.project-story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 90px;
}

.project-story h2 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.project-story-copy {
  display: grid;
}

.project-story-copy > div {
  display: grid;
  grid-template-columns: 48px 190px 1fr;
  gap: 24px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}

.project-story-copy span {
  color: var(--muted);
  font-size: 0.68rem;
}

.project-story-copy h3 {
  margin: 0;
  color: var(--ink);
}

.project-story-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.project-deliverables {
  background: var(--paper);
}

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

.project-tags {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 9px;
}

.project-tags span {
  padding: 9px 13px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
}

.project-service-link {
  margin-top: 28px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.article-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.article-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #7b7c80;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-card h2 {
  margin: 46px 0 20px;
  font-size: clamp(1.9rem, 2.5vw, 2.4rem);
  line-height: 1.04;
}

.article-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.article-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 650;
}

.blog-categories-section,
.blog-related-section {
  background: var(--paper);
}

.blog-library-section {
  background: var(--paper-bright);
}

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

.blog-category-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  background: #0b0d11;
  border-radius: var(--radius-md);
  color: var(--white);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-category-card::before {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  background: var(--blog-accent);
  border-radius: 50%;
  content: "";
  filter: blur(80px);
  opacity: 0.25;
}

.blog-category-card:hover,
.blog-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.blog-category-count,
.blog-card-category,
.blog-card-index,
.blog-post-meta,
.blog-post-visual small,
.blog-category-summary small {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.blog-category-count,
.blog-card-category {
  color: var(--blog-accent);
}

.blog-category-card h3 {
  max-width: 430px;
  margin: auto 0 18px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.98;
}

.blog-category-card p {
  position: relative;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  line-height: 1.7;
}

.blog-category-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--blog-accent);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-tools {
  margin-bottom: 34px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.blog-search {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 20px;
}

.blog-search span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blog-search input {
  width: 100%;
  padding: 16px 18px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
}

.blog-search input:focus {
  border-color: var(--ink);
  outline: 2px solid transparent;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.blog-filters button {
  padding: 9px 13px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 700;
}

.blog-filters button:hover,
.blog-filters button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.blog-results {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.72rem;
}

.blog-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--ink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card.is-hidden {
  display: none;
}

.blog-card-top,
.blog-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.blog-card-index {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 67% 32%, var(--blog-accent) 0 5px, transparent 6px),
    var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.blog-card h2 {
  max-width: 620px;
  margin: 38px 0 18px;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  line-height: 1.04;
}

.blog-card p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

.blog-card-bottom {
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-empty {
  padding: 60px 0;
  color: var(--muted);
  text-align: center;
}

.blog-category-hero,
.blog-post-hero {
  min-height: 680px;
  padding: 150px 0 86px;
  background:
    radial-gradient(circle at 85% 20%, var(--page-glow), transparent 34%),
    #07090d;
  color: var(--white);
}

.blog-category-hero-grid,
.blog-post-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.blog-category-hero h1 {
  max-width: 850px;
  font-size: clamp(4rem, 6.7vw, 7.2rem);
  line-height: 0.88;
}

.blog-category-hero h1 span {
  display: block;
  margin-top: 22px;
  color: var(--page-accent);
  font-size: 0.34em;
  line-height: 1.05;
}

.blog-category-lead,
.blog-post-intro {
  max-width: 760px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.02rem;
  line-height: 1.75;
}

.blog-category-summary {
  padding: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.blog-category-summary small {
  color: var(--page-accent);
}

.blog-category-summary p {
  margin: 22px 0 30px;
  font-size: 1.15rem;
  line-height: 1.55;
}

.blog-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.blog-category-links a {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-post-hero {
  min-height: 720px;
}

.blog-post-hero h1 {
  max-width: 940px;
  font-size: clamp(3.3rem, 5.5vw, 6rem);
  line-height: 0.95;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.52);
}

.blog-post-visual {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background:
    radial-gradient(circle at 70% 20%, var(--page-accent), transparent 35%),
    #101319;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.blog-post-visual > span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
}

.blog-post-visual strong {
  color: var(--page-accent);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.85;
  text-transform: uppercase;
}

.blog-post-visual small {
  color: rgba(255, 255, 255, 0.65);
}

.blog-direct-answer {
  background: var(--page-accent);
  color: #080a0d;
}

.blog-direct-answer .container {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.blog-direct-answer strong {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-direct-answer p {
  max-width: 980px;
  font-size: 1rem;
  line-height: 1.65;
}

.blog-post-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 850px);
  justify-content: center;
  gap: 90px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.blog-toc,
.blog-post-body {
  width: 100%;
  min-width: 0;
}

.blog-toc {
  position: sticky;
  top: 120px;
  display: flex;
  height: max-content;
  flex-direction: column;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.blog-toc strong {
  margin-bottom: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-toc a {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.4;
}

.blog-toc a:hover {
  color: var(--ink);
}

.blog-post-body > section {
  scroll-margin-top: 110px;
  margin-bottom: 92px;
}

.blog-post-body h2 {
  max-width: 760px;
  margin: 14px 0 25px;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  line-height: 0.98;
}

.blog-post-body h3 {
  font-size: 1.18rem;
}

.blog-post-body > section > p:not(.eyebrow),
.blog-post-body li p,
.blog-author-box p {
  color: #4f5156;
  font-size: 1rem;
  line-height: 1.85;
}

.blog-post-body > section > p + p {
  margin-top: 20px;
}

.blog-key-points {
  margin-top: 34px;
  padding: 30px;
  background: #0c0f13;
  border-radius: var(--radius-md);
  color: var(--white);
}

.blog-key-points strong {
  color: var(--page-accent);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-key-points ul {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.blog-pillar-list {
  display: grid;
  gap: 1px;
  margin: 35px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.blog-pillar-list > div {
  display: grid;
  grid-template-columns: 50px 190px 1fr;
  gap: 22px;
  padding: 25px;
  background: var(--paper-bright);
}

.blog-pillar-list span,
.blog-method-list > li > span,
.blog-metric-grid span {
  color: var(--page-accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.blog-pillar-list p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.blog-method-list {
  display: grid;
  gap: 0;
  margin-top: 36px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.blog-method-list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.blog-method-list h3 {
  margin-bottom: 10px;
}

.blog-table-wrap {
  margin: 35px 0;
  overflow-x: auto;
}

.blog-decision-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.blog-decision-table th,
.blog-decision-table td {
  padding: 18px;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: left;
}

.blog-decision-table th {
  background: var(--ink);
  color: var(--white);
  text-transform: uppercase;
}

.blog-error-list {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.blog-error-list > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
  padding: 22px;
  background: #f0ece5;
  border-radius: 12px;
}

.blog-error-list span {
  color: #d44232;
  font-size: 1.5rem;
}

.blog-error-list p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.blog-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 34px 0;
}

.blog-metric-grid > div {
  min-height: 180px;
  padding: 24px;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.blog-metric-grid strong {
  display: block;
  margin: 30px 0 10px;
  font-size: 1.15rem;
  text-transform: capitalize;
}

.blog-metric-grid p {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.6;
}

.blog-post-body .blog-service-cta {
  padding: 38px;
  background: var(--page-accent);
  border-radius: var(--radius-md);
}

.blog-service-cta small {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-service-cta h2 {
  margin: 18px 0;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
}

.blog-service-cta div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
}

.blog-faq .faq-item {
  border-color: var(--line);
}

.blog-author-box {
  padding: 28px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.blog-author-box strong {
  font-size: 1.3rem;
}

.blog-author-box p {
  margin: 12px 0;
}

.blog-author-box a {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-page {
  padding-top: 88px;
  background: var(--ink);
}

.contact-page .contact-section {
  min-height: 850px;
}

.contact-page .contact-copy h1 {
  margin-bottom: 32px;
  font-size: clamp(3.6rem, 6vw, 6.2rem);
}

.contact-page .contact-copy h1 span {
  color: var(--lime);
}

.local-info {
  padding: 90px 0;
  background: var(--paper-bright);
}

.local-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.local-info-card {
  min-height: 180px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.local-info-card:first-child {
  padding-left: 0;
}

.local-info-card:last-child {
  border-right: 0;
}

.local-info-card small {
  display: block;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.local-info-card strong,
.local-info-card a,
.local-info-card address {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .inner-hero-grid,
  .proof-grid,
  .page-intro-grid,
  .process-grid,
  .project-hero-grid,
  .project-story-grid {
    gap: 60px;
  }

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

  .mini-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mini-case:last-child {
    grid-column: span 2;
  }

  .blog-post-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .inner-hero {
    min-height: auto;
    padding: 140px 0 82px;
  }

  .inner-hero-grid,
  .page-intro-grid,
  .offer-heading,
  .proof-grid,
  .process-grid,
  .project-hero-grid,
  .project-story-grid {
    grid-template-columns: 1fr;
  }

  .inner-hero-grid {
    gap: 55px;
  }

  .inner-hero h1 {
    font-size: clamp(3.7rem, 12vw, 6.3rem);
  }

  .inner-hero-panel,
  .project-hero-panel {
    max-width: 680px;
  }

  .answer-bar-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 36px 0;
  }

  .page-intro-grid,
  .offer-heading,
  .proof-grid,
  .process-grid,
  .project-story-grid {
    gap: 45px;
  }

  .project-hero {
    min-height: auto;
    padding: 130px 0 76px;
  }

  .project-hero-grid {
    gap: 46px;
  }

  .project-showcase {
    min-height: 420px;
  }

  .project-story-copy > div {
    grid-template-columns: 40px 155px 1fr;
  }

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

  .metrics-row {
    grid-template-columns: 1fr;
  }

  .metric-box,
  .metric-box:first-child {
    min-height: 120px;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-box:last-child {
    border-bottom: 0;
  }

  .related-grid,
  .local-info-grid {
    grid-template-columns: 1fr;
  }

  .local-info-card,
  .local-info-card:first-child {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .local-info-card:last-child {
    border-bottom: 0;
  }

  .blog-category-hero,
  .blog-post-hero {
    min-height: auto;
    padding: 130px 0 76px;
  }

  .blog-category-hero-grid,
  .blog-post-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .blog-post-visual {
    min-height: 280px;
  }

  .blog-direct-answer .container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-post-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 70px;
  }

  .blog-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-toc strong {
    grid-column: 1 / -1;
  }

  .blog-pillar-list > div {
    grid-template-columns: 45px 160px 1fr;
  }
}

@media (max-width: 620px) {
  .inner-hero {
    padding-top: 120px;
  }

  .inner-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .inner-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .inner-hero-panel {
    padding: 24px;
  }

  .offer-grid,
  .mini-case-grid,
  .portfolio-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .mini-case:last-child {
    grid-column: auto;
  }

  .offer-card {
    min-height: 330px;
  }

  .related-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-bar {
    top: 68px;
  }

  .filter-bar-inner {
    width: 100%;
    scroll-padding-inline: 16px;
    scrollbar-width: none;
  }

  .filter-bar-inner::-webkit-scrollbar {
    display: none;
  }

  .portfolio-card {
    min-height: 390px;
  }

  .portfolio-content {
    grid-template-columns: 1fr;
  }

  .portfolio-card-arrow {
    display: none;
  }

  .project-hero h1 {
    font-size: clamp(2.9rem, 13vw, 4.8rem);
  }

  .project-showcase {
    min-height: 340px;
  }

  .blog-category-grid,
  .blog-grid,
  .blog-metric-grid {
    grid-template-columns: 1fr;
  }

  .blog-search {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .blog-category-card,
  .blog-card {
    min-height: 340px;
    padding: 24px;
  }

  .blog-card h2 {
    margin-top: 52px;
  }

  .blog-category-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .blog-post-hero h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .blog-post-visual {
    min-height: 230px;
  }

  .blog-toc {
    grid-template-columns: 1fr;
  }

  .blog-pillar-list > div {
    grid-template-columns: 35px 1fr;
  }

  .blog-pillar-list p {
    grid-column: 2;
  }

  .blog-post-body .blog-service-cta,
  .blog-key-points {
    padding: 22px;
  }

  .project-story-copy > div {
    grid-template-columns: 34px 1fr;
  }

  .project-story-copy p {
    grid-column: 2;
  }
}
.builder-page {
  color: var(--ink);
  background: var(--off-white);
}

.builder-page .site-header {
  background: #080b11;
}

.builder-page .inner-hero {
  padding-top: 190px;
  padding-bottom: 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(193, 255, 56, 0.13), transparent 34%),
    #080b11;
}

.builder-page .inner-hero h1 {
  max-width: 950px;
}

.builder-page .inner-hero-lead {
  max-width: 760px;
}

.builder-hero-image,
.builder-media img,
.builder-media video,
.builder-media iframe {
  display: block;
  width: 100%;
  margin-top: 34px;
  border: 0;
  border-radius: 24px;
  object-fit: cover;
}

.builder-hero-image {
  max-height: 620px;
}

.builder-media figure {
  margin: 0;
}

.builder-media video,
.builder-media iframe {
  min-height: min(62vw, 680px);
  background: #080b11;
}

.builder-media figcaption {
  margin-top: 14px;
  color: rgba(8, 11, 17, 0.62);
}

.offer-card-image {
  width: calc(100% + 42px);
  max-width: none;
  height: 220px;
  margin: -21px -21px 24px;
  object-fit: cover;
}

.builder-rich-text {
  padding-block: 0;
}

.builder-rich-text:first-of-type {
  padding-top: 90px;
}

.builder-rich-text:last-of-type {
  padding-bottom: 110px;
}

.legal-content {
  max-width: 900px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(8, 11, 17, 0.13);
}

.legal-content h2 {
  margin: 0 0 22px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.legal-content h3 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li {
  color: rgba(8, 11, 17, 0.74);
  font-size: 1rem;
  line-height: 1.8;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.legal-content a {
  color: #557800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 820px) {
  .builder-page .inner-hero {
    padding-top: 132px;
    padding-bottom: 74px;
  }

  .builder-hero-image,
  .builder-media img,
  .builder-media video,
  .builder-media iframe {
    margin-top: 26px;
    border-radius: 18px;
  }

  .builder-media video,
  .builder-media iframe {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .builder-page .inner-hero {
    padding-top: 108px;
    padding-bottom: 58px;
  }

  .builder-page .inner-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.3rem);
  }

  .builder-rich-text:first-of-type {
    padding-top: 56px;
  }

  .builder-rich-text:last-of-type {
    padding-bottom: 68px;
  }

  .legal-content {
    padding: 28px 0;
  }

  .legal-content h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }
}

@media (max-width: 390px) {
  .inner-hero,
  .project-hero,
  .blog-category-hero,
  .blog-post-hero {
    padding-top: 104px;
    padding-bottom: 58px;
  }

  .inner-hero h1,
  .project-hero h1,
  .blog-category-hero h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.6rem);
  }

  .blog-post-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  .inner-hero-panel,
  .blog-post-body .blog-service-cta,
  .blog-key-points,
  .blog-error-list > div {
    padding: 20px;
  }

  .offer-card,
  .blog-category-card,
  .blog-card {
    min-height: 0;
    padding: 22px;
  }

  .portfolio-visual {
    min-height: 240px;
    padding: 22px;
  }

  .portfolio-content {
    padding: 22px;
  }

  .blog-decision-table {
    min-width: 560px;
  }
}
