/* =========================================================
   LOCAL FONTS
========================================================= */

/* CORMORANT GARAMOND — LATIN */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* CORMORANT GARAMOND — CYRILLIC */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-cyrillic-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-cyrillic-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-cyrillic-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* DM SANS — LATIN */

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   VARIABLES
========================================================= */

:root {
  --paper: #f7f4ed;
  --paper-warm: #eee8dc;
  --paper-green: #e9ebe4;
  --ink: #19272b;
  --text: #505550;
  --gold: #967d3d;
  --gold-dark: #80672d;
  --green: #102724;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1180px;
}


/* =========================================================
   RESET
========================================================= */

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 80px));
  margin-inline: auto;
}

.section {
  padding: 72px 0;
}


/* =========================================================
   GENERAL TYPOGRAPHY
========================================================= */

.section-label,
.eyebrow {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-label {
  margin-bottom: 12px;
}

.section h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 3.3vw, 52px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #1c201e;
}

.section-intro {
  margin-top: 9px;
  max-width: 850px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}


/* =========================================================
   BUTTON
========================================================= */

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: var(--gold);
  color: white;
  text-decoration: none;
  transition:
    background .25s ease,
    transform .25s ease;
}

.gold-button:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
}


/* =========================================================
   TEXT LINK
========================================================= */

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 3px;
  color: #79632f;
  border-bottom: 1px solid rgba(121, 99, 47, .4);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .25s ease;
}

.text-link:hover {
  gap: 12px;
}


/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(248, 246, 239, .91) 0%,
      rgba(248, 246, 239, .72) 32%,
      rgba(248, 246, 239, .20) 57%,
      rgba(248, 246, 239, 0) 74%
    ),
    url("ukraine.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


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

.nav {
  position: relative;
  z-index: 20;
  height: 110px;
  display: flex;
  align-items: center;
}

.logo {
  display: block;
  flex-shrink: 0;
}

.logo img {
  width: 205px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: auto;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-right {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.nav-cta {
  min-height: 51px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  gap: 25px;
  background: var(--gold);
  color: white;
  font-size: 13px;
  text-decoration: none;
  transition: background .25s ease;
}

.nav-cta:hover {
  background: var(--gold-dark);
}

.linkedin {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.languages {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 12px;
}

.languages a {
  text-decoration: none;
}

.languages a:hover,
.languages .active {
  color: var(--gold);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.menu-button {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 1.5px;
  margin: 6px auto;
  background: var(--ink);
  transition: .25s ease;
}

.mobile-menu {
  display: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 650px;
  padding: 45px 0 80px;
  display: flex;
  align-items: center;
}

.hero-content {
  width: 690px;
  max-width: 65%;
}

.hero-name {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--ink);
}

.eyebrow {
  margin-bottom: 19px;
  color: #76653b;
}

.hero h1 {
  margin-bottom: 25px;
  font-family: var(--serif);
  font-size: clamp(59px, 4.5vw, 72px);
  line-height: .89;
  font-weight: 500;
  letter-spacing: -.035em;
}

.hero-description {
  width: 610px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.48;
  color: #37423f;
}

.hero-description p {
  margin-bottom: 13px;
}

.hero-description strong {
  font-weight: 600;
  color: var(--ink);
}

.hero-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-button {
  min-width: 295px;
  min-height: 55px;
  padding: 0 20px;
  font-size: 14px;
}

.hero-text-link {
  white-space: nowrap;
}


/* =========================================================
   ABOUT
========================================================= */

.about {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.65fr)
    minmax(300px, .8fr);
  gap: 75px;
}

.about-content {
  max-width: 690px;
}

.about-content h2 {
  margin-bottom: 21px;
}

.about-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}


/* =========================================================
   QUOTE
========================================================= */

.quote-card {
  min-height: 365px;
  padding: 42px;
  background: rgba(255, 255, 255, .52);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-mark {
  height: 50px;
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: .8;
  color: var(--gold);
}

.quote-card blockquote {
  max-width: 290px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.15;
}

.quote-author {
  position: relative;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.quote-author::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 58px;
  height: 1px;
  background: var(--gold);
}

.quote-author strong {
  font-size: 12px;
  letter-spacing: .14em;
}

.quote-author span {
  font-size: 12px;
  color: var(--text);
}


/* =========================================================
   SERVICES / AREAS OF EXPERTISE
========================================================= */

.services {
  background: var(--paper-warm);
}

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

.service-card {
  padding: 28px;
  background: rgba(255, 255, 255, .65);
  display: flex;
  flex-direction: column;
}

.service-heading {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.round-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: white;
  font-size: 25px;
}

.service-heading h3 {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: .95;
  font-weight: 500;
}

.service-heading p {
  max-width: 370px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text);
}

.service-list {
  list-style: none;
  margin-bottom: 20px;
}

.service-list li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text);
}

