:root {
  --black: #070707;
  --paper: #e7e1d7;
  --card: #939391;
  --whatsapp: #43ce57;
  --wrinkle-paper:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='780' viewBox='0 0 1200 780'%3E%3Cdefs%3E%3Cfilter id='paper' x='-8%25' y='-8%25' width='116%25' height='116%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.007 0.019' numOctaves='5' seed='11' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23ffffff' surfaceScale='7' result='light'%3E%3CfeDistantLight azimuth='235' elevation='43'/%3E%3C/feDiffuseLighting%3E%3CfeColorMatrix in='light' type='matrix' values='0.32 0 0 0 0.62 0 0.32 0 0 0.6 0 0 0.32 0 0.56 0 0 0 .38 0'/%3E%3C/filter%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.055' numOctaves='3' seed='19'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 .55 0 0 0 0 .54 0 0 0 0 .5 0 0 0 .15 0'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='1200' height='780' fill='%23e7e1d7'/%3E%3Crect width='1200' height='780' filter='url(%23paper)' opacity='.64'/%3E%3Crect width='1200' height='780' filter='url(%23grain)' opacity='.72'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(245, 242, 236, 0.72), rgba(226, 220, 210, 0.86)),
    var(--paper);
}

/* Final team showcase */
.team-section {
  height: auto;
  min-height: auto;
  padding: clamp(58px, 7vh, 90px) clamp(32px, 4vw, 76px) clamp(70px, 8vh, 108px);
  overflow: hidden;
}

.team-heading {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: clamp(38px, 5vh, 62px);
}

.team-grid {
  position: relative;
  inset: auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 30px);
  width: 100%;
  max-width: 1780px;
}

.team-card,
.team-card:nth-child(n) {
  --team-photo-height: clamp(210px, 18vw, 294px);
  position: relative;
  left: auto;
  top: auto;
  display: grid;
  width: auto;
  max-width: none;
  margin: 0;
  opacity: 1;
  transform: none;
  animation: none;
  isolation: isolate;
}

.team-card::before {
  content: "";
  position: absolute;
  top: calc(var(--team-photo-height) - 34px);
  left: 50%;
  z-index: -1;
  width: min(86%, 190px);
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(ellipse, var(--team-glow, rgba(100, 201, 239, 0.62)) 0%, transparent 72%);
  filter: blur(9px);
  transform: translateX(-50%);
}

.team-shadow-blue { --team-glow: rgba(109, 211, 249, 0.74); }
.team-shadow-yellow { --team-glow: rgba(239, 229, 75, 0.72); }
.team-shadow-purple { --team-glow: rgba(126, 108, 238, 0.7); }
.team-shadow-green { --team-glow: rgba(73, 218, 99, 0.68); }
.team-shadow-teal { --team-glow: rgba(45, 180, 197, 0.7); }
.team-shadow-sky { --team-glow: rgba(79, 192, 235, 0.72); }

.team-shadow-blue .team-photo,
.team-shadow-yellow .team-photo,
.team-shadow-purple .team-photo,
.team-shadow-green .team-photo,
.team-shadow-teal .team-photo,
.team-shadow-sky .team-photo,
.team-photo,
.team-photo-contain {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 190px;
  height: var(--team-photo-height);
  aspect-ratio: auto;
  padding: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.team-card h3 {
  width: 100%;
  margin: 14px 0 0;
  font-size: clamp(1.18rem, 1.45vw, 1.85rem);
  line-height: 1.02;
}

.team-card p {
  width: 100%;
  min-height: 2.4em;
  margin: 6px 0 0;
  font-size: clamp(0.74rem, 0.82vw, 1rem);
  line-height: 1.18;
}

/* Premium footer */
.site-footer {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: clamp(56px, 6vw, 94px) clamp(28px, 7vw, 132px) 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(226, 103, 57, 0.18), transparent 30%),
    linear-gradient(145deg, #171412, #24201d 58%, #11100f);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e26739 22%, #ffae72 50%, #e26739 78%, transparent);
  box-shadow: 0 0 20px rgba(226, 103, 57, 0.6);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, 0.72fr));
  gap: clamp(34px, 5vw, 90px);
  max-width: 1600px;
  margin: 0 auto;
}

.footer-brand img {
  width: clamp(126px, 11vw, 190px);
  height: auto;
  filter: brightness(1.18) saturate(0.95);
}

.footer-brand p {
  max-width: 410px;
  margin: 24px 0 0;
  font-size: clamp(0.9rem, 1vw, 1.12rem);
  line-height: 1.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-column h2 {
  margin: 0 0 9px;
  color: #ffffff;
  font: 400 clamp(1.45rem, 1.7vw, 2.1rem)/1 Georgia, "Times New Roman", serif;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  line-height: 1.3;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #ff986d;
  transform: translateX(4px);
}

.footer-contact-trigger.contact-trigger {
  position: static;
  display: inline-flex;
  visibility: visible;
  margin-top: 5px;
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1600px;
  margin: clamp(44px, 5vw, 72px) auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #ff986d;
}

@media (max-width: 900px) {
  .team-section {
    padding-inline: 20px;
  }

  .team-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 8px 20px;
    scroll-snap-type: x mandatory;
  }

  .team-card,
  .team-card:nth-child(n) {
    --team-photo-height: 220px;
    position: relative;
    flex: 0 0 158px;
    scroll-snap-align: center;
  }

  .team-card h3 {
    font-size: 1.16rem;
  }

  .team-card p {
    font-size: 0.72rem;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding-inline: 22px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--black);
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: var(--wrinkle-paper);
}

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

.site-shell {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--wrinkle-paper);
}

.intro-scroll {
  position: relative;
  height: 280vh;
  background: var(--wrinkle-paper);
}

.intro-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  background: var(--wrinkle-paper);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 0 clamp(34px, 3.8vw, 70px) clamp(78px, 8.8vh, 118px);
  isolation: isolate;
  overflow: clip;
  background: transparent;
}

.intro-scroll .hero {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 100%;
  pointer-events: none;
}

.intro-scroll .topbar,
.intro-scroll .service-grid {
  pointer-events: auto;
}

.intro-scroll .topbar {
  opacity: 1;
}

.intro-scroll .service-grid {
  z-index: 4;
  margin-top: clamp(112px, 13.4vh, 154px);
}

.intro-scroll .service-tile {
  will-change: transform;
  transform-origin: left top;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero::after {
  opacity: 0.54;
  background-image:
    radial-gradient(ellipse at 24% 40%, rgba(255, 255, 255, 0.5), transparent 28%),
    radial-gradient(ellipse at 74% 74%, rgba(180, 180, 176, 0.14), transparent 34%);
  filter: blur(0.5px);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(74px, 8vh, 92px);
  padding: 0 clamp(28px, 3.8vw, 70px);
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 420ms ease,
    background-color 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-logo {
  display: block;
  width: clamp(116px, 9.2vw, 172px);
  height: auto;
}

.topbar-logo-link {
  display: block;
}

.topbar-logo-link .site-logo {
  width: clamp(104px, 6.4vw, 138px);
  filter: brightness(1.28) saturate(0.9);
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.08vw, 1.32rem);
  font-weight: 700;
  line-height: 1;
  transition: color 260ms ease;
}

.work-in-view .topbar-nav {
  color: #ffffff;
}

.topbar-nav-left {
  justify-self: end;
  grid-column: 1;
  grid-row: 1;
}

.topbar-nav-right {
  justify-self: start;
  grid-column: 3;
  grid-row: 1;
}

.topbar-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  white-space: nowrap;
}

.topbar-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.topbar-nav a:hover::after,
.topbar-nav a:focus-visible::after {
  transform: scaleX(1);
}

.contact-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #171717;
  font: 700 0.92rem/1 "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}

.work-in-view .contact-trigger {
  color: #ffffff;
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, var(--service-card-width));
  justify-content: center;
  gap: clamp(44px, 3vw, 64px);
  width: calc(100% - clamp(28px, 3.2vw, 58px));
  max-width: 1720px;
  margin: clamp(-30px, -2.8vh, -12px) auto 0;
  transform: translateY(10px);
  --service-card-width: clamp(286px, 17.7vw, 372px);
  --card-skew-offset: clamp(26px, 1.8vw, 36px);
}

.service-tile {
  position: relative;
  display: grid;
  grid-template-rows: clamp(96px, 10.2vh, 126px) 1fr;
  align-items: start;
  justify-items: start;
  min-width: 0;
  transform-origin: center top;
}

.service-tile h1 {
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: var(--service-card-width);
  max-width: none;
  min-height: clamp(70px, 7vh, 92px);
  margin: 0 0 clamp(16px, 1.5vh, 24px);
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.085vw, 1.65px) var(--black);
  text-stroke: clamp(1px, 0.085vw, 1.65px) var(--black);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.05rem, 2vw, 3rem);
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 560ms ease, text-shadow 560ms ease, -webkit-text-stroke-color 560ms ease;
}

.service-tile h1 > span {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: skewX(-9.5deg);
  transform-origin: center bottom;
  transition: transform 680ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-tile h1 > span > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  transform: scale(var(--settled-title-scale, 1));
  transform-origin: center bottom;
}

.service-tile h1 > span > span br {
  display: block;
}

.service-tile:nth-child(2) h1 {
  font-size: clamp(1.84rem, 1.73vw, 2.58rem);
}

.service-tile:nth-child(1) h1 > span {
  transform: translateX(16px) skewX(-9.5deg);
}

.service-tile:nth-child(2) h1 > span {
  transform: translateX(28px) translateY(-10px) skewX(-9.5deg);
}

.service-tile:nth-child(3) h1 > span {
  transform: translateX(37px) skewX(-9.5deg);
}

.service-tile:nth-child(4) h1 > span {
  transform: translateX(25px) skewX(-9.5deg);
}

