@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* 1.9.0: in-store print, copy, scan, and fax services. */
.business-center-section {
  position: relative;
  overflow: hidden;
  border-top: 5px solid var(--gold);
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 155, 34, 0.16), transparent 34%),
    linear-gradient(135deg, #111315 0%, #1d2024 100%);
  color: rgba(255, 255, 255, 0.82);
}

.business-center-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: start;
}

.business-center-heading {
  position: sticky;
  top: 120px;
}

.business-center-heading .eyebrow {
  color: var(--gold);
}

.business-center-heading h2 {
  max-width: 11ch;
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(2.3rem, 4.5vw, 4.25rem);
  line-height: 1.03;
  text-wrap: balance;
}

.business-center-heading > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.7;
}

.business-center-price {
  display: inline-grid;
  min-width: 210px;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 10px;
  padding: 18px 22px;
  border: 1px solid rgba(216, 155, 34, 0.48);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.business-center-price > span {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.business-center-price strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 5vw, 4.5rem);
  line-height: 0.98;
  white-space: nowrap;
}

.business-center-price sup {
  position: relative;
  top: -0.9em;
  margin-right: 2px;
  color: var(--gold);
  font-size: 0.38em;
}

.business-center-price small {
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.business-center-details {
  display: grid;
  gap: 22px;
}

.business-center-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.business-center-grid li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.065);
}

.business-center-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
}

.business-center-icon .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.business-center-grid h3 {
  margin: 2px 0 8px;
  color: #fff;
  font-size: 1.08rem;
}

.business-center-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.58;
}

.business-center-note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: rgba(216, 155, 34, 0.1);
}

.business-center-note > .dashicons {
  color: var(--gold);
}

.business-center-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.62;
}

.business-center-note strong {
  color: #fff;
}

.business-center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.business-center-section .button-outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.business-center-section .button-outline:hover,
.business-center-section .button-outline:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

@media (max-width: 980px) {
  .business-center-layout {
    grid-template-columns: 1fr;
  }

  .business-center-heading {
    position: static;
  }

  .business-center-heading h2 {
    max-width: 15ch;
  }
}

@media (max-width: 680px) {
  .business-center-grid {
    grid-template-columns: 1fr;
  }

  .business-center-grid li {
    padding: 21px;
  }

  .business-center-actions,
  .business-center-actions .button {
    width: 100%;
  }
}

/* 1.8.0: current business-service details and complete service directories. */
.service-content-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: 18px;
  align-items: start;
}

.service-price-line {
  display: flex;
  min-width: 190px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 22px 24px;
  margin: 0;
  border: 1px solid var(--line-strong);
  border-top: 4px solid var(--gold);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 24, 31, 0.055);
}

.service-price-line span {
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-price-line strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.2;
  white-space: nowrap;
}

.service-hub-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 28px;
}

.wp-content > .service-hub-intro,
.wp-content > .service-marketing-section,
.wp-content > .service-hub-assurance {
  max-width: none;
}

.wp-content .service-hub-intro a.button-primary,
.wp-content .service-hub-intro a.button-primary:hover,
.wp-content .service-hub-intro a.button-primary:focus-visible {
  color: #fff;
}

.service-hub-intro > aside {
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 24, 31, 0.06);
}

.service-hub-intro h3,
.service-hub-heading h3,
.service-hub-assurance h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.35rem;
}

.service-hub-intro aside p:not(.service-section-kicker) {
  margin-bottom: 20px;
}

.service-marketing-section {
  margin-top: 48px;
}

.service-hub-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.service-hub-heading > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
}

.service-marketing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-marketing-grid li {
  min-width: 0;
  margin: 0;
}

.service-marketing-grid li::before {
  display: none;
}

.service-marketing-grid a {
  display: grid;
  height: 100%;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 11px 27px rgba(20, 24, 31, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-marketing-grid a > .dashicons {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff2f2;
  color: var(--red);
  font-size: 20px;
}

.service-marketing-grid h4 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.35;
}

.service-marketing-grid p {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.58;
}

.service-marketing-grid strong {
  color: var(--red-dark);
  font-size: 0.8rem;
}

.service-marketing-grid a:hover,
.service-marketing-grid a:focus-visible {
  border-color: var(--red);
  box-shadow: 0 17px 38px rgba(20, 24, 31, 0.095);
  transform: translateY(-2px);
}

.service-hub-assurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.service-hub-assurance > div {
  padding: 28px;
  border-radius: 10px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
}

.service-hub-assurance h3 {
  color: #fff;
}

.service-hub-assurance .service-section-kicker {
  color: var(--gold);
}

.service-hub-assurance p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1000px) {
  .service-marketing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hub-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .service-content-header,
  .service-marketing-grid,
  .service-hub-assurance {
    grid-template-columns: 1fr;
  }

  .service-price-line {
    min-width: 0;
  }

  .service-price-line strong {
    white-space: normal;
  }

  .service-marketing-grid a {
    padding: 21px;
  }
}

/* Residential Clients landing page: replace the 2014 centered copy and image
   buttons with a balanced, task-oriented service gateway. */
.wp-content > .residential-landing {
  max-width: none;
}

.residential-landing {
  display: grid;
  gap: clamp(54px, 7vw, 84px);
  padding-top: 8px;
}

.residential-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.residential-introduction > div {
  max-width: 680px;
}

.residential-introduction p {
  margin: 0;
}

.residential-introduction p + p {
  margin-top: 20px;
}

.residential-introduction .residential-lead {
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.residential-expectations {
  padding: clamp(26px, 4vw, 36px);
  border-top: 5px solid var(--red);
  border-radius: 0 0 12px 12px;
  background: white;
  box-shadow: 0 18px 46px rgba(20, 21, 22, 0.09);
}

.residential-expectations h3 {
  margin: 8px 0 22px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.18;
}

.residential-expectations ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.residential-expectations li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  align-items: start;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.residential-expectations .dashicons {
  margin-top: 3px;
  color: var(--red);
}

.residential-actions {
  display: grid;
  gap: 30px;
}

.residential-section-heading {
  max-width: 760px;
}

.residential-section-heading h3,
.residential-process-heading h3 {
  margin: 8px 0 13px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.06;
  text-wrap: balance;
}

.residential-section-heading > p:last-child,
.residential-process-heading > p:last-child {
  margin: 0;
}

.residential-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.residential-action-grid > li {
  min-width: 0;
  margin: 0;
}

.residential-action-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 21px;
  height: 100%;
  min-height: 260px;
  padding: clamp(25px, 4vw, 34px);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
  box-shadow: 0 12px 34px rgba(20, 21, 22, 0.055);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.residential-action-card:hover,
.residential-action-card:focus-visible {
  color: var(--ink);
  border-color: var(--red);
  box-shadow: 0 19px 46px rgba(20, 21, 22, 0.11);
  transform: translateY(-3px);
}

.residential-action-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--red);
  border-radius: 11px;
  background: #fff1f1;
  font-size: 28px;
}

.residential-action-card h4 {
  margin: 7px 0 11px;
  color: var(--ink);
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  line-height: 1.15;
}

.residential-action-card p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.64;
}

.residential-action-card strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--red-dark);
  font-size: 0.86rem;
}

.residential-action-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.residential-action-card-primary {
  color: white;
  border-color: #292b2e;
  background: linear-gradient(135deg, #151617 0%, #2a2d30 100%);
}

.residential-action-card-primary:hover,
.residential-action-card-primary:focus-visible {
  color: white;
  border-color: var(--gold);
}

.residential-action-card-primary .residential-action-icon {
  color: #191a1b;
  background: var(--gold);
}

.residential-action-card-primary .card-label {
  color: #f1c96d;
}

.residential-action-card-primary h4,
.residential-action-card-primary strong {
  color: white;
}

.residential-action-card-primary p {
  color: rgba(255, 255, 255, 0.72);
}

.residential-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
  padding: clamp(30px, 5vw, 52px);
  color: white;
  border: 1px solid rgba(216, 155, 34, 0.36);
  border-radius: 15px;
  background: linear-gradient(135deg, #111213 0%, #24272a 100%);
  box-shadow: 0 24px 58px rgba(17, 18, 19, 0.17);
}

.residential-process-heading .card-label {
  color: var(--gold);
}

.residential-process-heading h3 {
  color: white;
}

.residential-process-heading > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.residential-process ol {
  display: grid;
  grid-column: 2;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.residential-process li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.residential-process li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
}

.residential-process li strong {
  display: block;
  margin-bottom: 4px;
  color: white;
}

.residential-process li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.58;
}

.residential-portal-link {
  grid-column: 2;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  color: white !important;
  font-weight: 760;
  text-underline-offset: 4px;
}

