* {
  box-sizing: border-box;
}

:root {
  --navy: #18226f;
  --deep: #081027;
  --blue: #1b7fcc;
  --cyan: #21b4e8;
  --copper: #f58220;
  --orange-dark: #c65310;
  --green: #1f8a70;
  --ink: #151821;
  --muted: #606672;
  --pale: #f4f7fa;
  --line: #dce4ee;
  --white: #ffffff;
  --soft-copper: #fff0e4;
  --soft-blue: #e9f5fc;
  --shadow: 0 22px 60px rgba(18, 28, 63, 0.16);
  --lifted: 0 32px 88px rgba(8, 16, 39, 0.24);
  --max: 1520px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f7f9fc;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.85rem, 7vw, 5.45rem);
  line-height: 0.95;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
  text-wrap: balance;
}

h3 {
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.2;
}

p,
li {
  color: var(--muted);
  line-height: 1.64;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(20px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 228, 238, 0.72);
  box-shadow: 0 12px 38px rgba(8, 16, 39, 0.08);
  backdrop-filter: blur(18px);
}

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

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 2.1vw, 28px);
  font-size: 0.93rem;
  font-weight: 900;
}

.nav a,
.header-call,
.button,
.mini-link {
  text-decoration: none;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

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

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

.nav a.active {
  color: var(--navy);
}

.header-call,
.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-call {
  background: linear-gradient(135deg, var(--navy), #2033a1);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(24, 34, 111, 0.24);
}

.button.primary,
button {
  background: linear-gradient(135deg, var(--copper), var(--orange-dark));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.28);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(8, 16, 39, 0.16);
}

.button.secondary.dark {
  border: 1px solid rgba(24, 34, 111, 0.16);
  background: #eef4fb;
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
}

.button.copper {
  background: var(--copper);
}

.header-call:hover,
.button:hover,
button:hover,
.mini-link:hover {
  transform: translateY(-2px);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 80;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
  font-weight: 900;
}

.skip-link:focus {
  left: 8px;
}

.section {
  padding: clamp(58px, 7vh, 92px) clamp(20px, 5vw, 90px);
}

.section-inner,
.section-heading,
.footer-inner {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading.narrow {
  max-width: 860px;
}

.section-heading.center {
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #bcecff;
}

.lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #edf6ff;
  font-size: clamp(1.05rem, 1.6vw, 1.23rem);
  line-height: 1.58;
}

.hero,
.page-hero {
  position: relative;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero {
  min-height: 820px;
}

.hero-media,
.hero-overlay,
.page-hero-media,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  --hero-parallax: 0px;
  inset: -120px 0;
  background: url("assets/album/extension-bifold.jpg") center center / cover;
  transform: translate3d(0, var(--hero-parallax), 0) scale(1.1);
  will-change: transform;
}

.hero-overlay,
.page-hero-overlay {
  background:
    linear-gradient(115deg, rgba(5, 9, 26, 0.98), rgba(8, 16, 39, 0.82) 46%, rgba(8, 16, 39, 0.28) 76%),
    linear-gradient(0deg, rgba(8, 16, 39, 0.92), rgba(8, 16, 39, 0.2) 52%, rgba(8, 16, 39, 0.46)),
    linear-gradient(90deg, rgba(33, 180, 232, 0.22), transparent 34%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: clamp(34px, 5vw, 74px);
  align-items: end;
  min-height: 820px;
  padding: 118px clamp(20px, 5vw, 72px) 132px;
}

.hero-copy {
  max-width: 880px;
}

.hero-mark {
  width: min(210px, 50vw);
  margin-bottom: 28px;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.28));
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof-pills span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.hero-proof-pills strong {
  color: #ffffff;
}

.quote-panel-wrap {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)),
    rgba(8, 16, 39, 0.46);
  box-shadow: var(--lifted);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.quote-panel-wrap::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--cyan), var(--copper), var(--green));
  content: "";
}

.quote-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-panel-header a {
  color: #ffffff;
  text-decoration: none;
}

.quote-panel-wrap h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.8rem;
}

.quote-panel-wrap p {
  color: rgba(255, 255, 255, 0.84);
}

.quote-panel {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.quote-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.quote-panel h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.8rem;
}

.quote-panel p {
  color: rgba(255, 255, 255, 0.84);
}

form {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 8px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

textarea {
  min-height: 126px;
  padding-top: 12px;
  resize: vertical;
}

button {
  border: 0;
  cursor: pointer;
}

.quote-panel-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.quote-panel-meta span {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-service-ribbon {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 34px;
  left: clamp(20px, 5vw, 72px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(5, 13, 35, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}

.hero-service-ribbon a {
  position: relative;
  display: flex;
  min-height: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.hero-service-ribbon a::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--copper);
  content: "";
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: -1px auto 0;
  border: 1px solid rgba(220, 228, 238, 0.86);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(8, 16, 39, 0.12);
  overflow: hidden;
}

.trust-strip div {
  position: relative;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.trust-strip div::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--cyan);
  content: "";
}

.trust-strip div:nth-child(2)::before {
  background: var(--copper);
}

.trust-strip div:nth-child(3)::before {
  background: var(--blue);
}

.trust-strip div:nth-child(4)::before {
  background: var(--green);
}

.trust-strip div:last-child {
  border-right: 0;
}

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

.trust-strip strong {
  color: var(--navy);
  font-size: 1.35rem;
}

.trust-strip span {
  margin-top: 5px;
  color: var(--muted);
}

.section-inner.proof,
.section-inner.reviews-split,
.contact-split,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.intro {
  position: relative;
}

.intro::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 5px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--cyan), var(--copper));
  content: "";
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 18px;
  align-items: end;
}

