/* CSS RESET */
/* RESET STYLES*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select,
label,
button,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img,
picture,
svg,
video,
canvas,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

a img,
img,
picture,
svg,
video,
canvas {
  border: 0;
}

img,
picture,
svg,
video,
canvas {
  min-width: 0;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* ADW STYLES */

:root {
  --color-white: #FFFFFF;
  --color-yellow: #f5a900;
  --color-charcoal: #333333;
  --color-grey: #7b848c;
  --color-teal: #0d464d;
  --color-aurora-background: #fffae3;
  --color-mets-background: #254367;
  --color-acpr-navy: #172742;
  --color-sm-yellow: #d5e47d;
  --color-auxp-red: #d2252e;
  --color-terramix-orange: #f18020;
  --color-vp-red: #b31d1e;
  --color-ham-pink: #e96ca5;
  --color-cristalia-blue: #011c8b;
  --color-cristalia-baby-blue: #00abe1;
  --color-moncayo-creme: #f8f2ed;
  --color-vrm-navy: #164b82;
  --color-loreal-blue: #003753;
}

/* GENERAL STYLES */
body {
  padding: 0;
  font: normal 400 16px "Poppins", sans-serif;
}

/* BEHAVIOR & STRUCTURE */
.header,
.section-columns,
.section-columns__link,
.services-buttons-container,
.contact-info-container,
.meet-the-team,
.meet-the-team__picture-container,
.social-media-container,
.services-category-container,
.branding-photos,
.branding-social-media,
.branding-hero,
.branding-photos-columns,
.nav,
.branding-aurora .branding-photos,
.events-experiences-fsf .branding-photos,
.video-wide,
.main {
  display: flex;
}

.services-buttons-container,
.lets-talk .section-columns,
.contact-info-container,
.social-media-container,
.services-category-container,
.branding-social-media,
.nav,
.branding-aurora .branding-photos,
.events-experiences-fsf .branding-photos,
.video-wide,
.branding-photos.bg-acpr-gradient {
  justify-content: center;
}

.header,
.main,
.section-columns,
.section-columns__link {
  justify-content: space-between;
}

.section-columns,
.section-columns__link,
.contact-info-container,
.services__video-production .services-category-container,
.branding-social-media.align-flex-start {
  align-items: flex-start;
}

.branding-social-media video {
  flex: 0 1 auto;
}

@media (min-width: 993px) {
  .events-experiences .services-category-container {
    align-items: flex-start;
  }
}

.main,
.header,
.section-columns__link,
.services-buttons-container,
.lets-talk .section-columns,
.meet-the-team,
.social-media-container,
.services-category-container,
.branding-social-media,
.branding-photos-columns,
.nav,
.branding-aurora .branding-photos {
  align-items: center;
}

.services-buttons-container,
.meet-the-team,
.meet-the-team__picture-container,
.services-category-container,
.social-media-sm .branding-social-media,
.flex-wrap {
  flex-wrap: wrap;
}

.section-columns__content,
.lets-talk .section-illustration {
  flex: 1 1 auto;
}

.section-columns__link,
.lets-talk .section-columns__content {
  flex: 0 0 fit-content;
}

.section-columns__link {
  gap: 8px;
  -webkit-border-radius: 1.375rem;
  -moz-border-radius: 1.375rem;
  -o-border-radius: 1.375rem;
  border-radius: 1.375rem;
}

.section {
  padding: 3rem;
}

