:root {
  --black: #120d10;
  --ink: #050505;
  --muted: #555555;
  --pink: #ec008c;
  --pale-pink: #fde3f3;
  --yellow: #fff200;
  --gold: #ffd794;
  --line: #ededed;
  --max: 1536px;
  font-family: "Montserrat", "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Montserrat", "Trebuchet MS", Arial, sans-serif;
}

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  padding: .65rem .9rem;
  background: var(--yellow);
  color: #000;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: var(--black);
  color: #ffffff;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(270px, 1.2fr) minmax(500px, 2fr) minmax(270px, 398px);
  min-height: 173px;
}

.brand {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 173px;
  padding-left: 34px;
}

.brand-crop {
  position: absolute;
  inset: 0 auto auto 0;
  width: 420px;
  height: 80px;
  overflow: hidden;
  pointer-events: none;
}

.brand-crop img {
  width: 420px;
  max-width: none;
}

.brand-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 3vw, 3.75rem);
  min-width: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  text-transform: uppercase;
}

.main-nav a {
  color: #ffffff;
  white-space: nowrap;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--pink);
}

.call-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  background: var(--yellow);
  color: #000000;
  min-height: 173px;
}

.phone-icon {
  width: 72px;
  height: 72px;
  border: 4px solid #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.3rem;
  transform: rotate(-18deg);
}

.call-card h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.25rem, 1.55vw, 1.85rem);
  font-weight: 500;
}

.call-card p {
  margin: 0;
  font-size: clamp(1.45rem, 1.75vw, 2rem);
  font-weight: 800;
}

.page-hero {
  display: grid;
  place-items: center;
  min-height: 327px;
  padding: 4rem 1rem;
  background: var(--pale-pink);
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  color: var(--pink);
  font-size: clamp(3rem, 5vw, 4.25rem);
  line-height: 1;
}

.home-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: clamp(500px, 43vw, 700px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .48) 100%),
    url("../img/hero-archive-wide.png") center / cover no-repeat;
}

.home-hero-panel {
  width: min(820px, 100%);
  padding: clamp(2rem, 4.4vw, 5rem) clamp(1.25rem, 6.5vw, 7rem);
  background: transparent;
}

.home-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.1vw, 5rem);
  line-height: 1.13;
  font-weight: 800;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .58);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7.8rem) clamp(1.25rem, 5vw, 7rem);
}

.section.tight {
  padding-top: clamp(2.5rem, 4vw, 4.5rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 2.4rem;
  font-size: clamp(1.2rem, 1.6vw, 1.85rem);
  font-weight: 800;
}

h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.45rem, 4vw, 4.4rem);
  line-height: 1.18;
}

h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

p {
  margin: 0 0 1.35rem;
  color: #111111;
  font-size: clamp(1.05rem, 1.4vw, 1.45rem);
  line-height: 1.65;
}

.body-copy p,
.body-copy li {
  font-size: clamp(1.04rem, 1.25vw, 1.25rem);
}

.lead {
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 1.4rem;
  padding: .9rem 1.45rem;
  background: var(--pink);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
}

.button.dark {
  background: #111111;
}

.service-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.service-summary article,
.service-card,
.contact-tile,
.project-shot {
  border-radius: 0;
}

.service-summary article {
  min-height: 145px;
  padding: 1.5rem;
  background: #f7f7f7;
  border-left: 8px solid var(--pink);
}

.service-summary h3 {
  margin-bottom: .55rem;
  font-size: 1.25rem;
}

.service-summary p {
  margin: 0;
  font-size: .98rem;
  line-height: 1.5;
}

.image-panel {
  position: relative;
  min-height: 430px;
}

.yellow-slab {
  position: absolute;
  inset: -2.4rem 1rem 2.2rem auto;
  width: 45%;
  transform: skewX(-17deg);
  background: var(--yellow);
}

.profile-shot {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  height: 400px;
  overflow: hidden;
  background: #f4f4f4;
}

.profile-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.profile-shot.secondary {
  position: absolute;
  right: 0;
  bottom: -3.25rem;
  width: 45%;
  height: 170px;
}

.expertise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem 1.75rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.expertise-list li {
  padding-left: 1.35rem;
  position: relative;
  font-weight: 700;
}