@media (max-width: 920px) {
  .residential-introduction,
  .residential-process {
    grid-template-columns: 1fr;
  }

  .residential-introduction > div {
    max-width: 760px;
  }

  .residential-process ol,
  .residential-portal-link {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .residential-action-grid {
    grid-template-columns: 1fr;
  }

  .residential-action-card {
    min-height: 0;
    padding: 23px;
  }

  .residential-action-card,
  .residential-expectations li {
    grid-template-columns: 46px 1fr;
  }

  .residential-action-icon {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .residential-process {
    padding: 24px;
  }
}

/* Video Center and available-computer catalog. */
.home-video-layout,
.content-standard-grid,
.inventory-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.home-video-copy {
  max-width: 620px;
}

.home-video-copy .catalog-status {
  margin-bottom: 18px;
}

.home-video-copy h2 {
  max-width: 560px;
  margin: 18px 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.03;
}

.home-video-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.78;
}

.home-video-topics {
  display: grid;
  gap: 14px;
}

.home-video-topics article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(216, 155, 34, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(17, 18, 19, 0.06);
}

.home-video-topics .tenten-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--ink);
  font-size: 28px;
}

.home-video-topics h3,
.home-video-topics p {
  margin: 0;
}

.home-video-topics h3 {
  margin-bottom: 5px;
  font-size: 1.08rem;
}

.home-video-topics p {
  color: var(--muted);
  line-height: 1.55;
}

.video-library-grid,
.computer-inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.video-card,
.computer-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 18px 42px rgba(17, 18, 19, 0.07);
}

.video-card-media,
.computer-card-media {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  place-items: center;
  color: white;
  background: linear-gradient(145deg, #0f1011 0%, #242629 100%);
  text-decoration: none;
}

.video-card-media img,
.computer-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.video-card:hover .video-card-media img,
.computer-card:hover .computer-card-media img {
  transform: scale(1.025);
}

.video-placeholder-art .tenten-icon,
.computer-card-media > span .tenten-icon {
  width: auto;
  height: auto;
  color: var(--gold);
  font-size: 64px;
}

.video-play-badge {
  position: absolute;
  left: 20px;
  bottom: 18px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.video-play-badge .tenten-icon {
  width: auto;
  height: auto;
  font-size: 24px;
}

.video-duration {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.76rem;
  font-weight: 800;
}

.video-card-coming-soon .video-card-media {
  min-height: 218px;
}

.video-card-coming-soon .catalog-status {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.58);
}

.video-card-copy,
.computer-card-copy {
  padding: 24px;
}

.video-card-copy h3,
.computer-card-copy h3 {
  margin: 8px 0 12px;
  font-size: 1.3rem;
  line-height: 1.25;
}

.video-card-copy h3 a,
.computer-card-copy h3 a {
  text-decoration: none;
}

.video-card-copy > p:not(.card-label),
.computer-card-copy > p:not(.card-label, .computer-price) {
  color: var(--muted);
  line-height: 1.65;
}

.content-standard-grid {
  align-items: start;
}

.content-standard-grid > div > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.75;
}

.content-standard-grid .check-list,
.inventory-process-layout .compact-step-list {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 36px rgba(17, 18, 19, 0.06);
}

.inventory-empty-state {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: 36px;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, #fffaf0 0%, #ffffff 58%);
  box-shadow: 0 20px 48px rgba(17, 18, 19, 0.07);
}

.inventory-empty-state > div:first-child {
  display: grid;
  min-height: 220px;
  place-items: center;
  color: var(--gold);
  border-radius: 12px;
  background: var(--ink);
}

.inventory-empty-state > div:first-child .tenten-icon {
  width: auto;
  height: auto;
  font-size: 84px;
}

