:root {
  --ink: #f4f7fb;
  --muted: #aeb7c5;
  --bg: #050608;
  --panel: #101318;
  --line: rgba(255, 255, 255, 0.13);
  --accent: #ffd21f;
  --accent-2: #e0182d;
  --hot: #ff3b1f;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 4%, rgba(224, 24, 45, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 10%, rgba(255, 210, 31, 0.13), transparent 21rem),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

img,
video {
  max-width: 100%;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(5, 6, 8, 0.78);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 16px clamp(18px, 4vw, 44px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 36px;
}

.brand-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  transform: rotate(90deg) scale(1.24);
  width: 100%;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.desktop-nav a,
.nav-cta,
.mobile-panel a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid var(--accent);
  color: var(--ink);
  padding: 12px 16px;
  box-shadow: 5px 5px 0 rgba(224, 24, 45, 0.72);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 40px;
  padding: 0;
  width: 42px;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 8px 0;
}

.mobile-panel {
  background: rgba(5, 6, 8, 0.96);
  border-left: 1px solid var(--line);
  display: none;
  flex-direction: column;
  gap: 22px;
  padding: 100px 28px 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: min(340px, 86vw);
  z-index: 18;
}

.hero {
  min-height: 96vh;
  overflow: hidden;
  padding: 150px clamp(20px, 6vw, 70px) 38px;
  position: relative;
}

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

.hero-media {
  animation: slowZoom 18s ease-in-out infinite alternate;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.92) 0%, rgba(5, 6, 8, 0.55) 48%, rgba(5, 6, 8, 0.46) 100%),
    url("assets/wrap/wrap-5.jpeg") center / cover;
  filter: saturate(1.2) contrast(1.14);
}

.hero-shade {
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 6, 8, 0.92) 92%),
    linear-gradient(105deg, rgba(224, 24, 45, 0.24), transparent 38%),
    radial-gradient(circle at 78% 44%, rgba(255, 210, 31, 0.2), transparent 26%);
}

.hero-content {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

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

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

h1,
h2 {
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 6vw, 4.7rem);
  margin-bottom: 24px;
  max-width: 760px;
  text-shadow: 5px 5px 0 rgba(224, 24, 45, 0.62);
}

h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  margin-bottom: 22px;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.05;
  text-transform: uppercase;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 720px;
}

.hero-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 15px 22px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #050608;
  box-shadow: 6px 6px 0 rgba(224, 24, 45, 0.72);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.07);
}

.hero-strip {
  align-items: center;
  border-top: 1px solid var(--line);
  bottom: 0;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  left: clamp(20px, 6vw, 70px);
  position: absolute;
  right: clamp(20px, 6vw, 70px);
  z-index: 2;
}

.hero-strip span {
  background: rgba(5, 6, 8, 0.62);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  padding: 20px 12px;
  text-align: center;
  text-transform: uppercase;
}

.paint-tag {
  color: transparent;
  font-size: clamp(4.5rem, 13vw, 12rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.8;
  opacity: 0.16;
  position: absolute;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--accent);
  z-index: 1;
}

.tag-one {
  right: 2vw;
  top: 18vh;
  transform: rotate(-8deg);
}

.tag-two {
  bottom: 12vh;
  color: var(--accent-2);
  left: 42vw;
  opacity: 0.12;
  transform: rotate(7deg);
  -webkit-text-stroke: 0;
}

.brand-banner {
  background: var(--accent-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: center;
  overflow: hidden;
  padding: 15px 18px;
}

.brand-banner span {
  color: #fff;
  flex: 0 0 auto;
  font-size: clamp(1rem, 2.6vw, 2rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.brand-banner span:nth-child(even) {
  color: var(--accent);
}

.section,
.service-page,
.contact,
.site-footer {
  margin: 0 auto;
  max-width: var(--max);
  padding: 104px clamp(20px, 4vw, 36px);
}

.section-intro {
  max-width: 760px;
}

.section-intro.wide {
  max-width: 980px;
}

.proof {
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 1.1fr;
}

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

.stat-card,
.package-grid article,
.timeline article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  padding: 28px;
  position: relative;
}

.stat-card::after,
.package-grid article::after,
.timeline article::after {
  background: var(--accent-2);
  bottom: -1px;
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
}

.stat-card strong {
  color: var(--ink);
  display: block;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.stat-card span,
.service-card span,
.timeline span {
  color: var(--accent);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-top: 12px;
  text-transform: uppercase;
}

.split-feature,
.service-detail {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 1.05fr 0.95fr;
}

.feature-image {
  aspect-ratio: 4 / 5;
  background-position: center;
  background-size: cover;
  min-height: 440px;
}

.feature-wrap {
  background-image:
    linear-gradient(180deg, rgba(5, 6, 8, 0.06), rgba(5, 6, 8, 0.72)),
    url("assets/wrap/wrap-12.jpeg");
}

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

.service-card {
  background-color: var(--panel);
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 24px;
  position: relative;
}

.service-card::before {
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.46), rgba(5, 6, 8, 0.94));
  content: "";
  inset: 0;
  position: absolute;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  margin-top: auto;
}

.service-card a {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  margin-top: 16px;
  text-transform: uppercase;
}

.tint {
  background-image: url("assets/tint/tint-1.jpeg");
}

.wraps {
  background-image: url("assets/wrap/wrap-8.jpeg");
}

.ppf {
  background-image: url("assets/ppf/ppf-1.jpeg");
}

.styling {
  background-image: url("assets/wrap/wrap-1.jpeg");
}

.service-page {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.95), rgba(5, 6, 8, 0.62)),
    url("assets/ppf/ppf-4.jpeg") center / cover;
  max-width: none;
}

