:root {
  --ink: #17191b;
  --muted: #62666a;
  --paper: #f7f5f1;
  --soft: #ebe8e3;
  --bronze: #a46a43;
  --bronze-dark: #744328;
  --graphite: #34383c;
  --line: rgba(23, 25, 27, 0.14);
  --shadow: 0 22px 60px rgba(15, 16, 18, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 60px);
  color: white;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(247, 245, 241, 0.95);
  box-shadow: 0 12px 40px rgba(31, 44, 42, 0.08);
  backdrop-filter: blur(14px);
}

.header-actions {
  display: grid;
  gap: 8px;
}

.header-eyebrow {
  margin: 0;
  color: #d7a47d;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

.header-buttons {
  display: flex;
  gap: 8px;
}

.header-buttons .button {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.78rem;
}

.header-secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(10, 12, 14, 0.22);
}

.site-header.is-scrolled .header-eyebrow,
.site-header.is-open .header-eyebrow {
  color: var(--bronze-dark);
  text-shadow: none;
}

.site-header.is-scrolled .header-secondary,
.site-header.is-open .header-secondary {
  color: var(--ink);
  border-color: rgba(23, 25, 27, 0.28);
  background: transparent;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: 650;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.88);
}

.site-nav a {
  opacity: 0.86;
}

.site-nav a:hover {
  opacity: 1;
}

.language-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(10, 12, 14, 0.22);
}

.language-button {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.flag {
  display: block;
  width: 22px;
  height: 15px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.flag-uk {
  background:
    linear-gradient(27deg, transparent 43%, #fff 43%, #fff 50%, #c8102e 50%, #c8102e 56%, #fff 56%, #fff 63%, transparent 63%),
    linear-gradient(153deg, transparent 43%, #fff 43%, #fff 50%, #c8102e 50%, #c8102e 56%, #fff 56%, #fff 63%, transparent 63%),
    linear-gradient(90deg, transparent 39%, #fff 39%, #fff 45%, #c8102e 45%, #c8102e 55%, #fff 55%, #fff 61%, transparent 61%),
    linear-gradient(0deg, transparent 34%, #fff 34%, #fff 42%, #c8102e 42%, #c8102e 58%, #fff 58%, #fff 66%, transparent 66%),
    #012169;
}

.flag-ro {
  background: linear-gradient(90deg, #002b7f 0 33.333%, #fcd116 33.333% 66.666%, #ce1126 66.666% 100%);
}

.flag-de {
  background: linear-gradient(180deg, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
}

.language-button.is-active {
  color: white;
  background: var(--bronze);
}

.site-header.is-scrolled .site-nav,
.site-header.is-open .site-nav {
  text-shadow: none;
}

.site-header.is-scrolled .language-switcher,
.site-header.is-open .language-switcher {
  border-color: rgba(23, 25, 27, 0.18);
  background: rgba(23, 25, 27, 0.06);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 126px clamp(20px, 5vw, 76px) 34px;
  color: white;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 58% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 12, 14, 0.7) 0%, rgba(10, 12, 14, 0.48) 40%, rgba(10, 12, 14, 0.06) 72%),
    linear-gradient(0deg, rgba(10, 12, 14, 0.48) 0%, rgba(10, 12, 14, 0) 42%);
}

.hero-content {
  position: relative;
  max-width: 780px;
  padding-bottom: clamp(42px, 8vh, 96px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d7a47d;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.15rem, 8vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 640px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 20px;
  font-weight: 800;
  line-height: 1.1;
}

.button.primary {
  color: white;
  background: var(--bronze);
}

.button.primary:hover {
  background: var(--bronze-dark);
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.52);
}

.hero-proof {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(28px, 6vw, 110px);
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 1fr;
  width: min(250px, 24vw);
  gap: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.78);
}

.hero-proof span {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
}

.hero-proof span:last-child {
  border-bottom: 0;
}

.hero-proof strong {
  display: block;
  color: white;
  font-size: 1.05rem;
}

.brand-showcase {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: clamp(300px, 28vw, 410px);
  margin-top: 0;
  background: #040506;
}

.brand-showcase::before {
  content: "";
  display: none;
}

.brand-showcase-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 45%, rgba(164, 106, 67, 0.06), transparent 34%),
    linear-gradient(90deg, #040506 0%, #050608 54%, #040506 100%);
}

.brand-showcase-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-left: clamp(330px, 34vw, 520px);
  color: white;
}

.brand-showcase-copy h1 {
  max-width: 520px;
  font-size: clamp(2.1rem, 3.8vw, 3.8rem);
  line-height: 0.98;
}

.brand-showcase-copy p {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.45;
}

.section,
.section-band {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 76px);
}

.section-band {
  background: var(--soft);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-grid,
.split-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.intro p,
.section-heading p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 265px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 44, 42, 0.06);
}

.service-icon {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--bronze);
  font-size: 0.82rem;
  font-weight: 850;
}

.service-card p,
.steps p,
.impact-item span {
  margin: 0;
  color: var(--muted);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(31, 44, 42, 0.16);
}

