
:root {
  --green: #1fa64c;
  --deep-green: #173523;
  --ink: #132433;
  --muted: #687685;
  --plum: #4f4755;
  --cream: #f4eee7;
  --soft: #f8f6f3;
  --line: rgba(19, 36, 51, 0.12);
  --shadow: 0 34px 90px rgba(19, 36, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--ink);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
.shell {
  margin: 0 auto;
  max-width: 1140px;
  width: min(1140px, calc(100% - 48px));
}
.topbar {
  background: linear-gradient(90deg, rgba(244, 238, 231, 0.92), rgba(255, 255, 255, 0.92), rgba(244, 238, 231, 0.92));
  border-bottom: 1px solid rgba(19, 36, 51, 0.24);
  padding: 18px clamp(22px, 8vw, 184px) 16px;
  position: relative;
  z-index: 20;
}
.brand-row {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
}
.brand {
  color: #081216;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  grid-column: 2;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.language {
  align-items: center;
  color: #52606d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  justify-content: flex-end;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 5px;
  text-transform: uppercase;
  z-index: 3;
}
.language .is-current { color: var(--deep-green); }
.nav {
  align-items: center;
  border-top: 1px solid rgba(19, 36, 51, 0.55);
  display: flex;
  gap: clamp(20px, 3.4vw, 52px);
  justify-content: center;
  margin-top: 16px;
  padding-top: 18px;
  text-transform: uppercase;
}
.nav-item { position: relative; }
.has-dropdown::after {
  content: "";
  height: 22px;
  left: -18px;
  position: absolute;
  right: -18px;
  top: 100%;
}
.nav a {
  color: #102333;
  display: inline-flex;
  font-family: Manrope, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.052em;
  text-rendering: geometricPrecision;
  transition: color 180ms ease;
  white-space: nowrap;
}
.nav a:hover,
.nav a.is-active { color: var(--deep-green); }
.nav-dropdown {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 36, 51, 0.10);
  box-shadow: 0 20px 52px rgba(19, 36, 51, 0.15);
  display: grid;
  gap: 10px;
  left: 50%;
  min-width: 224px;
  opacity: 0;
  padding: 18px 20px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateX(-50%) translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 30;
}
.nav-dropdown a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.035em;
  text-transform: none;
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.page-hero {
  background:
    radial-gradient(circle at 74% 34%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, rgba(20, 20, 28, 0.50), rgba(20, 20, 28, 0.20) 45%, rgba(20, 20, 28, 0.44)),
    linear-gradient(180deg, rgba(25, 24, 32, 0.22), rgba(25, 24, 32, 0.55)),
    var(--hero-image) center/cover no-repeat;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}
