.sr-lang-switcher {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(212, 175, 106, 0.32);
  border-radius: 999px;
  background: rgba(10, 10, 11, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 0 1px rgba(244, 242, 238, 0.05);
  flex: 0 0 auto;
  overflow: visible;
}

#hdr .nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sr-lang-switcher button {
  flex: 0 0 auto;
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 242, 238, 0.72);
  min-height: 30px;
  padding: 6px 9px;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.sr-lang-switcher:not(.is-open) {
  gap: 0;
}

.sr-lang-switcher:not(.is-open) button:not([aria-pressed="true"]) {
  display: none;
}

.sr-lang-switcher:not(.is-open)::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 7px 0 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(244, 242, 238, 0.62);
  pointer-events: none;
}

.sr-lang-switcher button:hover,
.sr-lang-switcher button[aria-pressed="true"] {
  background: linear-gradient(135deg, #d4af6a, #f0d493);
  color: #15100a;
}

.sr-decision-strip {
  border-block: 1px solid rgba(212, 175, 106, 0.18);
  background: rgba(10, 10, 11, 0.72);
}

.sr-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(212, 175, 106, 0.14);
}

.sr-decision-grid > div {
  min-height: 116px;
  padding: 22px 20px;
  background: rgba(10, 10, 11, 0.94);
}

.sr-decision-grid span {
  display: block;
  color: #d4af6a;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sr-decision-grid strong {
  display: block;
  color: var(--text, #f4f2ee);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.sr-persuasive-upgrade {
  background: #0a0a0b;
}

.sr-proof-logic {
  border-bottom: 1px solid rgba(212, 175, 106, 0.14);
  padding: clamp(46px, 6vw, 86px) 0;
}

.sr-proof-logic .wrap,
.sr-offer-clarity .wrap {
  max-width: 1160px;
}

.sr-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.64fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 54px);
}

.sr-proof-head span,
.sr-offer-eyebrow,
.sr-mini-label {
  display: block;
  color: #d4af6a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-proof-head h2,
.sr-offer-clarity h2 {
  margin: 12px 0 0;
  color: var(--text, #f4f2ee);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.sr-proof-head p,
.sr-offer-intro,
.sr-proof-tile p,
.sr-offer-panel p,
.sr-audit-list li {
  color: rgba(244, 242, 238, 0.72);
  line-height: 1.7;
}

.sr-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(212, 175, 106, 0.18);
  background: rgba(212, 175, 106, 0.12);
}

.sr-proof-tile {
  min-height: 236px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(10, 10, 11, 0.96);
}

.sr-proof-tile + .sr-proof-tile {
  border-left: 1px solid rgba(212, 175, 106, 0.14);
}

.sr-proof-tile strong {
  display: block;
  margin: 16px 0 10px;
  color: var(--text, #f4f2ee);
  font-size: clamp(1.18rem, 2vw, 1.6rem);
  line-height: 1.16;
}

.sr-proof-num {
  color: rgba(212, 175, 106, 0.72);
  font: 700 0.82rem/1 var(--font-body, inherit);
}

.sr-offer-clarity {
  padding: clamp(48px, 7vw, 96px) 0;
}

.sr-offer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.sr-offer-panel {
  border-top: 1px solid rgba(212, 175, 106, 0.26);
  padding-top: 18px;
}

.sr-audit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(212, 175, 106, 0.16);
  background: rgba(212, 175, 106, 0.12);
}

.sr-audit-list li {
  min-height: 126px;
  padding: 22px;
  background: rgba(10, 10, 11, 0.95);
}

.sr-audit-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text, #f4f2ee);
  font-size: 1.05rem;
}

.sr-service-detail {
  margin-top: 18px;
  border-top: 1px solid rgba(212, 175, 106, 0.16);
  padding-top: 14px;
}

.sr-service-detail summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d4af6a;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  list-style: none;
}

.sr-service-detail summary::-webkit-details-marker {
  display: none;
}

.sr-service-detail summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.sr-service-detail[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.sr-service-detail p {
  margin: 12px 0 0;
  color: rgba(244, 242, 238, 0.68);
  font-size: 0.94rem;
  line-height: 1.55;
}

.sr-tracking-note {
  display: none;
}

body[data-sr-page="work"] .pad,
body[data-sr-page="services"] .pad,
body[data-sr-page="about"] .pad {
  padding: clamp(42px, 5vw, 62px) 0;
}

body[data-sr-page="work"] .banner,
body[data-sr-page="services"] .banner,
body[data-sr-page="about"] .banner {
  padding-bottom: clamp(44px, 5vw, 58px);
}

body[data-sr-page="work"] .sec-head,
body[data-sr-page="services"] .sec-head,
body[data-sr-page="about"] .sec-head {
  margin-bottom: clamp(28px, 4vw, 42px);
}

body[data-sr-page="work"] .sec-head.reveal,
body[data-sr-page="services"] .sec-head.reveal,
body[data-sr-page="about"] .sec-head.reveal {
  opacity: 1;
  clip-path: none;
  transform: none;
}

body[data-sr-page="work"] main .reveal,
body[data-sr-page="services"] main .reveal,
body[data-sr-page="about"] main .reveal {
  opacity: 1;
  transform: none;
}

body[data-sr-page="work"] #linkedin.pad {
  padding-top: clamp(34px, 4vw, 46px);
  padding-bottom: clamp(38px, 4vw, 52px);
}

