@charset "UTF-8";
@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff"), url("../fonts/gilroy-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manuka";
  src: url("../fonts/manuka.woff") format("woff"), url("../fonts/manuka.ttf") format("truetype"), url("../fonts/manuka.svg#manuka_condensedblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heading Now";
  src: url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.eot");
  src: url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.eot?#iefix") format("embedded-opentype"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.woff") format("woff"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.woff2") format("woff2"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.ttf") format("truetype"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.svg#Heading Now") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.eot");
  src: url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.eot?#iefix") format("embedded-opentype"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.woff") format("woff"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.woff2") format("woff2"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.ttf") format("truetype"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.svg#Proxima Nova") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heading 56";
  src: url("../fonts/07b7190afcec1c5122daf469aee5e957.eot");
  src: url("../fonts/07b7190afcec1c5122daf469aee5e957.eot?#iefix") format("embedded-opentype"), url("../fonts/07b7190afcec1c5122daf469aee5e957.woff") format("woff"), url("../fonts/07b7190afcec1c5122daf469aee5e957.woff2") format("woff2"), url("../fonts/07b7190afcec1c5122daf469aee5e957.ttf") format("truetype"), url("../fonts/07b7190afcec1c5122daf469aee5e957.svg#Heading Now") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/86ee330d91ea03652edfb075afa491db.eot");
  src: url("../fonts/86ee330d91ea03652edfb075afa491db.eot?#iefix") format("embedded-opentype"), url("../fonts/86ee330d91ea03652edfb075afa491db.woff") format("woff"), url("../fonts/86ee330d91ea03652edfb075afa491db.woff2") format("woff2"), url("../fonts/86ee330d91ea03652edfb075afa491db.ttf") format("truetype"), url("../fonts/86ee330d91ea03652edfb075afa491db.svg#Oswald Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --body-font: "Proxima Nova", sans-serif;
  --normal-font-size: 20px;
  --normal-line-height: 1.5;
  --nav-name-font-size: 1.5rem;
  --hl-line-height: 1;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: var(--body-font), sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: black;
}

h1 {
  margin: 0;
  padding: 0 0 1rem 0;
  font-family: "Heading 56", sans-serif;
  color: #E1DBC5;
  text-align: center;
  font-size: clamp(2.75rem, 5vw + 1rem, 7rem);
  line-height: var(--hl-line-height);
}
@media (max-width: 768px) {
  h1 {
    letter-spacing: 1px;
  }
}

h1.grid {
  font-size: clamp(3.5rem, 2.078rem + 5.469vw, 7rem);
}

h2 {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-transform: none;
  color: #E1DBC5;
  line-height: clamp(2rem, 7vw, 5rem);
}

h3 {
  font-size: clamp(3vh, 4.5rem, 8vw);
  line-height: 1;
  text-transform: none;
  color: #E1DBC5;
}

h4 {
  margin-bottom: 0;
  font-family: "gilroy", sans-serif;
  font-size: clamp(2rem, 10vw, 2rem);
  line-height: 1.5;
  text-transform: none;
  color: #E1DBC5;
}

h5 {
  margin: 0;
  font-size: clamp(3vh, 2rem, 6vw);
  text-transform: none;
  color: #FF8000;
}

h6 {
  font-size: 0.875rem;
  color: #E1DBC5;
}

p {
  font-family: "Proxima Nova", sans-serif;
  font-size: var(--normal-font-size);
  line-height: var(--normal-line-height);
  text-transform: none;
  color: #bcbcbc;
}

p.grid {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  color: #bcbcbc;
}

a {
  text-decoration: none;
}

.icon {
  display: block;
  width: 56px;
  height: 56px;
}

.brand-mask {
  display: flex;
  width: 150px;
  height: 50px;
  margin-left: 6px;
  overflow: hidden;
  align-items: center;
  background: transparent;
  position: relative;
}

.brand-text {
  position: relative;
  font-family: "gilroy-bold", sans-serif;
  font-size: 2.5rem;
  left: -125px;
  transition: left 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  white-space: nowrap;
  text-transform: lowercase;
  opacity: 0;
  color: #FF8000;
}

.brand-mask.reveal .brand-text {
  left: 0;
  opacity: 1;
}

.snap-vertical-gallery {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.snap-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
}

.snap-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.gradient-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.08) 90%);
  pointer-events: none;
  z-index: 2; /* must be below .slide-overlay, which should be z-index 3+ or relative */
}

