:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --text: #242628;
  --muted: #686d72;
  --line: #deded8;
  --accent: #0088cc;
  --accent-dark: #3caee9;
  --dark: #1d2023;
  --max: 1120px;
}

@font-face {
  font-family: "ff-font-et-line";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/ff-font-et-line/ff-font-et-line.woff") format("woff"),
       url("/assets/fonts/ff-font-et-line/ff-font-et-line.ttf") format("truetype");
}

.ff-font-et-line {
  display: inline-block;
  font-family: "ff-font-et-line";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.ff-font-et-line.icon-lock::before { content: "\e020"; }
.ff-font-et-line.icon-envelope::before { content: "\e028"; }
.ff-font-et-line.icon-desktop::before { content: "\e002"; }
.ff-font-et-line.icon-linegraph::before { content: "\e039"; }
.ff-font-et-line.icon-pricetags::before { content: "\e02f"; }
.ff-font-et-line.icon-gears::before { content: "\e02b"; }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  border-bottom: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  min-height: 96px;
  padding: 22px clamp(18px, 4vw, 54px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

nav {
  display: none;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: flex-end;
}

nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a[aria-current="page"] {
  color: #ffffff;
}

.hero {
  align-items: center;
  background-image: linear-gradient(var(--hero-overlay, rgba(0, 0, 0, 0.18)), var(--hero-overlay, rgba(0, 0, 0, 0.18))), var(--hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: grid;
  justify-items: center;
  min-height: clamp(360px, 54vh, 540px);
  padding: clamp(90px, 12vw, 135px) clamp(20px, 5vw, 72px) clamp(60px, 7.5vw, 98px);
  text-align: center;
}

.hero > div {
  max-width: 880px;
  width: 100%;
}

.page-media .hero {
  min-height: clamp(306px, 46vh, 459px);
  padding: clamp(76px, 10vw, 115px) clamp(20px, 5vw, 72px) clamp(51px, 6.4vw, 83px);
}

.page-media .hero > div {
  max-width: 1040px;
}

.eyebrow {
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.25rem, 4.3vw, 3rem);
  font-weight: 600;
  line-height: 1.04;
  margin-bottom: 18px;
}

h2 {
  font-weight: 400;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.06rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.hero h1 + p {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.page-media .hero h1 + p {
  font-size: clamp(1.08rem, 1.85vw, 1.34rem);
  font-weight: 300;
  max-width: none;
  white-space: nowrap;
}

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

.hero-button {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 42px;
  min-width: 112px;
  padding: 9px 18px;
  text-decoration: none;
}

.hero-button-primary {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
}

.hero-button-primary:hover {
  background: rgba(60, 174, 233, 0.7);
  border-color: rgba(60, 174, 233, 0.7);
}

.hero-button-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.hero-button-secondary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(48px, 8vw, 88px) clamp(20px, 4vw, 32px);
}

.section p {
  color: #606060;
  font-size: 1rem;
}

.section:nth-of-type(even) {
  background: #ffffff;
}

.section.narrow {
  max-width: 850px;
}

.cards-band {
  background: #fff;
  padding: 80px clamp(20px, 4vw, 32px) 100px;
  position: relative;
}

.cards-band-follow {
  margin-top: 50px;
}

.cards-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  position: relative;
  z-index: 2;
}

.card {
  background: var(--surface);
  border: 20px solid #fff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.12);
  margin-top: -150px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.card:hover {
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.card-image-link {
  aspect-ratio: 515 / 291;
  display: block;
  overflow: hidden;
}

.card-image-link img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card div {
  padding: 28px 30px 34px;
  text-align: center;
}

.card h2 {
  font-size: 1.85rem;
}

.text-link {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--accent);
  text-decoration: underline;
}

.button {
  align-items: center;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background: #3caee9;
  border-color: #3caee9;
}

.logos-section {
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  max-width: var(--max);
  padding-bottom: clamp(54px, 8vw, 92px);
}

.logos-intro {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.logos-intro h2 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 14px;
}

.logos-intro p {
  color: #606060;
  font-size: 16px;
  margin: 0 auto;
  max-width: 820px;
}

.logo-grid {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 54px;
}

.logo-grid img {
  filter: none;
  margin: auto;
  opacity: 1;
  padding: 8px 14px;
  width: min(100%, 180px);
}

.contact-cta {
  background: var(--accent);
  color: #fff;
  padding: 0 clamp(20px, 4vw, 32px);
}

.contact-cta-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 970px;
  padding: 40px 0;
}

.contact-cta h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
}

.contact-cta p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.contact-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.cta-button {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 42px;
  min-width: 104px;
  padding: 9px 18px;
  text-decoration: none;
}

.cta-button:hover {
  background: #fff;
  color: var(--accent);
}

.contact-form-section {
  background: #fff;
  padding: 58px clamp(20px, 4vw, 48px);
}

.page-media .contact-form-section {
  background: rgba(242, 242, 242, 0.68);
}

.page-home .contact-form-section {
  background: #fff;
  padding-bottom: 66px;
  padding-top: 58px;
}

.contact-form-inner {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  margin: 0 auto;
  max-width: 970px;
}

.contact-form-copy h2 {
  color: #34343c;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.page-media .contact-form-copy h2 {
  text-transform: none;
}

.page-home .contact-form-inner {
  display: block;
  max-width: 680px;
}

.page-home .contact-form-copy {
  text-align: center;
}

.page-home .contact-form-copy h2 {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 300;
  margin-bottom: 28px;
  text-transform: none;
}

.contact-form-copy p {
  color: #606060;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.contact-form-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-form-link {
  align-items: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
}

.contact-form-link:hover {
  background: var(--accent);
  color: #fff;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: #34343c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form span em {
  color: #777;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #34343c;
  font: inherit;
  min-height: 46px;
  padding: 11px 13px;
  width: 100%;
}

.contact-form textarea {
  line-height: 1.5;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(60, 174, 233, 0.18);
  outline: none;
}

.contact-form button {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  justify-self: start;
  min-height: 46px;
  padding: 0 24px;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: #2b9bd8;
  border-color: #2b9bd8;
}

.form-honeypot {
  clip: rect(0 0 0 0);
  height: 1px;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 1px !important;
}

.passions-strip {
  background: var(--accent);
  color: #fff;
  padding: 0 clamp(20px, 4vw, 32px);
}

.passions-inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  margin: 0 auto;
  max-width: 970px;
  padding: 44px 0;
}