.about-proof-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.58fr);
  gap: 18px;
  align-items: stretch;
}

.image-stack img,
.about-proof-stack > img,
.image-card img,
.service-card img,
.project-card img,
.gallery-card img {
  width: 100%;
  object-fit: cover;
}

.image-stack img:first-child {
  height: 470px;
  border-radius: 8px;
}

.image-stack img:last-child {
  height: 280px;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-proof-stack > img {
  height: 470px;
  border-radius: 8px;
}

.award-panel {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.award-panel img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.award-panel figcaption {
  margin-top: 14px;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

.service-grid,
.project-grid,
.values-grid,
.review-grid,
.faq-grid,
.badge-grid,
.related-grid,
.area-grid {
  display: grid;
  gap: 20px;
}

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

.service-card,
.project-card,
.value-card,
.review-card,
.faq-card,
.related-card,
.process-card,
.area-card,
.service-mini-card {
  position: relative;
  border: 1px solid rgba(220, 228, 238, 0.78);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(8, 16, 39, 0.08);
  overflow: hidden;
}

.service-card,
.project-card,
.related-card,
.service-mini-card {
  min-height: 360px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.project-card:hover,
.related-card:hover,
.service-mini-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 78px rgba(8, 16, 39, 0.16);
}

.service-card img,
.project-card img {
  height: 210px;
  transition: transform 420ms ease;
}

.service-card:hover img,
.project-card:hover img {
  transform: scale(1.05);
}

.service-card-body,
.project-card-body,
.project-card > div,
.value-card,
.review-card,
.faq-card,
.related-card,
.process-card,
.area-card,
.service-mini-card {
  padding: 22px;
}

.service-card p,
.project-card p,
.related-card p,
.process-card p,
.value-card p,
.review-card p,
.faq-card p {
  margin-bottom: 0;
}

.section-actions {
  margin-top: 32px;
  text-align: center;
}

.video-showcase {
  background:
    linear-gradient(135deg, rgba(8, 16, 39, 0.98), rgba(24, 34, 111, 0.9) 58%, rgba(15, 95, 131, 0.88)),
    var(--deep);
  color: var(--white);
}

.video-showcase h2 {
  color: var(--white);
}

.video-showcase p {
  color: rgba(255, 255, 255, 0.82);
}

.video-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.site-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--deep);
  object-fit: cover;
  box-shadow: var(--lifted);
}

.featured-case-section {
  background: #ffffff;
}

.featured-case-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

.featured-case-copy {
  max-width: 640px;
}

.featured-case-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: 16px;
  min-height: 520px;
}

.featured-case-media img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.featured-case-media img:first-child {
  grid-row: span 2;
}

.project-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.project-video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.project-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #050816;
  object-fit: contain;
}

.project-video-card div {
  padding: 22px;
}

.project-video-card h3 {
  color: var(--white);
  font-size: 1.22rem;
}

.project-video-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.portfolio-grid .project-card.large {
  grid-column: span 2;
}

.portfolio-grid .project-card img {
  height: 300px;
}

.portfolio-grid .project-card.large img {
  height: 620px;
}

.case-photo-section {
  background: #ffffff;
  padding-top: clamp(46px, 7vh, 84px);
  padding-bottom: clamp(56px, 8vh, 96px);
}

.case-photo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.case-photo-layout.single {
  grid-template-columns: 1fr;
  max-width: 1160px;
}

.case-main-photo,
.case-photo-thumbs figure {
  margin: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.case-main-photo img {
  width: 100%;
  height: clamp(420px, 58vh, 760px);
  object-fit: cover;
}

.case-main-photo figcaption,
.case-photo-thumbs figcaption {
  padding: 16px 18px;
  color: var(--navy);
  font-weight: 900;
}

.case-photo-thumbs {
  display: grid;
  gap: 18px;
}

.case-photo-thumbs img {
  width: 100%;
  height: clamp(150px, 18vh, 230px);
  object-fit: cover;
}

.case-study-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.case-facts {
  position: sticky;
  top: 104px;
  padding: 28px;
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.case-facts dl {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}

.case-facts div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.case-facts dt {
  margin-bottom: 5px;
  color: #bcecff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 0;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
}

.case-copy {
  display: grid;
  gap: 42px;
}

.case-copy section {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.case-copy section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.project-process-section {
  background: #ffffff;
}

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

.project-process-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.project-process-card:nth-child(1),
.project-process-card:nth-child(9) {
  grid-column: span 2;
}

.project-process-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.project-process-card:nth-child(1) img,
.project-process-card:nth-child(9) img {
  height: 430px;
}

.project-process-card figcaption {
  padding: 16px 18px;
  color: var(--navy);
  font-weight: 900;
}

.gallery-grid-large {
  grid-auto-rows: minmax(280px, auto);
}

.service-card .tag,
.tag {
  display: inline-flex;
  width: max-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--soft-copper);
  color: var(--copper);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}

.service-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  min-height: 390px;
  color: var(--white);
  background: var(--deep);
}

.service-card.featured img {
  height: 100%;
}

.service-card.featured .service-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(8, 16, 39, 0.98), rgba(24, 34, 111, 0.9)),
    var(--deep);
}