.service-hero,
.package-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.service-hero {
  padding: 28px clamp(20px, 4vw, 36px);
}

.service-hero p {
  max-width: 690px;
}

.package-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 clamp(20px, 4vw, 36px) 24px;
}

.service-detail {
  grid-template-columns: 0.95fr 1.05fr;
}

.service-detail.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.benefit-list {
  display: grid;
  gap: 12px;
}

.benefit-list span {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 210, 31, 0.14), transparent 52%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  box-shadow: 8px 8px 0 rgba(224, 24, 45, 0.14);
  display: flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 14px;
  line-height: 1.35;
  min-height: 58px;
  padding: 16px 18px;
  position: relative;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.benefit-list span:hover {
  border-color: rgba(255, 210, 31, 0.6);
  transform: translateX(4px);
}

.benefit-list span::before {
  background: var(--accent);
  box-shadow: 9px 0 0 rgba(224, 24, 45, 0.84);
  content: "";
  display: block;
  flex: 0 0 28px;
  height: 28px;
  transform: skewX(-14deg);
  width: 28px;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  min-height: 620px;
}

.gallery-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 18px;
}

.gallery-filter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  min-height: 42px;
  padding: 11px 15px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.gallery-filter:hover,
.gallery-filter:focus-visible,
.gallery-filter.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #050608;
  transform: translateY(-2px);
}

