:root {
  --ink: #1d252c;
  --ink-2: #2f3d49;
  --muted: #657483;
  --line: #d6dbe5;
  --paper: #ffffff;
  --soft: #f2f7fc;
  --blue: #449bc6;
  --pink: #ea5775;
  --amber: #ffaf00;
  --green: #5dc8a0;
  --shadow: 0 24px 70px rgba(29, 37, 44, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Nunito Sans", "Open Sans", Arial, sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible {
  outline: 3px solid rgba(255, 175, 0, 0.9);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

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

.dillon-support-note {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 9998;
  max-width: min(330px, calc(100vw - 36px));
  padding: 7px 11px;
  border: 1px solid rgba(29, 37, 44, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(29, 37, 44, 0.16);
  color: var(--ink-2);
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
}

.dillon-support-note a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 520px) {
  .dillon-support-note {
    right: 12px;
    bottom: 88px;
    max-width: calc(100vw - 24px);
  }
}

.top-strip {
  background: var(--ink);
  color: #ffffff;
  font-size: 0.9rem;
}

.top-strip .wrap,
.site-header .wrap,
.section,
.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.top-strip .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(214, 219, 229, 0.8);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(29, 37, 44, 0.1);
}

.site-header .wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 150px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
  color: var(--ink-2);
}

.nav a:hover {
  color: var(--pink);
}

.nav a[aria-current="page"] {
  color: var(--pink);
}

.button,
.nav .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 6px;
  background: var(--pink);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(234, 87, 117, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button.secondary {
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(68, 155, 198, 0.24);
}

.button.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

.page-hero .button.ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  top: 7px;
}

.menu-button[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-icon::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #111820;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  /* Keep the Powrful mark and production desk visible behind the left-aligned copy. */
  background: url("/assets/powrful-studio-office.jpg") 68% center / cover no-repeat;
  filter: saturate(0.88) contrast(0.98);
  opacity: 0.52;
}

.hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 24, 32, 0.98) 0%, rgba(17, 24, 32, 0.93) 50%, rgba(17, 24, 32, 0.66) 100%);
}

.hero .section {
  position: relative;
  z-index: 1;
  padding: 92px 0 76px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--amber);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 44px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 168px));
  gap: 12px;
}

.metric {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.metric strong {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.1;
}

.metric span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--soft);
}

.section.dark {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--ink);
  color: #ffffff;
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2,
.page-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-head h2 span {
  display: block;
  color: var(--blue);
}

.intro-section {
  padding-bottom: 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.intro-grid h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.05;
}