.steps article h3 {
  grid-column: 2;
  margin: 0;
}

.steps article p {
  grid-column: 2;
  margin-top: -8px;
}

.steps article:last-child {
  border-bottom: 1px solid rgba(31, 44, 42, 0.16);
}

.steps span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font-weight: 800;
}

.capability-banner {
  padding: 0 clamp(20px, 5vw, 76px) clamp(72px, 10vw, 132px);
  background: var(--soft);
}

.capability-banner img {
  display: block;
  width: min(657px, 100%);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(164, 106, 67, 0.28);
  box-shadow: var(--shadow);
}

.leader {
  background: #fff;
}

.leader-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
}

.leader-portrait {
  overflow: hidden;
  width: min(390px, 100%);
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.leader-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader .section-heading h2 {
  font-size: clamp(2.2rem, 3.7vw, 3.6rem);
}

.leader .section-heading h2 + p {
  margin-top: 28px;
}

.leader .section-heading p + p {
  margin-top: 18px;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.capability-list li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 760;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.impact-item {
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-item strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.quote-band {
  padding: clamp(38px, 4.6vw, 64px) 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(164, 106, 67, 0.05), transparent 46%),
    #0b0d10;
}

.quote-gallery {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.quote-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  filter: saturate(1.04) contrast(1.04) brightness(1.01);
  mix-blend-mode: normal;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
}

.contact-brand-banner {
  max-width: 560px;
  margin: 0 auto;
  object-fit: contain;
}

.contact-banner {
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.message-section {
  background: #f8f8f7;
}

.message-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.message-heading h2 {
  color: #10151d;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.message-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.message-form {
  display: grid;
  gap: 24px;
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(23, 25, 27, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(15, 16, 18, 0.08);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.need-field {
  width: min(260px, 100%);
}

select {
  width: 100%;
  border: 1px solid rgba(31, 44, 42, 0.2);
  border-radius: 4px;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.message-submit {
  width: 100%;
  color: #10151d;
  background: #d4a373;
}

.message-submit:hover {
  color: white;
}

.privacy-consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--bronze);
  flex: 0 0 auto;
}

.privacy-section {
  padding: clamp(56px, 7vw, 92px) clamp(20px, 5vw, 76px);
  background: #fff;
}

.cookie-section {
  padding-top: clamp(42px, 5vw, 70px);
  background: var(--paper);
}

.privacy-panel {
  padding-top: 8px;
}

.privacy-panel h2 {
  max-width: 760px;
  margin-bottom: 34px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

.privacy-grid article {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.privacy-grid p {
  margin: 0;
  color: var(--muted);
}

.contact {
  background: #fff;
}

.contact-details {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
}

.contact-details div {
  display: grid;
  gap: 2px;
}

.contact-details dt {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  font-weight: 760;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(31, 44, 42, 0.2);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(164, 106, 67, 0.18);
  border-color: var(--bronze);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--bronze-dark);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.site-footer a {
  color: white;
  font-weight: 760;
}

@media (max-width: 980px) {
  .header-eyebrow {
    display: none;
  }

  .header-buttons .button {
    padding-inline: 11px;
  }

  .site-nav {
    gap: 18px;
  }

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

  .intro-grid,
  .split-grid,
  .contact-grid,
  .leader-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .header-actions {
    gap: 5px;
  }

  .header-eyebrow {
    font-size: 0.56rem;
  }

  .header-buttons .button {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.68rem;
  }

  .header-buttons .header-secondary {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(247, 245, 241, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .language-switcher {
    align-self: flex-start;
    margin: 10px 14px 8px;
    color: var(--ink);
  }

  .hero {
    min-height: 92vh;
    padding: 110px 20px 28px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 10, 12, 0.72), rgba(8, 10, 12, 0.26)),
      linear-gradient(0deg, rgba(8, 10, 12, 0.6), rgba(8, 10, 12, 0.05));
  }

  .hero-image {
    object-position: 67% center;
  }

  .hero-proof,
  .impact-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    position: absolute;
    top: 24px;
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
    gap: 9px;
    background: transparent;
  }

  .hero-proof span {
    padding: 0 0 7px;
  }

  .section,
  .section-band {
    padding: 68px 20px;
  }

  .quote-band {
    padding: 46px 20px;
  }

  .message-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .message-form {
    padding: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .privacy-grid article {
    min-height: 0;
  }

  .quote-gallery {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .quote-gallery img {
    width: 100%;
    height: auto;
  }

  .contact-brand-banner,
  .contact-banner {
    width: 100%;
  }

  .brand-showcase {
    min-height: 520px;
    margin-top: 0;
  }

  .brand-showcase::before {
    display: none;
  }

  .brand-showcase-copy {
    justify-content: flex-end;
    padding: 0 0 34px;
  }

  .brand-showcase-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }

  .brand-showcase-copy p {
    margin-top: 12px;
    font-size: 0.9rem;
  }

  .capability-banner {
    padding: 0 20px 68px;
  }

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

  .capability-list {
    grid-template-columns: 1fr;
  }

  .steps article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

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