body[data-sr-page="work"] #linkedin .sec-head,
body[data-sr-page="services"] #pricing .sec-head,
body[data-sr-page="about"] .belief-light .sec-head {
  display: none;
}

body[data-sr-page="work"] #pages.pad,
body[data-sr-page="work"] #beyond.pad,
body[data-sr-page="services"] #pricing.pad,
body[data-sr-page="about"] .belief-light.pad {
  padding-top: clamp(34px, 4vw, 48px);
}

body[data-sr-page="work"] #linkedin .prob-card {
  margin-bottom: 24px !important;
  padding: 24px 26px;
}

body[data-sr-page="work"] .li-mock {
  max-width: 920px;
  padding: 24px;
}

body[data-sr-page="work"] .li-text {
  max-height: 220px;
  overflow: auto;
}

body[data-sr-page="work"] .growth-grid {
  margin-top: 30px;
  gap: 18px;
}

body[data-sr-page="work"] .chart-card {
  padding: 22px 24px 20px;
}

body[data-sr-page="work"] .bars {
  height: 138px;
  padding-top: 16px;
}

body[data-sr-page="work"] .chart-stats {
  gap: 10px 18px;
  margin-top: 16px;
  padding-top: 12px;
}

body[data-sr-page="work"] #pages .case-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

body[data-sr-page="work"] #pages .case-card {
  grid-column: span 3;
}

body[data-sr-page="work"] #pages .case-card.sr-featured-case {
  grid-column: 1 / -1;
}

body[data-sr-page="work"] .sr-featured-case {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

body[data-sr-page="work"] .sr-featured-case .case-card-top {
  padding: 24px 26px;
}

body[data-sr-page="work"] .sr-featured-case .case-card-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: start;
  padding: 24px 26px 26px 0;
}

body[data-sr-page="work"] .sr-featured-case .case-headline,
body[data-sr-page="work"] .sr-featured-case .case-desc,
body[data-sr-page="work"] .sr-featured-case .case-decisions {
  grid-column: 1;
}

body[data-sr-page="work"] .case-card-top {
  padding: 22px 22px 14px;
}

body[data-sr-page="work"] .case-card-body {
  padding: 0 22px 22px;
}

body[data-sr-page="work"] .case-desc {
  margin-bottom: 14px;
}

body[data-sr-page="work"] .case-decisions {
  padding-top: 12px;
}

body[data-sr-page="work"] .decision-item {
  margin-bottom: 5px;
  line-height: 1.45;
}

body[data-sr-page="work"] .sr-inline-shot {
  grid-column: 2;
  grid-row: 1 / span 3;
  max-width: none;
  margin: 0;
}

body[data-sr-page="work"] .sr-inline-shot .site-shot {
  height: 100%;
}

body[data-sr-page="work"] .sr-inline-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

body[data-sr-page="work"] .sr-inline-shot .shot-cap {
  padding: 12px 14px;
  font-size: 0.82rem;
  line-height: 1.45;
}

body[data-sr-page="work"] #beyond .port-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-sr-page="work"] #beyond .belief-body {
  padding: 18px;
}

body[data-sr-page="work"] #beyond .belief-card h3 {
  font-size: 1.08rem;
}

body[data-sr-page="work"] #beyond .belief-card p {
  font-size: 0.88rem;
  line-height: 1.45;
}

body[data-sr-page="services"] .offer-block {
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 30px;
}

body[data-sr-page="services"] .offer-visual {
  aspect-ratio: 5 / 3;
  border-radius: 18px;
}

body[data-sr-page="services"] .offer-list {
  gap: 8px;
  margin-top: 16px;
}

body[data-sr-page="services"] .offer-list li {
  font-size: 0.92rem;
  line-height: 1.45;
}

body[data-sr-page="services"] .pricing-grid {
  gap: 16px;
}

body[data-sr-page="services"] .price-card {
  padding: 28px 24px 24px;
}

body[data-sr-page="services"] .price-for {
  min-height: auto;
  margin-bottom: 14px;
}

body[data-sr-page="services"] .price-amt {
  font-size: 2.05rem;
}

body[data-sr-page="services"] .price-term {
  margin: 6px 0 18px;
}

body[data-sr-page="services"] .price-list {
  gap: 8px;
  margin-bottom: 22px;
}

body[data-sr-page="services"] .price-list li {
  font-size: 0.87rem;
  line-height: 1.4;
}

