/* BVP page bundle: solution-restaurants. Source: solution_restaurants_bvp_v3.html */
:root {
      --ink: #303034;
      --dark: #202020;
      --charcoal: #252525;
      --forest: #10341e;
      --sage: #5b8748;
      --taupe: #8f8177;
      --mauve: #ad9b8f;
      --greige: #c7afa3;
      --soft: #eef5ee;
      --paper: #ffffff;
      --rose: #cc3366;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      background: var(--paper);
      color: var(--ink);
      font-family: "Courier New", Courier, monospace;
    }

    a {
      color: inherit;
    }

    .bvp-page {
      overflow: hidden;
      background: var(--paper);
    }

    .bvp-shell {
      width: min(100%, 1440px);
      margin: 0 auto;
      padding: 0 clamp(24px, 4vw, 56px);
    }

    .bvp-topbar {
      position: absolute;
      z-index: 8;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: clamp(24px, 3vw, 44px) clamp(24px, 4vw, 56px);
      color: var(--paper);
    }

    .bvp-brand {
      display: grid;
      gap: 8px;
      text-decoration: none;
    }

    .bvp-brand img {
      display: block;
      width: clamp(116px, 12vw, 190px);
      height: auto;
    }

    .bvp-brand span {
      max-width: 360px;
      font-size: clamp(12px, 1vw, 15px);
      line-height: 1.15;
    }

    .bvp-menu {
      display: inline-grid;
      gap: 7px;
      width: 104px;
      height: 62px;
      border: 0;
      padding: 18px 2px;
      background: transparent;
      color: inherit;
      cursor: pointer;
    }

    .bvp-menu span,
    .bvp-menu::before,
    .bvp-menu::after {
      content: "";
      display: block;
      height: 3px;
      background: currentColor;
      transition: background 180ms ease, transform 180ms ease;
    }

    .bvp-menu:hover {
      color: var(--rose);
    }

    .bvp-hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      align-items: end;
      overflow: hidden;
      background: var(--dark);
      color: var(--paper);
      isolation: isolate;
    }

    .bvp-hero::before {
      content: none;
    }

    .bvp-hero-inner {
      padding-top: 180px;
      padding-bottom: clamp(28px, 4vw, 56px);
    }

    .bvp-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
      gap: clamp(32px, 5vw, 80px);
      align-items: end;
    }

    .bvp-hero-main {
      min-width: 0;
    }

    .bvp-hero-kicker,
    .bvp-section-kicker {
      display: block;
      padding-bottom: 9px;
      border-bottom: 1px solid currentColor;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-hero h1 {
      max-width: 720px;
      margin: clamp(28px, 4vw, 56px) 0 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(52px, 6.2vw, 96px);
      font-weight: 900;
      line-height: 0.86;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .bvp-hero-panel {
      display: grid;
      gap: 20px;
      width: 100%;
      padding: clamp(20px, 2.4vw, 32px);
      background: rgba(255, 255, 255, 0.92);
      color: var(--ink);
    }

    .bvp-hero-panel p {
      margin: 0;
      font-size: clamp(14px, 0.95vw, 16px);
      line-height: 1.35;
    }

    .bvp-price-form {
      display: grid;
      gap: 12px;
    }

    .bvp-price-form .bvp-field input {
      height: 38px;
      background: rgba(255, 255, 255, 0.72);
    }

    .bvp-price-form .bvp-consent {
      color: var(--ink);
    }

    .bvp-price-form .bvp-consent a {
      text-underline-offset: 3px;
    }

    .bvp-price-form .bvp-submit {
      width: 100%;
      background: var(--ink);
      color: var(--paper);
    }

    .bvp-price-form .bvp-submit:hover {
      background: var(--forest);
    }

    .bvp-about-section {
      display: grid;
      grid-template-columns: minmax(280px, 25vw) 1fr;
      gap: clamp(42px, 3.4vw, 64px);
      min-height: 550px;
      padding: 75px 30px 86px;
      background: #f7f7f5;
      color: #303034;
    }

    .bvp-highlight {
      display: flex;
      flex-direction: column;
      min-height: 390px;
      overflow: hidden;
    }

    .bvp-section-meta {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      padding-bottom: 9px;
      border-bottom: 1px solid currentColor;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-highlight h2 {
      margin: 21px 0 16px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(48px, 3.5vw, 68px);
      font-weight: 800;
      line-height: 0.92;
      letter-spacing: 0;
    }

    .bvp-highlight p {
      max-width: 430px;
      margin: 0;
      font-size: 16px;
      line-height: 1.28;
    }

    .bvp-arrows {
      display: flex;
      gap: 12px;
      margin-top: auto;
      padding-top: 32px;
    }

    .bvp-highlight-slide {
      display: none;
    }

    .bvp-highlight-slide.is-active {
      display: block;
    }

    .bvp-highlight[data-highlight-auto] .bvp-highlight-slide.is-active {
      animation: bvpHighlightLeaf 0.58s ease both;
    }

    .bvp-highlight[data-highlight-auto] .bvp-highlight-slide {
      min-height: 250px;
    }

    .bvp-highlight[data-highlight-auto] .bvp-arrows {
      margin-top: 40px;
      padding-top: 0;
    }

    @keyframes bvpHighlightLeaf {
      from {
        opacity: 0;
        transform: translateX(42px);
      }

      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .bvp-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 63px;
      height: 32px;
      border: 0;
      border-radius: 5px;
      background: #efefef;
      color: #111;
      cursor: pointer;
    }

    .bvp-arrow svg {
      width: 25px;
      height: 25px;
      stroke-width: 2;
    }

    .bvp-about-main {
      min-width: 0;
    }

    .bvp-about-label {
      display: block;
      padding-bottom: 9px;
      border-bottom: 1px solid currentColor;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-about-title {
      max-width: 1240px;
      margin: 27px 0 34px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(54px, 6.2vw, 120px);
      font-weight: 900;
      line-height: 0.98;
      letter-spacing: 0;
      text-transform: uppercase;
      background: linear-gradient(180deg, #5B8748 0%, #478283 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: #5B8748;
      -webkit-text-fill-color: transparent;
    }

    .bvp-outline-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 124px;
      height: 124px;
      margin-top: 5px;
      color: #303034;
      font-size: 14px;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
    }

    .bvp-outline-link:hover,
    .bvp-outline-link:focus-visible {
      outline: none;
    }

    .bvp-outline-link::before,
    .bvp-outline-link::after,
    .bvp-outline-link span::before,
    .bvp-outline-link span::after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-color: currentColor;
      border-style: solid;
      transition: width 0.28s ease, height 0.28s ease;
    }

    .bvp-outline-link:hover::before,
    .bvp-outline-link:hover::after,
    .bvp-outline-link:hover span::before,
    .bvp-outline-link:hover span::after,
    .bvp-outline-link:focus-visible::before,
    .bvp-outline-link:focus-visible::after,
    .bvp-outline-link:focus-visible span::before,
    .bvp-outline-link:focus-visible span::after {
      width: 100%;
      height: 100%;
    }

    .bvp-outline-link::before {
      top: 0;
      left: 0;
      border-width: 1px 0 0 1px;
    }

    .bvp-outline-link::after {
      top: 0;
      right: 0;
      border-width: 1px 1px 0 0;
    }

    .bvp-outline-link span::before {
      bottom: 0;
      left: 0;
      border-width: 0 0 1px 1px;
    }

    .bvp-outline-link span::after {
      right: 0;
      bottom: 0;
      border-width: 0 1px 1px 0;
    }

    .bvp-service-section {
      display: grid;
      grid-template-columns: minmax(420px, 36.5vw) 1fr;
      min-height: 920px;
      padding: 0;
      background: #ad9b8f;
      color: #303034;
      overflow: hidden;
    }

    .bvp-service-hero-image {
      position: relative;
      min-height: 920px;
      overflow: hidden;
      background: #8f8177;
    }

    .bvp-service-hero-image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translateX(-100%);
      animation: bvpServiceHeroSlide 6s ease-in-out infinite;
    }

    .bvp-service-hero-image img:nth-child(1) {
      animation-delay: 0s;
    }

    .bvp-service-hero-image img:nth-child(2) {
      animation-delay: 4s;
    }

    .bvp-service-hero-image img:nth-child(3) {
      animation-delay: 8s;
    }

    .bvp-clients-section .bvp-service-hero-image img {
      opacity: 1;
      transform: none;
      animation: none;
    }

    .bvp-clients-section .bvp-service-hero-image img:not(:first-child) {
      display: none;
    }

    .bvp-service-section.is-mirrored {
      grid-template-columns: 1fr minmax(420px, 36.5vw);
      background: #ffffff;
    }

    .bvp-service-section.is-mirrored .bvp-service-hero-image {
      order: 2;
    }

    .bvp-service-section.is-mirrored .bvp-service-panel {
      order: 1;
    }

    .bvp-service-section.is-mirrored .bvp-service-hero-image img {
      opacity: 1;
      transform: none;
      animation: none;
    }

    .bvp-service-section.is-mirrored .bvp-service-title,
    .bvp-service-section.is-mirrored .bvp-service-text,
    .bvp-service-section.is-mirrored .bvp-service-clients-title {
      text-align: left;
    }

    .bvp-service-section.is-mirrored .bvp-service-title {
      background: linear-gradient(180deg, #5B8748 0%, #478283 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: #5B8748;
      -webkit-text-fill-color: transparent;
    }

    .bvp-service-section.is-mirrored .bvp-service-text {
      margin-right: auto;
      margin-left: 0;
    }

    .bvp-service-section.is-mirrored .bvp-service-clients-title {
      margin-right: 0;
      margin-left: 0;
    }

    .bvp-service-section.is-mirrored .bvp-service-link {
      align-self: flex-start;
    }

    .bvp-product-section {
      display: grid;
      grid-template-columns: 1fr;
      min-height: clamp(720px, 56.25vw, 1080px);
      padding: clamp(72px, 8vw, 132px) clamp(18px, 5vw, 80px) clamp(70px, 7vw, 120px);
      background: #202020;
      color: #ffffff;
      place-items: end center;
    }

    .bvp-product-section .bvp-service-panel {
      display: grid;
      justify-items: center;
      width: min(980px, 100%);
      margin: 0 auto;
      padding: 0;
    }

    .bvp-product-main {
      display: grid;
      justify-items: center;
      width: 100%;
    }

    .bvp-product-section .bvp-service-title {
      max-width: 980px;
      margin: 0 0 24px;
      font-size: clamp(78px, 8.4vw, 168px);
      line-height: 0.82;
      text-align: center;
      color: #ffffff;
      background: none;
      -webkit-text-fill-color: currentColor;
    }

    .bvp-product-kicker {
      justify-self: start;
      max-width: 280px;
      margin: 0 0 46px clamp(76px, 6.4vw, 124px);
      color: rgba(255, 255, 255, 0.92);
      font-size: clamp(13px, 0.9vw, 16px);
      line-height: 1.45;
      text-align: left;
    }

    .bvp-product-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      width: min(920px, 100%);
    }

    .bvp-product-card {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 158px;
      min-height: 34px;
      border-radius: 4px;
      padding: 8px 18px;
      background: rgba(48, 48, 52, 0.94);
      color: #ffffff;
      text-decoration: none;
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
      transition: transform 220ms ease, background 220ms ease;
    }

    .bvp-product-card:hover,
    .bvp-product-card:focus-visible,
    .bvp-product-card:active {
      color: #ffffff;
      background: #10341e;
      transform: scale(1.05);
      outline: none;
    }

    .bvp-product-card span {
      max-width: 100%;
      font-family: "Courier New", Courier, monospace;
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
      white-space: nowrap;
    }

    @keyframes bvpServiceHeroSlide {
      0% {
        opacity: 0;
        transform: translateX(-100%);
      }

      10%,
      30% {
        opacity: 1;
        transform: translateX(0);
      }

      43%,
      100% {
        opacity: 0;
        transform: translateX(100%);
      }
    }

    .bvp-service-panel {
      display: flex;
      flex-direction: column;
      min-width: 0;
      padding: clamp(54px, 5vw, 92px) clamp(32px, 4vw, 72px) 52px;
    }

    .bvp-service-title {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(72px, 6.2vw, 122px);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: right;
    }

    .bvp-service-text {
      max-width: 930px;
      margin: clamp(60px, 6.3vw, 106px) 0 0 auto;
      font-family: Arial, Helvetica, sans-serif;
      font-size: clamp(13px, 0.78vw, 15px);
      line-height: 1.38;
      text-align: right;
    }

    .bvp-service-link {
      align-self: flex-end;
      margin-top: 32px;
    }

    .bvp-service-link span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .bvp-service-link svg {
      width: 14px;
      height: 14px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .bvp-service-clients {
      width: 100%;
      margin-top: 64px;
      overflow: hidden;
    }

    .bvp-service-client-track {
      display: flex;
      width: max-content;
      gap: 40px;
      animation: bvpServiceClientsRight 32s linear infinite;
      will-change: transform;
    }

    .bvp-service-client-card {
      position: relative;
      flex: 0 0 clamp(220px, 20vw, 390px);
      aspect-ratio: 390 / 348;
      overflow: hidden;
      background: #8f8177;
    }

    .bvp-service-client-link {
      display: block;
      width: 100%;
      height: 100%;
      color: inherit;
      text-decoration: none;
    }

    .bvp-service-client-link:hover,
    .bvp-service-client-link:focus-visible,
    .bvp-service-client-link:active {
      color: inherit;
      text-decoration: none;
      outline: none;
    }

    .bvp-service-client-card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .bvp-service-client-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: grid;
      gap: 4px;
      justify-items: center;
      padding: 18px 14px 20px;
      background: linear-gradient(180deg, rgba(32, 32, 32, 0), rgba(32, 32, 32, 0.72));
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      pointer-events: none;
    }

    .bvp-service-client-caption strong {
      font-family: Arial, Helvetica, sans-serif;
      font-size: clamp(16px, 1.15vw, 22px);
      font-weight: 900;
      line-height: 1;
    }

    .bvp-service-client-caption span {
      font-size: clamp(12px, 0.82vw, 15px);
      line-height: 1;
    }

    .bvp-service-all-clients-card {
      display: none;
    }

    @keyframes bvpServiceClientsRight {
      from {
        transform: translateX(-50%);
      }

      to {
        transform: translateX(0);
      }
    }

    .bvp-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 8px 18px;
      border: 0;
      border-radius: 5px;
      background: #efefef;
      color: #111111;
      font-family: "Courier New", Courier, monospace;
      font-size: 13px;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
      transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    }

    .bvp-cta:hover {
      background: var(--rose);
      color: var(--paper);
      transform: translateY(-2px);
    }

    .bvp-section {
      padding: clamp(64px, 7vw, 112px) 0;
    }

    .bvp-section.is-soft {
      background: var(--soft);
    }

    .bvp-section.is-taupe {
      background: var(--mauve);
    }

    .bvp-split {
      display: grid;
      grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
      gap: clamp(36px, 5vw, 88px);
      align-items: start;
    }

    .bvp-section-title {
      margin: 24px 0 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(48px, 6.3vw, 116px);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .bvp-gradient-title {
      background: linear-gradient(180deg, var(--sage) 0%, #478283 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: var(--sage);
      -webkit-text-fill-color: transparent;
    }

    .bvp-copy {
      display: grid;
      gap: 24px;
      font-size: clamp(15px, 1.05vw, 18px);
      line-height: 1.42;
    }

    .bvp-copy p {
      margin: 0;
    }

    .bvp-type-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid rgba(48, 48, 52, 0.62);
    }

    .bvp-type-card {
      min-height: 320px;
      padding: 24px;
      border-right: 1px solid rgba(48, 48, 52, 0.32);
      border-bottom: 1px solid rgba(48, 48, 52, 0.32);
      background: rgba(255,255,255,0.46);
      transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    }

    .bvp-type-card:hover {
      background: var(--dark);
      color: var(--paper);
      transform: translateY(-6px);
    }

    .bvp-type-card h3,
    .bvp-panel h3,
    .bvp-guide-card h3,
    .bvp-project-card h3 {
      margin: 0 0 16px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: clamp(19px, 1.35vw, 25px);
      font-weight: 900;
      line-height: 1.05;
      text-transform: uppercase;
    }

    .bvp-type-card p,
    .bvp-panel p,
    .bvp-guide-card p,
    .bvp-project-card p {
      margin: 0;
      font-size: 16px;
      line-height: 1.35;
    }

    .bvp-checklist {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: rgba(48, 48, 52, 0.35);
      border: 1px solid rgba(48, 48, 52, 0.35);
    }

    .bvp-panel {
      display: grid;
      gap: 18px;
      padding: clamp(24px, 3vw, 40px);
      background: var(--paper);
    }

    .bvp-panel ul,
    .bvp-guides {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .bvp-panel li {
      position: relative;
      padding-left: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.45;
    }

    .bvp-panel li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.62em;
      width: 8px;
      height: 1px;
      background: currentColor;
    }

    .bvp-link-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
    }

    .bvp-chip {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 6px 14px;
      border-radius: 5px;
      background: var(--ink);
      color: var(--paper);
      font-size: 12px;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
    }

    .bvp-recommend-section {
      padding: clamp(56px, 6vw, 96px) clamp(18px, 3vw, 32px) clamp(64px, 7vw, 112px);
      background: #ffffff;
      color: #303034;
    }

    .bvp-recommend-title {
      margin: 0 0 clamp(72px, 7vw, 116px);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(54px, 6.2vw, 120px);
      font-weight: 900;
      line-height: 0.98;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
      background: linear-gradient(180deg, #5B8748 0%, #478283 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: #5B8748;
      -webkit-text-fill-color: transparent;
    }

    .bvp-recommend-list {
      display: grid;
      border-top: 1px solid currentColor;
    }

    .bvp-recommend-card {
      display: grid;
      grid-template-columns: minmax(220px, 24vw) minmax(280px, 0.9fr) minmax(320px, 1.25fr);
      gap: clamp(32px, 4vw, 72px);
      align-items: start;
      padding: 32px 0 56px;
      border-bottom: 1px solid currentColor;
    }

    .bvp-recommend-card-visual {
      display: grid;
      place-items: center;
      min-height: 220px;
      background: #eef5ee;
      color: #303034;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(54px, 5vw, 94px);
      font-weight: 900;
      line-height: 0.9;
      text-align: center;
      text-transform: uppercase;
    }

    .bvp-recommend-card-title h3 {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      font-size: clamp(24px, 2vw, 38px);
      font-weight: 900;
      line-height: 1.05;
      text-transform: uppercase;
    }

    .bvp-recommend-card-title span {
      display: block;
      margin-top: 18px;
      font-size: 14px;
      line-height: 1.35;
      text-transform: none;
    }

    .bvp-recommend-card-copy p {
      max-width: 680px;
      margin: 0 0 24px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: clamp(16px, 1vw, 18px);
      line-height: 1.35;
    }

    .bvp-recommend-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 18px;
      border-radius: 7px;
      background: #303034;
      color: #ffffff;
      font-family: "Courier New", Courier, monospace;
      font-size: 12px;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
      transition: background 180ms ease, transform 180ms ease;
    }

    .bvp-recommend-button:hover,
    .bvp-recommend-button:focus-visible,
    .bvp-recommend-button:active {
      color: #ffffff;
      background: #10341e;
      transform: scale(1.05);
    }

    .bvp-table-wrap {
      overflow-x: auto;
      border-top: 1px solid rgba(48, 48, 52, 0.62);
    }

    .bvp-table {
      width: 100%;
      min-width: 860px;
      border-collapse: collapse;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      line-height: 1.35;
    }

    .bvp-table th,
    .bvp-table td {
      padding: 20px 18px;
      border-bottom: 1px solid rgba(48, 48, 52, 0.35);
      text-align: left;
      vertical-align: top;
    }

    .bvp-table th {
      font-family: "Courier New", Courier, monospace;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
    }

    .bvp-mistakes {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .bvp-mistake {
      min-height: 260px;
      padding: 28px;
      background: var(--taupe);
      color: var(--ink);
    }

    .bvp-guide-grid,
    .bvp-project-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: rgba(48, 48, 52, 0.35);
      border: 1px solid rgba(48, 48, 52, 0.35);
    }

    .bvp-guide-card,
    .bvp-project-card {
      display: grid;
      align-content: start;
      gap: 16px;
      min-height: 260px;
      padding: 28px;
      background: var(--paper);
    }

    .bvp-project-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bvp-placeholder {
      position: relative;
      min-height: 360px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(238,245,238,0.92), rgba(199,175,163,0.88)),
        repeating-linear-gradient(90deg, rgba(48,48,52,0.16) 0 1px, transparent 1px 20px);
    }

    .bvp-placeholder::before {
      content: "PLACEHOLDER";
      position: absolute;
      left: 24px;
      bottom: 24px;
      color: rgba(48, 48, 52, 0.72);
      font-size: 13px;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-placeholder::after {
      content: "";
      position: absolute;
      inset: 28px;
      border: 1px solid rgba(48, 48, 52, 0.38);
    }

    .bvp-faq-section {
      position: relative;
      min-height: 620px;
      padding: 86px clamp(18px, 5vw, 80px) 88px;
      overflow: hidden;
      background: #f7f7f5;
      color: #303034;
    }

    .bvp-faq-title {
      margin: 0 0 56px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(52px, 5.7vw, 108px);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
      background: linear-gradient(180deg, #5b8748 0%, #478283 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .bvp-faq-list {
      display: grid;
      gap: 0;
      max-width: 1440px;
      margin: 0 auto;
      border-top: 1px solid rgba(32, 32, 32, 0.55);
    }

    .bvp-faq-item {
      border-bottom: 1px solid rgba(32, 32, 32, 0.35);
      border-radius: 0;
      overflow: hidden;
    }

    .bvp-faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      width: 100%;
      min-height: 88px;
      border: 0;
      padding: 0;
      background: transparent;
      color: inherit;
      font-family: inherit;
      font-size: clamp(16px, 1.05vw, 20px);
      font-weight: 400;
      line-height: 1.15;
      text-align: left;
      text-transform: none;
      cursor: pointer;
    }

    .bvp-faq-question,
    .bvp-faq-question:hover,
    .bvp-faq-question:focus,
    .bvp-faq-question:focus-visible,
    .bvp-faq-question:active,
    .bvp-faq-question[aria-expanded="true"],
    .bvp-faq-item.is-open .bvp-faq-question {
      background: transparent;
      color: #303034;
    }

    .bvp-faq-question > span:first-child,
    .bvp-faq-question:hover > span:first-child,
    .bvp-faq-question:focus > span:first-child,
    .bvp-faq-question:focus-visible > span:first-child,
    .bvp-faq-question:active > span:first-child,
    .bvp-faq-question[aria-expanded="true"] > span:first-child,
    .bvp-faq-item.is-open .bvp-faq-question > span:first-child {
      color: #303034;
    }

    .bvp-faq-symbol {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border: 1px solid currentColor;
      border-radius: 0;
      font-family: "Courier New", Courier, monospace;
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    }

    .bvp-faq-question:hover .bvp-faq-symbol {
      background: #303034;
      color: #f7f7f5;
      transform: scale(1.04);
    }

    .bvp-faq-answer {
      display: none;
      max-width: 980px;
      padding: 0 72px 30px 0;
      color: inherit;
      font-family: inherit;
      font-size: clamp(16px, 0.95vw, 18px);
      line-height: 1.45;
    }

    .bvp-faq-item.is-open .bvp-faq-answer {
      display: block;
    }

    .bvp-form {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      padding: clamp(24px, 3vw, 40px);
      background: var(--mauve);
      color: var(--ink);
    }

    .bvp-field {
      display: grid;
      gap: 8px;
      font-size: 12px;
      line-height: 1;
      text-transform: uppercase;
    }

    .bvp-field.is-wide,
    .bvp-form-actions {
      grid-column: 1 / -1;
    }

    .bvp-field input,
    .bvp-field textarea {
      width: 100%;
      border: 1px solid rgba(37, 37, 37, 0.34);
      border-radius: 0;
      padding: 0 10px;
      background: rgba(255, 255, 255, 0.72);
      color: var(--charcoal);
      font: inherit;
      font-size: 13px;
    }

    .bvp-field input {
      height: 38px;
    }

    .bvp-field textarea {
      min-height: 104px;
      padding-top: 10px;
      resize: vertical;
    }

    .bvp-consent {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      margin: 4px 0 0;
      font-size: 11px;
      line-height: 1.25;
      text-transform: none;
    }

    .bvp-consent input {
      flex: 0 0 auto;
      width: 16px;
      height: 16px;
      margin: 0;
      accent-color: var(--ink);
    }

    .bvp-submit {
      min-height: 44px;
      border: 0;
      border-radius: 5px;
      padding: 8px 18px;
      background: var(--ink);
      color: var(--paper);
      font-family: "Courier New", Courier, monospace;
      font-size: 13px;
      line-height: 1;
      text-transform: uppercase;
      cursor: pointer;
    }

    .bvp-reveal {
      opacity: 0;
      transform: translateY(28px);
    }

    .bvp-reveal.is-visible {
      animation: bvpFadeUp 680ms ease forwards;
    }

    @keyframes bvpFadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 1120px) {
      .bvp-hero-grid {
        grid-template-columns: 1fr;
      }

      .bvp-hero-panel {
        display: none;
      }

      .bvp-type-grid,
      .bvp-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .bvp-checklist,
      .bvp-mistakes,
      .bvp-guide-grid {
        grid-template-columns: 1fr;
      }

      .bvp-recommend-card {
        grid-template-columns: minmax(180px, 0.5fr) 1fr;
      }

      .bvp-recommend-card-copy {
        grid-column: 2;
      }
    }

    @media (max-width: 860px) {
      .bvp-topbar {
        align-items: flex-start;
      }

      .bvp-about-section {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 56px 22px 72px;
      }

      .bvp-highlight {
        min-height: auto;
      }

      .bvp-service-section {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .bvp-service-section.is-mirrored {
        grid-template-columns: 1fr;
      }

      .bvp-service-section.is-mirrored .bvp-service-hero-image,
      .bvp-service-section.is-mirrored .bvp-service-panel {
        order: initial;
      }

      .bvp-product-grid {
        width: min(620px, 100%);
      }

      .bvp-service-hero-image {
        min-height: 620px;
      }

      .bvp-clients-section .bvp-service-hero-image {
        display: block;
        min-height: auto;
        height: auto;
        max-height: none;
        overflow: visible;
        scroll-snap-type: none;
        aspect-ratio: auto;
        background: transparent;
      }

      .bvp-clients-section .bvp-service-hero-image::-webkit-scrollbar {
        display: none;
      }

      .bvp-clients-section .bvp-service-hero-image img,
      .bvp-clients-section .bvp-service-hero-image img:not(:first-child) {
        position: relative;
        top: auto;
        inset: auto;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;
        scroll-snap-align: none;
      }

      .bvp-clients-section .bvp-service-hero-image img:not(:first-child) {
        display: none;
      }

      .bvp-clients-section .bvp-service-hero-image img:nth-child(1) {
        z-index: 1;
      }

      .bvp-clients-section .bvp-service-hero-image img:nth-child(2) {
        z-index: 2;
      }

      .bvp-clients-section .bvp-service-hero-image img:nth-child(3) {
        z-index: 3;
      }

      .bvp-clients-section .bvp-service-hero-image img + img {
        margin-top: 0;
      }

      .bvp-service-panel {
        padding: 48px 22px 64px;
      }

      .bvp-service-text {
        margin-top: 48px;
      }

      .bvp-service-all-clients-card {
        display: none;
      }

      .bvp-menu {
        width: 72px;
      }

      .bvp-hero-grid,
      .bvp-split {
        grid-template-columns: 1fr;
      }

      .bvp-section-title {
        overflow-wrap: anywhere;
      }

      .bvp-placeholder {
        min-height: 260px;
      }
    }

    @media (max-width: 620px) {
      .bvp-shell {
        padding: 0 20px;
      }

      .bvp-brand img {
        width: 118px;
      }

      .bvp-brand span {
        display: none;
      }

      .bvp-about-section {
        padding: 42px 18px 58px;
      }

      .bvp-about-section--intro .bvp-about-main {
        order: 1;
      }

      .bvp-about-section--intro .bvp-highlight {
        order: 2;
      }

      .bvp-section-meta,
      .bvp-about-label {
        font-size: 12px;
      }

      .bvp-highlight h2 {
        font-size: 44px;
      }

      .bvp-highlight p {
        font-size: 14px;
      }

      .bvp-about-title {
        max-width: 100%;
        font-size: clamp(34px, 10vw, 52px);
        line-height: 0.98;
        overflow-wrap: anywhere;
        word-break: normal;
      }

      .bvp-service-section {
        min-height: auto;
      }

      .bvp-service-hero-image {
        min-height: 420px;
      }

      .bvp-clients-section .bvp-service-hero-image {
        min-height: auto;
        height: auto;
        max-height: none;
      }

      .bvp-clients-section .bvp-service-hero-image img,
      .bvp-clients-section .bvp-service-hero-image img:not(:first-child) {
        height: auto;
      }

      .bvp-clients-section .bvp-service-hero-image img + img {
        margin-top: 0;
      }

      .bvp-service-panel {
        padding: 38px 18px 48px;
      }

      .bvp-service-title {
        font-size: clamp(36px, 11vw, 52px);
        line-height: 0.98;
        overflow-wrap: anywhere;
      }

      .bvp-service-text {
        margin-top: 36px;
      }

      .bvp-product-section {
        min-height: 720px;
        padding: 72px 18px 54px;
        background-position: center top;
      }

      .bvp-product-section .bvp-service-title {
        margin-bottom: 22px;
        max-width: 100%;
        font-size: clamp(38px, 11vw, 48px);
        line-height: 0.9;
        white-space: nowrap;
        overflow-wrap: normal;
      }

      .bvp-product-kicker {
        margin: 0 0 34px;
        justify-self: start;
      }

      .bvp-product-card {
        min-width: 148px;
        min-height: 34px;
        padding: 8px 12px;
      }

      .bvp-product-card span {
        font-size: 10px;
      }

      .bvp-service-clients {
        margin-top: 38px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
      }

      .bvp-service-clients::-webkit-scrollbar {
        display: none;
      }

      .bvp-service-client-track {
        gap: 16px;
        padding-bottom: 8px;
        padding-right: 22px;
        animation: none;
      }

      .bvp-service-client-card {
        flex: 0 0 78vw;
        aspect-ratio: 4 / 5;
        scroll-snap-align: start;
      }

      .bvp-service-client-card[aria-hidden="true"] {
        display: none;
      }

      .bvp-service-all-clients-card {
        display: grid;
        place-items: center;
        padding: 18px;
        background: #202020;
      }

      .bvp-service-all-clients-button {
        z-index: 1;
        width: 124px;
        height: 124px;
        margin: 0;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 900;
      }

      .bvp-service-all-clients-button:hover,
      .bvp-service-all-clients-button:focus-visible,
      .bvp-service-all-clients-button:active {
        color: #ffffff;
      }

      .bvp-hero-inner {
        padding-top: 150px;
      }

      .bvp-hero {
        background-position: center center;
      }

      .bvp-hero-main {
        transform: translateY(-200px);
      }

      .bvp-hero h1 {
        max-width: 100%;
        font-size: clamp(38px, 12vw, 54px);
        line-height: 0.92;
        overflow-wrap: anywhere;
      }

      .bvp-recommend-title {
        max-width: 100%;
        margin: 48px 0 56px;
        font-size: clamp(36px, 12vw, 54px);
        line-height: 0.96;
        overflow-wrap: anywhere;
      }

      .bvp-recommend-card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px 0 42px;
      }

      .bvp-recommend-card-copy {
        grid-column: auto;
      }

      .bvp-recommend-card-visual {
        min-height: 180px;
      }

      .bvp-type-grid,
      .bvp-project-grid {
        grid-template-columns: 1fr;
      }

      .bvp-type-card {
        min-height: 220px;
      }

      .bvp-form {
        grid-template-columns: 1fr;
      }

      .bvp-faq-section {
        min-height: auto;
        padding: 58px 18px 60px;
        overflow-x: hidden;
      }

      .bvp-faq-title {
        max-width: 100%;
        margin-bottom: 38px;
        font-size: clamp(34px, 11vw, 50px);
        line-height: 0.96;
        overflow-wrap: anywhere;
      }

      .bvp-faq-question {
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        gap: 12px;
        min-height: 72px;
        padding: 18px 0;
        font-size: 16px;
      }

      .bvp-faq-list,
      .bvp-faq-item {
        width: 100%;
        max-width: 100%;
        min-width: 0;
      }

      .bvp-faq-question > span:first-child {
        display: block;
        flex: 0 1 calc(100% - 46px);
        max-width: calc(100% - 46px);
        min-width: 0;
        white-space: normal;
        line-height: 1.35;
        overflow-wrap: anywhere;
        word-break: break-word;
      }

      .bvp-faq-symbol {
        width: 34px;
        height: 34px;
      }

      .bvp-faq-answer {
        padding-right: 0;
      }
    }