.service-card.featured h3 {
  color: var(--white);
  font-size: 1.65rem;
}

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

.soft-section,
.proof.section,
.process,
.areas,
.service-directory,
.reviews-page {
  background:
    linear-gradient(180deg, #f7f9fc, #eef4f8);
}

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

.trust-badge {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 154px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(8, 16, 39, 0.07);
}

.trust-badge img {
  width: 118px;
  height: 94px;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
}

.trust-badge.award img {
  height: 118px;
  padding: 0;
}

.trust-badge h3 {
  margin-bottom: 6px;
}

.trust-badge p {
  margin-bottom: 0;
}

.project-grid {
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
}

.project-card.large {
  grid-row: span 2;
}

.project-card.large img {
  height: 500px;
}

.project-card img {
  height: 250px;
}

.steps,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  list-style: none;
}

.steps li,
.process-card {
  padding: 26px;
}

.steps li {
  border: 1px solid var(--line);
  border-top: 4px solid var(--copper);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(8, 16, 39, 0.07);
}

.steps span,
.process-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: var(--white);
  font-weight: 900;
}

.reviews-split blockquote,
.review-card blockquote {
  margin: 0;
}

.reviews-split blockquote p,
.review-card blockquote p {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
}

.reviews-split cite,
.review-card cite {
  color: var(--muted);
  font-style: normal;
}

.reviews-split img {
  max-height: 360px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.review-stack {
  display: grid;
  gap: 16px;
}

.review-stack .review-card {
  padding: 24px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: var(--max);
  margin: 0 auto;
}

.area-list span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 900;
}

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

details,
.faq-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(8, 16, 39, 0.07);
}

summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}

details p {
  margin: 16px 0 0;
}

.contact,
.cta-band,
.site-footer {
  background:
    linear-gradient(135deg, var(--deep), var(--navy) 62%, #0f5f83);
  color: var(--white);
}

.contact h2,
.cta-band h2,
.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.contact p,
.cta-band p,
.site-footer p,
.site-footer a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.82);
}

.contact a,
.site-footer a {
  font-weight: 900;
}

.contact-form {
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--lifted);
}

.contact-form button {
  width: max-content;
  min-width: 160px;
}

.page-hero {
  min-height: 470px;
}

.page-hero-media {
  background-position: center;
  background-size: cover;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 470px;
  padding: 118px clamp(20px, 5vw, 72px) 76px;
}

.breadcrumb {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 800;
}

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

.page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.6rem, 5.6vw, 4.8rem);
}

.page-hero p {
  max-width: 720px;
  color: #edf6ff;
  font-size: 1.13rem;
}

.service-directory-grid {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto 34px;
}

.directory-intro {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 28px;
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.directory-intro h2,
.directory-intro h3 {
  color: var(--white);
}

.directory-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.directory-group {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}

.directory-group-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  padding: 18px 20px;
  border-left: 5px solid var(--copper);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(245, 130, 32, 0.12), rgba(255, 255, 255, 0.74)),
    var(--white);
  box-shadow: 0 14px 34px rgba(8, 16, 39, 0.06);
}

.directory-group-heading span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: var(--white);
  font-weight: 900;
}

.directory-group-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.service-row {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 170px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 16, 39, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(8, 16, 39, 0.13);
}

.service-row img {
  width: 172px;
  height: 142px;
  border-radius: 8px;
  object-fit: cover;
}

.service-row h3 {
  margin-bottom: 8px;
  font-size: 1.42rem;
  line-height: 1.08;
}

.service-row p {
  margin-bottom: 0;
}

.service-row .button {
  min-width: 132px;
}

.service-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.service-mini-card {
  min-height: 190px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.detail-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.service-spotlight {
  background:
    linear-gradient(180deg, #ffffff, #f3f7fb);
}

.service-spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.service-story {
  position: relative;
}

.service-story::before {
  display: block;
  width: 76px;
  height: 5px;
  margin-bottom: 26px;
  border-radius: 8px;
  background: var(--copper);
  content: "";
}

.service-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 30px;
}

.service-metrics span {
  display: grid;
  gap: 6px;
  min-height: 94px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(8, 16, 39, 0.07);
}

.service-metrics strong {
  color: var(--copper);
}

.service-visual-panel {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  background: var(--deep);
  box-shadow: var(--lifted);
  overflow: hidden;
}

.service-visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.service-visual-panel::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 16, 39, 0.82), transparent 54%),
    linear-gradient(90deg, rgba(245, 130, 32, 0.2), transparent 38%);
  content: "";
}

.service-visual-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  padding: 22px;
  border-left: 5px solid var(--copper);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.service-visual-note span,
.service-visual-note strong {
  display: block;
}

.service-visual-note span {
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-visual-note strong {
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.18;
}

.service-feature-band,
.service-gallery-strip {
  background:
    linear-gradient(135deg, rgba(8, 16, 39, 0.98), rgba(24, 34, 111, 0.9) 58%, rgba(15, 95, 131, 0.88)),
    var(--deep);
  color: var(--white);
}

.service-feature-band h2,
.service-gallery-strip h2 {
  color: var(--white);
}

.service-feature-band p,
.service-gallery-strip p {
  color: rgba(255, 255, 255, 0.78);
}

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

.service-feature-card {
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.service-feature-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: var(--white);
  font-weight: 900;
}

.service-feature-card h3 {
  color: var(--white);
  font-size: 1.18rem;
}

.service-step-grid,
.service-option-grid {
  display: grid;
  gap: 18px;
}

.service-expertise {
  background: #ffffff;
}

.service-expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.service-expertise-item {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 62%, #f5f7fb);
  box-shadow: 0 16px 42px rgba(8, 16, 39, 0.07);
  overflow: hidden;
}

.service-expertise-item::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--copper);
  content: "";
}