.image-card {
  display: block;
  position: relative;
  grid-row: 2;
  justify-self: start;
  width: var(--service-card-width);
  height: min(55vh, 570px);
  min-height: 430px;
  transform: skewX(-9.5deg);
  transform-origin: center;
  overflow: hidden;
  background: var(--card);
  box-shadow: none;
  transition:
    width 1250ms cubic-bezier(0.19, 1, 0.22, 1),
    height 1250ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 900ms ease,
    box-shadow 900ms ease;
}

.intro-scroll.about-layout-active .service-tile h1 {
  position: relative;
  left: 0;
  bottom: auto;
  z-index: 4;
  align-items: flex-end;
  justify-content: center;
  width: var(--settled-card-width, 116%);
  min-height: clamp(58px, 6.4vh, 76px);
  margin: 0 0 clamp(10px, 1.2vh, 15px);
  padding: 0;
  color: var(--black);
  -webkit-text-stroke: 0 transparent;
  text-stroke: 0 transparent;
  font-size: clamp(1.42rem, 1.34vw, 1.95rem);
  line-height: 1.04;
  text-shadow: none;
}

.intro-scroll.about-layout-active .service-tile:nth-child(2) h1 {
  font-size: clamp(1.24rem, 1.18vw, 1.72rem);
}

.intro-scroll.about-layout-active .service-tile h1::after {
  display: none;
}

.intro-scroll.about-layout-active .service-tile h1 > span,
.intro-scroll.about-layout-active .service-tile:nth-child(1) h1 > span,
.intro-scroll.about-layout-active .service-tile:nth-child(2) h1 > span,
.intro-scroll.about-layout-active .service-tile:nth-child(3) h1 > span,
.intro-scroll.about-layout-active .service-tile:nth-child(4) h1 > span {
  justify-content: center;
  transform: skewX(-9.5deg);
}

.intro-scroll.about-layout-active .service-tile h1 > span > span {
  text-align: center;
  white-space: nowrap;
}

.intro-scroll.about-layout-active .image-card {
  width: var(--settled-card-width, 116%);
  height: clamp(300px, 38vh, 400px);
  min-height: 300px;
  box-shadow: 0 18px 34px rgba(44, 35, 26, 0.18);
}

.image-slot {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    var(--card);
  transform: skewX(9.5deg) scale(1.12);
  transform-origin: center;
  transition: transform 680ms cubic-bezier(0.19, 1, 0.22, 1), filter 680ms ease;
}

.image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-tile:nth-child(1) .image-slot img {
  object-position: 50% 52%;
}

.service-tile:nth-child(2) .image-slot img {
  object-position: 54% 50%;
}

.service-tile:nth-child(3) .image-slot img {
  object-position: 52% 54%;
}

.service-tile:nth-child(4) .image-slot img {
  object-position: 48% 52%;
}

.service-tile h1:hover {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-shadow: none;
}

.service-tile h1:hover > span {
  transform: skewX(-9.5deg) scale(1.045);
}

.service-tile:nth-child(1) h1:hover > span {
  transform: translateX(16px) skewX(-9.5deg) scale(1.045);
}

.service-tile:nth-child(2) h1:hover > span {
  transform: translateX(28px) translateY(-10px) skewX(-9.5deg) scale(1.045);
}

.service-tile:nth-child(3) h1:hover > span {
  transform: translateX(37px) skewX(-9.5deg) scale(1.045);
}

.service-tile:nth-child(4) h1:hover > span {
  transform: translateX(25px) skewX(-9.5deg) scale(1.045);
}

.service-tile:hover .image-card,
.service-tile:focus-within .image-card {
  transform: skewX(-9.5deg) scale(1.065);
  filter: contrast(1.04);
}

.service-tile:hover .image-slot,
.service-tile:focus-within .image-slot {
  transform: skewX(9.5deg) scale(1.24);
}

@media (min-width: 641px) and (hover: hover) and (pointer: fine) {
  .service-tile:hover h1,
  .service-tile:focus-within h1 {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  }

  .service-tile:hover h1 > span,
  .service-tile:focus-within h1 > span {
    transform: skewX(-9.5deg) scale(1.09);
  }

  .service-tile:nth-child(1):hover h1 > span,
  .service-tile:nth-child(1):focus-within h1 > span {
    transform: translateX(16px) skewX(-9.5deg) scale(1.09);
  }

  .service-tile:nth-child(2):hover h1 > span,
  .service-tile:nth-child(2):focus-within h1 > span {
    transform: translateX(28px) translateY(-10px) skewX(-9.5deg) scale(1.09);
  }

  .service-tile:nth-child(3):hover h1 > span,
  .service-tile:nth-child(3):focus-within h1 > span {
    transform: translateX(37px) skewX(-9.5deg) scale(1.09);
  }

  .service-tile:nth-child(4):hover h1 > span,
  .service-tile:nth-child(4):focus-within h1 > span {
    transform: translateX(25px) skewX(-9.5deg) scale(1.09);
  }

  .intro-scroll.about-layout-active .service-tile:hover h1 > span,
  .intro-scroll.about-layout-active .service-tile:focus-within h1 > span {
    transform: skewX(-9.5deg) scale(1.09);
  }
}

.info-section {
  position: absolute;
  inset: 0;
  z-index: 6;
  min-height: 100%;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  color: #1d1a18;
  background: transparent;
  isolation: isolate;
  pointer-events: none;
}

.info-section::before,
.info-section::after,
.why-section::before,
.why-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.info-section::before,
.why-section::before {
  background:
    radial-gradient(ellipse at 18% 28%, rgba(255, 255, 255, 0.52), transparent 34%),
    radial-gradient(ellipse at 86% 72%, rgba(180, 180, 176, 0.16), transparent 32%),
    var(--wrinkle-paper);
}

.info-section::after,
.why-section::after {
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(221, 99, 55, 0.06), transparent 32%, transparent 66%, rgba(221, 99, 55, 0.07));
}

.info-section::before,
.info-section::after {
  display: none;
}

.about-content {
  position: absolute;
  left: clamp(82px, 7.4vw, 142px);
  top: 50%;
  z-index: 20;
  width: min(41vw, 720px);
  height: min(72vh, 680px);
  max-width: 720px;
  transform: translateY(-50%);
  opacity: 0;
  will-change: transform, opacity;
}

.about-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform, opacity;
}

.why-panel {
  opacity: 0;
}

.why-panel .info-heading {
  font-size: clamp(3.85rem, 4.9vw, 5.95rem);
  white-space: nowrap;
}

.why-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.6vh, 30px);
  margin-top: clamp(34px, 4.6vh, 52px);
}

.why-point {
  display: block;
  padding: 3px 0 3px 18px;
  border-left: 3px solid #c86638;
  color: #28231f;
  font-size: clamp(1.35rem, 1.48vw, 1.7rem);
  line-height: 1.58;
}

.why-point p {
  margin: 0;
}

.about-eyebrow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 clamp(24px, 3.2vh, 34px);
  color: #c86638;
  font-size: clamp(0.82rem, 0.82vw, 1.05rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-eyebrow::after {
  content: "";
  width: 54px;
  height: 2px;
  background: currentColor;
  opacity: 0.72;
}

.info-heading {
  margin: 0;
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.1rem, 6.9vw, 8.9rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.about-content .info-heading {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.65rem, 6.1vw, 7.6rem);
  font-weight: 800;
  line-height: 0.94;
}

.about-content .why-panel .info-heading {
  font-size: clamp(3.85rem, 4.9vw, 5.95rem);
}

.info-copy {
  width: 100%;
  margin: clamp(34px, 4.3vh, 48px) 0 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.22rem, 1.4vw, 1.68rem);
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 247, 232, 0.58);
}

.info-copy + .info-copy {
  margin-top: clamp(28px, 3.6vh, 42px);
}

.about-services {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  width: 100%;
  margin-top: 0;
  padding-top: clamp(22px, 2.8vh, 30px);
  border-top: 1px solid rgba(113, 82, 61, 0.3);
  color: #87664f;
  font-size: clamp(0.72rem, 0.72vw, 0.9rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: auto;
}

.about-services a {
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
  transition: color 200ms ease;
}

.about-services a:hover,
.about-services a:focus-visible {
  color: #e26739;
}

.about-services a:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 13px;
  border-radius: 50%;
  background: currentColor;
}

.why-panel .why-points {
  transform: translateY(-8px);
}

.why-section {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(74px, 9vh, 118px) clamp(74px, 8vw, 148px);
  overflow: hidden;
  background: var(--wrinkle-paper);
  color: #1d1a18;
  font-family: Georgia, "Times New Roman", serif;
  isolation: isolate;
}

.why-content {
  width: min(78vw, 1240px);
}

.why-content .info-heading {
  font-size: clamp(4.8rem, 7.2vw, 9rem);
}

.why-list {
  width: min(72vw, 1120px);
  margin: clamp(44px, 5.6vh, 70px) 0 0;
  font-size: clamp(1.62rem, 1.86vw, 2.22rem);
  font-weight: 300;
  line-height: 1.68;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 247, 232, 0.58);
}

.work-section {
  position: relative;
  z-index: 2;
  min-height: calc(100vh + 4px);
  display: grid;
  grid-template-columns: minmax(300px, 25.2vw) 1fr;
  overflow: clip;
  background: #292929;
  color: #f1f1f1;
}

.work-title-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  background: #dd6337;
  border-right: 2px solid #171717;
  overflow: hidden;
}