.passions-copy h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

.passions-copy p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 18px;
}

.passions-link {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 42px;
  min-width: 148px;
  padding: 9px 18px;
  text-decoration: none;
}

.passions-link:hover {
  background: #fff;
  color: var(--accent);
}

.passions-image {
  background: #fff;
  display: block;
  padding: 4px;
}

.passions-image img {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  width: 100%;
}

.media-intro {
  background: #fff;
  padding: 58px clamp(20px, 4vw, 32px) 76px;
}

.media-intro > div {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
}

.media-intro h2 {
  color: #34343c;
  font-size: clamp(1.9rem, 3vw, 2.25rem);
  font-weight: 300;
  line-height: 1.32;
  margin-bottom: 18px;
}

.media-intro p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.media-intro strong {
  color: #606060;
  font-weight: 700;
}

.media-section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 18px;
}

.media-services {
  background: var(--accent);
  color: #fff;
  padding: 80px clamp(20px, 4vw, 32px);
}

.media-section-heading {
  margin: 0 auto 40px;
  max-width: 900px;
  text-align: center;
}

.media-services .media-section-heading h2,
.media-services .media-section-heading p {
  color: #fff;
}

.media-services .media-section-heading p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 780px;
}

.media-services-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.media-service-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 151px;
  padding: 28px;
  position: relative;
  transition: background-color 260ms cubic-bezier(0.7, 1, 0.7, 1), box-shadow 260ms cubic-bezier(0.7, 1, 0.7, 1), color 260ms cubic-bezier(0.7, 1, 0.7, 1), transform 260ms cubic-bezier(0.7, 1, 0.7, 1);
  z-index: 0;
}

.media-service-card:last-child {
  background: rgba(18, 31, 54, 0.82);
}

.media-service-icon {
  color: currentColor;
  font-size: 36px;
}

.media-service-card h3 {
  color: currentColor;
  font-family: "Lora", "Droid Serif", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 8px;
}

.media-service-card p {
  color: currentColor;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.media-service-card:hover {
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 31, 54, 0.24);
  color: #34343c;
  transform: scale(1.045);
  z-index: 2;
}