.inventory-empty-state h3 {
  margin: 8px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.inventory-empty-state p:not(.card-label) {
  max-width: 720px;
  color: var(--ink-soft);
  line-height: 1.72;
}

.computer-card-media > strong {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  color: var(--ink);
  border-radius: 999px;
  background: white;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.computer-price {
  margin: 0 0 12px;
  color: var(--red-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
}

.computer-specs,
.single-computer-specs {
  display: grid;
  gap: 0;
  margin: 20px 0;
}

.computer-specs div,
.single-computer-specs div {
  display: grid;
  grid-template-columns: minmax(90px, 0.65fr) minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.computer-specs dt,
.single-computer-specs dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.computer-specs dd,
.single-computer-specs dd {
  margin: 0;
  font-weight: 700;
}

.single-video-player {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 12px;
  background: black;
  box-shadow: 0 22px 54px rgba(17, 18, 19, 0.15);
}

.single-video-player iframe,
.single-video-player video {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.transcript-heading {
  margin: 42px 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.single-computer-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
}

.computer-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 1000px) {
  .video-library-grid,
  .computer-inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .home-video-layout,
  .content-standard-grid,
  .inventory-process-layout,
  .inventory-empty-state {
    grid-template-columns: 1fr;
  }

  .inventory-empty-state > div:first-child {
    min-height: 170px;
  }
}

@media (max-width: 640px) {
  .video-library-grid,
  .computer-inventory-grid,
  .single-computer-specs {
    grid-template-columns: 1fr;
  }

  .home-video-topics article {
    grid-template-columns: 48px 1fr;
    padding: 20px;
  }

  .home-video-topics .tenten-icon {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }

  .single-video-player iframe,
  .single-video-player video {
    min-height: 230px;
  }

  .computer-detail-actions .button {
    width: 100%;
    justify-content: center;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-600-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-700-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-800-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --red: #e10612;
  --red-dark: #b90811;
  --gold: #d89b22;
  --gold-dark: #9b6500;
  --ink: #111213;
  --ink-soft: #3f4247;
  --muted: #686d73;
  --line: #e3e4e6;
  --line-strong: #cfd1d4;
  --surface: #ffffff;
  --surface-soft: #f5f5f4;
  --surface-warm: #fffaf0;
  --page-width: 1280px;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

button {
  border: 0;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand {
  font-family: "Manrope", Arial, sans-serif;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 4.25vw, 4.65rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

p {
  color: var(--ink-soft);
  line-height: 1.7;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 3px solid var(--gold-dark);
  outline-offset: 3px;
}

.site-shell {
  overflow: clip;
}

.page-width {
  width: min(calc(100% - 48px), var(--page-width));
  margin-inline: auto;
}

.page-section {
  padding: 104px 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 12px 18px;
  border-radius: 8px;
  color: white;
  background: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow,
.card-label {
  margin-bottom: 13px;
  color: var(--red);
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.utility-bar {
  min-height: 36px;
  color: #f7f7f7;
  background: var(--ink);
}

.utility-content {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 36px;
  font-size: 0.78rem;
  font-weight: 600;
}

.utility-content a,
.utility-content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.utility-content a {
  text-decoration: none;
}

.utility-content svg {
  color: var(--red);
}

.site-header {
  position: relative;
  z-index: 50;
  height: 86px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.header-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.075em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 2px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 16px rgba(17, 18, 19, 0.16);
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
}

.brand-number {
  color: var(--red);
}

.brand-name {
  letter-spacing: -0.065em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.2vw, 38px);
}

.primary-nav > a {
  position: relative;
  padding: 33px 0 30px;
  color: #232528;
  font-size: 0.93rem;
  font-weight: 600;
  text-decoration: none;
}

.primary-nav > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  transition: transform 180ms ease;
}

.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--red);
  box-shadow: 0 0 0 1px rgba(216, 155, 34, 0.35), 0 7px 18px rgba(185, 8, 17, 0.16);
}

.button-primary:hover {
  background: var(--red-dark);
}

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

.button-outline:hover {
  color: var(--red-dark);
  border-color: var(--red-dark);
}

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

.button-dark:hover {
  background: #2a2c2f;
}

.button-light {
  color: var(--ink);
  background: white;
}

.button-large {
  min-height: 58px;
  padding: 17px 28px;
  font-size: 1rem;
}

.button-full {
  width: 100%;
}

.menu-toggle,
.nav-phone-mobile,
.nav-schedule-mobile {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: 532px;
  background: var(--surface);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  background: white;
}

.hero-copy-inner {
  width: min(100%, calc(var(--page-width) * 0.47 + (100vw - var(--page-width)) / 2));
  padding: 64px 34px 46px max(24px, calc((100vw - var(--page-width)) / 2));
}

.hero-copy .eyebrow {
  display: none;
}

.hero-lede {
  max-width: 580px;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 1.22rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  color: #4f5358;
  font-size: 0.81rem;
  font-weight: 650;
}

.trust-inline span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-inline svg {
  color: var(--red);
}

.hero-media {
  position: relative;
  min-height: 532px;
  margin-left: -58px;
  overflow: hidden;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  background: #dedbd6;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  border-top: 4px solid var(--gold);
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}

.home .hero-media img {
  object-position: 51% 54%;
  filter: saturate(1.04) contrast(1.035) brightness(1.02);
}

.service-modes {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

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

.service-mode {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 146px;
  padding: 28px 36px;
  color: var(--ink);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.service-mode + .service-mode {
  border-left: 1px solid var(--line-strong);
}

.service-mode > svg {
  color: var(--red);
}

.service-mode strong,
.service-mode small {
  display: block;
}

.service-mode strong {
  margin-bottom: 7px;
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
}

.service-mode small {
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.55;
}

.service-mode-arrow {
  opacity: 0;
  color: var(--red);
  transform: translateX(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-mode:hover .service-mode-arrow,
.service-mode:focus-visible .service-mode-arrow {
  opacity: 1;
  transform: translateX(0);
}

.section-heading {
  max-width: 610px;
}

.section-heading > p:not(.eyebrow) {
  margin-bottom: 28px;
  font-size: 1.04rem;
}

.centered-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.split-heading {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}

.split-heading > div {
  max-width: 760px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-dark);
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.audience-section {
  padding-top: 82px;
}

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

.audience-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 30px;
  min-height: 280px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.audience-icon {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  color: var(--red);
  background: var(--surface-soft);
}

.audience-card h3 {
  font-size: 1.55rem;
}

.audience-card p:not(.card-label) {
  margin-bottom: 22px;
}

.audience-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-dark);
  font-weight: 750;
  text-decoration: none;
}

.audience-card a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.popular-section {
  background: var(--surface-warm);
}

.sales-preview-section {
  background:
    radial-gradient(circle at 9% 18%, rgba(216, 155, 34, 0.13), transparent 25%),
    linear-gradient(135deg, #17191b 0%, #24272a 100%);
}

.sales-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(46px, 6vw, 92px);
  align-items: center;
}

.sales-preview-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  background: #0d0e0f;
}

.sales-preview-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.38));
  content: "";
  pointer-events: none;
}

.sales-preview-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 49%;
  filter: saturate(1.03) contrast(1.025) brightness(1.015);
}

.sales-preview-media .photo-source-label {
  z-index: 1;
}

.sales-preview-copy .eyebrow {
  margin-bottom: 10px;
  color: #ff4a52;
}

.sales-preview-copy h2 {
  margin: 18px 0 20px;
  color: white;
}

.sales-preview-copy > p:not(.eyebrow, .sales-preview-note) {
  color: #c9cccf;
  font-size: 1.04rem;
}

.catalog-status {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(216, 155, 34, 0.42);
  border-radius: 999px;
  color: #f4cc76;
  background: rgba(216, 155, 34, 0.1);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sales-preview-categories {
  display: grid;
  gap: 1px;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #3a3d41;
  border-radius: 12px;
  background: #3a3d41;
}

.sales-preview-categories article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 15px;
  padding: 18px 19px;
  background: #232528;
}

.sales-preview-categories .tenten-icon {
  color: #f0b33f;
  font-size: 27px;
}

.sales-preview-categories h3 {
  margin-bottom: 4px;
  color: white;
  font-size: 1rem;
}

.sales-preview-categories p {
  margin: 0;
  color: #b8bcc0;
  font-size: 0.88rem;
}

.sales-preview-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.sales-preview-actions .text-link {
  color: white;
}

.sales-preview-note {
  margin: 18px 0 0;
  color: #969b9f;
  font-size: 0.78rem;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.popular-service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 22px 24px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.popular-service:hover {
  color: var(--red-dark);
  background: white;
}

.popular-service > svg:first-child {
  color: var(--red);
}

.popular-service > svg:last-child {
  opacity: 0.45;
}

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

.process-section .eyebrow {
  color: #ff3942;
}

.process-section h2,
.process-section .section-heading > p {
  color: white;
}

.process-section .section-heading > p {
  color: #c4c7ca;
}

.process-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 96px;
  align-items: start;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid #343639;
}

.process-list li:first-child {
  padding-top: 0;
}

.process-list li > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #4d5054;
  border-radius: 50%;
  color: #ff3942;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.process-list strong {
  display: block;
  margin-bottom: 6px;
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 1.16rem;
}

.process-list p {
  margin-bottom: 0;
  color: #b3b6ba;
}

.local-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.local-copy > p:not(.eyebrow) {
  max-width: 680px;
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  font-weight: 650;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-list svg {
  color: var(--red);
}

.location-panel {
  padding: 38px;
  border-top: 5px solid var(--red);
  background: var(--surface-soft);
}

.location-panel > svg {
  margin-bottom: 18px;
  color: var(--red);
}

.location-panel h3 {
  font-size: 1.75rem;
}

.location-panel address {
  margin-bottom: 22px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.location-panel > p:not(.card-label) {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  color: var(--ink);
}

.location-panel .button {
  width: 100%;
  margin-top: 23px;
}

.location-link {
  display: block;
  margin-top: 16px;
  color: var(--red-dark);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-underline-offset: 4px;
}

.resource-section {
  border-top: 1px solid var(--line);
  background: var(--surface-warm);
}

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

.resource-grid > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  text-decoration: none;
}

.resource-grid > a > svg:first-child {
  color: var(--red);
}

.resource-grid strong,
.resource-grid small {
  display: block;
}

.resource-grid strong {
  margin-bottom: 6px;
}

.resource-grid small {
  color: var(--muted);
  line-height: 1.45;
}

.resource-grid > a > svg:last-child {
  transition: transform 160ms ease;
}

.resource-grid > a:hover > svg:last-child {
  transform: translateX(4px);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 92px;
}

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

.faq-item {
  border-bottom: 1px solid var(--line-strong);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 750;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-item button svg {
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

.faq-item.is-open button svg {
  transform: rotate(180deg);
}

.faq-answer p {
  padding-right: 36px;
  margin-bottom: 24px;
}

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

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.capability-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
}

.capability-card-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
  margin-bottom: 18px;
}

.capability-card .capability-card-heading > .tenten-icon {
  padding: 13px;
  border-radius: 10px;
  color: white;
  font-size: 32px;
  background: var(--red);
}

.capability-card h3,
.web-services-band h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.28;
  text-wrap: balance;
}

.capability-card > p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.capability-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.capability-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--ink-soft);
  line-height: 1.52;
}

.capability-list .tenten-icon {
  margin-top: 3px;
  color: var(--red);
  font-size: 18px;
}

.capability-card > .button {
  align-self: flex-start;
  margin-top: auto;
}

.web-services-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 32px;
  margin-top: 20px;
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  color: white;
  background: var(--ink);
}

.web-services-band > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
}

.web-services-band > div > .tenten-icon {
  color: var(--gold);
  font-size: 40px;
}

.web-services-band h3 {
  margin-bottom: 8px;
  color: white;
}

.web-services-band p:not(.card-label) {
  max-width: 760px;
  margin: 0;
  color: #c8cbd0;
  line-height: 1.65;
}

.web-services-band .button {
  flex: 0 0 auto;
  color: var(--ink);
  border-color: white;
  background: white;
}

.web-services-band .button:hover,
.web-services-band .button:focus-visible {
  color: white;
  border-color: var(--red);
  background: var(--red);
}

.final-cta {
  padding: 70px 0;
  background: var(--ink);
}

.final-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.final-cta .eyebrow {
  color: #ff3942;
}