.service-list li span {
  color: var(--gold);
  font-weight: 600;
}

.service-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #d4cdbd;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
}

.service-footer p + p {
  margin-top: 5px;
}

.service-footer strong {
  color: var(--ink);
}

.institutions {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #696b64;
}

.institutions strong {
  color: var(--ink);
}


/* =========================================================
   WORKING TOGETHER
========================================================= */

.engagements {
  background: #f8f5ee;
}

.working-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.working-card {
  min-height: 190px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, .55);
  border-top: 1px solid rgba(150, 125, 61, .35);
}

.working-number {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
}

.working-card h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.working-card p {
  font-size: 13px;
  line-height: 1.45;
  color: var(--text);
}


/* =========================================================
   BRIEFINGS
========================================================= */

.briefings {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #d8d1c3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: end;
}

.briefings .section-label {
  margin-bottom: 9px;
}

.briefings h3 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.briefings-content p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}


/* =========================================================
   PROCESS / MY APPROACH
========================================================= */

.process {
  background: var(--paper-green);
}

.process-grid {
  margin-top: 29px;
  display: grid;
  grid-template-columns:
    1fr 45px
    1fr 45px
    1fr 45px
    1fr;
  align-items: start;
}

.process-step {
  text-align: center;
}

.process-number {
  width: 48px;
  height: 48px;
  margin: 0 auto 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: white;
  font-size: 13px;
  font-weight: 600;
}

.process-step h3 {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: .13em;
}

.process-step p {
  font-size: 13px;
  line-height: 1.4;
  color: var(--text);
}

.process-arrow {
  padding-top: 10px;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 27px;
  color: var(--gold);
}


/* =========================================================
   EXPERIENCE
========================================================= */

.experience {
  background: #f8f5ee;
}

.experience-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.experience-header > div {
  max-width: 850px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}


/* =========================================================
   EXPERIENCE CARD
========================================================= */

.experience-card {
  position: relative;
  height: 190px;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  background: #17211e;
}

.experience-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform .6s cubic-bezier(.22, 1, .36, 1),
    filter .4s ease;
}

.experience-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(10, 16, 14, .88) 0%,
      rgba(10, 16, 14, .45) 35%,
      rgba(10, 16, 14, .03) 70%
    );
  transition: background .4s ease;
}

.experience-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
}

.experience-content h3 {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  transition: transform .4s ease;
}

.experience-details {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition:
    max-height .5s cubic-bezier(.22, 1, .36, 1),
    margin-top .4s ease,
    opacity .3s ease,
    transform .4s ease;
}

.experience-details ul {
  padding-left: 13px;
}

.experience-details li {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, .9);
}

.experience-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #777970;
}


/* =========================================================
   EXPERIENCE HOVER
========================================================= */

.experience-card:hover img {
  transform: scale(1.07);
  filter: brightness(.53);
}

.experience-card:hover .experience-overlay {
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 12, .98) 0%,
      rgba(8, 14, 12, .83) 58%,
      rgba(8, 14, 12, .30) 100%
    );
}

.experience-card:hover .experience-content h3 {
  transform: translateY(-2px);
}

.experience-card:hover .experience-details {
  max-height: 110px;
  margin-top: 9px;
  opacity: 1;
  transform: translateY(0);
}


/* =========================================================
   CONTACT
========================================================= */

.contact {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(320px, .9fr);
  gap: 90px;
  align-items: center;
}

.contact-intro {
  max-width: 650px;
}

.contact-intro h2 {
  margin-bottom: 18px;
}

.contact-intro > p:not(.section-label) {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}

.contact-button {
  min-width: 295px;
  min-height: 55px;
  padding: 0 20px;
  font-size: 14px;
}

