:root {
  --ink: #15171c;
  --muted: #566070;
  --line: #d9d2c8;
  --paper: #f6f3ee;
  --white: #ffffff;
  --blue: #07275a;
  --blue-2: #113c78;
  --red: #b20f16;
  --red-2: #8c0e13;
  --gold: #bf8a3a;
  --sand: #ebe4d9;
  --charcoal: #111318;
  --shadow: 0 28px 80px rgba(17, 19, 24, 0.18);
  --soft-shadow: 0 14px 38px rgba(17, 19, 24, 0.1);
  --radius: 6px;
  --heading: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --body: "Source Sans 3", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(191, 138, 58, 0.12), transparent 34rem),
    linear-gradient(180deg, #fbfaf7 0%, var(--paper) 100%);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  background: var(--blue);
  color: var(--white);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 999;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  background: rgba(252, 250, 246, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 250px;
}

.brand-icon {
  background: var(--white);
  border: 1px solid rgba(7, 39, 90, 0.16);
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(17, 19, 24, 0.1);
  height: 60px;
  object-fit: contain;
  padding: 3px;
  width: 60px;
}

.brand strong {
  display: block;
  font-family: var(--heading);
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 2px;
  text-transform: uppercase;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  font-size: 0.95rem;
  font-weight: 800;
}

.desktop-nav a {
  color: #313843;
  position: relative;
}

.desktop-nav a::after {
  background: var(--gold);
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.5);
  transform-origin: left;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

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

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

.text-link {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.call-button,
.primary-button,
.secondary-button,
.submit-button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.015em;
  min-height: 48px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.call-button,
.primary-button,
.submit-button {
  background: var(--red);
  box-shadow: 0 10px 20px rgba(178, 15, 22, 0.22);
  color: var(--white);
}

.call-button:hover,
.primary-button:hover,
.submit-button:hover {
  background: var(--red-2);
  box-shadow: 0 14px 28px rgba(178, 15, 22, 0.28);
  transform: translateY(-1px);
}

.call-button {
  min-height: 42px;
  padding: 0 16px;
}

.hero {
  background:
    linear-gradient(115deg, rgba(5, 23, 52, 0.98) 0%, rgba(7, 39, 90, 0.9) 45%, rgba(7, 39, 90, 0.12) 46%),
    url("assets/before-after-chair-pair-patio.jpg") center right / cover;
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  min-height: 620px;
  padding: clamp(36px, 6vw, 76px) clamp(18px, 4vw, 54px);
  position: relative;
}

.hero::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

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

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

h1,
h2 {
  font-family: var(--heading);
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.45rem, 4.8vw, 4.15rem);
  margin-bottom: 22px;
  max-width: 850px;
}

h2 {
  font-size: clamp(1.95rem, 4vw, 3.4rem);
  margin-bottom: 18px;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 9px;
}

.lead {
  color: #eef4ff;
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
  line-height: 1.58;
  max-width: 680px;
}

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

.primary-button,
.secondary-button,
.submit-button {
  min-height: 56px;
  padding: 0 24px;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: none;
  color: var(--white);
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.17);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-1px);
}

.trust-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
  max-width: 720px;
}

.trust-strip div {
  background: rgba(255, 255, 255, 0.095);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 16px;
}

.trust-strip dt {
  font-weight: 900;
}

.trust-strip dd {
  color: #dbe6f7;
  margin: 3px 0 0;
}