.work-title-panel h2 {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 6.25vw, 7.75rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

.work-title-line {
  display: block;
  position: absolute;
  white-space: nowrap;
}

.work-title-body {
  left: 20%;
  top: 30%;
}

.work-title-of {
  left: 56%;
  top: 47%;
}

.work-title-work {
  left: 12%;
  top: 64%;
}

.work-content {
  min-width: 0;
  min-height: calc(100vh + 4px);
  display: flex;
  align-items: center;
  padding: clamp(26px, 3.2vh, 42px) clamp(42px, 4.6vw, 90px) clamp(26px, 3.4vh, 44px);
  background: #292929;
}

.work-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 2.4vw, 46px);
  row-gap: clamp(28px, 3.3vh, 42px);
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.work-grid::before {
  content: "";
  position: absolute;
  left: calc(clamp(28px, 2.5vw, 52px) * -1);
  right: calc(clamp(28px, 2.5vw, 52px) * -1);
  top: calc(50% - 1px);
  height: 2px;
  background: #3f3f3f;
  pointer-events: none;
}

.work-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.work-card-heading {
  min-height: 42px;
  margin: 8px 0 10px;
  color: rgba(255, 255, 255, 0.78);
}

.work-year {
  display: block;
  font-size: clamp(1rem, 1.18vw, 1.48rem);
  font-weight: 300;
  line-height: 0.95;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.work-card h3 {
  margin: 0;
  font-size: clamp(0.96rem, 1.06vw, 1.28rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.work-card strong {
  color: #ffffff;
  font-weight: 800;
}

.work-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.12 / 1;
  object-fit: cover;
  margin-bottom: 10px;
  background: #3b3b3d;
  filter: grayscale(1) contrast(1.04) brightness(0.75);
}

.work-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.dunes-logo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.54)),
    radial-gradient(ellipse at 24% 78%, #1f1f21 0 24%, transparent 25%),
    linear-gradient(12deg, transparent 0 49%, rgba(255, 255, 255, 0.22) 49.2% 49.8%, transparent 50%),
    #343438;
}

.dunes-logo span {
  color: #f6f6f6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.55vw, 2.85rem);
  font-weight: 700;
  line-height: 0.82;
}

.dunes-logo small {
  color: #f6f6f6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.82rem, 1vw, 1.1rem);
  font-weight: 700;
}

.sat-logo {
  align-items: flex-start;
  padding-left: 35%;
  background:
    repeating-linear-gradient(70deg, transparent 0 22px, rgba(255, 255, 255, 0.2) 23px 28px, transparent 29px 46px),
    #3a3a3e;
}

.sat-logo span,
.saam-logo span {
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.1rem, 3.7vw, 3.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.sat-logo small {
  color: #f2f2f2;
  font-size: clamp(0.82rem, 1.08vw, 1.18rem);
  font-weight: 500;
  line-height: 1.08;
  text-align: left;
}

.saam-logo {
  background:
    radial-gradient(circle at 5% 42%, transparent 0 14%, rgba(255, 255, 255, 0.42) 14.5% 15.5%, transparent 16%),
    #3f3f42;
}

.saam-logo span {
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  font-weight: 200;
  letter-spacing: 0.22em;
  transform: translateX(0.12em);
}

.saam-logo small {
  color: rgba(255, 255, 255, 0.76);
  margin-top: 8px;
  font-size: clamp(0.82rem, 0.96vw, 1.12rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.work-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.82rem, 0.84vw, 1rem);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.team-section {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  padding: clamp(42px, 5.4vh, 64px) clamp(72px, 8vw, 150px) clamp(26px, 3.4vh, 42px);
  background: var(--wrinkle-paper);
  color: #202020;
  overflow: clip;
}

.team-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.team-section::after {
  opacity: 0.64;
  background:
    radial-gradient(ellipse at 16% 20%, rgba(255, 255, 255, 0.38), transparent 28%),
    radial-gradient(ellipse at 78% 26%, rgba(178, 176, 169, 0.14), transparent 30%),
    radial-gradient(ellipse at 42% 78%, rgba(164, 162, 156, 0.16), transparent 30%);
}

.team-heading {
  margin: 0 auto clamp(24px, 3vh, 38px);
  color: #211f20;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.9rem, 6.2vw, 7.2rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(86px, 10vw, 190px);
  row-gap: clamp(28px, 3.4vh, 42px);
  max-width: 1460px;
  margin: 0 auto;
}

.team-card {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

@media (min-width: 641px) {
  .team-card:nth-child(2),
  .team-card:nth-child(5) {
    transform: translateY(clamp(28px, 4vh, 54px));
  }
}

.team-photo {
  display: block;
  width: clamp(118px, 10.2vw, 178px);
  aspect-ratio: 0.72;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(224, 228, 231, 0.72)),
    #e9ecef;
  overflow: hidden;
}

.team-photo-contain {
  object-fit: contain;
  padding: 8px;
}

.team-photo-khalid {
  object-position: center 12%;
}

.team-shadow-blue .team-photo {
  box-shadow: -28px 2px 34px rgba(141, 213, 244, 0.42);
}

.team-shadow-yellow .team-photo {
  box-shadow: 0 0 38px rgba(238, 238, 86, 0.56);
}

.team-shadow-purple .team-photo {
  box-shadow: -18px 0 32px rgba(77, 78, 170, 0.38), 13px 0 28px rgba(95, 201, 239, 0.34);
}

.team-shadow-green .team-photo {
  box-shadow: -24px 14px 36px rgba(81, 218, 101, 0.36), 13px 10px 28px rgba(117, 205, 220, 0.24);
}

.team-shadow-teal .team-photo {
  box-shadow: -14px 18px 34px rgba(38, 135, 153, 0.42), 16px 6px 28px rgba(164, 211, 224, 0.28);
}

.team-shadow-sky .team-photo {
  box-shadow: 24px 0 36px rgba(71, 188, 231, 0.34), -14px 6px 28px rgba(190, 202, 214, 0.3);
}

.team-card h3 {
  width: clamp(190px, 16vw, 285px);
  margin: clamp(18px, 2.1vh, 28px) 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.82vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
}

.team-card p {
  width: clamp(190px, 16vw, 285px);
  margin: 5px 0 0;
  color: #303437;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.88rem, 1vw, 1.18rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 2.2vw, 42px);
  bottom: clamp(18px, 2.4vw, 46px);
  z-index: 999;
  display: grid;
  place-items: center;
  width: clamp(66px, 3.9vw, 82px);
  aspect-ratio: 1;
  border-radius: 999px;
  filter: drop-shadow(0 12px 18px rgba(37, 181, 63, 0.28));
  transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1), filter 420ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: scale(1.08);
  filter: drop-shadow(0 14px 24px rgba(37, 181, 63, 0.38));
}

.whatsapp-float svg {
  width: 100%;
  height: 100%;
  display: block;
}

.whatsapp-bubble {
  fill: var(--whatsapp);
  stroke: #ffffff;
  stroke-width: 5;
  paint-order: stroke;
}

.whatsapp-phone {
  fill: #ffffff;
}

.branding-body {
  min-height: 100vh;
  background: var(--wrinkle-paper);
}

.branding-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(24px, 2.8vw, 52px) clamp(24px, 2.8vw, 58px) 0;
  isolation: isolate;
  background: var(--wrinkle-paper);
  background-size: 980px 640px, auto, auto;
  color: #201f20;
  font-family: Georgia, "Times New Roman", serif;
}

.branding-logo-link {
  position: absolute;
  top: clamp(16px, 1.7vw, 28px);
  right: clamp(22px, 3.8vw, 72px);
  z-index: 3;
  display: block;
}

.service-page-nav {
  display: none;
}

.hero-page-nav {
  display: none;
}

.branding-hero-heading {
  position: relative;
  z-index: 2;
  padding-top: 0;
  transform: translate(30px, -28px);
  pointer-events: none;
}

.branding-hero-heading h1 {
  width: min(67vw, 1040px);
  margin: 0;
  color: #211f20;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.typing-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.12em;
  white-space: nowrap;
  visibility: hidden;
}

.typing-line-our {
  font-size: clamp(5rem, 8.3vw, 10.4rem);
}

.typing-line-packages {
  margin-top: clamp(4px, 0.8vh, 14px);
  font-size: clamp(2.55rem, 4.15vw, 5.2rem);
}

.typing-started .typing-line {
  visibility: visible;
}

.typing-line.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.045em;
  height: 0.82em;
  margin-left: 0.045em;
  background: currentColor;
  transform: translateY(0.08em);
  animation: caretPulse 780ms ease-in-out infinite;
}

.branding-packages {
  position: absolute;
  inset: auto 0 -30px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(90px, 6.8vw, 150px);
}

.package-tower {
  --panel-height: 48vh;
  --rise-delay: 0.1s;
  display: grid;
  grid-template-rows: auto var(--panel-height);
  min-width: 0;
  transform: translateY(110%);
  animation: towerRise 1.65s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: var(--rise-delay);
}

.package-web {
  --panel-height: 49vh;
  --rise-delay: 0.55s;
}

.package-seo {
  --panel-height: 59vh;
  --rise-delay: 2.25s;
}

.package-social {
  --panel-height: 68vh;
  --rise-delay: 3.95s;
}

.package-tab {
  justify-self: center;
  width: 88%;
  min-height: clamp(122px, 13.4vh, 172px);
  display: grid;
  place-items: center;
  padding: clamp(18px, 1.8vw, 30px);
  border-radius: 34px 34px 0 0;
  background: rgba(230, 160, 135, 0.72);
  box-shadow: 16px 18px 28px rgba(31, 31, 31, 0.16);
  text-align: center;
}