.contact-details {
  position: relative;
  padding-left: 40px;
  border-left: 1px solid #d6cfc0;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--gold);
}

.contact-item a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(80, 85, 80, .35);
  transition:
    color .25s ease,
    border-color .25s ease;
}

.contact-item a:hover {
  color: var(--gold-dark);
  border-color: var(--gold);
}

.contact-signature {
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid #d6cfc0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-signature strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
}

.contact-signature span {
  max-width: 360px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text);
}


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

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

.footer-inner {
  min-height: 105px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 45px;
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.footer-brand strong {
  font-size: 16px;
  font-weight: 500;
}

.footer-brand span {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: .28em;
  color: rgba(255, 255, 255, .72);
}

.footer-nav {
  display: flex;
  gap: 27px;
}

.footer-nav a {
  font-size: 11px;
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
}

.footer-nav a:hover {
  color: white;
}

.footer-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 21px;
}

.footer-linkedin {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: var(--green);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.footer-line {
  width: 1px;
  height: 43px;
  background: rgba(151, 126, 62, .5);
}

.footer-right p {
  font-size: 10px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1250px) {

  .container {
    width: calc(100% - 60px);
  }

  .logo img {
    width: 185px;
  }

  .nav-links {
    gap: 22px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .nav-right {
    margin-left: 25px;
  }

  .hero h1 {
    font-size: 60px;
  }

  .working-card {
    padding-left: 17px;
    padding-right: 17px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .section {
    padding: 62px 0;
  }

  .nav {
    height: 90px;
  }

  .nav-links,
  .nav-right {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .mobile-menu {
    position: absolute;
    z-index: 50;
    top: 90px;
    left: 30px;
    right: 30px;
    padding: 25px;
    background: rgba(247, 244, 237, .98);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    flex-direction: column;
    gap: 17px;
  }

  .mobile-menu.active {
    display: flex;
  }

  .mobile-menu a {
    font-size: 16px;
    text-decoration: none;
  }

  .mobile-languages {
    display: flex;
    gap: 6px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }

  .hero {
    min-height: 700px;
    background-position: 58% center;
  }

  .hero-inner {
    min-height: 610px;
    align-items: center;
  }

  .hero-content {
    max-width: 70%;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .quote-card {
    max-width: 600px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

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

  .briefings {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .process-grid {
    grid-template-columns: 1fr 40px 1fr;
    row-gap: 35px;
  }

  .process-grid .process-arrow:nth-of-type(4) {
    display: none;
  }

  .experience-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .experience-card {
    height: 215px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contact-details {
    max-width: 600px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    padding: 27px 0;
  }

  .footer-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

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

  .section {
    padding: 52px 0;
  }

  .section h2 {
    font-size: 37px;
  }


  /* HERO */

  .hero {
    min-height: 100svh;
    background-position: 63% center;
    background-image:
      linear-gradient(
        to right,
        rgba(248, 246, 239, .97) 0%,
        rgba(248, 246, 239, .88) 62%,
        rgba(248, 246, 239, .40) 100%
      ),
      url("ukraine.jpeg");
  }

  .nav {
    height: 78px;
  }

  .logo img {
    width: 155px;
  }

  .mobile-menu {
    top: 78px;
  }

  .hero-inner {
    min-height: calc(100svh - 78px);
    padding: 45px 0 55px;
    align-items: flex-start;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-name {
    font-size: 10px;
  }

  .eyebrow {
    max-width: 300px;
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.5;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 53px);
    line-height: .91;
  }

  .hero h1 br {
    display: none;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-button {
    width: 100%;
    min-width: 0;

    font-size: 13px;
  }


  /* ABOUT */

  .about-content h2 br {
    display: none;
  }

  .about-content p {
    font-size: 15px;
  }

  .quote-card {
    min-height: 0;
    padding: 34px 28px;
  }

  .quote-card blockquote {
    font-size: 27px;
  }


  /* SERVICES */

  .service-card {
    padding: 22px;
  }

  .service-heading {
    grid-template-columns: 50px 1fr;
    gap: 13px;
  }

  .round-icon {
    width: 48px;
    height: 48px;
  }

  .service-heading h3 {
    font-size: 26px;
  }

  .service-list li {
    font-size: 14px;
  }


  /* WORKING TOGETHER */

  .working-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .working-card {
    min-height: 0;
  }

  .working-card h3 {
    font-size: 25px;
  }

  .working-card p {
    font-size: 14px;
  }


  /* BRIEFINGS */

  .briefings {
    margin-top: 32px;
    padding-top: 27px;
  }

  .briefings h3 {
    font-size: 29px;
  }

  .briefings h3 br {
    display: none;
  }

  .briefings-content p {
    font-size: 14px;
  }


  /* PROCESS */

  .process-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .process-step {
    width: 100%;
    padding-bottom: 18px;
  }

  .process-arrow {
    padding: 0;
    margin-bottom: 18px;
    font-size: 0;
  }

  .process-arrow::after {
    content: "↓";
    font-size: 23px;
    color: var(--gold);
  }

  .process-step p br {
    display: none;
  }


  /* EXPERIENCE */

  .experience-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    height: 250px;
  }

  .experience-content {
    padding: 18px;
  }

  .experience-content h3 {
    font-size: 18px;
  }

  .experience-details li {
    font-size: 12px;
  }


  /* CONTACT */

  .contact-grid {
    gap: 38px;
  }

  .contact-intro h2 br {
    display: none;
  }

  .contact-intro > p:not(.section-label) {
    font-size: 15px;
  }

  .contact-button {
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }

  .contact-details {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #d6cfc0;
    padding-top: 30px;
  }

  .contact-item a {
    font-size: 14px;
  }


  /* FOOTER */

  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    padding: 35px 0;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 13px 25px;
  }

  .footer-right {
    justify-self: auto;
    width: 100%;
  }

}


/* =========================================================
   TOUCH DEVICES
========================================================= */

@media (hover: none) {

  .experience-card img {
    filter: brightness(.65);
  }

  .experience-card .experience-overlay {
    background:
      linear-gradient(
        to top,
        rgba(8, 14, 12, .96) 0%,
        rgba(8, 14, 12, .65) 50%,
        rgba(8, 14, 12, .10) 100%
      );
  }

  .experience-details {
    max-height: 115px;
    margin-top: 9px;
    opacity: 1;
    transform: translateY(0);
  }

}


/* =========================================================
   LEGAL / IMPRESSUM
========================================================= */

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-header {
  border-bottom: 1px solid rgba(25, 39, 43, .12);
  background: var(--paper);
}

.legal-nav {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .25s ease;
}

.legal-back:hover {
  gap: 15px;
}


/* MAIN */

.legal-main {
  padding: 90px 0 110px;
}

.legal-content {
  width: 100%;
  max-width: 820px;
}

.legal-content h1 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 78px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.035em;
  color: var(--ink);
}

.legal-divider {
  width: 100%;
  height: 1px;
  margin: 40px 0 10px;
  background: rgba(25, 39, 43, .18);
}


/* ROWS */

.legal-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 35px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(25, 39, 43, .12);
}

.legal-item > span {
  color: var(--gold);

  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-item p {
  max-width: 520px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
}

.legal-item a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(150, 125, 61, .55);
  text-underline-offset: 3px;
  transition: color .2s ease;
}

.legal-item a:hover {
  color: var(--gold);
}

.legal-footer {
  margin-top: 0;
}


/* TABLET */

@media (max-width: 800px) {

  .legal-nav {
    min-height: 90px;
  }

  .legal-main {
    padding: 65px 0 80px;
  }

  .legal-item {
    grid-template-columns: 170px 1fr;
    gap: 25px;
  }
}


/* MOBILE */

@media (max-width: 600px) {

  .legal-nav {
    min-height: 78px;
  }

  .legal-nav .logo img {
    width: 145px;
  }

  .legal-back {
    font-size: 10px;
  }

  .legal-main {
    padding: 50px 0 70px;
  }

  .legal-content h1 {
    font-size: 49px;
  }

  .legal-divider {
    margin-top: 28px;
  }

  .legal-item {
    display: block;
    padding: 18px 0;
  }

  .legal-item > span {
    display: block;
    margin-bottom: 7px;
  }

  .legal-item p {
    font-size: 12.5px;
  }
}



/* =========================================================
   LEGAL PAGE — DATENSCHUTZ
========================================================= */

.legal-page {
  background: var(--paper);
  color: var(--ink);
}


/* HEADER */

.legal-header {
  background: var(--paper);
  border-bottom: 1px solid rgba(25, 39, 43, .11);
}

.legal-nav {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.legal-nav .logo img {
  width: 205px;
  height: auto;
}

.legal-home-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 39, 43, .25);
  transition:
    color .25s ease,
    border-color .25s ease,
    gap .25s ease;
}

.legal-home-link:hover {
  gap: 13px;
  color: var(--gold);
  border-color: var(--gold);
}


/* MAIN */

.legal-main {
  padding: 85px 0 95px;
}

.legal-container {
  max-width: 940px;
}


/* TITLE */

.legal-title {
  max-width: 780px;
  margin-bottom: 65px;
}

.legal-title .section-label {
  margin-bottom: 15px;
}

.legal-title h1 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(52px, 5.2vw, 74px);
  line-height: .93;
  font-weight: 500;
  letter-spacing: -.035em;
  color: var(--ink);
}

.legal-title > p:not(.section-label) {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
}


/* SECTIONS */

.legal-section {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr);
  gap: 30px;
  padding: 36px 0;
  border-top: 1px solid #d8d1c3;
}

.legal-number {
  padding-top: 7px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--gold);
}

.legal-content {
  max-width: 760px;
}

.legal-content h2 {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.015em;
  color: var(--ink);
}

.legal-content p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.68;
  color: var(--text);
}