.hero-media {
  align-self: end;
  background: var(--white);
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-left: auto;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-badge {
  background: var(--white);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  bottom: 14px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  left: 14px;
  padding: 8px 10px;
  position: absolute;
}

.quick-contact {
  background: #fffdf9;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-contact a {
  border-right: 1px solid var(--line);
  padding: 22px clamp(18px, 4vw, 54px);
  transition: background 160ms ease;
}

.quick-contact a:hover {
  background: #f5efe7;
}

.quick-contact a:last-child {
  border-right: 0;
}

.quick-contact span {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-contact strong {
  color: var(--blue);
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.section {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 4vw, 54px);
}

.intro {
  align-items: start;
  display: grid;
  gap: clamp(22px, 5vw, 80px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  position: relative;
}

.intro::before,
.gallery-section::before,
.process::before,
.faq::before {
  background: linear-gradient(90deg, var(--red), var(--gold), transparent);
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 34px;
  max-width: 190px;
}

.intro p:last-child {
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.7;
}

.section-heading {
  margin-bottom: 30px;
  max-width: 860px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.gallery-section {
  background:
    linear-gradient(180deg, #fffdf9 0%, #f7f3ec 100%);
}

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

.project-card {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.project-card:hover {
  box-shadow: 0 22px 48px rgba(17, 19, 24, 0.14);
  transform: translateY(-2px);
}

.feature-card {
  grid-column: span 2;
  grid-row: span 2;
}

.project-card img {
  aspect-ratio: 1 / 1;
  filter: saturate(0.9) contrast(1.06) sepia(0.05);
  object-fit: cover;
  width: 100%;
}

.photo-trigger {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.photo-trigger:focus-visible {
  outline: 3px solid rgba(169, 15, 21, 0.45);
  outline-offset: 3px;
}

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

.card-copy {
  border-top: 1px solid var(--line);
  padding: 20px;
}

.card-copy span {
  color: var(--red);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

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

.services {
  background:
    linear-gradient(135deg, rgba(5, 23, 52, 0.98), rgba(10, 36, 76, 0.96));
  color: var(--white);
}

.services .section-heading p:last-child,
.services article p {
  color: #cdd9ea;
}

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

.service-grid article {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.13);
}

.process-list {
  counter-reset: item;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  padding: 24px;
}

.process-list span {
  color: var(--red);
  display: block;
  font-family: var(--heading);
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 28px;
}

.process-list p {
  color: var(--muted);
  margin-bottom: 0;
}

.estimate-section {
  background:
    linear-gradient(rgba(5, 23, 52, 0.92), rgba(7, 39, 90, 0.88)),
    url("assets/before-after-showroom-chair.jpg") center / cover;
  color: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  padding: clamp(54px, 8vw, 105px) clamp(18px, 4vw, 54px);
}

.estimate-copy {
  align-self: center;
}

.estimate-copy p {
  color: #dbe6f7;
  font-size: 1.1rem;
}

.estimate-note {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  display: grid;
  gap: 6px;
  margin-top: 26px;
  padding: 18px;
}

.lead-form {
  background: #fffdf9;
  border: 1px solid rgba(217, 210, 200, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: clamp(22px, 3vw, 34px);
}

.form-row {
  margin-bottom: 16px;
}

.two-column {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

label {
  display: block;
  color: #263040;
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 7px;
}

input,
select,
textarea {
  background: #fbfaf7;
  border: 1px solid #cfc5b7;
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  padding: 12px 13px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-2);
  box-shadow: 0 0 0 3px rgba(17, 60, 120, 0.17);
  outline: 0;
}

small {
  color: var(--muted);
  display: block;
  margin-top: 7px;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.submit-button {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.form-status {
  color: var(--blue);
  font-weight: 800;
  margin: 14px 0 0;
}

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

details {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(17, 19, 24, 0.06);
  padding: 20px;
}

summary {
  cursor: pointer;
  font-family: var(--heading);
  font-size: 1.02rem;
  font-weight: 700;
}

details p {
  color: var(--muted);
  margin: 12px 0 0;
}

.site-footer {
  align-items: center;
  background:
    linear-gradient(135deg, #071b3b, #041329);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(18px, 4vw, 54px);
}

.site-footer div:first-child {
  align-items: center;
  display: flex;
  gap: 14px;
}

.site-footer img {
  background: var(--white);
  border-radius: 50%;
  height: 70px;
  object-fit: contain;
  padding: 3px;
  width: 70px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.mobile-cta {
  display: none;
}

.photo-lightbox {
  align-items: center;
  background: rgba(5, 11, 22, 0.92);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 80;
}

.photo-lightbox.is-open {
  display: flex;
}

.lightbox-image {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  max-height: 86vh;
  max-width: 100%;
  object-fit: contain;
}

.lightbox-close {
  align-items: center;
  background: #fbfaf7;
  border: 0;
  color: #071d40;
  cursor: pointer;
  display: flex;
  font-family: var(--body);
  font-size: 1.35rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  position: fixed;
  right: 18px;
  top: 18px;
  width: 44px;
  z-index: 81;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero,
  .intro,
  .estimate-section {
    grid-template-columns: 1fr;
  }

  .hero {
    background:
      linear-gradient(rgba(9, 34, 74, 0.88), rgba(9, 34, 74, 0.78)),
      url("assets/before-after-chair-pair-patio.jpg") center / cover;
  }

  .hero-media {
    margin-left: 0;
  }

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

@media (max-width: 720px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    align-items: flex-start;
  }

  .brand {
    min-width: 0;
  }

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

  .header-actions {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .trust-strip,
  .quick-contact,
  .gallery-grid,
  .service-grid,
  .process-list,
  .faq-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .quick-contact a {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .feature-card {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-cta {
    background: var(--white);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-cta a {
    background: var(--blue);
    border-radius: var(--radius);
    color: var(--white);
    font-weight: 900;
    padding: 13px 10px;
    text-align: center;
  }

  .mobile-cta a:last-child {
    background: var(--red);
  }
}

/* Premium restraint pass: sharper geometry, quieter surfaces, stronger editorial rhythm. */
:root {
  --radius: 2px;
  --line: #d8d2c8;
  --paper: #f4f1eb;
  --shadow: 0 34px 80px rgba(10, 18, 32, 0.16);
  --soft-shadow: none;
}

body {
  background: #f7f4ee;
  color: #12151a;
  font-size: 18px;
}

.site-header {
  background: rgba(250, 248, 243, 0.96);
  border-bottom-color: rgba(18, 21, 26, 0.14);
  padding-bottom: 12px;
  padding-top: 12px;
}

.brand {
  min-width: 236px;
}

.brand-icon {
  border-color: rgba(18, 21, 26, 0.16);
  border-radius: 0;
  box-shadow: none;
  height: 56px;
  padding: 0;
  width: 56px;
}

.brand strong {
  font-family: var(--body);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.desktop-nav {
  font-size: 0.92rem;
  gap: 30px;
}

.desktop-nav a::after {
  background: var(--red);
  bottom: -9px;
  height: 1px;
}

.text-link {
  border-bottom: 1px solid rgba(7, 39, 90, 0.36);
  line-height: 1.2;
}

.call-button,
.primary-button,
.secondary-button,
.submit-button,
.mobile-cta a {
  border-radius: 0;
  box-shadow: none;
  min-height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: none;
}

.call-button,
.primary-button,
.submit-button {
  background: #a90f15;
  border: 1px solid #a90f15;
}

.call-button:hover,
.primary-button:hover,
.submit-button:hover {
  background: #7f0b10;
  border-color: #7f0b10;
  box-shadow: none;
}

.hero {
  background:
    linear-gradient(90deg, #071d40 0%, #071d40 50%, #f7f4ee 50%, #f7f4ee 100%);
  color: var(--white);
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  min-height: 640px;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 4vw, 54px);
}

.hero::after {
  display: none;
}

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

.hero-copy::before {
  background: var(--red);
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 42px;
  width: 96px;
}

.eyebrow {
  color: #d6aa69;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(2.8rem, 5.15vw, 5rem);
  line-height: 1.02;
  max-width: 760px;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.16rem;
}

.lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.12rem, 1.45vw, 1.28rem);
  max-width: 660px;
}

.hero-actions {
  gap: 14px;
  margin: 34px 0 0;
}

.secondary-button {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.68);
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  gap: 0;
  margin-top: 48px;
}

.trust-strip div {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 22px 0 0;
}

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

.hero-media {
  align-self: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  min-height: 520px;
}

.hero-media::before {
  border: 1px solid rgba(18, 21, 26, 0.16);
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
  z-index: -1;
}

.hero-media img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.media-badge {
  border-left: 0;
  border-radius: 0;
  bottom: 0;
  color: #071d40;
  font-size: 0.78rem;
  left: 0;
  letter-spacing: 0.12em;
  padding: 12px 16px;
  text-transform: uppercase;
}

.quick-contact {
  background: #fbfaf7;
  border-bottom-color: rgba(18, 21, 26, 0.14);
  border-top: 0;
}

.quick-contact a {
  border-right-color: rgba(18, 21, 26, 0.14);
  padding-bottom: 26px;
  padding-top: 26px;
}

.quick-contact a:hover {
  background: #eee7dc;
}

.section {
  border-top: 1px solid rgba(18, 21, 26, 0.1);
  padding-bottom: clamp(76px, 9vw, 130px);
  padding-top: clamp(76px, 9vw, 130px);
}

.intro,
.section-heading,
.gallery-grid,
.service-grid,
.process-list,
.faq-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.intro::before,
.gallery-section::before,
.process::before,
.faq::before {
  background: #a90f15;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
}

.intro {
  gap: clamp(34px, 7vw, 110px);
}

.intro p:last-child,
.section-heading p:last-child {
  color: #4f5866;
}

.gallery-section {
  background: #fbfaf7;
}

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

.project-card {
  background: #f7f4ee;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.project-card:hover {
  box-shadow: none;
  transform: none;
}

.project-card img,
.photo-trigger img {
  filter: saturate(0.88) contrast(1.08);
}

.card-copy {
  background: #fbfaf7;
  border: 0;
  min-height: 190px;
  padding: 24px;
}

.card-copy span {
  color: #a90f15;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.services {
  background: #071d40;
}

.service-grid {
  gap: 0;
}

.service-grid article {
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  box-shadow: none;
  padding: 10px 28px 0;
}

.service-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.process-list {
  border-bottom: 1px solid rgba(18, 21, 26, 0.12);
  border-top: 1px solid rgba(18, 21, 26, 0.12);
  gap: 0;
}

.process-list li {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(18, 21, 26, 0.12);
  border-radius: 0;
  box-shadow: none;
  padding: 30px 28px;
}

.process-list li:last-child {
  border-right: 0;
}

.estimate-section {
  background:
    linear-gradient(90deg, rgba(7, 29, 64, 0.97) 0%, rgba(7, 29, 64, 0.92) 48%, rgba(7, 29, 64, 0.78) 100%),
    url("assets/before-after-showroom-chair.jpg") center / cover;
  padding-bottom: clamp(76px, 9vw, 130px);
  padding-top: clamp(76px, 9vw, 130px);
}

.estimate-note {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
}

.lead-form {
  background: #fbfaf7;
  border: 0;
  border-radius: 0;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.24);
}

input,
select,
textarea {
  background: #fbfaf7;
  border-color: transparent transparent #b8afa3 transparent;
  border-radius: 0;
  padding-left: 0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: transparent transparent var(--blue-2) transparent;
  box-shadow: none;
}

details {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(18, 21, 26, 0.14);
  border-radius: 0;
  box-shadow: none;
  padding: 22px 0;
}

.site-footer {
  background: #071d40;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer img {
  border-radius: 0;
  height: 62px;
  padding: 0;
  width: 62px;
}

.thank-you-page {
  min-height: 100vh;
}

.thank-you {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 760px;
  min-height: 100vh;
  padding: clamp(50px, 8vw, 110px) clamp(22px, 5vw, 60px);
  place-content: center;
}

.thank-you img {
  height: 96px;
  object-fit: contain;
  width: 96px;
}

.thank-you h1 {
  color: #071d40;
  margin-bottom: 0;
}

.thank-you p:not(.eyebrow) {
  color: #4f5866;
  font-size: 1.15rem;
}

.thank-you a:not(.primary-button) {
  color: #071d40;
  font-weight: 800;
  text-decoration: underline;
}

@media (max-width: 980px) {
  .hero {
    background:
      linear-gradient(rgba(7, 29, 64, 0.9), rgba(7, 29, 64, 0.86)),
      url("assets/before-after-chair-pair-patio.jpg") center / cover;
    grid-template-columns: 1fr;
  }

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

  .service-grid article,
  .process-list li {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 0;
  }

  .process-list li {
    border-top-color: rgba(18, 21, 26, 0.12);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

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

  .brand strong {
    font-size: 0.98rem;
  }

  .hero-copy::before {
    margin-bottom: 28px;
  }

  .trust-strip {
    border-top: 0;
  }

  .trust-strip div {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 14px 0 0;
  }

  .hero-media::before {
    display: none;
  }

  .gallery-grid {
    gap: 18px;
  }

  .card-copy {
    min-height: 0;
  }

  .mobile-cta {
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 720px) {
  .gallery-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .gallery-section .section-heading {
    margin-bottom: 30px;
  }

  .gallery-section .section-heading h2 {
    font-size: clamp(2.15rem, 12vw, 3.15rem);
    max-width: 9ch;
  }

  .gallery-section .section-heading p {
    font-size: 1.08rem;
    line-height: 1.55;
    max-width: 32ch;
  }

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

  .project-card,
  .feature-card {
    border-top: 1px solid rgba(18, 21, 26, 0.14);
    display: grid;
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: minmax(108px, 36%) minmax(0, 1fr);
    min-width: 0;
    padding: 18px 0;
  }

  .project-card:first-child {
    border-top: 0;
  }

  .project-card img,
  .feature-card img,
  .photo-trigger img {
    align-self: start;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .card-copy {
    background: transparent;
    min-height: 0;
    min-width: 0;
    padding: 0 0 0 18px;
  }

  .card-copy span {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1.45;
    margin-bottom: 8px;
    overflow-wrap: normal;
  }

  .card-copy h3 {
    font-size: 1.2rem;
    line-height: 1.16;
    margin-bottom: 10px;
    overflow-wrap: normal;
  }

  .card-copy p {
    font-size: 0.98rem;
    line-height: 1.45;
    overflow-wrap: normal;
  }

  .photo-lightbox {
    padding: 16px;
  }

  .lightbox-image {
    max-height: 82vh;
  }

  .lightbox-close {
    height: 48px;
    right: 14px;
    top: 14px;
    width: 48px;
  }
}
