:root {
  --ink: #08162b;
  --navy: #0a2447;
  --navy-soft: #143a69;
  --gold: #f6b32c;
  --gold-bright: #ffd96a;
  --red: #c9271f;
  --blue: #0b80d8;
  --green: #21873a;
  --violet: #7434a5;
  --cream: #fff7e8;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(3, 13, 28, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 217, 106, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(11, 128, 216, 0.12), transparent 26rem),
    linear-gradient(180deg, #08162b 0%, #0a2447 44%, #07142a 100%);
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 76px;
  padding: 0.55rem clamp(1rem, 4vw, 3rem);
  color: var(--white);
  background: rgba(5, 14, 30, 0.92);
  border-bottom: 1px solid rgba(255, 217, 106, 0.42);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(150px, 18vw, 218px);
  min-height: 54px;
  padding: 0.28rem 0.55rem;
  background: linear-gradient(180deg, rgba(13, 45, 86, 0.72), rgba(5, 14, 30, 0.72));
  border: 1px solid rgba(255, 217, 106, 0.34);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.brand img {
  width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(0.7rem, 3vw, 2.2rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.88rem;
}

.nav-links a,
.header-contact a {
  text-decoration: none;
}

.nav-links a:hover,
.header-contact a:hover {
  color: var(--gold-bright);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
}

.header-email {
  min-width: max-content;
  padding: 0.8rem 1rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 217, 106, 0.62);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.header-call {
  min-width: max-content;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.hero {
  position: relative;
  min-height: 84vh;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 25, 0.86), rgba(3, 12, 25, 0.24) 52%, rgba(3, 12, 25, 0.74)),
    linear-gradient(180deg, rgba(3, 12, 25, 0.12), rgba(3, 12, 25, 0.88)),
    url("assets/hero-painterly.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(290px, 0.55fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5rem);
  min-height: 84vh;
  padding: 7.25rem clamp(1rem, 5vw, 4.5rem) 3.4rem;
}

.hero-logo-wrap {
  align-self: center;
  max-width: 510px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.42));
}

.hero-logo-wrap img {
  width: min(520px, 100%);
}

.hero-copy {
  max-width: 760px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.hero-brand-card {
  display: grid;
  gap: 1rem;
  align-self: center;
  padding: clamp(1.1rem, 3vw, 1.55rem);
  color: var(--white);
  background: rgba(7, 23, 47, 0.86);
  border: 1px solid rgba(255, 217, 106, 0.34);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-brand-card img {
  width: min(360px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.36));
}

.hero-brand-card p {
  margin: 0;
  line-height: 1.55;
}

.hero-brand-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.hero-card-line {
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--red), var(--green));
  border-radius: 999px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 5vw, 4.45rem);
  line-height: 1;
  text-wrap: balance;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.26);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}

.hero-copy p:not(.eyebrow),
.intro-band p,
.estimate-copy p,
.detail-card p {
  font-size: 1.05rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.12rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}

.button-secondary {
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.15rem;
  max-width: 690px;
}

.trust-row span {
  padding: 0.62rem 0.7rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 217, 106, 0.24);
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
}

.trust-row span:nth-child(3) {
  grid-column: auto;
}

.service-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  width: min(1180px, calc(100% - 2rem));
  margin: -2.2rem auto 0;
}

.service-pill {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0.65rem;
  min-height: 74px;
  padding: 0.75rem;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--white);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
}