@media (min-width: 993px) {
  .branding-description {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.strategy-vrm .section.branding-social-media {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.section.y-padding-none,
.section.padding-top-none {
  padding-top: 0;
}

.section.y-padding-none {
  padding-bottom: 0;
}

.section.loreal-video,
.section.bg-vp-red {
  padding-top: 6rem;
}

.section.bg-vp-red {
  padding-bottom: 6rem;
}

.section.buzzer-beater {
  padding-bottom: 0;
  padding-top: 8rem;
}

.section .section-hero {
  width: calc(100% + 3rem);
  margin-left: -3rem;
}

.services-category-btn__link,
.section-columns__link {
  padding: 0.5rem 1rem;
}

.section-title {
  margin-bottom: 2.5rem;
}

.buzzer-beater .section-title {
  margin-bottom: 0;
}

.contact-form,
.contact-form__submit,
.services-category-btn__link,
.branding-river .branding-photos picture,
.branding-cristalia .branding-photos picture,
.meet-the-team__text-1 img,
.meet-the-team__text-2 img,
.meet-the-team__text-3 img,
picture img,
.section.bg-fsf-navy picture,
.strategy-vrm-development-bw,
.loreal-video video {
  margin-left: auto;
  margin-right: auto;
}

.hamburger-menu,
.contact-form__submit,
.menu-close-btn {
  cursor: pointer;
}

.sub-menu.open {
  height: auto;
}

.branding-hero__logo,
.front,
.back,
.menu-close-btn {
  position: absolute;

}

.branding-hero,
.strategy-vrm-development-bw-section {
  position: relative;
}

/* APPEARANCE */
.bg-charcoal {
  background-color: var(--color-charcoal);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-grey {
  background-color: var(--color-grey);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-mets {
  background-color: var(--color-mets-background);
}

.bg-fsf-navy {
  background: linear-gradient(to right, #2b4d9c, #25395a);
}

.bg-acpr-navy {
  background-color: var(--color-acpr-navy);
}

.bg-sm-yellow {
  background-color: var(--color-sm-yellow);
}

.bg-auxp-red {
  background-color: var(--color-auxp-red);
}

.bg-terramix-orange {
  background-color: var(--color-terramix-orange);
}

.bg-vp-red {
  background-color: var(--color-vp-red);
}

.bg-idilio-gradient {
  background: #9B1E21;
  background: -webkit-linear-gradient(57deg, rgba(155, 30, 33, 1) 0%, rgba(93, 34, 32, 1) 100%);
  background: -moz-linear-gradient(57deg, rgba(155, 30, 33, 1) 0%, rgba(93, 34, 32, 1) 100%);
  background: linear-gradient(57deg, rgba(155, 30, 33, 1) 0%, rgba(93, 34, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B1E21", endColorstr="#5D2220", GradientType=0);
}

.bg-ham-pink {
  background-color: var(--color-ham-pink);
}

.bg-cristalia-blue {
  background-color: var(--color-cristalia-blue);
}

.bg-cristalia-baby-blue {
  background-color: var(--color-cristalia-baby-blue);
}

.bg-acpr-gradient {
  background: var(--color-acpr-navy) url(../img/events-experiences-acpr-bg.png) no-repeat center center;
}

.bg-mets-dual-blues {
  background: var(--color-mets-background) url(../img/strategy-mets-bg.png) no-repeat center top;
}

.bg-mets-blue-pattern {
  background: #0e3051 url(../img/strategy-mets-bg-2.png) no-repeat center top;
}

.bg-mets-blue-pattern.alt {
  background-position-y: bottom;
}

.bg-moncayo-creme {
  background-color: var(--color-moncayo-creme);
}

.bg-vrm-navy {
  background: var(--color-vrm-navy) url(../img/strategy-vrm-bg-rods.svg) no-repeat center center;
  background-size: 100% auto;
}

/* GENERAL TYPOGRAPHY */
strong {
  font-weight: 700;
}

strong.medium,
.home-heading {
  font-weight: 500;
}

strong.semibold {
  font-weight: 600;
}

.home-heading,
.home-subheading,
.section-title,
.services-btn__caption,
.services-category-btn__caption,
.hashtag,
.contact-info__email,
.contact-info__address,
.footer-copyright-text {
  text-transform: uppercase;
}

.menu>li {
  font-size: clamp(14px, calc(2.5vw + 1rem), 4rem);
  line-height: 1.4;
}

.sub-menu>li {
  font-size: clamp(11px, calc(1.5vw + 1rem), 2.5rem);
}

.sub-menu>li,
.home-hero__headline {
  line-height: 1.3;
}

.home-heading {
  font-size: clamp(2.5rem, calc(3vw + 1rem), 3.5rem);
}

.services-category-btn__text {
  font-size: clamp(12px, calc(1vw + 0.5rem), 1.15rem);
}

@media (min-width: 992px) and (max-width: 1300px) {
  .services-category-btn__text {
    font-size: clamp(1rem, calc(0.75vw + 0.5rem), 1.05rem);
  }
}

.yellow-text,
.yellow-text a,
.yellow-text a:active,
.yellow-text a:visited,
.home-hero__headline strong {
  color: var(--color-yellow) !important;
}

.home-hero__headline,
.home-heading,
.home-subheading,
.section-title,
.services-btn__caption,
.services-category-btn__caption,
.contact-info__phone,
.contact-info__email,
.contact-info__address,
.meet-the-team__text {
  font-family: "Capitana", sans-serif;
}

.home-subheading {
  font-size: clamp(1.5rem, calc(1.5vw + 1rem), 2.5rem);
}

.home-subheading,
.lets-talk .body-text,
.services__branding .body-text,
.services__strategy .body-text,
.services-category-btn__caption,
.this-is-us .body-text,
.services__public-relations>.body-text,
.services__events-experiences>.body-text,
.services__video-production>.body-text,
.public-relations__intro>.body-text,
.branding-description>.body-text {
  color: var(--color-grey);
}

.section-title {
  font-size: clamp(2rem, calc(2.5vw + 1rem), 3.5rem);
  letter-spacing: 0.05em;
}

.section-title,
.section-columns__link,
.section-columns__link:active,
.section-columns__link:visited,
.body-text,
.got-a-minute .home-heading,
.contact-info__phone,
.contact-info__email,
.contact-info__address,
.services-btn__caption,
.footer-copyright-text,
.services-category-btn__link,
.services-category-btn__link:active,
.services-category-btn__link:visited,
.services-category-btn .body-text,
.cristalia-title,
.home-hero__headline {
  color: var(--color-white);
}

.services-category-btn__link {
  color: var(--color-charcoal);
}

.body-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.home-hero__headline {
  font-size: clamp(2.5rem, calc(3.48vw + 1rem), 5.125rem);
}

.home-hero__headline strong {
  font-size: 1.6em;
}

.services__branding .section-title,
.services__strategy .section-title,
.services__branding .body-text,
.services__strategy .body-text,
.got-a-minute .home-heading,
.footer-copyright-text,
.meet-the-team__text,
.services__public-relations .section-title,
.services__public-relations>.body-text,
.services__events-experiences .section-title,
.services__events-experiences>.body-text,
.services__video-production .section-title,
.services__video-production>.body-text,
.buzzer-beater .section-title,
.public-relations__intro>.body-text,
.this-is-us .section .section-title {
  text-align: center;
}

/* BLOCKS */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.sub-menu {
  padding-left: 2rem;
  height: 0;
  overflow: hidden;
}

.menu-close-btn {
  top: 35px;
  right: 35px;
  background-color: transparent;
}

.flip-card {
  perspective: 1000px;
  aspect-ratio: 836 / 424;
}

.nav,
.flip-inner,
.home-hero-video,
.branding-hero__bg,
.services-btn__caption,
.services-category-btn__caption,
.contact-form__input,
.branding-photos.bg-acpr-navy picture,
.strategy-vrm-development-bw img {
  width: 100%;
}

.nav.open {
  height: 100%;
}

/* HEADER */
.header {
  padding: 2rem 3rem;
}

.main {
  padding: 130px 12%;
  background-image: url("../img/home-hero-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.home-hero__img {
  aspect-ratio: 844 / 181;
  max-width: 844px;
  width: 60%;
}

/* SERVICES CATEGORIES - BRANDING, SPORTS MARKETING, STRATEGY, DIGITAL, SOCIAL MEDIA, PR, EVENTS, 360 */
.services-category-container {
  gap: 3rem;
}

.services-category-btn {
  width: 43%;
  max-width: 836px;
}

.services-category-btn__img img {
  -webkit-border-radius: 2.375rem;
  -moz-border-radius: 2.375rem;
  -o-border-radius: 2.375rem;
  border-radius: 2.375rem;
}

.services-category-btn__caption {
  width: fit-content;
  margin-top: 1rem;
  padding-left: 8px;
  padding-right: 2rem;
  background: transparent url(../img/icon-right-arrow.svg) no-repeat right center;
  background-size: clamp(1rem, calc(1.5vw + 1rem), 1.5rem) auto;
}

.services-btn__caption,
.services-category-btn__caption {
  font-size: clamp(1rem, calc(1.75vw + 1rem), 1.75rem);
}

.services-category-btn__caption .smaller {
  font-size: 0.8em;
}

.services-category-btn__link {
  display: block;
  margin-top: 0.75rem;
}

.branding-hero__logo {
  width: 50%;
  max-width: 920px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.branding-social-media,
.branding-aurora .branding-photos,
.branding-photos.bg-acpr-gradient {
  gap: 4rem;
}

.branding-social-media.alt-gap-2 {
  gap: 2.5rem;
}

.public-relations-moncayo .branding-social-media.alt-gap {
  gap: 3.3125rem;
}

.public-relations-loreal .alt-gap {
  gap: 2rem;
}

@media (min-width: 993px) {
  .branding-idilio .branding-photos picture:first-of-type {
    width: 52.083333333333333%;
  }

  .branding-idilio .branding-photos picture:last-of-type {
    width: 47.916666666666664%;
  }

  .services-reel-btn {
    width: 30%;
    max-width: 467px;
  }
}

.branding-aurora .branding-photos {
  background-color: var(--color-aurora-background);
}

.cristalia-title {
  width: 50%;
  max-width: 800px;
  padding: 2rem 6rem 2rem 0;
  border-bottom-right-radius: 22rem;
  font-size: 2.5rem;
  text-align: right;
}

.cristalia-title.alt {
  max-width: 550px;
}

.strategy-vrm .branding-hero {
  padding-bottom: 100px;
}

.strategy-vrm-development-bw {
  width: 90%;
  max-width: 900px;
}

.strategy-vrm-development-bw-section {
  transform: translateY(-50%);
  z-index: 2;
  margin-bottom: -6rem;
}

@media (max-width: 1600px) {

  .team-text .body-text br,
  .social-media .services__branding>.body-text br {
    display: none;
  }
}

@media (max-width: 1550px) {

  .this-is-us__intro .body-text br,
  .what-we-do .body-text br,
  .services__events-experiences>.body-text br,
  .services__video-production>.body-text br {
    display: none;
  }
}

@media (max-width: 1350px) {

  html,
  body {
    font-size: 14px;
  }

  body.home {
    background-position-y: -25px;
    background-size: 400px auto;
  }

  .section-columns__link img {
    width: 1rem;
  }
}

@media (max-width: 1200px) {
  .bg-vrm-navy {
    background-size: 115% auto;
  }
}

@media (max-width: 1110px) {

  html,
  body {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .main {
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-category-container {
    flex-direction: column;
  }

  .services-category-btn {
    width: 100%;
  }

  .services__strategy .body-text br {
    display: none;
  }

  .bg-vrm-navy {
    background-image: none;
  }
}

@media (max-width: 790px) {
  .public-relations-moncayo .public-relations__intro br {
    display: none;
  }
}

@media (max-width: 768px) {
  .hamburger-menu {
    width: 30px;
  }

  .header-logo {
    width: 150px;
  }

  body.home {
    background-position: 105% -15px;
    background-size: 250px auto;
  }

  .services__branding>.body-text br,
  .hide-768 {
    display: none;
  }

  .main,
  .branding-photos,
  .branding-social-media,
  .branding-hero,
  .branding-aurora .branding-photos {
    flex-direction: column;
  }

  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-hero__headline {
    margin-bottom: 50px;
  }

  .home-hero__img {
    width: 70%;
  }

  .cristalia-title {
    font-size: 1.75rem;
  }

  .branding-photos.bg-cristalia-baby-blue {
    padding-left: 15px;
    padding-right: 15px;
  }

  .branding-photos.bg-cristalia-baby-blue picture {
    max-width: 70%;
  }

  .strategy-vrm .branding-hero {
    padding-bottom: 10%;
  }
}

@media (max-width: 600px) {

  .cristalia-title,
  .cristalia-title.alt {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-right-radius: 0;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .services-category-btn__text {
    font-size: 7px;
  }
}