.media-work {
  background: #f0f0f0;
  padding: 80px clamp(20px, 4vw, 32px);
}

.media-work .media-section-heading p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.media-portfolio-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.media-portfolio-item {
  min-width: 0;
}

.media-portfolio-trigger {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}

.media-portfolio-image {
  aspect-ratio: 360 / 227;
  background: #ddd;
  display: block;
  overflow: hidden;
  position: relative;
}

.media-portfolio-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease, filter 250ms ease;
  width: 100%;
}

.media-portfolio-focus {
  align-items: center;
  background: #fff;
  color: #333;
  display: inline-flex;
  font-size: 24px;
  height: 44px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -35%);
  transition: opacity 220ms ease, transform 220ms ease;
  width: 44px;
}

.media-portfolio-title {
  color: #0088cc;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}

.media-portfolio-trigger:hover .media-portfolio-title,
.media-portfolio-trigger:focus-visible .media-portfolio-title {
  color: #00bcd4;
}

.media-portfolio-trigger:hover img,
.media-portfolio-trigger:focus-visible img {
  filter: brightness(0.62);
  transform: scale(1.04);
}

.media-portfolio-trigger:hover .media-portfolio-focus,
.media-portfolio-trigger:focus-visible .media-portfolio-focus {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.portfolio-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 100;
}

.portfolio-modal.is-open {
  display: flex;
}

.portfolio-modal-dialog {
  max-height: calc(100vh - 48px);
  max-width: min(1100px, 94vw);
  position: relative;
}

.portfolio-modal img {
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  display: block;
  max-height: calc(100vh - 120px);
  max-width: 100%;
  object-fit: contain;
}

.portfolio-modal-caption {
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.portfolio-modal-close,
.portfolio-modal-prev,
.portfolio-modal-next {
  align-items: center;
  background: #fff;
  border: 0;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  position: absolute;
  width: 44px;
}

.portfolio-modal-close {
  right: -16px;
  top: -16px;
}

.portfolio-modal-prev,
.portfolio-modal-next {
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-modal-prev {
  left: -58px;
}

.portfolio-modal-next {
  right: -58px;
}

.car-hero {
  background: #121f36;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.page-car .site-header {
  display: none;
}

.condo-hero {
  background-image: linear-gradient(rgba(18, 31, 54, 0.26), rgba(18, 31, 54, 0.26)), var(--condo-hero-bg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 20px clamp(20px, 4vw, 48px) 50px;
}

.condo-hero-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.condo-hero-links {
  border-bottom: 1px solid rgba(242, 242, 242, 0.68);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0 0 15px;
  text-align: center;
}

.condo-hero-links a {
  color: #e8e8e8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.condo-hero-links a:hover {
  color: #fff;
}

.condo-hero-links .condo-hero-apply {
  color: #fff;
  font-weight: 700;
}

.condo-hero-copy {
  padding: 44px 0 26px;
  text-align: center;
}

.condo-hero-copy h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.18;
  margin: 0 0 18px;
}

.condo-hero-copy p {
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 900px;
  text-transform: uppercase;
}

.condo-hero-slider {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}

.condo-hero-slides {
  overflow: hidden;
  position: relative;
}

.condo-hero-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 420ms ease;
}

.condo-hero-slide.is-active {
  opacity: 1;
  position: relative;
}

.condo-hero-slide img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.condo-slider-button {
  align-items: center;
  background: rgba(60, 174, 233, 0.82);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 42px;
  height: 54px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  z-index: 2;
}

.condo-slider-button:hover,
.condo-slider-button:focus-visible {
  background: var(--accent);
}

.condo-slider-prev {
  left: 16px;
}

.condo-slider-next {
  right: 16px;
}

.car-hero-title {
  padding: 16px clamp(20px, 4vw, 48px) 20px;
}

.car-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
}

.car-hero-title p {
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 300;
  line-height: 1.3;
  margin: 8px 0 0;
}

.car-hero picture,
.car-hero img {
  display: block;
  width: 100%;
}

.car-hero img {
  height: auto;
}

.car-intro {
  background: var(--accent);
  color: #fff;
  padding: 30px clamp(20px, 4vw, 48px);
}

.car-intro-inner {
  margin: 0 auto;
  max-width: var(--max);
  text-align: center;
}

.car-intro h2 {
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 8px;
}

.car-intro p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 880px;
}