.slide-overlay {
  display: grid;
  height: 100%;
  align-items: end;
  justify-items: center;
  gap: 1rem; /* space between title and desc */
  padding: 0 0 56px 0;
  color: #fff;
  position: relative;
  z-index: 3;
}

.bottom-block {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  width: 95vw;
}
@media only screen and (max-width: 900px) {
  .bottom-block {
    grid-template-columns: 1fr;
    padding: 3rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-block {
    padding: 0 1rem 5.5rem;
  }
}

.name {
  display: grid;
  height: min-content;
  justify-items: center;
  text-align: center;
}

.role {
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.role > :first-child {
  font-family: "Heading 56", sans-serif;
  font-size: 2rem;
  color: #E1DBC5;
}

.role {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* aligns all content to the bottom */
  align-items: flex-start; /* left-aligns text */
  text-align: left;
  height: 100%; /* or whatever height is needed */
  gap: 0.1em;
}
@media only screen and (max-width: 900px) {
  .role {
    display: none;
  }
}

.number {
  display: grid;
  align-items: end;
  justify-items: end;
}
@media only screen and (max-width: 900px) {
  .number {
    display: none;
  }
}

.slide-desc {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  text-align: center;
}

.slide-bg-1 {
  background-image: url("../img/method_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-2 {
  background-image: url("../img/wg_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-3 {
  background-image: url("../img/kb_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-4 {
  background-image: url("../img/hf_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-5 {
  background-image: url("../img/1to1_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-6 {
  background-image: url("../img/vhcf_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-7 {
  background-image: url("../img/mgm_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-8 {
  background-image: url("../img/impl_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-9 {
  background-image: url("../img/hs_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-10 {
  background-image: url("../img/db_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-11 {
  background-image: url("../img/tap_header.jpg");
  background-position: center;
  background-size: cover;
}

.slide-bg-12 {
  background-image: url("../img/dml_header.jpg");
  background-position: center;
  background-size: cover;
}

.spotlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.spotlight span {
  color: #fff;
  font-family: "gilroy-bold", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slide-dots {
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
@media (max-width: 600px) {
  .slide-dots {
    display: none;
  }
}

.dot {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}

.dot.active {
  background: rgba(255, 255, 255, 0.9);
}

.dot-tooltip {
  position: fixed;
  right: 40px;
  padding: 4px 14px;
  background: rgba(30, 30, 30, 0.94);
  color: #fff8e5;
  font-size: 1rem;
  border-radius: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 10000;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 500;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 1.5rem 2rem;
  background: rgba(0, 0, 0, 0); /* start transparent */
  transition: background 0.3s ease;
  z-index: 1000;
}

.brand-identity {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.main-header.scrolled {
  background: rgba(0, 0, 0, 0.6); /* Fade in background */
}

.icon {
  display: block;
  width: 56px;
  height: 56px;
}

.brand-mask {
  display: flex;
  width: 150px;
  height: 50px;
  margin-left: 6px;
  overflow: hidden;
  align-items: center;
  background: transparent;
  position: relative;
}

.brand-text {
  position: relative;
  font-family: "gilroy-bold", sans-serif;
  font-size: 2.5rem;
  left: -125px;
  transition: left 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  white-space: nowrap;
  text-transform: lowercase;
  opacity: 0;
  color: #FF8000;
}

.brand-mask.reveal .brand-text {
  left: 0;
  opacity: 1;
}

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav ul {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav ul li {
  padding: 0;
}

.nav-link {
  font-family: "manuka", sans-serif;
  font-size: clamp(1rem, 10vw, 2.5rem);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #E1DBC5;
  background: linear-gradient(to top, #E1DBC5 50%, #FF8000 50%) 0 100%;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 200%;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  padding: 2px 0;
  position: relative;
  transition: background-position 0.38s cubic-bezier(0.77, 0, 0.18, 1), transform 0.23s cubic-bezier(0.77, 0, 0.18, 1);
}

.nav-link:hover,
.nav-link:focus {
  background-position: 0 0;
}

.mobile-shelf {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50vw;
  height: 100%;
  background: #2e2d2d;
  transition: right 0.3s ease;
  z-index: 5;
  display: grid;
  gap: 1rem;
  align-content: center;
}
@media only screen and (max-width: 400px) {
  .mobile-shelf {
    width: 100vw;
  }
}
@media only screen and (min-width: 900px) {
  .mobile-shelf {
    display: none;
  }
}

.mobile-shelf.expanded {
  right: 0;
}

.mobile-shelf ul {
  padding-left: 2rem;
  list-style: none;
  letter-spacing: 3px;
}

.nav-link-mobile {
  font-family: "manuka", sans-serif;
  font-size: clamp(3rem, 10vw, 5rem);
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #E1DBC5;
  background: linear-gradient(to top, #E1DBC5 50%, #FF8000 50%) 0 100%;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 200%;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  padding: 2px 0;
  position: relative;
  transition: background-position 0.38s cubic-bezier(0.77, 0, 0.18, 1), transform 0.23s cubic-bezier(0.77, 0, 0.18, 1);
}

.nav-link-mobile:hover,
.nav-link-mobile:focus {
  background-position: 0% 0%;
}

.ham {
  display: none;
  position: fixed;
  z-index: 10;
  right: 4%;
  top: 50px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 3px;
}

.ham .bar {
  height: 2px;
  width: 35px;
  background: white;
  transition: 0.3s transform ease-in-out;
  transform-origin: center center;
}

.bottom {
  transform: translateY(10px);
}

.verytop {
  transform: translateY(-10px);
}

.active .top {
  transform: rotate(45deg);
  background: #ffffff;
}

.active .verytop {
  opacity: 0;
}

.active .bottom {
  transform: rotate(-45deg);
  background: #ffffff;
}

.active {
  transition: 0.5s all ease;
}

.active:hover > .top,
.active:hover > .bottom {
  background: #FF8000;
}

.close-button {
  position: absolute;
  top: 2.25rem;
  right: 2rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
  transform: none;
}

.close-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #E1DBC5;
  transform-origin: center;
  transition: background 0.2s ease; /* only color transitions */
  border-radius: 5px;
}

.close-button span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-button:hover span {
  background: #FF8000;
}

/* === Shared toggle (used on both pages) === */
.layout-toggle {
  position: fixed;
  left: 50%;
  top: 1.25rem;
  transform: translateX(-50%);
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.35rem;
  min-width: 220px;
  height: 42px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  z-index: 1001;
}
@media (max-width: 768px) {
  .layout-toggle {
    top: auto !important;
    bottom: 1.5rem !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.layout-toggle .toggle-option {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 34px;
  font-family: "gilroy-bold", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  text-decoration: none;
  color: #E1DBC5;
  opacity: 0.8;
}

.layout-toggle .toggle-option[aria-selected=true] {
  opacity: 1;
}

.layout-toggle .toggle-thumb {
  position: absolute;
  inset: 0.35rem;
  width: calc(50% - 0.35rem);
  height: calc(100% - 0.7rem);
  border-radius: 999px;
  background: rgba(255, 128, 0, 0.18);
  border: 1px solid rgba(255, 128, 0, 0.8);
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.77, 0, 0.18, 1);
}

.layout-toggle[data-active=grid] .toggle-thumb {
  transform: translateX(100%);
}

.layout-toggle.no-anim .toggle-thumb {
  transition: none !important;
}

/* === Grid-only layout (scoped so it won’t touch slides) === */
/* ========== Grid Page Layout ========== */
/* Grid page must scroll, regardless of slides locks */
/* ---------------------------
   Shared styles
--------------------------- */
html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

/* ---------------------------
   Slides mode
--------------------------- */
html.view-slides, body.view-slides {
  overflow: hidden; /* required for snap scroll slides */
  height: 100%;
}

/* ---------------------------
   Grid mode
--------------------------- */
html.view-grid {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
}

body.view-grid {
  overflow: visible !important;
  height: auto !important;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
/* ---------------------------
   Work intro
--------------------------- */
.work-intro {
  padding: clamp(6rem, 10vw, 8rem) 2rem 1.25rem;
  background: #000;
}
.work-intro .inner {
  max-width: 1280px;
  margin: 1rem auto auto;
  text-align: center;
}

/* ---------------------------
   Grid wrapper + grid itself
--------------------------- */
.work-grid-wrap {
  background: #000;
  max-width: 1950px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

#workGrid.work-grid {
  display: grid;
  grid-auto-flow: row;
  /* gaps & padding */
  column-gap: clamp(1.5rem, -1.5rem + 6vw, 3.75rem);
  row-gap: clamp(1.5rem, -1.977rem + 6.545vw, 3.75rem);
  padding-top: 2rem;
  padding-right: clamp(1.5rem, -1.833rem + 6.667vw, 4rem);
  padding-bottom: 2rem;
  padding-left: clamp(1.5rem, -1.833rem + 6.667vw, 4rem);
  /* columns */
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1300px) {
  #workGrid.work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #workGrid.work-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------
   Grid cards
--------------------------- */
#workGrid .grid-card {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
  transform: translateZ(0);
}

#workGrid .card-figure {
  margin: 0;
  display: grid;
  gap: 0.6rem;
  border-radius: 18px;
}

#workGrid .card-figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transition: transform 0.24s cubic-bezier(0.22, 0.8, 0.18, 1), box-shadow 0.24s;
}

#workGrid .grid-card:focus-visible {
  outline: 2px solid #FF8000;
  outline-offset: 6px;
  border-radius: 18px;
}

#workGrid figcaption {
  display: grid;
  gap: 0.2rem;
  text-align: center;
  padding-top: 0.75rem;
}

#workGrid .title {
  font-family: "Heading 56", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(2.5rem, 1.567rem + 1.867vw, 3.2rem);
  line-height: 1;
  color: #E1DBC5;
}

#workGrid .blurb {
  font-size: var(--normal-font-size);
  line-height: 1.35;
  color: #bcbcbc;
  max-width: 40ch;
  margin: 0 auto;
}

/* Lift on hover */
@media (hover: hover) {
  #workGrid .grid-card:hover {
    transform: translateY(-2px);
  }
}
/* Skeleton loader (optional) */
#workGrid.is-loading .grid-card {
  pointer-events: none;
}

#workGrid.is-loading .card-figure img {
  background: linear-gradient(90deg, #222 25%, #2b2b2b 50%, #222 75%);
  background-size: 200% 100%;
  animation: gridShimmer 1.2s infinite linear;
}

@keyframes gridShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Toggle positioning */
@media (max-width: 600px) {
  .layout-toggle {
    top: 0.9rem;
  }
}
.contact .deets {
  display: grid;
  justify-content: right;
}
.contact .deets .company-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #FF8000 !important;
}
.contact .deets a {
  text-decoration: none;
  color: #FF8000;
}
.contact .deets a:hover {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .contact .deets {
    justify-content: unset;
  }
}

footer {
  background-color: black;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
}

.contact {
  display: grid;
  grid-column: -1/1;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: black;
  padding-left: clamp(1rem, 8.33vw, 8.33%);
  padding-right: clamp(1rem, 8.33vw, 8.33%);
}
.contact h4 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.75rem, 3.2vw + 0.5rem, 4rem);
  line-height: 1;
  text-transform: uppercase;
  color: #FF8000;
}
.contact p {
  margin-bottom: 0;
  color: white;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.contact .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  column-gap: 2rem;
}
@media (max-width: 1080px) {
  .contact .container {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.contact-heading h4 {
  margin-top: 0;
  margin-right: 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.25rem, 5vw + 0.5rem, 5rem);
  line-height: 0.9;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  color: white;
}
.contact-heading .text {
  max-width: 1050px;
}

.smiley {
  display: inline;
  width: clamp(40px, 5vw, 75px);
  height: auto;
  margin-left: 5px;
  transform: rotateZ(-10deg) translateY(8px);
}
@media (max-width: 500px) {
  .smiley {
    transform: rotateZ(-10deg) translateY(6px);
  }
}

.small {
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: white;
}

.disclaimer {
  padding-top: 3rem;
}
.disclaimer p {
  font-size: 15px;
  color: #FF8000;
}

/*# sourceMappingURL=work.css.map */