.intro-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.proof-grid article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(68, 155, 198, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

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

.proof-grid strong {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.proof-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.operator-section {
  padding-top: 94px;
}

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

.comparison-card {
  padding: 30px;
  border: 1px solid rgba(68, 155, 198, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 44px rgba(29, 37, 44, 0.1);
}

.comparison-card .eyebrow {
  color: var(--pink);
}

.comparison-card.dark-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: #111820;
  color: #ffffff;
}

.comparison-card.dark-card .eyebrow {
  color: var(--amber);
}

.comparison-card.dark-card .feature-list li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.comparison-card.dark-card .feature-list strong {
  color: #ffffff;
}

.comparison-card.dark-card .feature-list span {
  background: rgba(255, 175, 0, 0.18);
  color: var(--amber);
  box-shadow: none;
}

.social-proof-section {
  padding-top: 94px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.trust-strip article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(68, 155, 198, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.trust-strip article:first-child {
  background: #111820;
  color: #ffffff;
}

.trust-strip article:nth-child(2) {
  border-color: rgba(234, 87, 117, 0.24);
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
}

.trust-strip article:nth-child(3) {
  border-color: rgba(93, 200, 160, 0.28);
  background: linear-gradient(180deg, #f4fffb 0%, #ffffff 100%);
}

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

.trust-strip strong {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-strip article:first-child span {
  color: rgba(255, 255, 255, 0.76);
}

.proof-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.proof-showcase-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(29, 37, 44, 0.1);
}

.proof-showcase-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.proof-showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-showcase-card.featured img {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-position: 50% 42%;
  align-self: stretch;
}

/* Event photography has a deliberate subject: retain both the speaker and banner. */
.proof-showcase-card img[src*="powrful-golf-sponsorship"] {
  object-position: 61% 58%;
}

.proof-showcase-card div {
  padding: 24px;
}

.proof-showcase-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof-showcase-card:nth-child(2) span {
  color: var(--blue);
}

.proof-showcase-card:nth-child(3) span {
  color: #238661;
}

.proof-showcase-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.proof-showcase-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-head p,
.page-hero p,
.legal p,
.legal li {
  color: var(--muted);
}

.mission-video-section {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.mission-video-frame {
  width: min(100%, 980px);
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #111820;
  box-shadow: 0 22px 56px rgba(29, 37, 44, 0.16);
}

.mission-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 720px);
  background: #111820;
}

.proof-showcase-card--logo-wall img,
.proof-showcase-card--surface-made img {
  object-fit: contain;
  padding: 14px;
  background: #ffffff;
}

.dark .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

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

.service-card,
.team-card,
.project-card,
.contact-panel,
.legal-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-card {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  padding: 30px;
  border-color: rgba(68, 155, 198, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 18px 44px rgba(29, 37, 44, 0.1);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
}

.service-card .mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 6px;
  background: rgba(68, 155, 198, 0.12);
  color: var(--blue);
  font-weight: 900;
}

.service-card:nth-child(2n) .mark {
  background: rgba(234, 87, 117, 0.12);
  color: var(--pink);
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 1.32rem;
}

.service-card p {
  margin-bottom: 18px;
  color: var(--muted);
}

.service-card a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.service-card a:hover {
  color: var(--pink);
}

.service-card.featured-service {
  grid-column: span 3;
  min-height: 210px;
  background: linear-gradient(135deg, #111820 0%, #203c4b 58%, #fff4d6 100%);
  color: #ffffff;
}

.service-card.featured-service::before {
  background: linear-gradient(90deg, var(--amber), var(--pink), var(--blue));
}

.service-card.featured-service .mark {
  background: rgba(255, 175, 0, 0.18);
  color: var(--amber);
}

.service-card.featured-service h3,
.service-card.featured-service p {
  color: #ffffff;
}

.service-card.featured-service a {
  color: #ffffff;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0;
}

.scheduling-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 26px;
  align-items: stretch;
  margin-top: 36px;
  padding: 34px;
  border: 1px solid rgba(68, 155, 198, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, #111820 0%, #1f3b4b 58%, #f7fbff 58%, #ffffff 100%);
  box-shadow: var(--shadow);
}

.scheduling-feature h2,
.scheduling-feature h3 {
  max-width: 680px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.scheduling-feature p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
}

.scheduling-feature p:last-of-type {
  margin-bottom: 0;
}

.scheduling-feature .button {
  margin-top: 18px;
}

.scheduling-feature-light {
  margin-top: 0;
}

.scheduling-section .scheduling-feature {
  margin-top: 0;
}

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

.scheduling-stat-grid article {
  min-height: 156px;
  padding: 22px;
  border: 1px solid rgba(68, 155, 198, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(29, 37, 44, 0.1);
}

.scheduling-stat-grid article:first-child {
  border-color: rgba(255, 175, 0, 0.42);
  background: #fff4d6;
}

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

.scheduling-stat-grid strong {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
}

.scheduling-stat-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

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

.process-card,
.quick-card,
.work-note {
  border: 1px solid rgba(68, 155, 198, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.process-card,
.quick-card {
  min-height: 190px;
  padding: 26px;
}

.process-card span,
.quick-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 6px;
  background: rgba(68, 155, 198, 0.12);
  color: var(--blue);
  font-weight: 900;
}

.process-card:nth-child(2n) span,
.quick-card:nth-child(2n) span {
  background: rgba(234, 87, 117, 0.12);
  color: var(--pink);
}

.process-card h3,
.quick-card h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.process-card p,
.quick-card p,
.work-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.section.alt .eyebrow {
  margin-bottom: 14px;
  color: var(--pink);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(68, 155, 198, 0.18);
  border-left: 5px solid var(--pink);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(29, 37, 44, 0.08);
}

.feature-list span {
  align-self: center;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(68, 155, 198, 0.22);
}

.feature-list strong {
  display: block;
  margin-bottom: 4px;
}

.feature-list.compact-list li {
  align-items: start;
}

.feature-list.compact-list span {
  margin-top: 2px;
}

.results-section {
  background: #ffffff;
}

.case-study-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.case-study-card {
  padding: 28px;
  border: 1px solid rgba(68, 155, 198, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 44px rgba(29, 37, 44, 0.1);
}

.case-study-card.featured-result {
  background: #111820;
  color: #ffffff;
}

.case-study-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-study-card.featured-result span {
  color: var(--amber);
}

.case-study-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.case-study-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.case-study-card.featured-result p {
  color: rgba(255, 255, 255, 0.78);
}

.result-metrics,
.result-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.result-metrics strong {
  color: var(--amber);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1;
}

.result-labels {
  margin-top: 6px;
}

.result-labels span {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.customer-story {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.7fr);
  margin: 0 0 26px;
  overflow: hidden;
  border-radius: 8px;
  background: #111820;
  color: #ffffff;
  box-shadow: 0 28px 64px rgba(29, 37, 44, 0.18);
}

.customer-story-quote {
  padding: clamp(34px, 5vw, 70px);
}

.customer-story-kicker,
.customer-story-tenure > span {
  display: block;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-story-quote > p {
  max-width: 880px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(2.25rem, 4.7vw, 4.8rem);
  font-weight: 900;
  line-height: 1.02;
}

.customer-story-quote footer {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.customer-story-quote footer strong {
  color: #ffffff;
  font-size: 1.25rem;
}

.customer-story-tenure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 52px);
  background: var(--pink);
}

.customer-story-tenure > span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.customer-story-tenure strong {
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
}

.customer-story-tenure p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.testimonial-disclaimer {
  max-width: 820px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.showcase-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-self: start;
}

.showcase-strip img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.showcase-strip img[src*="powrful-dealer-meeting"] {
  object-position: 50% 42%;
}

.showcase-strip img[src*="powrful-golf-sponsorship"] {
  object-position: 61% 58%;
}

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

.team-card {
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(29, 37, 44, 0.08);
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dce5eb;
  filter: saturate(0.9) contrast(0.98) brightness(0.98);
}

.team-card div {
  padding: 22px;
}

.team-card h3 {
  margin-bottom: 2px;
}

.team-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.team-card .team-focus {
  display: block;
  margin: 12px 0;
  color: var(--ink-2);
  font-size: 0.94rem;
  line-height: 1.5;
}

.team-card a,
.expertise-grid a,
.text-link {
  color: var(--orange);
  font-weight: 900;
  text-decoration: none;
}

.team-card a:hover,
.expertise-grid a:hover,
.text-link:hover {
  text-decoration: underline;
}

.verification-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(1.8rem, 5vw, 3rem);
  border: 1px solid rgba(68, 155, 198, 0.25);
  border-left: 5px solid var(--orange);
  border-radius: 12px;
  background: #fffaf5;
  box-shadow: var(--shadow);
}

.verification-panel h2 {
  margin-bottom: 0.75rem;
}

.verification-panel p:last-child {
  margin-bottom: 0;
}

.faq-section {
  background: #ffffff;
}

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

.faq-grid article {
  padding: 26px;
  border: 1px solid rgba(68, 155, 198, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.faq-grid h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  width: 100%;
  min-height: 190px;
  padding: 56px max(28px, calc((100vw - 1160px) / 2 + 20px));
  border-radius: 0;
  border-top: 1px solid rgba(68, 155, 198, 0.18);
  border-bottom: 1px solid rgba(68, 155, 198, 0.18);
  background: linear-gradient(90deg, #e9f6ff 0%, #ffffff 100%);
  color: var(--ink);
}

.cta-band h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.06;
}

.cta-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.page-hero {
  background: var(--ink);
  color: #ffffff;
  padding: 92px 0 72px;
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.service-page-hero .section {
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--amber);
}

.answer-panel {
  padding: 30px;
  border: 1px solid rgba(68, 155, 198, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.answer-panel h3 {
  margin-bottom: 16px;
}

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

.answer-grid article {
  min-height: 188px;
  padding: 26px;
  border: 1px solid rgba(68, 155, 198, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.answer-grid h3 {
  margin-bottom: 8px;
}

.answer-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.topic-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(68, 155, 198, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.topic-grid h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.topic-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.mini-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: var(--ink-2);
  font-weight: 800;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-left: 22px;
}

.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.mini-list a,
.text-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.mini-list a:hover,
.text-link:hover {
  color: var(--pink);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
}

.related-services {
  padding-top: 40px;
}

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

.work-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -8px 0 28px;
}

.filter-button {
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink-2);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  border-color: var(--pink);
  background: rgba(234, 87, 117, 0.1);
  color: var(--pink);
}

.project-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.project-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Each image has its own focal point so the important work stays in frame. */
.project-image--education { object-position: 50% 47%; }
.project-image--local-campaign { object-position: 50% 52%; }
.project-image--lead-generation { object-position: 50% 44%; }
.project-image--golf { object-position: 61% 58%; }
.project-image--dealer-meeting {
  object-position: 50% 42%;
}
.project-image--seasonal-tree { object-position: 50% 42%; }
.project-image--seasonal-home { object-position: 50% 48%; }
.project-image--seasonal-color { object-position: 50% 54%; }
.project-image--one-day-install { object-position: 50% 38%; }

.project-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.project-card h3 {
  margin-bottom: 6px;
}

.project-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.project-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(68, 155, 198, 0.12);
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.project-link { display: inline-flex; gap: .35rem; margin-top: 1rem; color: var(--orange); font-weight: 800; text-decoration: none; }
.project-link:hover, .project-link:focus-visible { text-decoration: underline; }

.case-study-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.case-study-layout > img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; border-radius: 1.25rem; box-shadow: var(--shadow); }
.about-location .case-study-layout > img { object-position: right center; }
.confirmation-note { margin-top: 1.4rem; padding: 1rem 1.15rem; border-left: 4px solid var(--orange); background: #fff3e7; color: var(--ink); }
.case-study-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.case-study-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 1rem; }

.work-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 26px;
  padding: 26px;
}

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

.detail-grid article {
  scroll-margin-top: 120px;
  padding: 30px;
  border: 1px solid rgba(68, 155, 198, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 36px rgba(29, 37, 44, 0.08);
}

.detail-grid article.featured-detail {
  grid-column: span 2;
  border-color: rgba(255, 175, 0, 0.38);
  background: linear-gradient(135deg, #111820 0%, #203c4b 44%, #fff8e7 100%);
  color: #ffffff;
}

.detail-grid article.featured-detail h3,
.detail-grid article.featured-detail p,
.detail-grid article.featured-detail ul {
  color: #ffffff;
}

.detail-grid article.featured-detail .text-link {
  color: var(--amber);
}

.detail-grid span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 6px;
  background: rgba(68, 155, 198, 0.12);
  color: var(--blue);
  font-weight: 900;
}

.detail-grid article:nth-child(2n) span {
  background: rgba(234, 87, 117, 0.12);
  color: var(--pink);
}

.detail-grid h3 {
  margin-bottom: 8px;
  font-size: 1.38rem;
}

.detail-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.detail-grid ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--ink-2);
  font-weight: 800;
  list-style: none;
}

.detail-grid li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--green);
}

.service-area-split {
  align-items: center;
}

.contact-conversion {
  scroll-margin-top: 112px;
  padding-top: 24px;
}

.contact-layout {
  max-width: 860px;
  margin: 0 auto;
}

.contact-panel {
  padding: 28px;
}

.form-panel {
  min-width: 0;
}

.contact-details-section {
  padding-top: 10px;
}

.contact-details {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 44px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 34px;
  border-top: 1px solid var(--line);
}

.contact-details h2 {
  margin-bottom: 10px;
}

.contact-details p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-details-links {
  display: grid;
  gap: 12px;
}

.contact-details-links a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.contact-details-links a:hover {
  color: var(--pink);
}

.form-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.form-intro h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.04;
}

.form-intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-panel p {
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.contact-list a,
.contact-list span {
  display: block;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
}

.contact-list a:hover {
  color: var(--pink);
}

.contact-note {
  margin: 22px 0 0;
  padding: 16px;
  border-left: 5px solid var(--amber);
  border-radius: 8px;
  background: #fff8e7;
  color: var(--ink-2);
  font-weight: 800;
}

.form-frame {
  width: 100%;
  min-height: 1134px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.form-fallback {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-fallback a {
  font-weight: 900;
  color: var(--blue);
}

.map-link {
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.map-link iframe {
  width: 100%;
  min-height: 260px;
  border: 0;
}

.map-link a {
  display: block;
  padding: 14px 16px;
  font-weight: 900;
  text-decoration: none;
}

.legal {
  max-width: 920px;
}

.legal-block {
  padding: 34px;
  margin-bottom: 20px;
}

.legal h2 {
  margin-bottom: 10px;
}

.legal ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.site-footer {
  background: #111820;
  color: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 32px;
  padding: 54px 0;
}

.site-footer .footer-inner > div:first-child > img {
  display: block;
  width: clamp(128px, 12vw, 156px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 743 / 520;
  margin: 0 0 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-inner p,
.footer-inner a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-inner a {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-inner a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.footer-bottom .footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.footer-bottom .footer-inner a {
  display: inline;
  margin-bottom: 0;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .nav {
    position: absolute;
    inset: 78px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px;
  }

  .nav .button {
    margin-top: 8px;
  }

  .nav a[aria-current="page"] {
    border-radius: 6px;
    background: rgba(234, 87, 117, 0.1);
  }

  .service-grid,
  .case-study-layout,
  .case-study-gallery,
  .scheduling-feature,
  .service-card.featured-service,
  .comparison-grid,
  .case-study-grid,
  .team-grid,
  .project-grid,
  .detail-grid,
  .answer-grid,
  .topic-grid,
  .process-grid,
  .contact-quick-grid,
  .intro-grid,
  .proof-grid,
  .trust-strip,
  .customer-story,
  .proof-showcase-grid,
  .faq-grid,
  .split,
  .contact-layout,
  .contact-details,
  .footer-inner,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-metrics,
  .scheduling-stat-grid,
  .showcase-strip {
    grid-template-columns: 1fr;
  }

  .scheduling-feature {
    background: #111820;
  }

  .service-card.featured-service,
  .detail-grid article.featured-detail {
    grid-column: auto;
  }

  .proof-showcase-card.featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .proof-showcase-card img,
  .proof-showcase-card.featured img {
    aspect-ratio: 16 / 10;
  }

  .proof-showcase-card.featured img {
    aspect-ratio: 4 / 3;
    object-position: 50% 38%;
  }

  .hero {
    min-height: auto;
    background: #111820;
  }

  .hero::before {
    /* The narrower frame needs to favor the logo wall rather than the desk edge. */
    background-position: 64% center;
    filter: saturate(0.78) contrast(0.92);
    opacity: 0.44;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(17, 24, 32, 0.98) 0%, rgba(17, 24, 32, 0.9) 100%);
  }

  .cta-band {
    padding: 42px max(24px, calc((100vw - 1160px) / 2 + 20px));
  }

  .work-note {
    grid-template-columns: 1fr;
  }

  .contact-conversion {
    padding-top: 38px;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .team-grid,
  .process-grid,
  .contact-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .top-strip .wrap {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .top-strip span {
    max-width: calc(100% - 104px);
  }

  .top-strip a {
    white-space: nowrap;
  }

  .top-strip .wrap,
  .site-header .wrap,
  .section,
  .footer-inner {
    width: min(100% - 28px, 1160px);
  }

  .brand img {
    width: 132px;
  }

  .hero .section,
  .section {
    padding: 58px 0;
  }

  .page-hero {
    padding: 66px 0 50px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .service-actions,
  .not-found-actions {
    flex-direction: column;
  }

  .footer-bottom .footer-inner {
    flex-wrap: wrap;
    gap: 6px 12px;
    white-space: normal;
  }

  .result-metrics strong {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }
}