.blue {
  background: linear-gradient(160deg, #0b80d8, #094584);
}

.red {
  background: linear-gradient(160deg, #e33429, #8c160f);
}

.gold {
  background: linear-gradient(160deg, #ffbd31, #a96409);
}

.green {
  background: linear-gradient(160deg, #32a84d, #155f2c);
}

.violet {
  background: linear-gradient(160deg, #8f43ca, #4d1f75);
}

.intro-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.2rem, 4vw, 3.5rem);
  width: min(1160px, calc(100% - 2rem));
  margin: 4.5rem auto 2.25rem;
  padding: clamp(1rem, 4vw, 2.5rem) 0;
  color: var(--white);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto 2rem;
}

.proof-strip div {
  padding: 1.15rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 217, 106, 0.24);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

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

.proof-strip strong {
  margin-bottom: 0.35rem;
  color: var(--gold-bright);
  font-size: 1.06rem;
}

.proof-strip span {
  line-height: 1.45;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto 3rem;
}

.detail-card {
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background: linear-gradient(180deg, rgba(13, 45, 86, 0.96), rgba(7, 20, 42, 0.96));
  border: 1px solid rgba(255, 217, 106, 0.24);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.detail-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.detail-card h3,
.detail-card p,
.detail-card .paint-mark,
.detail-card a {
  margin-right: 1.1rem;
  margin-left: 1.1rem;
}

.detail-card h3 {
  margin-top: 0;
}

.detail-card p {
  min-height: 118px;
}

.detail-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 1.15rem;
  padding: 0.7rem 0.9rem;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.paint-mark {
  display: block;
  width: 84px;
  height: 14px;
  margin-top: 1.15rem;
  margin-bottom: 1rem;
  border-radius: 999px 18px 999px 18px;
}

.process-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(1.2rem, 5vw, 4rem);
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto 4.5rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  color: var(--white);
  background: linear-gradient(135deg, rgba(13, 45, 86, 0.92), rgba(7, 20, 42, 0.96));
  border: 1px solid rgba(255, 217, 106, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.process-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  position: relative;
  min-height: 84px;
  padding: 1rem 1rem 1rem 4.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 217, 106, 0.18);
  border-radius: 8px;
  counter-increment: step;
}

.process-list li::before {
  content: counter(step);
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-radius: 50%;
  font-weight: 900;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 0.25rem;
  color: var(--gold-bright);
}

.process-list span {
  line-height: 1.45;
}

.gallery {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto 4.5rem;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 1.25rem;
}

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

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

.gallery-grid figure {
  position: relative;
  aspect-ratio: 16 / 9;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 217, 106, 0.58);
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 18px 38px rgba(8, 22, 43, 0.16);
}

.gallery-feature {
  grid-row: auto;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.gallery-grid figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.75rem;
  color: var(--white);
  background: rgba(6, 21, 43, 0.82);
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(280px, 1fr);
  gap: clamp(1.2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 6vw, 5rem);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 16, 33, 0.92), rgba(9, 36, 71, 0.82)),
    url("assets/hero-painterly.png") center / cover no-repeat;
}

.showcase img {
  width: min(390px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.4));
}

.showcase ul {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.15rem;
  font-size: 1.08rem;
  line-height: 1.4;
}

.estimate {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(1.2rem, 5vw, 4rem);
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: var(--white);
}

.phone-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--gold-bright);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  text-decoration: none;
}

.email-link {
  display: block;
  width: fit-content;
  margin-top: 0.55rem;
  color: var(--white);
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  font-weight: 900;
  text-decoration: none;
}

.contact-page-link {
  margin-top: 1.2rem;
}

.page-hero {
  position: relative;
  min-height: 54vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 12, 25, 0.92), rgba(3, 12, 25, 0.58) 58%, rgba(3, 12, 25, 0.86)),
    linear-gradient(180deg, rgba(3, 12, 25, 0.12), rgba(3, 12, 25, 0.82)),
    url("assets/hero-painterly.png") center / cover no-repeat;
}

.page-hero-inner {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  max-width: 850px;
  padding: 7rem 0 3.3rem;
}

.page-hero-inner > .eyebrow,
.page-hero-inner > h1,
.page-hero-inner > p,
.page-hero-inner > .hero-actions {
  position: relative;
  z-index: 1;
}

.page-hero-logo {
  display: none;
}

.page-hero-inner {
  position: relative;
}

.page-hero-inner::after {
  content: "";
  position: absolute;
  inset: 6.4rem auto 2.6rem -1.4rem;
  width: min(860px, calc(100% + 2.8rem));
  z-index: 0;
  background: rgba(7, 23, 47, 0.72);
  border: 1px solid rgba(255, 217, 106, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  font-size: 1.16rem;
  line-height: 1.55;
}

.service-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(1.2rem, 4vw, 3rem);
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  color: var(--white);
}

.service-main {
  display: grid;
  gap: 1.25rem;
}

.service-panel,
.contact-panel {
  padding: clamp(1.1rem, 3vw, 1.7rem);
  color: var(--white);
  background: linear-gradient(180deg, rgba(13, 45, 86, 0.94), rgba(7, 20, 42, 0.98));
  border: 1px solid rgba(255, 217, 106, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.service-panel p,
.contact-panel p {
  line-height: 1.6;
}

.service-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.15rem;
  line-height: 1.5;
}

.service-sidebar {
  align-self: start;
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1rem;
}

.service-sidebar img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 2px solid rgba(255, 217, 106, 0.56);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.contact-list a {
  display: block;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.service-nav-list {
  display: grid;
  gap: 0.55rem;
}

.service-nav-list a {
  padding: 0.75rem 0.85rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 217, 106, 0.22);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
}

.service-nav-list a:hover {
  background: rgba(255, 217, 106, 0.18);
}

.contact-page {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7.5rem 0 4rem;
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(1.2rem, 5vw, 4rem);
  align-items: start;
}

.contact-card-stack {
  display: grid;
  gap: 1rem;
}

.contact-visual {
  width: 100%;
  margin: 1.25rem 0;
  border: 2px solid rgba(255, 217, 106, 0.56);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.estimate-form {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1rem, 3vw, 1.6rem);
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(255, 217, 106, 0.56);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem;
  color: var(--ink);
  border: 1px solid rgba(8, 22, 43, 0.22);
  border-radius: 6px;
  font: inherit;
  background: #fffdf8;
}

textarea {
  resize: vertical;
}

button {
  min-height: 52px;
  color: var(--ink);
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 5vw, 4rem);
  color: var(--white);
  background: #050e1e;
  border-top: 1px solid rgba(255, 217, 106, 0.25);
  font-weight: 900;
}

