:root {
  --a360-navy: #071827;
  --a360-navy-2: #10283a;
  --a360-ink: #1e2428;
  --a360-muted: #6e7378;
  --a360-ivory: #f7f4ee;
  --a360-ivory-2: #fbfaf6;
  --a360-gold: #c8a96a;
  --a360-gold-2: #d0ad6a;
  --a360-line: rgba(7, 24, 39, 0.13);
  --a360-soft-line: rgba(200, 169, 106, 0.24);
  --a360-serif: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  --a360-sans: "Manrope", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.home {
  background: var(--a360-ivory-2);
  color: var(--a360-ink);
}

body.home #wrap_all {
  display: none !important;
}

.a360-homepage,
.a360-homepage * {
  box-sizing: border-box;
}

.a360-homepage {
  background: var(--a360-ivory-2);
  color: var(--a360-ink);
  font-family: var(--a360-sans);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
}

.a360-homepage a {
  color: inherit;
  text-decoration: none;
}

.a360-homepage img {
  display: block;
  height: auto;
  max-width: 100%;
}

.a360-shell {
  margin: 0 auto;
  max-width: 1190px;
  padding: 0 48px;
}

.a360-section {
  padding: 84px 0;
}

.a360-eyebrow {
  color: var(--a360-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.a360-heading {
  color: var(--a360-navy-2);
  font-family: var(--a360-serif);
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.a360-copy {
  color: var(--a360-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.a360-btn {
  align-items: center !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  gap: 9px !important;
  justify-content: center !important;
  letter-spacing: 0.11em;
  line-height: 1 !important;
  min-height: 45px !important;
  padding: 15px 28px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.a360-btn:hover,
.a360-btn:focus-visible {
  transform: translateY(-1px);
}

.a360-btn-gold {
  background: var(--a360-gold-2) !important;
  border-color: var(--a360-gold-2) !important;
  color: #071827 !important;
}

.a360-btn-gold:hover,
.a360-btn-gold:focus-visible {
  background: #d8b875;
  border-color: #d8b875;
}

.a360-btn-outline-dark {
  background: rgba(7, 24, 39, 0.42) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  color: #fff !important;
}

.a360-btn-outline-light {
  background: transparent !important;
  border-color: var(--a360-gold) !important;
  color: var(--a360-navy) !important;
}

.a360-btn-navy {
  background: var(--a360-navy) !important;
  color: #fff !important;
}

.a360-hero {
  background: var(--a360-navy);
  color: #fff;
  min-height: 690px;
  position: relative;
}

.a360-hero-media {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.a360-hero-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% 50%;
  position: absolute;
  transition: opacity 700ms ease;
  width: 100%;
  z-index: 1;
}

.a360-hero-video {
  border: 0;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 177.78vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 900ms ease;
  width: 100vw;
  z-index: 2;
}

.a360-hero.is-video-ready .a360-hero-video {
  opacity: 1;
}

.a360-hero.is-video-ready .a360-hero-media img {
  opacity: 0;
}

.a360-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(7, 24, 39, 0.72) 23%, rgba(7, 24, 39, 0.25) 56%, rgba(7, 24, 39, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 24, 39, 0.22), rgba(7, 24, 39, 0.12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.a360-header {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding-top: 29px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.a360-logo {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-family: var(--a360-serif);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 0.86;
  text-transform: uppercase;
}

.a360-logo span {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--a360-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.48em;
  margin-left: 6px;
  margin-top: 9px;
}

.a360-nav {
  align-items: center;
  display: flex;
  gap: 33px;
}

.a360-nav a:not(.a360-btn) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.a360-nav a:not(.a360-btn):hover,
.a360-nav a:not(.a360-btn):focus-visible {
  color: #fff;
}

.a360-menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  display: none;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.a360-menu-toggle i {
  font-size: 22px;
}

.a360-hero-content {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
  padding-bottom: 88px;
  padding-top: 180px;
  position: relative;
  z-index: 2;
}

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

.a360-hero h1 {
  color: #fff;
  font-family: var(--a360-serif);
  font-size: clamp(60px, 5.4vw, 82px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0 0 22px;
  max-width: 720px;
}

.a360-hero h1 em {
  color: var(--a360-gold);
  font-style: italic;
}

.a360-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 33px;
  max-width: 570px;
}

.a360-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.a360-hero-review {
  --a360-review-arrow-bg: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
  --a360-review-arrow-bg-hover: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.04) 70%);
  --a360-review-arrow-color: rgba(255, 255, 255, 0.66);
  --a360-review-arrow-color-hover: #fff;
  align-self: end;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(7, 24, 39, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: #fff;
  justify-self: end;
  max-width: 382px;
  padding: 28px;
  position: relative;
}

@supports ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
  .a360-hero-review {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
}

.a360-hero-review::before {
  border: 1px solid rgba(200, 169, 106, 0.42);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.a360-review-kicker,
.a360-trust-score {
  align-items: center;
  display: flex;
  gap: 11px;
}

.a360-review-score {
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.a360-starline {
  color: var(--a360-gold);
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.a360-review-source {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 9px 0 23px;
  text-transform: uppercase;
}

.a360-review-stack {
  display: grid;
  min-height: 150px;
  position: relative;
}

.a360-review-item {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.a360-review-item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.a360-review-item p {
  color: inherit;
  font-family: var(--a360-serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 19px;
}

.a360-review-item cite {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.a360-reviewer {
  align-items: center;
  display: flex;
  gap: 12px;
}

.a360-reviewer-photo {
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  flex: 0 0 46px;
  height: 46px;
  object-fit: cover;
  width: 46px;
}

.a360-reviewer cite {
  line-height: 1.35;
}

.a360-review-controls {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.a360-review-arrow {
  background: var(--a360-review-arrow-bg);
  border: 0;
  border-radius: 999px;
  color: var(--a360-review-arrow-color);
  cursor: pointer;
  display: grid;
  font-family: var(--a360-serif);
  font-size: 21px;
  height: 88px;
  line-height: 1;
  opacity: 0;
  padding: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
  top: 50%;
  transform: translateY(-50%) scale(0.92);
  transition: background 220ms ease, color 220ms ease, opacity 220ms ease, text-shadow 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 26px;
}

.a360-review-arrow:hover,
.a360-review-arrow:focus-visible {
  background: var(--a360-review-arrow-bg-hover);
  color: var(--a360-review-arrow-color-hover);
  opacity: 1;
  text-shadow: 0 8px 20px rgba(7, 24, 39, 0.22);
  transform: translateY(-50%) scale(1.08);
}

.a360-review-arrow:focus-visible {
  outline: 2px solid rgba(200, 169, 106, 0.42);
  outline-offset: 2px;
}

.a360-review-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.a360-review-arrow:disabled {
  cursor: default;
  opacity: 0;
}

.a360-review-arrow-prev {
  left: 2px;
}

.a360-review-arrow-next {
  right: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .a360-hero-review:hover .a360-review-arrow:not(:disabled),
  .a360-hero-review:focus-within .a360-review-arrow:not(:disabled),
  .a360-trust-review-card:hover .a360-review-arrow:not(:disabled),
  .a360-trust-review-card:focus-within .a360-review-arrow:not(:disabled) {
    opacity: 0.58;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
}

.a360-trust {
  background: var(--a360-ivory-2);
  padding: 58px 0 47px;
}

.a360-trust-top {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 22px 60px rgba(7, 24, 39, 0.05);
  display: grid;
  gap: 0;
  grid-template-columns: 0.92fr 1.08fr 0.62fr;
}

.a360-google {
  align-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 238, 0.42));
  border-right: 1px solid var(--a360-line);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 196px;
  overflow: hidden;
  padding: 32px 42px;
  position: relative;
}

.a360-google::after {
  background: linear-gradient(90deg, rgba(200, 169, 106, 0), rgba(200, 169, 106, 0.7), rgba(200, 169, 106, 0));
  bottom: 24px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(210px, calc(100% - 84px));
}

.a360-google-word {
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 4.1vw, 54px);
  font-weight: 700;
  letter-spacing: -0.068em;
  line-height: 1;
  opacity: 0.96;
  text-shadow: 0 10px 26px rgba(7, 24, 39, 0.08);
  white-space: nowrap;
}

.a360-google-word span:nth-child(1) { color: #4285f4; }
.a360-google-word span:nth-child(2) { color: #db4437; }
.a360-google-word span:nth-child(3) { color: #f4b400; }
.a360-google-word span:nth-child(4) { color: #4285f4; }
.a360-google-word span:nth-child(5) { color: #0f9d58; }
.a360-google-word span:nth-child(6) { color: #db4437; }

.a360-google-meta {
  display: flex;
  justify-content: center;
  width: 100%;
}

.a360-google-rating {
  align-items: center;
  display: flex;
  gap: 13px;
  justify-content: center;
}

.a360-stars {
  color: var(--a360-gold);
  font-size: clamp(22px, 2.2vw, 29px);
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 8px 18px rgba(200, 169, 106, 0.18);
}

.a360-rating {
  color: var(--a360-navy-2);
  font-family: var(--a360-serif);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 8px 20px rgba(7, 24, 39, 0.08);
}

.a360-trust-review-card {
  --a360-review-arrow-bg: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 72%);
  --a360-review-arrow-bg-hover: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.2) 70%);
  --a360-review-arrow-color: rgba(16, 40, 58, 0.5);
  --a360-review-arrow-color-hover: var(--a360-navy-2);
  min-height: 196px;
  padding: 34px 42px;
  position: relative;
}

.a360-trust-review-card::before {
  color: var(--a360-gold);
  content: "\201C";
  font-family: var(--a360-serif);
  font-size: 52px;
  left: 40px;
  line-height: 1;
  opacity: 0.62;
  position: absolute;
  top: 22px;
}

.a360-trust-review-card .a360-review-stack {
  min-height: 126px;
  padding-top: 34px;
}

.a360-trust-review-card .a360-review-item p {
  color: var(--a360-navy-2);
  font-family: var(--a360-sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
  margin-bottom: 16px;
}

.a360-trust-review-card .a360-review-item cite {
  color: var(--a360-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.a360-trust-review-card .a360-reviewer-photo {
  border-color: #fff;
  box-shadow: 0 9px 22px rgba(7, 24, 39, 0.13);
  flex-basis: 40px;
  height: 40px;
  width: 40px;
}

.a360-trust-proof {
  align-content: center;
  border-left: 1px solid var(--a360-line);
  display: grid;
  justify-items: center;
  min-height: 196px;
  padding: 34px 30px;
  text-align: center;
}

.a360-trust-proof strong {
  color: var(--a360-navy-2);
  font-family: var(--a360-serif);
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.a360-trust-proof span {
  color: var(--a360-muted);
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-transform: uppercase;
}

.a360-reveal-ready .a360-trust-proof[data-reveal] {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a360-reveal-ready .a360-trust-proof[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.a360-reveal-ready .a360-trust-proof[data-reveal].is-visible strong {
  animation: a360-count-pop 860ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes a360-count-pop {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.82);
  }

  62% {
    opacity: 1;
    transform: translateY(0) scale(1.08);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .a360-reveal-ready .a360-trust-proof[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .a360-reveal-ready .a360-trust-proof[data-reveal].is-visible strong {
    animation: none;
  }
}

.a360-logo-row {
  background: #fff;
  border-bottom: 1px solid rgba(7, 24, 39, 0.06);
  border-top: 1px solid var(--a360-line);
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  margin-top: 48px;
  overflow: hidden;
  padding: 32px 0;
  position: relative;
}

.a360-logo-row::before,
.a360-logo-row::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(112px, 10vw);
  z-index: 2;
}

.a360-logo-row::before {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.a360-logo-row::after {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

.a360-logo-track {
  --a360-logo-gap: clamp(18px, 2.4vw, 36px);
  --a360-logo-shift: -8800px;
  animation: a360-logo-scroll 206s linear infinite;
  display: flex;
  position: relative;
  width: max-content;
  will-change: transform;
  z-index: 1;
}

.a360-logo-set {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: var(--a360-logo-gap);
  padding-right: var(--a360-logo-gap);
}

.a360-client-logo {
  align-items: center;
  background: transparent;
  display: flex;
  flex: 0 0 218px;
  height: 116px;
  justify-content: center;
  padding: 8px 10px;
  position: relative;
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.a360-client-logo img {
  display: block;
  filter: saturate(1.06) contrast(1.02) opacity(0.92);
  height: auto;
  max-height: 90px;
  max-width: 240px;
  mix-blend-mode: normal;
  object-fit: contain;
  transition: filter 220ms ease, mix-blend-mode 220ms ease, transform 220ms ease;
  width: min(112%, 240px);
}

.a360-client-logo:hover {
  transform: scale(1.15);
  z-index: 3;
}

.a360-client-logo:hover img {
  filter: saturate(1.12) contrast(1.03) opacity(1);
  mix-blend-mode: normal;
}

@keyframes a360-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--a360-logo-shift), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .a360-logo-track {
    animation: none;
  }

  .a360-reveal-ready [data-reveal],
  .a360-reveal-ready [data-reveal-item] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.a360-centered {
  margin: 0 auto 38px;
  max-width: 650px;
  text-align: center;
}

.a360-services {
  background: #fff;
  border-top: 1px solid rgba(7, 24, 39, 0.05);
  padding-bottom: 66px;
  padding-top: 70px;
}

.a360-work {
  background: var(--a360-ivory-2);
  padding-bottom: 82px;
  padding-top: 68px;
}

.a360-tabs {
  align-items: center;
  display: flex;
  gap: 29px;
  justify-content: center;
  margin: 21px 0 17px;
}

.a360-tabs a {
  color: var(--a360-muted);
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 8px;
  position: relative;
}

.a360-tabs a.is-active {
  color: var(--a360-navy-2);
}

.a360-tabs a.is-active::after {
  background: var(--a360-gold);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.a360-collage {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.05fr 1.28fr;
  margin-top: 12px;
}

.a360-collage-main,
.a360-collage-small {
  background: #d9d5cc;
  container-type: inline-size;
  overflow: hidden;
  position: relative;
}

.a360-collage-main {
  min-height: 390px;
}

.a360-collage-main::after,
.a360-collage-small::after {
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.02), rgba(7, 24, 39, 0.7)),
    radial-gradient(circle at 50% 45%, rgba(200, 169, 106, 0.18), transparent 46%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 320ms ease;
  z-index: 1;
}

.a360-collage-main img,
.a360-collage-small img {
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
  width: 100%;
}

.a360-collage-main:hover img,
.a360-collage-main:focus-visible img,
.a360-collage-small:hover img,
.a360-collage-small:focus-visible img {
  filter: saturate(0.88) contrast(1.08);
  transform: scale(1.04);
}

.a360-collage-main:hover::after,
.a360-collage-main:focus-visible::after,
.a360-collage-small:hover::after,
.a360-collage-small:focus-visible::after {
  opacity: 1;
}

.a360-work-label {
  color: #fff;
  font-family: var(--a360-serif);
  font-size: clamp(24px, 9cqw, 64px);
  font-weight: 500;
  inset: auto 24px 22px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  line-height: 0.92;
  opacity: 0;
  position: absolute;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
  transform: translateY(18px);
  transition: opacity 360ms ease, transform 360ms ease;
  z-index: 2;
}

.a360-collage-small .a360-work-label {
  font-size: clamp(18px, 11cqw, 44px);
  inset: auto 18px 17px;
}

.a360-collage-main:hover .a360-work-label,
.a360-collage-main:focus-visible .a360-work-label,
.a360-collage-small:hover .a360-work-label,
.a360-collage-small:focus-visible .a360-work-label {
  opacity: 1;
  transform: translateY(0);
}

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

.a360-collage-small {
  min-height: 189px;
}

.a360-work-action {
  margin-top: 30px;
  text-align: center;
}

.a360-immersive {
  background: #f3efe7;
  display: flex;
  align-items: flex-start;
  min-height: min(82svh, 800px);
  padding: clamp(72px, 9svh, 108px) 0;
}

.a360-immersive-grid {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1190px;
  width: 100%;
}

.a360-immersive-intro {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 174px;
  padding-top: 64px;
}

.a360-immersive-intro .a360-phone-frame {
  width: 174px;
}

.a360-immersive-copy .a360-heading {
  margin-bottom: 20px;
}

.a360-immersive-copy .a360-copy {
  margin-bottom: 28px;
}

.a360-phone {
  align-items: center;
  display: flex;
  justify-content: center;
}

.a360-phone-frame {
  background: linear-gradient(115deg, #626468, #17191c 18%, #08090b 76%, #55585c);
  border: 1px solid #75777b;
  border-radius: 32px;
  box-shadow: inset 0 0 0 2px #25272a, 0 22px 38px -12px rgba(7, 24, 39, 0.34), 0 5px 10px rgba(7, 24, 39, 0.12);
  max-width: 100%;
  padding: 7px;
  position: relative;
  width: 174px;
}

.a360-phone-frame::before,
.a360-phone-frame::after {
  background: #373a3e;
  border-radius: 2px;
  content: "";
  position: absolute;
  width: 3px;
}

.a360-phone-frame::before {
  box-shadow: 0 45px 0 #373a3e;
  height: 30px;
  left: -3px;
  top: 72px;
}

.a360-phone-frame::after {
  height: 47px;
  right: -3px;
  top: 103px;
}

.a360-phone-screen {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.a360-phone-screen::after {
  background: #08090b;
  border-radius: 12px;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 26%;
  z-index: 2;
}

.a360-phone-screen img {
  height: auto;
  width: 100%;
}

.a360-tour-preview {
  aspect-ratio: 4 / 3;
  background: var(--a360-navy);
  box-shadow: 0 16px 34px rgba(7, 24, 39, 0.18);
  min-height: 350px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.a360-tour-cover {
  appearance: none;
  background: var(--a360-navy);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  height: 100%;
  inset: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

.a360-tour-cover::after {
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.06) 30%, rgba(7, 24, 39, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.a360-tour-cover:focus-visible {
  outline: 3px solid var(--a360-gold);
  outline-offset: -6px;
}

.a360-tour-cover img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.a360-tour-cover:hover img {
  transform: scale(1.035);
}

.a360-tour-play {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.16), 0 8px 30px rgba(7, 24, 39, 0.2);
  color: var(--a360-navy);
  display: flex;
  height: 72px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  z-index: 1;
}

.a360-tour-play svg {
  fill: currentColor;
  height: 36px;
  margin-left: 4px;
  width: 36px;
}

.a360-tour-caption {
  bottom: 24px;
  color: #fff;
  left: 26px;
  position: absolute;
  z-index: 1;
}

.a360-tour-caption small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.a360-tour-caption strong {
  color: #fff;
  font-family: var(--a360-serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.a360-tour-stage {
  background: #071827;
  inset: 0;
  position: absolute;
}

.a360-tour-stage iframe {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.a360-tour-loading {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.a360-tour-dialog {
  background: #071827;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  height: 100vh;
  height: 100dvh;
  inset: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}

.a360-tour-dialog[open] {
  display: flex;
  flex-direction: column;
}

.a360-tour-dialog::backdrop {
  background: rgba(7, 24, 39, 0.9);
}

.a360-tour-dialog-header {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  justify-content: space-between;
  padding: max(12px, env(safe-area-inset-top)) 16px 12px;
}

.a360-tour-dialog-title {
  color: #fff;
}

.a360-tour-dialog-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 44px;
}

.a360-tour-dialog-close:focus-visible {
  outline: 2px solid #c8a96a;
  outline-offset: 3px;
}

.a360-tour-dialog .a360-tour-stage {
  flex: 1;
  min-height: 0;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .a360-tour-cover img {
    transition: none;
  }
}

.a360-why {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 66px;
}

.a360-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.a360-benefit {
  border-radius: 6px;
  padding: 0 44px;
  position: relative;
  text-align: center;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.a360-benefit + .a360-benefit {
  border-left: 1px solid var(--a360-line);
}

.a360-benefit i {
  color: var(--a360-gold);
  display: block;
  font-size: 34px;
  margin-bottom: 16px;
  transition: color 180ms ease, transform 180ms ease;
}

.a360-benefit h3 {
  color: var(--a360-navy-2);
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 9px;
}

.a360-benefit p {
  color: var(--a360-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  transition: color 180ms ease;
}

.a360-benefit:hover {
  background: rgba(200, 169, 106, 0.08);
  box-shadow: 0 16px 38px rgba(7, 24, 39, 0.08);
  transform: translateY(-4px);
}

.a360-benefit:hover i {
  color: #d8b875;
  transform: translateY(-2px) scale(1.08);
}

.a360-benefit:hover p {
  color: #555d64;
}

.a360-booking {
  background: var(--a360-navy);
  color: #fff;
  padding: 88px 0;
}

.a360-reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 780ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.a360-reveal-ready [data-reveal-item] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.a360-reveal-ready [data-reveal].is-visible [data-reveal-item]:nth-child(2) { transition-delay: 80ms; }
.a360-reveal-ready [data-reveal].is-visible [data-reveal-item]:nth-child(3) { transition-delay: 160ms; }
.a360-reveal-ready [data-reveal].is-visible [data-reveal-item]:nth-child(4) { transition-delay: 240ms; }
.a360-reveal-ready [data-reveal].is-visible [data-reveal-item]:nth-child(5) { transition-delay: 320ms; }
.a360-reveal-ready [data-reveal].is-visible [data-reveal-item]:nth-child(6) { transition-delay: 400ms; }

@media (prefers-reduced-motion: reduce) {
  .a360-reveal-ready [data-reveal],
  .a360-reveal-ready [data-reveal-item] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.a360-booking-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 0.78fr 1.22fr;
}

.a360-booking .a360-heading {
  color: #fff;
  margin-bottom: 24px;
}

.a360-booking .a360-copy {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 31px;
  max-width: 420px;
}

.a360-contact-list {
  display: grid;
  gap: 13px;
}

.a360-contact-booking { margin-top: 28px; }

.a360-form label {
  color: rgba(255, 255, 255, 0.8);
  display: grid;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  margin: 0;
}

.a360-contact-list a,
.a360-contact-list span {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 12px;
}

.a360-contact-list i {
  color: var(--a360-gold);
  font-size: 19px;
}

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

.a360-field-wide {
  grid-column: 1 / -1;
}

.a360-form input,
.a360-form textarea {
  appearance: none;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: var(--a360-sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  min-height: 44px !important;
  outline: none;
  padding: 13px 15px !important;
  width: 100% !important;
}

.a360-form input::placeholder,
.a360-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.a360-form textarea {
  min-height: 150px !important;
  resize: vertical;
}

.a360-form input:focus,
.a360-form textarea:focus {
  border-color: var(--a360-gold) !important;
}

.a360-form .a360-btn {
  border: 0;
  cursor: pointer;
  margin-top: 0;
  width: auto;
}

.a360-honeypot {
  display: none !important;
}

.a360-faq {
  background: var(--a360-ivory-2);
  padding: 62px 0 72px;
}

.a360-faq-list {
  border-top: 1px solid var(--a360-line) !important;
  display: block !important;
  gap: 0 !important;
  margin: 28px auto 0 !important;
  max-width: 760px !important;
  padding: 0 !important;
}

.a360-faq details {
  border-bottom: 1px solid var(--a360-line);
  overflow: hidden;
}

.a360-faq summary {
  align-items: center;
  color: var(--a360-navy-2);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  padding: 18px 0;
}

.a360-faq summary::-webkit-details-marker {
  display: none;
}

.a360-faq summary i {
  color: var(--a360-navy-2);
  font-size: 18px;
  transition: transform 180ms ease;
}

.a360-faq details[open]:not([data-faq-expanded]) summary i,
.a360-faq details[data-faq-expanded="true"] summary i {
  transform: rotate(45deg);
}

.a360-faq summary:focus-visible {
  outline: 2px solid var(--a360-gold);
  outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {
  .a360-faq summary i { transition: none; }
}

.a360-faq details p {
  color: var(--a360-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  margin: -4px 0 18px;
  max-width: 650px;
}

.a360-footer {
  background: var(--a360-navy);
  color: rgba(255, 255, 255, 0.74);
  padding: 48px 0 32px;
}

.a360-footer-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.6fr 0.9fr 0.9fr 1.1fr 1fr;
}

.a360-footer .a360-logo {
  margin-bottom: 17px;
}

.a360-footer p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 18px;
  max-width: 300px;
}

.a360-social {
  display: flex;
  gap: 12px;
}

.a360-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.a360-social a:hover,
.a360-social a:focus-visible {
  border-color: var(--a360-gold);
  color: var(--a360-gold);
}

.a360-footer h3 {
  color: var(--a360-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.a360-footer ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.a360-footer li,
.a360-footer a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
}

.a360-footer a:hover,
.a360-footer a:focus-visible {
  color: #fff;
}

.a360-footer-contact li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.a360-footer-contact i {
  color: var(--a360-gold);
  font-size: 17px;
  margin-top: 1px;
}

.a360-footer-cta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.a360-footer-rating {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: right;
}

.a360-footer-rating span {
  color: var(--a360-gold);
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-left: 6px;
}

.a360-footer-rating small {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 3px;
}

.a360-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 22px;
}

.a360-footer-bottom p,
.a360-footer-bottom a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  margin: 0;
}

.a360-footer-legal {
  display: flex;
  gap: 24px;
}

body.home #callnowbutton {
  background-color: var(--a360-navy) !important;
  border-top: 1px solid rgba(200, 169, 106, 0.55) !important;
  box-shadow: 0 -10px 28px rgba(7, 24, 39, 0.22) !important;
  font-family: var(--a360-sans) !important;
}

body.home #callnowbutton span {
  color: #fff !important;
  font-family: var(--a360-sans) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}

@media (max-width: 1100px) {
  .a360-shell {
    padding: 0 32px;
  }

  .a360-hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(286px, 0.54fr);
  }

  .a360-hero-review {
    padding: 24px;
  }

  .a360-immersive-grid {
    gap: 28px;
  }

  .a360-immersive-intro {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 128px;
    padding-top: 40px;
  }

  .a360-footer-grid {
    grid-template-columns: 1.4fr repeat(2, 0.8fr) 1fr;
  }

  .a360-footer-cta {
    align-items: flex-start;
    grid-column: 1 / -1;
  }
}

@media (max-width: 1180px) {
  .a360-hero {
    min-height: 760px;
  }

  .a360-header {
    gap: 22px;
    padding-top: 29px;
  }

  .a360-nav {
    gap: 22px;
  }

  .a360-nav a:not(.a360-btn) {
    font-size: 10px;
  }

  .a360-nav .a360-btn {
    min-height: 42px !important;
    padding: 14px 22px !important;
  }

  .a360-hero-content {
    gap: 42px;
    grid-template-columns: 1fr;
    padding-bottom: 76px;
    padding-top: 178px;
  }

  .a360-hero-copy {
    max-width: 650px;
  }

  .a360-hero h1 {
    font-size: clamp(54px, 6vw, 64px);
    max-width: 650px;
  }

  .a360-hero p {
    max-width: 610px;
  }

  .a360-hero-review {
    align-self: auto;
    justify-self: start;
    max-width: 520px;
    width: 100%;
  }

  .a360-hero-review .a360-review-item p {
    font-size: 25px;
    line-height: 1.12;
  }

  .a360-hero-review .a360-review-stack {
    min-height: 124px;
  }
}

@media (max-width: 900px) {
  .a360-immersive {
    padding: 80px 0;
  }

  .a360-heading {
    font-size: 39px;
  }

  .a360-hero h1 {
    font-size: 58px;
  }

  .a360-hero-content {
    grid-template-columns: 1fr;
  }

  .a360-hero-review {
    align-self: auto;
    justify-self: start;
    max-width: 440px;
  }

  .a360-trust-top {
    grid-template-columns: 1fr;
  }

  .a360-google {
    border-bottom: 1px solid var(--a360-line);
    border-right: 0;
    min-height: 0;
    padding: 28px 30px;
  }

  .a360-trust-review-card {
    min-height: 178px;
    padding: 30px;
  }

  .a360-trust-review-card::before {
    left: 28px;
    top: 18px;
  }

  .a360-trust-proof {
    border-left: 0;
    border-top: 1px solid var(--a360-line);
    min-height: 0;
    padding: 28px 30px;
  }

  .a360-logo-row {
    margin-top: 38px;
  }

  .a360-client-logo {
    flex-basis: 190px;
    height: 108px;
    padding: 8px 9px;
  }

  .a360-client-logo img {
    max-height: 79px;
    max-width: 209px;
    width: min(112%, 209px);
  }

  .a360-collage {
    grid-template-columns: 1fr;
  }

  .a360-immersive-grid,
  .a360-booking-grid {
    grid-template-columns: 1fr;
  }

  .a360-phone {
    justify-content: center;
  }

  .a360-immersive-intro {
    grid-template-columns: minmax(0, 1fr) 174px;
    padding-top: 0;
  }

  .a360-immersive-intro .a360-phone-frame {
    width: 174px;
  }

  .a360-benefit {
    padding: 0 22px;
  }

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

@media (max-width: 720px) {
  .a360-immersive-intro {
    grid-template-columns: 1fr;
  }

  .a360-shell {
    padding: 0 22px;
  }

  .a360-section {
    padding: 62px 0;
  }

  .a360-header {
    padding-top: 20px;
  }

  .a360-logo {
    font-size: 25px;
  }

  .a360-logo span {
    font-size: 7px;
    letter-spacing: 0.4em;
  }

  .a360-menu-toggle {
    display: inline-flex;
  }

  .a360-nav {
    align-items: stretch;
    background: rgba(7, 24, 39, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    position: absolute;
    right: 22px;
    top: 76px;
    width: min(280px, calc(100vw - 44px));
  }

  .a360-nav.is-open {
    display: flex;
  }

  .a360-nav a:not(.a360-btn) {
    padding: 13px 10px;
  }

  .a360-nav .a360-btn {
    margin-top: 6px;
    width: 100%;
  }

  .a360-hero {
    min-height: 615px;
  }

  .a360-hero-content {
    padding-bottom: 64px;
    padding-top: 142px;
  }

  .a360-hero h1 {
    font-size: 46px;
    max-width: 430px;
  }

  .a360-hero p {
    font-size: 14px;
  }

  .a360-hero-review {
    max-width: none;
    padding: 22px;
  }

  .a360-review-item p {
    font-size: 23px;
  }

  .a360-review-stack {
    min-height: 132px;
  }

  .a360-hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 260px;
  }

  .a360-trust {
    padding-top: 44px;
  }

  .a360-logo-row {
    margin-inline: -22px;
    padding: 28px 0;
  }

  .a360-logo-track {
    animation-duration: 181s;
  }

  .a360-client-logo {
    flex-basis: 174px;
    height: 98px;
    padding: 8px;
  }

  .a360-client-logo img {
    max-height: 71px;
    max-width: 193px;
    width: min(112%, 193px);
  }

  .a360-collage-grid,
  .a360-benefits,
  .a360-form,
  .a360-footer-grid {
    grid-template-columns: 1fr;
  }

  .a360-tabs {
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage [data-reveal-item],
  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work.is-visible .a360-collage [data-reveal-item]:not(.is-mobile-work-visible) {
    opacity: 0;
    transform: translateX(-84px) rotate(-1.8deg) scale(0.94);
    transition: opacity 760ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage-grid [data-reveal-item]:nth-child(even),
  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work.is-visible .a360-collage-grid [data-reveal-item]:nth-child(even):not(.is-mobile-work-visible) {
    transform: translateX(84px) rotate(1.8deg) scale(0.94);
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage [data-reveal-item].is-mobile-work-visible {
    opacity: 1;
    transform: translateX(0) rotate(0) scale(1);
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage-grid [data-reveal-item]:nth-child(1).is-mobile-work-visible {
    transition-delay: 110ms;
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage-grid [data-reveal-item]:nth-child(2).is-mobile-work-visible {
    transition-delay: 210ms;
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage-grid [data-reveal-item]:nth-child(3).is-mobile-work-visible {
    transition-delay: 310ms;
  }

  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage-grid [data-reveal-item]:nth-child(4).is-mobile-work-visible {
    transition-delay: 410ms;
  }

  .a360-collage-main,
  .a360-collage-small {
    min-height: 245px;
  }

  .a360-collage-main::after,
  .a360-collage-small::after {
    background:
      linear-gradient(180deg, rgba(7, 24, 39, 0.02) 0%, rgba(7, 24, 39, 0.34) 48%, rgba(7, 24, 39, 0.82) 100%),
      radial-gradient(circle at 50% 48%, rgba(200, 169, 106, 0.2), transparent 52%);
    opacity: 1;
  }

  .a360-collage-main img,
  .a360-collage-small img {
    filter: saturate(0.94) contrast(1.04);
  }

  .a360-work-label,
  .a360-collage-small .a360-work-label {
    font-size: clamp(24px, 11cqw, 58px);
    inset: auto 20px 19px;
    opacity: 1;
    text-shadow: 0 16px 38px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
  }

  .a360-tour-preview {
    min-height: 260px;
  }

  .a360-benefit {
    border-left: 0 !important;
    border-top: 1px solid var(--a360-line);
    padding: 28px 0 0;
  }

  .a360-benefit:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .a360-field-wide {
    grid-column: auto;
  }

  .a360-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage [data-reveal-item],
  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage-grid [data-reveal-item]:nth-child(even),
  .a360-homepage.a360-reveal-ready.is-mobile-work-motion-ready .a360-work .a360-collage [data-reveal-item].is-mobile-work-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 460px) {
  .a360-heading {
    font-size: 34px;
  }

  .a360-hero h1 {
    font-size: 39px;
  }

  .a360-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