.expertise-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 9px;
  height: 9px;
  background: var(--pink);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.service-card {
  padding: clamp(1.5rem, 2.3vw, 2.4rem);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.service-number {
  color: var(--pink);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.service-card h2 {
  margin-top: .75rem;
  font-size: clamp(1.65rem, 2.4vw, 2.3rem);
}

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

.service-card strong {
  font-weight: 800;
}

.commitment {
  background: #f8f8f8;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.contact-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.contact-tile {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  align-items: center;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: var(--pink);
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
}

.contact-tile h3 {
  margin: 0 0 .15rem;
  font-size: 1.2rem;
}

.contact-tile p {
  margin: 0;
  font-size: 1.05rem;
}

.quote-form {
  display: grid;
  gap: 1rem;
}

.quote-form h2 {
  margin-bottom: .8rem;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #dddddd;
  padding: .95rem 1rem;
  font: inherit;
  font-size: 1rem;
  background: #ffffff;
}

.quote-form textarea {
  min-height: 135px;
  resize: vertical;
}

.quote-form button {
  border: 0;
  cursor: pointer;
}

.projects-filter {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3.2rem);
  margin-bottom: 3.6rem;
  flex-wrap: wrap;
}

.filter-button {
  border: 0;
  background: transparent;
  color: #111111;
  padding: 1rem 1.35rem;
  font: inherit;
  font-size: clamp(1.15rem, 1.55vw, 1.85rem);
  font-weight: 800;
  cursor: pointer;
}

.filter-button.active {
  background: var(--pink);
  color: #ffffff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.project-shot {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: #f3f3f3;
}

.project-shot.tall {
  grid-row: span 2;
  min-height: 630px;
}

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

.project-row-image {
  grid-column: 1 / -1;
  height: 360px;
}

.project-row-image img {
  object-position: top center;
}

.pink-band {
  position: relative;
  overflow: hidden;
  background: var(--pink);
  color: #ffffff;
}

.pink-band::before {
  display: none;
}

.pink-band .section {
  position: relative;
  padding-top: clamp(2.75rem, 5vw, 4.4rem);
  padding-bottom: clamp(2.75rem, 5vw, 4.4rem);
}

.pink-band h2 {
  margin: 0;
  color: #ffffff;
  max-width: 780px;
  font-size: clamp(2.25rem, 4.3vw, 4rem);
}

.footer {
  background: var(--black);
  color: #ffffff;
}

.footer .section {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(180px, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
}

.footer-logo {
  width: 285px;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
}

.footer-logo img {
  width: 360px;
  max-width: none;
}

.footer h2 {
  margin-bottom: 1.35rem;
  color: #ffffff;
  font-size: 1.55rem;
}

.footer p,
.footer a,
.footer li {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}

.footer ul {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials {
  display: flex;
  gap: .75rem;
}

.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--pink);
  font-weight: 800;
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 3rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}

.copyright p {
  margin: 0;
  color: #ffffff;
  font-size: .9rem;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 1fr;
  }

  .brand,
  .call-card {
    min-height: 140px;
  }

  .main-nav {
    min-height: 72px;
    padding: 0 1rem;
    flex-wrap: wrap;
  }

  .call-card {
    justify-content: flex-start;
    padding: 1.25rem 2rem;
  }

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

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

@media (max-width: 760px) {
  .brand {
    padding-left: 18px;
  }

  .brand-crop {
    transform: scale(.82);
    transform-origin: top left;
  }

  .main-nav {
    gap: .95rem 1.25rem;
    font-size: .95rem;
  }

  .phone-icon {
    width: 54px;
    height: 54px;
    font-size: 1.65rem;
  }

  .home-hero,
  .home-hero-panel {
    min-height: 310px;
  }

  .home-hero-panel {
    padding: 1.5rem;
  }

  .home-hero h1 {
    font-size: 2.2rem;
  }

  .split,
  .contact-grid,
  .service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-summary,
  .gallery,
  .expertise-list {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 220px;
  }

  .project-shot,
  .project-shot.tall,
  .project-row-image {
    min-height: 260px;
    height: 260px;
  }
}