.service-expertise-item > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}

.service-expertise-item h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.42rem;
}

.service-expertise-item p {
  margin: 0;
  color: var(--muted);
}

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

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

.service-step-card,
.service-option-card {
  position: relative;
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(8, 16, 39, 0.07);
  overflow: hidden;
}

.service-step-card::before,
.service-option-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--copper);
  content: "";
}

.service-step-card span,
.service-option-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-copper);
  color: var(--copper);
  font-weight: 900;
}

.service-step-card h3,
.service-option-card h3 {
  font-size: 1.28rem;
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) repeat(var(--gallery-items, 3), minmax(170px, 0.7fr));
  gap: 18px;
  align-items: stretch;
}

.service-gallery-grid > div {
  display: grid;
  align-content: center;
}

.service-gallery-grid img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.local-service-section {
  background: #ffffff;
}

.local-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.local-service-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f7fafc);
  box-shadow: var(--shadow);
}

.local-service-card h3 {
  margin-bottom: 20px;
  font-size: 1.45rem;
}

.local-service-card .tick-list li {
  box-shadow: none;
}

.feature-list,
.tick-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.feature-list li,
.tick-list li {
  position: relative;
  padding: 16px 18px 16px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.feature-list li::before,
.tick-list li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.included-grid,
.related-grid,
.values-grid,
.review-grid,
.area-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.included-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(8, 16, 39, 0.07);
}

.included-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-blue);
  color: var(--navy);
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.gallery-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-card.wide {
  grid-column: span 2;
}

.gallery-card.tall {
  grid-row: span 2;
}

.gallery-card img {
  height: 100%;
  min-height: inherit;
}

.gallery-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
  background: linear-gradient(0deg, rgba(8, 16, 39, 0.92), transparent);
  color: var(--white);
  font-weight: 900;
}