.page-hero::after {
  background: #fff;
  bottom: -1px;
  clip-path: polygon(0 62%, 100% 38%, 100% 100%, 0 100%);
  content: "";
  height: 86px;
  left: 0;
  position: absolute;
  right: 0;
}
.page-hero__content {
  max-width: 660px;
  padding: 98px 0 126px;
  position: relative;
  z-index: 1;
}
.kicker {
  align-items: center;
  color: var(--green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.kicker::before {
  background: #d8b18e;
  content: "";
  height: 2px;
  width: 52px;
}
.page-hero .kicker {
  color: rgba(255,255,255,0.92);
  text-shadow: 0 8px 24px rgba(0,0,0,0.42);
}
.page-hero h1 {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  max-width: 560px;
  text-shadow: 0 22px 48px rgba(0, 0, 0, 0.54), 0 2px 4px rgba(0, 0, 0, 0.34);
}
.page-hero p {
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  line-height: 1.68;
  margin: 20px 0 0;
  max-width: 570px;
  text-shadow: 0 14px 32px rgba(0,0,0,0.46);
}
.content-section {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
  overflow: hidden;
  padding: 82px 0 72px;
  position: relative;
  z-index: 2;
}
.content-section::before {
  background: url("./galatatex-tower-mark.png") center/contain no-repeat;
  content: "";
  height: 580px;
  left: 2vw;
  opacity: 0.045;
  pointer-events: none;
  position: absolute;
  top: 50px;
  width: 380px;
}
.content-grid {
  align-items: center;
  display: grid;
  gap: 78px;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  position: relative;
  z-index: 1;
}
.content-grid.is-reverse .copy { order: 2; }
.content-grid.is-reverse .visual { order: 1; }
.copy h2 {
  color: var(--plum);
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0;
}
.copy h2 span {
  color: var(--green);
  font-weight: 700;
}
.copy p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.78;
  margin: 24px 0 0;
}
.cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}
.card {
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(19, 36, 51, 0.055);
  min-height: 150px;
  padding: 25px 24px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.card::before {
  background: var(--green);
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 0;
  width: 44px;
}
.card:hover {
  box-shadow: 0 28px 70px rgba(19, 36, 51, 0.11);
  transform: translateY(-4px);
}
.card strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.card span {
  color: rgba(19, 36, 51, 0.64);
  display: block;
  font-size: 13px;
  line-height: 1.62;
  margin-top: 12px;
}
.career-application {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(248,246,243,0.88)),
    rgba(255,255,255,0.9);
  border: 1px solid rgba(19, 36, 51, 0.12);
  box-shadow: 0 28px 78px rgba(19, 36, 51, 0.09);
  margin-top: 28px;
  padding: 28px;
  position: relative;
}
.career-application::before {
  background: var(--green);
  content: "";
  height: 3px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 58px;
}
.career-application h3 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 8px;
}
.career-application p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0 0 20px;
}
.career-application__form {
  display: grid;
  gap: 12px;
}
.career-application__row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.career-application input,
.career-application select,
.career-application textarea {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 36, 51, 0.14);
  color: var(--ink);
  font: 600 13px/1.3 Manrope, "Segoe UI", Arial, sans-serif;
  min-height: 48px;
  outline: none;
  padding: 0 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  width: 100%;
}
.career-application textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}
.career-application input[type="file"] {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 13px 15px;
}
.career-application input:focus,
.career-application select:focus,
.career-application textarea:focus {
  background: #fff;
  border-color: rgba(31, 166, 76, 0.58);
  box-shadow: 0 0 0 3px rgba(31, 166, 76, 0.10);
}
.career-application__consent {
  align-items: flex-start;
  color: rgba(19, 36, 51, 0.66);
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.55;
}
.career-application__consent input {
  accent-color: var(--green);
  flex: 0 0 auto;
  height: 15px;
  margin-top: 3px;
  min-height: 0;
  padding: 0;
  width: 15px;
}
.career-application button {
  background: var(--plum);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 800 13px/1 Manrope, "Segoe UI", Arial, sans-serif;
  justify-self: start;
  letter-spacing: 0.02em;
  min-height: 48px;
  padding: 0 26px;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.career-application button:hover {
  background: var(--deep-green);
  box-shadow: 0 16px 36px rgba(23, 53, 35, 0.18);
  transform: translateY(-2px);
}
.visual {
  isolation: isolate;
  min-height: 500px;
  position: relative;
}
.visual img {
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 32px 90px rgba(19, 36, 51, 0.14);
  display: block;
  filter: saturate(0.92) contrast(1.04) brightness(0.99);
  height: 420px;
  object-fit: cover;
  width: 78%;
}
.visual img:nth-child(2) {
  background: rgba(255,255,255,0.84);
  border: 10px solid rgba(255,255,255,0.88);
  bottom: 28px;
  box-shadow: 0 26px 72px rgba(19, 36, 51, 0.16);
  height: 220px;
  position: absolute;
  right: 4%;
  width: 36%;
  z-index: 2;
}
.content-grid.is-reverse .visual img:nth-child(2) {
  left: 4%;
  right: auto;
}
.visual--single-certificate {
  align-items: center;
  display: flex;
  justify-content: center;
}
.visual--single-certificate .certificate-preview {
  margin: 0;
  max-width: 560px;
  width: 100%;
}
.visual--single-certificate .certificate-preview img {
  border: 1px solid rgba(19, 36, 51, 0.16);
  box-shadow: 0 28px 80px rgba(19, 36, 51, 0.12);
  display: block;
  filter: none;
  height: auto;
  width: 100%;
}
.badge {
  align-items: center;
  background: var(--plum);
  bottom: 38px;
  box-shadow: 0 20px 46px rgba(64, 55, 70, 0.24);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: center;
  left: 38%;
  position: absolute;
  width: 206px;
  z-index: 3;
}
.badge strong {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}
.badge span {
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  margin-top: 8px;
}
.stitch-mini-album {
  align-items: center;
  border-top: 1px solid rgba(19, 36, 51, 0.10);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  margin-top: 58px;
  padding-top: 34px;
  position: relative;
  z-index: 1;
}
.stitch-mini-album__intro {
  display: grid;
  gap: 7px;
}
.stitch-mini-album__intro span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.stitch-mini-album__intro strong {
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.05;
}
.stitch-mini-album__rail {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  overflow: visible;
}
.stitch-mini-album__item {
  align-items: center;
  color: var(--ink);
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 92px;
  position: relative;
  z-index: 1;
}
.stitch-mini-album__item::before,
.stitch-mini-album__item::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease, transform 220ms ease;
}
.stitch-mini-album__item::after {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(19, 36, 51, 0.24);
  inset: 0;
  z-index: 9000;
}
.stitch-mini-album__item::before {
  background: var(--preview-image) center/cover no-repeat, #fff;
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 4px;
  box-shadow: 0 42px 110px rgba(19, 36, 51, 0.34);
  height: min(430px, calc(100vh - 150px));
  left: 50%;
  top: 50%;
  transform: translate(-50%, -47%) scale(0.92);
  width: min(640px, calc(100vw - 48px));
  z-index: 9001;
}
.stitch-mini-album__item--video::before {
  content: none;
}
.stitch-mini-album__item:hover,
.stitch-mini-album__item:focus,
.stitch-mini-album__item:focus-visible,
.stitch-mini-album__item:active {
  z-index: 8;
}
.stitch-mini-album__item:hover::before,
.stitch-mini-album__item:focus::before,
.stitch-mini-album__item:focus-visible::before,
.stitch-mini-album__item:active::before,
.stitch-mini-album__item:hover .stitch-mini-album__preview,
.stitch-mini-album__item:focus .stitch-mini-album__preview,
.stitch-mini-album__item:focus-visible .stitch-mini-album__preview,
.stitch-mini-album__item:active .stitch-mini-album__preview {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.stitch-mini-album__item:hover::after,
.stitch-mini-album__item:focus::after,
.stitch-mini-album__item:focus-visible::after,
.stitch-mini-album__item:active::after {
  opacity: 1;
}
.stitch-mini-album__item > img,
.stitch-mini-album__thumb {
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(19, 36, 51, 0.16);
  display: block;
  filter: saturate(0.94) contrast(1.04);
  height: 92px;
  object-fit: cover;
  transform-origin: center center;
  transition: border-radius 220ms ease, box-shadow 220ms ease, filter 220ms ease, transform 220ms ease;
  width: 92px;
  will-change: transform;
}
.stitch-mini-album__thumb {
  background: #fff;
}
.stitch-mini-album__preview {
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 4px;
  box-shadow: 0 42px 110px rgba(19, 36, 51, 0.34);
  height: min(430px, calc(100vh - 150px));
  left: 50%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -47%) scale(0.92);
  transition: opacity 220ms ease, transform 220ms ease;
  width: min(640px, calc(100vw - 48px));
  z-index: 9001;
}
.stitch-mini-album__item:hover img,
.stitch-mini-album__item:focus img,
.stitch-mini-album__item:focus-visible img,
.stitch-mini-album__item:active img,
.stitch-mini-album__item:hover .stitch-mini-album__thumb,
.stitch-mini-album__item:focus .stitch-mini-album__thumb,
.stitch-mini-album__item:focus-visible .stitch-mini-album__thumb,
.stitch-mini-album__item:active .stitch-mini-album__thumb {
  box-shadow: 0 24px 58px rgba(19, 36, 51, 0.24);
  filter: saturate(1) contrast(1.06);
  transform: translateY(-4px) scale(1.06);
}
.stitch-mini-album__item span {
  color: rgba(19, 36, 51, 0.68);
  font-size: 12px;
  font-weight: 800;
}
.board-section {
  padding-top: 92px;
}
.board-intro {
  margin: 0 auto 54px;
  max-width: 760px;
  text-align: center;
}
.board-intro .kicker {
  justify-content: center;
}
.board-intro h2 {
  color: var(--plum);
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0;
}
.board-intro h2 span {
  color: var(--green);
  font-weight: 700;
}
.board-intro p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.78;
  margin: 22px auto 0;
  max-width: 690px;
}
.board-member {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  margin-top: 28px;
}
.board-member--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}
.board-member--reverse .board-photo {
  order: 2;
}
.board-member--reverse .board-copy {
  order: 1;
}
.board-photo {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(31, 166, 76, 0.08), rgba(244, 238, 231, 0.92)),
    url("./galatatex-tower-mark.png") center 42%/58% auto no-repeat;
  border: 1px solid rgba(19, 36, 51, 0.10);
  box-shadow: 0 28px 80px rgba(19, 36, 51, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
.board-photo--portrait {
  background: #f4eee7;
  padding: 0;
}
.board-photo::before {
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.86));
  bottom: 0;
  content: "";
  height: 48%;
  left: 0;
  position: absolute;
  right: 0;
}
.board-photo--portrait::before {
  background: linear-gradient(180deg, rgba(19, 36, 51, 0), rgba(19, 36, 51, 0.10));
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.board-photo--portrait img {
  display: block;
  filter: saturate(0.96) contrast(1.03);
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.board-photo span,
.board-photo small {
  position: relative;
  z-index: 1;
}
.board-photo span {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.board-photo small {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 10px;
  text-transform: uppercase;
}
.board-copy {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--line);
  box-shadow: 0 30px 86px rgba(19, 36, 51, 0.08);
  padding: clamp(34px, 4.5vw, 64px);
}
.board-copy h3 {
  color: var(--plum);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}
.board-quote {
  border-left: 2px solid rgba(31, 166, 76, 0.44);
  margin-top: 24px;
  padding-left: 24px;
}
.board-quote p {
  color: rgba(19, 36, 51, 0.72);
  font-size: 15px;
  line-height: 1.82;
  margin: 0;
}
.board-quote p + p {
  margin-top: 18px;
}
.board-signature {
  color: var(--deep-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.015em;
  margin: 26px 0 0;
}
.wide-panel {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 80px rgba(19, 36, 51, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}
.wide-panel .card {
  border: 0;
  border-left: 1px solid var(--line);
  box-shadow: none;
}
.wide-panel .card:first-child { border-left: 0; }
.certificate-preview {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(19, 36, 51, 0.10);
  display: block;
  margin-top: 26px;
  max-width: 520px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.certificate-preview:hover {
  box-shadow: 0 30px 90px rgba(19, 36, 51, 0.18);
  transform: scale(1.04);
}
.certificate-preview img {
  display: block;
  width: 100%;
}
.partners-grid {
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  max-width: 520px;
}
.partner-logo {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: #4b5660;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  min-height: 112px;
  text-align: center;
}
.partner-logo:nth-child(2n) { border-right: 0; }
.partner-logo:nth-last-child(-n+1) {
  border-bottom: 0;
  grid-column: 1 / -1;
}
.partner-logo--lacoste { color: #101820; font-weight: 800; }
.partner-logo--polo { color: #a21f33; font-family: Georgia, serif; font-size: 21px; }
.partner-logo--mavi { color: #0069a8; font-weight: 900; }
.site-footer {
  background: var(--plum);
  clip-path: none !important;
  color: #fff;
  margin-top: -1px !important;
  overflow: hidden;
  padding: 82px 0 36px !important;
  position: relative;
  z-index: 0;
}
.site-footer::before {
  content: none !important;
  display: none !important;
}
.footer-shell {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: min(1140px, calc(100% - 40px));
  z-index: 1;
}
.footer-grid {
  display: grid;
  gap: 64px;
  grid-template-columns: 1.35fr 0.75fr 0.95fr 1.1fr;
}
.footer-social {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
}
.footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  width: 42px;
}
.footer-social a svg {
  display: block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}
.footer-social a:hover {
  transform: translateY(-2px);
}
.footer-social a.is-instagram {
  color: #f7d7df;
}
.footer-social a.is-instagram:hover {
  background: linear-gradient(135deg, #7b2f6a, #d95772 54%, #f3b65f);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 16px 32px rgba(217, 87, 114, 0.26);
  color: #ffffff;
}
.footer-social a.is-linkedin {
  color: #cfe8ff;
}
.footer-social a.is-linkedin:hover {
  background: #0a66c2;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 16px 32px rgba(10, 102, 194, 0.28);
  color: #ffffff;
}
.site-footer h3 {
  color: #efe5dc;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 18px;
}
.site-footer p,
.site-footer a,
.site-footer li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}
.site-footer ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.66);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
}
@media (max-width: 980px) {
  .topbar { padding-left: 18px; padding-right: 18px; }
  .brand-row { gap: 12px; grid-template-columns: 1fr; }
  .brand { grid-column: 1; justify-content: center; }
  .language { grid-column: 1; justify-content: center; margin-top: 8px; position: static; }
  .nav { gap: 20px; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .nav-dropdown { display: none; }
  .content-grid, .content-grid.is-reverse, .footer-grid { grid-template-columns: 1fr; }
  .content-grid.is-reverse .copy,
  .content-grid.is-reverse .visual { order: initial; }
  .stitch-mini-album { grid-template-columns: 1fr; }
  .stitch-mini-album__rail { justify-content: flex-start; }
  .board-member,
  .board-member--reverse {
    grid-template-columns: 1fr;
  }
  .board-member--reverse .board-photo,
  .board-member--reverse .board-copy {
    order: initial;
  }
  .wide-panel { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .shell { width: calc(100% - 32px); }
  .page-hero { min-height: 360px; }
  .page-hero__content { padding: 78px 0 110px; }
  .page-hero h1 {
    font-size: 30px;
    line-height: 1.1;
  }
  .page-hero p { font-size: 14px; }
  .content-section { padding: 62px 0 56px; }
  .cards, .wide-panel, .partners-grid, .career-application__row { grid-template-columns: 1fr; }
  .career-application { padding: 24px 20px; }
  .career-application::before { left: 20px; }
  .wide-panel .card, .partner-logo { border-left: 0; border-right: 0; }
  .visual { min-height: 420px; }
  .visual img { height: 320px; }
  .visual img:nth-child(2) {
    border-width: 7px;
    bottom: 36px;
    height: 160px;
    width: 42%;
  }
  .board-section { padding-top: 68px; }
  .board-intro { text-align: left; }
  .board-intro .kicker { justify-content: flex-start; }
  .board-photo {
    min-height: 320px;
    padding: 26px;
  }
  .board-photo span { font-size: 28px; }
  .board-copy { padding: 30px 24px; }
  .board-quote {
    margin-top: 20px;
    padding-left: 18px;
  }
  .badge { bottom: 24px; height: 104px; left: 0; width: 168px; }
  .stitch-mini-album {
    margin-top: 44px;
    padding-top: 28px;
  }
  .stitch-mini-album__rail {
    display: grid;
    gap: 16px 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .stitch-mini-album__item {
    min-width: 0;
  }
  .stitch-mini-album__item > img,
  .stitch-mini-album__thumb {
    border-width: 4px;
    height: 76px;
    width: 76px;
  }
  .stitch-mini-album__item::before,
  .stitch-mini-album__preview {
    border-width: 2px;
    height: min(280px, calc(100vh - 140px));
    width: min(320px, calc(100vw - 34px));
  }
  .stitch-mini-album__item:hover img,
  .stitch-mini-album__item:focus img,
  .stitch-mini-album__item:focus-visible img,
  .stitch-mini-album__item:active img,
  .stitch-mini-album__item:hover .stitch-mini-album__thumb,
  .stitch-mini-album__item:focus .stitch-mini-album__thumb,
  .stitch-mini-album__item:focus-visible .stitch-mini-album__thumb,
  .stitch-mini-album__item:active .stitch-mini-album__thumb {
    transform: translateY(-3px) scale(1.05);
  }
  .site-footer { padding-top: 64px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