.site-footer a {
  color: var(--gold-bright);
  text-decoration: none;
}

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

  .header-email {
    padding: 0.64rem 0.72rem;
    font-size: 0.76rem;
  }

  .nav-links {
    display: none;
  }

  .hero-content,
  .intro-band,
  .process-band,
  .gallery-heading,
  .showcase,
  .estimate {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: center;
    padding-top: 6rem;
  }

  .hero-logo-wrap {
    max-width: 430px;
    margin-inline: auto;
  }

  .hero-copy {
    margin-inline: auto;
  }

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

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

  .gallery-feature {
    grid-column: auto;
  }

  .service-page-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 0.7rem;
  }

  .brand {
    width: 132px;
  }

  .header-call {
    padding: 0.64rem 0.72rem;
    font-size: 0.82rem;
  }

  .header-contact {
    gap: 0.35rem;
  }

  .header-email {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
    padding: 5.4rem 1rem 2.5rem;
  }

  .hero-logo-wrap {
    padding-top: 0;
  }

  .hero-copy {
    padding: 1rem;
  }

  .trust-row,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .trust-row span:nth-child(3) {
    grid-column: auto;
  }

  h1 {
    font-size: clamp(2.05rem, 12vw, 3.35rem);
  }

  .service-strip,
  .details-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-feature {
    grid-column: span 1;
  }

  .service-strip {
    margin-top: -1.4rem;
  }

  .service-pill {
    min-height: 64px;
  }

  .intro-band {
    margin-top: 2.5rem;
  }

  .site-footer {
    flex-direction: column;
  }
}

/* Painting-first homepage hierarchy */
.hero-copy {
  max-width: 650px;
}

.hero-copy h1 {
  max-width: 700px;
  letter-spacing: -0.035em;
}

.hero-copy p:not(.eyebrow) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
}

.button-primary,
.estimate-form button {
  box-shadow: 0 10px 22px rgba(246, 179, 44, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button-primary:hover,
.estimate-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(246, 179, 44, 0.34);
}

.intro-band h2 {
  max-width: 650px;
}

.details-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.15rem;
}

.detail-card {
  grid-column: span 2;
  transition: transform 180ms ease, border-color 180ms ease;
}

.detail-card:nth-child(1),
.detail-card:nth-child(2) {
  grid-column: span 3;
}

.detail-card:nth-child(1) {
  border-color: rgba(11, 128, 216, 0.85);
}

.detail-card:nth-child(2) {
  border-color: rgba(246, 179, 44, 0.85);
}

.detail-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-bright);
}

.detail-card:nth-child(1) img,
.detail-card:nth-child(2) img {
  aspect-ratio: 16 / 7;
}

.gallery-heading {
  align-items: center;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 217, 106, 0.28);
}

.estimate-copy h2 {
  max-width: 560px;
}

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

  .detail-card,
  .detail-card:nth-child(1),
  .detail-card:nth-child(2) {
    grid-column: auto;
  }

  .detail-card:nth-child(1) img,
  .detail-card:nth-child(2) img {
    aspect-ratio: 16 / 11;
  }
}

/* Conversion-focused mobile navigation and persistent call action */
.menu-toggle,
.mobile-call {
  display: none;
}

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

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 10px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 217, 106, 0.5);
    border-radius: 7px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle.is-open span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:last-child { transform: translateY(-6px) rotate(-45deg); }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1rem;
    background: rgba(5, 14, 30, 0.98);
    border-bottom: 1px solid rgba(255, 217, 106, 0.42);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  }

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

  .nav-links a {
    padding: 0.85rem 0.6rem;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 217, 106, 0.2);
    border-radius: 6px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .mobile-call {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: block;
    padding: 0.86rem 1rem;
    color: var(--ink);
    background: linear-gradient(180deg, var(--gold-bright), var(--gold));
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }
}