.cta-band {
  padding: 58px clamp(20px, 5vw, 72px);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.site-footer {
  padding: 70px clamp(20px, 5vw, 72px) 26px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 34px;
}

.footer-logo {
  width: 156px;
  margin-bottom: 20px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  max-width: var(--max);
  margin: 46px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 360ms ease, transform 360ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner,
  .section-inner.proof,
  .section-inner.reviews-split,
  .video-showcase-grid,
  .contact-split,
  .split-section,
  .featured-case-layout,
  .about-proof-stack,
  .detail-overview,
  .service-spotlight-grid,
  .local-service-grid,
  .case-study-layout,
  .service-directory-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 92px;
    padding-bottom: 140px;
  }

  .directory-intro {
    position: relative;
    top: auto;
  }

  .case-facts {
    position: relative;
    top: auto;
  }

  .case-photo-layout {
    grid-template-columns: 1fr;
  }

  .case-main-photo img {
    height: 420px;
  }

  .case-photo-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-case-media {
    min-height: auto;
  }

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

  .project-process-card:nth-child(1),
  .project-process-card:nth-child(9) {
    grid-column: span 1;
  }

  .service-grid,
  .included-grid,
  .related-grid,
  .values-grid,
  .review-grid,
  .faq-grid,
  .area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .steps,
  .process-grid,
  .service-feature-grid,
  .service-step-grid,
  .service-option-grid,
  .service-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-gallery-grid > div {
    grid-column: 1 / -1;
  }

  .service-visual-panel,
  .service-visual-panel img {
    min-height: 420px;
  }

  .project-grid,
  .portfolio-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-card.large,
  .portfolio-grid .project-card.large,
  .gallery-card.wide,
  .gallery-card.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .project-card.large img,
  .project-card img,
  .gallery-card img {
    height: 300px;
  }

  .portfolio-grid .project-card.large img,
  .portfolio-grid .project-card img {
    height: 320px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 740px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand img {
    width: 138px;
  }

  .header-call {
    width: max-content;
  }

  .hero-inner {
    padding-top: 62px;
    padding-bottom: 232px;
  }

  .hero-mark {
    width: 146px;
    margin-bottom: 20px;
  }

  .hero-actions,
  .button,
  .header-call {
    width: 100%;
  }

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

  .hero-proof-pills span {
    align-items: start;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
  }

  .quote-panel-wrap {
    padding: 24px;
  }

  .quote-topline,
  .quote-panel-header,
  .quote-panel-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-service-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    bottom: 22px;
  }

  .hero-service-ribbon a {
    min-height: 56px;
    padding: 7px 8px;
    font-size: 0.8rem;
  }

  .trust-strip,
  .service-grid,
  .included-grid,
  .related-grid,
  .values-grid,
  .review-grid,
  .faq-grid,
  .area-grid,
  .service-mini-grid,
  .steps,
  .process-grid,
    .service-feature-grid,
    .service-step-grid,
    .service-option-grid,
    .service-expertise-grid,
    .service-gallery-grid,
  .service-metrics,
  .project-grid,
  .portfolio-grid,
  .gallery-grid,
  .featured-case-media,
  .project-process-grid,
  .project-video-grid,
  .trust-badge-grid {
    grid-template-columns: 1fr;
  }

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

  .service-card.featured img {
    aspect-ratio: 4 / 3;
  }

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

  .service-row img {
    width: 100%;
    height: 220px;
  }

  .service-row .button {
    width: 100%;
  }

  .service-visual-panel,
  .service-visual-panel img {
    min-height: 330px;
  }

  .service-visual-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 18px;
  }

  .service-visual-note strong {
    font-size: 1.05rem;
  }

  .service-feature-card,
  .service-step-card,
  .service-option-card,
  .service-expertise-item {
    min-height: auto;
  }

  .service-expertise-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
  }

  .service-expertise-item > span {
    width: 42px;
    height: 42px;
  }

  .service-gallery-grid img {
    height: 230px;
  }

  .section,
  .cta-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .intro::before {
    display: none;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .about-proof-stack > img {
    height: 260px;
  }

  .award-panel img {
    max-height: 250px;
  }

  .trust-badge {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: auto;
  }

  .trust-badge img {
    width: 92px;
    height: 74px;
  }

  .trust-badge.award img {
    height: 92px;
  }

  .image-stack img:first-child,
  .image-stack img:last-child,
  .featured-case-media img,
  .project-card.large img,
  .project-card img,
  .gallery-card img {
    height: 260px;
  }

  .featured-case-media img:first-child {
    grid-row: auto;
  }

  .project-process-card img,
  .project-process-card:nth-child(1) img,
  .project-process-card:nth-child(9) img {
    height: 260px;
  }

  .project-video-card video {
    aspect-ratio: 4 / 3;
  }

  .case-main-photo img {
    height: 280px;
  }

  .case-photo-thumbs {
    grid-template-columns: 1fr;
  }

  .case-photo-thumbs img,
  .portfolio-grid .project-card.large img,
  .portfolio-grid .project-card img {
    height: 260px;
  }

  .service-card,
  .service-card.featured,
  .project-card {
    min-height: auto;
  }

  .page-hero,
  .page-hero-inner {
    min-height: 410px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media {
    transform: scale(1.04);
    will-change: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final design and usability polish */
:root {
  --navy: #17246f;
  --deep: #071126;
  --blue: #126ea9;
  --cyan: #1293bf;
  --copper: #f47716;
  --orange-dark: #c94f08;
  --ink: #141a26;
  --muted: #596170;
  --pale: #f2f6fa;
  --line: #d8e1eb;
  --shadow: 0 18px 50px rgba(15, 27, 63, 0.13);
  --max: 1440px;
}

body {
  overflow-x: hidden;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: clip;
}

::selection {
  background: var(--copper);
  color: #ffffff;
}

h1,
h2,
h3,
.button,
.nav,
.header-call,
button {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 5.35rem;
  letter-spacing: 0;
}

h2 {
  font-size: 3rem;
  letter-spacing: 0;
}

h3 {
  letter-spacing: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(18, 110, 169, 0.12);
}

.site-header {
  min-height: 82px;
  border-top: 4px solid var(--copper);
  background: rgba(255, 255, 255, 0.96);
}

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

.brand img {
  width: 146px;
}

.nav a {
  color: #252d3d;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.header-call {
  display: grid;
  gap: 2px;
  min-width: 170px;
  min-height: 54px;
  padding: 9px 22px;
  line-height: 1.05;
  text-align: center;
}

.header-call span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.header-call strong {
  color: #ffffff;
  font-size: 1rem;
}

.nav-toggle {
  display: none;
  width: 48px;
  min-height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px auto;
  background: var(--navy);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-action-bar {
  display: none;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-heading {
  max-width: var(--max);
  margin-bottom: 34px;
  padding-right: clamp(20px, 5vw, 90px);
  padding-left: clamp(20px, 5vw, 90px);
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
}

.eyebrow {
  color: #08779f;
}

.button,
.header-call,
button {
  min-height: 48px;
}

.button.primary,
button:not(.nav-toggle):not(.lightbox-close) {
  background: linear-gradient(135deg, #ff821e, var(--orange-dark));
  box-shadow: 0 14px 30px rgba(244, 119, 22, 0.26);
}

.hero {
  min-height: 760px;
}

.hero-media {
  background-position: center 43%;
}

.hero-overlay {
  background:
    linear-gradient(100deg, rgba(5, 9, 26, 0.98), rgba(8, 16, 39, 0.78) 48%, rgba(8, 16, 39, 0.16) 82%),
    linear-gradient(0deg, rgba(8, 16, 39, 0.88), transparent 56%),
    linear-gradient(90deg, rgba(18, 147, 191, 0.17), transparent 38%);
}

.hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  align-items: center;
  min-height: 760px;
  padding-top: 92px;
  padding-bottom: 132px;
}

.hero-copy {
  max-width: 760px;
}

.hero-mark {
  width: 186px;
  margin-bottom: 22px;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  line-height: 0.98;
}

.hero .lead {
  max-width: 680px;
}

.quick-start {
  padding: 30px;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(7, 17, 38, 0.78);
}

.quick-start-kicker {
  margin-bottom: 8px;
  color: #9de5ff !important;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-start h2 {
  font-size: 2rem;
  line-height: 1.08;
}

.quick-start-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.quick-start-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.45;
}

.quick-start-list li::before {
  position: absolute;
  top: 0.38rem;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--copper);
  border-radius: 50%;
  content: "";
}

.quick-start-button {
  width: 100%;
}

.hero-service-ribbon a {
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-service-ribbon a:hover,
.hero-service-ribbon a:focus-visible {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  transform: translateY(-3px);
}

.trust-strip {
  max-width: min(var(--max), calc(100% - 48px));
}

.intro {
  background: #ffffff;
}

.services-preview {
  background: var(--pale);
}

.service-card,
.project-card {
  border-color: rgba(205, 217, 231, 0.9);
}

.service-card img,
.project-card img,
.gallery-card img,
.project-process-card img,
.case-photo-layout img {
  background: #dfe7ef;
}

.service-card:not(.featured) {
  min-height: 390px;
}

.service-card:not(.featured) img {
  height: 225px;
}

.service-card h3,
.project-card h3 {
  font-size: 1.32rem;
}

.service-card .mini-link,
.project-card .mini-link {
  text-decoration: underline;
  text-decoration-color: rgba(244, 119, 22, 0.55);
  text-underline-offset: 5px;
}

.featured-case-section {
  background: linear-gradient(120deg, var(--deep), var(--navy) 60%, #0d6f92);
  color: #ffffff;
}

.featured-case-section h2 {
  color: #ffffff;
}

.featured-case-section p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.featured-case-section .eyebrow {
  color: #9de5ff;
}

.featured-case-media {
  min-height: 500px;
}

.featured-case-media img {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.featured-case-media img:first-child {
  object-position: center;
}

.value-card,
.review-card,
.service-step-card,
.service-option-card,
.service-feature-card,
.steps li {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.value-card:hover,
.review-card:hover,
.service-step-card:hover,
.service-option-card:hover,
.steps li:hover {
  border-color: rgba(244, 119, 22, 0.42);
  box-shadow: 0 22px 54px rgba(8, 16, 39, 0.12);
  transform: translateY(-4px);
}

.section > .section-inner.trust-badge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-badge {
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 148px;
  padding: 20px;
}

.trust-badge img,
.trust-badge.award img {
  width: 96px;
  height: 88px;
  padding: 8px;
}

.service-option-card {
  display: grid;
  align-content: start;
  min-height: 150px;
}

.service-option-card h3 {
  margin-bottom: 0;
}

.service-row h3 {
  font-size: 1.5rem;
}

.page-hero h1 {
  font-size: 4.25rem;
  line-height: 0.98;
}

.page-hero-overlay {
  background:
    linear-gradient(98deg, rgba(5, 9, 26, 0.97), rgba(8, 16, 39, 0.7) 55%, rgba(8, 16, 39, 0.2)),
    linear-gradient(0deg, rgba(8, 16, 39, 0.84), transparent 58%);
}

.gallery-card,
.case-main-photo,
.case-photo-thumbs figure,
.project-process-card {
  cursor: zoom-in;
}

.gallery-card::after,
.case-main-photo::after,
.case-photo-thumbs figure::after,
.project-process-card::after {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(7, 17, 38, 0.7);
  color: #ffffff;
  content: "+";
  font-size: 1.35rem;
  font-weight: 700;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.case-main-photo,
.case-photo-thumbs figure,
.project-process-card {
  position: relative;
}

.gallery-card:hover::after,
.gallery-card:focus-visible::after,
.case-main-photo:hover::after,
.case-main-photo:focus-visible::after,
.case-photo-thumbs figure:hover::after,
.case-photo-thumbs figure:focus-visible::after,
.project-process-card:hover::after,
.project-process-card:focus-visible::after {
  opacity: 1;
  transform: scale(1.05);
}

.image-lightbox {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #050a18;
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}

.image-lightbox::backdrop {
  background: rgba(2, 5, 14, 0.88);
  backdrop-filter: blur(10px);
}

.image-lightbox figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  max-height: calc(100vh - 40px);
  margin: 0;
}

.image-lightbox img {
  width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
}

.image-lightbox figcaption {
  padding: 16px 22px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(7, 17, 38, 0.86);
  color: #ffffff;
  box-shadow: none;
  font-size: 1.65rem;
  line-height: 1;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted) !important;
  font-size: 0.78rem;
}

.quote-panel .form-note,
.quote-panel .form-status {
  color: rgba(255, 255, 255, 0.76) !important;
}

.form-status:empty {
  display: none;
}

.js-enabled .reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  h1 {
    font-size: 4.35rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .page-hero h1 {
    font-size: 3.6rem;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    min-height: 76px;
    padding: 9px 24px;
  }

  .brand {
    grid-column: 1;
  }

  .header-actions {
    grid-column: 3;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 24px;
    display: grid;
    grid-column: auto;
    width: min(390px, calc(100vw - 48px));
    max-height: calc(100vh - 110px);
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: var(--lifted);
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }

  .nav a {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .nav a::after {
    right: 16px;
    left: 16px;
  }

  .site-header.nav-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  }

  .section > .section-inner.trust-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 220px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .quick-start {
    max-width: 640px;
  }
}

@media (max-width: 740px) {
  body {
    padding-bottom: 64px;
  }

  h1,
  .hero h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    min-height: 68px;
    padding: 7px 12px;
  }

  .brand img {
    width: 104px;
  }

  .header-actions {
    grid-column: 3;
    gap: 7px;
  }

  .header-call {
    width: auto;
    min-width: 112px;
    min-height: 42px;
    padding: 7px 10px;
  }

  .header-call span {
    display: none;
  }

  .header-call strong {
    font-size: 0.76rem;
  }

  .nav-toggle {
    width: 44px;
    min-height: 42px;
  }

  .nav {
    top: calc(100% + 7px);
    right: 12px;
    width: calc(100vw - 24px);
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 8px;
    min-height: 64px;
    padding: 8px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 17, 38, 0.97);
    box-shadow: 0 -12px 35px rgba(7, 17, 38, 0.22);
    backdrop-filter: blur(16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-header.nav-open ~ .mobile-action-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-action-bar a:first-child {
    border: 1px solid rgba(255, 255, 255, 0.38);
  }

  .mobile-action-bar a:last-child {
    background: linear-gradient(135deg, #ff821e, var(--orange-dark));
  }

  .page-contact {
    padding-bottom: 0;
  }

  .page-contact .mobile-action-bar {
    display: none;
  }

  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

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

  .hero-mark {
    width: 138px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 9, 26, 0.78), rgba(8, 16, 39, 0.92) 62%, rgba(8, 16, 39, 0.98)),
      linear-gradient(90deg, rgba(8, 16, 39, 0.8), rgba(8, 16, 39, 0.28));
  }

  .quick-start {
    padding: 22px;
  }

  .quick-start h2 {
    font-size: 1.75rem;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .trust-strip div {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip strong {
    font-size: 1.05rem;
  }

  .trust-strip span {
    font-size: 0.82rem;
  }

  .featured-case-media {
    min-height: auto;
  }

  .section > .section-inner.trust-badge-grid {
    grid-template-columns: 1fr;
  }

  .trust-badge {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .trust-badge img,
  .trust-badge.award img {
    width: 82px;
    height: 76px;
  }

  .service-option-card {
    min-height: 130px;
  }

  .image-lightbox {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
  }

  .site-footer {
    padding-bottom: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .reveal,
  .js-enabled .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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

.review-source-strip a {
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--copper);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(8, 16, 39, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-source-strip a:hover {
  box-shadow: 0 24px 58px rgba(8, 16, 39, 0.13);
  transform: translateY(-4px);
}

.review-source-strip span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-source-strip strong {
  color: var(--navy);
  font-size: 1.55rem;
}

.review-source-strip small {
  color: var(--muted);
  line-height: 1.4;
}

.review-page-grid {
  gap: 22px;
}

.sourced-review {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 26px;
  border-top: 4px solid var(--copper);
}

.reviews-split .sourced-review {
  min-height: 0;
}

.review-card-top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-score {
  display: inline-grid;
  min-width: 48px;
  min-height: 34px;
  place-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--soft-copper);
  color: var(--orange-dark);
}

.sourced-review blockquote p {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.48;
}

.sourced-review cite {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.5;
}

.review-summary-card > p:not(.review-summary-label) {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
}

.review-summary-label {
  margin-bottom: 12px;
  color: var(--copper) !important;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-source-link {
  width: max-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration-color: var(--copper);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

@media (max-width: 820px) {
  .review-source-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .sourced-review {
    min-height: 0;
    padding: 22px;
  }
}

/* August 2026 service, location and gallery refinements */
.page-home .hero-media {
  background-image: url("assets/album/home-hero-extension.jpg");
  background-position: center 55%;
}

.page-home .hero-proof-pills {
  gap: 10px 24px;
}

.page-home .hero-proof-pills span {
  position: relative;
  min-height: 0;
  padding: 0 0 0 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-home .hero-proof-pills span::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.trust-badge-chas .chas-mark {
  display: grid;
  width: 86px;
  min-height: 58px;
  place-items: center;
  border: 3px solid var(--copper);
  border-radius: 6px;
  color: var(--navy);
  font-size: 1.22rem;
  font-weight: 900;
}

.roof-service-directory {
  background: #ffffff;
}

.roof-service-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.roof-service-tile {
  position: relative;
  display: grid;
  grid-template-rows: 52px auto 1fr auto;
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(8, 16, 39, 0.08);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.roof-service-tile::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--copper);
  content: "";
}

.roof-service-tile:hover,
.roof-service-tile:focus-visible {
  border-color: rgba(245, 130, 32, 0.55);
  box-shadow: 0 22px 54px rgba(8, 16, 39, 0.14);
  transform: translateY(-3px);
}

.roof-service-tile img {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 50%;
  background: var(--copper);
  filter: none;
}

.roof-service-tile h3 {
  margin: 14px 0 10px;
  font-size: 1.34rem;
}

.roof-service-tile p {
  margin: 0 0 18px;
}

.roof-service-tile > span {
  color: var(--orange-dark);
  font-weight: 900;
}

.service-expertise-item {
  scroll-margin-top: 120px;
}

.service-case-study {
  background: var(--deep);
  color: var(--white);
}

.service-case-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.service-case-media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
}

.service-case-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.service-case-copy h2,
.service-case-copy p,
.service-case-points dd {
  color: var(--white);
}

.service-case-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.service-case-points {
  margin: 28px 0 30px;
}

.service-case-points div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.service-case-points dt {
  color: var(--copper);
  font-weight: 900;
}

.service-case-points dd {
  margin: 0;
  line-height: 1.55;
}

.service-gallery-shell {
  display: grid;
  gap: 24px;
}

.service-gallery-heading {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
}

.service-gallery-heading h2 {
  margin-bottom: 0;
}

.service-gallery-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.service-gallery-controls button {
  display: grid;
  width: 48px;
  min-height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.35rem;
}

.service-gallery-controls button:disabled {
  cursor: default;
  opacity: 0.38;
  box-shadow: none;
}

.service-gallery-track {
  display: grid;
  grid-auto-columns: minmax(300px, 32%);
  grid-auto-flow: column;
  gap: 18px;
  padding: 2px 2px 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--copper) rgba(255, 255, 255, 0.16);
  scrollbar-width: thin;
}

.service-gallery-track figure {
  margin: 0;
  scroll-snap-align: start;
}

.service-gallery-track img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.service-gallery-track figcaption {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
}

.shop-location-section {
  background: #ffffff;
}

.shop-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.shop-location-copy address {
  margin-top: 28px;
  padding: 22px 0 22px 24px;
  border-left: 4px solid var(--copper);
  color: var(--navy);
  font-size: 1.05rem;
  font-style: normal;
  line-height: 1.65;
}

.shop-location-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
}

.shop-location-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.shop-location-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px 16px;
  border-left: 4px solid var(--copper);
  border-radius: 6px;
  background: rgba(8, 16, 39, 0.92);
  color: #ffffff;
  font-weight: 800;
}

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

.shop-photo-grid figure {
  margin: 0;
}

.shop-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.shop-photo-grid figcaption {
  padding: 12px 0;
  color: var(--navy);
  font-weight: 800;
}

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

  .service-case-layout,
  .shop-location-layout {
    grid-template-columns: 1fr;
  }

  .service-case-media,
  .service-case-media img,
  .shop-location-media,
  .shop-location-media img {
    min-height: 420px;
    height: 420px;
  }
}

@media (max-width: 740px) {
  .page-home .hero-proof-pills {
    display: grid;
    gap: 9px;
  }

  .roof-service-tile-grid,
  .shop-photo-grid {
    grid-template-columns: 1fr;
  }

  .roof-service-tile {
    min-height: 0;
  }

  .service-case-media,
  .service-case-media img,
  .shop-location-media,
  .shop-location-media img {
    min-height: 320px;
    height: 320px;
  }

  .service-case-points div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .service-gallery-heading {
    align-items: center;
  }

  .service-gallery-track {
    grid-auto-columns: minmax(260px, 86vw);
  }
}

/* Production content and Netlify form states */
.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(720px, calc(100% - 40px));
  padding: 20px;
  border-top: 5px solid var(--copper);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(8, 16, 39, 0.28);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.cookie-banner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions .button {
  min-height: 46px;
  padding: 11px 16px;
  white-space: nowrap;
}

.form-consent {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 0.86rem;
  font-weight: 600 !important;
  line-height: 1.45;
}

.form-consent input {
  width: 18px !important;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--copper);
}

.form-consent a {
  color: var(--navy);
  text-decoration: underline;
}

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

.article-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.article-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.article-card > div {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 24px;
}

.article-card span {
  margin-bottom: 10px;
  color: var(--copper-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-card h3 {
  font-size: 1.42rem;
  line-height: 1.18;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}

.article-body,
.legal-copy {
  max-width: 820px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.78;
}

.article-body h2,
.legal-copy h2 {
  margin-top: 42px;
  font-size: 1.8rem;
}

.article-body h3 {
  margin-top: 34px;
  font-size: 1.45rem;
}

.article-body p,
.article-body ul,
.article-body ol,
.legal-copy p {
  margin-bottom: 20px;
}

.article-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
  padding: 28px;
  border-top: 5px solid var(--copper);
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--lifted);
}

.article-aside h2,
.article-aside .mini-link {
  color: var(--white);
}

.article-aside p {
  color: rgba(255, 255, 255, 0.82);
}

.price-intro,
.brochure-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 34px;
}

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

.pricing-grid article {
  display: grid;
  gap: 8px;
  min-height: 118px;
  align-content: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--copper);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 16, 39, 0.06);
}

.pricing-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-grid strong {
  color: var(--navy);
  font-size: 1.55rem;
}

.pricing-note {
  margin-top: 32px;
  padding: 28px;
  border-radius: 8px;
  background: var(--soft);
}

.legal-copy {
  margin: 0 auto;
}

.brochure-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
}

.brochure-mark {
  display: grid;
  min-height: 380px;
  place-items: center;
  align-content: center;
  padding: 38px;
  border-radius: 8px;
  background: var(--soft);
  text-align: center;
}

.brochure-mark img {
  width: min(240px, 100%);
  margin-bottom: 30px;
}

.brochure-mark strong {
  color: var(--navy);
  font-size: 2rem;
}

.brochure-mark span {
  color: var(--muted);
  font-weight: 800;
}

.simple-status-page {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 130px 24px 80px;
  background: var(--soft);
}

.simple-status-page > div {
  width: min(760px, 100%);
  padding: clamp(30px, 6vw, 64px);
  border-top: 6px solid var(--copper);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--lifted);
}

.simple-status-page img {
  width: 180px;
  margin-bottom: 28px;
}

.simple-status-page h1 {
  font-size: 2.8rem;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .article-card-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout,
  .brochure-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .brochure-mark {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .cookie-banner {
    right: 12px;
    bottom: 76px;
    grid-template-columns: 1fr;
    gap: 14px;
    width: calc(100% - 24px);
    padding: 18px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-actions .button {
    width: 100%;
    min-width: 0;
  }

  .article-card-grid,
  .pricing-grid,
  .price-intro {
    grid-template-columns: 1fr;
  }

  .price-intro {
    align-items: start;
  }

  .article-card {
    grid-template-rows: 210px 1fr;
  }

  .article-card img {
    height: 210px;
  }

  .simple-status-page h1 {
    font-size: 2.15rem;
  }
}