.final-cta h2 {
  max-width: 700px;
  margin-bottom: 0;
  color: white;
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.final-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.site-footer {
  color: #d4d6d8;
  background: #090a0b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 64px;
  padding-top: 72px;
  padding-bottom: 60px;
}

.site-footer .brand {
  margin-bottom: 20px;
  color: white;
  font-size: 1.9rem;
}

.site-footer .brand-logo {
  width: 78px;
  height: 78px;
}

.site-footer .brand-name {
  color: white;
}

.footer-brand p {
  max-width: 320px;
  color: #a9adb1;
}

.footer-brand > a {
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.site-footer h2 {
  margin-bottom: 20px;
  color: white;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer div > a:not(.brand),
.site-footer div > button {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  color: #c0c3c6;
  font-size: 0.9rem;
  text-align: left;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.site-footer div > a:hover,
.site-footer div > button:hover {
  color: white;
}

.site-footer address,
.site-footer p {
  color: #a9adb1;
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  padding-bottom: 24px;
  border-top: 1px solid #282a2d;
  color: #7f8388;
  font-size: 0.78rem;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 18px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.68);
}

.schedule-modal {
  position: relative;
  width: min(100%, 620px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 42px;
  border-radius: 14px;
  background: white;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.schedule-modal h2 {
  margin-bottom: 10px;
  font-size: 2.25rem;
}

.modal-intro {
  margin-bottom: 24px;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--surface-soft);
  cursor: pointer;
}

.modal-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.modal-option {
  position: relative;
  display: grid;
  min-height: 126px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
  background: white;
  cursor: pointer;
}

.modal-option.is-selected {
  color: var(--red-dark);
  border-color: var(--red);
  background: #fff7f7;
}

.modal-option > svg:first-child {
  color: var(--red);
}

.selected-check {
  position: absolute;
  top: 8px;
  right: 8px;
  color: var(--red);
}

.modal-next-step {
  display: grid;
  gap: 6px;
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--red);
  background: var(--surface-soft);
}

.modal-next-step span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.modal-phone {
  margin: 18px 0 0;
  font-size: 0.86rem;
  text-align: center;
}

.modal-phone a {
  color: var(--red-dark);
  font-weight: 750;
}

.primary-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.surface-warm {
  background: var(--surface-warm);
}

.narrow-copy {
  max-width: 860px;
  margin-inline: auto;
}

.audience-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.audience-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 12px;
  color: var(--ink);
  background: white;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.audience-photo-card:hover {
  border-color: #b7b9bd;
  transform: translateY(-4px);
}

.audience-photo {
  height: 260px;
  overflow: hidden;
  background: #e8e4de;
}

.audience-photo img,
.story-media img,
.mobile-feature-media img,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audience-photo-card:first-child .audience-photo img {
  object-position: 48% center;
}

.audience-photo-card:last-child .audience-photo img {
  object-position: 58% center;
}

.audience-photo-copy {
  padding: 32px;
}

.audience-photo-copy h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.audience-photo-copy p {
  margin-bottom: 20px;
}

.audience-photo-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-dark);
  font-size: 0.92rem;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.service-card-grid.is-compact {
  margin-top: 0;
}

.service-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-height: 214px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: white;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.service-card:hover {
  border-color: #b5b7bb;
  transform: translateY(-3px);
}

.service-card > svg {
  color: var(--red);
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.service-card p {
  margin-bottom: 18px;
  font-size: 0.88rem;
  line-height: 1.6;
}

.service-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.story-layout,
.mobile-feature-layout,
.location-layout,
.two-column-copy,
.about-story-layout,
.service-detail-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.story-layout.reverse .story-media {
  order: 2;
}

.story-media,
.mobile-feature-media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 12px;
  background: #e8e4de;
}

.authentic-photo {
  border: 1px solid rgba(216, 155, 34, 0.6);
  box-shadow: 0 20px 50px rgba(17, 18, 19, 0.12);
}

.photo-source-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 10px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  color: white;
  background: rgba(9, 10, 11, 0.84);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-media img {
  object-position: 56% center;
}

.story-copy > p:not(.eyebrow) {
  font-size: 1.04rem;
}

.mobile-feature {
  background: var(--surface-soft);
}

.mobile-feature-layout {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: white;
}

.mobile-feature-copy {
  padding: clamp(38px, 5vw, 70px);
}

.mobile-feature-media {
  min-height: 440px;
  border-radius: 0;
}

.mobile-feature-media img {
  object-position: 60% center;
}

.location-section {
  border-top: 1px solid var(--line);
}

.location-layout {
  grid-template-columns: 1.05fr 0.95fr;
}

.location-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--surface-warm);
}

.page-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 560px;
  align-items: stretch;
}

.page-hero-compact .page-hero-layout {
  min-height: 490px;
}

.page-hero-copy {
  align-self: center;
  padding: 58px 58px 58px 0;
}

.page-hero h1 {
  max-width: 15ch;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5vw, 5.35rem);
  line-height: 1.02;
  text-wrap: balance;
}

.page-hero-compact h1 {
  font-size: clamp(2.8rem, 4.5vw, 4.7rem);
}

.page-hero-lede {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 1.12rem;
  line-height: 1.65;
}

.section-heading h2,
.wp-content > h2,
.final-cta h2 {
  text-wrap: balance;
}

.page-hero-media {
  min-height: 100%;
  overflow: hidden;
  background: #e8e4de;
}

.page-hero-media img {
  object-position: 56% center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.breadcrumbs > span {
  display: inline-flex;
  gap: 8px;
}

.breadcrumbs a {
  color: var(--red-dark);
  text-underline-offset: 3px;
}

.info-band {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--surface-soft);
}

.info-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-band-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 15px;
  padding: 30px;
}

.info-band-grid > div + div {
  border-left: 1px solid var(--line-strong);
}

.info-band-grid svg {
  grid-row: 1 / span 2;
  color: var(--red);
}

.info-band-grid strong,
.info-band-grid span {
  display: block;
}

.info-band-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.two-column-copy {
  align-items: start;
}

.detail-panel {
  padding: 34px;
  border-top: 5px solid var(--red);
  background: white;
}

.detail-panel h3 {
  font-size: 1.5rem;
}

.pricing-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pricing-choice {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.pricing-choice > svg {
  margin-bottom: 24px;
  color: var(--red);
}

.pricing-choice h2 {
  font-size: 2rem;
}

.service-area-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 72px;
  align-items: start;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 38px;
}

.area-grid a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: white;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.area-grid a:hover {
  color: var(--red-dark);
  border-color: var(--red);
}

.area-grid svg:first-child {
  color: var(--red);
}

.resource-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.resource-library > a {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: white;
  text-decoration: none;
}

.resource-library > a:hover {
  border-color: var(--red);
}

.resource-library.resource-library-five > a:last-child {
  grid-column: 1 / -1;
}

.resource-library > a > svg:first-child {
  color: var(--red);
}

.resource-library h3 {
  margin-bottom: 7px;
  font-size: 1.05rem;
}

.resource-library p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.about-story-layout {
  align-items: start;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line-strong);
}

.timeline li > span {
  color: var(--red-dark);
  font-family: "Manrope", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Manrope", sans-serif;
}

.timeline p {
  margin-bottom: 0;
}

.trust-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}

.trust-stat-grid div {
  padding: 38px 24px;
  text-align: center;
  background: white;
}

.trust-stat-grid strong,
.trust-stat-grid span {
  display: block;
}

.trust-stat-grid strong {
  margin-bottom: 7px;
  color: var(--red);
  font-family: "Manrope", sans-serif;
  font-size: 2.25rem;
}

.trust-stat-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.contact-grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.contact-grid article > svg {
  margin-bottom: 20px;
  color: var(--red);
}

.contact-grid h2 {
  font-size: 1.5rem;
}

.contact-grid address {
  margin-bottom: 24px;
  line-height: 1.7;
}

.service-detail-layout {
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: start;
}

.service-detail-main > p,
.service-detail-main > ul {
  max-width: 760px;
}

.service-detail-main h3 {
  margin-top: 38px;
  font-size: 1.4rem;
}

.residential-service-content {
  display: grid;
  gap: 28px;
  margin-top: 30px;
}

.service-content-lede {
  max-width: none;
  padding: 24px 26px;
  margin: 0;
  border-left: 4px solid var(--red);
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.75;
}

.service-information-grid,
.service-common-standards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-information-grid section,
.service-common-standards > div {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 32px rgba(20, 24, 31, 0.055);
}

.residential-service-content h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 1.3rem;
}

.service-section-kicker {
  margin: 0 0 7px;
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.residential-service-content ul,
.residential-service-content ol {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.residential-service-content li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  line-height: 1.62;
}

.residential-service-content ul li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  color: var(--red);
  content: "\2713";
  font-weight: 900;
}

.residential-service-content ol {
  counter-reset: service-process;
}

.residential-service-content ol li {
  counter-increment: service-process;
  padding-left: 38px;
}

.residential-service-content ol li::before {
  position: absolute;
  top: 0.04em;
  left: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  content: counter(service-process);
  font-size: 0.72rem;
  font-weight: 800;
}

.service-policy-notice {
  padding: 30px;
  border: 1px solid #ead7a2;
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  background: #fffaf0;
}

.service-policy-notice ul {
  gap: 14px;
}

.service-policy-notice ul li::before {
  color: #9b6900;
  content: "i";
  font-family: Georgia, serif;
  font-style: italic;
}

.service-common-standards > div {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
}

.service-common-standards h3 {
  color: white;
}

.service-common-standards .service-section-kicker {
  color: var(--gold);
}

.service-common-standards p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.service-policy-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 4px;
}

.service-policy-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.service-policy-links a::after {
  color: var(--red);
  content: "\2192";
  font-size: 1.1rem;
}

.service-policy-links a:hover,
.service-policy-links a:focus-visible {
  border-color: var(--red);
  background: #fff7f7;
  color: var(--red-dark);
}

.service-summary-card {
  position: sticky;
  top: 112px;
  padding: 34px;
  border-top: 5px solid var(--red);
  background: var(--surface-soft);
}

.service-summary-card > svg {
  margin-bottom: 20px;
  color: var(--red);
}

.service-summary-card h2 {
  font-size: 1.8rem;
}

.service-summary-card dl {
  margin: 26px 0;
}

.service-summary-card dl div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line-strong);
}

.service-summary-card dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-summary-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.5;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: 72px;
  align-items: start;
}

.policy-review-note {
  padding: 24px 26px;
  margin-bottom: 34px;
  border-left: 4px solid var(--red);
  background: var(--surface-soft);
}

.policy-review-note strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Manrope", sans-serif;
}

.policy-review-note p {
  margin-bottom: 0;
}