.package-tab h2 {
  margin: 0;
  color: #1f2930;
  font-size: clamp(1.45rem, 1.85vw, 2.45rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.package-panel {
  padding: clamp(32px, 2.5vw, 52px) clamp(22px, 2.1vw, 42px);
  overflow: hidden;
  background: #df6239;
  color: #ffffff;
  font-size: clamp(0.94rem, 1.24vw, 1.58rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.package-panel p {
  margin: 0 0 clamp(10px, 1.15vh, 16px);
}

.package-panel span {
  font-size: 0.72em;
}

.package-panel ul {
  margin: clamp(44px, 6.8vh, 84px) 0 0;
  padding-left: 1.15em;
}

.package-panel li {
  margin-bottom: 0.28em;
  font-weight: 400;
}

@media (min-width: 1121px) {
  .intro-scroll .service-grid {
    margin-top: clamp(142px, 16.4vh, 186px);
  }

  body.branding-body .package-panel {
    display: flex !important;
    flex-direction: column;
  }

  body.branding-body .package-panel ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    margin: clamp(30px, 4vh, 50px) 0 0;
    padding-bottom: clamp(4px, 0.8vh, 10px);
  }

  body.branding-body .package-panel li {
    margin-bottom: 0;
    line-height: 1.28;
  }

  .service-page-nav {
    position: absolute;
    top: clamp(34px, 2.5vw, 46px);
    right: clamp(205px, 15vw, 285px);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.7vw, 34px);
    color: #211f20;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.92rem, 1vw, 1.18rem);
    font-weight: 700;
    white-space: nowrap;
  }

  .service-page-nav > a:not(.service-contact-link) {
    position: relative;
    padding-block: 10px;
  }

  .service-page-nav > a:not(.service-contact-link)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 220ms ease;
  }

  .service-page-nav > a:not(.service-contact-link):hover::after,
  .service-page-nav > a:not(.service-contact-link):focus-visible::after {
    transform: scaleX(1);
  }

  .service-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-left: clamp(30px, 2.2vw, 46px);
    padding: 0 17px;
    border: 1px solid currentColor;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.88em;
  }

  .hero-page-nav {
    position: fixed;
    top: clamp(25px, 2.5vh, 34px);
    left: 50%;
    z-index: 1004;
    display: flex;
    align-items: center;
    gap: clamp(28px, 2.4vw, 48px);
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.12rem, 1.24vw, 1.46rem);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: opacity 420ms ease, visibility 420ms ease;
  }

  .hero-page-nav a {
    position: relative;
    padding-block: 8px;
  }

  .hero-page-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 200ms ease;
  }

  .hero-page-nav a:hover::after,
  .hero-page-nav a:focus-visible::after {
    transform: scaleX(1);
  }

  .hero-nav-hidden .hero-page-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

}

.contact-trigger,
.service-contact-link {
  border-color: #e26739;
  box-shadow:
    0 0 9px rgba(226, 103, 57, 0.66),
    0 0 21px rgba(255, 154, 88, 0.3),
    inset 0 0 7px rgba(226, 103, 57, 0.12);
  transition: box-shadow 260ms ease, transform 260ms ease, background-color 260ms ease;
}

.contact-trigger:hover,
.contact-trigger:focus-visible,
.service-contact-link:hover,
.service-contact-link:focus-visible {
  box-shadow:
    0 0 13px rgba(226, 103, 57, 0.88),
    0 0 30px rgba(255, 154, 88, 0.46),
    inset 0 0 10px rgba(226, 103, 57, 0.18);
  transform: scale(1.035);
}

.compact-topbar-active .contact-trigger,
.work-in-view .contact-trigger {
  border-color: #e26739;
  background: #e26739;
  color: #ffffff;
  box-shadow:
    0 0 12px rgba(226, 103, 57, 0.74),
    0 0 26px rgba(255, 154, 88, 0.34);
}

.compact-topbar-active .contact-trigger:hover,
.compact-topbar-active .contact-trigger:focus-visible,
.work-in-view .contact-trigger:hover,
.work-in-view .contact-trigger:focus-visible {
  background: #cf512d;
  color: #ffffff;
}

.persistent-contact-trigger {
  position: fixed;
  top: 20px;
  right: clamp(14px, 3.5vw, 60px);
  z-index: 2200;
  display: none;
}

.compact-topbar-active .persistent-contact-trigger,
.work-in-view .persistent-contact-trigger {
  display: inline-flex;
}

.compact-topbar-active .topbar .contact-trigger,
.work-in-view .topbar .contact-trigger {
  visibility: hidden;
}

@media (min-width: 641px) {
  body.compact-topbar-active:not(.persistent-header-active) .topbar .contact-trigger {
    visibility: visible;
    opacity: 1;
  }
}

.whatsapp-float {
  animation: whatsappBlinkZoom 1.55s ease-in-out infinite;
  transform-origin: center;
}

@keyframes whatsappBlinkZoom {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 12px 18px rgba(37, 181, 63, 0.3));
  }

  50% {
    opacity: 1;
    transform: scale(1.13);
    filter:
      drop-shadow(0 0 12px rgba(67, 206, 87, 0.88))
      drop-shadow(0 0 28px rgba(67, 206, 87, 0.62));
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }
}

body.branding-body .branding-hero-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

body.branding-body .branding-packages {
  display: grid;
}

body.branding-body .package-tower {
  display: grid;
}

body.branding-body .package-tab {
  display: grid;
  background: rgba(230, 160, 135, 0.72);
}

body.branding-body .package-panel {
  display: block;
  background: #df6239;
  color: #ffffff;
}

.event-body .package-panel > p {
  font-weight: 400;
}

.event-body .package-panel strong {
  font-weight: 700;
}

.event-body .package-panel ul {
  margin-top: clamp(24px, 3.5vh, 44px);
}

.event-body .package-tab h2 {
  max-width: 92%;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  visibility: hidden;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.contact-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 14, 12, 0.56);
  backdrop-filter: blur(7px);
}

.contact-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 460px);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(226, 103, 57, 0.8);
  background: var(--wrinkle-paper);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), 0 0 28px rgba(226, 103, 57, 0.26);
  color: #211f20;
  transform: translateY(18px) scale(0.96);
  transition: transform 280ms cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-modal.is-open .contact-card {
  transform: translateY(0) scale(1);
}

.contact-card-close {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #211f20;
  font: 300 2rem/1 Arial, sans-serif;
  cursor: pointer;
}

.contact-card-eyebrow {
  margin: 0 0 8px;
  color: #e26739;
  font: 700 0.72rem/1 "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 0 0 24px;
  font: 400 clamp(2.4rem, 6vw, 4rem)/0.95 Georgia, "Times New Roman", serif;
}

.contact-options {
  display: grid;
  gap: 10px;
}

.contact-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid rgba(33, 31, 32, 0.24);
  background: rgba(255, 255, 255, 0.32);
  color: #211f20;
  text-align: left;
  transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.contact-option:hover,
.contact-option:focus-visible {
  border-color: #e26739;
  background: rgba(226, 103, 57, 0.1);
  transform: translateX(4px);
}

.contact-option strong {
  font: 700 1rem/1.1 "Helvetica Neue", Arial, sans-serif;
}

.contact-option span {
  color: #5c554f;
  font: 400 0.78rem/1.2 "Helvetica Neue", Arial, sans-serif;
  text-align: right;
}

.contact-option-pending {
  cursor: default;
  opacity: 0.62;
}

.contact-option-pending:hover,
.contact-option-pending:focus-visible {
  border-color: rgba(33, 31, 32, 0.24);
  background: rgba(255, 255, 255, 0.32);
  transform: none;
}

body.contact-modal-open {
  overflow: hidden;
}

.gifts-body .package-panel ul {
  margin-top: clamp(28px, 4vh, 52px);
}

.gifts-body .package-tab h2 {
  max-width: 92%;
}

.transport-body .package-tab h2 {
  max-width: 92%;
}

@keyframes towerRise {
  to {
    transform: translateY(0);
  }
}

@keyframes caretPulse {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@keyframes cardSlideIn {
  to {
    transform: translateX(0);
  }
}

@keyframes mobilePackageSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-112%);
  }

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

@keyframes teamCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stageBeamSway {
  0%,
  100% {
    opacity: 0.5;
    translate: 0 0;
  }

  50% {
    opacity: 0.86;
    translate: 0 -10px;
  }
}

@keyframes stageGlowPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.86);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.12);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    opacity: 0.62;
    translate: 0 0;
  }

  50% {
    opacity: 0.9;
    translate: 0 -10px;
  }
}

