:root {
  --ink: #0e1821;
  --ink-soft: #263746;
  --muted: #64727f;
  --paper: #f6f2ea;
  --paper-2: #ebe4d8;
  --white: #ffffff;
  --blue: #0d4d78;
  --blue-dark: #072b43;
  --blue-deep: #041925;
  --steel: #dce6ea;
  --line: rgba(14, 24, 33, 0.16);
  --amber: #d8942c;
  --green: #2f7657;
  --shadow: 0 28px 80px rgba(4, 25, 37, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(13, 77, 120, 0.12), transparent 30rem),
    linear-gradient(180deg, #fffaf2 0%, #f8f4ed 42%, #ffffff 100%);
  font-family: "Aptos Display", "Bahnschrift", "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 250, 242, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 28px);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

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

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

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

.header-contact {
  display: grid;
  gap: 2px;
  justify-items: end;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}

.header-contact a:first-child {
  font-size: 1.04rem;
}

.header-contact a:last-child {
  color: var(--muted);
  font-size: 0.84rem;
}

.header-contact a:hover {
  color: var(--blue);
}

.call-link,
.primary-button,
.secondary-button,
.booking-form button,
.google-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.call-link,
.primary-button,
.booking-form button {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue) 0%, #116d9e 100%);
  box-shadow: 0 12px 28px rgba(13, 77, 120, 0.22);
}

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

.hero {
  position: relative;
  display: grid;
  min-height: clamp(680px, 86vh, 860px);
  align-items: center;
  overflow: hidden;
  background: var(--blue-deep);
}

.hero picture,
.hero picture::after,
.hero img {
  position: absolute;
  inset: 0;
}

.hero picture::after {
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 25, 37, 0.94) 0%, rgba(4, 25, 37, 0.84) 42%, rgba(4, 25, 37, 0.12) 78%),
    linear-gradient(180deg, rgba(4, 25, 37, 0.14) 0%, rgba(4, 25, 37, 0.78) 100%);
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, transparent 70%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  color: var(--white);
  padding: 90px 0 150px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 28px 0 0;
  color: #e6eff3;
  font-size: clamp(1.06rem, 2vw, 1.26rem);
}

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

.hero-card {
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: 80px;
  z-index: 4;
  display: grid;
  width: min(330px, calc(100% - 36px));
  gap: 10px;
  padding: 22px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 43, 67, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card strong {
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #f5c06f;
}

.hero-card span {
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  font-weight: 800;
}

.trust-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1160px, calc(100% - 36px));
  margin: -58px auto 0;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.trust-strip span {
  min-height: 102px;
  padding: 26px;
  color: var(--ink-soft);
  border-right: 1px solid var(--line);
  font-size: 1.02rem;
  font-weight: 950;
}

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

.section,
.proof-section,
.reviews-section,
.faq-section,
.booking-section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

h3 {
  margin: 18px 0 10px;
  font-size: 1.22rem;
  line-height: 1.1;
}

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

.section-heading p:not(.section-kicker),
.intro-section > p,
.report-band p,
.booking-copy p,
.reviews-copy p,
article p,
details p {
  margin: 0;
  color: var(--muted);
  font-size: 1.01rem;
}

.section-heading p:not(.section-kicker) {
  margin-top: 18px;
}

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

.service-grid article {
  position: relative;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.service-grid article::after {
  position: absolute;
  right: -30px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border: 18px solid rgba(13, 77, 120, 0.08);
  border-radius: 999px;
  content: "";
}

.service-code {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: var(--steel);
  border-radius: 999px;
  font-weight: 950;
}

.brand-band {
  width: 100%;
  padding: 96px max(18px, calc((100vw - 1160px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 43, 67, 0.98), rgba(4, 25, 37, 0.96)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 16px);
}

.brand-band .section-heading p:not(.section-kicker) {
  color: #d8e5eb;
}

.brand-cloud,
.area-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brand-cloud span {
  padding: 12px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-weight: 850;
}

.brand-note {
  max-width: 760px;
  margin: 24px 0 0;
  color: #b7cbd5;
  font-size: 0.92rem;
}

.report-band {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: clamp(34px, 7vw, 82px);
  align-items: center;
  width: 100%;
  padding: 100px max(18px, calc((100vw - 1160px) / 2));
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(216, 148, 44, 0.22), transparent 42%),
    var(--paper-2);
}

.report-band p {
  margin-top: 20px;
  color: var(--ink-soft);
}

.report-preview {
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(14, 24, 33, 0.22);
  box-shadow: var(--shadow);
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--ink);
  font-weight: 950;
}

.preview-header img {
  width: 122px;
}

.preview-row {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.preview-row span {
  color: var(--muted);
}

.preview-note {
  margin-top: 18px;
  padding: 16px;
  color: var(--blue-dark);
  background: #eaf2f5;
  font-weight: 850;
}

.proof-section {
  padding-bottom: 80px;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 18px;
}

.newsletter-feature {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin: 0 0 30px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 20px 54px rgba(4, 25, 37, 0.1);
}

.newsletter-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: var(--blue-dark);
  box-shadow: 0 18px 42px rgba(4, 25, 37, 0.18);
}

.newsletter-thumb::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(4, 25, 37, 0.64));
}

.newsletter-thumb img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
  transition: transform 220ms ease;
}

.newsletter-thumb:hover img {
  transform: scale(1.03);
}

.newsletter-thumb > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(4, 25, 37, 0.84);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newsletter-feature figcaption {
  display: grid;
  gap: 12px;
}