.policy-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.policy-section-grid section {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.policy-section-grid h2 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.policy-section-grid p {
  margin-bottom: 0;
}

.policy-sidebar {
  position: sticky;
  top: 112px;
  padding: 32px;
  border-top: 5px solid var(--red);
  background: var(--surface-soft);
}

.policy-sidebar nav {
  display: grid;
  margin-bottom: 30px;
  border-top: 1px solid var(--line-strong);
}

.policy-sidebar nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.policy-sidebar nav a[aria-current="page"],
.policy-sidebar nav a:hover {
  color: var(--red-dark);
}

.policy-contact {
  padding-top: 4px;
}

.policy-contact h2 {
  font-size: 1.45rem;
}

.policy-staging-note {
  padding: 22px 24px;
  margin-bottom: 18px;
  border: 1px solid #d7a500;
  border-left: 4px solid #d7a500;
  background: #fff8d8;
  color: #3f3500;
}

.policy-staging-note strong,
.policy-document-meta strong {
  display: block;
  font-family: "Manrope", sans-serif;
}

.policy-staging-note p {
  margin: 6px 0 0;
}

.wp-content > .policy-document {
  max-width: 960px;
}

.policy-document {
  color: var(--ink-soft);
}

.policy-document-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  margin-bottom: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 0.84rem;
}

.policy-document-meta span {
  color: var(--ink-soft);
}

.policy-document-lede {
  max-width: 820px;
  margin-bottom: 30px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  font-weight: 650;
  line-height: 1.65;
}

.policy-toc {
  max-width: 920px;
  padding: 26px 28px;
  margin: 0 0 42px;
  border-top: 4px solid var(--red);
  background: var(--surface-soft);
}

.policy-toc > p {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.policy-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  padding-left: 1.25rem;
  margin: 0;
}

.policy-toc li {
  padding-left: 3px;
}

.policy-toc a {
  color: var(--ink);
  font-weight: 650;
  text-decoration-color: rgba(153, 20, 31, 0.35);
}

.policy-clause {
  max-width: 900px;
  padding: 34px 0;
  scroll-margin-top: 118px;
  border-top: 1px solid var(--line-strong);
}

.policy-clause:first-of-type {
  border-top: 0;
}

.policy-clause h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.policy-clause p {
  max-width: 830px;
  margin-bottom: 16px;
}

.policy-clause ul {
  max-width: 830px;
  padding-left: 1.2rem;
  margin: 20px 0 0;
}

.policy-clause li {
  padding-left: 7px;
  margin-bottom: 11px;
}

.policy-help-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 34px;
  max-width: 920px;
  padding: 34px;
  margin-top: 30px;
  border-left: 5px solid var(--red);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.policy-help-panel h3 {
  margin: 4px 0 12px;
  color: #fff;
}

.policy-help-panel p {
  margin-bottom: 0;
}

.policy-help-panel .service-section-kicker {
  color: #ffbd53;
}

.policy-document-actions {
  display: grid;
  align-content: center;
  gap: 10px;
}

.policy-document-actions .button {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  text-align: center;
}

.policy-document-actions .button:hover,
.policy-document-actions .button:focus-visible {
  border-color: #fff;
  color: var(--ink);
  background: #fff;
}

@media (max-width: 720px) {
  .policy-toc ol,
  .policy-help-panel {
    grid-template-columns: 1fr;
  }

  .policy-toc,
  .policy-help-panel {
    padding: 24px;
  }

  .policy-clause {
    padding: 28px 0;
  }
}

@media (max-width: 1180px) {
  .header-content {
    gap: 24px;
  }

  .brand {
    font-size: 1.85rem;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .primary-nav {
    gap: 20px;
  }

  .primary-nav > a {
    font-size: 0.86rem;
  }

  .header-phone {
    display: none;
  }

  .hero-copy-inner {
    padding-top: 54px;
  }

  .service-mode {
    padding-inline: 24px;
  }

  .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

/* Keep the long About-page brand heading fully inside its column on smaller
   laptops and at common browser-zoom settings before the hero stacks. */
@media (min-width: 921px) and (max-width: 1180px) {
  .tenten-family-about .page-hero-copy {
    padding-right: clamp(28px, 3.4vw, 44px);
  }

  .tenten-family-about .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 4.25vw, 3.25rem);
    text-wrap: pretty;
  }
}