@keyframes iconTwinkle {
  0%,
  100% {
    opacity: 0.44;
  }

  50% {
    opacity: 0.92;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-scroll {
    height: auto;
  }

  .intro-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .intro-scroll .hero,
  .info-section {
    position: relative;
    min-height: 100vh;
  }

  .info-section {
    display: flex;
    align-items: center;
    padding: clamp(74px, 9vh, 118px) clamp(74px, 8vw, 148px);
  }

  .about-content {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .branding-page {
    min-height: auto;
    overflow: visible;
    padding-bottom: 54px;
  }

  .branding-hero-heading h1 {
    width: min(84vw, 760px);
  }

  .branding-packages {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 52px;
  }

  .package-tower {
    --panel-height: auto;
    grid-template-rows: auto auto;
  }

  .package-panel {
    min-height: 360px;
  }

  .hero {
    min-height: auto;
  }

  .service-grid {
    grid-template-columns: repeat(2, var(--service-card-width));
    justify-content: center;
    gap: 54px clamp(42px, 7vw, 82px);
    width: 100%;
    --service-card-width: clamp(270px, 36vw, 340px);
    --card-skew-offset: clamp(24px, 3vw, 34px);
  }

  .service-tile {
    grid-template-rows: 138px 1fr;
  }

  .image-card {
    height: min(56vh, 550px);
    min-height: 410px;
  }

  .work-section {
    grid-template-columns: 1fr;
  }

  .work-title-panel {
    min-height: auto;
    padding: 52px 24px;
    border-right: 0;
    border-bottom: 2px solid #171717;
  }

  .work-title-panel h2 {
    font-size: clamp(4rem, 12vw, 7rem);
    line-height: 1;
    text-align: center;
  }

  .work-title-line {
    position: static;
    display: inline;
    transform: none;
  }

  .work-title-of,
  .work-title-work {
    margin-top: 0;
  }

  .work-content {
    padding: 54px 34px 70px;
  }

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

  .work-grid::before {
    display: none;
  }

  .team-section {
    padding-inline: 38px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
  }
}

@media (max-width: 640px) {
  .branding-page {
    min-height: 100svh;
    overflow: hidden;
    padding: 12px 0 0;
  }

  .branding-logo-link {
    top: 12px;
    left: 2px;
  }

  .branding-logo-link .site-logo {
    width: 92px;
  }

  .service-page-nav {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2.8vw, 13px);
    min-height: 36px;
    padding: 0 96px 0 98px;
    color: #211f20;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.58rem, 2.35vw, 0.7rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  .service-page-nav > a:not(.service-contact-link) {
    padding: 5px 1px 4px;
    border-bottom: 1px solid rgba(226, 103, 57, 0.72);
    font-size: 0;
    transform: translateY(4px);
  }

  .service-page-nav > a:not(.service-contact-link)::before {
    color: #211f20;
    font-size: clamp(0.61rem, 2.5vw, 0.73rem);
    font-weight: 600;
    letter-spacing: 0.015em;
  }

  .service-page-nav > a[href="branding.html"]::before {
    content: "Branding";
  }

  .service-page-nav > a[href="events.html"]::before {
    content: "Events";
  }

  .service-page-nav > a[href="transportation.html"]::before {
    content: "Transport";
  }

  .service-page-nav > a[href="gifts-catering.html"]::before {
    content: "Gifts";
  }

  .service-contact-link {
    position: absolute;
    top: 0;
    right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-left: 0;
    padding: 0 10px;
    border: 1px solid #e26739;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.68rem;
  }

  .branding-hero-heading {
    padding: 66px 20px 0;
    text-align: center;
    transform: none;
  }

  .branding-hero-heading h1 {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    line-height: 0.92;
  }

  .typing-line-our {
    font-size: clamp(3.1rem, 14vw, 4.2rem);
    text-align: left;
  }

  .typing-line-packages {
    margin-top: 6px;
    font-size: clamp(1.48rem, 6.8vw, 2.08rem);
    text-align: center;
  }

  .branding-packages {
    position: absolute;
    left: 0;
    right: 8px;
    bottom: 64px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
    align-items: stretch;
    justify-items: start;
  }

  .package-tower,
  body.branding-body .package-tower {
    --card-height: 130px;
    display: grid;
    grid-template-columns: 1fr 24%;
    grid-template-rows: var(--card-height);
    min-height: var(--card-height);
    width: 100%;
    opacity: 1;
    transform: translate3d(-110%, 0, 0);
    animation: none !important;
    transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
  }

  body.branding-body .package-tower.is-visible {
    transform: translate3d(0, 0, 0);
  }

  .package-web {
    --card-height: 248px;
    grid-template-columns: 1fr 26%;
    animation-delay: 0s;
  }

  .package-seo {
    --card-height: 220px;
    grid-template-columns: 1fr 26%;
    animation-delay: 1.45s;
  }

  .package-social {
    --card-height: 228px;
    grid-template-columns: 1fr 26%;
    animation-delay: 2.9s;
  }

  body.branding-body .package-web {
    width: 90%;
  }

  body.branding-body .package-seo {
    width: 94%;
  }

  body.branding-body .package-social {
    width: 100%;
  }

  .package-tab {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 10px 8px;
    border-radius: 0 18px 18px 0;
    align-content: center;
  }

  .package-tab h2 {
    font-size: clamp(0.68rem, 3vw, 0.92rem);
    line-height: 1.08;
  }

  .package-panel {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 0;
    padding: 13px 12px 13px 18px;
    overflow: hidden;
    font-size: clamp(0.56rem, 2.35vw, 0.72rem);
    line-height: 1.17;
  }

  .package-panel p {
    margin-bottom: 6px;
  }

  .package-panel span {
    font-size: 0.76em;
  }

  .package-panel ul {
    margin-top: 7px;
    padding-left: 1.05em;
  }

  .package-panel li {
    margin-bottom: 0.3em;
    font-weight: 400;
  }

  .package-web .package-panel {
    padding: 15px 10px 15px 16px;
    font-size: clamp(0.56rem, 2.3vw, 0.7rem);
    line-height: 1.16;
  }

  .package-web .package-panel ul {
    margin-top: 6px;
  }

  .package-web .package-tab h2 {
    transform: translateX(-8px);
  }

  .event-body .package-web {
    --card-height: 238px;
  }

  .event-body .package-seo {
    --card-height: 246px;
  }

  .event-body .package-social {
    --card-height: 292px;
  }

  .event-body .package-panel {
    padding-block: 15px;
    font-size: clamp(0.54rem, 2.25vw, 0.69rem);
    line-height: 1.16;
  }

  .event-body .package-panel ul {
    margin-top: 7px;
  }

  .event-body .package-seo .package-panel,
  .event-body .package-social .package-panel {
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .event-body .package-web .package-tab h2 {
    transform: none;
  }

  .gifts-body .package-web {
    --card-height: 224px;
  }

  .gifts-body .package-seo {
    --card-height: 232px;
  }

  .gifts-body .package-social {
    --card-height: 244px;
  }

  .gifts-body .package-panel {
    padding-block: 15px;
    font-size: clamp(0.56rem, 2.3vw, 0.7rem);
    line-height: 1.17;
  }

  .gifts-body .package-panel ul {
    margin-top: 7px;
  }

  .gifts-body .package-web .package-tab h2 {
    transform: none;
  }

  .gifts-body .typing-line-packages {
    font-size: clamp(1.15rem, 5.5vw, 1.7rem);
  }

  .transport-body .package-web {
    --card-height: 238px;
  }

  .transport-body .package-seo {
    --card-height: 250px;
  }

  .transport-body .package-social {
    --card-height: 262px;
  }

  .transport-body .package-panel {
    padding-block: 15px;
    font-size: clamp(0.54rem, 2.25vw, 0.69rem);
    line-height: 1.16;
  }

  .transport-body .package-panel ul {
    margin-top: 7px;
  }

  .transport-body .package-seo .package-panel,
  .transport-body .package-social .package-panel {
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .transport-body .package-web .package-tab h2 {
    transform: none;
  }

  .transport-body .typing-line-packages {
    font-size: clamp(1.12rem, 5.25vw, 1.62rem);
  }

  .hero {
    min-height: 100svh;
    padding: 0 24px 18px;
    overflow: hidden;
  }

  .topbar {
    display: flex;
    height: 84px;
    padding: 0 14px;
  }

  .topbar-logo-link .site-logo {
    width: 108px;
  }

  .topbar-logo-link {
    position: static;
    z-index: 5;
  }

  .topbar-nav {
    display: none;
  }

  .contact-trigger {
    position: static;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.76rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, var(--service-card-width));
    justify-content: center;
    justify-items: center;
    gap: 34px 26px;
    width: 100%;
    transform: translateY(0);
    margin-inline: auto;
    --service-card-width: calc((100vw - 98px) / 2);
    --card-skew-offset: 7px;
  }

  .intro-scroll .service-grid {
    margin-top: 106px;
  }

  .service-tile {
    width: var(--service-card-width);
    grid-template-rows: 52px auto;
    gap: 0;
    justify-items: center;
  }

  .service-tile:nth-child(3),
  .service-tile:nth-child(4) {
    transform: translateX(-8px);
  }

  .service-tile h1 {
    align-self: end;
    justify-content: center;
    font-size: clamp(1.04rem, 5vw, 1.34rem);
    width: var(--service-card-width);
    min-height: auto;
    margin-bottom: 8px;
    -webkit-text-stroke-width: 0.75px;
    text-stroke-width: 0.75px;
    line-height: 1.02;
  }

  .service-tile:nth-child(2) h1 {
    font-size: clamp(1.03rem, 4.9vw, 1.3rem);
    transform: translateY(-10px);
  }

  .service-tile h1 > span,
  .service-tile:nth-child(1) h1 > span,
  .service-tile:nth-child(2) h1 > span,
  .service-tile:nth-child(3) h1 > span,
  .service-tile:nth-child(4) h1 > span {
    justify-content: center;
    width: 100%;
    transform: translateX(0) skewX(-9.5deg);
  }

  .service-tile:nth-child(1) h1 > span {
    transform: translateX(5px) skewX(-9.5deg);
  }

  .service-tile:nth-child(2) h1 > span {
    transform: translateX(-8px) skewX(-9.5deg);
  }

  .service-tile:nth-child(3) h1 > span,
  .service-tile:nth-child(4) h1 > span {
    transform: translateX(10px) skewX(-9.5deg);
  }

  .service-tile h1 > span > span {
    width: 100%;
    text-align: center;
  }

  .image-card {
    width: var(--service-card-width);
    height: clamp(178px, 25.2svh, 228px);
    min-height: 0;
  }

  .whatsapp-float {
    right: 6px;
    bottom: 8px;
    width: 58px;
  }

  .service-tile:hover h1 > span,
  .service-tile:focus-within h1 > span,
  .service-tile:nth-child(1):hover h1 > span,
  .service-tile:nth-child(1):focus-within h1 > span,
  .service-tile:nth-child(2):hover h1 > span,
  .service-tile:nth-child(2):focus-within h1 > span,
  .service-tile:nth-child(3):hover h1 > span,
  .service-tile:nth-child(3):focus-within h1 > span,
  .service-tile:nth-child(4):hover h1 > span,
  .service-tile:nth-child(4):focus-within h1 > span {
    transform: translateX(0) skewX(-9.5deg) scale(1.045);
  }

  .intro-scroll.mobile-intro-motion .service-tile:hover .image-card,
  .intro-scroll.mobile-intro-motion .service-tile:focus-within .image-card {
    transform: skewX(-9.5deg);
    filter: none;
  }

  .intro-scroll.mobile-intro-motion .service-tile:hover .image-slot,
  .intro-scroll.mobile-intro-motion .service-tile:focus-within .image-slot {
    transform: skewX(9.5deg) scale(1.12);
  }

  .service-tile:nth-child(1):hover h1 > span,
  .service-tile:nth-child(1):focus-within h1 > span {
    transform: translateX(5px) skewX(-9.5deg) scale(1.045);
  }

  .service-tile:nth-child(2):hover h1 > span,
  .service-tile:nth-child(2):focus-within h1 > span {
    transform: translateX(-8px) skewX(-9.5deg) scale(1.045);
  }

  .service-tile:nth-child(3):hover h1 > span,
  .service-tile:nth-child(3):focus-within h1 > span,
  .service-tile:nth-child(4):hover h1 > span,
  .service-tile:nth-child(4):focus-within h1 > span {
    transform: translateX(10px) skewX(-9.5deg) scale(1.045);
  }

  .intro-scroll {
    height: auto;
  }

  .intro-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .intro-scroll .hero {
    position: relative;
    min-height: 100svh;
  }

  .intro-scroll .service-tile {
    transform-origin: center top;
  }

  .info-section {
    position: relative;
    min-height: 100svh;
    padding: 96px 24px 88px;
    display: flex;
    align-items: center;
  }

  .about-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    opacity: 1;
    transform: none;
  }

  .intro-scroll.mobile-intro-motion {
    height: var(--mobile-stage-height, 260svh);
    overflow-anchor: none;
    touch-action: pan-y;
  }

  .intro-scroll.mobile-intro-motion .intro-sticky {
    position: sticky;
    top: 0;
    height: var(--mobile-viewport-height, 100dvh);
    min-height: 560px;
    overflow: hidden;
  }

  html,
  body {
    overscroll-behavior-x: none;
  }

  .intro-scroll.mobile-intro-motion .hero,
  .intro-scroll.mobile-intro-motion .info-section {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }

  .intro-scroll.mobile-intro-motion .service-tile {
    transform-origin: left top;
  }

  .intro-scroll.mobile-intro-motion .info-section {
    display: block;
    padding: 0;
  }

  .intro-scroll.mobile-intro-motion .about-content {
    position: absolute;
    left: 50%;
    top: calc(55% + 5px);
    width: min(92vw, 430px);
    height: min(48svh, 480px);
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .intro-scroll.mobile-intro-motion .why-panel .info-heading {
    font-size: clamp(1.72rem, 8.2vw, 2.3rem);
    white-space: nowrap;
  }

  .intro-scroll.mobile-intro-motion .why-points {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .intro-scroll.mobile-intro-motion .why-point {
    padding: 2px 0;
    border-left: 0;
    font-size: clamp(0.69rem, 2.8vw, 0.82rem);
    line-height: 1.42;
    white-space: nowrap;
  }

  .intro-scroll.mobile-intro-motion .about-eyebrow {
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .intro-scroll.mobile-intro-motion .about-eyebrow::after {
    width: 32px;
  }

  .intro-scroll.mobile-intro-motion .about-content .info-heading {
    font-size: clamp(2.5rem, 12.2vw, 3.4rem);
    line-height: 0.94;
  }

  .intro-scroll.mobile-intro-motion .about-panel .info-heading {
    margin-top: 4px;
  }

  .intro-scroll.mobile-intro-motion .about-content .why-panel .info-heading {
    font-size: clamp(1.85rem, 7.8vw, 2.3rem);
    white-space: nowrap;
  }

  .intro-scroll.mobile-intro-motion .info-copy {
    margin-top: 15px;
    font-size: clamp(0.76rem, 3.35vw, 0.92rem);
    line-height: 1.5;
  }

  .intro-scroll.mobile-intro-motion .about-panel-main .info-copy {
    margin-top: 10px;
  }

  .intro-scroll.mobile-intro-motion .info-copy + .info-copy {
    margin-top: 10px;
  }

  .intro-scroll.mobile-intro-motion .about-services {
    display: none;
  }

  .intro-scroll.mobile-intro-motion.about-layout-active .service-tile h1 {
    bottom: auto;
    min-height: 34px;
    margin-bottom: 6px;
    padding: 0;
    font-size: clamp(0.88rem, 3.8vw, 1.08rem);
  }

  .intro-scroll.mobile-intro-motion.about-layout-active .service-tile:nth-child(2) h1 {
    font-size: clamp(0.86rem, 3.75vw, 1.05rem);
  }

  .intro-scroll.mobile-intro-motion.about-layout-active .service-tile h1::after {
    display: none;
  }

  .intro-scroll.mobile-intro-motion.about-layout-active .image-card {
    height: clamp(178px, 25.2svh, 228px);
    min-height: 0;
  }

  .info-heading,
  .why-content .info-heading {
    font-size: clamp(3.9rem, 16vw, 5.7rem);
    line-height: 0.88;
  }

  .about-content .info-heading {
    font-size: clamp(3.9rem, 16vw, 5.7rem);
    line-height: 0.88;
  }

  .info-copy,
  .why-list {
    width: 100%;
    margin-top: 28px;
    font-size: clamp(1.18rem, 5vw, 1.44rem);
    line-height: 1.48;
  }

  .why-section {
    min-height: 100svh;
    padding: 86px 24px 92px;
  }

  .why-content {
    width: 100%;
  }

  .work-section {
    min-height: auto;
    grid-template-columns: 1fr;
    overflow: visible;
    margin-top: 54px;
  }

  .work-title-panel {
    min-height: auto;
    padding: 10px 18px 12px;
    border-bottom: 0;
  }

  .work-title-panel h2 {
    height: auto;
    font-size: clamp(2.7rem, 13vw, 4rem);
    line-height: 0.95;
    text-align: center;
  }

  .work-title-line {
    position: static;
    display: inline;
  }

  .work-content {
    min-height: auto;
    padding: 16px 18px 94px;
    align-items: flex-start;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 34px;
  }

  .work-card-heading {
    min-height: 0;
    margin: 0 0 6px;
  }

  .work-year {
    font-size: 0.78rem;
    margin-bottom: 3px;
  }

  .work-card h3 {
    font-size: 0.74rem;
  }

  .work-image {
    margin-bottom: 6px;
  }

  .work-card p {
    font-size: 0.62rem;
    line-height: 1.18;
  }

  .team-section {
    min-height: 100svh;
    padding: 0 12px 88px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
  }

  .team-heading {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    font-size: clamp(2.8rem, 12.8vw, 4.15rem);
    line-height: 0.9;
    margin: 0;
    text-align: center;
    pointer-events: none;
  }

  .team-grid {
    position: absolute;
    inset: 0;
    display: block;
    max-width: none;
    width: 100%;
    margin: 0;
    pointer-events: none;
  }

  .team-card {
    position: absolute;
    width: 30vw;
    max-width: none;
    pointer-events: auto;
    transform: translateY(16px);
    opacity: 0;
    animation: teamCardIn 620ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }

  .team-card:nth-child(1) {
    left: 2.5%;
    top: calc(12% + 15px);
    margin: 0;
    animation-delay: 0.1s;
  }

  .team-card:nth-child(2) {
    left: 35%;
    top: 12%;
    margin: 0;
    animation-delay: 0.24s;
  }

  .team-card:nth-child(3) {
    left: 67.5%;
    top: calc(12% + 15px);
    animation-delay: 0.38s;
  }

  .team-card:nth-child(4) {
    left: 2.5%;
    top: calc(62% - 10px);
    animation-delay: 0.52s;
  }

  .team-card:nth-child(5) {
    left: 35%;
    top: calc(62% + 10px);
    animation-delay: 0.66s;
  }

  .team-card:nth-child(6) {
    left: 67.5%;
    top: calc(62% - 10px);
    animation-delay: 0.8s;
  }

  .team-photo {
    width: min(23vw, 96px);
    border-radius: 12px;
  }

  .team-photo-contain {
    padding: 5px;
  }

  .team-card h3 {
    width: 100%;
    margin-top: 6px;
    font-size: clamp(0.68rem, 2.85vw, 0.92rem);
    line-height: 1.02;
  }

  .team-card p {
    width: 100%;
    margin-top: 3px;
    font-size: clamp(0.5rem, 2.18vw, 0.68rem);
    line-height: 1.08;
  }
}

/* Team cutout layout overrides */
.team-section {
  height: auto;
  min-height: auto;
  padding: clamp(58px, 7vh, 90px) clamp(32px, 4vw, 76px) clamp(70px, 8vh, 108px);
  overflow: hidden;
}

.team-heading {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: clamp(38px, 5vh, 62px);
}

.team-grid {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 30px);
  width: 100%;
  max-width: 1780px;
  margin-inline: auto;
}

.team-card,
.team-card:nth-child(n) {
  --team-photo-height: clamp(210px, 18vw, 294px);
  position: relative;
  left: auto;
  top: auto;
  display: grid;
  justify-items: center;
  width: auto;
  max-width: none;
  margin: 0;
  opacity: 1;
  transform: none;
  animation: none;
  isolation: isolate;
}

.team-card::before {
  content: "";
  position: absolute;
  top: calc(var(--team-photo-height) - 34px);
  left: 50%;
  z-index: -1;
  width: min(86%, 190px);
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(ellipse, var(--team-glow, rgba(100, 201, 239, 0.62)) 0%, transparent 72%);
  filter: blur(9px);
  transform: translateX(-50%);
}

.team-shadow-blue { --team-glow: rgba(109, 211, 249, 0.74); }
.team-shadow-yellow { --team-glow: rgba(239, 229, 75, 0.72); }
.team-shadow-purple { --team-glow: rgba(126, 108, 238, 0.7); }
.team-shadow-green { --team-glow: rgba(73, 218, 99, 0.68); }
.team-shadow-teal { --team-glow: rgba(45, 180, 197, 0.7); }
.team-shadow-sky { --team-glow: rgba(79, 192, 235, 0.72); }

.team-shadow-blue .team-photo,
.team-shadow-yellow .team-photo,
.team-shadow-purple .team-photo,
.team-shadow-green .team-photo,
.team-shadow-teal .team-photo,
.team-shadow-sky .team-photo,
.team-photo,
.team-photo-contain {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 190px;
  height: var(--team-photo-height);
  aspect-ratio: auto;
  padding: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.team-card h3 {
  width: 100%;
  margin: 14px 0 0;
  font-size: clamp(1.18rem, 1.45vw, 1.85rem);
  line-height: 1.02;
}

.team-card p {
  width: 100%;
  min-height: 2.4em;
  margin: 6px 0 0;
  font-size: clamp(0.74rem, 0.82vw, 1rem);
  line-height: 1.18;
}

@media (max-width: 900px) {
  .team-section {
    padding-inline: 20px;
  }

  .team-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 8px 20px;
    scroll-snap-type: x mandatory;
  }

  .team-card,
  .team-card:nth-child(n) {
    --team-photo-height: 220px;
    position: relative;
    flex: 0 0 158px;
    scroll-snap-align: center;
  }

  .team-card h3 {
    font-size: 1.16rem;
  }

  .team-card p {
    font-size: 0.72rem;
  }
}

/* Full-screen expert team composition */
.team-section {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: clamp(54px, 7vh, 92px) clamp(24px, 3vw, 58px);
  overflow: hidden;
}

.team-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.team-section .team-drop-heading {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.08em 3vw 0.22em;
  overflow: visible;
  clip: auto;
  clip-path: none;
  color: rgba(33, 31, 32, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 7vw, 8.8rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.055em;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%);
}

.team-heading-letter,
.team-heading-space {
  display: inline-block;
}

.team-heading-space {
  width: clamp(1.35rem, 2.4vw, 3.2rem);
}

.team-heading-letter {
  opacity: 0;
  transform: translate3d(0, -52vh, 0) rotate(calc((var(--letter-index) - 6) * 1.3deg));
  will-change: transform, opacity;
}

.team-drop-heading.is-visible .team-heading-letter {
  animation: teamLetterDrop 860ms cubic-bezier(0.2, 0.78, 0.24, 1.18) both;
  animation-delay: calc(var(--letter-index) * 64ms);
}

@keyframes teamLetterDrop {
  0% {
    opacity: 0;
    transform: translate3d(0, -52vh, 0) rotate(calc((var(--letter-index) - 6) * 1.3deg));
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0.12em, 0) rotate(0);
  }
  86% {
    opacity: 1;
    transform: translate3d(0, -0.05em, 0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

.team-section .team-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 0.88fr 1.12fr 1.12fr 0.88fr 0.88fr;
  align-items: end;
  gap: clamp(8px, 1.1vw, 22px);
  width: min(100%, 1780px);
  max-width: none;
  margin: 0 auto;
  overflow: visible;
  transform: translateY(clamp(72px, 10vh, 108px));
}

.team-section .team-card,
.team-section .team-card:nth-child(n) {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-width: 0;
  width: 100%;
  transform: none;
}

.team-section .team-grid .team-card-side {
  --team-photo-height: clamp(270px, 39vh, 420px);
}

.team-section .team-grid .team-card-lead {
  --team-photo-height: clamp(330px, 48vh, 520px);
  z-index: 3;
}

.team-section .team-grid .team-card .team-photo,
.team-section .team-grid .team-card .team-photo-contain {
  width: 100%;
  max-width: none;
  height: var(--team-photo-height);
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 22px rgba(30, 27, 24, 0.1));
}

.team-section .team-card::before {
  top: calc(var(--team-photo-height) - 38px);
  width: 72%;
  height: 74px;
}

.team-section .team-card h3 {
  width: 100%;
  margin-top: clamp(10px, 1.5vh, 18px);
  font-size: clamp(1.2rem, 1.5vw, 1.95rem);
  white-space: nowrap;
}

.team-section .team-card-lead h3 {
  font-size: clamp(1.5rem, 1.9vw, 2.3rem);
}

.team-section .team-card p {
  width: 100%;
  min-height: 0;
  margin-top: 5px;
  font-size: clamp(0.8rem, 0.9vw, 1.1rem);
  white-space: nowrap;
}

.team-section .team-card-lead p {
  font-size: clamp(0.86rem, 1vw, 1.18rem);
}

@media (max-width: 900px) {
  .team-section {
    min-height: 100svh;
    padding: 72px 16px 54px;
    overflow: hidden;
  }

  .team-section .team-drop-heading {
    top: 8%;
    font-size: clamp(3.8rem, 15vw, 6.8rem);
  }

  .team-section .team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
    width: min(100%, 560px);
    padding: 0;
    overflow: visible;
  }

  .team-section .team-card,
  .team-section .team-card:nth-child(n) {
    flex: none;
    width: 100%;
    scroll-snap-align: none;
  }

  .team-section .team-grid .team-card-lead {
    --team-photo-height: clamp(230px, 34vh, 310px);
    order: 1;
  }

  .team-section .team-grid .team-card-side {
    --team-photo-height: clamp(185px, 27vh, 245px);
    order: 2;
  }

  .team-section .team-card h3,
  .team-section .team-card-lead h3 {
    margin-top: 8px;
    font-size: clamp(0.92rem, 4.2vw, 1.28rem);
  }

  .team-section .team-card p,
  .team-section .team-card-lead p {
    margin-top: 3px;
    font-size: clamp(0.62rem, 2.7vw, 0.78rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-heading-letter {
    opacity: 1;
    transform: none;
  }

  .team-drop-heading.is-visible .team-heading-letter {
    animation: none;
  }
}

/* Compact mobile team and footer */
@media (max-width: 640px) {
  .team-section {
    display: grid;
    align-items: center;
    min-height: 100svh;
    padding: 58px 18px 22px;
  }

  .team-section .team-drop-heading {
    top: 3.5%;
    padding-inline: 10px;
    font-size: clamp(2rem, 9.4vw, 3.2rem);
    letter-spacing: -0.045em;
  }

  .team-heading-space {
    width: clamp(0.48rem, 2.8vw, 0.9rem);
  }

  .team-section .team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    align-items: end;
    gap: 7px 12px;
    width: min(100%, 440px);
    max-width: 100%;
    height: auto;
    transform: translateY(clamp(16px, 3vh, 28px));
  }

  .team-section .team-card,
  .team-section .team-card:nth-child(n),
  .team-section .team-grid .team-card-lead,
  .team-section .team-grid .team-card-side {
    order: initial;
    min-width: 0;
    width: 100%;
  }

  .team-section .team-grid .team-card-side {
    --team-photo-height: clamp(122px, 17vh, 164px);
  }

  .team-section .team-grid .team-card-lead {
    --team-photo-height: clamp(170px, 24vh, 220px);
  }

  .team-section .team-card:nth-child(3) { grid-column: 1; grid-row: 1; }
  .team-section .team-card:nth-child(4) { grid-column: 2; grid-row: 1; }
  .team-section .team-card:nth-child(1) { grid-column: 1; grid-row: 2; }
  .team-section .team-card:nth-child(2) { grid-column: 2; grid-row: 2; }
  .team-section .team-card:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
    margin-top: 22px;
  }
  .team-section .team-card:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
    margin-top: 22px;
  }

  .team-section .team-card::before {
    top: calc(var(--team-photo-height) - 20px);
    width: 92%;
    height: 36px;
    filter: blur(6px);
  }

  .team-section .team-card h3,
  .team-section .team-card-lead h3 {
    margin-top: 6px;
    font-size: clamp(0.72rem, 3.1vw, 0.94rem);
    line-height: 1.05;
    white-space: normal;
  }

  .team-section .team-card p,
  .team-section .team-card-lead p {
    margin-top: 2px;
    font-size: clamp(0.52rem, 2.1vw, 0.68rem);
    line-height: 1.08;
    white-space: normal;
  }

  .site-footer {
    min-height: 0;
    padding: 26px 14px 12px;
  }

  .footer-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 10px;
    width: 100%;
  }

  .footer-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    gap: 14px;
  }

  .footer-brand img {
    width: 88px;
  }

  .footer-brand p {
    max-width: none;
    margin: 0;
    font-size: 0.61rem;
    line-height: 1.35;
  }

  .footer-column {
    min-width: 0;
    gap: 7px;
  }

  .footer-column h2 {
    margin-bottom: 3px;
    font-size: clamp(0.9rem, 4.3vw, 1.12rem);
  }

  .footer-column a {
    font-size: clamp(0.52rem, 2.35vw, 0.66rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .footer-contact-trigger.contact-trigger {
    min-height: 26px;
    margin-top: 2px;
    padding: 0 7px;
    font-size: 0.54rem;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding-top: 10px;
    font-size: 0.54rem;
  }

  .whatsapp-float {
    right: 10px;
    bottom: 12px;
    width: 52px;
  }
}

/* Updated Shaunco Events logo sizing */
.hero .topbar-logo-link .site-logo {
  width: clamp(184px, 13vw, 252px);
  filter: none;
}

@media (max-width: 640px) {
  .hero .topbar-logo-link .site-logo {
    width: 150px;
  }
}

/* Service navigation polish and brighter brand mark */
.site-logo,
.footer-brand img {
  filter:
    brightness(1.02)
    saturate(1.06)
    contrast(1.18)
    drop-shadow(0 1px 0 rgba(38, 55, 12, 0.72))
    drop-shadow(0 0 3px rgba(112, 155, 30, 0.22));
  transition:
    width 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.hero .topbar-logo-link {
  transform: translateY(3px);
}

.hero .topbar-logo-link .site-logo {
  filter:
    brightness(1.02)
    saturate(1.06)
    contrast(1.18)
    drop-shadow(0 1px 0 rgba(38, 55, 12, 0.72))
    drop-shadow(0 0 3px rgba(112, 155, 30, 0.22));
}

.compact-topbar-active .topbar,
.work-in-view .topbar {
  background: rgba(13, 13, 13, 0.95);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.compact-topbar-active .topbar-logo-link .site-logo,
.work-in-view .topbar-logo-link .site-logo {
  width: clamp(132px, 8.6vw, 154px);
}

.desktop-home-arrow {
  display: none;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2100;
  height: clamp(74px, 8vh, 92px);
  background: rgba(13, 13, 13, 0.97);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.persistent-header-active::before {
  opacity: 1;
}

.persistent-header-logo {
  position: fixed;
  top: 5px;
  left: clamp(28px, 3.8vw, 70px);
  z-index: 2200;
  display: flex;
  align-items: center;
  height: clamp(64px, 7vh, 80px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px);
  transition:
    opacity 300ms ease 80ms,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1) 60ms,
    visibility 0s linear 420ms;
}

.persistent-header-logo img {
  display: block;
  width: clamp(132px, 8.6vw, 154px);
  height: auto;
  filter:
    brightness(1.02)
    saturate(1.06)
    contrast(1.18)
    drop-shadow(0 1px 0 rgba(38, 55, 12, 0.72));
}

.persistent-header-active .persistent-header-logo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 80ms, 60ms, 0s;
}

.persistent-contact-trigger {
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px);
  transition:
    opacity 280ms ease 110ms,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1) 80ms,
    visibility 0s linear 420ms,
    box-shadow 260ms ease,
    background-color 260ms ease;
}