.car-options {
  background: rgba(242, 242, 242, 0.68);
  padding: 42px clamp(20px, 4vw, 48px) 62px;
}

.car-options > h2,
.car-gallery-heading h2 {
  color: #34343c;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 300;
  line-height: 1.25;
  margin: 0 auto 28px;
  text-align: center;
}

.car-option-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.car-option-card {
  background: #fff;
  box-shadow: 7px 7px 5px 0 #eff1f8;
  min-height: 350px;
  padding: 46px 30px;
  text-align: center;
}

.car-option-card h3 {
  color: var(--accent);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 18px;
}

.car-option-card ul {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 0;
}

.car-option-card li + li {
  margin-top: 0;
}

.car-option-card li::before {
  content: "- ";
}

.car-specs {
  background: #fff;
  padding: 50px clamp(20px, 4vw, 48px);
}

.car-specs-inner {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.car-video iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.car-video p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  margin: 24px 0 0;
}

.car-spec-table h2 {
  color: #34343c;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 22px;
}

.car-spec-table table {
  border-collapse: collapse;
  width: 100%;
}

.car-spec-table th,
.car-spec-table td {
  border: 1px solid #ccc;
  color: #34343c;
  font-size: 15px;
  line-height: 1.4;
  padding: 9px 12px;
  text-align: left;
}

.car-spec-table th {
  background: #f0f0f0;
  font-weight: 700;
  width: 34%;
}

.car-gallery {
  background: rgba(242, 242, 242, 0.68);
  padding: 50px clamp(20px, 4vw, 48px) 70px;
}

.car-gallery-heading {
  margin: 0 auto 32px;
  max-width: 760px;
  text-align: center;
}

.car-gallery-heading p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.car-gallery-section {
  margin: 0 auto 44px;
  max-width: var(--max);
}

.car-gallery-section + .car-gallery-section {
  margin-top: 74px;
  padding-top: 54px;
  position: relative;
}

.car-gallery-section + .car-gallery-section::before {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 84px;
}

.car-gallery-section > p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 30px;
  text-align: center;
}

.car-gallery-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.car-gallery-item {
  min-width: 0;
}

.car-gallery-trigger {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 5px 3px #eff1f8;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 100%;
}

.car-gallery-image {
  aspect-ratio: 360 / 227;
  display: block;
  overflow: hidden;
  position: relative;
}

.car-gallery-image img {
  height: 100%;
  object-fit: cover;
  transition: filter 250ms ease, transform 250ms ease;
  width: 100%;
}

.car-gallery-trigger:hover img,
.car-gallery-trigger:focus-visible img {
  filter: brightness(0.68);
  transform: scale(1.04);
}