.newsletter-feature figcaption > span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newsletter-feature strong {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.newsletter-feature p {
  margin: 0;
  color: var(--muted);
}

.project-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: var(--blue-deep);
  box-shadow: 0 22px 52px rgba(4, 25, 37, 0.14);
}

.feature-project {
  grid-row: span 2;
  min-height: 680px;
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.84;
  transform: scale(1.02);
}

.project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(4, 25, 37, 0.92) 100%);
}

.project-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(20px, 3vw, 34px);
  color: var(--white);
}

.project-card span {
  color: #f5c06f;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
}

.project-card p {
  max-width: 640px;
  color: #e6eff3;
}

.complete-projects {
  padding-top: 76px;
}

.complete-project {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(135deg, rgba(13, 77, 120, 0.08), transparent 40%),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 20px 54px rgba(4, 25, 37, 0.1);
}

.complete-project-copy > span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.complete-project-copy h3 {
  margin-top: 14px;
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  letter-spacing: -0.045em;
}

.complete-project-copy dl {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
}

.complete-project-copy dl div {
  padding: 14px;
  background: #f3f8fa;
  border-left: 4px solid var(--blue);
}

.complete-project-copy dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.complete-project-copy dd {
  margin: 4px 0 0;
  color: var(--blue-dark);
  font-weight: 900;
}

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

.gallery-item {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background: var(--blue-deep);
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 390px;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 66%, rgba(4, 25, 37, 0.42));
  opacity: 0;
  transition: opacity 160ms ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 42px);
  background: rgba(4, 25, 37, 0.92);
}

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

.image-lightbox figure {
  display: grid;
  gap: 12px;
  width: min(1120px, 100%);
  max-height: 92vh;
  margin: 0;
}

.image-lightbox img {
  width: 100%;
  max-height: calc(92vh - 72px);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.image-lightbox figcaption {
  color: var(--white);
  font-weight: 850;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--blue-dark);
  background: var(--white);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: start;
  padding-top: 36px;
}

.reviews-copy {
  position: sticky;
  top: 108px;
}

.google-link {
  width: fit-content;
  margin-top: 24px;
  color: var(--blue-dark);
  border: 1px solid rgba(13, 77, 120, 0.28);
  background: var(--white);
}

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

.review-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  box-shadow: 0 18px 46px rgba(4, 25, 37, 0.08);
}

.review-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 1.08rem;
}

.review-rating {
  display: block;
  margin-bottom: 14px;
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.review-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 950;
}

.muted-card {
  border-left-color: var(--amber);
  background: #fff8eb;
}

.area-grid span {
  padding: 13px 17px;
  color: var(--blue-dark);
  background: var(--white);
  border: 1px solid rgba(13, 77, 120, 0.2);
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(4, 25, 37, 0.06);
  font-weight: 850;
}

.faq-section {
  padding-top: 20px;
}

details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 950;
}

details p {
  max-width: 850px;
  margin-top: 12px;
}

.booking-section {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: start;
  width: 100%;
  padding: 96px max(18px, calc((100vw - 1160px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 16% 10%, rgba(216, 148, 44, 0.24), transparent 24rem),
    linear-gradient(135deg, var(--blue-dark), var(--blue-deep));
}

.booking-copy p {
  color: #d8e5eb;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 900;
}

.booking-form .wide,
.booking-form button {
  grid-column: 1 / -1;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fbfdfe;
  border: 1px solid #becad0;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.booking-form button {
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--blue-dark);
  font-weight: 900;
}

.form-status.error {
  color: #a72d24;
}

.terms-page {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0 100px;
}

.terms-hero {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin-bottom: 34px;
}

.terms-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.terms-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.terms-hero .primary-button {
  width: fit-content;
}

.terms-document {
  padding: clamp(12px, 2vw, 18px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 20px 54px rgba(4, 25, 37, 0.1);
}

.terms-document object {
  display: block;
  width: 100%;
  min-height: min(78vh, 900px);
  border: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px clamp(18px, 4vw, 58px);
  color: #d8e5eb;
  background: #041925;
}

.site-footer img {
  width: 145px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.site-footer p {
  margin: 0;
}

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

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

  nav {
    display: none;
  }

  .header-contact {
    font-size: 0.82rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy {
    padding-top: 80px;
    padding-bottom: 260px;
  }

  .hero-card {
    right: auto;
    left: 18px;
    bottom: 42px;
  }

  .trust-strip,
  .intro-section,
  .service-grid,
  .report-band,
  .newsletter-feature,
  .project-grid,
  .complete-project,
  .reviews-section,
  .booking-section {
    grid-template-columns: 1fr;
  }

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

  .trust-strip span {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid article {
    min-height: auto;
  }

  .feature-project {
    min-height: 420px;
  }

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

  .gallery-item.large {
    grid-column: span 2;
  }

  .reviews-copy {
    position: static;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }

  .brand img {
    width: 126px;
  }

  .header-contact a:last-child {
    display: none;
  }

  .call-link {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-copy {
    width: calc(100% - 28px);
    margin-left: 14px;
    padding-bottom: 340px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(2.45rem, 13vw, 3.25rem);
    letter-spacing: -0.06em;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 342px;
  }

  .hero-actions .secondary-button {
    display: none;
  }

  .hero-card {
    left: 14px;
    bottom: 28px;
  }

  .section,
  .proof-section,
  .reviews-section,
  .faq-section,
  .booking-section,
  .brand-band,
  .report-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-card,
  .feature-project {
    min-height: 360px;
  }

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

  .gallery-item,
  .gallery-item.large {
    grid-column: auto;
    min-height: 260px;
  }

  .report-preview {
    transform: none;
  }

  .site-footer {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 22px;
  }
}
