/* Bilingual and industry landing pages – additive to the core design system. */
html[lang="el"] {
  font-kerning: normal;
}

html[lang="el"] :where(h1, h2, h3, p, li, a, button, label, summary) {
  overflow-wrap: break-word;
}

html[lang="el"] :where(.shell, [class*="__copy"], [class*="__content"], [class*="__grid"] > *) {
  min-width: 0;
}

html[lang="el"] :where(.case-results__grid, .case-results__grid > *, .case-results__grid strong) {
  min-width: 0;
  max-width: 100%;
}

html[lang="el"] .case-results__grid strong {
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (min-width: 810px) and (max-width: 1199px) {
  html[lang="el"] .career-bento {
    grid-template-rows: minmax(190px, auto) minmax(230px, auto) minmax(240px, auto);
    grid-auto-rows: minmax(240px, auto);
  }
}

@media (min-width: 1200px) {
  html[lang="el"] .career-bento {
    grid-template-rows: 180px 180px minmax(210px, auto);
  }
}

@media (max-width: 809px) {
  html[lang="el"] :where(main, main section, .shell, .shell > *, [class*="__grid"], [class*="__grid"] > *, [class*="__layout"], [class*="__layout"] > *, article, aside, ol, li) {
    min-width: 0;
    max-width: 100%;
  }

  html[lang="el"] :where(.display, h1, h2, h3, strong, p, li) {
    overflow-wrap: anywhere;
  }

  html[lang="el"] .contact-intake__layout > * {
    width: 100%;
  }

  html[lang="el"] .article-share {
    flex-wrap: wrap;
  }
}

.locale-switcher {
  position: fixed;
  z-index: 1002;
  top: 5.25rem;
  right: clamp(1rem, 3vw, 3rem);
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .3rem;
  border: 1px solid rgba(22, 22, 22, .18);
  border-radius: 999px;
  background: rgba(246, 240, 233, .92);
  box-shadow: 0 10px 30px rgba(22, 22, 22, .08);
  backdrop-filter: blur(12px);
  transition: transform .45s var(--ease), background-color .25s;
}

body:has(.site-header.is-hidden) > .locale-switcher { transform: translateY(-120px); }

.locale-switcher a,
.locale-switcher span {
  display: grid;
  min-width: 2.5rem;
  min-height: 2.25rem;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.locale-switcher [aria-current="true"] {
  color: #fff;
  background: var(--ink);
}

.locale-switcher a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.locale-switcher {
  top: 1.5rem;
  right: calc(max((100vw - 1200px) / 2, var(--pad)) + 173px);
  background: rgba(252, 246, 239, .82);
  box-shadow: none;
}

.localized-page {
  background: var(--paper);
}

.localized-page main {
  overflow: hidden;
}

.localized-hero {
  min-height: 92vh;
  padding: clamp(10rem, 16vw, 14rem) 0 clamp(5rem, 9vw, 8rem);
  display: flex;
  align-items: flex-end;
  background: var(--sand);
}

.localized-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(17rem, .6fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
}

.localized-hero h1 {
  max-width: 13ch;
  margin: 1.25rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 8.2vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .84;
}

.localized-hero h1 em {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
}

.localized-hero__intro {
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  line-height: 1.55;
}

.localized-hero__aside {
  padding: 1.6rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.localized-hero__aside span,
.localized-kicker {
  display: block;
  margin-bottom: .8rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.localized-hero__aside p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1.08;
}

.localized-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

.localized-section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--paper);
}

.localized-section--sand { background: var(--sand); }
.localized-section--ink { color: #fff; background: var(--ink); }

.localized-heading {
  display: grid;
  grid-template-columns: minmax(9rem, .35fr) minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.localized-heading h2 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.8vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

.localized-heading h2 em {
  color: var(--muted);
  font-style: normal;
}

.localized-section--ink .localized-heading h2 em {
  color: rgba(255,255,255,.64);
}

.localized-heading p {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.localized-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.localized-card {
  grid-column: span 4;
  min-height: 17rem;
  padding: clamp(1.4rem, 2.5vw, 2.25rem);
  border: 1px solid rgba(22, 22, 22, .16);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, .52);
}

.localized-card--wide { grid-column: span 6; }
.localized-section--ink .localized-card { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }

.localized-card > span {
  display: block;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.localized-card h3 {
  margin: 0 0 .8rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

.localized-card p,
.localized-card li { line-height: 1.6; }
.localized-card ul { padding-left: 1.2rem; }

.localized-project {
  grid-column: span 6;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(13rem, .8fr);
  min-height: 23rem;
  overflow: hidden;
  border-radius: 1.4rem;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
}

.localized-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.localized-project div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.localized-project h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 400;
  line-height: .95;
}

.localized-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid currentColor;
}

.localized-step {
  display: grid;
  grid-template-columns: 5rem minmax(12rem, .5fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid currentColor;
}

.localized-step h3,
.localized-step p { margin: 0; }
.localized-step h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.localized-step p { max-width: 42rem; line-height: 1.65; }

.localized-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.localized-faq details {
  padding: 1.5rem;
  border: 1px solid rgba(22, 22, 22, .18);
  border-radius: 1rem;
  background: rgba(255,255,255,.48);
}

.localized-faq summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.localized-faq p { line-height: 1.65; }

.localized-cta {
  padding: clamp(5rem, 10vw, 10rem) 0;
  color: #fff;
  background: var(--ink);
}

.localized-cta h2 {
  max-width: 13ch;
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .9;
}

.localized-cta p { max-width: 38rem; font-size: 1.1rem; line-height: 1.6; }

@media (max-width: 900px) {
  .locale-switcher { top: .95rem; right: calc(var(--pad) + 68px); }
  .localized-hero__layout,
  .localized-heading { grid-template-columns: 1fr; }
  .localized-card,
  .localized-card--wide,
  .localized-project { grid-column: span 12; }
  .localized-project { grid-template-columns: 1fr; }
  .localized-project img { aspect-ratio: 16 / 10; }
}

@media (max-width: 640px) {
  .locale-switcher { top: .95rem; padding: .2rem; }
  .locale-switcher a,
  .locale-switcher span { min-width: 2.15rem; min-height: 2rem; font-size: .68rem; }
  .localized-hero h1 { font-size: clamp(3.15rem, 17vw, 5.4rem); }
  .localized-step { grid-template-columns: 2.5rem 1fr; }
  .localized-step p { grid-column: 2; }
  .localized-faq { grid-template-columns: 1fr; }
}