.persistent-header-active .persistent-contact-trigger {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 110ms, 80ms, 0s, 0s, 0s;
}

@media (min-width: 1121px) {
  body.branding-body .branding-page::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    left: 51%;
    z-index: 2;
    height: clamp(80px, 8.2vh, 92px);
    border-radius: 16px;
    background: #111111;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
    pointer-events: none;
  }

  body.event-body .branding-page::after {
    left: 48%;
  }

  body.branding-body .service-page-nav {
    color: #ffffff;
  }

  body.branding-body .service-contact-link {
    border-color: #e26739;
    background: #e26739;
    color: #ffffff;
    box-shadow: 0 0 13px rgba(226, 103, 57, 0.54);
  }

  body.branding-body .service-page-nav {
    top: clamp(44px, 3vw, 56px);
  }

  body.branding-body:not(.event-body):not(.gifts-body):not(.transport-body) .service-page-nav,
  body.transport-body .service-page-nav {
    transform: translateX(18px);
  }

  body.branding-body .branding-logo-link {
    top: clamp(30px, 2.2vw, 40px);
    right: 42px;
  }

  body.branding-body .branding-logo-link .site-logo {
    width: clamp(132px, 8.2vw, 150px);
  }

  .branding-hero-heading {
    transform: translate(30px, -32px);
  }

  .branding-page > .desktop-home-arrow {
    position: absolute;
    top: clamp(24px, 3vh, 38px);
    left: 4px;
    z-index: 12;
    display: grid;
    place-items: center;
    width: 56px;
    height: 64px;
    margin: 0;
    padding: 0;
    color: #191817;
    font: 400 4rem/1 Georgia, "Times New Roman", serif;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-1px);
    transition: color 180ms ease, transform 180ms ease;
  }

  .branding-page > .desktop-home-arrow:hover,
  .branding-page > .desktop-home-arrow:focus-visible {
    color: #e26739;
    background: transparent;
    transform: translate(-3px, -1px);
  }

}