.gallery-tile {
  align-items: flex-end;
  background: var(--panel);
  border: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  min-height: 290px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition:
    border-color 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.gallery-tile::before {
  background:
    linear-gradient(180deg, transparent 62%, rgba(5, 6, 8, 0.28)),
    linear-gradient(35deg, rgba(224, 24, 45, 0.12), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.gallery-tile::after {
  border: 1px solid rgba(255, 210, 31, 0.72);
  content: "";
  inset: 12px;
  opacity: 0;
  position: absolute;
  transform: scale(0.96);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  z-index: 2;
}

.gallery-tile:hover,
.gallery-tile:focus-visible {
  border-color: rgba(255, 210, 31, 0.78);
  transform: translateY(-6px);
}

.gallery-tile:hover::after,
.gallery-tile:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.gallery-tile img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition:
    filter 220ms ease,
    transform 420ms ease;
  width: 100%;
}

.gallery-tile:hover img,
.gallery-tile:focus-visible img {
  filter: saturate(1.16) contrast(1.08);
  transform: scale(1.08);
}

.gallery-tile.is-hidden {
  display: none;
}

.gallery-caption {
  padding: 22px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.gallery-caption small {
  color: var(--accent);
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.gallery-tile span {
  display: block;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

.gallery-tile:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tile:nth-child(4) {
  grid-column: span 2;
}

.lightbox {
  align-items: center;
  background: rgba(5, 6, 8, 0.92);
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  padding: clamp(18px, 4vw, 46px);
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 50;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox figure {
  margin: 0;
  max-width: min(1040px, 100%);
  width: 100%;
}

.lightbox img {
  background: #101318;
  border: 1px solid var(--line);
  display: block;
  max-height: 74vh;
  object-fit: contain;
  width: 100%;
}

.lightbox figcaption {
  align-items: center;
  display: none;
  gap: 14px;
  justify-content: space-between;
  padding-top: 14px;
}

.lightbox-category {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox strong {
  font-size: clamp(1.1rem, 3vw, 2rem);
  text-align: right;
  text-transform: uppercase;
}

.lightbox button {
  background: var(--accent);
  border: 0;
  color: #050608;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 950;
  min-height: 44px;
  padding: 12px 16px;
  position: absolute;
  text-transform: uppercase;
}

.lightbox-close {
  right: 24px;
  top: 24px;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

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

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

.accordion button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  justify-content: space-between;
  padding: 24px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.accordion div {
  display: none;
  max-width: 760px;
  padding: 4px 0 22px;
}

.accordion button.is-open + div {
  display: block;
}

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

.quote-form {
  background: #0d1015;
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  padding: clamp(20px, 4vw, 32px);
}

.hidden-field {
  left: -9999px;
  position: absolute;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 13px 14px;
  width: 100%;
}

select option {
  background: #101318;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.social-row a {
  border-bottom: 2px solid var(--accent);
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 34px;
  grid-template-columns: 1.5fr 0.75fr 1fr;
}

.site-footer h3 {
  font-size: 0.86rem;
  margin-bottom: 14px;
}

.site-footer a,
.site-footer span {
  color: var(--muted);
  display: block;
  margin: 10px 0;
}

.site-footer p {
  max-width: 460px;
}

.sticky-quote {
  background: var(--accent);
  bottom: 18px;
  color: #050608;
  display: none;
  font-size: 0.82rem;
  font-weight: 950;
  left: 18px;
  padding: 14px 18px;
  position: fixed;
  right: 18px;
  text-align: center;
  text-transform: uppercase;
  z-index: 17;
  box-shadow: 5px 5px 0 rgba(224, 24, 45, 0.72);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@keyframes slowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

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

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-panel {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: translateX(24px);
    transition:
      opacity 200ms ease,
      transform 200ms ease;
  }

  .menu-open .mobile-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .proof,
  .split-feature,
  .service-detail,
  .service-detail.reverse,
  .contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-tile:nth-child(1),
  .gallery-tile:nth-child(4) {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  body {
    background:
      radial-gradient(circle at 0% 0%, rgba(224, 24, 45, 0.14), transparent 18rem),
      var(--bg);
  }

  .site-header {
    gap: 14px;
    padding: 12px 18px;
  }

  .brand {
    font-size: 0.78rem;
    gap: 8px;
  }

  .brand-mark {
    height: 32px;
    width: 32px;
  }

  .menu-toggle {
    height: 34px;
    width: 36px;
  }

  .mobile-panel {
    gap: 18px;
    padding: 86px 24px 34px;
  }

  .mobile-panel a {
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 104px 18px 28px;
  }

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

  .paint-tag {
    display: none;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
  }

  h1 {
    font-size: clamp(2rem, 8.8vw, 2.75rem);
    line-height: 1;
    margin-bottom: 18px;
    max-width: 19ch;
    text-shadow: 3px 3px 0 rgba(224, 24, 45, 0.72);
  }

  h2 {
    font-size: clamp(1.55rem, 6.8vw, 2.05rem);
    line-height: 1;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 1.08rem;
  }

  p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .hero-content p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    min-height: 46px;
    padding: 13px 16px;
    width: 100%;
  }

  .hero-strip,
  .stat-grid,
  .service-grid,
  .package-grid,
  .gallery-grid,
  .timeline,
  .quote-form {
    grid-template-columns: 1fr;
  }

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

  .hero-strip {
    position: relative;
    inset: auto;
    margin-top: 34px;
  }

  .hero-strip span {
    font-size: 0.7rem;
    padding: 15px 10px;
  }

  .section,
  .service-page,
  .contact,
  .site-footer {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .section,
  .contact,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-hero {
    padding: 8px 18px 26px;
  }

  .package-grid {
    padding: 0 18px 4px;
  }

  .stat-card,
  .package-grid article,
  .timeline article {
    padding: 22px;
  }

  .stat-card strong {
    font-size: 2.15rem;
  }

  .feature-image {
    min-height: 330px;
  }

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

  .service-card::before {
    background: linear-gradient(180deg, rgba(5, 6, 8, 0.34), rgba(5, 6, 8, 0.88));
  }

  .service-card p {
    font-size: 0.9rem;
  }

  .service-detail.reverse .benefit-list {
    order: 2;
  }

  .service-detail.reverse > div:last-child {
    order: 1;
  }

  .benefit-list span {
    font-size: 0.9rem;
    min-height: 52px;
    padding: 14px 16px;
  }

  .benefit-list span::before {
    flex-basis: 22px;
    height: 22px;
    width: 22px;
  }

  .gallery-tile:nth-child(1),
  .gallery-tile:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-grid {
    min-height: auto;
  }

  .gallery-tools {
    gap: 8px;
    margin: 24px 0 14px;
  }

  .gallery-filter {
    flex: 1 1 calc(50% - 8px);
    font-size: 0.68rem;
    min-height: 38px;
    padding: 10px 8px;
  }

  .gallery-tile {
    min-height: 240px;
  }

  .quote-form {
    padding: 20px;
  }

  input,
  select,
  textarea {
    min-height: 46px;
  }

  .lightbox figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .lightbox strong {
    text-align: left;
  }

  .lightbox-nav {
    bottom: 18px;
  }

  .lightbox-prev {
    left: 18px;
  }

  .lightbox-next {
    right: 18px;
  }

  .sticky-quote {
    display: none;
    bottom: 12px;
    left: 12px;
    padding: 13px 16px;
    right: 12px;
  }

  .show-sticky .sticky-quote {
    display: block;
  }
}