@media (max-width: 920px) {
  .page-section {
    padding: 82px 0;
  }

  .site-header {
    height: 74px;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .button {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-left: 8px;
    border-radius: 8px;
    color: var(--ink);
    background: var(--surface-soft);
    cursor: pointer;
  }

  .primary-nav {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 18px 24px 28px;
    border-bottom: 1px solid var(--line);
    background: white;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav > a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .primary-nav > a::after {
    display: none;
  }

  .nav-phone-mobile {
    display: flex !important;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
  }

  .nav-schedule-mobile {
    display: inline-flex;
    margin-top: 14px;
  }

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

  .hero-copy {
    order: 1;
  }

  .hero-copy-inner {
    width: min(calc(100% - 48px), var(--page-width));
    margin-inline: auto;
    padding: 62px 0 44px;
  }

  .hero-copy .eyebrow {
    display: block;
  }

  .hero-media {
    order: 2;
    min-height: 460px;
    margin-left: 0;
    clip-path: none;
  }

  .service-mode-grid {
    grid-template-columns: 1fr;
  }

  .service-mode {
    min-height: 116px;
  }

  .service-mode + .service-mode {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .audience-grid,
  .local-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .local-layout,
  .faq-layout {
    gap: 56px;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

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

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

  .web-services-band {
    display: grid;
  }

  .web-services-band .button {
    justify-self: start;
  }

  .final-cta-content {
    display: grid;
  }

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

  .page-hero-layout,
  .story-layout,
  .mobile-feature-layout,
  .location-layout,
  .two-column-copy,
  .about-story-layout,
  .service-detail-layout,
  .service-area-layout {
    grid-template-columns: 1fr;
  }

  .page-hero-copy {
    padding: 54px 0 42px;
  }

  .page-hero-media {
    min-height: 460px;
  }

  .story-layout.reverse .story-media {
    order: 0;
  }

  .mobile-feature-copy {
    order: 1;
  }

  .mobile-feature-media {
    order: 0;
  }

  .service-area-layout {
    gap: 48px;
  }

  .service-summary-card,
  .policy-sidebar {
    position: static;
  }

  .policy-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 78px;
  }

  .page-width,
  .hero-copy-inner {
    width: min(calc(100% - 32px), var(--page-width));
  }

  .page-section {
    padding: 68px 0;
  }

  .utility-bar {
    min-height: 32px;
  }

  .utility-content {
    min-height: 32px;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.68rem;
  }

  .utility-content a span {
    display: none;
  }

  .site-header {
    height: 70px;
  }

  .brand {
    font-size: 1.62rem;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .primary-nav {
    top: 70px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .hero-copy-inner {
    padding-top: 48px;
  }

  .hero-lede {
    font-size: 1.04rem;
  }

  .hero-actions,
  .final-cta-actions {
    display: grid;
    width: 100%;
  }

  .hero-actions .button,
  .final-cta-actions .button {
    width: 100%;
  }

  .trust-inline {
    display: grid;
  }

  .hero-media {
    min-height: 310px;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .capability-card {
    padding: 24px;
  }

  .capability-card-heading,
  .web-services-band > div {
    grid-template-columns: 1fr;
  }

  .capability-card > .button,
  .web-services-band .button {
    width: 100%;
    justify-content: center;
  }

  .web-services-band {
    padding: 26px 24px;
  }

  .service-mode {
    grid-template-columns: 48px 1fr auto;
    gap: 15px;
    padding: 22px 4px;
  }

  .service-mode > svg {
    width: 42px;
    height: 42px;
  }

  .service-mode-arrow {
    opacity: 1;
    transform: none;
  }

  .split-heading {
    display: grid;
    gap: 12px;
  }

  .audience-grid,
  .popular-grid,
  .resource-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .audience-photo-grid,
  .service-card-grid,
  .pricing-choice-grid,
  .resource-library,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .audience-photo {
    height: 220px;
  }

  .audience-photo-copy,
  .pricing-choice {
    padding: 26px;
  }

  .service-card {
    min-height: 0;
    padding: 22px;
  }

  .story-media,
  .mobile-feature-media,
  .page-hero-media {
    min-height: 300px;
  }

  .page-hero h1,
  .page-hero-compact h1 {
    font-size: clamp(2.45rem, 11vw, 3.4rem);
  }

  .page-hero-lede {
    font-size: 1rem;
  }

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

  .info-band-grid > div + div {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

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

  .trust-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-library > a {
    grid-template-columns: 38px 1fr auto;
  }

  .policy-section-grid {
    grid-template-columns: 1fr;
  }

  .policy-section-grid section {
    min-height: 0;
    padding: 26px;
  }

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

  .audience-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px;
  }

  .audience-icon {
    width: 72px;
    height: 72px;
  }

  .audience-icon svg {
    width: 44px;
    height: 44px;
  }

  .popular-grid {
    border-left: 0;
  }

  .popular-service {
    border-left: 1px solid var(--line-strong);
  }

  .process-list li {
    grid-template-columns: 48px 1fr;
  }

  .process-list li > span {
    width: 42px;
    height: 42px;
  }

  .location-panel {
    padding: 28px;
  }

  .resource-grid > a {
    padding: 20px;
  }

  .final-cta {
    padding: 58px 0;
  }

  .footer-grid {
    gap: 38px;
    padding-top: 58px;
  }

  .footer-bottom {
    display: grid;
  }

  .schedule-modal {
    padding: 34px 22px 26px;
  }

  .schedule-modal h2 {
    padding-right: 28px;
    font-size: 1.85rem;
  }

  .modal-options {
    grid-template-columns: 1fr;
  }

  .modal-option {
    grid-template-columns: 30px 1fr 22px;
    min-height: auto;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .selected-check {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* WordPress content and editor output */
.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  width: auto;
  max-height: 54px;
}

.primary-nav .menu,
.primary-nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav .menu {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.2vw, 38px);
}

.primary-nav .menu > li > a {
  display: block;
  position: relative;
  padding: 33px 0 30px;
  color: #232528;
  font-size: 0.93rem;
  font-weight: 600;
  text-decoration: none;
}

.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a {
  color: var(--red-dark);
}

.primary-nav .menu-item-has-children {
  position: relative;
}

.primary-nav .sub-menu {
  position: absolute;
  z-index: 60;
  top: calc(100% - 12px);
  left: -18px;
  display: none;
  width: 270px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.primary-nav .sub-menu a {
  display: block;
  padding: 10px 11px;
  border-radius: 5px;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.4;
  text-decoration: none;
}

.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu a:focus-visible {
  color: var(--red-dark);
  background: var(--surface-soft);
}

.wp-content {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.wp-content > * {
  max-width: 860px;
}

.wp-content > .alignwide {
  max-width: 1120px;
}

.wp-content > .alignfull {
  max-width: none;
}

.wp-content h2,
.wp-content h3,
.wp-content h4 {
  margin-top: 1.7em;
  color: var(--ink);
}

.wp-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.wp-content a {
  color: var(--red-dark);
  text-underline-offset: 3px;
}

.wp-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.wp-content th,
.wp-content td {
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  text-align: left;
  vertical-align: top;
}

.wp-content th {
  color: var(--ink);
  background: var(--surface-soft);
}

.editorial-intro {
  display: grid;
  gap: 18px;
  max-width: 820px;
  padding-top: 8px;
}

.editorial-intro p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.78;
}

/* Manufacturer warranty and official-support directory. */
.warranty-directory {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
  max-width: 1180px;
  padding-top: 8px;
}

.warranty-directory-lede {
  max-width: 920px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.warranty-preflight {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
  padding: clamp(26px, 4vw, 42px);
  color: white;
  border: 1px solid rgba(216, 155, 34, 0.38);
  border-radius: 14px;
  background: linear-gradient(135deg, #111213 0%, #242629 100%);
  box-shadow: 0 22px 48px rgba(17, 18, 19, 0.16);
}

.warranty-preflight .card-label {
  color: var(--gold);
}

.warranty-preflight h3 {
  max-width: 420px;
  margin: 8px 0 14px;
  color: white;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
  text-wrap: balance;
}

.warranty-preflight > div > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.warranty-preflight ol {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.warranty-preflight li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.warranty-preflight li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
}

.warranty-preflight strong {
  display: block;
  margin-bottom: 4px;
  color: white;
  font-size: 0.98rem;
}

.warranty-preflight li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.manufacturer-directory-section {
  display: grid;
  gap: 24px;
}

.manufacturer-directory-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.manufacturer-directory-heading h3 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.1;
  text-wrap: balance;
}

.manufacturer-directory-heading > p {
  flex: 0 0 auto;
  margin: 0;
  padding: 7px 11px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.manufacturer-grid > li {
  min-width: 0;
  margin: 0;
}

.manufacturer-card {
  display: flex;
  height: 100%;
  min-height: 368px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 38px rgba(17, 18, 19, 0.065);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.manufacturer-card:hover {
  border-color: rgba(225, 6, 18, 0.34);
  box-shadow: 0 20px 46px rgba(17, 18, 19, 0.1);
  transform: translateY(-2px);
}

.manufacturer-card-top {
  display: grid;
  gap: 13px;
  align-items: start;
}

.manufacturer-logo {
  display: flex;
  width: 100%;
  height: 78px;
  padding: 16px 18px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid #e6e6e4;
  border-radius: 9px;
  background: #fafaf9;
}

.manufacturer-logo img {
  display: block;
  width: auto;
  max-width: 154px;
  height: 46px;
  object-fit: contain;
}

.manufacturer-logo > strong {
  max-width: 100%;
  color: #171819;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-align: center;
}

.manufacturer-logo-dynabook > strong {
  color: #dd182c;
  letter-spacing: -0.06em;
  text-transform: lowercase;
}

.manufacturer-logo-gateway > strong {
  color: #202223;
  font-size: 1.48rem;
  letter-spacing: -0.055em;
}

.manufacturer-logo-cyberpowerpc > strong,
.manufacturer-logo-ibuypower > strong,
.manufacturer-logo-gigabyte > strong,
.manufacturer-logo-originpc > strong {
  font-size: 1.12rem;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.manufacturer-logo-cyberpowerpc > strong {
  color: #cf1019;
}

.manufacturer-logo-ibuypower > strong {
  color: #111213;
}

.manufacturer-logo-gigabyte > strong {
  color: #0b71b9;
}

.manufacturer-logo-originpc > strong {
  color: #e10612;
  letter-spacing: 0.02em;
}

.manufacturer-logo-microsoft {
  gap: 12px;
}

.manufacturer-logo-microsoft > strong {
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.microsoft-symbol {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.microsoft-symbol i:nth-child(1) { background: #f25022; }
.microsoft-symbol i:nth-child(2) { background: #7fba00; }
.microsoft-symbol i:nth-child(3) { background: #00a4ef; }
.microsoft-symbol i:nth-child(4) { background: #ffb900; }

.manufacturer-tool {
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  color: var(--red-dark);
  border-radius: 5px;
  background: #fff1f2;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.manufacturer-card h4 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.22;
}

.manufacturer-card > p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.manufacturer-card dl {
  margin: auto 0 18px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.manufacturer-card dl > div {
  display: grid;
  gap: 3px;
}

.manufacturer-card dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manufacturer-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.manufacturer-link {
  display: flex;
  min-height: 46px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  color: white !important;
  border-radius: 7px;
  background: var(--ink);
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
}

.manufacturer-link:hover,
.manufacturer-link:focus-visible {
  color: white !important;
  background: var(--red);
}

.manufacturer-link .dashicons {
  flex: 0 0 auto;
  font-size: 17px;
}

.legacy-brand-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(26px, 5vw, 62px);
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(216, 155, 34, 0.36);
  border-radius: 13px;
  background: var(--surface-warm);
}

.legacy-brand-note h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.15;
  text-wrap: balance;
}

.legacy-brand-note ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-brand-note li {
  display: grid;
  grid-template-columns: minmax(100px, 0.35fr) minmax(0, 1fr);
  gap: 16px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 18, 19, 0.1);
}

.legacy-brand-note li:first-child {
  padding-top: 0;
}

.legacy-brand-note li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legacy-brand-note li strong {
  color: var(--ink);
}

.legacy-brand-note li span {
  color: var(--ink-soft);
  line-height: 1.5;
}

.warranty-disclaimer {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 24px;
  border-left: 4px solid var(--red);
  border-radius: 0 9px 9px 0;
  background: var(--surface-soft);
}

.warranty-disclaimer > .dashicons {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--red);
  font-size: 22px;
}

.warranty-disclaimer strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 1rem;
}

.warranty-disclaimer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.62;
}

.company-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  padding-top: 8px;
}

.company-story-grid section {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.company-story-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.3;
  text-wrap: balance;
}

.company-story-grid p {
  margin: 0;
}

/* Convert the preserved legacy price-list markup into a modern responsive table. */
.page-family-pricing .wp-content > * {
  max-width: 1120px;
}

.page-family-pricing .wp-content > .JPS-content-layout:first-of-type {
  display: none;
}

.page-family-pricing .JPS-content-layout {
  margin: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: white;
}

.page-family-pricing .JPS-content-layout.layout-item-0 {
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-color: var(--ink);
  border-radius: 10px 10px 0 0;
  color: white;
  background: var(--ink);
}

.page-family-pricing .JPS-content-layout.layout-item-8 {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: var(--surface-soft);
}

.page-family-pricing .JPS-content-layout.layout-item-8 .JPS-content-layout-row {
  grid-template-columns: minmax(0, 1fr);
}

.page-family-pricing .JPS-content-layout.layout-item-8 .JPS-layout-cell {
  padding: 0;
}

.page-family-pricing .JPS-content-layout-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(0, 2fr) minmax(135px, 0.62fr);
}

.page-family-pricing .JPS-layout-cell {
  width: auto !important;
  min-width: 0;
  padding: 19px 21px;
  border: 0;
}

.page-family-pricing .JPS-layout-cell + .JPS-layout-cell {
  border-left: 1px solid var(--line);
}

.page-family-pricing .layout-item-0 .JPS-layout-cell + .JPS-layout-cell {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.page-family-pricing .JPS-layout-cell p {
  margin: 0;
  text-align: left !important;
}

.page-family-pricing .JPS-layout-cell span {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-shadow: none !important;
}

.page-family-pricing .layout-item-0 .JPS-layout-cell {
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-family-pricing .layout-item-4 .JPS-layout-cell:first-child {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.page-family-pricing .layout-item-4 .JPS-layout-cell:last-child {
  color: var(--red-dark);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.page-family-pricing .layout-item-4:nth-of-type(even) {
  background: #fffdfb;
}

.pricing-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
  padding: 24px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.65;
}

.pricing-disclaimer strong {
  grid-column: 1 / -1;
  display: block;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.pricing-disclaimer p {
  margin: 0;
}

.published-content {
  border-top: 1px solid var(--line);
}

.published-content-heading {
  margin-bottom: 34px;
}

.children-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.child-page-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: white;
  text-decoration: none;
}

.child-page-card:hover {
  border-color: var(--red);
}

.child-page-card strong {
  font-family: "Manrope", sans-serif;
}

.child-page-card span {
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.dashicons.tenten-icon {
  width: auto;
  height: auto;
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.utility-bar .tenten-icon {
  font-size: 17px;
}

.header-phone .tenten-icon,
.nav-phone-mobile .tenten-icon,
.button .tenten-icon,
.trust-inline .tenten-icon {
  font-size: 20px;
}

.service-mode .tenten-icon {
  font-size: 54px;
}

.service-mode .dashicons-arrow-right-alt2 {
  opacity: 0;
  font-size: 22px;
  transform: translateX(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-mode:hover .dashicons-arrow-right-alt2,
.service-mode:focus-visible .dashicons-arrow-right-alt2 {
  opacity: 1;
  transform: translateX(0);
}

.site-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 660px;
  margin-top: 30px;
}

.site-search-form input {
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  background: white;
}

.article-header,
.not-found {
  padding: 86px 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface-warm);
}

.article-header h1,
.not-found h1 {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.article-featured-image {
  margin: 0 0 42px;
}

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

.post-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.post-card h2 {
  font-size: 1.25rem;
}

.post-card h2 a {
  color: var(--ink);
  text-decoration: none;
}

.post-card h2 a:hover {
  color: var(--red-dark);
}

.navigation.pagination {
  margin-top: 42px;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.navigation.pagination .page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
}

.navigation.pagination .current,
.navigation.pagination a:hover {
  color: white;
  border-color: var(--red);
  background: var(--red);
}

.schedule-dialog {
  width: min(calc(100% - 32px), 620px);
  max-height: calc(100vh - 48px);
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
}

.schedule-dialog::backdrop {
  background: rgba(0, 0, 0, 0.68);
}

.schedule-dialog .schedule-modal {
  width: 100%;
  max-height: calc(100vh - 48px);
}

.schedule-dialog .modal-options label {
  cursor: pointer;
}

.schedule-dialog .modal-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.schedule-dialog .modal-option:has(input:checked) {
  color: var(--red-dark);
  border-color: var(--red);
  background: #fff7f7;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 920px) {
  .primary-nav .menu {
    display: grid;
    gap: 0;
  }

  .primary-nav .menu > li > a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .primary-nav .sub-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 8px 16px;
    border: 0;
    box-shadow: none;
  }

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

  .post-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .warranty-preflight,
  .legacy-brand-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 920px) {
  .sales-preview-layout {
    grid-template-columns: 1fr;
  }

  .sales-preview-media,
  .sales-preview-media img {
    min-height: 480px;
  }

  .sales-preview-copy {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .sales-preview-layout {
    grid-template-columns: 1fr;
  }

  .sales-preview-media,
  .sales-preview-media img {
    min-height: 350px;
  }

  .sales-preview-media {
    border-radius: 10px;
  }

  .sales-preview-actions {
    align-items: stretch;
  }

  .sales-preview-actions .button,
  .sales-preview-actions .text-link {
    width: 100%;
    justify-content: center;
  }

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

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

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

  .manufacturer-card {
    min-height: 0;
    padding: 20px;
  }

  .manufacturer-logo {
    height: 72px;
  }

  .warranty-preflight,
  .legacy-brand-note {
    padding: 22px;
  }

  .legacy-brand-note li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .warranty-disclaimer {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .site-search-form {
    grid-template-columns: 1fr;
  }

  .post-card-grid {
    grid-template-columns: 1fr;
  }

  .service-mode .tenten-icon {
    font-size: 42px;
  }

  .service-mode .dashicons-arrow-right-alt2 {
    opacity: 1;
    transform: none;
  }

  .company-story-grid {
    grid-template-columns: 1fr;
  }

  .company-story-grid section {
    padding: 22px;
  }

  .service-information-grid,
  .service-common-standards,
  .service-policy-links {
    grid-template-columns: 1fr;
  }

  .service-content-lede,
  .service-information-grid section,
  .service-common-standards > div,
  .service-policy-notice {
    padding: 22px;
  }

  .page-family-pricing .JPS-content-layout.layout-item-0 {
    display: none;
  }

  .page-family-pricing .JPS-content-layout.layout-item-4 {
    margin-bottom: 14px;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-radius: 9px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  }

  .page-family-pricing .JPS-content-layout-row {
    grid-template-columns: 1fr;
  }

  .page-family-pricing .JPS-layout-cell {
    padding: 15px 18px;
  }

  .page-family-pricing .JPS-layout-cell + .JPS-layout-cell {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .page-family-pricing .layout-item-4 .JPS-layout-cell::before {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .page-family-pricing .layout-item-4 .JPS-layout-cell:nth-child(1)::before {
    content: "Service";
  }

  .page-family-pricing .layout-item-4 .JPS-layout-cell:nth-child(2)::before {
    content: "Description";
  }

  .page-family-pricing .layout-item-4 .JPS-layout-cell:nth-child(3)::before {
    content: "Starting price";
  }

  .page-family-pricing .JPS-content-layout.layout-item-8 {
    border-top: 1px solid var(--line);
    border-radius: 9px;
  }

  .pricing-disclaimer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }
}

/* Keep dark residential panels legible after the general WordPress heading
   colors defined later in this stylesheet are applied. */
.wp-content .residential-process-heading h3,
.wp-content .residential-action-card-primary h4 {
  color: white;
}

/* 1.10.0: modern mobile-service coverage and residential pricing. */
.page-family-service-area .published-content,
.page-family-pricing .published-content {
  background:
    radial-gradient(circle at 100% 0, rgba(216, 155, 34, 0.11), transparent 31%),
    linear-gradient(180deg, #fff 0, #fffaf3 100%);
}

.page-family-service-area .published-content .page-width,
.page-family-pricing .published-content .page-width {
  max-width: 1240px;
}

.page-family-service-area .wp-content > .mobile-service-experience,
.page-family-pricing .wp-content > .modern-pricing-catalog {
  width: 100%;
  max-width: none;
  margin-top: 34px;
}

.modern-section-heading {
  max-width: 730px;
}

.modern-section-heading h3,
.coverage-overview-copy h3,
.coverage-checker-heading h3,
.published-destinations h3,
.pricing-introduction h3,
.pricing-next-step h3 {
  margin: 7px 0 13px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.08;
  text-wrap: balance;
}

.modern-section-heading > p:last-child,
.coverage-overview-copy > p:last-child,
.published-destinations > div > p:last-child,
.pricing-introduction > div > p:last-child,
.pricing-next-step > div > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.mobile-service-experience,
.modern-pricing-catalog {
  display: grid;
  gap: clamp(54px, 7vw, 86px);
}

.coverage-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 74px);
  align-items: center;
}

.coverage-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.coverage-stat {
  position: relative;
  display: flex;
  min-height: 224px;
  flex-direction: column;
  padding: 25px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 22, 25, 0.07);
}

.coverage-stat::after {
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(216, 155, 34, 0.08);
  border-radius: 50%;
  content: "";
}

.coverage-stat-primary {
  border-top-color: var(--red);
  color: #fff;
  background: linear-gradient(145deg, #c90d17, #981017);
}

.coverage-stat > .dashicons {
  width: 38px;
  height: 38px;
  margin-bottom: auto;
  color: var(--red-dark);
  font-size: 38px;
}

.coverage-stat-primary > .dashicons {
  color: var(--gold);
}

.coverage-stat p {
  margin: 27px 0 5px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.coverage-stat-primary p,
.coverage-stat-primary small {
  color: rgba(255, 255, 255, 0.75);
}

.coverage-stat strong {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.2;
}

.coverage-stat small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.coverage-stat.coverage-stat-primary small {
  color: rgba(255, 255, 255, 0.78);
}

.coverage-checker {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 5px solid var(--gold);
  border-radius: 11px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 155, 34, 0.2), transparent 31%),
    linear-gradient(135deg, #17191c, #292d31);
  box-shadow: 0 24px 60px rgba(20, 22, 25, 0.16);
}

.coverage-checker-heading {
  display: flex;
  gap: 30px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 29px;
}

.coverage-checker-heading .card-label {
  color: var(--gold);
}

.coverage-checker-heading h3 {
  margin-bottom: 0;
  color: #fff;
}

.coverage-switch {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
}

.coverage-switch-button {
  min-height: 46px;
  padding: 10px 15px;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.coverage-switch-button:hover,
.coverage-switch-button.is-active {
  color: var(--ink);
  background: #fff;
}

.coverage-guidance {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.coverage-guidance[hidden] {
  display: none;
}

.coverage-guidance-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(216, 155, 34, 0.42);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(216, 155, 34, 0.1);
  font-size: 27px;
}

.coverage-guidance strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.06rem;
}

.coverage-guidance p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.91rem;
  line-height: 1.6;
}

.mobile-service-experience .coverage-guidance a.button.button-primary,
.mobile-service-experience .coverage-guidance a.button.button-dark {
  color: #fff;
}

.service-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.service-fit-card {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20, 22, 25, 0.06);
}

.service-fit-card-dark {
  border-color: #31353a;
  border-top-color: var(--gold);
  color: #fff;
  background: var(--ink);
}

.service-fit-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 44px;
}

.service-fit-card-dark .service-fit-icon,
.service-fit-card-dark .card-label {
  color: var(--gold);
}

.service-fit-card h4 {
  margin: 7px 0 19px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
}

.service-fit-card-dark h4 {
  color: #fff;
}

.service-fit-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-fit-card li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
  line-height: 1.52;
}

.service-fit-card-dark li {
  color: rgba(255, 255, 255, 0.75);
}

.service-fit-card li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.mobile-process {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.mobile-process-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  counter-reset: none;
  list-style: none;
}

.mobile-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 19px;
  padding: 0 0 27px;
}

.mobile-process-list li:not(:last-child)::before {
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 23px;
  width: 2px;
  background: linear-gradient(var(--gold), rgba(216, 155, 34, 0.1));
  content: "";
}

.mobile-process-list li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-family: var(--font-display);
}

.mobile-process-list strong {
  display: block;
  margin: 3px 0 5px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.04rem;
}

.mobile-process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.58;
}

.published-destinations {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 76px);
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}

.destination-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.destination-chip-list li {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--surface-soft);
  font-size: 0.79rem;
  font-weight: 750;
}

.destination-chip-list .dashicons {
  width: 16px;
  height: 16px;
  color: var(--red);
  font-size: 16px;
}

.mobile-service-note,
.pricing-policy-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 22px 25px;
  border: 1px solid rgba(216, 155, 34, 0.42);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: #fff8e9;
}

.mobile-service-note > .dashicons,
.pricing-policy-note > .dashicons {
  width: 28px;
  height: 28px;
  color: var(--gold-dark);
  font-size: 28px;
}

.mobile-service-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-family: var(--font-display);
}

.mobile-service-note p,
.pricing-policy-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Pricing catalog */
.pricing-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.pricing-assurance {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 25px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(20, 22, 25, 0.07);
}

.pricing-assurance > .dashicons {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 25px;
}

.pricing-assurance strong {
  display: block;
  margin: 2px 0 5px;
  color: var(--ink);
  font-family: var(--font-display);
}

.pricing-assurance p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.pricing-filter-bar {
  position: sticky;
  z-index: 6;
  top: 98px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 13px 30px rgba(20, 22, 25, 0.08);
  backdrop-filter: blur(10px);
}

.pricing-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pricing-filter-button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
}

.pricing-filter-button span {
  display: grid;
  min-width: 23px;
  height: 23px;
  place-items: center;
  padding: 0 5px;
  border-radius: 5px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 0.69rem;
}

.pricing-filter-button:hover,
.pricing-filter-button.is-active {
  color: #fff;
  background: var(--ink);
}

.pricing-filter-button.is-active span {
  color: var(--ink);
  background: var(--gold);
}

.pricing-result-count {
  flex: 0 0 auto;
  margin: 0;
  padding-right: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-service-card {
  position: relative;
  display: grid;
  min-height: 350px;
  grid-template-rows: auto 1fr auto;
  gap: 25px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 22, 25, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pricing-service-card::after {
  position: absolute;
  top: -42px;
  right: -38px;
  width: 110px;
  height: 110px;
  border: 24px solid rgba(216, 155, 34, 0.07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pricing-service-card:hover {
  border-color: rgba(185, 8, 17, 0.42);
  box-shadow: 0 21px 48px rgba(20, 22, 25, 0.1);
  transform: translateY(-3px);
}

.pricing-service-card[hidden] {
  display: none;
}

.pricing-card-topline {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
}

.pricing-service-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 23px;
}

.pricing-category-label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.pricing-card-copy h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.37rem;
  line-height: 1.18;
}

.pricing-card-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.62;
}

.pricing-card-footer {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.pricing-amount small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-amount strong {
  display: block;
  color: var(--red-dark);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.1;
  white-space: nowrap;
}

.pricing-card-footer > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
}

.pricing-card-footer > a:hover {
  color: var(--red-dark);
}

.pricing-card-footer .dashicons {
  width: 17px;
  height: 17px;
  font-size: 17px;
}

.pricing-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(216, 155, 34, 0.2), transparent 33%),
    linear-gradient(135deg, #17191c, #292d31);
  box-shadow: 0 23px 54px rgba(20, 22, 25, 0.15);
}

.pricing-next-step .card-label {
  color: var(--gold);
}

.pricing-next-step h3 {
  color: #fff;
}

.pricing-next-step > div > p:last-child {
  max-width: 730px;
  color: rgba(255, 255, 255, 0.73);
}

.pricing-next-step-actions {
  display: grid;
  min-width: 208px;
  gap: 9px;
}

.pricing-next-step-actions .button {
  width: 100%;
}

.pricing-details {
  display: grid;
  gap: 29px;
}

.pricing-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.pricing-detail-grid article {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.pricing-detail-grid .dashicons {
  width: 35px;
  height: 35px;
  margin-bottom: 19px;
  color: var(--red);
  font-size: 35px;
}

.pricing-detail-grid h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.05rem;
}

.pricing-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.pricing-policy-note a {
  color: var(--red-dark);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .coverage-overview,
  .mobile-process,
  .published-destinations {
    grid-template-columns: 1fr;
  }

  .pricing-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-filter-bar {
    position: static;
    align-items: start;
    flex-direction: column;
  }

  .pricing-result-count {
    padding: 0 4px 4px;
  }
}

@media (max-width: 820px) {
  .coverage-stat-grid,
  .pricing-detail-grid {
    grid-template-columns: 1fr;
  }

  .coverage-stat {
    min-height: 180px;
  }

  .coverage-checker-heading,
  .coverage-guidance,
  .pricing-introduction,
  .pricing-next-step {
    grid-template-columns: 1fr;
  }

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

  .coverage-guidance {
    align-items: start;
  }

  .coverage-guidance .button {
    grid-column: 2;
    justify-self: start;
  }

  .pricing-next-step-actions {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .page-family-service-area .wp-content > .mobile-service-experience,
  .page-family-pricing .wp-content > .modern-pricing-catalog {
    margin-top: 25px;
  }

  .service-fit-grid,
  .pricing-card-grid {
    grid-template-columns: 1fr;
  }

  .coverage-checker,
  .published-destinations,
  .pricing-next-step {
    padding: 25px 21px;
  }

  .coverage-switch {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-switch-button {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.72rem;
  }

  .coverage-guidance {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .coverage-guidance-icon {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .coverage-guidance .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .mobile-process {
    gap: 27px;
  }

  .mobile-process-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .mobile-process-list li > span {
    width: 42px;
    height: 42px;
  }

  .mobile-process-list li:not(:last-child)::before {
    top: 42px;
    left: 20px;
  }

  .pricing-filter-buttons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-filter-button:first-child {
    grid-column: 1 / -1;
  }

  .pricing-filter-button {
    justify-content: space-between;
    text-align: left;
  }

  .pricing-service-card {
    min-height: 0;
    padding: 23px;
  }

  .pricing-card-footer {
    align-items: start;
    flex-direction: column;
  }

  .pricing-card-footer > a {
    min-height: 40px;
    align-items: center;
  }

  .pricing-assurance,
  .mobile-service-note,
  .pricing-policy-note {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-service-card {
    transition: none;
  }
}