@media (max-width: 640px) {
  .hero .topbar-logo-link {
    transform: translateY(2px);
  }

  .branding-logo-link {
    z-index: 8;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 108px;
    height: 64px;
  }

  .team-marquee-track {
    word-spacing: 0.58rem;
  }

  .compact-topbar-active .topbar-logo-link .site-logo,
  .work-in-view .topbar-logo-link .site-logo {
    width: 106px;
  }

  .persistent-contact-trigger {
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 2200;
    display: inline-flex;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  body::before {
    height: 66px;
  }

  .persistent-header-logo {
    top: 5px;
    left: 10px;
    height: 56px;
  }

  .persistent-header-logo img {
    width: 106px;
  }

  .compact-topbar-active .persistent-contact-trigger,
  .work-in-view .persistent-contact-trigger,
  .persistent-header-active .persistent-contact-trigger {
    display: inline-flex;
  }

  .persistent-header-active .topbar {
    visibility: visible;
    opacity: 0 !important;
    pointer-events: none;
    background: transparent;
    box-shadow: none;
    transition: opacity 220ms ease;
  }

  body.branding-body .branding-page::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 62px;
    background: #111111;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
    pointer-events: none;
  }

  body.branding-body .service-page-nav {
    color: #ffffff;
  }

  body.branding-body .service-page-nav > a:not(.service-contact-link)::before {
    color: #ffffff;
  }

  body.branding-body .service-contact-link {
    border-color: #e26739;
    background: #e26739;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(226, 103, 57, 0.5);
  }

  body.branding-body .branding-packages {
    bottom: 44px;
    gap: 24px;
  }
}