.legal-content p:last-child {
  margin-bottom: 0;
}


/* LINKS */

.legal-content a {
  color: #79632f;
  text-decoration: none;
  border-bottom: 1px solid rgba(121, 99, 47, .38);
  transition:
    color .25s ease,
    border-color .25s ease;
}

.legal-content a:hover {
  color: var(--gold-dark);
  border-color: var(--gold-dark);
}


/* ADDRESS */

.legal-address {
  margin: 20px 0;
  padding-left: 18px;
  border-left: 2px solid rgba(150, 125, 61, .55);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
}

.legal-address strong {
  margin-bottom: 2px;
  font-weight: 600;
  color: var(--ink);
}


/* LIST */

.legal-content ul {
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.legal-content li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
}

.legal-content li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}


/* DATE */

.legal-date {
  margin-top: 22px;
  font-size: 13px !important;
  font-weight: 500;
  color: #777970 !important;
}


/* BOTTOM */

.legal-bottom {
  padding-top: 35px;
  border-top: 1px solid #d8d1c3;
}


/* =========================================================
   LEGAL PAGE — TABLET
========================================================= */

@media (max-width: 1000px) {

  .legal-nav {
    min-height: 90px;
  }

  .legal-nav .logo img {
    width: 185px;
  }

  .legal-main {
    padding: 70px 0 80px;
  }

  .legal-title {
    margin-bottom: 52px;
  }

}