body[data-sr-page="services"] .price-note {
  margin-top: 14px;
  padding: 18px 22px;
}

body[data-sr-page="about"] .about-story {
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-sr-page="about"] .about-story p {
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.58;
}

body[data-sr-page="about"] .pull-quote {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding: 4px 0 4px 22px;
}

body[data-sr-page="about"] .pull-quote p {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

body[data-sr-page="about"] .belief-grid {
  gap: 18px;
}

body[data-sr-page="about"] .belief-light.pad {
  padding: 38px 0 44px;
}

body[data-sr-page="about"] .belief-light .sec-head {
  margin-bottom: 24px;
}

body[data-sr-page="about"] .belief-media {
  display: none;
}

body[data-sr-page="about"] .belief-body {
  padding: 18px 20px 20px;
}

body[data-sr-page="about"] .belief-top {
  align-items: flex-start;
}

body[data-sr-page="about"] .belief-card h3 {
  font-size: 1.14rem;
}

body[data-sr-page="about"] .belief-card p {
  font-size: 0.9rem;
  line-height: 1.48;
}

body[data-sr-page="about"] .belief-arrow {
  width: 34px;
  height: 34px;
}

body[data-sr-page="about"] .bio-panel {
  grid-template-columns: 120px 1fr;
  gap: 26px;
  padding: 30px;
  border-radius: 20px;
}

body[data-sr-page="about"] .bio-avatar {
  border-radius: 18px;
  font-size: 2.4rem;
}

body[data-sr-page="about"] .bio-panel p {
  font-size: 0.95rem;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .sr-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-sr-page="work"] #pages .case-grid,
  body[data-sr-page="work"] .sr-featured-case,
  body[data-sr-page="work"] .sr-featured-case .case-card-body,
  body[data-sr-page="services"] .offer-block,
  body[data-sr-page="about"] .about-story,
  body[data-sr-page="about"] .bio-panel {
    grid-template-columns: 1fr;
  }

  body[data-sr-page="work"] #pages .case-card {
    grid-column: 1 / -1;
  }

  body[data-sr-page="work"] .sr-featured-case .case-card-body {
    padding: 0 22px 22px;
  }

  body[data-sr-page="work"] .sr-inline-shot,
  body[data-sr-page="work"] .sr-featured-case .case-headline,
  body[data-sr-page="work"] .sr-featured-case .case-desc,
  body[data-sr-page="work"] .sr-featured-case .case-decisions {
    grid-column: auto;
    grid-row: auto;
  }

  body[data-sr-page="work"] #beyond .port-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-proof-head,
  .sr-offer-layout {
    grid-template-columns: 1fr;
  }

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

  .sr-proof-tile + .sr-proof-tile {
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 106, 0.14);
  }
}

@media (max-width: 760px) {
  #hdr nav {
    position: relative;
    gap: 8px;
  }

  #hdr .logo {
    white-space: nowrap;
    font-size: 1rem;
    gap: 6px;
  }

  #hdr .nav-cta {
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 6px;
  }

  #hdr .nav-cta .btn-primary {
    display: none;
  }

  .sr-lang-switcher {
    position: fixed;
    top: 18px;
    right: auto;
    left: 306px;
    z-index: 9999;
    margin-top: 0;
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .sr-lang-switcher.is-open {
    left: 244px;
    width: 102px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  @media (max-width: 370px) {
    .sr-lang-switcher {
      left: 278px;
    }

    .sr-lang-switcher.is-open {
      left: 214px;
      width: 102px;
    }
  }

  .sr-lang-switcher::-webkit-scrollbar {
    display: none;
  }

  .sr-lang-switcher button {
    min-height: 28px;
    padding-inline: 7px;
    font-size: 0.7rem;
  }

  body[data-sr-page="work"] #beyond .port-grid {
    grid-template-columns: 1fr;
  }

  body[data-sr-page="work"] .li-mock {
    padding: 18px;
  }

  body[data-sr-page="work"] .li-card {
    padding: 18px;
  }

  body[data-sr-page="services"] .offer-visual {
    aspect-ratio: 16 / 8.5;
  }

  body[data-sr-page="about"] .belief-media {
    display: none;
  }

  .topo-sub {
    width: min(78vw, 300px) !important;
    max-width: 78vw !important;
    margin-inline: auto;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .topo-actions {
    width: calc(100vw - 44px);
    max-width: 340px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topo-actions .btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .sr-decision-grid {
    grid-template-columns: 1fr;
  }

  .sr-decision-grid > div {
    min-height: auto;
    padding: 18px 16px;
  }

  .sr-proof-logic,
  .sr-offer-clarity {
    padding: 42px 0;
  }

  .sr-proof-tile,
  .sr-audit-list li {
    min-height: auto;
    padding: 18px 16px;
  }

  .sr-audit-list {
    grid-template-columns: 1fr;
  }
}