/* Compact multilingual menu inspired by the client site's flag switcher. */
.language-switcher {
  position: fixed;
  top: 16px;
  right: clamp(174px, 14.5vw, 210px);
  z-index: 2300;
  color: #262422;
  font: 700 0.82rem/1 "Helvetica Neue", Arial, sans-serif;
  transition: top 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(226, 103, 57, 0.76);
  background: rgba(231, 225, 215, 0.94);
  color: inherit;
  box-shadow: 0 4px 15px rgba(20, 17, 14, 0.13);
  font: inherit;
  cursor: pointer;
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    color 320ms ease,
    box-shadow 320ms ease,
    transform 220ms ease;
}

.language-toggle:hover,
.language-toggle:focus-visible,
.language-switcher.is-open .language-toggle {
  box-shadow: 0 6px 20px rgba(226, 103, 57, 0.27);
  transform: translateY(-1px);
}

.language-current-flag,
.language-flag {
  font-size: 1.25rem;
  line-height: 1;
}

.language-current-code {
  margin-left: 7px;
}

.language-caret {
  margin-left: 5px;
  font-size: 1rem;
  transform: translateY(-2px);
}

.language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 184px;
  padding: 7px 0;
  border: 1px solid rgba(33, 30, 27, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(20, 17, 14, 0.2);
}

.language-menu[hidden] {
  display: none;
}

.language-option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  gap: 12px;
  padding: 7px 14px;
  border: 0;
  background: transparent;
  color: #2c2927;
  font: 600 0.95rem/1.15 "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.language-option:hover,
.language-option:focus-visible {
  background: #f2ede7;
  color: #c94f2b;
}

.language-switcher.translation-unavailable {
  display: none;
}

#google_translate_element {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.language-switcher-service {
  position: relative;
  top: auto;
  right: auto;
  z-index: 7;
  flex: 0 0 auto;
}

.language-switcher-service .language-toggle {
  min-width: 58px;
  min-height: 38px;
  border-color: #e26739;
  background: #e26739;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(226, 103, 57, 0.54);
  font-size: 0.76rem;
}

.language-switcher-service .language-menu {
  top: calc(100% + 14px);
}

/* Google adds a 40px status bar after translation. Keep the fixed landing-page
   switcher below that bar; service-page controls move with their header. */
body[style*="top: 40px"] > .language-switcher {
  top: 60px;
}

.compact-topbar-active > .language-switcher .language-toggle,
.work-in-view > .language-switcher .language-toggle,
.persistent-header-active > .language-switcher .language-toggle {
  border-color: #e26739;
  background: #e26739;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(226, 103, 57, 0.65);
}

.compact-topbar-active > .language-switcher,
.work-in-view > .language-switcher,
.persistent-header-active > .language-switcher {
  top: 20px;
}

body[style*="top: 40px"].compact-topbar-active > .language-switcher,
body[style*="top: 40px"].work-in-view > .language-switcher,
body[style*="top: 40px"].persistent-header-active > .language-switcher {
  top: 60px;
}

@media (min-width: 1121px) {
  body.branding-body .service-page-nav {
    gap: clamp(7px, 0.65vw, 11px);
    font-size: clamp(0.74rem, 0.78vw, 0.92rem);
  }

  body.branding-body .service-contact-link {
    margin-left: 0;
    padding-inline: 12px;
  }
}

@media (max-width: 640px) {
  .language-switcher {
    top: 14px;
    right: 112px;
  }

  .language-toggle {
    min-width: 58px;
    min-height: 38px;
    padding: 0 7px;
  }

  .language-current-flag {
    font-size: 1.05rem;
  }

  .language-current-code {
    margin-left: 5px;
    font-size: 0.68rem;
  }

  .language-caret {
    margin-left: 3px;
    font-size: 0.84rem;
  }

  .language-menu {
    width: 172px;
  }

  .language-option {
    min-height: 39px;
    padding: 6px 12px;
    font-size: 0.9rem;
  }

  .language-switcher-service {
    position: absolute;
    top: 66px;
    right: 8px;
  }

  .language-switcher-service .language-menu {
    top: calc(100% + 7px);
  }

  body[style*="top: 40px"] > .language-switcher {
    top: 54px;
  }
}
