.ak-main--preview,
.ak-main--preview > .wp-block-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}

.ak-main--page .wp-block-post-content > .akp-home,
.ak-main--home .wp-block-post-content > .akp-home {
  margin-inline: 0;
  max-width: none;
  width: 100%;
}

.akp-home {
  --akp-red: #d71920;
  --akp-ink: #101113;
  --akp-muted: #5f6266;
  --akp-line: #dedede;
  --akp-cream: #f7f5f0;
  --akp-gold: #f4b400;
  color: var(--akp-ink);
  display: flex;
  flex-direction: column;
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.akp-home *,
.akp-home *::before,
.akp-home *::after {
  box-sizing: border-box;
}

.akp-home > .ak-home {
  display: contents;
}

.akp-home img {
  display: block;
  max-width: 100%;
}

.akp-home h1,
.akp-home h2,
.akp-home h3 {
  color: var(--akp-ink);
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.03;
  margin-top: 0;
}

.akp-home h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.akp-home p {
  line-height: 1.62;
}

.akp-home p:empty {
  display: none !important;
}

.akp-eyebrow,
.akp-home .ak-eyebrow {
  color: var(--akp-red);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.akp-wide,
.akp-home .ak-section-shell {
  margin-inline: auto;
  max-width: none;
  padding-block: 70px;
  padding-inline: 0;
  width: var(--ak-shell);
}

.akp-home .ak-home-hero { order: 10; }
.akp-home .ak-trust-strip { order: 20; }
.akp-home .ak-home-services { order: 30; }
.akp-home .akp-process { order: 40; }
.akp-home .akp-reasons { order: 45; }
.akp-home .akp-needs { order: 50; }
.akp-home .ak-home-reviews { order: 55; }
.akp-home .ak-home-tire-finder { order: 60; }
.akp-home .akp-vehicle-care { order: 65; }
.akp-home .ak-home-feature { order: 70; }
.akp-home .ak-home-story { order: 80; }
.akp-home .akp-faq-visit { order: 90; }

/* Faithful light split hero used by both approved options. */
.akp-home .ak-home-hero {
  background: #fff;
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.akp-home .ak-home-hero::after {
  background: linear-gradient(90deg, #fff 0%, #fff 31%, rgba(255,255,255,.95) 41%, rgba(255,255,255,.34) 61%, rgba(255,255,255,0) 78%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.akp-home .ak-home-hero__media {
  height: 100% !important;
  inset: 0 0 0 38%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 62% !important;
}

.akp-home .ak-home-hero__inner {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 610px) 275px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: none;
  min-height: 510px;
  padding-block: 48px;
  padding-inline: 0;
  position: relative;
  width: var(--ak-shell);
  z-index: 2;
}

.akp-home .ak-home-hero__copy {
  max-width: 565px;
  width: 100% !important;
}

.akp-home .ak-home-hero h1 {
  color: var(--akp-ink) !important;
  font-size: clamp(43px, 4.2vw, 54px) !important;
  line-height: 1.02 !important;
  margin: 0 0 20px !important;
  max-width: 560px;
  text-transform: none !important;
}

.akp-home .ak-home-hero__copy > p {
  color: #4f5357 !important;
  font-size: 16px;
  margin: 0;
  max-width: 520px;
}

.akp-home .ak-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.akp-home .ak-button,
.akp-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 0 !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .06em;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.akp-home .ak-button--primary,
.akp-button--primary {
  background: var(--akp-red) !important;
  color: #fff !important;
}

.akp-home .ak-button--outline,
.akp-button--outline {
  background: #fff !important;
  border-color: var(--akp-ink) !important;
  color: var(--akp-ink) !important;
}

.akp-home .ak-google-reviews-card {
  align-self: end;
  background: rgba(255,255,255,.97) !important;
  border: 0 !important;
  border-left: 4px solid var(--akp-red) !important;
  box-shadow: 0 14px 34px rgba(16,17,19,.18);
  color: var(--akp-ink) !important;
  margin-bottom: 10px;
  padding: 22px !important;
  width: 275px;
}

.akp-home .ak-google-reviews-card__brand,
.akp-home .ak-google-reviews-card__rating {
  align-items: center;
  display: flex;
  gap: 9px;
}

.akp-home .ak-google-reviews-card__brand strong {
  font-size: 12px;
  text-transform: uppercase;
}

.akp-home .ak-google-reviews-card__rating > strong {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: 37px;
}

.akp-home .ak-google-reviews-card__stars,
.akp-home .ak-home-review-card__stars {
  color: var(--akp-gold) !important;
  letter-spacing: 2px;
}

.akp-home .ak-google-reviews-card__count {
  color: #606368;
  font-size: 12px;
  margin: 2px 0 9px;
}

.akp-home--a .ak-google-reviews-card blockquote {
  display: none;
}

.akp-home--b .ak-google-reviews-card blockquote {
  border-left: 2px solid var(--akp-red);
  font-size: 11px;
  margin: 10px 0;
  padding-left: 10px;
}

.akp-home .ak-google-reviews-card a {
  color: var(--akp-red);
  font-size: 11px;
  font-weight: 800;
}

/* Concept 3: let the Porsche and shop carry more of the hero. */
@media (min-width: 781px) {
  .akp-home--b .ak-home-hero {
    min-height: 560px;
  }

  .akp-home--b .ak-home-hero::after {
    background: linear-gradient(90deg, #fff 0%, #fff 24%, rgba(255,255,255,.96) 34%, rgba(255,255,255,.38) 49%, rgba(255,255,255,0) 63%);
  }

  .akp-home--b .ak-home-hero__media {
    inset: 0 0 0 28%;
    object-position: center;
    width: 72% !important;
  }

  .akp-home--b .ak-home-hero__inner {
    gap: 32px;
    grid-template-columns: minmax(0, 520px) 275px;
    min-height: 560px;
  }

  .akp-home--b .ak-home-hero__copy,
  .akp-home--b .ak-home-hero h1 {
    max-width: 500px;
  }

  .akp-home--b .ak-home-hero__copy > p {
    max-width: 470px;
  }
}

/* Keep the Concept 3 Google card as compact as the Concept 2 card. */
.akp-home--b .ak-google-reviews-card blockquote {
  display: none;
}

/* Concept 2: use the Porsche image as a full-bleed, high-contrast hero. */
.akp-home--a .ak-home-hero {
  background: var(--akp-ink);
}

.akp-home--a .ak-home-hero::after {
  background: linear-gradient(
    90deg,
    rgba(7, 8, 10, .94) 0%,
    rgba(7, 8, 10, .84) 34%,
    rgba(7, 8, 10, .58) 55%,
    rgba(7, 8, 10, .20) 78%,
    rgba(7, 8, 10, .08) 100%
  );
}

.akp-home--a .ak-home-hero__media {
  inset: 0;
  object-position: center;
  width: 100% !important;
}

.akp-home--a .ak-home-hero h1 {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.akp-home--a .ak-home-hero__copy > p {
  color: rgba(255, 255, 255, .90) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .32);
}

.akp-home--a .ak-home-hero .ak-eyebrow {
  color: #ff7378;
}

.akp-home--a .ak-home-hero .ak-button--outline {
  background: rgba(16, 17, 19, .34) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* Trust strip */
.akp-home .ak-trust-strip {
  background: #fff !important;
  border-bottom: 1px solid var(--akp-line);
  border-top: 1px solid var(--akp-line);
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px max(var(--ak-gutter), calc((100% - var(--ak-content-max)) / 2)) !important;
}

.akp-home .ak-trust-strip > div {
  align-items: start;
  border-right: 1px solid var(--akp-line);
  display: grid;
  gap: 2px 10px;
  grid-template-columns: 28px 1fr;
  min-height: 0 !important;
  padding: 2px 20px;
}

.akp-home .ak-trust-strip > div:first-child { padding-left: 0; }
.akp-home .ak-trust-strip > div:last-child { border-right: 0; }
.akp-home .ak-trust-strip .dashicons { color: var(--akp-red); font-size: 24px; grid-row: 1 / span 2; }
.akp-home .ak-trust-strip strong { font-size: 11px; letter-spacing: .02em; text-transform: uppercase; }
.akp-home .ak-trust-strip span:not(.dashicons) { color: var(--akp-muted); font-size: 11px; line-height: 1.45; }

/* Services */
.akp-home .ak-home-services {
  background: #fff;
}

.akp-home .ak-section-heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.akp-home .ak-section-heading h2 {
  font-size: clamp(36px, 4.3vw, 54px);
  margin: 0;
  max-width: 770px;
}

.akp-home .ak-section-heading > a,
.akp-home .ak-home-story a,
.akp-home .ak-review-links a {
  color: var(--akp-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.akp-home .ak-home-services__grid {
  display: grid !important;
  gap: 0 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.akp-home .ak-home-services__grid article {
  align-content: start;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--akp-line) !important;
  display: grid;
  gap: 5px 16px;
  grid-template-columns: 116px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  min-height: 186px;
  padding: 18px 0 !important;
}

.akp-home .akp-service-image {
  grid-row: 1 / span 3;
  height: 150px;
  object-fit: cover;
  width: 116px;
}

.akp-home .ak-home-services__grid article > span {
  display: none;
}

.akp-home .ak-home-services__grid article h3 {
  font-size: 22px;
  margin: 5px 0 0;
}

.akp-home .ak-home-services__grid article h3 a {
  color: var(--akp-ink);
  text-decoration: none;
}

.akp-home .ak-home-services__grid article p {
  color: var(--akp-muted);
  font-size: 12px;
  margin: 0;
}

/* Compact three-step band */
.akp-process {
  background: #0d0e10;
  color: #fff;
  padding: 24px max(var(--ak-gutter), calc((100% - var(--ak-content-max)) / 2));
}

.akp-process ol {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.akp-process li {
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.18);
  display: grid;
  gap: 0 15px;
  grid-template-columns: 54px 1fr;
  padding: 2px 28px;
  position: relative;
}

.akp-process li:first-child { padding-left: 0; }
.akp-process li:last-child { border-right: 0; }
.akp-process li > span { color: var(--akp-red); font-family: Oswald, sans-serif; font-size: 36px; grid-row: 1 / span 2; }
.akp-process strong { font-family: Oswald, sans-serif; font-size: 17px; letter-spacing: .03em; text-transform: uppercase; }
.akp-process p { color: rgba(255,255,255,.62); font-size: 11px; margin: 2px 0 0; }
.akp-process li p { display: none; }

/* Option B proof and symptom sections */
.akp-reasons {
  align-items: stretch;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 1.15fr;
}

.akp-reasons > img { height: 330px; object-fit: cover; width: 100%; }
.akp-reasons h2 { font-size: 40px; margin: 0 0 22px; }
.akp-reasons ul { display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.akp-reasons li { border: 1px solid var(--akp-line); display: grid; gap: 4px 12px; grid-template-columns: 34px 1fr; margin: -1px 0 0 -1px; padding: 20px; }
.akp-reasons li .dashicons { color: var(--akp-red); font-size: 25px; grid-row: 1 / span 2; }
.akp-reasons li strong { font-size: 12px; text-transform: uppercase; }
.akp-reasons li small { color: var(--akp-muted); line-height: 1.45; }

.akp-needs {
  background: var(--akp-cream);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1.4fr;
}

.akp-needs h2 { font-size: 33px; margin: 0; }
.akp-needs ul { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.akp-needs li { border-bottom: 1px solid #d4d0c8; color: #34363a; font-size: 12px; padding: 12px 22px 12px 0; }
.akp-needs a { color: var(--akp-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }

/* Real cloned review section, frozen to the three-card state in the mock. */
.akp-home .ak-home-reviews {
  background: #fff;
  padding-bottom: 52px;
  padding-top: 52px;
}

.akp-home .ak-home-reviews > .ak-eyebrow,
.akp-home .ak-home-reviews > h2,
.akp-home .ak-home-reviews > p,
.akp-home .ak-home-reviews > .ak-review-links {
  margin-left: auto;
  margin-right: auto;
  max-width: 1124px;
}

.akp-home .ak-home-reviews > h2 {
  font-size: 42px;
  margin-bottom: 8px;
}

.akp-home .ak-home-reviews > p {
  color: var(--akp-muted);
  font-size: 13px;
  margin-top: 0;
}

.akp-home .ak-review-links {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.akp-home .ak-review-links a,
.akp-home .ak-review-links a:hover,
.akp-home .ak-review-links a:focus-visible {
  align-items: center;
  background: var(--akp-red);
  border: 1px solid var(--akp-red);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 7px 18px;
  text-decoration: none;
}

.akp-home .ak-review-cta {
  align-items: center;
  border: 1px solid var(--akp-ink);
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 7px 18px;
  text-decoration: none;
}

.akp-home .ak-review-links .ak-review-cta--reviews,
.akp-home .ak-review-links .ak-review-cta--reviews:hover,
.akp-home .ak-review-links .ak-review-cta--reviews:focus-visible {
  color: #fff;
}

.akp-home .ak-review-cta img { height: 20px; width: auto; }
.akp-home .ak-home-review-carousel { margin-top: 18px !important; overflow: visible !important; }
.akp-home .ak-home-review-carousel__track { animation: none !important; transform: none !important; width: auto !important; }
.akp-home .ak-home-review-carousel__set { display: grid !important; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); width: auto !important; }
.akp-home .ak-home-review-carousel__set[aria-hidden="true"] { display: none !important; }
.akp-home .ak-home-review-card { border: 1px solid var(--akp-line); display: flex; flex-direction: column; height: 285px !important; max-height: 285px; min-height: 285px; overflow: hidden; padding: 24px; }
.akp-home .ak-home-review-card:nth-child(n+4) { display: none; }
.akp-home .ak-home-review-card blockquote { margin: 16px 0 auto; }
.akp-home .ak-home-review-card blockquote p { font-size: 13px; margin: 0; }
.akp-home .ak-home-review-card footer { border-top: 1px solid var(--akp-line); display: grid; gap: 3px; margin-top: 18px; padding-top: 14px; }
.akp-home .ak-home-review-card cite { font-size: 12px; font-style: normal; font-weight: 800; }
.akp-home .ak-home-review-card footer span,
.akp-home .ak-home-review-card time { color: var(--akp-muted); font-size: 9px; text-transform: uppercase; }

/* Functional cloned Tire Finder moved below services and proof. */
.akp-home .ak-home-tire-finder {
  background-color: #0d0e10 !important;
  background-image: linear-gradient(90deg, rgba(13,14,16,.98), rgba(13,14,16,.84)), url("/wp-content/themes/ak-claude/assets/images/talus/talus-service-bays.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 38px max(var(--ak-gutter), calc((100% - var(--ak-content-max)) / 2)) !important;
}

.akp-home .ak-home-tire-finder .ak-tire-finder {
  background: transparent !important;
  color: #fff !important;
  display: grid !important;
  gap: 40px;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: end;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.akp-home .ak-tire-finder__progress { display: none !important; }
.akp-home .ak-tire-finder__app { background: transparent !important; border: 0 !important; padding: 0 !important; }
.akp-home .ak-tire-finder__intro { margin: 0 !important; }
.akp-home .ak-tire-finder__intro > p { font-size: 12px; margin-bottom: 0; }
.akp-home .ak-tire-finder__tabs { margin-bottom: 12px !important; }
.akp-home .ak-form-grid > br,
.akp-home .ak-tire-finder__tabs > br,
.akp-home .ak-button-row > br { display: none !important; }

.akp-home .ak-home-tire-finder h2,
.akp-home .ak-home-tire-finder p,
.akp-home .ak-home-tire-finder label,
.akp-home .ak-home-tire-finder button[role="tab"] {
  color: #fff !important;
}

.akp-home .ak-home-tire-finder h2 { font-size: 34px; margin-bottom: 8px; }
.akp-home .ak-home-tire-finder input,
.akp-home .ak-home-tire-finder select { background: #fff !important; color: var(--akp-ink) !important; }

.akp-vehicle-care {
  align-items: center;
  border-bottom: 1px solid var(--akp-line);
  display: grid;
  gap: 25px;
  grid-template-columns: 1.3fr 1fr;
  padding-bottom: 28px;
  padding-top: 28px;
}

.akp-vehicle-care h2 { font-size: 30px; margin: 0; }
.akp-vehicle-care ul { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.akp-vehicle-care li { border-left: 1px solid var(--akp-line); font-size: 13px; font-weight: 800; padding: 10px 16px; }

/* Preserve the existing feature and story sections as designed content. */
.akp-home .ak-home-feature,
.akp-home .ak-home-story {
  align-items: center;
  display: grid !important;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.akp-home .ak-home-feature { background: var(--akp-cream); }
.akp-home .ak-home-feature__copy,
.akp-home .ak-home-story > div { background: transparent !important; color: var(--akp-muted) !important; padding: 30px !important; }
.akp-home .ak-home-feature__image,
.akp-home .ak-home-story__image { height: 330px !important; object-fit: cover; width: 100%; }
.akp-home .ak-home-feature h2,
.akp-home .ak-home-story h2 { font-size: 40px; margin-bottom: 14px; }
.akp-home .ak-home-feature p,
.akp-home .ak-home-story p { color: var(--akp-muted); font-size: 14px; }

.akp-faq-visit {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.1fr .9fr;
}

.akp-faq-visit h2 { font-size: 38px; }
.akp-faq details { border-top: 1px solid var(--akp-line); }
.akp-faq details:last-child { border-bottom: 1px solid var(--akp-line); }
.akp-faq summary { cursor: pointer; font-size: 13px; font-weight: 800; padding: 16px 0; }
.akp-faq details p { color: var(--akp-muted); font-size: 12px; margin: -3px 0 16px; }
.akp-visit { border-left: 1px solid var(--akp-line); padding-left: 45px; }
.akp-visit ul { display: grid; gap: 16px; list-style: none; margin: 22px 0; padding: 0; }
.akp-visit li { color: var(--akp-muted); display: grid; font-size: 12px; gap: 12px; grid-template-columns: 24px 1fr; }
.akp-visit li .dashicons { color: var(--akp-red); }
.akp-visit > div { display: flex; flex-wrap: wrap; gap: 10px; }

/* Keep Concept 3 on the same single-column shell as Concept 1. */
@media (min-width: 1081px) {
  .akp-home--b { display: flex; }
}

@media (max-width: 1080px) {
  .akp-home--b { display: flex; }
  .akp-home .ak-home-hero__inner { grid-template-columns: minmax(0, 1fr) 245px; }
  .akp-home .ak-home-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .akp-reasons,
  .akp-faq-visit { gap: 34px; }
}

@media (max-width: 780px) {
  .akp-wide,
  .akp-home .ak-section-shell { padding-block: 54px; }
  .akp-home .ak-home-hero { min-height: 655px; padding-top: 245px; }
  .akp-home .ak-home-hero::after { background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,.08) 25%, #fff 52%, #fff 100%); }
  .akp-home .ak-home-hero__media { height: 310px !important; inset: 0; width: 100% !important; }
  .akp-home .ak-home-hero__inner { align-content: end; display: block; min-height: 410px; padding-block: 70px 32px; }
  .akp-home .ak-home-hero h1 { font-size: clamp(39px, 12vw, 53px) !important; }
  .akp-home .ak-home-hero__copy > p { font-size: 14px; }
  .akp-home .ak-google-reviews-card { display: none; }
  .akp-home .ak-button-row .ak-button { flex: 1 1 145px; }
  .akp-home .ak-trust-strip { grid-template-columns: repeat(2, 1fr); padding: 10px 20px !important; }
  .akp-home .ak-trust-strip > div,
  .akp-home .ak-trust-strip > div:first-child { border-bottom: 1px solid var(--akp-line); padding: 15px 12px; }
  .akp-home .ak-trust-strip > div:nth-child(2n) { border-right: 0; }
  .akp-home .ak-section-heading { align-items: start; flex-direction: column; }
  .akp-home .ak-home-services__grid { grid-template-columns: 1fr !important; }
  .akp-process { padding: 18px 20px; }
  .akp-process ol { grid-template-columns: 1fr; }
  .akp-process li,
  .akp-process li:first-child { border-bottom: 1px solid rgba(255,255,255,.15); border-right: 0; padding: 14px 0; }
  .akp-process li:last-child { border-bottom: 0; }
  .akp-reasons,
  .akp-needs,
  .akp-vehicle-care,
  .akp-home .ak-home-feature,
  .akp-home .ak-home-story,
  .akp-faq-visit { grid-template-columns: 1fr; }
  .akp-reasons ul { grid-template-columns: 1fr; }
  .akp-home .ak-home-review-carousel__set { display: flex !important; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .akp-home .ak-home-review-card { flex: 0 0 88%; scroll-snap-align: start; }
  .akp-home .ak-home-tire-finder { padding: 34px 20px !important; }
  .akp-home .ak-home-tire-finder .ak-tire-finder { grid-template-columns: 1fr; }
  .akp-home .ak-home-feature__image,
  .akp-home .ak-home-story__image { height: 250px !important; }
  .akp-visit { border-left: 0; border-top: 1px solid var(--akp-line); padding-left: 0; padding-top: 36px; }

  .akp-home--a .ak-home-hero {
    min-height: 655px;
    padding-top: 0;
  }

  .akp-home--a .ak-home-hero::after {
    background: linear-gradient(
      180deg,
      rgba(4, 5, 6, .10) 0%,
      rgba(4, 5, 6, .26) 38%,
      rgba(4, 5, 6, .82) 68%,
      rgba(4, 5, 6, .96) 100%
    );
  }

  .akp-home--a .ak-home-hero__media {
    height: 100% !important;
    inset: 0;
    object-position: 64% center;
    width: 100% !important;
  }

  .akp-home--a .ak-home-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 655px;
    padding-block: 220px 40px;
  }
}

@media (max-width: 480px) {
  .akp-home .ak-trust-strip { grid-template-columns: 1fr; }
  .akp-home .ak-trust-strip > div { border-right: 0; }
  .akp-home .ak-home-services__grid article { grid-template-columns: 98px minmax(0, 1fr); }
  .akp-home .akp-service-image { height: 132px; width: 98px; }
  .akp-home .ak-review-links { align-items: stretch; flex-direction: column; }
  .akp-home .ak-review-cta { width: 100%; }
}

/* Current Concept 3 refinements retained in Concept 4. */
.akp-home .ak-home-services__grid {
  background: #fff !important;
}

.akp-home--b .ak-home-services__grid article,
.akp-home--concept-4 .ak-home-services__grid article {
  cursor: pointer;
  isolation: isolate;
  position: relative;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.akp-home--b .ak-home-services__grid article h3 a::after,
.akp-home--concept-4 .ak-home-services__grid article h3 a::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}

.akp-home--b .ak-home-services__grid article:hover,
.akp-home--b .ak-home-services__grid article:focus-within,
.akp-home--concept-4 .ak-home-services__grid article:hover,
.akp-home--concept-4 .ak-home-services__grid article:focus-within {
  background: #f7f7f7 !important;
  box-shadow: inset 0 0 0 2px rgba(213, 0, 0, .18);
  transform: translateY(-2px);
}

.akp-home--b .ak-home-services__grid article h3 a:focus-visible,
.akp-home--concept-4 .ak-home-services__grid article h3 a:focus-visible {
  outline: 0;
}

.akp-needs ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.akp-needs li {
  align-items: center;
  background: #fff;
  border: 1px solid #dedad2;
  border-left: 4px solid var(--akp-red);
  box-shadow: 0 8px 22px rgba(17, 18, 20, .06);
  color: var(--akp-ink);
  display: flex;
  gap: 14px;
  min-height: 76px;
  padding: 14px 16px;
}

.akp-needs li .dashicons {
  align-items: center;
  background: rgba(198, 0, 24, .09);
  border-radius: 50%;
  color: var(--akp-red);
  display: inline-flex;
  flex: 0 0 40px;
  font-size: 21px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.akp-needs li strong {
  font-size: 12px;
  letter-spacing: .025em;
  line-height: 1.35;
  text-transform: uppercase;
}

.akp-needs a {
  align-items: center;
  align-self: start;
  background: var(--akp-red);
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  grid-column: 2;
  justify-self: start;
  padding: 13px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.akp-needs a:hover,
.akp-needs a:focus-visible {
  background: #a90016;
  color: #fff;
}

/* Client-approved Facebook profile mark paired with the existing header wordmark. */
.ak-page--homepage-concept-4 .ak-brand {
  align-items: center;
  display: inline-flex;
  gap: .625rem;
}

.ak-page--homepage-concept-4 .ak-brand picture {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.ak-page--homepage-concept-4 .ak-brand .akf-facebook-brand-mark {
  aspect-ratio: 1;
  border-radius: 50%;
  flex: 0 0 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  width: 3.5rem;
}

@media (max-width: 700px) {
  .ak-page--homepage-concept-4 .ak-brand {
    gap: .45rem;
    width: clamp(10rem, 45vw, 11rem);
  }

  .ak-page--homepage-concept-4 .ak-brand .akf-facebook-brand-mark {
    flex-basis: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media (max-width: 360px) {
  .ak-page--homepage-concept-4 .ak-brand {
    gap: .375rem;
    width: 9.5rem;
  }

  .ak-page--homepage-concept-4 .ak-brand .akf-facebook-brand-mark {
    flex-basis: 2.25rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}

/* Customer-selected Concept 4 homepage order. */
.akp-home--concept-4 .ak-home-hero { order: 10; }
.akp-home--concept-4 .ak-trust-strip { order: 20; }
.akp-home--concept-4 .ak-home-services { order: 30; }
.akp-home--concept-4 .akf-welcome-video { order: 35; }
.akp-home--concept-4 .akp-process { order: 40; }
.akp-home--concept-4 .akp-reasons { order: 45; }
.akp-home--concept-4 .ak-home-tire-finder { order: 50; }
.akp-home--concept-4 .akp-needs { order: 55; }
.akp-home--concept-4 .ak-home-feature { order: 60; }
.akp-home--concept-4 .ak-home-story { order: 70; }
.akp-home--concept-4 .ak-home-reviews { order: 80; }
.akp-home--concept-4 .akp-faq-visit { order: 90; }
.akp-home--concept-4 .akp-vehicle-care { display: none; }

/* Welcome-video placement; the authentic poster is replaced in place once media is supplied. */
.akf-welcome-video {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 68px);
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
}

.akf-welcome-video__copy h2 {
  font-size: clamp(38px, 4.2vw, 54px);
  margin-bottom: 18px;
}

.akf-welcome-video__copy > p:last-child {
  color: var(--akp-muted);
  font-size: 14px;
  margin: 0;
  max-width: 34rem;
}

.akf-welcome-video__stage {
  aspect-ratio: 16 / 9;
  background: var(--akp-ink);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.akf-welcome-video__stage img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.akf-welcome-video__stage figcaption {
  align-items: center;
  background: rgba(16, 17, 19, .92);
  bottom: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  left: 20px;
  letter-spacing: .06em;
  padding: 12px 16px;
  position: absolute;
  text-transform: uppercase;
}

.akf-welcome-video__stage .dashicons {
  color: var(--akp-red);
}

/* Concept 1 hero, kept independent from the Concept 3 sections below it. */
.akp-home--concept-4 .ak-home-hero {
  background: var(--ak-ink);
  color: var(--ak-white);
  isolation: isolate;
  min-height: clamp(36rem, 72vh, 52rem);
  overflow: hidden;
  position: relative;
}

.akp-home--concept-4 .ak-home-hero::after {
  display: none;
}

.akp-home--concept-4 .ak-home-hero::before {
  background: linear-gradient(105deg, #fbfaf7 0%, #fbfaf7 47%, rgba(251, 250, 247, .18) 58%, transparent 75%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.akp-home--concept-4 .ak-home-hero__media {
  height: 100% !important;
  inset: 0 !important;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  width: 100% !important;
  z-index: -2;
}

.akp-home--concept-4 .ak-home-hero__inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  min-height: inherit;
  padding-block: clamp(5rem, 10vw, 9rem);
  position: relative;
  width: var(--ak-shell);
  z-index: auto;
}

.akp-home--concept-4 .ak-home-hero__copy {
  max-width: none;
  width: min(46rem, 62%) !important;
}

.akp-home--concept-4 .ak-home-hero h1 {
  color: var(--ak-ink) !important;
  font-family: var(--wp--preset--font-family--heading, "Barlow Condensed", "Arial Narrow", Impact, sans-serif);
  font-size: clamp(3.8rem, 7.5vw, 7rem) !important;
  line-height: .88 !important;
  margin: .75rem 0 1.25rem !important;
  max-width: 13ch;
  text-transform: none !important;
}

.akp-home--concept-4 .ak-home-hero h1::after {
  background: var(--ak-red);
  content: "";
  display: block;
  height: .25rem;
  margin-top: 1.4rem;
  width: 5rem;
}

.akp-home--concept-4 .ak-home-hero__copy > p {
  color: var(--ak-charcoal) !important;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
  max-width: 38rem;
}

.akp-home--concept-4 .ak-google-reviews-card {
  align-self: auto;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(11, 13, 14, .14) !important;
  border-radius: .875rem !important;
  box-shadow: 0 1.125rem 2.75rem rgba(4, 5, 6, .22);
  color: var(--ak-ink) !important;
  margin-bottom: 0;
  padding: 1.125rem !important;
  width: min(20rem, 100%);
}

.akp-home--concept-4 .ak-google-reviews-card__brand strong {
  font-size: .9375rem;
  letter-spacing: .01em;
  text-transform: none;
}

.akp-home--concept-4 .ak-google-reviews-card__rating {
  gap: .625rem;
  margin-top: .75rem;
}

.akp-home--concept-4 .ak-google-reviews-card__rating > strong {
  font-size: 2rem;
}

.akp-home--concept-4 .ak-google-reviews-card__count {
  font-size: .8125rem;
  margin: .3rem 0 0;
}

.akp-home--concept-4 .ak-google-reviews-card blockquote {
  border-left: .1875rem solid var(--ak-red);
  display: block;
  margin: .75rem 0;
  padding-left: .75rem;
}

.akp-home--concept-4 .ak-google-reviews-card blockquote p {
  font-size: .875rem;
  font-style: italic;
  line-height: 1.45;
}

.akp-home--concept-4 .ak-google-reviews-card a {
  font-size: .8125rem;
}

/* Concept 1 second and third hero sections. */
.akp-home--concept-4 .ak-home-feature,
.akp-home--concept-4 .ak-home-story {
  align-items: stretch;
  background: transparent;
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-block: clamp(4rem, 7vw, 7rem);
}

.akp-home--concept-4 .ak-home-feature__copy,
.akp-home--concept-4 .ak-home-story > div {
  align-items: flex-start;
  background: var(--ak-ink) !important;
  color: rgba(255, 255, 255, .78) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem) !important;
}

.akp-home--concept-4 .ak-home-story > div {
  background: var(--ak-paper) !important;
  color: var(--ak-charcoal) !important;
}

.akp-home--concept-4 .ak-home-feature h2,
.akp-home--concept-4 .ak-home-story h2 {
  font-family: var(--wp--preset--font-family--heading, "Barlow Condensed", "Arial Narrow", Impact, sans-serif);
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  margin: .5rem 0 0;
}

.akp-home--concept-4 .ak-home-feature h2 {
  color: var(--ak-white);
}

.akp-home--concept-4 .ak-home-story h2 {
  color: var(--ak-ink);
}

.akp-home--concept-4 .ak-home-feature p,
.akp-home--concept-4 .ak-home-story p {
  color: inherit;
  font-size: inherit;
}

.akp-home--concept-4 .ak-home-story a,
.akp-home--concept-4 .ak-home-services .ak-section-heading > a {
  align-items: center;
  align-self: flex-start;
  background: var(--ak-red);
  border: 1px solid var(--ak-red);
  color: var(--ak-white);
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .06em;
  margin-top: .75rem;
  min-height: 3rem;
  padding: .75rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease;
}

.akp-home--concept-4 .ak-home-story a:hover,
.akp-home--concept-4 .ak-home-story a:focus-visible,
.akp-home--concept-4 .ak-home-services .ak-section-heading > a:hover,
.akp-home--concept-4 .ak-home-services .ak-section-heading > a:focus-visible {
  background: #a90016;
  border-color: #a90016;
  color: var(--ak-white);
}

.akp-home--concept-4 .ak-home-story a:focus-visible,
.akp-home--concept-4 .ak-home-services .ak-section-heading > a:focus-visible {
  outline: 3px solid rgba(207, 0, 15, .28);
  outline-offset: 3px;
}

.akp-home--concept-4 .ak-home-feature__image,
.akp-home--concept-4 .ak-home-story__image {
  height: 100% !important;
  min-height: 30rem;
  object-fit: cover;
  width: 100%;
}

/* Concept 2 review banner followed by the original Concept 1 carousel. */
.akp-home--concept-4 .ak-home-reviews {
  background: #fff;
  margin-inline: 0;
  max-width: none;
  padding: 0 0 clamp(4rem, 7vw, 7rem);
  text-align: center;
  width: 100%;
}

.ak-page--homepage-concept-4 .ak-footer__cta {
  background:
    linear-gradient(
      90deg,
      rgb(200 0 12 / 94%) 0%,
      rgb(200 0 12 / 88%) 42%,
      rgb(200 0 12 / 76%) 100%
    ),
    url("/wp-content/themes/ak-claude/assets/images/talus/talus-service-bays.jpg") 68% 58% / cover no-repeat;
}

.ak-page--homepage-concept-4 .akf-footer-badge {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  display: inline-flex;
  gap: .5rem;
  min-height: 2.75rem;
  padding: .4rem .65rem .4rem .4rem;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.ak-page--homepage-concept-4 .akf-footer-credentials {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .75rem;
  width: 100%;
}

.ak-page--homepage-concept-4 .akf-footer-badge--dealer {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding-right: .55rem;
}

.ak-page--homepage-concept-4 .akf-footer-badge--dealer .akf-footer-badge__copy strong {
  font-size: .625rem;
  letter-spacing: .025em;
  white-space: nowrap;
}

.ak-page--homepage-concept-4 .akf-footer-badge:hover,
.ak-page--homepage-concept-4 .akf-footer-badge:focus-visible {
  background: rgba(255, 255, 255, .085);
  border-color: var(--ak-red);
  color: #fff;
  transform: translateY(-2px);
}

.ak-page--homepage-concept-4 .akf-footer-badge:focus-visible {
  outline: 3px solid rgba(207, 0, 15, .42);
  outline-offset: 3px;
}

.ak-page--homepage-concept-4 .akf-footer-badge__icon {
  align-items: center;
  background: var(--ak-red);
  color: #fff;
  display: inline-flex;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}

.ak-page--homepage-concept-4 .akf-footer-badge__icon > .dashicons {
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
}

.ak-page--homepage-concept-4 .akf-footer-badge__icon--carfax {
  background: #fff;
  padding: .35rem .25rem;
  width: 4.75rem;
}

.ak-page--homepage-concept-4 .akf-footer-badge__icon--carfax img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.ak-page--homepage-concept-4 .akf-footer-badge--carfax {
  flex: 0 0 auto;
  justify-content: center;
  padding: .4rem;
}

.ak-page--homepage-concept-4 .akf-footer-badge__copy {
  display: inline-flex;
}

.ak-page--homepage-concept-4 .akf-footer-badge__copy strong {
  color: #fff;
  font-size: .6875rem;
  letter-spacing: .035em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ak-page--homepage-concept-4 .akf-footer-badge__arrow {
  color: var(--ak-red);
  font-size: .875rem;
  height: .875rem;
  width: .875rem;
}

@media (max-width: 900px) {
  .ak-page--homepage-concept-4 .akf-footer-badge {
    min-height: 2.75rem;
  }

  .ak-page--homepage-concept-4 .akf-footer-credentials {
    margin-top: .75rem;
  }

  .ak-page--homepage-concept-4 .akf-footer-badge__arrow {
    display: none;
  }
}

.akp-home--concept-4 .akf-review-banner {
  margin-inline: auto;
  padding-block: 52px 34px;
  width: var(--ak-shell);
}

.akp-home--concept-4 .akf-review-banner > * {
  margin-inline: auto;
  max-width: 52rem;
}

.akp-home--concept-4 .akf-review-banner > h2 {
  font-size: 42px;
  margin-bottom: 8px;
}

.akp-home--concept-4 .akf-review-banner > p {
  color: var(--akp-muted);
  font-size: 13px;
  margin-top: 0;
}

.akp-home--concept-4 .ak-home-review-carousel {
  --ak-home-review-gap: clamp(.9rem, 1.8vw, 1.35rem);
  container-type: inline-size;
  margin: 1rem auto 0 !important;
  max-width: none;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: var(--ak-home-review-gap);
  scroll-snap-type: none;
  scrollbar-width: none;
  width: var(--ak-shell);
}

.akp-home--concept-4 .ak-home-review-carousel__track {
  animation: none !important;
  display: flex;
  transform: translate3d(0, 0, 0) !important;
  width: max-content !important;
  will-change: auto;
}

.akp-home--concept-4 .ak-home-review-carousel__set {
  align-items: stretch;
  display: flex !important;
  gap: var(--ak-home-review-gap);
  padding-inline-end: var(--ak-home-review-gap);
  width: auto !important;
}

.akp-home--concept-4 .ak-home-review-carousel__set[aria-hidden="true"] {
  display: flex !important;
}

.akp-home--concept-4 .akf-review-carousel-controls {
  display: flex;
  gap: .65rem;
  justify-content: flex-end;
  margin: .5rem auto 0;
  width: var(--ak-shell);
}

.akp-home--concept-4 .akf-review-carousel-control {
  align-items: center;
  background: var(--ak-ink);
  border: 0;
  border-radius: .2rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  padding: 0;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
  width: 3rem;
}

.akp-home--concept-4 .akf-review-carousel-control:hover,
.akp-home--concept-4 .akf-review-carousel-control:focus-visible {
  background: var(--ak-red);
}

.akp-home--concept-4 .akf-review-carousel-control:focus-visible {
  outline: 3px solid rgba(207, 0, 15, .28);
  outline-offset: 3px;
}

.akp-home--concept-4 .akf-review-carousel-control:disabled {
  cursor: default;
  opacity: .3;
}

.akp-home--concept-4 .akf-review-carousel-control .dashicons {
  font-size: 1.35rem;
  height: 1.35rem;
  width: 1.35rem;
}

.akp-home--concept-4 .ak-home-review-card,
.akp-home--concept-4 .ak-home-review-card:nth-child(n+4) {
  background: var(--ak-paper-light);
  border: 1px solid var(--ak-line);
  border-radius: .25rem;
  box-shadow: 0 18px 42px rgba(11, 13, 14, .08);
  display: flex;
  flex: 0 0 calc((100cqw - (var(--ak-home-review-gap) * 2)) / 3);
  flex-direction: column;
  height: auto !important;
  max-height: none;
  min-height: 19.5rem;
  overflow: hidden;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  scroll-snap-align: start;
  text-align: left;
}

.akp-home--concept-4 .ak-home-review-card blockquote p {
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  line-height: 1.65;
}

@media (min-width: 901px) {
  .akp-home--concept-4 .ak-home--primary {
    --ak-home-desktop-header-height: 9.1494rem;
    --ak-home-desktop-trust-height: 6.75rem;
  }

  .akp-home--concept-4 .ak-home-hero {
    height: calc(100vh - var(--ak-home-desktop-header-height) - var(--ak-home-desktop-trust-height));
    height: calc(100svh - var(--ak-home-desktop-header-height) - var(--ak-home-desktop-trust-height));
    max-height: none;
    min-height: 32rem;
  }

  .akp-home--concept-4 .ak-home-hero__inner {
    height: 100%;
    min-height: 100%;
    padding-block: clamp(2.5rem, 5vh, 3.75rem);
  }

  .akp-home--concept-4 .ak-home-hero__copy {
    width: min(47rem, calc(100% - 22rem)) !important;
  }

  .akp-home--concept-4 .ak-home-hero h1 {
    font-size: clamp(3.75rem, 5.25vw, 5rem) !important;
    line-height: .96 !important;
    margin: .5rem 0 .9rem !important;
    max-width: 20ch;
  }

  .akp-home--concept-4 .ak-home-hero__copy > p {
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.5;
    margin-block: 0;
    max-width: 36rem;
  }

  .akp-home--concept-4 .ak-google-reviews-card {
    bottom: 1.5rem;
    position: absolute;
    right: 0;
    width: clamp(17.5rem, 22vw, 20rem);
    z-index: 1;
  }
}

@media (max-width: 1080px) {
  .akp-home--concept-4 .ak-home-review-card {
    flex-basis: calc((100cqw - var(--ak-home-review-gap)) / 2);
  }
}

@media (max-width: 900px) {
  .akp-home--concept-4 .ak-home-hero__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    padding-block: 3rem;
  }

  .akp-home--concept-4 .ak-home-hero__copy {
    width: min(40rem, 80%) !important;
  }

  .akp-home--concept-4 .ak-google-reviews-card {
    display: block;
    position: static;
  }
}

@media (max-width: 780px) {
  .akf-welcome-video {
    grid-template-columns: 1fr;
  }

  .akp-home--concept-4 .ak-home-feature,
  .akp-home--concept-4 .ak-home-story {
    grid-template-columns: 1fr;
  }

  .akp-home--concept-4 .ak-home-feature__image,
  .akp-home--concept-4 .ak-home-story__image {
    height: auto !important;
    min-height: 18rem;
  }

  .akp-home--concept-4 .ak-google-reviews-card {
    display: block;
  }
}

@media (max-width: 700px) {
  .akp-home--concept-4 .ak-home-hero {
    min-height: 42rem;
    padding-top: 0;
  }

  .akp-home--concept-4 .ak-home-hero::before {
    background: linear-gradient(0deg, rgba(4, 5, 6, .94) 0%, rgba(4, 5, 6, .62) 70%, rgba(4, 5, 6, .25) 100%);
  }

  .akp-home--concept-4 .ak-home-hero__media {
    height: 100% !important;
    object-position: 64% center;
  }

  .akp-home--concept-4 .ak-home-hero__inner {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-height: inherit;
    padding-block: 3rem;
  }

  .akp-home--concept-4 .ak-home-hero__copy {
    width: 100% !important;
  }

  .akp-home--concept-4 .ak-home-hero h1 {
    color: var(--ak-white) !important;
    font-size: clamp(3.1rem, 15vw, 5rem) !important;
  }

  .akp-home--concept-4 .ak-home-hero__copy > p {
    color: rgba(255, 255, 255, .84) !important;
  }

  .akp-home--concept-4 .ak-home-review-carousel {
    scroll-snap-type: inline mandatory;
  }

  .akp-home--concept-4 .ak-home-review-carousel__track {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .akp-home--concept-4 .ak-home-review-carousel__set[aria-hidden="true"] {
    display: flex !important;
  }

  .akp-home--concept-4 .ak-home-review-card,
  .akp-home--concept-4 .ak-home-review-card:nth-child(n+4) {
    flex-basis: min(20rem, calc(100vw - 4rem));
    min-height: 20rem;
  }
}

@media (max-width: 480px) {
  .akp-needs ul { grid-template-columns: 1fr; }
  .akp-needs li { min-height: 68px; padding: 12px 14px; }
  .akp-needs a { grid-column: auto; }
  .akf-welcome-video__stage figcaption { bottom: 12px; left: 12px; }
  .akp-home--concept-4 .akf-review-banner > h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .akp-home--b .ak-home-services__grid article,
  .akp-home--concept-4 .ak-home-services__grid article {
    transition: none;
  }

  .akp-home--b .ak-home-services__grid article:hover,
  .akp-home--b .ak-home-services__grid article:focus-within,
  .akp-home--concept-4 .ak-home-services__grid article:hover,
  .akp-home--concept-4 .ak-home-services__grid article:focus-within {
    transform: none;
  }

  .akp-home--concept-4 .ak-home-review-carousel__track {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .akp-home--concept-4 .ak-home-review-carousel__set[aria-hidden="true"] {
    display: flex !important;
  }
}