/* =========================================================
   LEGAL PAGE — MOBILE
========================================================= */

@media (max-width: 650px) {

  .legal-nav {
    min-height: 78px;
    gap: 20px;
  }

  .legal-nav .logo img {
    width: 150px;
  }

  .legal-home-link {
    font-size: 11px;
  }

  .legal-main {
    padding: 52px 0 65px;
  }

  .legal-title {
    margin-bottom: 42px;
  }

  .legal-title h1 {
    font-size: 44px;
  }

  .legal-title > p:not(.section-label) {
    font-size: 15px;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 28px 0;
  }

  .legal-number {
    padding-top: 0;

    font-size: 10px;
  }

  .legal-content h2 {
    font-size: 27px;
  }

  .legal-content p,
  .legal-content li,
  .legal-address {
    font-size: 14px;
  }

  .legal-address {
    margin: 17px 0;
  }

  .legal-bottom {
    padding-top: 28px;
  }

}


/* =========================================================
   LEGAL PAGE — SMALL PHONE
========================================================= */

@media (max-width: 390px) {

  .legal-nav .logo img {
    width: 135px;
  }

  .legal-home-link {
    font-size: 0;
    border-bottom: 0;
  }

  .legal-home-link span {
    font-size: 20px;
  }

  .legal-title h1 {
    font-size: 39px;
  }

}