.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================
   FONT
========================= */

@font-face {
  font-family: 'GlacialIndifference';
  src: url('../fonts/GlacialIndifference-Regular.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TTDrugs';
  src: url('../fonts/TTDrugs-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TTDrugs-Light';
  src: url('../fonts/TTDrugs-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================
   BASE
========================= */

:root {
  --site-header-height: 70px;
  --wp-admin-bar-offset: 0px;
}

body.admin-bar {
  --wp-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-offset: 46px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
   color: #111111;
  font-family: 'Archivo', Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* =========================
   LEGAL HERO
========================= */

.legal-hero {
  position: relative;
  min-height: 38vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.legal-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.legal-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 48px 20px;
}

.legal-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.legal-hero__logo {
  width: min(260px, 50vw);
  height: auto;
  margin-bottom: 18px;
}

.legal-hero__title {
  margin: 0;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

/* keep content section separate from hero */
.default-page__section {
  background: #f3f3f3;
  padding: 56px 0 72px;
}

@media (max-width: 991px) {
  .legal-hero {
    min-height: 30vh;
  }

  .legal-hero__inner {
    padding: 40px 20px;
  }

  .legal-hero__logo {
    width: min(220px, 56vw);
    margin-bottom: 14px;
  }

  .default-page__section {
    padding: 40px 0 56px;
  }
}

@media (max-width: 640px) {
  .legal-hero {
    min-height: 24vh;
  }

  .legal-hero__inner {
    padding: 28px 16px;
  }

  .legal-hero__logo {
    width: min(170px, 62vw);
    margin-bottom: 12px;
  }

  .legal-hero__title {
    font-size: clamp(22px, 7vw, 34px);
  }

  .default-page__section {
    padding: 28px 0 40px;
  }
}
/* =========================
   DEFAULT PAGE / LEGAL PAGE
========================= */

.default-page {
  background: #f3f3f3;
  color: #111111;
  min-height: 70vh;
}

.default-page__container {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.default-page__article {
  width: 100%;
}

.default-page__title {
  margin: 0 0 28px;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}

.default-page__content {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #1c1c1c;
}

.default-page__content h2,
.default-page__content h3,
.default-page__content h4 {
  margin: 36px 0 14px;
  font-family: 'TTDrugs', Arial, sans-serif;
  line-height: 1.1;
  color: #000000;
}

.default-page__content h2 {
  font-size: clamp(26px, 3vw, 40px);
}

.default-page__content h3 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.default-page__content p {
  margin: 0 0 18px;
}

.default-page__content ul,
.default-page__content ol {
  margin: 0 0 20px 22px;
  padding: 0;
}

.default-page__content li {
  margin-bottom: 10px;
}

.default-page__content a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.default-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.default-page__content th,
.default-page__content td {
  border: 1px solid rgba(17, 17, 17, 0.12);
  padding: 12px 14px;
  text-align: left;
}

@media (max-width: 991px) {
  .default-page {
    padding: 56px 0;
  }

  .default-page__container {
    width: calc(100% - 36px);
  }

  .default-page__content {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  .default-page {
    padding: 40px 0;
  }

  .default-page__container {
    width: calc(100% - 24px);
  }

  .default-page__title {
    font-size: clamp(28px, 8vw, 42px);
    margin-bottom: 20px;
  }

  .default-page__content {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* =========================
   HEADER / NAVIGATION
========================= */

.site-header {
  position: relative;
  z-index: 100;
  background: #f3f3f3;
  border-bottom: none;
}

.site-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px 20px 18px;
}

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

.site-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
  margin: 0;
  padding: 0;
}

.site-nav__list a {
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #222222;
  transition: opacity 0.2s ease;
}

.site-nav__list a:hover,
.site-nav__list a:focus {
  opacity: 0.65;
}

/* =========================
   HERO
========================= */
.hero-section {
  position: relative;
  min-height: calc(100vh - 45px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}


.hero-section__inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 50px;
  box-sizing: border-box;
}

.hero-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(-55px);
}

.hero-section__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.hero-section__video-wrap,
.hero-section__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section__video:not(.is-playing) {
  opacity: 0;
}

.hero-section__video.is-playing {
  opacity: 1;
}

.hero-section__video::-webkit-media-controls {
  display: none !important;
}

.hero-section__video-wrap.is-hidden,
.hero-section__logo-wrap.is-hidden {
  display: none;
}

.hero-section__video {
  width: min(660px, 54vw);
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.hero-section__logo {
  width: min(780px, 60vw);
}

.hero-section__subtitle {
  color: #ffffff;
  margin: -12px 0 0;
  font-family: "GlacialIndifference", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  transform: translateY(0);
  transition: margin 0.9s ease, transform 0.9s ease, opacity 0.9s ease;
}

.hero-section.is-video-complete .hero-section__subtitle {
  margin: -50px 0 0;
  transform: translateY(-6px);
}
.hero-section__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
}

.hero-section__scroll-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #d8d8d8;
}

.hero-section__scroll-text {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-section__scroll-line {
  width: 2px;
  height: 52px;
  background: rgba(255, 255, 255, 0.857);
  display: block;
}

/* lock scroll while hero animation is required */
body.hero-scroll-locked {
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 1200px) {
  .site-nav__list {
    gap: 55px;
  }

  .hero-section__video,
  .hero-section__logo {
    width: min(620px, 60vw);
  }

  .hero-section__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    padding: 20px 20px;
  }

  .site-nav__list {
    gap: 28px;
    flex-wrap: wrap;
  }

  .site-nav__list a {
    font-size: 15px;
  }

  .hero-section {
    min-height: calc(100svh - 82px);
  }

  .hero-section__inner {
    min-height: calc(100svh - 82px);
    align-items: center;
    padding: 20px 20px 82px;
  }

  .hero-section__content {
    transform: translateY(-35px);
  }

  .hero-section__video,
  .hero-section__logo {
    width: min(520px, 72vw);
  }

  .hero-section__subtitle {
    margin-top: 10px;
    font-size: 20px;
  }

  .hero-section__scroll {
    bottom: 16px;
  }

  .hero-section__scroll-text {
    font-size: 16px;
  }

  .hero-section__scroll-line {
    height: 42px;
  }
}

@media (max-width: 640px) {
  .site-nav__list {
    gap: 18px 22px;
  }

  .site-nav__list a {
    font-size: 14px;
  }

  .hero-section__inner {
    padding: 18px 16px 70px;
  }

  .hero-section__content {
    transform: translateY(-20px);
  }

  .hero-section__video
  {
    width: min(520px, 90vw);
  }
   .hero-section__logo{
     width: min(640px, 90vw);
   }

  .hero-section__subtitle {
    font-size: 16px;
    margin-top: 8px;
  }

  .hero-section__scroll {
    bottom: 14px;
  }

  .hero-section__scroll-text {
    font-size: 14px;
  }

  .hero-section__scroll-line {
    height: 34px;
  }
}
/* =========================
   ABOUT SECTION
========================= */

.about-section {
  position: relative;
  min-height: calc(100vh - 70px);
  padding: 42px 0 34px;
  background-color: #f3f3f3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.about-section .container {
  width: min(1180px, calc(100% - 80px));
}

.about-section__small-title,
.expertise-section__small-title {
  margin: 0 0 16px;
  text-align: center;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(179, 178, 178, 0.9);
  position: relative;
  z-index: 5;
}

.about-section__inner {
  display: grid;
  grid-template-columns: minmax(420px, 540px) minmax(340px, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.about-section__media {
  position: relative;
  grid-column: 1;
  grid-row: 1 / -1;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 58px 0 0 20px;
}

/* shared image sizing */
.about-section__image-bg,
.about-section__image-wrap,
.about-section__image-placeholder {
  width: clamp(300px, 32vw, 450px);
  aspect-ratio: 1 / 1;
}

.about-section__image-bg {
  position: absolute;
  top: 20px;
  left: 120px;
  background: rgba(217, 217, 217, 0.72);
  z-index: 1;
}

.about-section__image-wrap,
.about-section__image-placeholder {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #d9d9d9;
  transform: translate(0, 40px);
}

.about-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-section__intro,
.about-section__body {
  position: relative;
  z-index: 4;
  max-width: 560px;
}

.about-section__intro {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.about-section__body {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  padding-top: 8px;
}

/* Title omitted in CMS: only copy in the right column */
.about-section__media + .about-section__body {
  grid-row: 1;
  align-self: center;
}

.about-section__title {
  margin: 0 0 18px;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  max-width: 560px;
  text-align: left !important;
}

.about-section__title-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
}

.about-section__title-line + .about-section__title-line {
  margin-top: 2px;
}

.about-section__title-bold {
  font-weight: 900;
}

.about-section__title-light {
  font-weight: 100;
}

.about-section__text {

  width: 100%;
  max-width: 520px;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.58;
  color: #1c1c1c;
  text-align: left;
  text-align: justify;
}

/* Desktop narrower */
@media (max-width: 1280px) {
  .about-section .container {
    width: min(1120px, calc(100% - 56px));
  }

  .about-section__inner {
    grid-template-columns: minmax(380px, 500px) minmax(320px, 1fr);
    column-gap: 12px;
  }
  .about-section__media {
    padding: 48px 0 0 12px;
    justify-content: flex-end;
  }

  .about-section__image-bg,
  .about-section__image-wrap,
  .about-section__image-placeholder {
    width: clamp(280px, 34vw, 450px);
  }

  .about-section__image-bg {
    left: 40px;
  }

  .about-section__image-wrap,
  .about-section__image-placeholder {
    transform: translate(0, 72px);
  }

  .about-section__title {
    font-size: clamp(42px, 4.5vw, 64px);
  }

  .about-section__text {
    font-size: 17px;
    line-height: 1.55;
  }
}

/* Tablet: title/text above image */
@media (max-width: 991px) {
  .about-section {
    min-height: auto;
    padding: 40px 0 48px;
    display: block;
    overflow: visible;
  }

  .about-section .container {
    width: min(900px, calc(100% - 40px));
  }

  .about-section__small-title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .about-section__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .about-section__intro {
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .about-section__body {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .about-section__media {
    order: 3;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 34px 0 0;
    justify-content: center;
  }

  .about-section__image-bg,
  .about-section__image-wrap,
  .about-section__image-placeholder {
    width: min(72vw, 520px);
    aspect-ratio: 1 / 1;
  }

  .about-section__image-bg {
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateX(34px);
  }

  .about-section__image-wrap,
  .about-section__image-placeholder {
    transform: translateX(-34px) translateY(34px);
  }

  .about-section__title {
    margin: 0 0 10px;
    max-width: 100%;
    font-size: clamp(42px, 8vw, 64px);
    text-align: left !important;
  }

  .about-section__title-line {
    justify-content: flex-start;
  }

  .about-section__text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
    text-align: left;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .about-section {
    min-height: auto;
    padding: 32px 0 40px;
  }

  .about-section .container {
    width: calc(100% - 24px);
    max-width: 100%;
    box-sizing: border-box;
  }

  .about-section__inner {
    gap: 14px;
  }

  .about-section__intro {
    padding: 0;
  }

  .about-section__body {
    padding: 0;
  }

  .about-section__media {
    max-width: 100%;
    padding: 22px 0 0;
  }

  .about-section__image-bg,
  .about-section__image-wrap,
  .about-section__image-placeholder {
    width: min(74vw, 280px);
    aspect-ratio: 1 / 1;
  }

  .about-section__image-bg {
    transform: translateX(-50%) translateX(20px);
  }

  .about-section__image-wrap,
  .about-section__image-placeholder {
    transform: translateX(-20px) translateY(20px);
  }

  .about-section__small-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .about-section__title {
    margin: 0 0 10px;
    font-size: clamp(28px, 8.4vw, 42px);
    line-height: 0.96;
    text-align: left !important;
  }

  .about-section__title-line {
    gap: 6px;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: flex-start;
    max-width: 100%;
    min-width: 0;
  }

  .about-section__text {
    font-size: 14px;
    line-height: 1.55;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left;
  }
}
/* =========================
   EXPERTISE SECTION
========================= */

/* When scrolled here, the theme header has moved off-screen, so use full viewport (not minus nav). */
.expertise-section {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--wp-admin-bar-offset));
  min-height: calc(100vh - var(--wp-admin-bar-offset));
  max-height: calc(100vh - var(--wp-admin-bar-offset));
  padding: 24px 0 20px;
  background-color: #f3f3f3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
}

@supports (height: 100svh) {
  .expertise-section {
    height: calc(100svh - var(--wp-admin-bar-offset));
    min-height: calc(100svh - var(--wp-admin-bar-offset));
    max-height: calc(100svh - var(--wp-admin-bar-offset));
  }
}

.expertise-section .container {
  width: min(1180px, calc(100% - 80px));
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.expertise-section__small-title {
  margin: 0 0 16px;
  text-align: center;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(179, 178, 178, 0.9);
}

.expertise-section__title {
  margin: 0 0 12px;
  text-align: center;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(34px, 3.4vw, 64px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #000000;
}

.expertise-tabs {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.expertise-tabs__nav {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 0;
  flex-shrink: 0;
}

.expertise-tabs__button {
  appearance: none;
  border: 1px solid #bdbdbd;
  border-bottom: none;
  background: #f3f3f3;
  padding: 12px 24px;
  min-height: 42px;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #8d8d8d;
  cursor: pointer;
  transition: all 0.2s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  white-space: nowrap;
}

.expertise-tabs__button.is-active {
  background: #b3b2b2;
  color: #ffffff;
}

.expertise-tabs__panels {
  border-top: 1px solid #bdbdbd;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.expertise-tabs__panel {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.expertise-tabs__panel[hidden] {
  display: none !important;
}

.expertise-tabs__content {
  display: grid;
  grid-template-columns: 46% 54%;
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.expertise-tabs__text-box {
  background: #b3b2b2;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;  
  text-align: center;   
  min-height: 0;
}

.expertise-tabs__content-title {
  margin: 0 0 35px;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(30px, 2.6vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #f8f5f5;
  max-width: 300px;
  text-align: center;
}

.expertise-tabs__content-text {
    max-width: 400px;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #dcdada;
    line-height: 1.4;
    text-align: center;
}

.expertise-tabs__media {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.expertise-tabs__image-shadow {
  display: none;
}

.expertise-tabs__image-wrap,
.expertise-tabs__image-placeholder {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.expertise-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Slightly above center shows more of vertical scenes (e.g. doorways) than dead-center crop */
  object-position: center 35%;
  display: block;
}
.expertise-tabs__small-quote {
  margin-top: 18px;
  max-width: 320px;

  font-family: 'Archivo', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;

  color: rgba(255, 255, 255, 0.7);
  text-align: center;

  opacity: 0.85;
}

@media (max-width: 1200px) {
  .expertise-section .container {
    width: min(1180px, calc(100% - 40px));
  }

  .expertise-tabs__button {
    padding: 11px 18px;
    font-size: 11px;
  }

  .expertise-tabs__text-box {
    padding: 24px 24px 22px;
  }

  .expertise-tabs__content-title {
    font-size: clamp(24px, 2.3vw, 42px);
  }

  .expertise-tabs__content-text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .expertise-section {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 36px 0 42px;
  }

  .expertise-section .container {
    flex: none;
    min-height: 0;
    height: auto;
    display: block;
  }

  .expertise-tabs {
    display: block;
  }

  .expertise-tabs__nav {
    flex-wrap: wrap;
  }

  .expertise-tabs__button {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 12px 14px;
  }

  .expertise-tabs__panels {
    border-top: none;
  }

  .expertise-tabs__content {
    grid-template-columns: 1fr;
    height: auto;
  }

  .expertise-tabs__text-box {
    padding: 30px 22px;
  }

  .expertise-tabs__media {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .expertise-section .container {
    width: calc(100% - 24px);
  }

  .expertise-tabs__nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .expertise-tabs__content-text {
    font-size: 16px;
  }

  .expertise-tabs__button {
    width: 100%;
  }

  .expertise-tabs__media {
    height: 220px;
  }

  .expertise-tabs__text-box {
    padding: 24px 18px;
  }
}
/* =========================
   QUOTE SECTION
========================= */

.quote-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
}

.quote-section__top {
  display: flex;
  align-items: flex-start;
  padding: 90px 0 0;
}

.quote-section__content {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 0.85fr);
  align-items: start;
  gap: 40px;
}

.quote-section__left {
  display: flex;
  justify-content: flex-end;
}

.quote-section__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 118px;
  padding-left: clamp(30px, 6vw, 120px);
}

/* LEFT TEXT */
.quote-section__text {
  text-align: center;
  margin: 0;
  max-width: 500px;
  color: #000000;
}

.quote-section__text-strong {
  display: block;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(52px, 4.2vw, 82px);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.quote-section__text-light {
  font-weight: 100;
  display: block;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(44px, 3.7vw, 72px);
  line-height: 1;
  letter-spacing: 4px;
}

/* RIGHT TEXT */
.quote-section__right-text {
  font-weight: bold;
  text-align: left;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(36px, 2.1vw, 48px);
  line-height: 1.45;
  color: rgb(99,97,97,0.95);
}

.quote-section__right-text p {
  margin: 0 0 10px;
}

.quote-section__right-text p:last-child {
  margin-bottom: 12px;
}

/* BOTTOM IMAGE */
.quote-section__bottom {
  width: 100%;
  height: 32vh;
  min-height: 260px;
  margin-top: auto;
  overflow: hidden;
}

.quote-section__bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .quote-section__top {
    padding-top: 72px;
  }

  .quote-section__content {
    grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.9fr);
    gap: 28px;
  }

  .quote-section__right {
    padding-top: 96px;
  }

  .quote-section__text-strong {
    font-size: clamp(44px, 4vw, 64px);
  }

  .quote-section__text-light {
    font-size: clamp(36px, 3.3vw, 56px);
  }

  .quote-section__right-text {
    font-size: clamp(32px, 1.9vw, 38px);
  }
}

@media (max-width: 991px) {
  .quote-section {
    min-height: auto;
  }

  .quote-section__top {
    padding: 56px 0 0;
  }

  .quote-section__content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .quote-section__left {
    justify-content: center;
  }

  .quote-section__right {
    justify-content: center;
    padding-top: 0;
  }

  .quote-section__text {
    max-width: 100%;
    text-align: center;
  }

  .quote-section__text-strong {
    font-size: clamp(38px, 8vw, 56px);
  }

  .quote-section__text-light {
    font-size: clamp(30px, 7vw, 46px);
    line-height: 1;
  }

  .quote-section__right-text {
    text-align: center;
    font-size: clamp(22px, 4vw, 32px);
    line-height: 1.35;
  }

  .quote-section__bottom {
    height: 280px;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .quote-section__top {
    padding: 40px 0 0;
  }

  .quote-section__content {
    gap: 22px;
  }

  .quote-section__text-strong {
    font-size: 34px;
    margin-bottom: 6px;
  }

  .quote-section__text-light {
    font-size: 28px;
    line-height: 1.02;
  }

  .quote-section__right-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .quote-section__bottom {
    height: 220px;
    min-height: 220px;
  }
}


/* =========================
   PROJECTS SECTION
========================= */

.projects-section {
  position: relative;
  background: #ffffff;
  color: #111111;
  overflow: visible;
}

.projects-section .container {
  width: min(1240px, calc(100% - 80px));
}

.projects-section__intro {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 56px 0 40px;
  box-sizing: border-box;
  background: #ffffff;
}

.projects-section__intro .container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 96px);
}

.projects-section__small-title {
  margin: 0 0 16px;
  text-align: center;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(179, 178, 178, 0.92);
}

.projects-section__title {
  margin: 0;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(34px, 3.4vw, 64px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #000000;
}

.projects-section__title-light {
  font-weight: 300;
}

.projects-section__title-bold {
  font-weight: 900;
}

.projects-section__background-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(28px, 2.6vw, 56px);
  line-height: 1.05;
  color: rgba(17, 17, 17, 0.18);
  pointer-events: none;
}

.projects-section__intro-action {
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
}

.projects-section__gallery-link {
  display: inline-block;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(20px, 1.7vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.projects-section__cards {
  position: relative;
  z-index: 2;
  margin-top: -20vh;
  padding: 0 0 120px;
  background: transparent;
}
.project-card {
  margin-left: auto;
  margin-right: 0;
  justify-items: center;
  width: min(1150px, 100%);
  position: relative;
  background: transparent;
}
.project-card__title-bold {
   font-family: 'TTDrugs', Arial, sans-serif;
}

.project-card__title-light {
   font-family: 'TTDrugs-Light', Arial, sans-serif;
}

.project-card + .project-card {
  margin-top: 50vh;
}

/* .project-card:last-child {
  margin-bottom: -40vh;
} */

.project-card__inner {
  background: transparent;
  padding: 0;
}

/* Layout: palette | main image | side images
   title under main image */
.project-card__visuals {
  --project-gap: 14px;
  --project-main-h: min(400px, 32vw);

  display: grid;
  grid-template-columns: 70px minmax(0, 620px) 240px;
  grid-template-rows: calc((var(--project-main-h) - var(--project-gap)) / 2)
                      calc((var(--project-main-h) - var(--project-gap)) / 2)
                      auto;
  grid-template-areas:
    "palette main side"
    "palette main side"
    ".       title .";
  column-gap: 26px;
  row-gap: var(--project-gap);
  align-items: start;
}

.project-card__palette {
  grid-area: palette;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding-top: 8px;
}

.project-card__color {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}

.project-card__main-wrap {
  display: contents;
}

.project-card__main {
  grid-area: main;
  width: 100%;
  height: var(--project-main-h);
  overflow: hidden;
}

.project-card__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card__side {
  grid-area: side;
  display: grid;
  grid-template-rows: calc((var(--project-main-h) - var(--project-gap)) / 2)
                      calc((var(--project-main-h) - var(--project-gap)) / 2);
  gap: var(--project-gap);
  align-self: start;
}

.project-card__side-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-card__side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card__title {
  grid-area: title;
  margin: 8px 0 0;
  max-width: 500px;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(14px, 1.2vw, 24px);
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
}

/* Tablet */
@media (max-width: 991px) {
  .projects-section .container {
    width: calc(100% - 36px);
  }

  .projects-section__intro {
  position: sticky;
  top: 0;
  min-height: 100vh;
}

  .projects-section__intro .container {
     min-height: 80vh;
  }

  .projects-section__background-text {
    min-height: 32vh;
  }

  .projects-section__cards {
    margin-top: 0;
    padding-bottom: 80px;
  }
   .project-card {
    margin-left: auto;
    margin-right: auto; /* center it */
  }

  .project-card + .project-card {
    margin-top: 56vh;
  }

  .project-card__visuals {
    --project-gap: 12px;
    --project-main-h: min(360px, 44vw);

    grid-template-columns: 52px minmax(0, 1fr) 180px;
    grid-template-rows: calc((var(--project-main-h) - var(--project-gap)) / 2)
                        calc((var(--project-main-h) - var(--project-gap)) / 2)
                        auto;
    column-gap: 16px;
    row-gap: var(--project-gap);
  }
    .project-card__main {
    height: var(--project-main-h);
  }

  .project-card__palette {
    gap: 12px;
    padding-top: 4px;
  }

  .project-card__color {
    width: 34px;
    height: 34px;
  }
  .project-card__side {
    grid-template-rows: calc((var(--project-main-h) - var(--project-gap)) / 2)
                        calc((var(--project-main-h) - var(--project-gap)) / 2);
    gap: var(--project-gap);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .projects-section .container {
    width: calc(100% - 24px);
  }

  .projects-section__intro {
    position: sticky;
    top: 0;
    min-height: 100svh;
    padding: 12px 0 18px;
    background: #ffffff;
  }

  .projects-section__intro .container {
    min-height: calc(100svh - 30px);
    display: flex;
    flex-direction: column;
  }

  .projects-section__small-title {
    font-size: 18px;
    margin: 0 0 8px;
  }

  .projects-section__title {
    font-size: clamp(34px, 12vw, 56px);
    line-height: 0.92;
    margin: 0;
  }

  .projects-section__background-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 0;
    font-size: clamp(20px, 8vw, 34px);
    line-height: 1.08;
    color: rgba(17, 17, 17, 0.14);
    text-align: center;
  }

  .projects-section__intro-action {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
  }

  .projects-section__gallery-link {
    font-size: 16px;
    text-underline-offset: 4px;
  }

  .projects-section__cards {
    position: relative;
    z-index: 2;
    margin-top: -34vh;
    padding: 0 0 44px;
  }

  .project-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .project-card + .project-card {
      margin-top: clamp(60vh, 8vw, 90px);
  }

  .project-card__inner {
    padding: 0;
  }

  .project-card__visuals {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    grid-template-areas:
      "main"
      "title"
      "side"
      "palette" !important;
    row-gap: 12px !important;
    column-gap: 0 !important;
    align-items: start;
  }

  .project-card__main-wrap {
    display: block !important;
    grid-area: main;
  }

  .project-card__main {
    grid-area: main;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  .project-card__main img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1.42 / 1;
    object-fit: cover;
    display: block;
  }

  .project-card__title {
    grid-area: title;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-align: left;
    position: static !important;
    transform: none !important;
  }

  .project-card__side {
    grid-area: side;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none !important;
    gap: 8px;
    align-self: stretch;
    margin: 0 !important;
  }

  .project-card__side-image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .project-card__side-image img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    display: block;
  }

  .project-card__palette {
    grid-area: palette;
    display: flex !important;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .project-card__color {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
  }
}

/* =========================
   SHARED SECTION HEADING SYSTEM
   Added as final override block so it safely normalizes
   all section small titles and section titles.
========================= */

:root {
  --section-small-title-size-desktop: 24px;
  --section-small-title-size-tablet: 22px;
  --section-small-title-size-mobile: 18px;

  --section-small-title-gap-desktop: 16px;
  --section-small-title-gap-tablet: 14px;
  --section-small-title-gap-mobile: 8px;

  --section-title-size-desktop: clamp(34px, 3.4vw, 64px);
  --section-title-size-tablet: clamp(34px, 6vw, 56px);
  --section-title-size-mobile: clamp(24px, 9vw, 56px);

  --section-title-line-height-desktop: 1.5;
  --section-title-line-height-mobile: 1.5;

  --section-pad-top-desktop: 24px;
  --section-pad-bottom-desktop: 20px;
  --section-pad-top-tablet: 36px;
  --section-pad-bottom-tablet: 32px;
  --section-pad-top-mobile: 12px;
  --section-pad-bottom-mobile: 18px;
}

/* Shared small title styles */
.about-section__small-title,
.expertise-section__small-title,
.projects-section__small-title {
  margin: 0 0 var(--section-small-title-gap-desktop) !important;
  font-family: 'TTDrugs', Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: var(--section-small-title-size-desktop) !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(179, 178, 178, 0.9) !important;
  position: relative;
  z-index: 5;
}

/* Shared section title styles */
.about-section__title{
  margin: 0 !important;
  font-family: 'TTDrugs', Arial, sans-serif !important;
  font-size: var(--section-title-size-desktop) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}
.expertise-section__title,
.projects-section__title {
  margin: 0 !important;
  font-family: 'TTDrugs', Arial, sans-serif !important;
  font-size: var(--section-title-size-desktop) !important;
  line-height: var(--section-title-line-height-desktop) !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}

/* Alignment overrides */
.about-section__small-title,
.about-section__title,
.expertise-section__small-title,
.expertise-section__title {
  text-align: center !important;
}
.about-section__title {
  text-align: left !important;
}

.projects-section__small-title {
  text-align: center !important;
}

.projects-section__title {
  text-align: left !important;
}

/* Match Expertise + Projects section top/bottom rhythm */
.expertise-section {
  padding: var(--section-pad-top-desktop) 0 var(--section-pad-bottom-desktop) !important;
}

.projects-section__intro {
  padding: var(--section-pad-top-desktop) 0 var(--section-pad-bottom-desktop) !important;
}

@media (max-width: 991px) {
  .about-section__small-title,
  .expertise-section__small-title,
  .projects-section__small-title {
    margin-bottom: var(--section-small-title-gap-tablet) !important;
    font-size: var(--section-small-title-size-tablet) !important;
  }

  .about-section__title,
  .expertise-section__title,
  .projects-section__title {
    font-size: var(--section-title-size-tablet) !important;
  }

  .projects-section__title {
    text-align: left !important;
  }

  .expertise-section {
    padding: var(--section-pad-top-tablet) 0 var(--section-pad-bottom-tablet) !important;
  }

  .projects-section__intro {
    padding: var(--section-pad-top-tablet) 0 var(--section-pad-bottom-tablet) !important;
  }
}

@media (max-width: 640px) {
  .about-section__small-title,
  .expertise-section__small-title,
  .projects-section__small-title {
    margin-bottom: var(--section-small-title-gap-mobile) !important;
    font-size: var(--section-small-title-size-mobile) !important;
  }

  .about-section__title,
  .expertise-section__title,
  .projects-section__title {
    font-size: var(--section-title-size-mobile) !important;
    line-height: var(--section-title-line-height-mobile) !important;
  }

  .projects-section__title {
    text-align: left !important;
  }

  .expertise-section {
    padding: var(--section-pad-top-mobile) 0 var(--section-pad-bottom-mobile) !important;
  }

  .projects-section__intro {
    padding: var(--section-pad-top-mobile) 0 var(--section-pad-bottom-mobile) !important;
  }
}
/* =========================
   PROJECTS SCROLL INDICATOR
========================= */

.projects-section__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}

.projects-section__scroll-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(179, 178, 178, 0.5);;
}

.projects-section__scroll-text {
  font-family: 'Archivo-Thin', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.projects-section__scroll-line {
  width: 1px;
  height: 55px;
 background: rgba(179, 178, 178, 0.5);
}

/* Mobile tweak */
@media (max-width: 640px) {
  .projects-section__scroll {
    bottom: 16px;
  }

  .projects-section__scroll-text {
    font-size: 13px;
  }

  .projects-section__scroll-line {
    height: 34px;
  }
}

/* =========================
   PROJECTS CLOSING SECTION
========================= */

.projects-closing-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--wp-admin-bar-offset));
  padding: 24px 0 20px;
  box-sizing: border-box;
}

@supports (height: 100svh) {
  .projects-closing-section {
    min-height: calc(100svh - var(--wp-admin-bar-offset));
  }
}

.projects-closing-section .container {
  width: min(1320px, calc(100% - 48px));
}

.projects-closing-section__top {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(20px, 2.4vw, 34px);
  margin-bottom: clamp(14px, 1.8vw, 24px);
}

.projects-closing-section__headline-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-closing-section__headline {
  margin: 0;
  max-width: 380px;
  text-align: center;
  color: #000000;
}

.projects-closing-section__headline-strong {
  display: block;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 4vw, 68px);
  line-height: 0.9;
  text-transform: uppercase;
}

.projects-closing-section__headline-light {
  font-weight: 100;
  display: block;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(30px, 3vw, 54px);
  line-height: 0.98;
  letter-spacing: 1px;
}

.projects-closing-section__main-image-wrap {
  width: 100%;
  overflow: hidden;
}

.projects-closing-section__main-image {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
  display: block;
}

.projects-closing-section__middle-text {
  margin: 0 auto clamp(14px, 1.8vw, 24px);
  max-width: 1120px;
  text-align: center;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(16px, 1.45vw, 26px);
  line-height: 1.15;
  text-transform: uppercase;
  color: #111111;
}

.projects-closing-section__middle-text strong {
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 900;
}

.projects-closing-section__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 22px);
}

.projects-closing-section__gallery-item {
  overflow: hidden;
}

.projects-closing-section__gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
  display: block;
}

/* Laptop / tablet */
@media (max-width: 991px) {
  .projects-closing-section {
    min-height: auto;
    padding: 40px 0 34px;
    display: block;
  }

  .projects-closing-section .container {
    width: calc(100% - 32px);
  }

  .projects-closing-section__top {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  .projects-closing-section__headline {
    max-width: 100%;
  }

  .projects-closing-section__headline-strong {
    font-size: clamp(34px, 6vw, 54px);
  }

  .projects-closing-section__headline-light {
    font-size: clamp(26px, 4.8vw, 42px);
  }

  .projects-closing-section__main-image {
    aspect-ratio: 2.2 / 1;
  }

  .projects-closing-section__middle-text {
    max-width: 900px;
    margin: 0 auto 18px;
    font-size: clamp(15px, 2.2vw, 22px);
    line-height: 1.2;
  }

  .projects-closing-section__gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .projects-closing-section__gallery-item img {
    aspect-ratio: 1 / 0.9;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .projects-closing-section {
    padding: 26px 0 24px;
  }

  .projects-closing-section .container {
    width: calc(100% - 24px);
  }

  .projects-closing-section__top {
    gap: 14px;
    margin-bottom: 14px;
  }

  .projects-closing-section__main-image-wrap {
    order: 1;
  }

  .projects-closing-section__headline-wrap {
    order: 2;
  }

  .projects-closing-section__headline {
    max-width: 100%;
  }

  .projects-closing-section__headline-strong {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 0.92;
  }

  .projects-closing-section__headline-light {
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1;
    letter-spacing: 0.5px;
  }

  .projects-closing-section__middle-text {
    margin: 0 auto 14px;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.22;
  }

  .projects-closing-section__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .projects-closing-section__gallery-item img {
    aspect-ratio: 1 / 1;
  }
}
/* =========================
   PROCESS SECTION
========================= */

.process-section {
  position: relative;
  padding: 42px 0 56px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.process-section .container {
  position: relative;
  z-index: 1;
}

.process-section .container {
  width: min(1180px, calc(100% - 80px));
}

.process-section__small-title {
  margin: 0 0 16px;
  text-align: center;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(179, 178, 178, 0.9);
}

.process-section__title {
  margin: 0 0 52px;
  text-align: center;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(38px, 4vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #000000;
}

.process-section__title-light {
  font-weight: 300;
}

.process-section__title-bold {
  font-weight: 900;
}

.process-timeline {
  --process-line-x: 36px;
  --process-marker-size: 26px;

  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 60px;
}

/* animated line */
.process-timeline__line {
  position: absolute;
  left: var(--process-line-x);
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #111111;
  transform-origin: top;
  transform: scaleY(var(--process-line-progress, 0));
  transition: transform 0.12s linear;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 34px;
  align-items: start;
}

.process-step + .process-step {
  margin-top: 54px;
}

.process-step__marker-wrap {
  position: relative;
  width: 72px;
  height: var(--process-marker-size);
}

.process-step__marker {
  position: absolute;
  left: calc(var(--process-line-x) - (var(--process-marker-size) / 2));
  top: 0;
  width: var(--process-marker-size);
  height: var(--process-marker-size);
  border: 1px solid #111111;
  border-radius: 50%;
  background: #f3f3f3;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.45);
  transition: opacity 0.38s ease, transform 0.5s ease;
}

.process-step__content {
  min-width: 0;
}

.process-step__number,
.process-step__title,
.process-step__text {
  opacity: 0;
  transform: translateY(42px);
}

.process-step__number {
  margin: 0 0 10px;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: rgba(179, 178, 178, 1);
  transition: opacity 0.35s ease, transform 0.5s ease;
}

.process-step__title {
  margin: 0 0 14px;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(28px, 2.5vw, 46px);
  line-height: 1;
  text-transform: uppercase;
  color: #111111;
  transition: opacity 0.55s ease, transform 0.7s ease;
  transition-delay: 0.08s;
}

.process-step__text {
  max-width: 560px;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #4a4a4a;
  transition: opacity 0.65s ease, transform 0.8s ease;
  transition-delay: 0.16s;
}

.process-step.is-visible .process-step__marker {
  opacity: 1;
  transform: scale(1);
}

.process-step.is-visible .process-step__number,
.process-step.is-visible .process-step__title,
.process-step.is-visible .process-step__text {
  opacity: 1;
  transform: translateY(0);
}

/* tablet */
@media (max-width: 991px) {
  .process-section {
    padding: 40px 0 48px;
  }

  .process-section .container {
    width: calc(100% - 40px);
  }

  .process-section__small-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .process-section__title {
    margin-bottom: 40px;
    font-size: clamp(34px, 6vw, 56px);
  }

  .process-timeline {
    --process-line-x: 28px;
    --process-marker-size: 22px;
    max-width: 100%;
    padding-top: 60px;
  }

  .process-step {
    grid-template-columns: 56px 1fr;
    column-gap: 24px;
  }

  .process-step + .process-step {
    margin-top: 40px;
  }

  .process-step__marker-wrap {
    width: 56px;
    height: var(--process-marker-size);
  }

  .process-step__number {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .process-step__title {
    font-size: clamp(22px, 4vw, 34px);
    margin-bottom: 10px;
  }

  .process-step__text {
    font-size: 16px;
    max-width: 100%;
  }
}

/* mobile */
@media (max-width: 640px) {
  .process-section {
    padding: 32px 0 40px;
  }

  .process-section .container {
    width: calc(100% - 24px);
  }

  .process-section__small-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .process-section__title {
    margin-bottom: 28px;
    font-size: clamp(28px, 9vw, 44px);
  }

  .process-timeline {
    --process-line-x: 16px;
    --process-marker-size: 16px;
    padding-top: 60px;
  }

  .process-step {
    grid-template-columns: 28px 1fr;
    column-gap: 14px;
  }

  .process-step + .process-step {
    margin-top: 28px;
  }

  .process-step__marker-wrap {
    width: 28px;
    height: var(--process-marker-size);
  }

  .process-step__number {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .process-step__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .process-step__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* =========================
   CONTACT SECTION
========================= */

.contact-section {
  position: relative;
  background-color: #f3f3f3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-section .container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.contact-section__hero {
  position: relative;
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
}

.contact-section__hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-section__small-title {
  margin: 0 0 24px;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.contact-section__title {
  margin: 0;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(38px, 4.3vw, 70px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-section__title-light {
  font-weight: 300;
}

.contact-section__title-bold {
  font-weight: 900;
}

.contact-section__content-wrap {
  background: #f3f3f3;
  padding: 32px 0 42px;
}

.contact-section__content {
  display: grid;
  grid-template-columns: 360px minmax(0, 520px);
  justify-content: space-between;
  align-items: center;
  column-gap: 56px;
}

.contact-section__left {
      text-align: center;
  padding-top: 6px;
}

.contact-section__side-title {
  margin: 0 0 72px;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(28px, 2.8vw, 50px);
  line-height: 1;
  text-transform: uppercase;
  color: rgba(179, 178, 178, 0.95);
}

.contact-section__socials {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-section__social {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #111111;
  transition: opacity 0.2s ease;
}

.contact-section__social:hover,
.contact-section__social:focus {
  opacity: 0.68;
}

.contact-section__social-icon {
  width: 38px;
  height: 38px;
  color: rgba(179, 178, 178, 0.9);
  flex: 0 0 auto;
}

.contact-section__social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-section__social-name {
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(22px, 2vw, 36px);
  line-height: 1;
  text-transform: none;
  color: #111111;
}

.contact-section__right {
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

.contact-section__text {
  margin: 0 0 24px;
  max-width: 520px;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.38;
  color: #111111;
  text-align: center;
}

.contact-section__text p {
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 12px;
}

/* =========================
   WPFORMS
========================= */

.contact-section__form {
  width: 100%;
  max-width: 520px;
}

.contact-section__form .wpforms-container,
.contact-section__form .wpforms-container-full {
  margin: 0 !important;
}

.contact-section__form .wpforms-form {
  width: 100%;
}

.contact-section__form .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-section__form .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}

.contact-section__form .wpforms-field-label {
  margin: 0 0 6px !important;
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #666666 !important;
}

.contact-section__form .wpforms-required-label {
  color: #d85151 !important;
}

.contact-section__form .wpforms-field-sublabel,
.contact-section__form .wpforms-field-description {
  display: none !important;
}

.contact-section__form input[type="text"],
.contact-section__form input[type="email"],
.contact-section__form input[type="tel"],
.contact-section__form input[type="url"],
.contact-section__form input[type="number"],
.contact-section__form textarea,
.contact-section__form select {
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #5a5a5a !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 0 8px !important;
  min-height: 0 !important;
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  color: #111111 !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
}

.contact-section__form textarea {
  min-height: 90px !important;
  resize: vertical !important;
}

.contact-section__form input:focus,
.contact-section__form textarea:focus,
.contact-section__form select:focus {
  border-bottom-color: #111111 !important;
}

.contact-section__form input::placeholder,
.contact-section__form textarea::placeholder {
  color: #8e8e8e !important;
}

.contact-section__form .wpforms-submit-container {
  padding: 10px 0 0 !important;
  margin: 0 !important;
  text-align: center;
}

.contact-section__form button[type="submit"],
.contact-section__form .wpforms-submit {
  appearance: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-family: 'TTDrugs-Light', Arial, sans-serif !important;
  font-size: clamp(24px, 1.9vw, 38px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.contact-section__form button[type="submit"]:hover,
.contact-section__form .wpforms-submit:hover,
.contact-section__form button[type="submit"]:focus,
.contact-section__form .wpforms-submit:focus {
  background: transparent !important;
  color: #111111 !important;
  opacity: 0.7;
}

.contact-section__form .wpforms-error {
  font-size: 13px !important;
  margin-top: 6px !important;
}

.contact-section__form .wpforms-confirmation-container-full,
.contact-section__form .wpforms-confirmation-scroll {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 16px !important;
  color: #111111 !important;
}

.contact-section__form .wpforms-spinner {
  margin-top: 12px !important;
}

/* Desktop screens a bit shorter */
@media (max-height: 900px) and (min-width: 992px) {
  .contact-section__hero {
    min-height: 38vh;
  }

  .contact-section__content-wrap {
    padding: 26px 0 32px;
  }

  .contact-section__content {
    grid-template-columns: 330px minmax(0, 500px);
    column-gap: 44px;
  }

  .contact-section__side-title {
    margin: 46px 0px;
    font-size: clamp(24px, 2.2vw, 40px);
  }

  .contact-section__socials {
    align-items: center;
    gap: 16px;
  }

  .contact-section__social-name {
    font-size: clamp(18px, 1.6vw, 30px);
  }

  .contact-section__text {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.3;
  }

  .contact-section__form .wpforms-field-container {
    gap: 10px;
  }

  .contact-section__form .wpforms-field-label {
    font-size: 15px !important;
    margin-bottom: 4px !important;
  }

  .contact-section__form input[type="text"],
  .contact-section__form input[type="email"],
  .contact-section__form input[type="tel"],
  .contact-section__form input[type="url"],
  .contact-section__form input[type="number"],
  .contact-section__form textarea,
  .contact-section__form select {
    font-size: 15px !important;
    padding-bottom: 6px !important;
  }

  .contact-section__form textarea {
    min-height: 74px !important;
  }

  .contact-section__form button[type="submit"],
  .contact-section__form .wpforms-submit {
    font-size: 22px !important;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .contact-section .container {
    width: min(900px, calc(100% - 36px));
  }

  .contact-section__hero {
    min-height: 35vh;
  }

  .contact-section__content-wrap {
    padding: 28px 0 34px;
  }

  .contact-section__content {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .contact-section__left {
    align-items: center;
    padding-top: 0;
  }

  .contact-section__side-title {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .contact-section__social-name {
    font-size: 20px;
  }

  .contact-section__right,
  .contact-section__form,
  .contact-section__text {
    max-width: 100%;
    align-items: center;
  }

  .contact-section__text {
    margin-bottom: 18px;
    text-align: left;
    font-size: 16px;
    line-height: 1.35;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .contact-section .container {
    width: calc(100% - 24px);
  }

  .contact-section__hero {
    min-height: 30vh;
  }

  .contact-section__small-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .contact-section__title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .contact-section__content-wrap {
    padding: 22px 0 28px;
  }

  .contact-section__content {
    row-gap: 22px;
  }

  .contact-section__side-title {
    margin-bottom: 16px;
    font-size: 20px;
        text-align: center;
  }

  .contact-section__socials {
    align-items: center;
    gap: 14px;
  }

  .contact-section__social {
    justify-content: center;
    gap: 12px;
  }

  .contact-section__social-icon {
    width: 30px;
    height: 30px;
  }

  .contact-section__social-name {
    font-size: 17px;
  }

  .contact-section__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center; 
  }

  .contact-section__form .wpforms-field-label {
    font-size: 14px !important;
  }

  .contact-section__form input[type="text"],
  .contact-section__form input[type="email"],
  .contact-section__form input[type="tel"],
  .contact-section__form input[type="url"],
  .contact-section__form input[type="number"],
  .contact-section__form textarea,
  .contact-section__form select {
    font-size: 15px !important;
    padding-bottom: 6px !important;
  }

  .contact-section__form textarea {
    min-height: 70px !important;
  }

  .contact-section__form button[type="submit"],
  .contact-section__form .wpforms-submit {
    font-size: 18px !important;
    text-underline-offset: 4px !important;
  }
}


.projects-section__gallery-link {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.projects-modal[hidden] {
  display: none !important;
}

.projects-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.projects-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.projects-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 80px));
  max-height: calc(100vh - 80px);
  margin: 40px auto;
  background: #ffffff;
  overflow: auto;
  padding: 22px 22px 26px;
  box-sizing: border-box;
}

.projects-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: block;
  appearance: none;
  border: none;
  background: transparent;
  color: #111111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0 0 8px;
  z-index: 2;
}

.projects-modal__header {
  margin-bottom: 14px;
}

.projects-modal__title {
  margin: 0;
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1;
  text-transform: uppercase;
  color: #111111;
}

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

.projects-modal__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
}

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

@media (max-width: 991px) {
  .projects-modal__dialog {
    width: min(820px, calc(100% - 48px));
    max-height: calc(100vh - 48px);
    margin: 24px auto;
    padding: 18px 18px 22px;
  }

  .projects-modal__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .projects-modal__dialog {
    width: min(560px, calc(100% - 20px));
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 14px 14px 18px;
  }

  .projects-modal__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .projects-modal__close {
    font-size: 26px;
    padding-bottom: 6px;
  }

  .projects-modal__title {
    font-size: 20px;
  }
}


.projects-closing-section__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.projects-closing-section__gallery-link {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-family: 'TTDrugs-Light', Arial, sans-serif;
  font-size: clamp(12px, 1.5vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 6px;
}

@media (max-width: 640px) {
  .projects-closing-section__action {
    justify-content: center;
    margin-top: 18px;
  }

  .projects-closing-section__gallery-link {
    font-size: 16px;
    text-underline-offset: 4px;
  }
}


/* =========================
   FOOTER
========================= */

.site-footer {
  background: #ffffff;
  color: #111111;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
.site-footer {
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.5); 
  z-index: 0;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
}

.site-footer__inner {
  padding: 24px 0 24px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.site-footer__brand {
  display: flex;
  justify-content: center;
}

.site-footer__logo {
  max-width: 80px;
  width: 100%;
  height: auto;
}

.site-footer__brand-text {
  font-family: 'TTDrugs', Arial, sans-serif;
  font-size: clamp(28px, 2.8vw, 56px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #111111;
}

.site-footer__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__heading {
  margin: 0 0 8px;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
}

.site-footer__text,
.site-footer__link {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  text-decoration: none;
}

.site-footer__link:hover,
.site-footer__link:focus,
.site-footer__meta-link:hover,
.site-footer__meta-link:focus,
.site-footer__social:hover,
.site-footer__social:focus {
  opacity: 0.65;
}

.site-footer__bottom {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.site-footer__bottom-left {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.site-footer__meta,
.site-footer__meta-link,
.site-footer__social {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__meta {
  text-decoration: none;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .site-footer__column{
  place-items: center;
}
  .site-footer__inner {
    padding: 40px 0 24px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__info {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__bottom-left {
    gap: 16px 22px;
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    padding: 32px 0 22px;
  }

  .site-footer__logo {
    max-width: 80px;
    padding-left: 30px
  }

  .site-footer__heading {
    font-size: 16px;
  }

  .site-footer__text,
  .site-footer__link {
    font-size: 14px;
  }

  .site-footer__meta,
  .site-footer__meta-link,
  .site-footer__social {
    text-align: center;
    font-size: 10px;
  }

  .site-footer__bottom {
    margin-top: 0px;
    padding-top: 18px;
  }
  .site-footer__socials{
    display:none;
  }
  .site-footer__top {
    display: flex;
    align-items: center;
    gap: 80px;
  }

  .site-footer__brand {
    justify-content: flex-start;
    flex-shrink: 0;
  }

  .site-footer__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .site-footer__column {
    align-items: flex-start;
    text-align: left;
  }
}