@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-greek.woff2") format("woff2-variations");
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/cormorant-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/cormorant-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/cormorant-600.woff2") format("woff2");
}

:root {
  font-family: "Manrope Variable", Arial, sans-serif;
  color: #171817;
  background: #f6f2ea;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --paper: #f6f2ea;
  --paper-bright: #fcfaf5;
  --ink: #171817;
  --muted: #5b5b56;
  --teal: #0da8a3;
  --teal-dark: #067e7a;
  --line: rgba(23, 24, 23, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}

.site-shell { overflow: clip; }
.admin-bar .site-header { top: 32px; }
.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  min-height: 124px;
  display: grid;
  grid-template-columns: 340px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 4.5vw;
}
.custom-logo-link { display: flex; width: 310px; height: 108px; align-items: center; }
.custom-logo { display: block; width: auto; max-width: 310px; max-height: 96px; object-fit: contain; }
.brand {
  display: flex;
  width: 310px;
  height: 108px;
  align-items: center;
  gap: 13px;
}
.brand-lion {
  position: relative;
  width: 76px;
  height: 74px;
  flex: 0 0 76px;
  overflow: hidden;
}
.brand-lion img {
  position: absolute;
  width: 166px;
  height: 166px;
  object-fit: contain;
  top: -40px;
  left: -43px;
}
.brand-wording { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-wording strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.095em;
}
.brand-wording small { margin-top: 3px; font-size: 8px; font-weight: 700; letter-spacing: 0.025em; }
.main-nav { display: block; }
.main-nav .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.2vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav li { position: relative; margin: 0; }
.main-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--teal);
  transition: right 180ms ease;
}
.main-nav a:hover::after { right: 0; }
.main-nav .current-menu-item > a::after, .main-nav .current_page_item > a::after { right: 0; }
.main-nav .connekt-services-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.main-nav .connekt-services-menu > a::before {
  content: "";
  order: 2;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.main-nav .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 18px);
  left: -18px;
  display: none;
  min-width: 285px;
  margin: 0;
  padding: 12px 18px;
  list-style: none;
  background: #171817;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.2);
}
.main-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}
.main-nav .sub-menu li + li { border-top: 1px solid rgba(255,255,255,.15); }
.main-nav .sub-menu a { display: block; padding: 12px 0; white-space: normal; }
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { display: block; }
.header-actions { display: flex; align-items: center; gap: 26px; }
.language-switch { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.language-switch button { border: 0; padding: 6px 0; background: transparent; cursor: pointer; }
.language-switch button.active { color: var(--teal-dark); }
.header-contact {
  min-width: 165px;
  border: 0;
  padding: 18px 26px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
.header-contact:hover, .button-primary:hover { background: var(--teal-dark); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }

.hero {
  position: relative;
  min-height: 930px;
  display: grid;
  grid-template-columns: minmax(420px, 46%) minmax(560px, 54%);
  align-items: start;
  padding: 196px 0 70px 4.6vw;
}
.hero-copy { position: relative; z-index: 3; max-width: 650px; padding-top: 48px; }
.hero-eyebrow, .section-eyebrow {
  margin: 0 0 27px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 6.6vw, 112px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.052em;
}
.hero h1 span { display: block; }
.hero-body {
  max-width: 520px;
  margin: 36px 0 0;
  color: #353632;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 66px;
  padding: 0 28px;
  border: 0;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
.button-primary { background: var(--teal); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--teal-dark); transform: translateY(-2px); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 2px solid var(--teal);
  background: transparent;
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
.icon { display: inline-block; width: 1.25em; height: 1.25em; flex: 0 0 auto; object-fit: contain; }
.button-primary .icon, .button-dark .icon, .success-mark .icon { filter: brightness(0) invert(1); }
.text-link .icon { transition: transform 180ms ease; }
.text-link:hover .icon { transform: translateX(5px); }

.hero-art { position: relative; min-height: 670px; margin-top: -55px; }
.hero-art img {
  position: absolute;
  z-index: 1;
  width: min(720px, 55vw);
  height: min(720px, 55vw);
  right: -2vw;
  top: 130px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-words {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 12%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-family: var(--serif);
  font-size: clamp(52px, 5.15vw, 86px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.04em;
  pointer-events: none;
}
.hero-words > span { width: fit-content; position: relative; }
.hero-words > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 66px;
  height: 3px;
  background: var(--teal);
  transform: rotate(-2deg);
}
.hero-words > span:nth-child(2) { margin-left: -38px; }
.hero-words > span:nth-child(3) { margin-left: 15px; }
.hero-signature {
  position: absolute;
  left: 4.8vw;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--teal);
  font-family: var(--serif);
  font-size: 24px;
}
.hero-signature i { width: min(25vw, 380px); height: 1px; background: var(--line); }

.manifesto {
  display: grid;
  grid-template-columns: 1.2fr 0.78fr 0.5fr;
  align-items: center;
  gap: 6vw;
  min-height: 245px;
  padding: 32px 5vw 54px;
  border-top: 1px solid var(--line);
}
.manifesto h2, .section-header h2, .sectors h2, .work-copy h2, .insights h2, .about h2, .contact-modal h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.manifesto h2 { font-size: clamp(48px, 4.6vw, 76px); line-height: 1.06; }
.manifesto h2 .lang-copy, .hero h1 .lang-copy { white-space: pre-line; }
.manifesto p, .manifesto aside { margin: 0; font-size: 14px; line-height: 1.65; }
.manifesto aside { padding-left: 36px; border-left: 2px solid var(--teal); color: var(--teal-dark); font-weight: 700; }
.section-pad { padding: 130px 5vw; }

.services { background: #1a1b1a; color: #f7f3ea; }
.section-header {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 5vw;
  align-items: start;
  margin-bottom: 80px;
}
.section-header h2 { max-width: 760px; font-size: clamp(56px, 5vw, 82px); line-height: 1.05; }
.service-list { border-top: 1px solid rgba(255, 255, 255, 0.25); }
.service-row {
  display: grid;
  grid-template-columns: 90px minmax(270px, 0.85fr) 1fr auto;
  gap: 4vw;
  align-items: center;
  min-height: 142px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, padding 180ms ease;
}
.service-row:hover { color: #5fe0d8; padding-left: 12px; }
.service-number { color: var(--teal); font-family: var(--serif); font-size: 27px; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 3vw, 48px); font-weight: 500; line-height: 1.08; }
.service-row p { max-width: 540px; margin: 0; color: #c9c8c0; font-size: 15px; line-height: 1.65; }
.service-arrow { width: 28px; height: 28px; filter: brightness(0) invert(1); }

.sectors { background: var(--teal); color: #081918; }
.sectors .section-eyebrow { color: #f9f4e9; }
.sectors h2 { max-width: 1050px; font-size: clamp(62px, 6.2vw, 102px); line-height: 1.04; }
.sector-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 88px;
  border-block: 1px solid rgba(7, 25, 24, 0.35);
}
.sector-line > span { padding: 28px 12px; border-right: 1px solid rgba(7, 25, 24, 0.35); font-weight: 800; text-align: center; }
.sector-line > span:last-child { border-right: 0; }

.work {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 7vw;
  align-items: center;
  background: var(--paper-bright);
}
.work-collage { height: 620px; overflow: hidden; background: var(--paper); }
.work-collage img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transform: scale(1.08); }
.work-copy h2 { max-width: 670px; font-size: clamp(56px, 5.2vw, 88px); line-height: 1.05; }
.work-copy > p:not(.section-eyebrow) { max-width: 580px; margin: 38px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.insights { background: var(--paper); border-block: 1px solid var(--line); }
.insights-grid { display: grid; grid-template-columns: 1fr auto; gap: 6vw; align-items: end; margin-bottom: 68px; }
.insights h2 { max-width: 1020px; font-size: clamp(64px, 6.6vw, 110px); line-height: 1.04; }
.latest-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border-top: 3px solid var(--ink);
  background: var(--paper-bright);
  color: inherit;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.news-card:hover {
  border-color: var(--teal);
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(23, 24, 23, .09);
}
.news-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ded8cc;
}
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.news-card:hover .news-card-media img { transform: scale(1.035); }
.news-card-media.is-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 49%, rgba(13,168,163,.22) 49% 57%, transparent 57%),
    #e8e1d5;
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 96px);
}
.news-card-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 26px 26px 28px; }
.news-card time {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-card h3 {
  margin: 13px 0 16px;
  font-family: var(--serif);
  font-size: clamp(31px, 2.8vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.news-card h3 .lang-copy, .news-card p .lang-copy { display: block; }
.news-card p { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.news-card-link .icon { width: 18px; height: 18px; }
.news-empty { margin: 0; color: var(--muted); font-size: 17px; }
.about { display: grid; grid-template-columns: 0.45fr 1fr 0.8fr auto; gap: 4vw; align-items: center; background: #ebe4d8; }
.about .section-eyebrow { margin: 0; }
.about h2 { font-size: clamp(48px, 4.6vw, 76px); line-height: 1.05; }
.about > p:not(.section-eyebrow) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

footer {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.7fr;
  gap: 5vw;
  align-items: start;
  padding: 80px 5vw 38px;
  background: #151615;
  color: #f5f0e5;
}
.footer-brand { display: flex; width: 360px; align-items: center; gap: 16px; filter: invert(1); }
.footer-lion { position: relative; width: 88px; height: 84px; flex: 0 0 88px; overflow: hidden; }
.footer-lion img { position: absolute; width: 190px; height: 190px; object-fit: contain; top: -46px; left: -49px; }
.footer-wording { display: flex; flex-direction: column; line-height: 1; }
.footer-wording strong { font-family: var(--serif); font-size: 38px; font-weight: 500; letter-spacing: 0.09em; }
.footer-wording small { margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: 0.04em; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
footer p { margin: 0 0 10px; color: var(--teal); font-weight: 800; letter-spacing: 0.08em; }
footer a:hover { color: #65e0d9; }
footer small { grid-column: 1 / -1; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.16); color: #9f9e97; }

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(13, 14, 13, 0.7);
  backdrop-filter: blur(6px);
}
.contact-modal {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 58px;
  background: var(--paper-bright);
  box-shadow: 0 24px 90px rgba(0,0,0,.28);
}
.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.contact-modal h2 { max-width: 610px; font-size: clamp(46px, 5vw, 72px); line-height: 1.05; }
.modal-copy { max-width: 560px; margin: 22px 0 34px; color: var(--muted); line-height: 1.65; }
.contact-modal form, .contact-modal label { display: grid; gap: 12px; }
.contact-modal form { gap: 22px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-modal label span { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-modal input, .contact-modal textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8d8d87;
  padding: 12px 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
}
.contact-modal input:focus, .contact-modal textarea:focus { border-color: var(--teal); }
.contact-modal textarea { resize: vertical; }
.modal-submit { justify-self: start; margin-top: 8px; }
.success-state { display: grid; justify-items: start; gap: 24px; padding: 50px 0 30px; }
.success-state p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.7; }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; background: var(--teal); color: white; }
.success-mark .icon { width: 34px; height: 34px; }
.error-state { border-left: 4px solid #aa3c32; padding-left: 28px; }

.content-shell { min-height: 70vh; padding: 190px 5vw 120px; background: var(--paper-bright); }
.content-header { max-width: 1050px; margin-bottom: 70px; }
.content-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 7vw, 112px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
.content-header h1 > .lang-copy { display: block; }
.archive-description { max-width: 760px; margin-top: 28px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.archive-description p { margin: 0 0 14px; }
.post-list { display: grid; max-width: 1080px; }
.post-card { padding: 44px 0; border-top: 1px solid var(--line); }
.post-card h2 { margin: 10px 0 18px; font-family: var(--serif); font-size: clamp(40px, 4vw, 64px); font-weight: 500; line-height: 1.08; }
.post-meta { margin: 0; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-excerpt { max-width: 760px; color: var(--muted); line-height: 1.7; }
.post-excerpt .lang-copy { display: block; }
.entry-content-wrap { max-width: 1050px; margin: 0 auto; }
.entry-featured { margin: -20px 0 60px; }
.entry-featured img { width: 100%; height: auto; }
.entry-content { max-width: 780px; font-size: 18px; line-height: 1.75; }
.entry-content img { max-width: 100%; height: auto; }
.entry-content a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 3px; }
.builder-page { min-height: 65vh; padding-top: 124px; background: #fff; }
.builder-page > .elementor, .builder-page > .lang-content > .elementor { min-height: 50vh; }
.builder-language-content.has-custom-translation {
  max-width: 1050px;
  min-height: 55vh;
  margin: 0 auto;
  padding: 80px 5vw 120px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
}
.builder-language-content.has-custom-translation h1,
.builder-language-content.has-custom-translation h2,
.builder-language-content.has-custom-translation h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}
.connekt-elementor-page .site-header,
.connekt-mystery-shopping .site-header {
  background: rgba(252, 250, 245, .97);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.connekt-mystery-shopping .builder-page {
  background: var(--paper-bright) !important;
  color: var(--ink) !important;
}
.connekt-mystery-shopping .builder-page :is(h1, h2, h3, h4, h5, h6, p, li, strong, em, .elementor-heading-title, .elementor-widget-text-editor) {
  color: var(--ink) !important;
}
.connekt-mystery-shopping .builder-page a:not(.elementor-button) { color: var(--teal-dark) !important; }
.comments-area { max-width: 780px; margin-top: 80px; padding-top: 50px; border-top: 1px solid var(--line); }
.comments-title, .comment-reply-title { font-family: var(--serif); font-size: 42px; font-weight: 500; }
.comment-list { padding-left: 22px; }
.comment-list > li { margin-bottom: 32px; }
.comment-form { display: grid; gap: 18px; }
.comment-form p { margin: 0; }
.comment-form label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 14px; border: 1px solid var(--line); background: #fff; }
.comment-form input[type="submit"] { border: 0; padding: 16px 24px; background: var(--teal); color: #fff; font-weight: 800; cursor: pointer; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 270px 1fr auto; gap: 16px; padding-inline: 3vw; }
  .brand { width: 250px; }
  .brand-wording strong { font-size: 29px; }
  .brand-wording small { font-size: 7px; }
  .main-nav .main-menu { gap: 14px; }
  .main-nav a { font-size: 13px; }
  .header-actions { gap: 15px; }
  .header-contact { min-width: 130px; padding-inline: 20px; }
  .hero { grid-template-columns: 45% 55%; padding-left: 4vw; }
  .hero-art img { width: 660px; height: 660px; right: -145px; }
  .hero-words { left: 2%; }
}

@media (max-width: 960px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { min-height: 106px; grid-template-columns: 1fr auto; padding-inline: 24px; }
  .brand { width: 230px; height: 92px; }
  .brand-lion { width: 65px; height: 64px; flex-basis: 65px; }
  .brand-lion img { width: 144px; height: 144px; top: -35px; left: -38px; }
  .brand-wording strong { font-size: 27px; }
  .main-nav {
    position: absolute;
    top: 105px;
    left: 20px;
    right: 20px;
    display: none;
    max-height: calc(100vh - 125px);
    overflow: auto;
    padding: 24px;
    background: #171817;
    color: white;
    box-shadow: 0 22px 50px rgba(0,0,0,.18);
  }
  .main-nav.is-open { display: block; }
  .main-nav .main-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .main-nav .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 0 18px;
    background: transparent;
    box-shadow: none;
  }
  .main-nav .sub-menu::before { display: none; }
  .main-nav .sub-menu li + li { border-top: 0; }
  .menu-toggle { display: grid; place-items: center; }
  .builder-page { padding-top: 106px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 150px 24px 70px; }
  .hero-copy { padding-top: 30px; }
  .hero-art { min-height: 660px; margin-top: 30px; }
  .hero-art img { width: 700px; height: 700px; right: -120px; top: 60px; }
  .hero-words { top: 5px; left: 5%; }
  .hero-signature { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 30px; padding: 70px 24px; }
  .section-pad { padding: 100px 24px; }
  .section-header { grid-template-columns: 1fr; gap: 12px; }
  .service-row { grid-template-columns: 60px 1fr auto; gap: 24px; }
  .service-row p { grid-column: 2 / 4; padding-bottom: 24px; }
  .sector-line { grid-template-columns: 1fr 1fr; }
  .sector-line > span:nth-child(2) { border-right: 0; }
  .sector-line > span:nth-child(-n + 2) { border-bottom: 1px solid rgba(7,25,24,.35); }
  .work { grid-template-columns: 1fr; }
  .work-collage { height: 540px; }
  .insights-grid, .about { grid-template-columns: 1fr; }
  .latest-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 16px; }
  .brand { width: 168px; gap: 7px; }
  .brand-lion { width: 54px; height: 54px; flex-basis: 54px; }
  .brand-lion img { width: 122px; height: 122px; top: -30px; left: -33px; }
  .brand-wording strong { font-size: 20px; }
  .brand-wording small { font-size: 5px; }
  .header-contact { display: none; }
  .header-actions { gap: 9px; }
  .language-switch { gap: 5px; font-size: 13px; }
  .menu-toggle { padding: 5px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: clamp(59px, 17vw, 78px); }
  .hero-body { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-art { min-height: 510px; margin-top: 52px; }
  .hero-art img { width: 550px; height: 550px; right: -150px; top: 48px; }
  .hero-words { left: 0; gap: 18px; font-size: clamp(45px, 14vw, 61px); }
  .hero-words > span:nth-child(2), .hero-words > span:nth-child(3) { margin-left: 0; }
  .manifesto h2, .section-header h2, .work-copy h2, .about h2 { font-size: 50px; }
  .section-pad { padding: 80px 18px; }
  .service-row { grid-template-columns: 46px 1fr auto; gap: 14px; }
  .service-row h3 { font-size: 34px; }
  .sector-line { grid-template-columns: 1fr; }
  .sector-line > span { border-right: 0; border-bottom: 1px solid rgba(7,25,24,.35); }
  .sector-line > span:last-child { border-bottom: 0; }
  .work-collage { height: 430px; }
  .insights h2, .sectors h2 { font-size: 58px; }
  .latest-news-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding-inline: 24px; }
  .footer-brand { grid-column: auto; width: 270px; }
  .field-grid { grid-template-columns: 1fr; }
  .contact-modal { padding: 52px 24px 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