.car-gallery-trigger:hover .media-portfolio-focus,
.car-gallery-trigger:focus-visible .media-portfolio-focus {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.car-local-video {
  background: rgba(242, 242, 242, 0.68);
  padding: 0 clamp(20px, 4vw, 48px) 70px;
}

.car-local-video-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.car-local-video video {
  display: block;
  height: auto;
  width: 100%;
}

.condo-cta {
  background: var(--accent);
  color: #fff;
  padding: 42px clamp(20px, 4vw, 48px);
}

.condo-cta-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.condo-cta h2 {
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.condo-cta-actions,
.condo-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.condo-cta-button,
.condo-feature-button {
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  color: var(--accent);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.condo-cta-button:hover,
.condo-feature-button:hover {
  background: #f0f0f0;
  color: var(--accent);
  transform: translateY(-1px);
}

.condo-feature,
.condo-location {
  background: #fff;
  padding: 50px clamp(20px, 4vw, 48px);
}

.condo-feature-inner,
.condo-location-inner {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.condo-feature img {
  display: block;
  width: 100%;
}

.condo-feature-copy h2,
.condo-location-copy h2 {
  color: #34343c;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 18px;
}

.condo-feature-copy p,
.condo-location-copy p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  margin: 0 0 24px;
}

.condo-feature .condo-feature-button,
.condo-location .condo-feature-button {
  background: var(--accent);
  color: #fff;
}

.condo-feature .condo-feature-button:hover,
.condo-location .condo-feature-button:hover {
  background: rgba(60, 174, 233, 0.9);
  color: #fff;
}

.condo-contact-form {
  margin: 24px 0 18px;
}

.condo-location iframe {
  border: 0;
  display: block;
  height: 520px;
  width: 100%;
}

.feature {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.feature img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

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

.service-grid article,
.portfolio-grid article {
  background: var(--surface);
  border: 0;
  box-shadow: none;
  padding: 22px;
}

.service-grid article {
  background: var(--accent);
  color: #ffffff;
}

.service-grid article p {
  color: rgba(255, 255, 255, 0.9);
}

.portfolio-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.portfolio-grid img {
  aspect-ratio: 4 / 3;
  margin-bottom: 14px;
  object-fit: cover;
  width: 100%;
}

.specs {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) 1fr;
  margin: 0;
}

.specs dt,
.specs dd {
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 13px 16px;
}

.specs dt {
  color: var(--muted);
  font-weight: 750;
}

.gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.gallery figure {
  background: var(--surface);
  margin: 0;
}

.gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.contact {
  text-align: center;
}

.site-footer {
  background: #2c2c2c;
  color: #ccc;
  padding: 10px clamp(20px, 4vw, 48px) 0;
}

.footer-inner {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: 5px 0 25px;
}

.footer-copy,
.footer-credit {
  color: #ccc;
  font-size: 13px;
  margin: 0;
}

.footer-copy {
  text-align: left;
}

.footer-credit {
  text-align: right;
}

.footer-copy a,
.footer-credit a {
  color: #ccc;
  margin: 0;
  text-decoration: none;
}

.footer-copy a:hover,
.footer-credit a:hover {
  color: var(--accent);
}

.footer-social {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-icon {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #000;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin: 0;
  transition: background-color 180ms ease, color 180ms ease;
  width: 30px;
}

.social-icon svg {
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.social-icon:hover {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    min-height: 76px;
    padding-top: 16px;
  }

  nav {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-copy,
  .footer-credit {
    text-align: center;
  }

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

  .logo-grid img {
    padding: 6px 10px;
    width: min(100%, 150px);
  }

  .contact-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-cta-actions {
    justify-content: center;
  }

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

  .condo-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .condo-hero {
    padding-bottom: 34px;
    padding-top: 16px;
  }

  .condo-hero-links {
    gap: 12px 16px;
  }

  .condo-hero-copy {
    padding: 34px 0 22px;
  }

  .condo-slider-button {
    font-size: 34px;
    height: 46px;
    width: 40px;
  }

  .condo-feature-inner,
  .condo-location-inner {
    grid-template-columns: 1fr;
  }

  .condo-location iframe {
    height: 420px;
  }

  .passions-inner {
    grid-template-columns: 1fr;
    max-width: 620px;
    text-align: left;
  }

  .media-services-grid,
  .media-portfolio-grid,
  .car-option-grid,
  .car-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .car-specs-inner {
    grid-template-columns: 1fr;
  }

  .cards-band,
  .cards-band-follow {
    margin-top: 0;
    padding-bottom: clamp(48px, 8vw, 88px);
    padding-top: clamp(48px, 8vw, 88px);
  }

  .cards-grid,
  .service-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

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

  .card {
    margin-top: 0;
  }

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

  .specs dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 520px) {
  .condo-hero-links {
    display: none;
  }

  .condo-hero-copy h1 {
    font-size: 2rem;
  }

  .page-media .hero h1 + p {
    white-space: normal;
  }

  .condo-slider-prev {
    left: 8px;
  }

  .condo-slider-next {
    right: 8px;
  }

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

  .hero-actions,
  .contact-cta-actions,
  .contact-form-links,
  .condo-cta-actions,
  .condo-location-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-button,
  .cta-button,
  .contact-form-link,
  .contact-form button,
  .condo-cta-button,
  .condo-feature-button {
    width: 100%;
  }

  .media-services-grid,
  .media-portfolio-grid,
  .car-option-grid,
  .car-gallery-grid {
    grid-template-columns: 1fr;
  }

  .car-option-card {
    min-height: auto;
  }

  .media-service-card {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: auto;
    padding: 24px;
  }

  .portfolio-modal-prev {
    left: 8px;
  }

  .portfolio-modal-next {
    right: 8px;
  }
}
